.page_title01 {
    text-align: right;
}

.page_title01 span {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 5px 10px;
    cursor: pointer;
}

.page_log {
    margin: 10px 0;
}

.page_log .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.page_log .inner img {
    /* width: 160px; */
        height: 50px;
    opacity: 0;
}

.box_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
        padding-bottom: 100px;
}

.box_wrap .box {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

.box_wrap .item {
        align-items: center;
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        display: flex;
        height: 34px;
        justify-content: space-between;
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 7px;
        transition: all .3s ease;

        /* margin: 20px; */
        /* padding: 0 5px; */
        /* width: 90%; */
        position: relative;
        margin-bottom: 20px;
}

.box_wrap .item .input_wrap {
    width: 100%;
}

.box_wrap .hide_text {

    color: #000;
    opacity: 0.5;
    position: absolute;
    line-height: 34px;
    top: 0;
    font-size: 0.8rem;
    left: 45px;
        pointer-events: none
}
.box_wrap .hide_text.hide_this {
    display: none;
    opacity: 0;
}

.box_wrap form {
    width: 90%;
}

.box_wrap .item .input_wrap input {
    border: none;
    height: 34px;
    width: 100%;
    color: #000;
    padding: 0 10px;
}

.confirm_button {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    box-shadow: 0 3px 10px rgba(102, 126, 234, .3);
    width: 100%;
    height: 34px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}

.confirm_button span {
color: #fff;
    /* width: 100%; */
    height: 34px;
    line-height: 34px;
    /* padding: 7px 12px; */
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.bottom_txt {
text-align: center;
    margin: 10px 0;
    background: rgba(102, 126, 234, .1);
    color: #667eea;
    border: 1px solid rgba(102, 126, 234, .2);
    width: 100%;
    height: 34px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.bottom_txt span {
     color: #667eea;
    font-size: 0.8rem;
    font-weight: 700;
}

.bottom_txt a {
    color: #ff7003;
    font-size: 16px;
}
.forget_psd {
    text-align: right;
    font-size: 0.8rem;
    font-weight: 600;
}
.forget_psd a {
    color: #ff7003;

}
.bg_inner {

    /* background-image: url('/static/images/icons/reg_bg.svg'); */
    background-size: cover;
    position: relative;
    width: 100%;
        padding-top: 50px;
}

.all_body {
    height: 100%;
}
.footer {
    display: none;
    opacity: 0;
}

#quhao_button {
    /* position: absolute; */
    z-index: 20;
    /* left: 0; */
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.reg_item {}

.box_wrap .item.reg_item .input_wrap {
    /* margin-left: 100px; */
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.box_wrap .item.reg_item .hide_text {
    left: 55px;
}
#quhao_button img {
    height: 14px;
    width: 14px;
    margin-left: 5px;

}
#input_phone {
    flex: 1;
}













.remb {
    margin: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;

}
.remb .inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    font-size: 14px;
    cursor: pointer;
}

.remb .dg {
    border: solid 1px #ccc;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.remb .selected .dg{
    background: #ff7003;
    border-color: #ff7003;
}
.remb .dg img {
    height: 15px;
    width: 15px;
}





/*----------------------区号弹出框-----------------------------*/

/*----------------------区号弹出框-----------------------------*/
#poped_qh {
    position: absolute;
    top: 34px;
    left: 0;
    height: 400px;
    overflow: scroll;
    width: 100%;
    z-index: 999;
    /* background: #EDEDED; */
    display: none;
    opacity: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .05);
}
#poped_qh.show_this{
    display: block;
    opacity: 1;
}

#poped_qh .top_text {
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    line-height: 70px;
    display: none;
}

#poped_qh .top_text img {
    height: 48px;
    width: 48px;
    padding: 10px 10px;
    cursor: pointer;
        z-index: 20;
}

#poped_qh .top_text .s01 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    flex: 1;
    margin-left: -48px;
    text-align: center;
}

#poped_qh .inner {
    height: auto;
        min-height: 1000px;
}

#poped_qh .choose {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    display: none;
}

#poped_qh .choose .s01 {
    font-size: 32px;
    color: #333;
    margin-left: 10px;
}

#poped_qh .choose input {
    flex: 1;
    border: none;
    border-radius: 10px;
    background: #fff;
    margin-left: 10px;
    padding-left: 10px;
}

#poped_qh .choose .s02 {
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    background: #ff7003;
    padding: 0 30px;
    margin-left: 10px;
    cursor: pointer;
}

#poped_qh .items {
    height: auto;
    margin: 2% 5%;
    overflow: auto;
    width: 90%;
}

#poped_qh .area_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #dcdcdc78;
    color: #000;
    width: 100%;
    height: 44px;
    cursor: pointer;
}
#poped_qh .area_item.no_quhao {
    display: none;
    opacity: 0;
}
#poped_qh .area_item:hover {
    background: rgba(0,0,0,0.03);
}

#poped_qh .area_item img {
    width: 37px;
    height: 24px;
    margin: 0 10px;
}

#poped_qh .area_item p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
/*----------------------区号弹出框-----------------------------*/

/*----------------------语言弹出框-----------------------------*/
.all_body.mobile .all_inner{
    /* background-image: url(/static/images/icons/reg_bg.svg); */
    background-size: cover;
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #667eea, #764ba2);
        display: table;
}

.login_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 15px;
}

.login_text .s01 {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}

.login_text .s02 {
    display: block;
    font-size: 0.8rem;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 300;
}

.login_text02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.login_text02 .s01 {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 700;
    color: #333;
}

.login_text02 .s02 {
    color: #666;
    font-size: 11px;
}

.box_wrap .item .iicon {
    font-size: 11px;
    /* height: 100%; */
    width: 16px;
    padding: 0 8px;
    height: 100%;
    background: #F8F9FA;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    border-right: solid 1px rgba(0, 0, 0, 0.05);
}

.box_wrap .item .iicon span {
    padding: 0 8px;
}

.all_body .all_inner{
        background: linear-gradient(135deg, #667eea, #764ba2);
    height: 100vh;
}

.tab_reg_item {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.tab_reg_item .tab_content.selected {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: #667eea;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 4px 13px rgba(102, 126, 234, .3);
    color: #fff;
}

.tab_reg_item .tab_content {
    flex: 1;
    text-align: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 12px 8px;
    border: 1px solid transparent;
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #333;
}

.tab_reg_item .tab_title {}

.tab_reg_item .tab_indicator {
    position: absolute;
    /* bottom: -4px; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 2px;
    background: hsla(0, 0%, 100%, .8);
    border-radius: 1px;
    opacity: 0;
    transition: opacity .3s ease;
}

.tab_reg_item .tab_content.selected .tab_indicator {
    opacity: 1;
}
.big_wrap{
    display: none;
    opacity: 0;
}
.big_wrap.selected{
    display: block;
    opacity: 1;
}