:root {
    --animate-duration: 800ms;
    --animate-delay: 0;
}

@font-face {
    font-family: "ja";
    src: url(../font/hanamin.ttf);
}

@font-face {
    font-family: "ja";
    src: url(../font/hanamin.ttf);
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
    font-family: SourceHanSerifCN;
    color: #000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* cursor: none; */
    /* background: #000; */
}

/* .swiperBG {
    width: 100%;
    height: 100%;
    background: url("../img/BG.png") no-repeat bottom;
    background-size: cover;
    position: absolute;
    z-index: 10;
}

.swiperBG2 {
    width: 100%;
    height: 100%;
    background: url("../img/BG2.png") no-repeat center;
    background-size: cover;
    position: absolute;
    z-index: 10;
} */

.swiper {
    width: 100%;
    height: 96vh;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* overflow: hidden; */
}

.mobile {
    display: none;
    width: 0;
}

.head {
    position: absolute;
    background: url("../img/top_bg.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    /* height: 25vh; */
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.head-two {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.bottom {
    position: absolute;
    /* background: url("../img/bottom_bg.png") no-repeat center;
    background-size: 100% 100%; */
    width: 100%;
    /* height: 27.5vh; */
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* 点击穿透 */
    pointer-events: none;
    bottom: -30px;
}

.bottom-arrow {
    width: 8vw;
    height: auto;
    border: none;
    background: none;
    pointer-events: auto;
}

.head-logo {
    position: relative;
    left: 0;
    top: 0;
    width: 16vw;
    height: auto;
}

h1 {
    padding: 0;
    margin: 0;
    height: 8vh;
    display: flex;
    align-items: center;
}

.h-con-right {
    display: flex;
    align-items: center;
}

.h-con-right-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;
    margin-right: 2vw;
}

.h-con-right-r {
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.h-con-right-r-con {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.login-container {
    position: absolute;
    background: url("../img/btn_bg.png") no-repeat left;
    background-size: contain;
    width: 68vw;
    height: 11vw;
    bottom: 8%;
    left: 50vw;
    transform: translateX(-50%);
}

.login-container.no-bg {
    background: none;
}

.login-container .fn-skip-detail-box {
    position: absolute;
    top: 20%;
    left: 35%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.login-container .rule-box {
    position: absolute;
    top: 75%;
    left: 39%;
    display: flex;
    flex-direction: row;
    gap: 5vw;
    font-size: 1.25vw;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    text-shadow:
        -1.5px -1.5px 0 rgb(24, 22, 22),
        1.5px -1.5px 0 black,
        -1.5px 1.5px 0 black,
        1.5px 1.5px 0 black;
}

.login-container .rule-box input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 2px;
    position: relative;
    background: url("../img/check.png") no-repeat center;
    background-size: contain;
}

.login-container .rule-box input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: -28%;
    left: -10%;
    width: 160%;
    height: 160%;
    background: url("../img/checked.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.login-container .rule-box input[type="checkbox"]:checked {
    cursor: pointer;
}

.login-container .rule-box Label {
    cursor: pointer;
    white-space: nowrap;
}

.rule-myapp,
.rule-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 2px;
}

button.fn-skip-detail {
    display: block;
    width: 18.6vw;
    /* height: 4.1vw; */
    border: none;
    background: none;
    user-select: none;
    -moz-transition: transform 120ms;
    -webkit-transition: transform 120ms;
    -o-transition: transform 120ms;
    transition: transform 120ms;
    z-index: 5;
    padding: 0;
    cursor: pointer;
}

button.fn-skip-detail-1 {
    display: block;
    width: 18.6vw;
    /* height: 4.1vw; */
    border: none;
    background: none;
    user-select: none;
    -moz-transition: transform 120ms;
    -webkit-transition: transform 120ms;
    -o-transition: transform 120ms;
    transition: transform 120ms;
    z-index: 5;
    padding: 0;
    cursor: pointer;
}

.div-center {
    text-align: center;
    /* width: 9.4vw;
    height: 4.2vw; */
}

@media (hover: hover) and (pointer: fine) {
    .div-center:hover div {
        color: red;
        transition: all 0.3s ease;
    }
}

.div-head-text {
    font-size: 1.5rem;
    font-family: SourceHanSerifCN;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    vertical-align: middle;
    flex: 1;
    width: 100%;
    cursor: pointer;
}

/* Selected tab arrow indicator */
/* .div-center:has(.banner-text-img.active)::after,
.div-center.active::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: url("../img/select_arrow.png") no-repeat center;
    background-size: contain;
    display: block;
    z-index: 10;
} */

/* Ensure the parent container has relative positioning for the arrow */
.div-center {
    position: relative;
}

.div-head-text-en {
    font-size: 0.75rem;
    font-family: SourceHanSerifCN;
    font-weight: 300;
    color: #BBA893;
    transform: scale(0.8);
}

.div-head-text-active {
    font-size: 1.5rem;
    font-weight: 600;
    color: red;
}

/* .div-head-text-en-active {
    color: #db6f39;
    text-align: center;
    width: 100%;
} */



.mask {
    position: fixed;
    background: rgba(19, 24, 24, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 12vh;
    z-index: 5;
    display: flex;
    justify-content: space-around;
}

.adarudo {
    position: absolute;
    margin-left: 15%;
}

#imgShare:hover,
.imgMusicPlay:hover,
.imgMusicStop:hover {
    animation-name: bigIcon;
    animation-duration: 0.8s;
}

#imgShare,
.imgMusicPlay,
.imgMusicStop {
    width: 1.875rem;
}

.messageInfo {
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, .3);
    top: 20vh;
    right: 18vw;
    ;
    width: 5vw;
    border-radius: 45px;
    text-align: center;
    color: rgba(187, 168, 147);
    display: none;
}



.ageword {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.ageword>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.shareFadeIn {
    animation-name: fadeInTop;
    animation-duration: 0.8s;
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.musicFadeInBottom {
    animation-name: fadeInBottom;
    animation-duration: 0.8s;
}

@keyframes selfFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.musicFadeInLeft {
    animation-name: selfFadeInLeft;
    animation-duration: 0.8s;
}

/*
        head zindex 10
        footer zindex 5
        鼠标 100
      */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgb(124, 65, 32);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.shareMusic {
    width: 1.875rem;
    height: 1.875rem;
}

#loading {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: 1;
    transition: all 0.3s;
}

.loadingImg {
    position: absolute;
    width: 20vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loadingProgress {
    color: #BBA893;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    width: 4.875rem;
    height: 4.9735rem;
    z-index: 100;
    background: url("../img/loading/load.gif") no-repeat center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grayAll {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(90%);
}

#kvPc {
    object-fit: cover;
}

.holder-img {
    background: #000;
}

.holder-imgS {
    background: #000;
}

.twitter-logo {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    margin-top: 10px;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.change-text {
    position: absolute;
    top: 20%;
    left: 1%;
    width: 30vw;
}

.image-preview {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

.image-preview.show {
    display: flex;
}

.image-preview-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.image-preview-body {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.image-preview-body img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.image-preview-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
}

.image-preview-close::before,
.image-preview-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #fff;
    transform-origin: center;
}

.image-preview-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.image-preview-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.image-preview-close:focus-visible {
    outline: 2px solid #fff;
}

/* BGM控制按钮样式 */
.bgm-control {
    position: absolute;
    top: 18vh;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bgm-control:hover {
    transform: scale(1.1);
}

.bgm-control img {
    width: 3rem;
    height: 3rem;
    display: block;
    transition: opacity 0.3s ease;
}

.bgm-control img:hover {
    opacity: 0.8;
}

.x-button {
    position: absolute;
    left: 95%;
    top: 15%;
    /* 根据需要调整 top 值 */
    display: inline-block;
}

.x-button img {
    width: 16vw;
    height: auto;
    /* 添加其他样式 */
}