.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 {
    /* margin: 20px; */
    padding: 20px;
    border-radius: 20px;
    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;
}


.box_wrap .box .reg_item {
    display: none;
}

.box_wrap .box .reg_item.selected {
    display: block;
}

.box_wrap .box .item.item03 {
    margin-bottom: 0;
    /* border: none; */
}

.confirm_button {
    /* position: fixed; */
    bottom: 20px;
    z-index: 99;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* padding: 0 20px; */
    padding-bottom: 10px;
    margin-top: 40px;
}

.confirm_button span {
    height: 44px;
    background: #2081E2;
    color: #fff;
    border: none;
    display: block;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}



.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%;
}
