
:root {
    --fontColor: #292828;
    /*--fontColor: #c78123;*/
    --fontColor2: #e5e5e5;
    --fontColor3: #a09f9b;
    --activeColor: #ffb205;
    --activeColor2: #c2491f;
}

@font-face {
    font-family: "RefrigeratorDeluxe";
    src: url(//aqtw.qq.com/act/a20260501defendkmn/css/font/RefrigeratorDeluxe.otf);
}

@font-face {
    font-family: 'MIANFEIZITI';
    src: url(./font/MIANFEIZITI.ttf);
}

@font-face {
    font-family: "RefrigeratorDeluxeHeavy";
    src: url(//aqtw.qq.com/act/a20260501defendkmn/css/font/RefrigeratorDeluxeHeavy.otf);
}

@font-face {
    font-family: "RefrigeratorDeluxeBold";
    src: url(//aqtw.qq.com/act/a20260501defendkmn/css/font/RefrigeratorDeluxeBold.otf);
}

@font-face {
    font-family: "fzltzh";
    src: url(//aqtw.qq.com/act/a20260501defendkmn/css/font/fzltzh.woff);
}

@font-face {
    font-family: "HYYakuHeirefrigerator75W";
    src: url(//aqtw.qq.com/act/a20260501defendkmn/css/font/HYYakuHeirefrigerator75W.ttf);
}

@font-face {
    font-family: "YakuHeiRefrigerator95W";
    src: url(//aqtw.qq.com/act/a20260501defendkmn/css/font/YakuHeiRefrigerator95W.ttf);
}

@font-face {
    font-family: "MFMingHeiRegular";
    src: url(//aqtw.qq.com/act/a20260501defendkmn/css/font/MFMingHeiRegular.ttf);
}

@font-face {
    font-family: "dundun";
    src: url(./font/dundun.ttf);
}

@font-face {
    font-family: "MFQiHei";
    src: url(./font/MFQiHei.ttf);
}

@font-face {
    font-family: "HYYouYuan";
    src: url(./font/HYYouYuan.ttf);
}

.HYYouYuan {
    font-family: "HYYouYuan";
}

.activeColor {
    color: var(--activeColor) !important;
}

.activeColor2 {
    color: var(--activeColor2) !important;
}

.activeColor_bg {
    background: #ff7d00 !important;
}

html, body {
    overflow-x: hidden;
    background: #000;
    font-size: 0.24rem;
    color: var(--fontColor);
    /*font-family: "fzltzh";*/
}

body {
    padding-bottom: 1rem;
}

img {
    display: block;
}


@keyframes totop {
    0% {
        transform: translate(0, 0.2rem);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}


@keyframes tobig {
    0% {
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}

@keyframes shine {
    0% {
        filter: brightness(0.1);
    }
    100% {
        filter: brightness(1);
    }
}


#a2_1, #a3_1, #changeRoles {
    color: var(--activeColor);
    border-bottom: 1px solid;
}

#changeRoles {
    margin-right: 0.1rem;
}


.username, #s3_1 {
    max-width: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    /*font-size: 0.24rem;*/
    color: var(--fontColor);
}


.btn_box {
    width: calc(750 / 1080 * 3.47rem);
    height: calc(750 / 1080 * 0.91rem);
    border-radius: 0.25rem;
    background: #ffba30;
    color: #333232;
    font-size: 0.34rem;
    font-family: MIANFEIZITI;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3rem auto 0;
}


.share_btn {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/share_btn_bg.png") no-repeat center center/100% 100% !important;
    width: 5.08rem;
    height: 1.19rem;
    justify-content: center;
    margin: 0 auto 0;
    color: #270e03;
    font-size: 0.32rem;
    font-family: 'fzltzh';
    padding-top: 0.05rem;
}

.share_tips {
    font-size: 0.25rem;
    color: #b47a34;
    text-align: center;
}

.share_award {
    width: 0.8rem;
    margin-left: 0.1rem;
}

.btn_grey {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260206weekreport/btn_bg2.png") no-repeat center center/100% 100% !important;
    color: #a7a7a7 !important;
}

@keyframes toscale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.linear {
    background: linear-gradient(to bottom, #d6ab68, #bb8403);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    /*background-image: url(../img/nav_r.png);*/
    width: 0.38rem;
    height: 0.73rem;
    right: -0.7rem;
    /*top: 2.1rem;*/
    background-size: 100% 100%;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    /*background-image: url(../img/nav_r.png);*/
    width: 0.38rem;
    height: 0.73rem;
    left: -0.7rem;
    /*top: 2.1rem;*/
    background-size: 100% 100%;
    right: auto;
    transform: rotate(-180deg);
}

/*换服*/
.login-role-popup {
    width: 6.5rem;
    background: #191922;
    border-radius: 0.12rem;
    margin: 0 auto;
    padding: 0 0 0.32rem;
    position: fixed;
    /*display: none;*/
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: scale(1) translate(-50%, -50%);
    overflow: hidden;
    font-family: Lato;
}

.login-role-popup h3 {
    height: 0.8rem;
    background: #000 url(https://test-common-web.intlgame.com/li-pass/static/li_logo.png) no-repeat 50% 50%/auto 80%;
}

.login-role-content {
    padding: 0.5rem 0.4rem;
}

.login-role-content ul {
    padding: 0.2rem 0 0;
    color: #6D68F6;
}

.login-role-content ul span {
    padding: 0.2rem 0;
    color: #fff;
}

.login-role-popup p {
    font-size: 0.26rem;
    color: #ffffffe6;
}

.login-role-popup .ant-form-item-row {
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem;
    gap: 0.14rem;
}

.login-role-btn {
    width: 2.1rem;
    background-color: #7064FF;
    border: none;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color: #fff;
    padding: 0.05rem 0;
}


.close-btn {
    color: #fff;
    position: absolute;
    top: 0.08rem;
    right: 8px;
    font-size: 25px;
}

.no_click {
    background: #a5a5a5 !important;
    pointer-events: none !important;
    color: #4c4c4c;
}

@keyframes shine {
    0% {
        filter: brightness(0.8);
    }
    100% {
        filter: brightness(1.2);

    }
}


.footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0.5rem 0 1.4rem 0;
    background: #10151b;
}

.f_box {
    width: 100%;
    font-size: 0.2rem;
    color: #9f9f9f;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f_logo {
    height: 0.8rem;
    text-align: center;
}

.f_logo img {
    height: 100%;
    width: auto;
    vertical-align: top;
}

.f_txt {
    padding-top: 0.2rem;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}

.foot-agreement {
    width: 100%;
}

.foot-agreement div {
    display: inline;
}

.f_box a {
    color: #9f9f9f;
}

.foot-agreement div span {
    padding: 0 0.5em;
}

.ot-sdk-show-settings {
    background: none !important;
    border: none !important;
    display: inline-block !important;
    padding: 0 !important;
    color: #9f9f9f !important;
}


.logout {
    justify-content: center;
    color: #fff;
}


#afooter {
    /*position: absolute;*/
    /* bottom: 0; */
    z-index: 2;
    /*left: 0;*/
    /*right: 0;*/
    background: #000;
}

.foot {
    color: #d7d7d7;
    padding: 0.4rem 0;
    text-align: center;
    background: #000;
    font-size: 0.22rem;
}

.pop_bind li {
    margin-top: 0.3rem;
}

select {
    background: #3e2611;
    width: 3rem;
    padding: 0.05rem 0 0.05rem 0.2rem;
    color: #b3a9a1;
    font-size: 0.24rem;
    height: 0.45rem;
    text-align: center;
    border: 1px solid #6e4726 !important;
    /* border-radius: 2rem !important; */
}


.animate_circle {
    animation: circle 1s linear infinite;
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 43, 43, 0.37);
    z-index: 9900999999;
    display: flex;
}

.loading_icon {
    width: 0.5rem;
    margin: auto;
    user-select: none;
}

.m .loading_icon {
    width: 0.5rem;
}


.swiper-slide {
    height: 100%;
}


.pop_common .contain {
    padding: 0.5rem 0.1rem;
}

.login_icon {
    margin-top: 0.5rem;
    padding: 0 0.3rem;
}

.login_icon img {
    width: 1.5rem;
}

.login_icon p {
    margin-top: 0.13rem;
}

#_popMaskMF_ {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-color: #000000ab;
    z-index: 99;
    display: none;
}

.pop_copy input {
    width: 5.7rem;
    height: 0.5rem;
    background: #331f13;
    color: var(--fontColor);
    border: 1px solid #5a3b1d;
    margin-top: 0.18rem;
    font-size: 0.22rem;
    padding-left: .1rem
}


.mt03 {
    margin-top: 0.3rem;
}


.cancel {
    filter: grayscale(1)
}

#footer_ieg {
    text-align: center !important;
}

.pop_shareGuide {
    text-align: right;
    padding-right: 0.2rem;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    bottom: 0;
    transform: initial !important;
}

.pop_bind .pop_common .contain {
    padding: 0.5rem 0.3rem;
}

.milo-PIPInfo {
    width: 0.2rem;
    height: 0.2rem;
}

.nodata {
    font-size: 0.28rem;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
    text-decoration: underline;
    text-underline-offset: 4px
}

.hidden {
    display: none;
}

.animate_totop2 {
    animation: totop2 0.3s 0.3s backwards linear;
}

@keyframes totop2 {
    0% {
        transform: translate3d(0, 0.3rem, 0) scaleY(1.5);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0) scaleY(1.5);
        opacity: 1;
    }
}


/* 淡入效果 */
.animate_fade_in {
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 从左侧进入 */
.animate_from_left {
    animation: fromLeft 0.8s ease-out;
}

@keyframes fromLeft {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* 从右侧进入 */
.animate_from_right {
    animation: fromRight 0.8s ease-out;
}

@keyframes fromRight {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* 从底部进入 */
.animate_from_bottom {
    animation: fromBottom 0.4s ease-out;
}

@keyframes fromBottom {
    0% {
        transform: translateY(0.2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1 !important;
    }
}

/* 缩放效果 */
.animate_scale {
    animation: scaleIn 0.8s ease-out;
}

@keyframes scaleIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 弹跳效果 */
.animate_bounce {
    animation: bounce 0.8s ease-out;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/* 旋转效果 */
.animate_rotate {
    animation: rotate 0.8s ease-out;
}

@keyframes rotate {
    0% {
        transform: rotate(-10deg);
        opacity: 0;
    }
    100% {
        transform: rotate(0);
        opacity: 1;
    }
}

/* 脉冲效果 */
.animate_pulse {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* 摇摆效果 */
.animate_shake {
    animation: shake 2s infinite;
}

@keyframes shake {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
}


.guide {
    width: 4.85rem;
    display: inline;
}

.swiper_page {
    width: 7.5rem;
}

.slide0 {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/bg1.jpg") no-repeat center center/cover;
}

.slide1 {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/bg2.jpg") no-repeat center center/cover;
    overflow: auto;
}

.tab0 {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/bg2.jpg") no-repeat center center/cover;
}

.tab1 {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/bg3.jpg") no-repeat center center/cover;
}

.tab2 {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/bg4.jpg") no-repeat center center/cover;
}

.tab3 {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/bg5.jpg") no-repeat center center/cover;
}

.login_box {
    justify-content: flex-end;
    top: 1rem;
    right: 0.3rem;
}

.login {
    color: #fff;
}

.login span {
    border-bottom: 1px solid;
    margin-left: 3px;
}

.title_box {
    margin: 0.5rem 0 0 0.5rem;
}

.escape {
    width: 6.1rem;
    margin: 0.2rem 0 0.25rem;
}

.date_bg {
    width: 5.8rem;
}

.date_box {
    animation: fromBottom 0.5s ease-out backwards;
}

.date_stage {
    font-size: 0.3rem;
    color: #c3781f;
    top: 0.06rem;
    left: 1rem;
    letter-spacing: 0.04rem;
}

.slogan {
    width: 6.34rem;
    margin-top: 0.24rem;
    animation: fromBottom 0.8s 0.2s ease-out backwards;
}


.btn1_box {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/btn1.png") no-repeat center center/100% 100%;
    width: 3.17rem;
    height: 0.71rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #f1a337;
    font-weight: 600;
}

.btn2_box {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/btn2.png") no-repeat center center/100% 100%;
    width: 3.53rem;
    height: 1.09rem;
    display: flex;
    align-items: center;
    color: #270e03;
    justify-content: center;
    font-weight: 600;
    font-size: 0.3rem;
}

/*
.btn_group {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    gap: 0.1rem;
    animation: fromBottom 0.5s 0.4s ease-out backwards;
}
*/

.tab_list {
    justify-content: center;
    margin-top: 0.5rem;
}

.tab_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/tab.png") no-repeat center center/100% 100%;
    width: 1.78rem;
    height: 0.76rem;
    color: #f5a638;
    font-weight: 600;
    font-size: 0.26rem;
}

.tab_list li.active {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/tab_on.png") no-repeat center center/100% 100%;
    width: 1.78rem;
    height: 0.76rem;
    color: #020202;
}

.slogan2 {
    width: 4.17rem;
    margin: 0.6rem auto 0.2rem;
}

.select_box {
    width: 1.87rem;
    height: 0.49rem;
    position: relative;
    margin-right: 0.2rem;
}

.select_input {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/select_bg.png") no-repeat center center/100% 100%;
    width: 1.87rem;
    height: 0.49rem;
    justify-content: center;
    color: #000;
    font-size: 0.3rem;
    font-weight: 600;
    position: relative;
}

.select_input::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.3rem;
    width: 0.16rem;
    height: 0.13rem;
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/arrow.png") no-repeat center center/100% 100%;
}

.select_list {
    position: absolute;
    top: 0.48rem;
    left: 0.03rem;
    right: 0;
    border: 1px solid #fc310a75;
    z-index: 999;
    border-top: none;

}

.select_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 18, 5, 0.84);
    padding: 0.1rem 0;
    color: #df5b37;
    font-size: 0.26rem;
    font-weight: 600;
}

.select_list li.active {
    color: #df5b378a;
}

.item2_list {
    padding-top: 0.46rem;
    margin: 0 0.17rem;
    overflow: auto;
    max-height: 69vh;
    border: 1px solid #644419;
    border-top: none;
    padding-bottom: 1rem;
}

.item2_list li {
    width: 5.11rem;
    position: relative;
    margin-bottom: 0.45rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.item2_list li:nth-of-type(2n+1) {
    float: left;
}

.item2_list li:nth-of-type(2n) {
    float: right;
}

.item2_list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 29%;
    right: -0.68rem;
    background: url(//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/line.png) no-repeat center center / 100% 100%;
    width: 0.75rem;
    height: 1.65rem;
}

.item2_list li:nth-of-type(2n)::after {
    right: inherit;
    left: -0.67rem;
    transform: rotateY(180deg);
}

.item2_list .item_box {
    width: 4.75rem;
    height: 2.66rem;
    top: .03rem;
    left: 0.18rem;
}

.item2_list .item {
    width: 100%;
    height: 100%;
    border: 1px solid #ce9c2f;
}

.item2_list .item_text {
    font-size: 0.22rem;
    color: #b67b34;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.71);
    padding: 0.05rem 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item2_list .item2_bg {
    width: 100%;
}

.item3_bg {
    width: 6.72rem
}

.item3_list li {
    position: relative;
}

.item3_list .item3 {
    width: 6.4rem;
    height: 3.0rem;
    object-fit: cover;
    top: 0.1rem;
    left: 0.12rem;
    border: 1px solid #ce9c2f;
}

.item3_text1 {
    top: 0.5rem;
    left: 0.4rem;
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/item3_text_bg.png") no-repeat center center/100% 100%;
    width: 2.73rem;
    height: 1.07rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 0.2rem;
}

.item3_text2 {
    top: 1.7rem;
    left: 0.4rem;
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/item3_text_bg2.png") no-repeat center center/100% 100%;
    width: 2.73rem;
    height: 1.07rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 0.2rem;
}

.item3_text1 p, .item3_text2 p {
    color: #ecdec3;
    font-size: 0.24rem;
    white-space: nowrap;
}

.item3_text1 p:nth-of-type(2) span {
    color: #e6b037;
    font-size: 0.51rem;
    font-family: "RefrigeratorDeluxeHeavy";
}

.item3_text2 p:nth-of-type(2) span {
    color: #c23526;
    font-size: 0.51rem;
    font-family: "RefrigeratorDeluxeHeavy";
    margin-top: 0.16rem;
}

.item3_text2 p:nth-of-type(2).mfh {
    font-size: 0.36rem;
    font-family: "MFMingHeiRegular";
    color: #c23526;
    margin-top: 0.2rem;
}

.item3_list {
    flex-direction: column;
    gap: 0.34rem;
    margin-top: 0.45rem;
    max-height: 11rem;
    overflow: auto;
}

.title4 {
    width: 5.18rem;
    margin: 0.56rem auto 0.38rem;
}

.title4_2 {
    width: 4.41rem;
    margin: 0.6rem auto 0.2rem;
}

.map_list li img:first-child {
    width: 2.18rem;
}

.map_list li {
    position: relative;
}

.map_list li:nth-of-type(2) {
    margin: 0 0.2rem;
}

.map_list .map_name {
    color: #b1852e;
    font-size: 0.5rem;
    top: 1rem;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'HYYakuHeirefrigerator75W';
}

.map_list .map_num {
    color: #e1b34a;
    font-size: 0.37rem;
    font-family: 'RefrigeratorDeluxe';
    bottom: 0.06rem;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map_list {
    justify-content: center;
}

.achievement_list .achievement_name {
    font-size: 0.32rem;
    font-family: fzltzh;
    width: 5.1rem;
    height: 1.01rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.05rem;
    position: relative;
    overflow: hidden;
}


.sweepLight {
    position: absolute;
    top: 0.2rem;
    width: 4.69rem;
    height: 0.6rem;
    overflow: hidden;
}

.sweepLight::before {
    content: '';
    position: absolute;
    top: 0rem;
    width: 100%;
    height: 100%;
    left: -100%;
    /*   width: 100%;
       height: 100%;*/
    background: linear-gradient(90deg, transparent 0%, rgb(255 255 255 / 20%) 50%, transparent 100%);
    animation: sweepLight 5s ease-in-out infinite;
}

.sweepLight1::before {
    animation-delay: 1s;
}

.sweepLight2::before {
    animation-delay: 3s;
}

.sweepLight3::before {
    animation-delay: 5s;
}

@keyframes sweepLight {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 120%;
    }
}

/*
.achievement_list li:nth-of-type(2) .achievement_name {
    color: #d1a747;
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/achievement_bg2.png") no-repeat center center/100% 100%;
}

.achievement_list li:nth-of-type(3) .achievement_name {
    color: #b97fc9;
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/achievement_bg3.png") no-repeat center center/100% 100%;
}*/

.red_bg {
    color: #e15323;
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/achievement_bg1.png") no-repeat center center/100% 100%;
}

.orange_bg {
    color: #d1a747;
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/achievement_bg2.png") no-repeat center center/100% 100%;
}

.purple_bg {
    color: #b97fc9;
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/achievement_bg3.png") no-repeat center center/100% 100%;
}

.achievement_duty {
    color: #d19a3d;
    font-size: 0.27rem;
    text-align: center;
    margin-top: -0.1rem;
    font-family: 'fzltzh';
}

.achievement_duty span {
    color: #fad269;
    font-family: none;
}

.achievement_list {
    flex-direction: column;
    gap: 0.2rem;
    max-height: 4.8rem;
    overflow: auto;
}

.title5 {
    width: 5.18rem;
    margin: 0.5rem auto 0.1rem;
}

table {
    width: 100%;
    border-collapse: collapse;

}

.achievement_table {
    width: 100%;

}

.table_overflow {
    height: 7.65rem;
    overflow: auto;
    padding-bottom: 0.6rem;
}

.achievement_table td {
    text-align: center;
    /*height: 0.8rem;*/
    padding: 0.06rem 0.1rem;
    color: #cd9b3b;
    font-size: 0.29rem;
    font-family: 'fzltzh';
}


.achievement_table th:nth-of-type(2) {
    width: 40%;
}

.achievement_table th:first-child {
    width: 30%;
}

.achievement_table th {
    color: #c68333;
    font-size: 0.3rem;
    height: 0.62rem;
    line-height: 0.62rem;
    position: sticky;
    top: 0;
    font-weight: 600;
    z-index: 9;
}

.achievement_table td span {
    font-family: 'RefrigeratorDeluxeBold';
    font-size: 0.44rem;
    color: #a15b10;
}

.achievement_table tr:has(.no1) {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/icon/tr_bg.png") no-repeat center center/100% 100%;
    width: 100%;
    height: 100%;
}

.achievement_table .no1 span, .achievement_table .no2 span, .achievement_table .no3 span {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/icon/1.png") no-repeat center center/100% 100%;
    width: 0.38rem;
    height: 0.71rem;
    font-size: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: RefrigeratorDeluxeBold;
    margin: auto;
}

.achievement_table .no2 span {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/icon/2.png") no-repeat center center/100% 100%;
    color: #c05034;
    width: 0.54rem;
    height: 0.69rem;
}

.achievement_table .no3 span {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/icon/3.png") no-repeat center center/100% 100%;
    color: #7a7a7a;
    width: 0.54rem;
    height: 0.65rem;
}


.achievement_table_box {
    background: url("//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/table_bg.png") no-repeat center center/100% 100%;
    /*width: 7.1rem;*/
    height: 9.27rem;
    margin: 0 auto 0;
    margin: 0 0.17rem;
}

.my_ranking_detail span {
    font-family: fzltzh;
    color: #b8915a;
    font-size: 0.32rem;
}

.my_ranking_detail span:nth-of-type(2) {
    width: 40%;
    display: inline-block;
    text-align: center;
}

.my_ranking_detail span:nth-of-type(1), .my_ranking_detail span:nth-of-type(3) {
    width: 30%;
}

.my_ranking_detail span:first-child {
    font-family: RefrigeratorDeluxeBold;
    font-size: 0.48rem;
}

.my_rank {
    color: #ad8031;
}

.my_ranking_label {
    font-size: 0.25rem;
    color: #fd8012;
    background: #30200a;
    border: 1px solid #fd8012;
    padding: 0.05rem 0.2rem;
}

.my_ranking {
    margin-top: 0.32rem;
}

.my_ranking_detail {
    margin-top: 0.17rem;
}

.my_ranking_detail span {
    text-align: center;
}

.poster_box {
    height: 10.2rem;
    width: 6.54rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

#third_box {
    height: 100%;
    width: 100%;
    /*transform: translate(100rem);*/
}

.result_pic, .result_pic * {
    width: 100%;
    height: 100%;
}

.copy_text {
    font-size: 0.24rem;
    margin-top: 0.4rem;
}

#wx_er * {
    width: 2rem;
    margin: 0.2rem auto 0 !important;
}

#wx_er {
    text-align: center;
}

.choose_system, .choose_region {
}

.choose_bg {
    background: #3e2611;
    width: 3.6rem;
    padding: 0 0.2rem;
    color: #b3a9a1;
    font-size: 0.24rem;
    overflow: auto;
    white-space: nowrap;
    height: 0.46rem;
    display: flex;
    align-items: center;
}

.bind_role label {
    font-size: 0.24rem;
    margin-left: .05rem;
    min-width: 1.5rem;
    display: flex;
    align-items: center;
}

.bind_role li {
    justify-content: center;
    gap: 0.2rem;
}

.authoration {
    padding: 0 0.3rem;
    font-size: 0.24rem;
}

.bind_role {
    padding: 0 0.4rem;
}

.bind_role li span:first-child {
    font-size: 0.24rem;
    margin-right: 0.15rem;
}

.radio_diy {
    height: 0.25rem;
    width: 0.25rem;
    background: #b3a9a1;
    border-radius: 50%;
}

.checked .radio_diy {
    height: 0.25rem;
    background: #e29602;
    width: 0.25rem;
    border: 4px solid #d02626;
}

.checked label {
    color: #e19502;
}

.poster_contain {
    top: 0.6rem;
    left: 0;
    right: 0;
}

.poster_title1 {
    width: 5.7rem;
    /*margin: 0 auto 0.3rem;*/
}

.poster_title2 {
    width: 3.34rem;
    margin: 0.3rem 0 0.25rem
}

.poster_title3 {
    width: 3.08rem;
    margin: 0.42rem 0 0.1rem;
}

.poster_box .map_list li img:first-child {
    width: 1.74rem;
    height: 1.86rem;
}

.poster_box .map_list .map_name {
    font-size: 0.39rem;
    top: 0.8rem;
}

.poster_box .map_list .map_num {
    font-size: 0.29rem;
}

.poster_box .map_list .map_num {
    bottom: 0.06rem;
}

.poster_box .achievement_list .achievement_name {
    font-size: 0.23rem;
    width: 3.92rem;
    height: 0.86rem;
}

.poster_box .achievement_duty {
    font-size: 0.2rem;
}

.poster_box .achievement_list {
    gap: 0.2rem;
}

.person_box {
    bottom: 0.2rem;
    left: 0.2rem;
    display: flex;
    align-items: flex-start;
}

.person_pic {
    width: 1.13rem;
    height: 1.13rem;
    margin-right: 0.15rem;
    object-fit: cover;
}

.person_name {
    font-size: 0.28rem;
    color: #000;
    margin-top: 0.1rem;
}

.scan_text {
    font-size: 0.18rem;
    color: #32230d;
    margin-top: 0.05rem;
}


.slide-auto {
    height: auto !important;
}

.ranking_time {
    font-size: 0.24rem;
    color: #c27821;
    letter-spacing: 0.03rem;
}

.no_data {
    width: 5.04rem;
    margin: auto;
}

.no_anydata {
    width: 7.18rem;
    margin: auto;
}

.milo-select-item {
    background: #3e2611 !important;
    width: 3rem !important;
    padding: 0.05rem 0 0.05rem 0.2rem !important;
    color: #b3a9a1 !important;
    font-size: 0.24rem !important;
    height: 0.45rem !important;
    text-align: center !important;
    border: 1px solid #6e4726 !important;
    border-radius: 0 !important;
}

.milo-item {
    width: auto !important;
}

.bind_role input[type="radio"] {
    margin-right: 0.08rem;
}

.bind_role .role_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #909090;
    border-radius: 50%;
    position: relative;
}

input[type="radio"]:checked {
    border: 1px solid #ce9d3e;

}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #ce9d3e;
    border-radius: 50%;
}

input[type="radio"]:checked:disabled {
    opacity: 0.3;
}


.submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 50%, #9b2c2c 100%);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn:hover::before {
    left: 100%;
}

.map_tab li {
    background: url(//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/map_tab.png) no-repeat center center/100% 100%;
    width: 2.35rem;
    height: 0.49rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffa423;
}

.map_tab li.active {
    background: url(//game.gtimg.cn/images/aqtw/act/a20260501defendkmn/map_tab1.png) no-repeat center center/100% 100%;
}

.map_tab {
    justify-content: center;
    gap: 0.05rem;
    /*margin-top: 0.24rem;*/
    /*width: 7.1rem;*/
    margin: 0.24rem auto 0;
}

.logo {
    width: 2.13rem;
}

.download_btn {
    width: 1.48rem;
}

.top_box {
    padding: 0.15rem 0.23rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 3;
}

.head_contain {
    top: 8.4rem;
    width: 100%;
}

.head_gift {
    width: 5.29rem;
    margin: auto;
}

.head_join {
    width: 4.03rem;
    margin: 0.24rem auto 0.34rem;
}

.arrow_bottom {
    width: 0.27rem;
    margin: 0.1rem auto 0;
}

.competition_introduction_box {
    top: 1.9rem;
    left: 0.65rem;
    right: 0.65rem;
}

.competition_introduction_box li {
    margin-bottom: 0.28rem;
}

.competition_introduction_box li .pic {
    width: 6.19rem;
}

.competition_introduction_box li p {
    color: #323232;
    font-size: 0.2rem;
    font-weight: 600;
}

.star_icon {
    position: relative;
    display: inline-block;
    margin: auto;
}

.star_icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.3rem;
    transform: translateY(-50%);
    width: 0.22rem;
    height: 0.22rem;
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/star.png") no-repeat center center/100% 100%;
}

.star_icon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.3rem;
    transform: translateY(-50%) rotate(45deg);
    width: 0.22rem;
    height: 0.22rem;
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/star.png") no-repeat center center/100% 100%;
}

.star_icon2::before, .star_icon2::after {
    top: -13%;
}

.schedule_box {
    top: 1rem;
    left: 0;
    right: 0;
}

.schedule_bg {
    width: 6.75rem;
    margin: auto;
}

.schedule_list {
    top: 1rem;
    left: 0.1rem;
    right: 0.1rem;
}

.schedule_list li p:first-child {
    font-size: 0.33rem;
    text-align: center;
    font-family: dundun;
}

.schedule_list li p:nth-of-type(2) {
    font-size: 0.19rem;
    text-align: center;
    font-weight: 600;
}

.schedule_list li {
    background: #ba9c5b;
    color: #f5eedf;
    padding: 0.15rem 0.05rem;
    border-radius: 8px;
    flex: 1;
}

.schedule_list li:nth-of-type(2) {
    margin: 0 0.05rem;
}

.schedule_list li.active {
    background: #ffba02;
    color: #333232;
}

.schedule_text {
    top: 2.3rem;
    left: 0;
    right: 0;
    font-size: 0.25rem;
    font-weight: 600;
}

.schedule_text p {
    margin-bottom: 0.4rem;
    position: relative;
    color: #373634;
    font-weight: 600;
}

.schedule_text p::before {
    content: '';
    position: absolute;
    top: 0.05rem;
    left: -0.3rem;
    width: 0.18rem;
    height: 0.19rem;
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/star2.png") no-repeat center center/100% 100%;
}

.schedule_text_common {
    display: none;
    padding: 0 0.3rem 0 0.5rem;
}

.schedule_text1 {
    display: block;
}

.star3 {
    width: 0.19rem;
    position: absolute;
    top: 0.8rem;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.bottom_tab {
    background: #333232;
    padding: 0.24rem 0.7rem 0.3rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.bottom_tab li {
    font-size: 0.36rem;
    color: #f5eedf;
    font-family: MFQiHei;
    letter-spacing: 1px;
}

.bottom_tab li.active {
    color: #ffbe30;
}

.pop-box {
    padding: 0.1rem;
}

.pop-titlebox, .pop-titleteam {
    width: calc(750 / 1080 * 8.59rem);
    height: calc(750 / 1080 * 1.28rem);
    text-align: center;
    margin: 0.2rem auto;
    padding-top: 0.2rem;
    background: url(https://game.gtimg.cn/images/rocom/act/a20260805gxs/pop/title-newbg.png) no-repeat center / contain;
}

.pop-titlebox strong, .pop-titleteam strong {
    font-size: calc(750 / 1080 * 0.56rem);
    font-family: 'MIANFEIZITI';
    font-weight: normal;
    color: #f4eee0;
}

.login-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0.6rem auto 0;
}

.login-qq {
    width: calc(750 / 1080 * 2.6rem);
    height: calc(750 / 1080 * 3.32rem);
    background: url(https://game.gtimg.cn/images/rocom/act/a20260805gxs/pop/icon-qq.png) 50% 50% / contain no-repeat;
}

.login-wx {
    width: calc(750 / 1080 * 2.6rem);
    height: calc(750 / 1080 * 3.32rem);
    background: url(https://game.gtimg.cn/images/rocom/act/a20260805gxs/pop/icon-wechat.png) 50% 50% / contain no-repeat;
}

.tet-indent {
    text-indent: -99rem;
    overflow: hidden;
}

.common-tip {
    font-size: .2rem;
    color: #2c2c2c;
    text-align: center;
}

.download-qrcode {
    width: calc(750 / 1080 * 2.8rem);
    height: calc(750 / 1080 * 2.8rem);
    background: url(https://game.gtimg.cn/images/rocom/act/a20260805gxs/pop/qr-bg.png) no-repeat 50% 50% / cover;
}

.qrcode-wrapper1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.3rem auto;
}

.qrcode-wrapper1 img {
    width: 1.6rem;
    height: 1.6rem;
}

.qrcode-img {
    position: relative;
    margin: 0.226rem 0.126rem;
    width: 1.9rem;
    height: 1.9rem;
    z-index: 0;
}

.download-qrcode .qrcode-img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}

.ca-qrcode-img-box img {
    width: 100% !important;
    height: 100% !important;
    vertical-align: top;
    -webkit-touch-callout: default;
}

.pop_btn {
    width: calc(750 / 1080 * 3.47rem);
    height: calc(750 / 1080 * 0.91rem);
    border-radius: 0.25rem;
    background: #ffba30;
    color: #333232;
    font-size: 0.34rem;
    font-family: MIANFEIZITI;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.copy_btn {
    margin-top: 0.6rem;
}

.rule_box {
    padding: 0 0.2rem;
    line-height: 1.7;
    height: 41vh;
    overflow: auto;
}

.table_rule_box {
    position: absolute;
    right: -0.18rem;
    top: 0.15rem;
}

.rule_text {
    font-weight: 600;
    color: #292929;
}

.rule_text span {
    color: #d65d24;
}

.pop_share_qq .login-flex img, .pop_share_wx .login-flex img {
    width: 1.8rem;
}

.head_btn {
    padding: 0 0.45rem;
    margin: 0.24rem auto 0.34rem;
}

.head_btn img {
    width: 3.13rem;
}

.schedule_text3 div {
    margin-bottom: 0.3rem;
}

.schedule_text3 p {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 0.28rem;
}

.schedule_text3 span {
    font-size: 0.24rem;
    color: #363636;
    display: block;
}

.competition_rules_title::before {
    display: none;
}

.competition_rules span {
    display: block;
}

.page_common {
    display: none;
}

.page_common.active {
    display: block;
}

.not_certified_box {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    text-align: center;
}

.not_certified_box p:first-child {
    color: #313030;
    font-size: 0.26rem;
    font-weight: 600;
}

.not_certified_box p:nth-of-type(2) {
    color: #313030;
    font-size: 0.2rem;
}

.not_certified_box img {
    width: 2.18rem;
    margin: 0.4rem auto 0;
}

.certified_box {
    font-size: 0.24rem;
    top: 1.32rem;
    left: 0.6rem;
    right: 0.6rem;
}

.yellow_bg {
    color: #fff3d8;
    background: #f79402;
    display: inline-block;
    border-radius: 0.2rem;
    padding: 0.0rem 0.1rem;
}

.certified_box .user_box img:first-child {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ffae37;
}

.certified_box .user_box .change_icon {
    width: 0.21rem;
}

.certified_box .username2 {
    margin: 0 0.14rem 0 0.04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1.7rem
}

.my_school_ranking {
    margin-top: 0.1rem;
}

.my_school_ranking > div > div {
    padding: 0.1rem 0;

}

.my_school_ranking > div:first-child {
    background: #dcc493;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 0.36rem;
    font-family: MFQiHei;
}

.my_school_ranking > div > div:first-child {
    border-right: 4px solid #e4cc9c;
}

.my_school_ranking > div:nth-of-type(2) {
    background: #e9d6ae;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn_group_certified {
    margin-top: 0.2rem;
    padding: 0 0.4rem;
}

.btn_group_certified img {
    width: 2.18rem;
}

.input_box {
    width: 5.2rem;
    height: 0.52rem;
    display: none;
}

.input_box input {
    width: 100%;
    height: 100%;
    padding: 0 0.2rem 0 0.5rem;
    border: 1px solid #333232;
    outline: none;
    border-radius: 0.5rem;
    background: #fff6d9;
}

.combat_strength_list {
    top: 1.03rem;
    left: 0.6rem;
    right: 0.6rem;
}

.input_box .search_icon {
    width: 0.18rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0.2rem;
}

.search_btn {
    width: 1.16rem;
    height: 0.52rem;
    background: #333232;
    color: #FBF2DE;
    font-size: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.search_btn:active {
    background: #ffbe30;
}

.combat_strength_list .rule_btn {
    width: 0.3rem;
}

.rule_btn_box p {
    font-size: max(0.14rem, 12px);
    font-weight: 600;
}

.rule_btn_box {
    flex-direction: column;
}

@media screen and (max-width: 400px) {
    .rule_btn_box {
        transform: scale(0.8);
    }
}

.rank1_bg .rank_icon {
    width: 0.45rem;
    height: 0.56rem;
    display: inline-block;
    background: url(//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/rank1.png) no-repeat center center/100% 100%;
}

.rank2_bg .rank_icon {
    width: 0.45rem;
    height: 0.56rem;
    display: inline-block;
    background: url(//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/rank2.png) no-repeat center center/100% 100%;
}

.rank3_bg .rank_icon {
    width: 0.45rem;
    height: 0.56rem;
    display: inline-block;
    background: url(//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/rank3.png) no-repeat center center/100% 100%;
}

.table_common > *:nth-child(1) {
    width: 0.8rem;
    text-align: center;
    justify-content: center;
}

.table_common > *:nth-child(2) {
    width: 2rem;
    padding-left: 0.2rem;
}

.page3 .table_common > *:nth-child(2) {
    width: 3.6rem;
    padding-left: 0.3rem;
}

.table_common > *:nth-child(3) {
    width: 1.5rem;
}

.page3 .table_common > *:nth-child(3) {
    width: auto;
}

.combat_strength_list_th {
    background: #c7a96c;
    color: #FFFFFF;
    /*font-size: 0.2rem;*/
    padding: 0.13rem 0;
    border-radius: 0.5rem;
    width: 88%;
    margin-top: 0.15rem;
}

.combat_strength_list_ul li {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/rank_bg.png") no-repeat center center/100% 100%;
    /*padding: 0.1rem 0;*/
    min-height: 0.73rem;
    margin-top: 0.08rem;
}

.combat_strength_list_ul li.my_auth {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/current_common.png") no-repeat center center/100% 100%;
}

.rank1_bg {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/rank1_bg.png") no-repeat center center/100% 100% !important;
}

.rank1_bg.my_auth {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/current1.png") no-repeat center center/100% 100% !important;
}

.rank2_bg {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/rank2_bg.png") no-repeat center center/100% 100% !important;
}

.rank2_bg.my_auth {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/current1.png") no-repeat center center/100% 100% !important;
}

.rank3_bg {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/rank3_bg.png") no-repeat center center/100% 100% !important;
}

.rank3_bg.my_auth {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/current1.png") no-repeat center center/100% 100% !important;
}

.combat_strength_list_ul .school_name {
    font-weight: 600;
}

.combat_strength_list_ul .score_num {
    color: #E9980B;
}

.change_num_up {
    color: #72b34e;
    padding-left: 0.2rem;
    position: relative;
}

.change_num_down {
    color: #d65c22;
    padding-left: 0.2rem;
    position: relative;
}

.change_num_up::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 0.16rem;
    height: 0.15rem;
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/up.png") no-repeat center center/100% 100%;
}

.change_num_down::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 0.16rem;
    height: 0.15rem;
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/down.png") no-repeat center center/100% 100%;
}

.light-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.light-pagination .prev {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/prev.png") no-repeat center center/100% 100%;
    width: 0.15rem;
    height: 0.17rem;
    display: inline-block;
}

.light-pagination .next {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/prev.png") no-repeat center center/100% 100%;
    width: 0.15rem;
    height: 0.17rem;
    display: inline-block;
    transform: rotate(180deg);
}

.light-pagination {
    margin-top: 0.1rem;
}

.light-pagination .current.prev, .light-pagination .current.next {
    filter: grayscale(1);
}

.light-pagination li {
    margin-right: 0.27rem;
    color: #aba492;
}

.light-pagination li:last-child {
    margin-right: 0;
}

.light-pagination li.active {
    color: #2f2f2d;
}

.combat_strength_gift {
    top: 0.95rem;
    left: 0.6rem;
    right: 0.6rem;
}

.combat_strength_gift > p:first-child {
    font-size: 0.2rem;
}

.combat_strength_gift_title {
    height: 0.35rem;
    margin: 0.15rem 0 0.07rem;
}

.combat_strength_gift_bg {
    width: 6.19rem;
}

.combat_strength_gift_btn {
    width: 2.18rem;
    height: 0.69rem;
    top: 0.45rem;
    right: 0.4rem;
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/not_btn.png") no-repeat center center/100% 100%;
}

.combat_strength_gift_btn.get_btn {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/get_btn.png") no-repeat center center/100% 100%;
}

.combat_strength_gift_btn.hasget_btn {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/hasget_btn.png") no-repeat center center/100% 100%;
}

.invite_gift_box img {
    width: 3.02rem;
    margin-top: 0.1rem;
}

.page3 .btn_group_certified img {
    height: 0.69rem;
    /*margin: 0.2rem auto 0;*/
}

.pop_get_gift {
    justify-content: center;
    margin-bottom: 0.2rem;
}

.pop_get_gift_text span {
    color: #d65d24;
}

.pop_get_gift img {
    width: 1.04rem;
    margin-right: 0.2rem;
}

.pop_get_gift img:last-child {
    margin-right: 0
}

.rule1_table th {
    background: #292929;
    color: #f4eee0;
}

.rule1_table td {
    background: #fffdf7;
    color: #030303;
    padding: 0.05rem 0.1rem;
    border: 1px solid rgba(155, 155, 155, 0.47);
}

.rule1_table td span {
    color: #747474;
}

.pop_warn h4 {
    margin: 0.1rem 0;
    color: #26ab04;
}

.pop_warn {
    line-height: 1.6;
    font-size: 0.26rem;
    padding: 0.2rem 0.2rem 1rem;
    background: #fff;
    border: 2px solid #439aff;
}

.poster_schoolname_common {
    font-size: 1rem;
    font-family: "MFQiHei";
    color: #ae3737;
    padding-left: 0.9rem;
    padding-right: 0.42rem;
    /*    display: flex;
        align-items: center;*/
    height: 1.2rem;

}

.justify {
    text-align: justify;
    text-align-last: justify;
}

.poster_schoolname6 {
    font-size: 1rem;
}

.poster_schoolname7 {
    font-size: 0.85rem;
}

.poster_schoolname8 {
    font-size: 0.7rem;
}

.poster_schoolname9 {
    font-size: 0.65rem;
}

.poster_schoolname10 {
    font-size: 0.58rem;
}

.poster_schoolname11 {
    font-size: 0.54rem;
}

.poster_schoolname12 {
    font-size: 0.5rem;
}

.poster_rank1 {
    font-size: 0.4rem;
    font-family: "MFQiHei";
    color: #3a3a3a;
    padding: 0 0.5rem;
    text-align: justify;
    text-align-last: justify;
}

.poster_rank2 {
    font-size: 1.4rem;
    font-family: "MFQiHei";
    margin-top: -0.08rem;
    transform: scaleY(0.88);
    text-align: justify;
    text-align-last: justify;
    padding: 0 0.5rem;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0.06rem;
}

.poster_rank2 .rank_text {
    font-size: 1.6rem;
    font-family: "HYYouYuan";
    color: #ff9d02;
    display: inline-block;
    margin-top: -0.4rem;
}

.poster_text_bg {
    width: 5.66rem;
    height: 0.42rem;
    text-align: center;
    margin: 0 auto;
    /*background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/text_bg_red.png") no-repeat center center/100% 100%;*/
}

.elf_box {
    margin-top: 0.1rem
}

.elf_box2 {
    margin-top: 0.15rem
}

/*.red_card .poster_text_bg {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/text_bg_red.png") no-repeat center center/100% 100%;
}

.yellow_card .poster_text_bg {
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/text_bg_yellow.png") no-repeat center center/100% 100%;
}*/

.poster_text_bg img {
    width: 100%;
    height: 100%
}

.poster_text_bg p {
    top: 50%;
    left: 0;
    right: 0;
    color: #f4eee1;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.poster_text_bg p span:first-child {
    color: #ff9d02;
}

.yellow_card .poster_text_bg p span:first-child {
    color: #444444;
}

.poster_text_bg p span:last-child {
    display: inline-block;
    max-width: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elf_bg {
    width: 5.64rem;
    height: 3.59rem;
    margin: auto;
}

.elf_bg2 {
    width: 5.62rem;
    height: 3.77rem;
    margin: auto;
}


.elf_box .elf_icon {
    /*width: 6.53rem;*/
    /* width: 5.53rem;
     height: 3.68rem;*/
    width: 5.7rem;
    height: 3.68rem;
    bottom: 0;
    right: 0;
    z-index: 5;
    object-fit: contain;
}

.elf_box2 .elf_icon {
    width: 6.54rem;
    height: 3.99rem;
}

.elf_box .user_icon {
    width: 0.62rem;
    height: 0.62rem;
    top: -0.04rem;
    left: 0.36rem;
    border-radius: 50%;
    border: 3px solid #812625;
}

.elf_box_username {
    font-size: 0.21rem;
    color: #f4eee1;
    top: 0.17rem;
    left: 1.2rem;
    max-width: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elf_gift_box, .elf_gift1_bg, .elf_gift2_bg {
    width: 3.61rem;
}

.elf_gift_box2, .elf_gift1_bg2, .elf_gift2_bg2 {
    width: 3.48rem;
}

.elf_gift_box {
    top: 0.74rem;
    left: 0.6rem;
    z-index: 3
}

.elf_gift_box2 {
    top: 0.12rem;
    left: 0.6rem;
    display: flex;
    height: 3.4rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3
}

.elf_gift2_bg {
    /*margin-top: 0.1rem*/
}

.elf_gift_box .gift_title {
    color: #fff2d5;
    font-size: 0.25rem;
    font-family: 'MFQiHei';
    /*top: 0.06rem;*/
    top: 0;
    left: 0;
    right: 0;
    height: 0.44rem;
    line-height: 0.44rem;
}

.elf_gift_box2 .gift_title {
    top: 0;
}

.elf_gift_box .gift_title > span {
    width: 49%;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
}

.elf_gift_box2 .gift_title > span {
    width: 100%;
}

.elf_gift_box .gift_text {
    color: #fff2d5;
    font-size: 0.23rem;
    bottom: 0.11rem;
    left: 0;
    right: 0;
}

.elf_gift_box .gift_text span {
    width: 49%;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.elf_gift_box .gift_list {
    bottom: 0.18rem;
    left: 0;
    right: 0;
    justify-content: center;
}

.elf_gift_box2 .gift_list {
    bottom: 0.08rem;
}

.elf_gift_box .gift_list img {
    /*width: 1.06rem;*/
    /*margin-right: 0.1rem;*/
}

.elf_gift_box .gift_box_common {
    /*width: 1.06rem;*/
    margin-right: 0.1rem;
}

/*.elf_gift_box2 .gift_list img {
    width: 1.38rem;
}*/

.elf_gift_box .gift_box_common:last-child {
    margin-right: 0;
}

.qrcode_box {
    right: 0.3rem;
    bottom: 0.3rem;
}

.qrcode_box p {
    font-size: 0.11rem;
    color: #f6e5cb;
    width: 1.28rem;
    text-align: center;
}

.poster_box .qrcode {
    width: 1.28rem;
    height: 1.28rem;
    border: 2px solid #7d1e1e;
    border-radius: 4px;
}


.qrcode * {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.scan_pic {
    width: 1.29rem;
    margin-top: 0.05rem;
}

.poster_box .school_name_bottom {
    font-size: 0.42rem;
    color: #c03a3a;
    font-family: MFQiHei;
    position: absolute;
    bottom: 1.11rem;
    left: 1.8rem;
    text-shadow: 2px 2px 1px #fff3d8,
    -2px 2px 1px #fff3d8,
    -1px -2px 1px #fff3d8
}

.fixname4 {
    font-size: 1.28rem !important;
    transform: scaleY(0.78) translateY(0rem);
}

/*.red_card.poster_box .school_name_bottom {
    color: #b63838;
}

.yellow_card.poster_box .school_name_bottom {
    color: #ff9702;
}*/

.poster_box .school_name_bottom span {
    display: inline-block;
    max-width: 2.5rem;
    text-align: center;
    /*    text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
}


.poster_box .school_name_bottom.school_name_bottom7 {
    font-size: 0.4rem;
}

.poster_box .school_name_bottom.school_name_bottom8 {
    font-size: 0.36rem;
}

.poster_box .school_name_bottom.school_name_bottom9 {
    text-align: left !important;
    font-size: 0.34rem;
}

.poster_box .school_name_bottom.school_name_bottom10 {
    text-align: left !important;
    font-size: 0.32rem;
}

.poster_box .school_name_bottom.school_name_bottom11 {
    text-align: left !important;
    font-size: 0.24rem;
}

.poster_rank2 span.rank1_pic {
    background: url('//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/1.png') no-repeat center center/100% 100%;
    height: 1.32rem;
    width: 0.93rem;
}

.poster_rank2 span.rank2_pic {
    background: url('//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/2.png') no-repeat center center/100% 100%;
    height: 1.32rem;
    width: 0.93rem;
}

.poster_rank2 span.rank3_pic {
    background: url('//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/3.png') no-repeat center center/100% 100%;
    height: 1.32rem;
    width: 0.93rem;
}

.poster_rank2 span.rank4_pic {
    background: url('//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/4.png') no-repeat center center/100% 100%;
    height: 1.32rem;
    width: 0.93rem;
}

.poster_rank2 span.rank5_pic {
    background: url('//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/5.png') no-repeat center center/100% 100%;
    height: 1.32rem;
    width: 0.93rem;
}

/*#poster_bg {
    background: url('//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/bg_red.png') no-repeat center center/100% 100%;
}

.red_card #poster_bg {
    background: url('//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/bg_red.png') no-repeat center center/100% 100%;
}

.yellow_card #poster_bg {
    background: url('//game.gtimg.cn/images/rocom/act/a20260805gxs/poster/bg_yellow.png') no-repeat center center/100% 100%;
}*/
.poster_box .btn_group {
    justify-content: center;
    margin-top: 0.1rem;
}

.poster_box .btn_group img {
    width: 2.2rem;
    /*margin-right: 0.7rem;*/
}

.poster_box .btn_group img:last-child {
    /*margin-right: 0*/
    margin-left: 0.7rem;
}

.poster_diy_warn h4 {
    color: #ea1111;
}

.poster_diy_warn p {
    color: #000000;
    font-weight: 800;
}

.gift_box_common .gift_icon {
    bottom: 0.06rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.85rem;
}

.gift_box_common2 .gift_icon {
    height: 0.94rem;
}

.gift_box_common .gift_bg {
    width: 1.06rem;
}

.gift_box_common2 .gift_bg {
    width: 1.38rem;
}

.schedule_text3 {
    max-height: 5.4rem;
    overflow-y: auto;
    overflow-x: visible;
}

.combat_strength_gift_btn.grey_btn {
    filter: grayscale(100%);
    background: url("//game.gtimg.cn/images/rocom/act/a20260805gxs/page2/get_btn.png") no-repeat center center/100% 100%;
}

/* 认证奖励按钮置灰（结榜后认证） */
.head_btn .get_auth_gift_btn.grey_btn {
    filter: grayscale(100%);
}

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

@media screen and (min-width: 600px) {
    input[type="radio"] {
        width: 18px;
        height: 18px;
    }

    input[type="radio"]:checked::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background-color: #ce9d3e;
        border-radius: 50%;
    }

    /*.poster_box {
        transform: translate(-50%, -50%) scale(0.6) !important;
    }*/
}

@media screen and (max-width: 380px) {
    .item2_list {
        max-height: 66vh
    }

    .item3_list {
        gap: 0.24rem;
        margin-top: 0.5rem;
        max-height: 11rem;
    }

    .achievement_list {
        gap: 0.2rem;
        max-height: 4.8rem;
    }

    .title4 {
        width: 3.2rem;
        margin: 0.26rem auto 0.26rem;
    }

    .title5 {
        width: 3.2rem;
        margin: 0.26rem auto 0.1rem;
    }

    .slogan2 {
        width: 3.17rem;
        margin: 0.26rem auto 0.2rem;
    }

    .achievement_table_box {
        transform: scale(0.9);
        transform-origin: top center;
    }

    .title4_2 {
        margin: 0.2rem auto 0.2rem;
    }

    .map_list {
        transform: scale(0.9);
        transform-origin: top center;
    }
}
