: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: 88px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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: 0vh;
}

.bottom-arrow {
    width: 3.23vw;
    height: auto;
    border: none;
    background: none;
    /* 恢复点击事件 */
    pointer-events: auto;
    /* cursor: none; */
}

.h-con-left {
    /* width: 20vw; */
    margin-top: 1vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0vw;
}

.h-con-left img {
    position: absolute;
    left: 0;
    top: 0;
    width: 19.4vw;
    height: auto;
}

h1 {
    padding: 0;
    margin: 0;
    height: 8vh;
    display: flex;
    align-items: center;
}

.h-con-right {
    width: auto;
    height: 4.2vw;
    display: flex;
    align-items: center;
    margin-bottom: 2.78vh;
}

.h-con-right-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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 center;
    background-size: 100% 100%;
    width: 62vw;
    height: 9vw;
    bottom: 15vh;
    left: 50vw;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}

.login-container .fn-skip-detail-box {
    position: absolute;
    top: 20%;
    right: 5%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.login-container .rule-box {
    position: absolute;
    top: 68%;
    left: 39.6%;
    height: 1.5vw;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    line-height: 1.5vw;
    text-align: left;
    gap: 50px;
}

.login-container .rule-box input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    position: relative;
    background: url("../img/check.png") no-repeat center;
    background-size: contain;
}

.login-container .rule-box input[type="checkbox"]:checked {
    background: url("../img/checked.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.login-container .rule-box Label {
    cursor: pointer;
}

.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;
}

.div-center:hover div {
    color: #db6f39;
    transition: all 0.3s ease;
}

.div-head-text {
    font-size: 1.125rem;
    font-family: SourceHanSerifCN;
    font-weight: 400;
    color: #e9dccd;
    height: 4vh;
    /* display: flex;
        align-items: center;
        vertical-align: middle;
        flex: 1; */
    line-height: 4vh;
    width: 100%;
}

/* Banner text image styles */
.banner-text-img {
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* Hover effects for each tab */
.div-center:hover .banner-text-img[data-index="1"]:not(.active) {
    content: url("../img/text_2_1.png");
}

.div-center:hover .banner-text-img[data-index="2"]:not(.active) {
    content: url("../img/text_2_2.png");
}

.div-center:hover .banner-text-img[data-index="3"]:not(.active) {
    content: url("../img/text_2_3.png");
}

.div-center:hover .banner-text-img[data-index="4"]:not(.active) {
    content: url("../img/text_2_4.png");
}

.div-center:hover .banner-text-img[data-index="5"]:not(.active) {
    content: url("../img/text_2_5.png");
}

/* Active state styles */
.banner-text-img.active[data-index="1"] {
    content: url("../img/text_2_1.png");
}

.banner-text-img.active[data-index="2"] {
    content: url("../img/text_2_2.png");
}

.banner-text-img.active[data-index="3"] {
    content: url("../img/text_2_3.png");
}

.banner-text-img.active[data-index="4"] {
    content: url("../img/text_2_4.png");
}

.banner-text-img.active[data-index="5"] {
    content: url("../img/text_2_5.png");
}

/* 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.375rem;
    font-weight: 600;
    color: #db6f39;
}

.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;
    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;
}

.head-logo {
    width: 10.3125rem;
}

.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;
}