@charset "utf-8";

@import url('https://cdn.jsdelivr.net/npm/misans@4.0.0/lib/Normal/MiSans-Regular.min.css');
@import url('https://cdn.jsdelivr.net/npm/misans@4.0.0/lib/Normal/MiSans-Medium.min.css');
@import url('https://cdn.jsdelivr.net/npm/misans@4.0.0/lib/Normal/MiSans-Bold.min.css');

body {
    position: relative;
    font-family: "MiSans", "Noto Sans HK", 'Microsoft YaHei', sans-serif;
    font-weight: 380;
    overflow-x: hidden;
}
.red {
    color: #FF524A;
}
.blue {
    color: #1A3A8B;
}

header {
    background: none;
}
.ig-hk-logo {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/logo.png);
}
.nav li {
    background-color: #000;
}
.nav li > a {
    border: 2px solid #000;
}
.nav li a:not(.google-pay, .app-store) {
    background-color: #000;
}

.footer-logo {
    width: 100%;
    height: 1.6rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/f-logo.png) no-repeat center;
    background-size: contain;
}

.banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 1.1rem;
    height: 100vh;
    max-height: 10.8rem;
    text-align: center;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/kv.webp);
    background-position: center bottom;
    box-sizing: border-box;
}
.banner::after {
    content: '';
    position: absolute;
    right: -2.17rem;
    bottom: -2.05rem;
    z-index: 1;
    width: 9.9rem;
    height: 6.55rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/d1.webp) no-repeat center;
    background-size: contain;
}
.banner .slogan {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 3.22rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/slogan-new.webp) no-repeat center;
    background-size: contain;
}
.banner .time {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: .42rem;
    padding: .12rem 1.14rem;
    margin-top: .34rem;
    font-size: clamp(18px, .3rem, 30px);
    color: #fff;
    letter-spacing: 2px;
    background: linear-gradient(to right, transparent,rgba(17, 91, 143, .8),transparent);
    border-top: 2.5px solid;
    border-bottom: 2.5px solid;
    border-image: linear-gradient(to right, transparent,rgba(255, 255, 255, .8),transparent) 1;
}
.banner .time strong {
    font-weight: 630;
}
.banner .time::after, .banner .time::before {
    content: '';
    display: block;
    width: .62rem;
    height: .42rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.banner .time::after {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/arrow-right.webp);
}
.banner .time::before {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/arrow-left.webp);
}

.sidebar {
    right: .2rem;
    padding: .1rem .14rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/sidebar-bg.webp);
    background-size: cover;
    border-radius: .1rem;
    box-shadow: 0 0 6px #fff inset;
}
.sidebar::after {
    content: "";
    position: absolute;
    bottom: -.21rem;
    left: -.24rem;
    width: .62rem;
    height: .53rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/sidebar-elm.webp) no-repeat center;
    background-size: contain;
}
.sidebar * {
    position: relative;
    z-index: 10;
}
.sidebar nav {
    display: grid;
}
.sidebar nav a {
    position: relative;
    display: block;
    margin: 0 auto .07rem;
    padding: .06rem .1rem;
    min-width: 1.04rem;
    text-align: center;
    font-weight: 630;
    font-size: clamp(14px, .16rem, 16px);
    color: #fff;
}
.sidebar nav a.act {
    border-radius: 4px;
    color: #6A2512;
    background: linear-gradient(180deg, #FCF3CC 2%, #FEE677 99%);
}
.sidebar nav a:not(.act)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: .04rem;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #fcf3cc;
    transition: all 0.5s;
}
.sidebar nav a:not(.act):hover {
    color: #fcf3cc;
}
.sidebar nav a:not(.act):hover::after {
    width: .4rem;
}
.go-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .06rem;
    color: #fff;
    font-weight: 600;
    font-size: clamp(12px, .16rem, 16px);
    cursor: pointer;
    transition: all 0.5s;
}
.go-top::after {
    content: "";
    display: block;
    margin: .04rem 0 0 .04rem;
    width: .14rem;
    height: .14rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/arrow-top.svg) no-repeat center;
    background-size: contain;
}
.go-top:hover {
    transform: translateY(-.02rem);
}

.section {
    position: relative;
    max-width: 100%;
    min-height: 10.8rem;
    text-align: center;
    background-position: center top;
    background-size: cover;
    box-sizing: border-box;
}
.title {
    position: relative;
    z-index: 1;
    margin: 0 auto -.2rem;
    width: 100%;
    height: 1.68rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.illustrate {
    margin-bottom: .16rem;
    color: #3D3D3D;
    font-size: clamp(14px, .2rem, 20px);
    line-height: 1.6;
}
.illustrate strong {
    font-weight: 630;
}
.illustrate a:hover {
    text-decoration: underline;
}
.section .tips-bg {
    display: inline-block;
    padding: .2rem .8rem;
    text-align: center;
    color: #6A2512;
    font-size: clamp(14px, .2rem, 20px);
    font-weight: 630;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/list-bg1.png) no-repeat center;
    background-size: cover;
    border-radius: 50px;
}

.section-1 {
    padding-top: .2rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg1.webp);
}
.section-1 .title {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/title1.webp);
}
.rank-box {
    position: relative;
    /* display: grid;
    justify-content: end; */
    margin: 0 auto;
    padding: .32rem 0 .6rem 3.9rem;
    width: 12rem;
    max-width: 100%;
    height: auto;
    min-height: 8.4rem;
    text-align: left;
    border: .08rem solid #fff;
    border-radius: .42rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/con-bg1.webp) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}
.rank-box::after {
    content: "";
    position: absolute;
    left: -.85rem;
    bottom: 0;
    width: 6.21rem;
    height: 8.53rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/d2.webp) no-repeat center bottom;
    background-size: contain;
}
.rank-box::before {
    content: "";
    position: absolute;
    right: -1.06rem;
    bottom: -.36rem;
    z-index: 1;
    width: 2.24rem;
    height: 2.4rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/d3.webp) no-repeat center bottom;
    background-size: contain;
}
.rank-box * {
    position: relative;
    z-index: 2;
}
.table-title, .table-con li {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    align-items: center;
}
.table-title {
    margin-bottom: .2rem;
    width: 7.6rem;
    max-width: 100%;
    font-size: clamp(16px, .28rem, 28px);
    font-weight: 630;
    color: #fff;
}
.table-con {
    margin: 0 -.1rem;
    padding: 0 .1rem;
    width: 7.6rem;
    max-width: 100%;
    max-height: 6.84rem;
    overflow: auto;
}
.table-con li {
    width: 100%;
    height: .82rem;
    line-height: .82rem;
    color: #21294C;
    font-size: clamp(16px, .24rem, 24px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/list-bg2.png);
    border-radius: 50px;
}
.table-con li:not(:last-child) {
    margin-bottom: .04rem;
}
.table-con li:nth-child(-n+5) {
    color: #6A2512;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/list-bg1.png);
}
.table-title li:first-child, .table-con li span:first-child {
    text-align: center;
}
.not-started {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
    width: 100%;
    font-size: clamp(20px, .32rem, 32px);
    font-weight: 630;
    text-align: right;
    color: #fff;
}
.rank-num {
    font-weight: 630;
}

.section-2 {
    padding-top: .7rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg2.webp);
}
.section-2 .title {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/title2.webp);
}
.section-2 ul {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: .1rem;
    margin-bottom: .2rem;
}
.section-2 ul li {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: .3rem;
    padding: .52rem .16rem 1.24rem;
    width: 3.78rem;
    height: 6.6rem;
    color: #fff;
    font-size: clamp(14px, .18rem, 18px);
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/rr-bg-2.webp) no-repeat center;
    background-size: contain;
    box-sizing: border-box;
}
.section-2 ul li:nth-child(1) {
    width: 4.5rem;
    height: 6.6rem;
    font-size: clamp(16px, .2rem, 20px);
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/rr-bg-1.webp);
}
.section-2 ul li:nth-child(1)::after {
    content: '';
    position: absolute;
    top: -1.22rem;
    left: -.36rem;
    width: 1.34rem;
    height: 2.04rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/d4.webp) no-repeat center;
    background-size: contain;
}
.section-2 ul li h3 {
    font-size: clamp(32px, .42rem, 42px);
    letter-spacing: 2px;
}
.section-2 ul li .give-img {
    display: flex;
    justify-content: center;
    flex: 1;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.give1 {
    width: 3.38rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/give1.webp);
}
.give2 {
    margin-left: .1rem;
    width: 3.19rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/give2-new.webp);
}
.give3 {
    width: 2.32rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/give3-new.webp);
}
.section-2 ul li strong {
    position: absolute;
    bottom: .52rem;
    font-weight: 630;
    font-size: clamp(20px, .3rem, 30px);
    background: linear-gradient(180deg, #FCF3CC 2%, #FEE677 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-3 {
    padding-top: .66rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg3.webp);
}
.section-3 .title {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/title3.webp);
}
.section-3 .s3-con {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    width: 11.09rem;
    max-width: 100%;
}
.section-3 .s3-elm {
    position: relative;
    z-index: 1;
    display: block;
    width: 11.09rem;
    height: 6.76rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/d5.webp) no-repeat center;
    background-size: contain;
}
.section-3 .s3-con-text {
    position: absolute;
    top: .2rem;
    right: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1.96rem;
    height: 1.96rem;
    font-size: clamp(14px, .2rem, 20px);
    color: #fff;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/topup-bg.webp) no-repeat center;
    background-size: contain;
}
.section-3 .s3-con-text strong {
    font-weight: 630;
    font-size: clamp(16px, .26rem, 26px);
    background: linear-gradient(180deg, #FCF3CC 2%, #FEE677 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.section-3 .s3-con .illustrate {
    position: absolute;
    left: 0;
    bottom: .58rem;
    z-index: 2;
    margin: 0;
    width: 100%;
    text-align: center;
}

.section-4 {
    padding-top: .66rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg4.webp);
}
.section-4 .title {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/title4.webp);
}
.s4-con {
    position: relative;
    margin: .2rem auto 0;
    width: 100%;
    height: 7.37rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/con-bg4.webp) no-repeat center;
    background-size: contain;
}
.section-4 .s4-con .illustrate {
    position: absolute;
    left: 0;
    bottom: .96rem;
    z-index: 2;
    margin: 0;
    width: 100%;
    text-align: center;
}

.section-5 {
    padding: .93rem 0 .2rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg5.webp);
}
.section-5 .title {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/title5.webp);
}
.retouch-pic {
    margin: -2rem auto 0;
    width: 100%;
    height: 9.72rem;
    max-width: 100%;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/con-bg5.webp) no-repeat center;
    background-size: contain;
}

.section-6 {
    padding-bottom: .6rem;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg6.webp);
}
.section-6 .title {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/title6.webp);
}
.gift-img {
    margin-top: .54rem;
    width: 100%;
    height: 7.8rem;
    background: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/con-bg6.webp) no-repeat center;
    background-size: contain;
}
.vt-con {
    margin-top: -2rem;
}

.rules-con {
    padding-top: 1.4rem;
    text-align: left;
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg7.webp);
}
.rules-con ul {
    margin: 0 max(.4rem, calc(50vw - 600px)) 1.4rem;
    width: auto;
    max-width: 90%;
    font-size: clamp(14px, .2rem, 20px);
    line-height: 1.8;
    color: #0B383A;
}

footer {
    color: #fff;
    background-color: #162a5f;
}
footer a {
    color: #fff;
}
footer .icon-email-line {
    background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/email.svg);
}

@media (max-width: 1024px) {
    .banner .time {
        letter-spacing: 1px;
    }
}

@media (min-width: 750px) and (max-width: 1366px) {
    html {
        font-size: calc(100 * 100vw / 1366);
    }

    .banner .slogan {
        height: 2.8rem;
    }
    .banner::after {
        bottom: -1.4rem;
        height: 5rem;
        background-position: right center;
    }

    .illustrate {
        padding: 0 .2rem;
        box-sizing: border-box;
    }
}

@media (max-width: 750px) {
    header {
        background-color: rgba(255, 255, 255, .3);
    }

    .sidebar {
        right: -1.6rem;
        width: auto;
        height: auto;
        transition: all .3s;
    }
    .sidebar.hidden {
        right: -1.5rem;
    }
    .sidebar.visible {
        right: .1rem;
    }
    .sidebar nav {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .sidebar nav a {
        flex: 1;
        margin: 0;
        padding: 0 .1rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
    }
    .sidebar nav a:not(.act)::after {
        display: none;
    }
    .sidebar-tab-btn {
        position: absolute;
        left: -.6rem;
        bottom: -.34rem;
        width: 1rem;
        height: .86rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/sidebar-elm.webp);
        transition: left .3s ease;
        animation: left 2.5s 1s infinite;
    }
    @keyframes left {
        50% {
            left: -.8rem;
        }
    }
    .sidebar.visible .sidebar-tab-btn {
        left: -.54rem;
    }
    .sidebar::after {
        display: none;
    }

    .banner {
        justify-content: flex-start;
        padding: 1.6rem 0 0 0;
        max-height: 10.52rem;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/kv-wap.webp);
    }
    .banner::after {
        right: 0;
        bottom: -.8rem;
        width: 4.31rem;
        height: 4.36rem;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/d1-m.webp);
        background-position: right center;
    }
    .banner .slogan {
        height: 2rem;
    }
    .banner .time {
        margin-top: .2rem;
        padding: .12rem .44rem;
        font-size: .26rem;
        letter-spacing: 0;
    }

    .section {
        padding-left: .28rem;
        padding-right: .28rem;
    }
    .title {
        margin-bottom: 0;
        height: 1.2rem;
    }
    .illustrate {
        font-size: .22rem;
    }
    .illustrate.font-con {
        font-size: .24rem;
    }

    .section-1 {
        padding-top: .8rem;
        min-height: inherit;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg-m1.webp);
    }
    .section-1 .tips {
        position: absolute;
        bottom: -.9rem;
        padding: 0 .8rem;
        font-size: .22rem;
        line-height: 1.5;
        box-sizing: border-box;
    }
    .rank-box {
        display: block;
        margin-top: .24rem;
        padding: .32rem .2rem .52rem 1rem;
        min-height: 6rem;
    }
    .rank-box::after {
        left: -1.4rem;
        height: 5rem;
        background-position: left center;
    }
    .rank-box::before {
        display: none;
    }
    .table-title, .table-con li {
        grid-template-columns: .8fr 1.4fr 1.8fr;
    }
    .table-title {
        font-size: .24rem;
        margin-bottom: .18rem;
    }
    .table-con {
        margin: 0;
        padding: 0;
        max-height: 6.2rem;
    }
    .table-con::-webkit-scrollbar {
        display: none;
    }
    .table-con li {
        font-size: .24rem;
    }
    .table-con li {
        height: .64rem;
        line-height: .64rem;
    }
    .table-con li:not(:last-child) {
        margin-bottom: .08rem;
    }
    .not-started {
        right: 1rem;
        font-size: .32rem;
    }
    .not-started::after {
        width: 2.4rem;
        height: 1.9rem;
    }

    .section-2 {
        padding-top: .8rem;
        padding-bottom: .4rem;
        min-height: 24.6rem;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg-m-2.webp);
    }
    .section-2 ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 0;
        row-gap: .4rem;
    }
    .section-2 ul li {
        row-gap: .4rem;
        justify-content: flex-end;
        padding: .4rem .36rem;
        width: 100%;
        height: auto;
        font-size: .26rem;
        line-height: 1.2;
        border: .08rem solid #fff;
        border-radius: .32rem;
        background-size: cover;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/rr-bg-m-2.png);
    }
    .section-2 ul li:nth-child(1) {
        padding: .6rem .36rem;
        font-size: .26rem;
        width: 100%;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/rr-bg-m-1.png);
    }
    .section-2 ul li strong {
        position: relative;
        bottom: auto;
        font-size: .3rem;
    }
    .section-2 ul li:nth-child(1) strong {
        font-size: .38rem;
    }
    .section-2 ul li:nth-child(1)::after {
        left: -.64rem;
        top: -.48rem;
        width: 1.46rem;
        height: 2.2rem;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/d4-m.webp);
    }
    .give1 {
        height: 3.5rem;
    }
    .give2 {
        margin-top: -.2rem;
        height: 3.3rem;
    }
    .give3 {
        height: 3.1rem;
    }

    .section-2 ul li h3 {
        font-size: .56rem;
    }
    .section-2 ul li .give-img {
        display: block;
        flex: initial;
        width: 100% !important;
    }

    .section-3 {
        padding-top: .8rem;
        padding-bottom: .4rem;
        min-height: 11.56rem;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg-m-3.webp);
        overflow: hidden;
    }
    .section .tips-bg {
        padding: .2rem;
        height: auto;
        line-height: 1.2;
        font-size: .23rem;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/list-bg1.png);
        background-size: cover;
        border-radius: 50px;
        box-sizing: border-box;
    }
    .section-3 .s3-con {
        display: block;
        margin-top: .8rem;
    }
    .section-3 .s3-elm {
        left: 50%;
        transform: translateX(-54%);
    }
    .section-3 .s3-con-text {
        right: 0;
        row-gap: .04rem;
        font-size: .24rem;
    }
    .section-3 .s3-con strong {
        font-size: .28rem;
    }
    .section-3 .s3-con .illustrate {
        position: relative;
        bottom: auto;
        left: auto;
        margin: -.7rem 0 0;
        z-index: 2;
    }

    .section-4 {
        padding-top: .8rem;
        padding-bottom: .4rem;
        min-height: 11.34rem;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg-m-4.webp);
        overflow: hidden;
    }
    .s4-con {
        margin-top: 1rem;
        height: 5.6rem;
        transform: scale(1.2);
    }
    .section-4 .s4-con .illustrate {
        bottom: 0;
    }

    .section-5 {
        padding-top: .8rem;
        padding-bottom: .4rem;
        min-height: 8.45rem;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg-m-5.webp);
        overflow: hidden;
    }
    .retouch-pic {
        height: 6rem;
        margin-top: -.6rem;
        transform: scale(1.4);
        background-size: cover;
    }

    .section-6 {
        padding-top: .8rem;
        padding-bottom: .4rem;
        min-height: 11.51rem;
        background-image: url(https://pic.igamebuy.com/activity/events/mlbb/20240513/images/bg-m-6.webp);
        overflow: hidden;
    }
    .gift-img {
        margin-top: .9rem;
        height: 5.96rem;
        transform: scale(1.1);
    }
    .vt-con {
        position: relative;
        z-index: 2;
        margin-top: -.6rem;
    }

    .rules-con {
        padding-top: .8rem;
        padding-bottom: .4rem;
        font-size: .22rem;
        line-height: 1.8;
        box-sizing: border-box;
    }
    .rules-con li:not(:last-child) {
        margin-bottom: .04rem;
    }
    .footer-logo {
        height: 1.5rem;
    }

    footer {
        font-size: .2rem;
    }
    .copyright {
        gap: .16rem;
        grid-auto-flow: inherit;
        padding: .16rem 0 .3rem;
        text-align: center;
    }
    footer .icon-email-line {
        margin: .06rem .06rem 0 0;
        width: .22rem;
        height: .22rem;
    }
    footer .email {
        justify-content: center;
    }
}