@font-face {
    font-family: 'systlight';
    src: url('//game.gtimg.cn/images/yrzx2/act/a20250623create/fonts/systlight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.f_refrigerator {
    font-family: 'systlight';
}

.swiper-pagination-bullet:focus {
    outline: none;
    /* 移除焦点样式 */
}

/* animations */
@keyframes moveDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(0.05rem);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes breath {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* wrapper */
.pop{
    width: 60%;
    height: 90%;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: none !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.pop_imgbox{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.pop_imgbox img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#wrapper {
    width: 100%;
    height: calc(var(--vh)*100);
    left: 0;
    top: 0;
}

.short-screen #wrapper {
    width: 38.40rem;
    height: 21.60rem;
    left: calc((100vw - 38.40rem)/2);
    top: calc((100* var(--vh) - 21.60rem) / 2);
}

.far-screen #wrapper {
    width: calc(var(--vh) * 100 * 3840 / 2160);
    left: calc((100vw - var(--vh) * 100 * 3840 / 2160) / 2);
}

.topbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.9rem;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding-top: 1.1rem;
}

.logo {
    width: 5.02rem;
    height: 1.71rem;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/logo.png) center/cover no-repeat;
    margin-left: 1.35rem;
}

.btn_tohome {
    width: 3.84rem;
    height: 1.01rem;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/part1_btn1.png) center/cover no-repeat;
    margin-right: 1.35rem;
    text-indent: -999em;
}

/* swiper */
.index_nav {
    position: absolute;
    text-align: center;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/nav_sline.png) .44rem top no-repeat;
    background-size: 0.01rem 11.82rem;
    width: 3.6rem;
    height: 11.82rem;
    left: .55rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
    padding-top: 1.6rem;
    box-sizing: border-box;
}

.slide-in {
    animation: slideIn 0.3s forwards;
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.floatbook.disabled,
.fulibtn.disabled {
    color: #9b9b9b;
}

.section-act .slide-title::after {
    left: 5.65rem;
    top: 47%;
}

#caCommonHeader .logo-wrapper {
    cursor: auto;
}

.swiper-pagination {
    position: static !important;
    transform: none !important
}

.page-swiper {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet:hover {
    display: block;
    color: #c3a670;
    position: relative;
    width: 3.61rem;
    height: 0.8rem;
    line-height: .32rem;
    background-color: transparent;
    font-size: .18rem;
}

.page-swiper .index_nav .swiper-pagination-bullet:hover::before {
    width: .14rem;
    height: 0.07rem;
    background: #c3a670;
    margin: 0 auto;
}

.page-swiper .swiper-wrapper .swiper-slide:last-child {
    height: auto !important;
}

.page-swiper .index_nav .swiper-pagination-bullet:last-child {
    display: none;
}

.page-swiper .index_nav .swiper-pagination {
    margin: 0 auto;
    width: 3.61rem;
}

.page-swiper .index_nav .swiper-pagination-bullet {
    position: relative;
    width: 3.61rem;
    height: 0.8rem;
    line-height: .8rem;
    background-color: transparent;
    font-size: .38rem;
    opacity: 1;
    margin: 0 0 .5rem 0 !important
}

.page-swiper .index_nav .swiper-pagination-bullet-active {
    color: #c3a670;
    margin: 0 0 3rem 0 !important;
}
.nav_name{
    text-align: left;
    width: 3.2rem;
    display: block;
    padding-left: .82rem;
}
.page-swiper .index_nav .swiper-pagination-bullet-active::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: .37rem;
    transform: translateY(-50%);
    width: 0.14rem;
    height: 0.07rem;
    background: #c3a670;
}

.page-swiper .index_nav .swiper-pagination-bullet-active em {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/nav_line.png) left bottom/3.61rem .02rem no-repeat;
    content: '';
    width: 3.61rem;
    height: .1rem;
}

.section-season .slide-title {
    padding-top: .6rem;
}


.section-act .slide-title {
    text-align: center;
    font-size: .46rem;
    color: #9b9b9b;
    width: 5.65rem;
    margin: 0 auto;
}

.slide-title span,
.slide-title span {
    color: #cf4e32;
}
.gg-item {
    width: 15.83rem;
    height: 10.75rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    overflow: hidden;
    border: .02rem solid #2d3938;
}

.gg-item img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.gg-title {
    width: 15.84rem;
    height: .92rem;
    line-height: .92rem;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/ggtitbg.png) center / 15.78rem .92rem no-repeat;
    display: flex;
    justify-content: left;
    align-items: center;
}
.gg-title::before{
    content: '';
    width: .22rem;
    height: .23rem;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/titico.png) center / cover no-repeat;
    margin: 0 .2rem 0 .46rem;
}
/* button */
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}

.btn-sty1 {
    width: 7.23rem;
    height: 2.07rem;
    line-height: 2.07rem;
    padding-bottom: 0.07rem;
    font-size: .31rem;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/part1_btn2.png) center/contain no-repeat;
    color: #000000;
    text-indent: -999em;
}

.section-item {
    height: 100%;
}


/* 福利 */
.page2{
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/part1_bg.jpg) center/cover no-repeat;
}
.page2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    content: "";
    transition: background-image 0.3s ease-in-out;
}
.section-act {
    box-sizing: border-box;
    transition: background-image 0.3s ease-in-out;
    position: relative;
    display: flex;
    justify-content: left;
    margin-left: 4.5rem;
}

.fuliwrapperbox {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    /* 或设置父元素的其他高度 */
}

.fuli_list {
    width: 32.3rem;
    height: 12.4rem;
    position: relative;
}

.fulibox:hover {
    animation: none;
    transform: none;
    opacity: 1;
}

.fulibox:nth-child(5) {
    --pos: 26rem;
    z-index: 5;
    animation-delay: 0s
}

.fulibox:nth-child(4) {
    --pos: 19.5rem;
    z-index: 4;
    animation-delay: 0.2s
}

.fulibox:nth-child(3) {
    --pos: 13rem;
    z-index: 3;
    animation-delay: 0.4s
}

.fulibox:nth-child(2) {
    --pos: 6.5rem;
    z-index: 2;
    animation-delay: 0.6s
}

.fulibox:nth-child(1) {
    --pos: 0;
    z-index: 1;
    animation-delay: 0.8s
}

.fulibox {
    position: absolute;
    width: 6.1rem;
    height: 12.4rem;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.active .fulibox {
    animation: slide 0.6s ease-out forwards;
    transform: translateX(-100%);
    opacity: 1;
}

.fulibox h2,
.fulibox p {
    position: absolute;
}

.fulibox h2 {
    bottom: .85rem;
    left: 50%;
    transform: translateX(-50%);
}

.fulibox h2::before,
.fulibox h2::after {
    content: "";
    position: absolute;
    top: .27rem;
    width: .15rem;
    height: .03rem;
    background: #4c5554;
    transition: width 0.5s ease; 
}

.fulibox h2::before {
    left: -.3rem;
}

.fulibox h2::after {
    right: -.3rem;
}

.fulibox h2.fuli_tit1,
.fulibox h2.fuli_tit2,
.fulibox h2.fuli_tit3,
.fulibox h2.fuli_tit4,
.fulibox h2.fuli_tit5 {
    position: absolute;
    bottom: .85rem;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.5s ease;
}

.fulibox h2.fuli_tit1 {
    width: 3.06rem;
    height: .55rem;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/ggtit3.png) center top/3.06rem .55rem no-repeat;
}

.fulibox h2.fuli_tit2 {
    width: 3.06rem;
    height: .55rem;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/ggtit1.png) center top/3.06rem .55rem no-repeat;
}

.fulibox h2.fuli_tit3 {
    width: 3.56rem;
    height: .55rem;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/ggtit2.png) center top/3.06rem .56rem no-repeat;
}

.fulibox h2.fuli_tit4 {
    width: 3.06rem;
    height: .56rem;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/ggtit4.png) center top/3.06rem .56rem no-repeat;
}

.fulibox h2.fuli_tit5 {
    width: 3.06rem;
    height: .55rem;
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/ggtit5.png) center top/3.06rem .55rem no-repeat;
}

.fulibox p.fuli_txt1,
.fulibox p.fuli_txt2,
.fulibox p.fuli_txt3,
.fulibox p.fuli_txt4,
.fulibox p.fuli_txt5 {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 10.05rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .28rem;
    color: #c3a670;
    text-align: center;
    width: 5rem;
    line-height: .4rem;
}

.fulibox:hover h2 {
    bottom: 2.85rem;
    /* 鼠标悬停时的位置 */
}

.fulibox:hover p {
    opacity: 1;

    /* 鼠标悬停时的透明度 */
}

.fulibox:hover h2::before,
.fulibox:hover h2::after {
    width: 0;
    /* 鼠标悬停时宽度为0 */
}
.fuli_line {
    position: absolute;
    bottom: 2.6rem; /* 与标题对齐 */
    left: 50%;
    width: 0; /* 初始宽度为0 */
    height: 0.01rem; /* 高度 */
    background-color: #242723; /* 颜色 */
    transition: width 0.5s ease 0.5s; /* 动画过渡效果 */
    transform: translateX(-50%); /* 使线条居中 */
}
.fulibox:hover .fuli_line {
    width: 4.96rem;
}

@keyframes slide {
    to {
        transform: translateX(var(--pos));
    }
}

.fulibox img {
    display: block;
    width: 100%;
}

.fulibox p span {
    color: #cf4e32;
}

/* 首页 */
.section-home {
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/part1_bg.jpg) center/cover no-repeat;
}

.season-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.15rem;
    object-fit: cover;
    width: 15.1rem;
    height: 2.8rem;
}

.section-home .main {
    bottom: 1.15rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18.77rem;
    flex-direction: column;

}

.slogan {
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/slogan.png) center/cover no-repeat;
    width: 18.77rem;
    height: 4.5rem;
    margin: 0 auto
}

.txt-sty1 {
    font-size: .2rem;
    color: #c1c1c1;
    text-align: center;
    margin-bottom: .1rem;
}

.itembox {
    display: flex;
    justify-content: space-between;
    width: 8.35rem;
    margin: 0 auto;
}

.iteminfo {
    position: relative;
}

.bindbtn,
.fulibtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.fulibtn {
    font-size: .36rem;
    color: #cf4e32;
    text-align: center;
    padding-top: .55rem;
}

#caCommonHeader {
    padding-top: .13rem;
    background: none;

}

#caCommonFooter {
    color: #9aada0;
    text-align: center;
    padding-top: .3rem;
}

#caCommonFooter a {
    color: #9aada0;
}

.footer {
    font-family: fzshk, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    width: 100%;
    text-align: center;
    color: #9aada0;
    font-size: 0.24rem;
    line-height: 1.5;
    z-index: 20;
    position: absolute;
    transform: translateZ(100px);
}

#caCommonFooter .footer-logo {
    width: 11.48rem;
    height: 0.44rem;
    margin: 0.2rem auto 0;
    background: url(https://game.gtimg.cn/images/yrzx2/web202409/index/foot_logo.png) no-repeat 0 0 / contain;
}

.gfooter .foot {
    color: #9aada0;
    background: transparent;
    font-size: .24rem;
    min-width: initial;
    font-size: .24rem;
    font-family: inherit;
}

.gfooter .foot_cpright {
    padding: 0;
}

.gfooter .foot_lefts {
    float: none;
}

.gfooter .foot_links {
    display: inline;
    text-align: center;
    float: none;
    width: 100%;
    list-style: none;
}

.foot_links li {
    line-height: 20px;
    overflow: hidden;
}

.gfooter .foot_links .link_map {
    font-size: .24rem;
}

.gfooter .foot_links .link_map span,
.gfooter .foot_links .link_map a {
    font-size: .24rem;
    color: #9aada0;
}

/* 赛季前瞻 */
.tab-item-1 span {
    color: #ca4d31;
}

.section-season {
    background: url(//game.gtimg.cn/images/yrzx2/act/a20250623create/part1_bg.jpg) center/cover no-repeat;
    box-sizing: border-box;
    transition: background-image 0.3s ease-in-out;
    position: relative;
    display: flex;
    justify-content: left;
}

.section-season::before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gg-swiperbox {
    width: 32.2rem;
    margin-left: 4.5rem;
}

.gg-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gg-swiperbox .swiper-container {
    width: 32.3rem;
    height: 11.5rem;
    /* 容器宽度 */
    overflow: hidden;
    position: absolute;
    left: 4.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    display: flex;
}

.gg-swiperbox .swiper-slide {
    box-sizing: border-box;
    width: calc(50% + .55rem);
    /* 显示2列，留出间距 */
    height: auto;
}

.gg-swiperbox .swiper-slide img {
    width: 15.83rem;
    height: 9.83rem;
    object-fit: cover;
}

.gg-swiperbox .swiper-wrapper {
    width: 32.2rem !important;
    height: 9.83rem !important;

}

/* 自定义导航按钮 */
.ggswiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    width: 5rem !important;
    height: .08rem;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);

}

.page-swiper .ggswiper-pagination .swiper-pagination-bullet {
    width: .28rem;
    height: .08rem;
    background-color: #373737;
    opacity: 1;
    margin: 0 .2rem;
}

.page-swiper .ggswiper-pagination .swiper-pagination-bullet-active {
    width: 1rem;
    height: .08rem;
    border-radius: .2rem;
    background-color: #c3a670;
    margin-bottom: 0;
}

/* TODO: */
.reach-icon {
    width: 0.13rem;
    height: 0.3rem;
    left: 0;
    top: -0.22rem;
    display: none;
}

.btn-rules {
    left: 50%;
    bottom: 2.36rem;
    transform: translate3d(-50%, 0, 0);
    padding: 0 0.26rem;
    font-size: 0.2rem;
    cursor: pointer;
    box-sizing: border-box;
}

.btn-rules::after,
.btn-rules::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.09rem;
    height: 0.02rem;
    background-color: rgb(105, 105, 105);
    top: 55%;
}

.btn-rules::before {
    left: 0;
}

.btn-rules::after {
    right: 0;
}

.btn-rules .text {
    display: inline-block;
    padding-bottom: 0.07rem;
    border-bottom: 0.01rem solid rgb(155, 155, 155);
    line-height: 1;
}

.btn-rules:hover {
    color: #ca4d31;
}

.btn-rules:hover .text {
    border-bottom-color: #ca4d31;
}

/* 背景铺满-窄屏 */
@media (min-aspect-ratio: 1.5) and (max-aspect-ratio: 1.78) {
    .wrapper {
        display: block;
    }

    .strongbox-wrapper {
        width: 24.305vh;
    }

    .boxes {
        width: 75.138vh;
        height: 42.986vh;
    }

    .box-item .spots {
        width: 1.111vh;
        height: 1.111vh;
    }

    .box-item .spots::before {
        width: 1.805vh;
        height: 1.805vh;
    }

    .box-item .popup {
        position: absolute;
        display: none;
        top: -9.92vw;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        /* TODO: */
        width: 19.82vw;
        height: 9.40vw;
        transition: 0.3s;
        z-index: 2;
    }

    .progress-wrapper {
        width: 64.583vh;
        height: 6.041vh;
    }

    .progress-wrapper .aim.type1 {
        top: -2.638vh;
    }

    .progress-wrapper .aim.type2 {
        bottom: -3.125vh;
    }

    .progress-wrapper .aim .count {
        font-size: 2.222vh;
    }

    .progress-wrapper .aim .icon {
        width: 2.361vh;
        height: 4.236vh;
    }

    .progress-wrapper .aim.type1 .icon {
        margin-top: 0.625vh;
    }

    .progress-wrapper .aim.type2 .icon {
        margin-bottom: 0.625vh;
    }

    .progress-wrapper .aim .label {
        font-size: 1.25vh;
    }

    .progress-line-all {
        left: 0.930vh;
        top: 2.916vh;
        width: 62.361vh;
        height: 0.694vh;
    }

    .reach-icon {
        width: 0.902vh;
        height: 2.083vh;
        left: 0;
        top: -1.527vh;
    }

    .done {
        width: 62.361vh;
        height: 0.694vh;
    }

    .btn-rules {
        bottom: 16.388vh;
        padding: 0 1.805vh;
        font-size: 1.388vh;
    }

    .btn-rules::after,
    .btn-rules::before {
        width: 0.625vh;
        height: 0.0138vh;
    }

    .btn-rules .text {
        padding-bottom: 0.486vh;
        border-bottom-width: 0.069vh;
    }
}

/* 背景铺满-宽屏  */
@media (min-aspect-ratio: 1.79) and (max-aspect-ratio: 2.3) {
    .strongbox-wrapper {
        width: 13.671vw;
    }

    .strongbox-wrapper .title {
        font-size: 0.781vw;
        margin-bottom: 0.781vw;
    }

    .section-act .registered-count {
        font-size: 3.125vw;
    }

    .boxes {
        width: 42.265vw;
        height: 24.179vw;
    }

    .box-item .spots {
        width: 0.625vw;
        height: 0.625vw;
    }

    .box-item .spots::before {
        width: 1.015vw;
        height: 1.015vw;
    }

    .box-item .popup {
        position: absolute;
        display: none;
        top: -9.92vw;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        /* TODO: */
        width: 19.82vw;
        height: 9.40vw;
        transition: 0.3s;
        z-index: 2;
    }

    .progress-wrapper {
        width: 36.328vw;
        height: 3.398vw;
    }

    .progress-wrapper .aim.type1 {
        top: -1.484vw;
    }

    .progress-wrapper .aim.type2 {
        bottom: -1.757vw;
    }

    .progress-wrapper .aim .count {
        font-size: 1.25vw;
    }

    .progress-wrapper .aim .icon {
        width: 1.328vw;
        height: 2.382vw;
    }

    .progress-wrapper .aim.type1 .icon {
        margin-top: 0.351vw;
    }

    .progress-wrapper .aim.type2 .icon {
        margin-bottom: 0.351vw;
    }

    .progress-wrapper .aim .label {
        font-size: 0.703vw;
    }

    .progress-line-all {
        left: 0.524vw;
        top: 1.640vw;
        width: 35.078vw;
        height: 0.390vw;
    }

    .reach-icon {
        width: 0.507vw;
        height: 1.171vw;
        left: 0;
        top: -0.859vw;
    }

    .done {
        width: 35.078vw;
        height: 0.390vw;
    }

    .btn-rules {
        bottom: 9.218vw;
        padding: 0 1.015vw;
        font-size: 0.781vw;
    }

    .btn-rules::after,
    .btn-rules::before {
        width: 0.351vw;
        height: 0.078vw;
    }

    .btn-rules .text {
        padding-bottom: 0.273vw;
        border-bottom-width: 0.039vw;
    }
}

/* 左右留黑边 */
@media (min-aspect-ratio: 2.3) {
    .strongbox-wrapper {
        width: 4.55rem;
    }

    .strongbox-wrapper .title {
        font-size: 0.26rem;
        margin-bottom: 0.26rem;
    }

    .section-act .registered-count {
        font-size: 1.04rem;
    }

    .boxes {
        width: 14.066rem;
        height: 8.047rem;
    }

    .box-item .spots {
        width: 0.208rem;
        height: 0.208rem;
    }

    .box-item .spots::before {
        width: 0.338rem;
        height: 0.338rem;
    }

    .box-item .popup {
        position: absolute;
        display: none;
        top: -9.92vw;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        /* TODO: */
        width: 19.82vw;
        height: 9.40vw;
        transition: 0.3s;
        z-index: 2;
    }

    .progress-wrapper {
        width: 12.09rem;
        height: 1.131rem;
    }

    .progress-wrapper .aim.type1 {
        top: -0.494rem;
    }

    .progress-wrapper .aim.type2 {
        bottom: -0.585rem;
    }

    .progress-wrapper .aim .count {
        font-size: 0.416rem;
    }

    .progress-wrapper .aim .icon {
        width: 0.442rem;
        height: 0.793rem;
    }

    .progress-wrapper .aim.type1 .icon {
        margin-top: 0.117rem;
    }

    .progress-wrapper .aim.type2 .icon {
        margin-bottom: 0.117rem;
    }

    .progress-wrapper .aim .label {
        font-size: 0.234rem;
    }

    .progress-line-all {
        left: 0.1742rem;
        top: 0.546rem;
        width: 11.674rem;
        height: 0.13rem;
    }

    .reach-icon {
        width: 0.169rem;
        height: 0.39rem;
        left: 0;
        top: -0.286rem;
    }

    .done {
        width: 11.674rem;
        height: 0.13rem;
    }

    .btn-rules {
        bottom: 3.068rem;
        padding: 0 0.338rem;
        font-size: 0.26rem;
    }

    .btn-rules::after,
    .btn-rules::before {
        width: 0.117rem;
        height: 0.026rem;
    }

    .btn-rules .text {
        padding-bottom: 0.091rem;
        border-bottom-width: 0.013rem;
    }
}