html{
    font-size: calc(100 / 750 * 100vw);
}
@font-face {
    font-family: 'fzlty-zz';
    src: url(./fonts/FZLTZHJW.TTF);
} 
@font-face {
    font-family: 'minghei';
    src: url(./fonts/MFMingHei.otf);
} 
.hide {
    display: none;
}
.wrap {
    width: calc(750 / 750 *100vw);
    height: auto;
    position: relative;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/bg.jpg) no-repeat 50% 0 / 100% 100%;
    box-sizing: border-box;
    /* z-index: -1; */
}

.d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_container {
    width: 7.5rem;
    height: 1rem;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    user-select: none;
    overflow: hidden;
}

.nav_wrapper_inner {
    width: inherit;
    height: inherit;
    padding: 0 .2rem;
    position: relative;
    z-index: 10;
}

.logo_icon {
    width: 1.72rem;
    height: .45rem;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/logo.png) 100% 0 / contain no-repeat;
}

.page_login {
    width: 100%;
    height: .45rem;
    line-height: .45rem;
    padding-left: .9rem;
    color: #262625;
    font-size: .26rem;
}

.outlogin_font {
    color: #262625;
    font-size: .26rem;
}

.font_w {
    width: auto;
}

.user_name {
    color: #bd523e;
    font-size: .26rem;
}

.account_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 2.6rem;
}

.login,
.unlogin {
    display: flex;
    justify-content: flex-end;
    float: right;
}
/* 报名页 */
.sign_page {
    width: 100%;
    height: 20.61rem;
    overflow-x: hidden;
    /* display: none; */
}

.sign_page .sub_box{
    font-size: .26rem;
    color: #dde5ef;
    font-family: 'fzlty-zz';
    position: absolute;
    top: 5.9rem;
    left: 40%;
    transform: translateX(-50%);
}
.sign_page .sub_title{
    color: #c2654f;
    font-style: normal;
}
.sign_page .registration_time{
    width: 7.5rem;
    font-size: .24rem;
    color: #6c7b8c;
    font-family: 'fzlty-zz';
    padding-top: 8.3rem;
    text-align: center;
    /* padding-left: 1.1rem; */
    /* position: absolute;
    top: 6.9rem;
    left: 40%;
    transform: translateX(-50%); */
}
.sign_page .notification_time{
    width: 7.5rem;
    font-size: .24rem;
    color: #6c7b8c;
    font-family: 'fzlty-zz';
    padding-top: 1.5rem;
    text-align: center;
}

.palne {
    width: 7.34rem;
    height: 9.08rem;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/plane1.png) no-repeat center/contain;
    position: absolute;
    top: 11.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.step {
    width: 5.91rem;
    height: 1.21rem;
    margin: 1.4rem 0.77rem 0.3rem;
    /* position: absolute;
    top: 1.4rem;
    left: .77rem; */
}

.step img,
.title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sign_page .inquire{
    font-size: .22rem;
    color: #3b3d40;
    text-decoration: underline;
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
}
.sign_page .button_box{
width: 100%;
height: .1rem;
}

.sign_up {
    text-align: center;
    width: 3.08rem;
    height: 0.75rem;
    line-height: .78rem;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/pop/btn_box.png) no-repeat 50% 50% / contain;
    color: #feffff;
    font-size: .4rem;
    font-family: 'fzlty-zz';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

/* 禁用状态的报名按钮 */
.sign_up.disabled {
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(100%);
    cursor: not-allowed;
}

.content {
    width: 5.72rem;
    height: 3.67rem;
    border-top: 2px dashed #afb4b5;
    margin: 1.3rem 0.77rem 0;
    position: relative;
}

.title {
    width: 2.53rem;
    height: 0.39rem;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/title.png) no-repeat 50% 50% / contain;
    position: absolute;
    top: .1rem;
    left: 50%;
    transform: translateX(-50%);
}

.word_box {
    margin-top: .6rem;
    font-size: .22rem;
}

.word_text {
    color: #34373e;
}

.word_light {
    font-style: normal;
    color: #96432f;
}


/* 资格测试页 */
.status_page {
    width: 100%;
    height: 21.58rem;
    overflow-x: hidden;
    display: none;
    box-sizing: border-box;
}
.status_page .sub_box{
    font-size: .26rem;
    color: #dde5ef;
    font-family: 'fzlty-zz';
    position: absolute;
    top: 6.16rem;
    left: 40%;
    transform: translateX(-50%);
}
.status_page .sub_title{
    color: #c2654f;
    font-style: normal;
}
.status_page .registration_time{
    width: 7.5rem;
    font-size: .24rem;
    color: #6c7b8c;
    font-family: 'fzlty-zz';
    padding-top: 8.7rem;
   text-align: center;
}
.status_page .notification_time{
    width: 7.5rem;
    font-size: .24rem;
    color: #6c7b8c;
    font-family: 'fzlty-zz';
    padding-top: 1.6rem;
    text-align: center;
}

.status_plane {
    width: 7.34rem;
    height: 10.05rem;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/plane2.png) no-repeat center/contain;
    position: absolute;
    top: 11.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.status_content,.submit_content{
    margin: 1.4rem 0.77rem 0.3rem;
}

.status_content .my_info,
.submit_content .question_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: .5rem;
    font-size: .26rem;
}
.status_content .font_tips{
    font-size: .22rem;
    color: #6c7376;
    font-family: 'fzlty-zz';
}
.status_content .my_info::before{
    content: '';
    width: 0.38rem;
    height: 0.38rem;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/icon_before.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

select:focus{outline: none;}
.custom_platid,
 .custom_role {
    width: 2.3rem;
    height: .4rem;
    line-height: .4rem;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/box.png)no-repeat center/contain;
    border: 0;
    font-size: .22rem;
    appearance: none;
    color: #d2d2d2;
    box-sizing: border-box;
    padding-left: .15rem;
}
.custom_role{
    display: block;
    font-style: normal;
}
.status_content .word_box {
    height: 2.9rem;
    margin-top: .1rem;
    font-size: .22rem;
}
.status_content .word_text
img{
 width: .24rem;
 height: 0.24rem;
 object-fit: contain;
 margin-right: .1rem;
 vertical-align: middle;
}
.status_content .sign_up{
    position: absolute;
    bottom: 3.5rem;
}
.status_content .inquire{
    font-size: .22rem;
    color: #3b3d40;
    text-decoration: underline;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}
.status_content .button_box{
width: 100%;
height: 1.6rem;
border-bottom: 2px dashed #afb4b5;
}
.status_content .step{
    margin: .3rem auto;
}

/* 提交问卷面板 */
.submit_content{
    position: relative;
}
.submit_content .question_line {
    height: .8rem;
}

.question_line::before {
    content: '';
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/icon_before.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.status_content .text_font,
.submit_content .text_font{
    font-size: .3rem;
    color: #3b3d40;
    font-family: 'minghei';
    margin-left: .4rem;
}
.submit_content .custom_send{
    width: 2.3rem;
    height: .4rem;
    background: url(https://game.gtimg.cn/images/aqtw/act/a20250724experience/box.png)no-repeat center/contain;
    border: 0;
    appearance: none;
    color: #d2d2d2;
    box-sizing: border-box;
    padding-left: .15rem;
    font-style: normal;
}
.submit_content .input_box{
    position: relative;
}
.submit_content .send_box{
    position: absolute;
    top: 0.01rem;
    right: -0.02rem;
}
.submit_content .send_code{
    width: 1.16rem;
    height: 0.38rem;
    line-height: .38rem;
    box-sizing: border-box;
    font-size: .18rem;
    color: #ced1d3;
    text-decoration: underline;
    background-color: rgb(56, 69, 79, .7);
    border: 1px solid #38454f;
    text-align: right;
    margin-right: 0.03rem;
    white-space: nowrap;
}
.submit_content .font_tips{
    font-size: .22rem;
    color: #6c7376;
    font-family: 'fzlty-zz';
}
.submit_content .submit_btn{
    margin-top: .3rem;
}

/* 小三角样式 */
.select-arrow {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    pointer-events: none;
    vertical-align: middle;
    background: url('https://game.gtimg.cn/images/aqtw/act/a20250724experience/icon_trangle.png') no-repeat center/contain;
    transition: transform 0.2s;
    position: absolute;
    right: .1rem;
}

/* select 获得焦点时小三角朝上 */
.custom_platid:focus + .select-arrow {
    transform: rotate(180deg);
}

/* 角色绑定弹窗基础样式 (参考积分活动) */
#milo_area-dialog.el-layer,
#milo_area-dialog.bound-role {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 99999 !important;
    width: 4.06rem !important;
    height: 6.27rem !important;
    max-height: 90vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: url('//game.gtimg.cn/images/aqtw/cp/a20250630tk/pop2.png') no-repeat center;
    background-size: 100% auto;
    box-shadow: 0 0.2rem 0.4rem rgba(0,0,0,0.5) !important;
    overflow: hidden !important;
}

#milo_area-dialog .dia-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 54vh !important;
}

#milo_area-dialog .bound-role-chose {
    margin: 0.24rem 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: flex-start;
    gap: 0.15rem;
}

#milo_area-dialog .bound-role-chose input[type="checkbox"] {
    width: .2rem;
    height: .2rem;
    accent-color: #e4600f;
    margin: 0.06rem 0 0 0;
    flex-shrink: 0;
}

#milo_area-dialog .bound-role-chose label {
    color: #e8e8e8;
    font-size: 0.22rem;
    line-height: 1.4;
    cursor: pointer;
    flex: 1;
    word-break: break-word;
}

#milo_area-dialog ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.2rem 0;
}

#milo_area-dialog ul li {
    margin: 0.1rem 0 0.2rem;
}

#milo_area-dialog .milo-item {
    position: relative;
    padding: 0;
    line-height: .5rem;
}

#milo_area-dialog .milo-select-item {
    width: 100% !important;
    padding: 0.14rem 0.15rem 0.14rem 0.15rem !important;
    border: 2px solid #454645 !important;
    border-radius: 0 !important;
    background: #282a28 !important;
    color: #fff !important;
    font-size: 0.2rem !important;
    font-weight: normal !important;
    line-height: .5rem !important;
    min-height: 0.8rem !important;
    height: auto !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    text-overflow: none !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

#milo_area-dialog .milo-select-item option {
    background: #1a1a2e !important;
    color: #fff !important;
    padding: 0.2rem !important;
    font-size: 0.36rem !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    min-height: 0.6rem !important;
}

#milo_area-dialog .milo-item::after {
    content: '';
    width: .26rem;
    height: .14rem;
    background-image: url('//game.gtimg.cn/images/aqtw/cp/a20250630tk/select-icon.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

#milo_area-dialog .error-msg {
    color: #e74c3c;
    font-size: 0.22rem;
    text-align: center;
    margin: 0.2rem 0;
    padding: 0.1rem;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 0.1rem;
    border: 1px solid rgba(231, 76, 60, 0.3);
    display: none;
}

#milo_area-dialog .popbtnb {
    margin: 0.5rem 0 0.3rem 0 !important;
}

#milo_area-dialog .my-close {
    width: .18em;
    height: .18em;
    background: url('//game.gtimg.cn/images/aqtw/cp/a20250630tk/btn-close.png') no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 0.16rem;
    right: 0.2rem;
    text-indent: -999em;
    overflow: hidden;
    display: block;
}