* {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* 标准语法 */
}

/* 自动换行 */
.overFlow {
    word-wrap: break-word;
    overflow: hidden;
}

/* 超过文本省略 */
.overFlowEllipsis {
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

/* 禁止滚动的样式 */
.no-scroll {
    overflow: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    /* min-width: 1750px; */
    /* max-width: 1920px; */
    margin: 0 auto;
    font-family: "SourceHanSerifCN-Bold";
}

body::-webkit-scrollbar {
    width: 0;
}

body::-webkit-scrollbar-thumb {
    background-color: transparent;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

.flex {
    display: flex;
}

.pointer {
    cursor: pointer;
}

.absolute {
    position: absolute;
}

#mainBody,
#mainIllustraedGuide {
    width: 100%;
    /* max-width: 1920px; */
    /* min-width: 1260px; */
    position: relative;
    margin: 0 auto;
}

.bg {
    width: 100%;
}

.nav {
    width: 100%;
    height: 10.5%;
    max-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    background: url(../img/navigation/navBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 2% 4%;
    padding-right: 2%;
    align-items: center;
    /* justify-content: space-between; */
    box-sizing: border-box;
}

.logo {
    width: 10%;
}

.nav_left {
    width: 65%;
    min-width: 744px;
    height: 100%;
    padding-left: 1%;
    padding-right: 2%;
    background: url(../img/navigation/navTopbg.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navLeftTit {
    /* width: 20%; */
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding: 0 1%;
    color: #fff;
    position: relative;
}

.navCommunity {}

.navCommunity .community-card {
    display: none;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 27px;
}

.navCommunity .community-card .community-item-box {
    display: none;
}

.navCommunity .community-centent {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 24px 24px;
}

.navCommunity .community-centent .community-item {
    width: 120px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navCommunity .community-centent .community-item a,
.navCommunity .community-centent .community-item .label {
    font-size: 21px;
    color: #FFFFFF;
}

.navCommunity .community-centent .community-item:hover .community-item-box {
    display: block;
}

.navCommunity .community-centent .community-item .community-item-box {
    width: 133px;
    height: 133px;
    box-sizing: border-box;
    padding: 8px;
    position: absolute;
    right: -133px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 8px 8px 0;
    display: none;
}

.navCommunity .community-centent .community-item .community-item-box img {
    width: 100%;
}

/* 导航栏动画效果 */
/* .nav_left .navLeftTit::after {
    content: "";
    width: 100px;
    border-top: #e7c285 solid 1;
    position: absolute;
    left: 50%;
    bottom: 17.25px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
} */

.nav_left li.cur span,
.nav_left li:hover span {
    color: #ffc65f;
    font-size: 20px;
}

.nav_left li.cur::after,
.navLeftTit:hover::after {
    content: "";
    width: 50%;
    height: 4px;
    background-color: #ffc65f;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -80%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.navRightTow {
    width: 30%;
    justify-content: right;
    align-items: center;
    padding-right: 1%;
    box-sizing: border-box;
}

.navRightLoginIcon {
    width: 7%;
    height: 3%;
    margin: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navRightLoginIcon img {
    width: 100%;
    cursor: pointer;
}

.navRightLoginIcon:hover .navLoginBox {
    display: flex;
}

.navRightLoginIcon .navLoginBox {
    display: none;
    position: absolute;
    bottom: -133px;
    width: 309px;
    height: 134px;
    background: url(../img/navigation/navLogin-box.png) no-repeat center bottom / 309px 88px;
    padding-top: 82px;
    box-sizing: border-box;
    font-size: 22px;
    color: #F2F2F2;
    line-height: 28px;
}

.navRightLoginIcon .navLoginCard {
    width: 309px;
    display: flex;
    justify-content: center;
    gap: 18px;
}

.navRightLoginIcon .navLoginBox .navLoginBoxOut {
    width: 64px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #F2F2F2;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
}

.navRightService {
    width: 8%;
    height: 3%;
    margin: 0 5%;
}

.navRightMusic {
    width: 7%;
    height: 3%;
    margin: 0 5%;
}


.logoIcon {
    width: 7%;
    position: fixed;
    right: 3%;
    top: 1%;
    z-index: 2;
}

/* 首页下载 */
.download {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.download .homeBg {
    width: 100%;
}

.download .homeBg-hint {
    width: 37.87vw;
    position: absolute;
    top: 20.2vh;
    left: 50%;
    transform: translateX(-50%);
}

.yy {
    width: 6.66%;
    aspect-ratio: 1;
    position: absolute;
    top: 56vh;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.yyBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yyBg {
    width: 100%;
    height: 100%;
    background: url("../img/home/yy.png") no-repeat 100%/100%;
    margin-top: 0.5%;
    transition: all 0.2s;
    animation: play 3s ease-in-out infinite;
}

@keyframes play {

    0%,
    to {
        transform: translateX(0) scale(0.92);
    }

    50% {
        transform: translateX(0) scale(1);
    }
}

.download .subscribe {
    position: absolute;
    top: 74.91vh;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.24vh;
}

.download .subscribe .subscribe-head {
    cursor: pointer;
    width: 24.81vw;
}

.download .subscribe .subscribe-footer {
    display: flex;
    gap: 1.1vw;
}

.download .subscribe .subscribe-footer .subscribe-taptap,
.download .subscribe .subscribe-footer .subscribe-GreatGame,
.download .subscribe .subscribe-footer .subscribe-app {
    cursor: pointer;
    width: 11.51vw;
}

.download .subscribe .subscribe-head:hover,
.download .subscribe .subscribe-footer .subscribe-taptap:hover,
.download .subscribe .subscribe-footer .subscribe-GreatGame:hover,
.download .subscribe .subscribe-footer .subscribe-app:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.download .data-download {
    position: absolute;
    top: 52.7%;
    left: 3.91%;
    width: 42.08%;
    aspect-ratio: 808 / 154;
    background: url("../img/home/data-download-bg.png") no-repeat center / 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download .data-download .scan-down {
    height: calc(100% - 13.64% - 12.99%);
}

.download .data-download .QR {
    height: calc(100% - 13.64% - 12.99%);
    margin-left: 0.74%;
}

.download .data-download .web-version {
    cursor: pointer;
    height: calc(100% - 13.64% - 12.99%);
    margin-left: 0.74%;
}

.download .data-download .data-download-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 13.64% - 12.99%);
    margin-left: 0.05%;
}

.download .data-download .data-download-card img {
    height: 48%;
    cursor: pointer;
}

.downloadBox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3.3%;
    position: absolute;
    top: 60%;
}

.qrDownloadImg {
    width: 6%;
    /* padding: 5px; */
    background-color: #fff;
    margin-right: 1.5%;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.downloadCentDelay {
    width: 12%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apkplay,
.appstore {
    width: 100%;
}

.apkplay {
    margin-bottom: 2%;
}

.googleplay,
.zxsc {
    margin-top: 3%;
}

.apkplay>img,
.googleplay>img,
.appstore>img,
.zxsc>img {
    width: 100%;
}

.apkplay>img:hover,
.googleplay>img:hover,
.appstore>img:hover,
.zxsc>img:hover {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 0 4px 5px rgba(148, 148, 30, 0.7);
}

.tishiDownloadImg {
    width: 5%;
    margin-left: 1.5%;
}

.homeAppointment {
    width: 45%;
    position: absolute;
    top: 75%;
    left: 27.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeAppointmentLj {
    width: 36%;
}

.homeAppointmentTap,
.homeAppointmentHykb {
    width: 26%;
    height: 75%;
}

.tishiHomeImg {
    width: 4.11%;
    position: absolute;
    bottom: 3.16%;
    right: 3.13%;
}

.tishiHomeImg img {
    width: 100%;
}

.homeAppointmentTap:hover,
.homeAppointmentHykb:hover,
.homeAppointmentLj:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

/* 新闻咨询 */
.news {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: url(../img/news/bg.png) no-repeat;
    background-size: 100% 100%;
}

.newsTitle {
    position: absolute;
    top: 12%;
    left: 5%;
    display: flex;
    justify-content: center;
}

.newsLeftBox {
    width: 40%;
    height: 65%;
    position: absolute;
    top: 21%;
    right: 6%;
    background: url("../img/news/newsSwiperBg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-swiper-containerZxPc {
    /* width: 94%; */
    height: 65%;
    aspect-ratio: 16 / 9;
    margin: 25% 3% 0;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.swiper-button-prevZx,
.swiper-button-nextZx {
    width: 2%;
    top: 104%;
    z-index: 99;
}

.swiper-button-prevZx {
    left: 31%;
}

.swiper-button-nextZx {
    right: 31%;
}

.swiper-paginationZxPc {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -8.5% !important;
    z-index: 10;
}

.swiper-paginationZxPc .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 1.5% !important;
    background: url("../img/news/notActive.png") no-repeat;
    background-size: contain;
    border-radius: inherit;
    opacity: 1;
}

.swiper-paginationZxPc .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    margin: 0 1.5% !important;
    background: url("../img/news/activation.png") no-repeat;
    background-size: contain;
    border-radius: inherit;
}

/* 资讯详情 */
.newsRightBox {
    width: 45%;
    height: 55%;
    padding: 1% 2%;
    padding-right: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    top: 36.2%;
    left: 7%;
    background: url(../img/news/newsBg.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 2%;
}

.newsRightBoxTit {
    width: 100%;
    margin-bottom: 2.5%;
    padding-right: 4%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.newsRightBoxFresh {
    width: 20%;
}

.newsRightBoxFresh,
.moreInquiriesTit {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.moreInquiriesTit {
    width: 30%;
    text-align: right;
}

.newsRightBoxFreshCur {
    color: #204ab3;
}

.newsRightBoxCtt {
    width: 100%;
    height: 85%;
    padding-right: 4%;
    box-sizing: border-box;
    overflow-y: auto;
}

/* 自定义滚动条 */
.newsRightBoxCtt::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.newsRightBoxCtt::-webkit-scrollbar-thumb {
    background: #4c6173;
    border-radius: 10px;
}

.newsRightBoxCtt::-webkit-scrollbar-track {
    border-radius: 10px;
}

.newsName {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.newsName:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
}

.newsType {
    font-size: 16px;
    padding: 0.1% 3%;
    color: #fff;
    line-height: 30px;
    background: url(../img/news/titleBg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.newsRightTitle {
    width: 70%;
    font-size: 18px;
    color: #4c6173;
}

.newsTime {
    font-size: 16px;
    color: #4c6173;
}

.hero {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    background: url(../img/home/spirit-animal-bg.png) no-repeat center / 100%;
}

.heroTitle {
    width: 12.42%;
    position: absolute;
    top: 12.35%;
    left: 26.41%;
    z-index: 1;
}

.heroTitle img {
    width: 100%;
}

.heroBox {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
}

.heroBox::after {
    content: "";
    background: url(../img/home/spirit-animal-side.png) no-repeat bottom right / 55.36% 92.5%;
    width: 21.82%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.heroBox .heroBox-more {
    width: 149px;
    height: 46px;
    position: absolute;
    z-index: 2;
    left: 74px;
    bottom: 42px;
    cursor: pointer;
}

/* 左侧圆弧菜单区域 */
.heroBox-left {
    position: relative;
    width: 21.82%;
    height: 63.60%;
    top: 21.9%;
    display: flex;
    z-index: 2;
}

.butUp,
.butNext {
    position: absolute;
    width: 11.69%;
    left: 68%;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s;
}

.butUp:hover,
.butNext:hover {
    transform: scale(1.1);
}

.butUp {
    top: -5%;
}

.butNext {
    bottom: -5%;
}

/* 圆弧菜单容器 */
.heroBoxCtt.arcMenu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.heroBoxCtt .heroBoxCttCard {
    position: absolute;
    top: 0;
    left: 22%;
    width: 100%;
    height: 100%;
}

/* 菜单项样式 - 绝对定位实现圆弧布局 */
.heroBoxCttItem {
    position: absolute;
    width: 38%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    left: 50%;
    transform: translateX(-50%);
}

/* 4个位置的圆弧布局 - 选中项在第二个位置（索引1） */
/* 位置0: 最上方 */
.heroBoxCttItem.pos-0 {
    top: 0%;
    left: 36.89%;
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 1;
}

/* 位置1: 选中位置（第二个） */
.heroBoxCttItem.pos-1 {
    top: 25%;
    left: 26.39%;
    transform: translateX(-50%) scale(1.1);
    opacity: 1;
    z-index: 3;
}

/* 位置2: 第三个 */
.heroBoxCttItem.pos-2 {
    top: 50%;
    left: 26.39%;
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 2;
}

/* 位置3: 最下方 */
.heroBoxCttItem.pos-3 {
    top: 75%;
    left: 36.89%;
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 1;
}

/* 隐藏其他位置 */
.heroBoxCttItem.hidden {
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.heroBoxCttItem.hidden.hidden-top {
    top: -38%;
}

.heroBoxCttItem.hidden.hidden-bottom {
    bottom: -38%;
}

.heroBoxCttItem:hover {
    filter: brightness(1.2);
}

/* 选中状态 */
.heroBoxCttItem.selected .icon-selected {
    display: block;
}

.heroBoxCttItem .icon-active {
    animation: clockwiseRotation 5s linear infinite;
}

.heroBoxCttItem .icon-active {
    width: 72.11%;
    aspect-ratio: 274 / 286;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.heroBoxCttItem .icon-selected {
    width: 100%;
    aspect-ratio: 380 / 356;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotateCounterClockwise 5s linear infinite;
}

.heroBoxCttItem .imageUrl {
    width: 72.11%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@keyframes rotateCounterClockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes clockwiseRotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* 中间内容区域 */
.main-display {
    width: 34.58%;
    height: 100%;
    position: relative;
    margin-left: -4.63%;
    z-index: 2;
}

.contentItem {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65.57%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateX(4%);
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    pointer-events: none;
    gap: 30px;
}

.contentItem.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.contentItem .content-subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 7.53%;
}

.contentItem .content-subtitle .subtitle-name {
    height: 60px;
}

.contentItem .content-subtitle .subtitle-name img {
    height: 100%;
}

.contentItem .content-subtitle .subtitle-attribute {
    display: flex;
    gap: 2.11%;
    margin-left: 5.57%;
}

.contentItem .content-subtitle .subtitle-attribute .attribute-card {
    height: 36px;
    aspect-ratio: 138 / 39;
    background: url(../img/home/icon-attribute.png) no-repeat center / 100%;
    display: flex;
    align-items: center;
}

.contentItem .content-subtitle .subtitle-attribute .attribute-card .attribute-item {
    width: 38.33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentItem .content-subtitle .subtitle-attribute .attribute-card .attribute-item img {
    width: 45%;
}

.contentItem .content-subtitle .subtitle-attribute span {
    flex: 1;
    text-align: center;
    padding-right: 20%;
    font-size: 23px;
    color: #FFFFFF;
}

.contentItem .content-info {
    display: flex;
    gap: 1.2vw;
}

.contentItem .content-info .info-item {
    display: flex;
    align-items: center;
    height: 36px;
    aspect-ratio: 216 / 39;
    background: url(../img/home/icon-info.png) no-repeat center / 100%;
    font-size: 23px;
    text-align: center;
}

.contentItem .content-info .info-item .info-item-label {
    width: 42.13%;
    color: #FFFFFF;
}

.contentItem .content-info .info-item .info-item-value {
    flex: 1;
    color: #272424;
}

.contentItem .description {
    width: 664px;
    height: 220px;
    background: url(../img/home/icon-description.png) no-repeat center top / 664px 220px;
    padding: 21px 50px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 18px;
    overflow: hidden;
}

.contentItem .description>div {
    white-space: pre-wrap;
    overflow-y: auto;
}

/* 右侧图片区域 */
.heroBoxCtt.heroBox-right {
    width: 58.91%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.heroBoxCtt .mainImage-card {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* transition: all 0.5s ease; */
}

.heroBoxCtt .mainImage-card img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    /* transition: all 0.5s ease; */
    position: absolute;
}

.heroBoxCtt .mainImage-card .mainImage-left {
    top: 0%;
    left: 0;
    z-index: 1;
}

.heroBoxCtt .mainImage-card .mainImage-right {
    top: 30%;
    right: 0;
    z-index: 2;
}

/* .contentItem.fade-left, */
.heroBoxCtt .mainImage-card.active img.mainImage-left {
    animation: contentFadeInLeft 0.5s ease forwards;
}

/* .contentItem.fade-right, */
.heroBoxCtt .mainImage-card.active img.mainImage-right {
    animation: contentFadeInRight 0.5s ease forwards;
}

@keyframes contentFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes contentFadeInRight {
    from {
        opacity: 0;
        transform: translateX(10%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.heroBoxCtt .mainImage-card img {
    opacity: 0;
}

.heroBoxCtt .mainImage-card.active img {
    opacity: 1;
}

.heroBoxCtt .mainImage-card.fade-left img {
    animation: fadeInLeft 5s ease forwards;
}

.heroBoxCtt .mainImage-card.fade-right img {
    animation: fadeInRight 5s ease forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(10%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.spiritAnimalCttName {
    width: 100%;
    height: 380px;
    padding: 2% 2%;
    padding-left: 3%;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    color: #33548e;
    background-color: #98bcd5;
    overflow-y: auto;
}

/* 自定义滚动条 */
.spiritAnimalCttName::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.spiritAnimalCttName::-webkit-scrollbar-thumb {
    background: #33548e;
    border-radius: 10px;
}

.spiritAnimalCttName::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* 游戏特色 */
.play {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url(../img/bg.png) no-repeat;
    background-size: 100% 100%;
}

.playTitle {
    position: absolute;
    top: 8%;
    left: 43%;
}

.playNameBg {
    width: 84%;
    position: absolute;
    top: 18%;
    left: 8%;
}

.swiper-containerW {
    width: 84%;
    /* height: 24vw; */
    min-height: 450px;
    margin: 0 8%;
    margin-top: 10%;
    overflow: hidden;
}

.newsLeftBox .swiper-slide img,
.play .swiper-slide img {
    width: 100%;
    /* height: 100%; */

    aspect-ratio: 16 / 9;
    position: relative;
}

.swiper-containerW .swiper-slide-prev::after,
.swiper-containerW .swiper-slide-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

.swiper-pagination {
    bottom: 5.6% !important;
}

.play .swiper-pagination-bullet {
    width: 30px;
    height: 35px;
    margin: 0 0.5% !important;
    background: url(../img/play/notActive.png) no-repeat;
    background-size: contain;
    border-radius: inherit;
    opacity: 1;
}

.play .swiper-pagination-bullet-active {
    width: 35px;
    height: 40px;
    margin: 0 0.5% !important;
    background: url(../img/play/activation.png) no-repeat;
    background-size: contain;
    border-radius: inherit;
}

.swiper-button-prevW,
.swiper-button-nextW {
    width: 1.5%;
    bottom: 5%;
    z-index: 11;
}

.swiper-button-prevW {
    left: 41%;
}

.swiper-button-nextW {
    right: 41%;
}

.custom-pagination-bullet {
    position: relative;
}

/* .custom-pagination-bullet:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -60%;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 30px;
    background: url('../img/play/drop.png') no-repeat center center / contain;
} */

/* 东煌巡游 */
.cruise {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../img/bg.png) no-repeat;
    background-size: 100% 100%;
}

.cruiseTitle {
    position: absolute;
    right: 5%;
    top: 10%;
}

.cruiseImg1 {
    width: 10%;
    position: absolute;
    top: 37%;
    right: 5%;
}

.cruiseImg2 {
    width: 10%;
    position: absolute;
    top: 63%;
    right: 5%;
}

.cruiseImg3 {
    width: 72%;
    height: 66.5%;
    min-height: 610px;
    position: absolute;
    top: 15%;
    left: 5%;
}

.cruiseBox {
    width: 58%;
    height: 82%;
    min-height: 460px;
    position: absolute;
    top: 15.5%;
    left: 5.5%;
}

.cruise-swiper-containerPc {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cruise-swiper-containerPc .swiper-slide {
    width: 100%;
    position: relative;

}

.cruise-swiper-containerPc .swiper-slide .imageUrlCard {
    position: relative;
}

.cruise-swiper-containerPc .swiper-slide.shadow-active .imageUrlCard::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.9);
}

.cruise-swiper-containerPc .swiper-slide .imageUrl {
    width: 100%;
    aspect-ratio: 1160 / 624;
    object-fit: cover;
    object-position: center;
}

.cruise-swiper-containerPc .swiper-slide .cruiseText {
    width: 12.7%;
    position: absolute;
    bottom: 10%;
    left: 3%;
    z-index: 2;
}

.cruiseCtt {
    width: 7%;
    position: absolute;
    bottom: 20%;
    z-index: 2;
    left: 9%;
}

.swiper-button-cruiseprevZx,
.swiper-button-cruisenextZx {
    width: 2%;
    position: absolute;
    bottom: 18.5%;
    z-index: 2;
}

.swiper-button-cruiseprevZx {
    left: 6%;
}

.swiper-button-cruisenextZx {
    left: 17%;
}

.cruisePagination {
    position: absolute;
    bottom: 14.5%;
    left: 0%;
    display: flex;
    z-index: 2;
    font-size: 15px;
    color: #000000;
}

.cruiseText {
    width: 100%;
    font-size: 36px;
    color: #3970bb;
    font-weight: 400;
    position: absolute;
    bottom: 12%;
    left: 3%;
    z-index: 2;
}

.cruiseName {
    width: 97%;
    font-size: 18px;
    position: absolute;
    top: 91%;
    left: 3%;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.follow {
    width: 100%;
    height: 80vh;
    background: url("../img/bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.followTitlePc {
    width: 70%;
    font-size: 20px;
    position: absolute;
    top: 25%;
    left: 15%;
    text-align: center;
    letter-spacing: 87px;
}

.followCtt {
    width: 70%;
    height: 30%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    position: absolute;
    top: 40%;
    left: 15%;
}

.followGzh,
.followDy {
    width: 15%;
    height: 238px;
    background-color: #fff;
    box-sizing: border-box;
}

.followGzhEwm,
.followDyEwm {
    width: 100%;
}

.followGzhText,
.followDyText {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5%;
}

.followQt {
    width: 18%;
    display: flex;
    justify-content: space-between;
}

.followQt div {
    width: 25%;
    height: 230px;
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    color: #fefefe;
    background: url(../img/follow/qt.png) no-repeat;
    background-size: 100% 100%;
    writing-mode: vertical-rl;
    text-align: center;
    cursor: pointer;
}

.followQq {
    width: 40%;
    position: relative;
    margin-left: 3%;
}

.followQqName {
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 440 / 150;
    margin-top: 7%;
    padding: 5% 10%;
    padding-left: 30%;
    box-sizing: border-box;
    background: url("../img/follow/qqBg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
}

.followQqName>div {
    width: 50%;
}

.followQqText {
    width: 75%;
    margin-left: 22%;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 2%;
}

.followQqImg {
    width: 40%;
    position: absolute;
    top: -20%;
    left: -10%;
}

/* 驭灵师录 */


.spiritMaster {
    width: 100%;
    height: 100vh;
    background: url(../img/bg.png) no-repeat center / 100% 100%;
    position: relative;
    display: flex;
}

.spiritMasterTitle {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 12%;
}

.spiritMasterTitleImg {
    width: 100%;
}

.spiritMaster-content {
    width: 74%;
    height: 100%;
    position: relative;
}

.spiritMaster-content .spiritMaster-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.spiritMaster-content .spiritMaster-main.choose {
    opacity: 1;
}

.spiritMaster-content .spiritMaster-card {
    width: 100%;
    position: absolute;
    min-height: 500px;
    aspect-ratio: 1424 / 600;
    left: 0;
    bottom: 50px;
    background: url(../img/home/role-bg.png) no-repeat center / 100%;
    z-index: 3;
}

.spiritMaster-content .spiritMaster-card .spiritMaster-card-box {
    position: relative;
    z-index: 3;
}

.spiritMaster-content .spiritMaster-datum {
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 0;
}

.spiritMaster-content .spiritMaster-datum.choose {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-name {
    margin-top: 33px;
    margin-left: 110px;
    height: 54px;
    font-weight: bold;
    font-size: 50px;
    color: #054E90;
    position: relative;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-name::after,
.spiritMaster-content .spiritMaster-datum .spiritMaster-name::before {
    content: "";
    height: 54px;
    aspect-ratio: 13 / 60;
    position: absolute;
    top: 0;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-name::after {
    background: url(../img/home/person-gb-left.png) no-repeat center / 100%;
    left: 0;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-name::before {
    background: url(../img/home/person-gb-right.png) no-repeat center / 100%;
    right: 0;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-tip {
    margin-top: 21px;
    margin-left: 110px;
    height: 28px;
    aspect-ratio: 375 / 33;
    background: url(../img/home/person-info.png) no-repeat center / 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;

}

.spiritMaster-content .spiritMaster-datum .spiritMaster-int {
    margin-top: 14px;
    margin-left: 81px;
    height: 245px;
    aspect-ratio: 640 / 265;
    background: url(../img/home/person-int.png) no-repeat center / 100%;
    font-size: 18px;
    color: #406FA0;
    line-height: 35px;
    padding: 19px 0 18px 0;
    position: relative;
    box-sizing: border-box;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-int div {
    padding: 0 56px 0 45px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    white-space: pre-wrap;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-int div::-webkit-scrollbar {
    width: 2px;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-int div::-webkit-scrollbar-track {
    background: #000;
    border-radius: 1px;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-int div::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 1px;
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-int div::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8);
}

.spiritMaster-content .spiritMaster-datum .spiritMaster-int div::-webkit-scrollbar-corner {
    background: #f1f1f1;
}

.spiritMaster-content .spiritMaster-cut {
    width: 640px;
    height: 90px;
    left: 64px;
    bottom: 22px;
    position: absolute;
    z-index: 2;
}

.spiritMaster-content .spiritMaster-cut .spiritMaster-cut-left,

.spiritMaster-content .spiritMaster-cut .spiritMaster-cut-right {
    cursor: pointer;
    position: absolute;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.spiritMaster-content .spiritMaster-cut .spiritMaster-cut-left {
    left: 0;
}

.spiritMaster-content .spiritMaster-cut .spiritMaster-cut-right {
    right: 0;
}

.spiritMaster-content .spiritMaster-cut-menu {
    width: 530px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.spiritMaster-content .spiritMaster-cut-card {
    width: 100%;
    height: 100%;
    display: flex;
}

.spiritMaster-content .spiritMaster-cut-card .spiritMaster-cut-card-item {
    position: absolute;
    top: 0;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.spiritMaster-content .spiritMaster-cut-card .spiritMaster-cut-card-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/home/person-card.png) no-repeat center / 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.spiritMaster-content .spiritMaster-cut-card .spiritMaster-cut-card-item.choose::after {
    opacity: 1;
}

.spiritMaster-content .spiritMaster-cut-card-item.pos-0 {
    left: 0;
}

.spiritMaster-content .spiritMaster-cut-card-item.pos-1 {

    left: 110px;
}

.spiritMaster-content .spiritMaster-cut-card-item.pos-2 {

    left: 220px;
}

.spiritMaster-content .spiritMaster-cut-card-item.pos-3 {

    left: 330px;
}

.spiritMaster-content .spiritMaster-cut-card-item.pos-4 {
    left: 440px;
}

.spiritMaster-content .spiritMaster-cut-card-item.hidden {
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.spiritMaster-content .spiritMaster-cut-card-item.hidden-left {
    left: -110px;
}

.spiritMaster-content .spiritMaster-cut-card-item.hidden-right {
    right: -110px;
}

.spiritMaster-content .spiritMaster-cut-card .spiritMaster-cut-card-item img {
    width: 80px;
    height: 80px;
}

.spiritMaster-content .spiritMaster-person {
    width: 785px;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 40px;
    bottom: 0;
}

.spiritMaster-content .spiritMaster-person .spiritMaster-person-img {
    max-width: 100%;
    max-height: 90vh;
    position: absolute;
    right: 0;
    bottom: -50px;
    opacity: 0;
}

.spiritMaster-content .spiritMaster-person .spiritMaster-person-img.choose {
    animation: contentFadeInRight 0.5s ease forwards;
}

.spiritMaster-right {
    width: 26%;
    position: relative;
}

.spiritMaster-right::after {
    content: "";
    background: url(../img/home/person-right-bg.png) no-repeat center / 100%;
    width: 235px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.spiritMaster-right .spiritMaster-up,

.spiritMaster-right .spiritMaster-down {
    position: absolute;
    width: 11.69%;
    left: 25%;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s;
}

.spiritMaster-up:hover,
.spiritMaster-down:hover {
    transform: scale(1.1);
}

.spiritMaster-right .spiritMaster-up {
    top: 10%;
}

.spiritMaster-right .spiritMaster-down {
    bottom: 10%;
}

.spiritMaster-right .spiritMaster-menu {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 2;
}

.spiritMaster-right .spiritMaster-menu-card {
    position: absolute;
    top: 0;
    left: 22%;
    width: 100%;
    height: 100%;
}

.spiritMaster-right .spiritMaster-menu-item {
    position: absolute;
    width: 230px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.spiritMaster-menu-item.pos-0 {
    top: 0;
    left: 146px;
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.spiritMaster-menu-item.pos-1 {
    top: 125px;
    left: 180px;
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.spiritMaster-menu-item.pos-2 {
    top: 250px;
    left: 195px;
    transform: translateX(-50%) scale(1.1);
    opacity: 1;
    z-index: 4;
}

.spiritMaster-menu-item.pos-3 {
    top: 375px;
    left: 180px;
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.spiritMaster-menu-item.pos-4 {
    top: 500px;
    left: 146px;
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

/* 隐藏其他位置 */
.spiritMaster-menu-item.hidden {
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.spiritMaster-menu-item.hidden.hidden-top {
    top: -125px;
}

.spiritMaster-menu-item.hidden.hidden-bottom {
    bottom: -125px;
}

.spiritMaster-right .spiritMaster-menu-item.choose .spiritMaster-menu-item-img-box .spiritMaster-menu-item-spin {
    display: block;
}

.spiritMaster-right .spiritMaster-menu-item .spiritMaster-menu-item-img-box {
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spiritMaster-right .spiritMaster-menu-item .spiritMaster-menu-item-img-box .spiritMaster-menu-item-imgUrl {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 2;
}

.spiritMaster-right .spiritMaster-menu-item .spiritMaster-menu-item-img-box .spiritMaster-menu-item-spin {
    width: 130px;
    aspect-ratio: 161 / 161;
    display: none;
    position: absolute;
    top: -15px;
    left: -15px;
    animation: rotateCounterClockwise 5s linear infinite;
}


.spiritMaster-right .spiritMaster-menu-item .spiritMaster-menu-item-name-box {
    width: 132px;
    aspect-ratio: 153 / 25;
    background: url(../img/home/icon-name-bg.png) no-repeat center / 100%;
    margin-bottom: 10px;
    text-align: right;
    font-size: 24px;
    color: #227BC0;
    position: relative;
}

.spiritMaster-right .spiritMaster-menu-item .spiritMaster-menu-item-name-box span {
    position: relative;
    top: -28px;
}

.cruiseTitle,
.playTitle,
.newsTitle {
    width: 14%;
}

.cruiseTitleImg,
.playTitleImg,
.newsTitleImg {
    width: 100%;
}

/* 语言切换弹窗 */
.languageBox {
    width: 100px;
    height: 180px;
    position: fixed;
    top: 5.9%;
    right: 17.2%;
    background-size: 100% 100%;
}

.languageBoxName {
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #000;
    padding: 5%;
    background: url("../img/navigation/languageBox.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.languageBoxTit {
    width: 100%;
    margin: 10% 0;
}

.languageBoxTitSelected {
    background-color: #63a7e1;
    border-radius: 6px;
}

/* 侧边第三方 */
.sideThird {
    width: 150px;
    height: 220px;
    padding: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    background: url("../img/home/rightBg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    right: -2px;
    top: calc(50% - 110px);
    transition: all 0.5s ease-in-out;
    transform: translateX(0px);
    z-index: 99;
}

.sideThirdQr {
    width: 110px;
    height: 110px;
}

.sideThirdImg {
    width: 110px;
    margin: 3% 0;
}

.sideThirdRight {
    width: 12px;
    height: 15px;
    position: absolute;
    left: 7px;
    top: calc(40% - 2px);
}

/* 登录弹窗 */
.loginBoxTit,
.loginRegisterTit,
.loginForgotTit {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #616161;
    font-weight: 600;
    margin: 7% 0;
}

.loginEmailName {
    width: 80%;
    margin: 0 10%;
    border: 1px solid #ccc;
}

.loginBoxForget {
    width: 81%;
    font-size: 13px;
    margin: 0 10.5%;
    color: #508be4;
    font-weight: 600;
    text-align: end;
    margin-top: 4%;
}

.loginDl {
    width: 80%;
    height: 45px;
    margin: 0 10%;
    font-size: 20px;
    font-weight: 600;
    background-color: #ffa608;
    margin-top: 4%;
}

.loginBoxBtm {
    width: 80%;
    margin: 0 10%;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    font-size: 13px;
    font-weight: 600;
}

.loginzhType,
.registerzhType {
    color: #508be4;
}

.loginzcCli {
    color: #508be4;
}

/* 注册 */
.loginRegisterCodeStyle {
    position: relative;
}

.loginHqCode {
    font-size: 13px;
    height: 100%;
    background-color: #fff;
    border: 0;
    padding: 0 3%;
    border-left: 2px solid #ccc;
    color: #508be4;
    position: absolute;
    right: 0;
    top: 0;
}

.checkboxEmail {
    width: 80%;
    margin: 0 10%;
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkboxEmail>.layui-form-checkbox {
    margin-top: 0 !important;
    min-width: 15px;
    min-height: 15px;
}

.checkboxEmail>.layui-form-checkbox>i {
    border-color: #616161 !important;
}

.checkboxEmail>.layui-form-checked[lay-skin="primary"]>i {
    background-color: #767676;
    font-size: 15px;
}

.checkboxEmailTktj {
    color: #508be4;
    margin-left: -10px;
    margin-bottom: 1.5px;
}

.checkboxZhTktj {
    color: #508be4;
    margin-left: -10px;
}

.loginRegisterAccountBlock {
    display: none;
}

.forgotStepBox {
    width: 80%;
    margin: 0 10%;
    margin-top: 8%;
}

.loginForgotStep {
    width: 100%;
}

.loginForgotStep>img {
    width: 100%;
}

.loginForgotStepTit {
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 3%;
    margin-left: 4%;
    font-size: 14px;
    margin-bottom: 10%;
}

.loginForgotName {
    width: 100%;
    border: 1px solid #ccc;
}

.loginForgotXyb {
    width: 100%;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
    background-color: #ffa608;
    margin-top: 4%;
}

.loginForgotTxt {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8%;
}

.loginForgotTitEmail {
    width: 100%;
    margin-top: 5px;
}

.loginForgotPswTxt {
    width: 100%;
    font-size: 12px;
    margin-top: 5%;
    color: #a5a3a3;
}

.loginForgotCodeBlock {
    display: none;
}

.loginForgotPswBlock {
    display: none;
}

/* 退出登录 */
.loginOut {
    width: 250px;
    /* height: 150px; */
    position: fixed;
    top: 7.3%;
    right: 11%;
    background: url("../img/login/kuan.png");
    background-size: 100% 100%;
    z-index: 110;
}

.loginOutBox {
    width: 80%;
    margin: 0 10%;
    display: flex;
    flex-wrap: wrap;
}

.loginOutBoxTx {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10% 0;
}

.loginOutBoxTx>img {
    width: 20%;
}

.loginOutLoginName {
    width: 100%;
    font-size: 15px;
    color: #704e36;
    font-weight: 600;
    background-color: #e7d9bc;
    padding: 2% 0;
    text-align: center;
    border-radius: 15px;
}

.loginOutBtn {
    width: 100%;
    font-size: 15px;
    color: #704e36;
    /* font-weight: 600; */
    text-align: center;
    margin-top: 5%;
    margin-bottom: 4%;
}

/* 预约 */
.reservation {
    display: none;
    width: 212px;
    position: absolute;
    left: 16px;
    bottom: -428px;
    z-index: 9;
    transition: all 0.5s ease;
}

.reservation .reservationImg {
    width: 212px;
    height: 411px;
    cursor: pointer;
    opacity: 1;
}

.reservation .reservation-button {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    margin: -7px auto 0;
    position: relative;
}

.reservation .reservation-button::after {
    content: "";
    width: 1px;
    height: 11px;
    background: #6F7071;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.reservation .reservation-button img {
    width: 25px;
    height: 24px;
    transition: all 0.5s ease;
}

.reservation.packUp {
    bottom: -35px;
}

.reservation.packUp .reservationImg {
    opacity: 0;
}

.reservation.packUp .reservation-button {
    height: 35px;
}

.reservation.packUp .reservation-button::after {
    opacity: 1;
}

.reservation.packUp .reservation-button img {
    transform: rotate(180deg);
}

.reservationCode {
    width: 100%;
    text-align: center;
    font-family: Source Han Sans SC;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 84%;
}

/* 下载弹窗 */
.downloadPop {
    width: 45%;
    height: 45%;
    background: url("../img/downloadPop/frameCn.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 27.5%;
    left: 27.5%;
    z-index: 110;
}

.downloadPopx {
    width: 4.7%;
    position: absolute;
    right: 3%;
    top: 6%;
}

.downloadPopCtt {
    width: 74%;
    margin: 0 13%;
    position: absolute;
    top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloadPopQr {
    width: 20%;
    margin-right: 3%;
    padding: 5px;
    background-color: #fff;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.downloadPopName {
    width: 70%;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.downloadPopImg {
    width: 48%;
}

.downloadPopCode {
    width: 17%;
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.redeemCodePopup {
    width: 586px;
    height: 416px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -208px 0 0 -293px;
    z-index: 9999;
    background: url(../img/home/redeemCode-gb.png) no-repeat center / 100%;
    padding: 125px 39px 40px 63px;
    box-sizing: border-box;
    display: none;
}

.redeemCodePopup .redeemCode-close {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 27px;
    height: 27px;
}

.redeemCodePopup .redeemCode-card {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 49px;
}

/* 整个滚动条 */
.redeemCodePopup .redeemCode-card::-webkit-scrollbar {
    width: 2px;
}

/* 滚动条轨道 */
.redeemCodePopup .redeemCode-card::-webkit-scrollbar-track {
    background: #000;
    border-radius: 1px;
}

/* 滚动条滑块 */
.redeemCodePopup .redeemCode-card::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 1px;
}

/* 滑块悬停 */
.redeemCodePopup .redeemCode-card::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* 滚动条角落（水平和垂直交汇处）*/
.redeemCodePopup .redeemCode-card::-webkit-scrollbar-corner {
    background: #f1f1f1;
}

.redeemCodePopup .redeemCode-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px auto;
}

.redeemCodePopup .redeemCode-item .redeemCode-item-label {
    font-size: 24px;
    color: #000000;
}

.redeemCodePopup .redeemCode-item .redeemCode-item-button {
    width: 88px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #282828;
    cursor: pointer;
}

/* pc遮罩层 */
#zaoPc {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 109;
    opacity: 0.5;
    display: none;
}

.heroTitleImg {
    width: 29%;
}

.cruisePop {
    width: 80%;
    height: 80%;
    position: fixed;
    top: 10%;
    left: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 110;
}

.cruisePopTit {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cruisePopClose {
    width: 2.5%;
    position: absolute;
    top: 15%;
    right: 15%;
}

.cruisePopBoxImg {
    width: 65%;
}

.OfficialPopup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
}

.OfficialPopup .OfficialPopup-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.OfficialPopup .OfficialPopup-content img {
    max-width: 20%;
}
