* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background: #06050f;
    color: #fff;
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

body {
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.share-hidden {
    width: 0;
    height: 0;
    overflow: hidden;
}

.sk-topic {
    --blue: #3461e8;
    --cyan: #00d4ff;
    --dark: #06050f;
    position: relative;
    min-width: 1200px;
    overflow: hidden;
    background: #06050f;
}

.topic-section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.topic-section + .topic-section {
    border-top: 5px solid var(--blue);
}

.section-inner {
    position: relative;
    left: 50%;
    width: 1920px;
    height: 100%;
    margin: 0;
    transform: translateX(-50%);
}

.site-nav {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    height: 74px;
    padding-left: 120px;
    background: #06050f;
    transform: translateX(-50%);
}

.is-gs-app .site-nav {
    display: none;
}

.site-nav__left,
.site-nav__menu,
.site-nav__social {
    display: flex;
    align-items: center;
}

.site-nav__left {
    gap: 50px;
}

.site-nav__logo {
    position: relative;
    flex: 0 0 auto;
    height: 50px;
}

.site-nav__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-nav__logo-game {
    width: 120px;
}

.site-nav__logo-brand {
    width: 120px;
}

.site-nav__menu {
    gap: 10px;
    padding-left: 10px;
    padding-right: 383px;
}

.site-nav__link {
    position: relative;
    width: 165px;
    height: 74px;
    padding: 0;
    border-top: 6px solid transparent;
    color: #909090;
    text-align: center;
    font-family: "lianmengqiyilushuaizhengruiheiti", "SimHei", sans-serif;
    font-weight: 400;
}

.site-nav__link::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -6px;
    width: 1px;
    height: 28px;
    background: #8f8f8f;
    transform: rotate(16deg);
}

.site-nav__link span {
    display: block;
    height: 68px;
    font-size: 18px;
    line-height: 68px;
}

.site-nav__link em {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    width: 165px;
    color: #fff;
    font-family: "Source Han Sans", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 4px;
    line-height: 1;
    opacity: 0;
    transform: translateX(-50%) scale(.7);
    transform-origin: center bottom;
}

.site-nav__link.is-active {
    border-top-color: var(--blue);
    color: var(--blue);
}

.site-nav__link.is-active em {
    opacity: 1;
}

.site-nav__social {
    --share-icon-gap: 18px;
    --share-icon-size: 40px;
    position: relative;
    flex: 0 0 304px;
    width: 304px;
    height: 74px;
    padding: 0 30px 0 45px;
    gap: var(--share-icon-gap);
    background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/common/nav-social-bg.png") left center / auto 74px no-repeat;
}

.site-nav__social a {
    display: flex;
    flex: 0 0 var(--share-icon-size);
    position: relative;
    align-items: center;
    justify-content: center;
    width: var(--share-icon-size);
    min-width: var(--share-icon-size);
    height: var(--share-icon-size);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    opacity: 1;
    aspect-ratio: 1 / 1;
    transition: filter .18s ease;
}

.site-nav__social a::before {
    content: none;
}

.site-nav__social img {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.site-nav__social a:hover {
    filter: drop-shadow(0 0 8px rgba(52, 97, 218, .72));
    opacity: 1 !important;
}

.mobile-menu-toggle,
.menu_cont {
    display: none;
}

.hero-section {
    height: 1140px;
    background:
        linear-gradient(180deg, rgba(45, 11, 11, 0) 60%, rgba(45, 11, 11, 0.75) 100%),
        url("https://image.gamersky.com/webimg13/zhuanti/sklryy/backgrounds/pc/home.jpg") center 60px / 1920px 1080px no-repeat,
        #2d0b0b;
}

.hero-actions {
    position: absolute;
    z-index: 3;
    top: 640px;
    left: 697px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.hero-download-qr {
    position: relative;
    flex: 0 0 153px;
    width: 153px;
    height: 133px;
}

.hero-download-qr img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
}

.image-button {
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.image-button img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.image-button span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.hero-action {
    width: 289px;
    height: 77px;
    font-size: 40px;
    line-height: 42px;
}

.hero-video {
    position: absolute;
    z-index: 4;
    top: 819px;
    left: 883px;
    display: block;
    width: 90px;
    height: 90px;
    transition: transform .2s ease;
}

.hero-video:hover {
    transform: scale(1.06);
}

.hero-video img {
    width: 100%;
    height: 100%;
}

.hero-video__pc {
    display: none;
}

.hero-video__h5 {
    display: block;
}

.hero-slogan {
    position: absolute;
    z-index: 2;
    top: 726px;
    left: 457px;
    width: 1005px;
    height: 303px;
    object-fit: contain;
}

.side-consult {
    position: absolute;
    z-index: 5;
    display: block;
}

.consult,
.consult-switch {
    background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/pc/consult-side.png") left top / 258px 153px no-repeat;
}

.consult {
    position: fixed;
    z-index: 100;
    bottom: 100px;
    left: -200px;
    width: 224px;
    height: 153px;
    overflow: hidden;
    transition: left .2s linear;
}

.consult-show {
    left: 0;
}

.consult .qr {
    display: block;
    width: 86px;
    height: 86px;
    margin: 61px 0 0 100px;
    cursor: pointer;
}

.consult-switch {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 128px;
    background-position: right bottom;
}

.consult-show .consult-switch {
    background-position: -200px -25px;
}

.side-consult--h5 {
    display: none;
}

.gift-section {
    height: 515px;
    background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/backgrounds/pc/part.jpg") center center / cover no-repeat;
}

.gift-section::before,
.features-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .12);
    pointer-events: none;
}

.gift-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 120px;
}

.section-title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.section-title__wing {
    width: 78px;
    height: 48px;
}

.section-title__wing--right {
    transform: none;
}

.section-title__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.section-title h2 {
    margin: 0;
    font-family: "lianmengqiyilushuaizhengruiheiti", "SimHei", sans-serif;
    font-size: 62px;
    font-weight: 400;
    line-height: 62px;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
}

.section-title p {
    margin: 0;
    color: #838383;
    font-family: SimHei, "Microsoft YaHei", sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 14px;
    white-space: nowrap;
    text-transform: uppercase;
}

.gift-main {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 50px;
    height: 175px;
}

.gift-cards {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
}

.gift-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 150px;
    height: 175px;
    padding: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
}

.gift-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border: 2px solid var(--cyan);
    border-radius: 19px;
    background:
        linear-gradient(180deg, rgba(52, 97, 232, 0) 0%, #3461e8 100%),
        #0b0b12;
}

.gift-card__icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.gift-card p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.gift-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 175px;
}

.gift-copy {
    width: 393px;
    padding-left: 10px;
    color: rgba(255, 255, 255, .9);
}

.gift-copy h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 28px;
}

.gift-copy p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.gift-button {
    width: 288px;
    height: 50px;
    font-family: "lianmengqiyilushuaizhengruiheiti", "SimHei", sans-serif;
    font-size: 24px;
}

.gift-button span {
    font-weight: 400;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.character-section {
    height: 1080px;
    background: #10141d;
}

.character-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.character-swiper .swiper-wrapper,
.character-slide {
    height: 100%;
}

.character-slide {
    position: relative;
    overflow: hidden;
    background: #10141d;
}

.character-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, .18) 100%);
    pointer-events: none;
}

.character-bg {
    position: absolute;
    inset: 0 auto auto 0;
    width: 1920px;
    height: 1080px;
}

.character-bg picture,
.character-bg img {
    width: 100%;
    height: 100%;
}

.character-bg img {
    object-fit: cover;
}

.character-title {
    position: absolute;
    z-index: 6;
    top: 91px;
    left: 50%;
    transform: translateX(-50%);
}

.character-copy {
    position: absolute;
    top: 312px;
    left: 336px;
    z-index: 3;
    width: 492px;
}

.character-name {
    width: auto;
    max-width: 503px;
    height: 106px;
    margin-bottom: 20px;
    object-fit: contain;
}

.character-mobile-name {
    display: none;
}

.character-desc p {
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
}

.character-desc p:last-child {
    margin-bottom: 0;
}

.character-arrows {
    position: absolute;
    z-index: 7;
    top: 523px;
    left: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1400px;
    pointer-events: none;
}

.slider-arrow {
    width: 33px;
    height: 69px;
    background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/common/slide-arrow-sprite.png") left top / 66px 150px no-repeat;
    pointer-events: auto;
    transition: filter .2s ease, transform .2s ease;
}

.slider-arrow:hover {
    filter: drop-shadow(0 0 10px rgba(52, 97, 232, .9));
}

.slider-arrow--prev {
    background-position: right top;
}

.slider-arrow--next {
    background-position: left top;
}

.character-arrows .slider-arrow--prev {
    background-position: left top;
}

.character-arrows .slider-arrow--next {
    background-position: right top;
}

.character-thumbs {
    display: none;
}

.character-swiper.is-fallback .swiper-wrapper {
    position: relative;
}

.character-swiper.is-fallback .character-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .52s ease;
}

.character-swiper.is-fallback .character-slide.is-active {
    opacity: 1;
}

.features-section {
    height: 1100px;
    background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/backgrounds/pc/part.jpg") center center / cover no-repeat;
}

.features-title {
    position: absolute;
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-stage {
    position: absolute;
    z-index: 2;
    top: 350px;
    left: 50%;
    width: 1652px;
    height: 690px;
    transform: translateX(-50%);
}

.feature-swiper {
    width: 1652px;
    height: 646px;
    overflow: visible;
}

.feature-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1122px;
    height: 646px;
    padding: 15px;
    border: 1px solid var(--blue);
    background: #0e1014;
    transition: none;
}

.feature-slide::before,
.feature-slide::after {
    content: "";
    position: absolute;
    z-index: 4;
    background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/common/feature-corner-pc.png") left top / 230px 120px no-repeat;
    opacity: 0;
    pointer-events: none;
}

.feature-slide::before {
    top: -28px;
    right: -54px;
    width: 155px;
    height: 120px;
}

.feature-slide::after {
    bottom: -19px;
    left: -17px;
    width: 75px;
    height: 52px;
    background-position: right top;
}

.feature-slide.swiper-slide-active::before,
.feature-slide.swiper-slide-active::after,
.feature-slide.is-active::before,
.feature-slide.is-active::after {
    opacity: 1;
}

.feature-swiper.swiper-3d .swiper-slide-shadow-left,
.feature-swiper.swiper-3d .swiper-slide-shadow-right {
    z-index: 3;
    background: rgba(0, 0, 0, .7);
}

@media (min-width: 751px) {
    .feature-swiper.swiper-initialized .feature-slide {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .feature-swiper.swiper-initialized .feature-slide.swiper-slide-active,
    .feature-swiper.swiper-initialized .feature-slide.swiper-slide-prev,
    .feature-swiper.swiper-initialized .feature-slide.swiper-slide-next {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
}

.feature-slide picture,
.feature-slide img {
    width: 100%;
    height: 100%;
}

.feature-slide img {
    object-fit: cover;
}

.feature-arrow {
    position: absolute;
    z-index: 8;
    top: 289px;
}

.feature-arrow--prev {
    left: 126px;
    background-position: left top;
}

.feature-arrow--next {
    right: 126px;
    background-position: right top;
}

.feature-pagination {
    position: absolute;
    z-index: 8;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 13px;
    line-height: 13px;
}

.feature-pagination .swiper-pagination-bullet,
.feature-pagination button {
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 19px !important;
    border: 1px solid #335fe3;
    border-radius: 50%;
    background: #171a21;
    opacity: 1;
}

.feature-pagination .swiper-pagination-bullet-active,
.feature-pagination button.is-active {
    border-color: var(--blue);
    background: var(--blue);
}

.feature-swiper.is-fallback .swiper-wrapper {
    position: relative;
    height: 100%;
}

.feature-swiper.is-fallback .feature-slide {
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}

.feature-swiper.is-fallback .feature-slide.is-active {
    display: flex;
}

.video-modal {
    position: fixed;
    z-index: 80;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.video-modal.is-open {
    display: flex;
}

.video-modal__mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .78);
}

.video-modal__panel {
    position: relative;
    z-index: 2;
    width: min(1200px, 86vw);
    border: 1px solid var(--blue);
    background: #05070c;
    box-shadow: 0 0 34px rgba(52, 97, 232, .45);
}

.video-modal__video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-modal__close {
    position: absolute;
    top: -46px;
    right: -2px;
    width: 38px;
    height: 38px;
}

.video-modal__close::before,
.video-modal__close::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 5px;
    width: 28px;
    height: 2px;
    background: #fff;
}

.video-modal__close::before {
    transform: rotate(45deg);
}

.video-modal__close::after {
    transform: rotate(-45deg);
}

.qr-modal {
    position: fixed;
    z-index: 85;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.qr-modal.is-open {
    display: flex;
}

.qr-modal__mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
}

.qr-modal__panel {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 246px;
    padding: 22px;
    border: 1px solid var(--blue);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 28px rgba(52, 97, 232, .45);
}

.qr-modal__panel img {
    width: 176px;
    height: 176px;
    object-fit: cover;
}

.qr-modal__close {
    position: absolute;
    top: -42px;
    right: 0;
    width: 36px;
    height: 36px;
}

.qr-modal__close::before,
.qr-modal__close::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 5px;
    width: 26px;
    height: 2px;
    background: #fff;
}

.qr-modal__close::before {
    transform: rotate(45deg);
}

.qr-modal__close::after {
    transform: rotate(-45deg);
}

.bd_weixin_popup {
    width: 250px !important;
    height: 314px !important;
}

.copy-tips {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
}

.copy-tips.is-open {
    display: flex;
}

.copy-tips__box {
    width: 560px;
    min-height: 286px;
    padding: 38px 44px 34px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.copy-tips__title {
    margin-bottom: 34px;
    color: #3461e8;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.copy-tips__text {
    margin-bottom: 38px;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.copy-tips__btn {
    width: 162px;
    height: 40px;
    border-radius: 10px;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.Bot {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 1100px;
    height: auto;
    padding-bottom: 30px;
    background: #141414;
    font-size: 12px;
}

.Bot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Bot .Links {
    width: 1000px;
    height: 38px;
    margin: 0 auto;
    background: #222;
}

.Bot .Links .like {
    float: left;
    width: 907px;
    height: 38px;
    color: #555;
    line-height: 38px;
}

.Bot .Links .like a {
    margin: 0 19px;
    color: #aaa;
}

.Bot .Links .like a:hover {
    color: #fff;
}

.Bot .Links .gotop {
    float: right;
    width: 93px;
    height: 38px;
    color: #555;
    line-height: 38px;
}

.Bot .Links .gotop a {
    display: block;
    width: auto;
    height: 38px;
    padding: 0 15px 0 30px;
    color: #aaa;
    line-height: 38px;
    cursor: pointer;
    background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/common/gotop.png") 0 6px no-repeat;
}

.Bot .Hot {
    width: 100%;
    min-width: 1100px;
    height: auto;
    background: #181818;
}

.Bot .Hot .Hots {
    width: 1098px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
}

.Bot .Hot .Hots ul.foot {
    width: 1128px;
    height: auto;
    margin-bottom: 24px;
}

.Bot .Hot .Hots ul.foot::after,
.Bot .Links::after {
    content: "";
    display: block;
    clear: both;
}

.Bot .Hot .Hots ul.foot li {
    float: left;
    width: 158px;
    height: auto;
    margin-right: 29px;
    border-right: 1px dotted #2f2f2f;
}

.Bot .Hot .Hots ul.foot li .tit {
    width: 129px;
    height: 32px;
    color: #666;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.Bot .Hot .Hots ul.foot li .tit a {
    color: #666;
}

.Bot .Hot .Hots ul.foot li .tit a:hover {
    color: #aaa;
}

.Bot .Hot .Hots ul.foot li .like {
    width: 158px;
    height: 116px;
}

.Bot .Hot .Hots ul.foot li .like div {
    float: left;
    width: 79px;
    height: auto;
}

.Bot .Hot .Hots ul.foot li .like div a {
    display: block;
    margin-bottom: 15px;
    color: #666;
    font-family: "Microsoft YaHei", sans-serif;
}

.Bot .Hot .Hots ul.foot li .like div a:hover {
    color: #aaa;
}

.Bot .Hot .Hots .links {
    width: 1100px;
    height: auto;
    padding: 20px 0 10px;
    border-top: 1px dotted #2f2f2f;
    font-family: "Microsoft YaHei", sans-serif;
}

.Bot .Hot .Hots .links span {
    display: inline-block;
    margin-bottom: 15px;
    color: #666;
}

.Bot .Hot .Hots .links a {
    display: inline-block;
    margin: 0 15px 15px 0;
    color: #666;
}

.Bot .Hot .Hots .links a:hover {
    color: #aaa;
}

.Bot .Copyright {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0;
    color: #454545;
    font-family: "Microsoft YaHei", sans-serif;
    line-height: 30px;
    text-align: center;
}

.Bot .Copyright a {
    color: #454545;
}

.Bot .Copyright a:hover {
    color: #aaa;
}

@media (min-width: 751px) and (max-width: 1700px) {
    .site-nav {
        padding-left: 24px;
    }

    .site-nav__left {
        gap: 24px;
        min-width: 0;
    }

    .site-nav__menu {
        gap: 4px;
        padding-right: 24px;
    }

    .site-nav__link {
        width: 132px;
    }

    .site-nav__link em {
        width: 132px;
    }

    .character-arrows {
        left: calc((1920px - 100vw) / 2 + 24px);
        width: calc(100vw - 48px);
    }

    .feature-arrow--prev {
        left: calc((1652px - 100vw) / 2 + 24px);
    }

    .feature-arrow--next {
        right: calc((1652px - 100vw) / 2 + 24px);
    }
}

@media (max-width: 750px) {
    .sk-topic {
        min-width: 0;
        background: #11141b;
    }

    .Bot {
        display: none;
    }

    .section-inner {
        left: auto;
        width: 100vw;
        margin: 0 auto;
        transform: none;
    }

    .topic-section + .topic-section {
        border-top-width: .6667vw;
    }

    .site-nav {
        left: 0;
        width: 100vw;
        max-width: none;
        height: 10.6667vw;
        padding: 0 2.6667vw;
        transform: none;
    }

    .site-nav__left {
        gap: 2.6667vw;
        width: 43vw;
    }

    .site-nav__logo {
        height: 8.2667vw;
    }

    .site-nav__logo-game {
        width: 20vw;
    }

    .site-nav__logo-brand {
        width: 19.4667vw;
    }

    .site-nav__menu {
        display: none;
    }

    .mobile-menu-toggle {
        position: fixed;
        z-index: 95;
        top: 50px;
        right: 2.9333vw;
        display: block;
        width: 7.2vw;
        height: 7.3333vw;
        background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/mobile/menu.png") left top / 7.2vw 14.6667vw no-repeat;
    }

    .menu_cont {
        position: fixed;
        inset: 0;
        z-index: 120;
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        background: rgba(2, 4, 12, .94);
        transition: opacity .2s ease, visibility .2s ease;
    }

    .menu_cont.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .menu_close {
        position: absolute;
        top: 50px;
        right: 2.9333vw;
        width: 7.2vw;
        height: 7.3333vw;
        background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/mobile/menu.png") left bottom / 7.2vw 14.6667vw no-repeat;
    }

    .menu_link {
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 66.6667vw;
        transform: translate(-50%, -50%);
    }

    .menu_link .item {
        width: 100%;
        padding: 4.2667vw 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
        color: #fff;
        text-align: center;
        font-family: "lianmengqiyilushuaizhengruiheiti", "SimHei", sans-serif;
    }

    .menu_link .item p {
        margin: 0 0 1.0667vw;
        font-size: 6.4vw;
        line-height: 7.4667vw;
        letter-spacing: .5333vw;
    }

    .menu_link .item span {
        display: block;
        color: rgba(255, 255, 255, .56);
        font-size: 2.6667vw;
        line-height: 3.2vw;
        letter-spacing: .2667vw;
    }

    .menu_link .item.cur p,
    .menu_link .item.cur span {
        color: var(--cyan);
    }

    .menu_logo {
        width: 38vw;
        height: 15.8333vw;
        margin-top: 8vw;
        background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/common/logo-game.png") center / contain no-repeat;
    }

    .site-nav__social {
        --share-icon-gap: clamp(7px, 1.6vw, 12px);
        --share-icon-size: clamp(28px, 5.3333vw, 40px);
        display: flex;
        flex: 0 0 auto;
        width: auto;
        height: 10.6667vw;
        padding: 0;
        background: none;
        gap: var(--share-icon-gap);
        justify-content: flex-end;
    }

    .site-nav__social a {
        flex: 0 0 var(--share-icon-size);
        width: var(--share-icon-size);
        min-width: var(--share-icon-size);
        height: var(--share-icon-size);
        margin: 0;
        padding: 0;
        border: 0;
    }

    .site-nav__social a::before {
        content: none;
    }

    .site-nav__social img {
        width: 100%;
        height: 100%;
    }

    .hero-section {
        height: 194.1333vw;
        background:
            linear-gradient(180deg, rgba(19, 22, 29, 0) 43%, rgba(52, 4, 5, .5) 76%),
            url("https://image.gamersky.com/webimg13/zhuanti/sklryy/backgrounds/mobile/home.jpg") center top / 100vw 188.4vw no-repeat,
            #340405;
    }

    .hero-actions {
        top: 167.8667vw;
        left: 30.6667vw;
        gap: 0;
    }

    .hero-download-qr {
        display: none;
    }

    .hero-action {
        width: 38.584vw;
        height: 10.2133vw;
        font-size: 5.3333vw;
        line-height: 5.6vw;
    }

    .hero-action--download img {
        content: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/mobile/btn-download.png");
    }

    .hero-video {
        top: 96.8vw;
        left: 44.6667vw;
        width: 10.6667vw;
        height: 12.1333vw;
    }

    .hero-video__pc {
        display: none;
    }

    .hero-video__h5 {
        display: block;
    }

    .hero-slogan {
        top: 106.2667vw;
        left: 0;
        width: 100vw;
        height: 57.6vw;
    }

    .consult {
        display: none;
    }

    .side-consult--h5 {
        position: fixed;
        z-index: 45;
        top: auto;
        bottom: 24vw;
        left: 0;
        display: block;
        width: 18.9333vw;
        height: 20.4vw;
    }

    .side-consult--h5 img {
        width: 100%;
        height: 100%;
    }

    .gift-section {
        height: 128.8vw;
        background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/backgrounds/mobile/page.jpg") center top / 100vw 187.4667vw no-repeat;
    }

    .gift-section__inner {
        justify-content: flex-start;
        gap: 8vw;
        padding: 9.3333vw 0 0;
    }

    .section-title {
        gap: 1.3333vw;
    }

    .section-title__wing {
        width: 10.4vw;
        height: 6.4vw;
    }

    .section-title__text {
        gap: 2.1333vw;
    }

    .section-title h2 {
        font-size: 8.2667vw;
        line-height: 8.2667vw;
    }

    .section-title p {
        font-size: 2.4vw;
        line-height: 2.6667vw;
        letter-spacing: 1.8667vw;
    }

    .gift-main {
        flex-direction: column;
        gap: 6.6667vw;
        height: auto;
    }

    .gift-cards {
        gap: 2.9212vw;
        height: 30.3071vw;
    }

    .gift-card {
        gap: 2.7385vw;
        width: 27.3859vw;
        height: 30.3071vw;
        padding: 0;
        border-radius: 1.6vw;
    }

    .gift-card__icon {
        width: 15.3361vw;
        height: 15.3361vw;
        border-width: .3485vw;
        border-radius: 2.5455vw;
    }

    .gift-card__icon img {
        width: 10.9544vw;
        height: 10.9544vw;
    }

    .gift-card p {
        font-size: 2.9213vw;
        line-height: 3.7333vw;
    }

    .gift-info {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
        gap: 5.3333vw;
        height: auto;
    }

    .gift-copy {
        width: 88vw;
        padding-left: 2.0356vw;
    }

    .gift-copy h3 {
        margin-bottom: 2.4428vw;
        font-size: 4vw;
        line-height: 5.3333vw;
    }

    .gift-copy p {
        font-size: 3.2vw;
        line-height: 4.8vw;
    }

    .gift-button {
        width: 56vw;
        height: 9.7119vw;
        font-size: 4.7355vw;
    }

    .gift-button span {
        letter-spacing: .5333vw;
    }

    .character-section {
        height: 188.6667vw;
    }

    .character-slide::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000 100%);
    }

    .character-bg {
        width: 100vw;
        height: 188.6667vw;
    }

    .character-title {
        top: 10vw;
    }

    .character-copy {
        top: 116.1333vw;
        left: 6vw;
        width: 88vw;
    }

    .character-name {
        display: none;
    }

    .character-mobile-name {
        display: block;
        width: 53.3333vw;
        height: 12vw;
        margin-bottom: 4vw;
        background: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/characters/mobile/name-sprite.png") 0 -24vw / 53.3333vw 84vw no-repeat;
    }

    .character-desc {
        min-height: 31.2vw;
    }

    .character-desc p {
        margin-bottom: 2.6667vw;
        font-size: 2.6667vw;
        line-height: 3.2vw;
    }

    .character-arrows {
        top: auto;
        bottom: 5.6vw;
        left: 6vw;
        width: 88vw;
        height: 12.8vw;
    }

    .slider-arrow {
        width: 4.4vw;
        height: 9.6vw;
        background-image: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/mobile/slide-arrow.png");
        background-size: 4.4vw 9.0667vw;
    }

    .slider-arrow--next {
        transform: rotate(180deg);
    }

    .character-thumbs {
        position: absolute;
        z-index: 5;
        bottom: 4vw;
        left: 9.3333vw;
        display: block;
        width: 81.3333vw;
        height: 16vw;
        overflow: hidden;
        pointer-events: auto;
    }

    .character-thumbs .swiper-wrapper {
        align-items: center;
    }

    .character-thumb-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16vw;
        height: 16vw;
        transform: scale(.7);
        transition: transform .3s ease;
        pointer-events: auto;
    }

    .character-thumb-slide.swiper-slide-active,
    .character-thumb-slide.is-active {
        transform: scale(1);
    }

    .character-thumb {
        display: block;
        width: 100%;
        height: 100%;
        border: .2667vw solid var(--blue);
        background: #0e1014;
        pointer-events: auto;
    }

    .character-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .features-section {
        height: 194.1333vw;
        background:
            #11141b url("https://image.gamersky.com/webimg13/zhuanti/sklryy/backgrounds/mobile/page.jpg") center top / 100vw 187.4667vw no-repeat;
    }

    .features-title {
        top: 10vw;
    }

    .feature-stage {
        top: 32.6667vw;
        width: 100vw;
        height: 125.0667vw;
    }

    .feature-swiper {
        width: 95.2vw;
        height: 118.4vw;
        overflow: visible;
    }

    .feature-slide {
        width: 68.2667vw;
        height: 118.4vw;
        padding: 1.6vw;
    }

    .feature-slide::before,
    .feature-slide::after {
        background-image: url("https://image.gamersky.com/webimg13/zhuanti/sklryy/ui/mobile/feature-corner.png");
        background-size: 20.4vw 16.8vw;
    }

    .feature-slide::before {
        top: -5.8667vw;
        right: -2.9333vw;
        width: 12.8vw;
        height: 16.8vw;
    }

    .feature-slide::after {
        bottom: -2.1333vw;
        left: -1.8667vw;
        width: 6.2667vw;
        height: 7.7333vw;
        background-position: right top;
    }

    .feature-arrow {
        top: 53.0667vw;
    }

    .feature-arrow--prev {
        left: 3.4667vw;
    }

    .feature-arrow--next {
        right: 3.4667vw;
    }

    .feature-pagination {
        bottom: 0;
        height: 1.8667vw;
        line-height: 1.8667vw;
        gap: 0;
    }

    .feature-pagination .swiper-pagination-bullet,
    .feature-pagination button {
        width: 1.8667vw;
        height: 1.8667vw;
        margin: 0 2.6667vw !important;
        border-radius: 50%;
    }

    .video-modal__panel {
        width: 92vw;
    }

    .video-modal__close {
        top: -9.3333vw;
        width: 7.2vw;
        height: 7.2vw;
    }

    .video-modal__close::before,
    .video-modal__close::after {
        top: 3.4667vw;
        left: .8vw;
        width: 5.6vw;
    }

    .copy-tips__box {
        width: 74.6667vw;
        min-height: 42.6667vw;
        padding: 6.1333vw 5.8667vw 5.3333vw;
        border-radius: 1.3333vw;
    }

    .copy-tips__title {
        margin-bottom: 5.3333vw;
        font-size: 6.4vw;
    }

    .copy-tips__text {
        margin-bottom: 6.1333vw;
        font-size: 3.7333vw;
    }

    .copy-tips__btn {
        width: 25.6vw;
        height: 7.2vw;
        border-radius: 1.3333vw;
        font-size: 3.4667vw;
        line-height: 7.2vw;
    }
}
