.index_top{
    display: none;
    opacity: 0;
}
.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: 28px 0; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.page_log .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: 44px;
    padding: 0 15px;
    width: auto;
}

.page_log .inner img {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

.box_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
}

.box_wrap .box {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
        padding-bottom: 50px;
    background: hsla(0, 0%, 100%, .95);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
}

.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;
    /* overflow: hidden; */
    /* margin: 20px; */
    /* padding: 0 5px; */
    /* width: 90%; */
    position: relative;
    margin-bottom: 10px;
}

.box_wrap .item .input_wrap {
    width: 100%;
}

.box_wrap .hide_text {
    font-size: 0.8rem;
    color: #000;
    opacity: 0.5;
    position: absolute;
    line-height: 34px;
    top: 0;

    left: 45px;
    pointer-events: none;
}

.box_wrap form {
    width: 90%;
}

.box_wrap .item .input_wrap input {
    border: none;
    height: 34px;
    width: 100%;
    color: #000;
    padding: 0 10px;

}

.confirm_button {
    /* margin: 40px 22px; */
    /* margin-bottom: 20px; */
    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: #667eea;
    font-size: 12px;
}


.bg_inner {
    height: 100%;

    position: relative;
    background-size: cover;
    width: 100%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: table;
    padding-bottom: 100px;

}


.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;
}
.box_wrap .item .hide_text.hide_this {
    display: none;
    opacity: 0;
}

#quhao_button img {
    height: 14px;
    width: 14px;
    margin-left: 5px;
}
#input_phone {
    flex: 1;
}











/*----------------------区号弹出框-----------------------------*/
#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;
}
/*----------------------区号弹出框-----------------------------*/
/*----------------------语言弹出框-----------------------------*/
#poped_lan {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    user-select: none;
}
#poped_lan.show_this{
    display: block;
    opacity: 1;
}
#poped_lan .inner {
    width: 100%;
    height: 100%;
}

#poped_lan .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 9990;
}

#poped_lan .lan_wrap {
    position: fixed;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    bottom: 0;
    background: #fff;
    z-index: 9992;
    color: #fff;
}

#poped_lan .btn_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #eee;
}

#poped_lan .list_wrap {
    color: #333;
    font-size: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 238px;
    overflow: hidden;
}

#poped_lan .btn_wrap span {
    font-size: 20px;
    color: #ff7003;
    padding: 8px;
    cursor: pointer;
}

#poped_lan .list_wrap span {
    display: block;
    height: 34px;
    line-height: 34px;
    width: 100%;
    text-align: center;
}
#poped_lan .list_inner {
    color: #333;
    font-size: 21px;
    width: 100%;
    overflow-y: scroll;
}
#poped_lan .list_inner .dd {
    width: 100%;
    cursor: pointer;
}
#poped_lan .list_inner .dd.selected span {
    color: #ff7003;
}

#poped_lan .list_inner .dd .s02 {
    display: none;
    opacity: 0;
}

#poped_lan .list_inner .dd:hover {
    background: rgba(0,0,0,0.05);
}
/*----------------------语言弹出框-----------------------------*/

.reg_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
        margin-bottom: 15px;
}

.reg_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);
}

.reg_text .s02 {
    display: block;
    font-size: 0.8rem;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 300;
}

.reg_text02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        margin: 10px 0;
}

.reg_text02 .s01 {
    font-size: 1rem;
    margin-bottom: 2px;
    font-weight: 700;
    color: #333;
}

.reg_text02 .s02 {
    color: #666;
    font-size: 0.8rem;
}

.box_wrap .box .item_title {
    display: block;
    text-align: left;
    font-size: 0.8rem;
    margin-bottom: 5px;
}


.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;
    /* display: inline-block; */
}
.all_body .all_inner{
    padding-top: 0 !important;
}


.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: #fff;
    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;
    font-size: 0.9rem;
}

.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;
}
.reg_item_type{
    display: none !important;
    opacity: 0 !important;
}
.reg_item_type.selected{
    display: flex !important;
    opacity: 1 !important;
}
.page_log .btn_lan {
    padding: 5px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.page_log .btn_lan span {
    font-size: 15px;
    /* background: #fff; */
}
.big_wrap{
    display: none;
    opacity: 0;
}
.big_wrap.selected{
    display: block;
    opacity: 1;
}