.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    line-height: 44px;
}

.header .back {
    cursor: pointer;
    padding: 0 20px;
}

.header .back img {
    height: 20px;
    width: 20px;
}


.header .back img {
    height: 20px;
    width: 20px;
}

.header .page_title {}

.header .page_title span {font-size: 16px;font-weight: 500;color: #fff;}

.box_wrap {
    width: 100%;
    background: aliceblue;
    margin-top: 20px;
}

.box_wrap .box {

padding: 40px 20px;

border-radius: 20px;

background: #fff;

border-radius: 15px;

margin: 0 15px;

margin-bottom: 15px;
}

.box .tab_item {
    padding: 0 6px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

.box .tab_item .s01 {
    font-size: 20px;
    color: #121212;
}

.box .tab_item.selected .s01 {
    color: #121212;
    font-weight: 600;
}

.box_wrap .box .tab_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.box_wrap .box .item {
    margin-bottom: 15px;
    padding-bottom: 6px;
    /* border-bottom: solid 1px #353545; */
}

.box_wrap .box .item .item_title {
    color: #121212;
    margin-bottom: 6px;
}



.box_wrap .box .item .code_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.box_wrap .box .item .code_wrap .input_wrap {
    flex: 1;
}

.box_wrap .box .item .quhao_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.box_wrap .box .item .quhao_wrap .input_wrap {
    flex: 1;
}

.box_wrap .box .item .quhao {
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;

}
.box_wrap .box .item .quhao img {
    height: 18px;
    margin-left: 3px;
}


.confirm_button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.confirm_button span {
    height: 44px;
    background: #2081E2;
    color: #fff;
    border: none;
    display: block;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}


.box_wrap .box .reg_item {
    display: none;
}

.box_wrap .box .reg_item.selected {
    display: block;
}

.logo_wrap {
    padding-top: 20px;
    padding-bottom: 15px;
}

.logo_wrap .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo_wrap .logo img {


    height: 150px;
}

.bottom {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: self-end;
    justify-content: right;
    padding: 0 25px;
    /* text-align: center; */
    /* position: fixed; */
    /* bottom: 0; */
    /* width: 100%; */
    /* height: 50px; */
    /* line-height: 50px; */
    /* z-index: 999; */
    /* margin: 0 40px; */
    /* background: #fff; */
    /* border-top: solid 1px rgb(18, 18, 18, 0.2); */
}

.bottom .a01 {
    color: #2081E2;
    margin-bottom: 10px;
}

.bottom .a02 {
    color: #2081E2;
}

.bottom .s01 {}



#set_lan{
        padding-right: 20px;
}
.box_wrap .box .item .item_title::after {
    content: ":";
    margin-left: 3px;
}


.index_top .right .login{

}
.footer{
    display: none !important;
}

.page_title {
    padding-top: 80px;
    padding-left: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #121212;
    margin-top: 40px;
}

.box_wrap .box .item01 {
    margin-top: 10px;
}
.box_wrap .box .item02 {
    margin-top: 10px;
}

.page_title span {
    display: block;
    text-align: center;
}

body {
    background: #F5F7FA !important;
    overflow: hidden;
}

.all_body {
    height: 100%;
    overflow: auto;
}



/*
网页端
*/

.all_body.web_size {
    padding: 0 30%;
}



