body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", Tahoma, Helvetica, "黑体", Arial, Arial;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #000;

}


.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1, 1);
}

.img-hide:hover img {
    transform: scale(1.05, 1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #666;
}

ul {
    padding: 0;
    margin: 0;
}

.aaa.link {
    color: #666;
}

a {
    color: #666;
}

a:link {
    color: #666;
}

a:hover {
    text-decoration: underline !important;
    color: #666;
}

a:focus {
    outline: none !important;
    /* [disabled]color: #666; */
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

.header {
    height: 2%;
    position: absolute;
    left: 12px;
    right: 12px;
    z-index: 10;
    display: flex;
    /* 启用 flexbox 布局 */
    align-items: center;
    /* 垂直居中内容 */
}

.header a {
    color: #FFFFFF
}

.header a:link {
    color: #FFFFFF
}

/* 标题栏 */
.title-bar {
    width: 680px;
    height: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

/* 标题栏图标：占35%宽度，左对齐 */
.title-icon {
    width: 45%;
    height: 80%;
    margin-left: 10px;
}

.title-icon img {
    height: 100%;
}

/* 标题栏服务（包含充值、客服、社媒）：占65%宽度，右对齐 */
.title-service {
    width: 65%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.title-service span {
    height: 32px;
    opacity: 1;
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #EDEDED;
    margin-left: 3px;
    margin-right: 3px;
}

.title-service button {
    all: unset;
    background: #000;
    border: 1px solid #CDCDCD;
    color: #fff;
    font-weight: bold;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
}

/* 适配手机（小屏） */
@media screen and (max-width: 768px) {
    .title-bar {
        width: 100%;
    }

    .title-service {
        width: 65%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .title-service span {
        height: 16px;
        opacity: 1;
        font-family: Microsoft YaHei;
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 0em;
        font-variation-settings: "opsz" auto;
        color: #EDEDED;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 5px;
        align-items: center;
    }

    .title-service button {
        all: unset;
        background: #000;
        border: 1px solid #CDCDCD;
        color: #fff;
        font-weight: bold;
        padding: 2px 4px;
        border-radius: 5px;
        cursor: pointer;
    }

    .video-container {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        background: #000;
        position: relative;
        z-index: 1;
    }
}

.bg {
    background: url(../images/bg_03.jpg) top center no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;
    position: relative;
}

.img-box {
    position: relative;
    height: 100%;
    bottom: 0;
}

.btn-box {
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    bottom: 12%;
    padding: 0%;
    display: flex;
    flex-direction: column;
    /* 垂直排列子元素 */
    align-items: center;
    /* 子元素水平居中 */
}

.btn-box .col-xs-6 {
    padding: 0;
    margin-bottom: 10px;
}

.ruleBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: left;
    bottom: 12%;
}

/* 新增预注册div的样式 */
.yuyueCheckBox {
    width: 100%;
    height: 2%;
    text-align: left;
}

/* 隐藏原生复选框 */
.yuyueCheckBox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid black;
    outline: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background-color: white;
    transition: all 0.2s;
}

/* 选中状态样式 */
.yuyueCheckBox input[type="checkbox"]:checked {
    background-color: white;
}

/* 勾选标记 - 使用伪元素创建 */
.yuyueCheckBox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0px;
    width: 8px;
    height: 16px;
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.yuyueCheckBox label {
    margin-left: 5px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* 角色标题 */
.character-title {
    width: 100%;
    position: relative;
    /* padding-top: 50%; */
    background: url(../images/03_title.jpg) top center no-repeat;
    background-size: cover;
    aspect-ratio: 2445 / 51;
    /* 设置宽高比为 16:9 */
}

/* 预约页面背景样式 */
.yuyueyy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f5f5f5;
    position: relative;
}

.character-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 20px; */
    position: absolute;
    z-index: 2;
    /* 确保浮在视频上方 */
    top: 6%;
    /* 距离顶部 10% */
    left: 20%;
    /* 距离左侧 5% */
    width: 8.3vw;
    /* 宽度为视口宽度的 10% */
    z-index: 2;
    /* 确保浮在视频上方 */
}

.character-item {
    position: relative;
    display: flex;
    /* 使用 flexbox 布局 */
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.character-item1 {
    transform: rotate(-10deg);
    /* 逆时针旋转 10 度 */
    transform-origin: top right;
    /* 以右上角为旋转中心 */
}

.character-item2 {
    margin-left: 160%;
    transform: rotate(2deg);
    /* 顺时针旋转 2 度 */
    transform-origin: top left;
    /* 以左上角为旋转中心 */
}

.character-item3 {
    margin-left: -50%;
    margin-top: -40%;
    transform: rotate(-20deg);
    /* 逆时针旋转 20 度 */
    transform-origin: top right;
    /* 以右上角为旋转中心 */
}

.character-item4 {
    margin-left: 170%;
    margin-top: -25%;
    transform: rotate(2deg);
    /* 顺时针旋转 2 度 */
    transform-origin: top left;
    /* 以左上角为旋转中心 */
}

.character-item5 {
    margin-left: -6%;
    margin-top: -20%;
    transform: rotate(-20deg);
    /* 逆时针旋转 20 度 */
    transform-origin: top right;
    /* 以右上角为旋转中心 */
}

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

.overlay {
    position: absolute;
    width: 80%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    /* 确保点击事件不会被覆盖层阻挡 */
    opacity: 1;
    /* 默认显示未选中状态 */
    transition: opacity 0.3s ease;
}

.character-item.selected .overlay {
    opacity: 0;
    /* 选中时隐藏覆盖层 */
}



.character-item.selected img {
    box-shadow: 0 0 10px 10px rgba(0, 123, 255, 0.4);
    /* 蓝色阴影效果 */
}

.video-container {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    background: #000;
    position: relative;
    z-index: 1;
}

video {
    width: 100vw;
    object-fit: cover;
    /* 视频在底层 */
    background: #000 url('../images/p3/03_zj_loading.jpg') left;
    background-size: 100% 100%;
    /* 拉伸填满全屏 */
    position: relative;
}

/* 预约页面背景样式 */
.yuyuejs {
    position: relative;
    width: 100%;
    padding-top: 50%;
    background: url(../images/bg_yy.jpg) top center no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 1080;
    /* 设置宽高比为 16:9 */
    display: flex;
    /* 使用 flexbox 布局 */
    flex-direction: column;
    /* 垂直排列子元素 */
    align-items: center;
    /* 水平居中 */
    justify-content: center;
    /* 垂直居中 */
    text-align: center;
    /* 文本内容居中 */
}

/* 预约达成 */
.image-container {
    width: 68%;
    position: absolute;
    bottom: 2%;
    /* 靠近 div 的底部 */
    /* 水平居中 */
    display: flex;
    gap: 7%;
    /* 图片之间的间距 */
    justify-content: flex-start;
    /* 图片水平居中 */
    align-items: flex-end;
    /* 图片靠近容器底部 */
    height: 100%;
    /* 确保容器高度占满父级 */
}

.image-item {
    width: 12%;
    /* 设置宽度为父级 div 的 20% */
    /* 设置图片宽度 */
    height: auto;
    /* 保持图片比例 */
    object-fit: cover;
    /* 确保图片按比例填充 */
    margin-left: 2%;
}

.button-container {
    position: absolute;
    width: 100%;
    /* 占满父容器宽度 */
    display: flex;
    /* 使用 flexbox 布局 */
    gap: 20px;
    /* 按钮之间的间隔为 20px */
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    bottom: 20%;
}

.button-container img {
    width: 23vw;
    height: auto;
    /* 保持图片比例 */
    object-fit: cover;
    cursor: pointer;
    /* 鼠标悬停时显示为手型 */
}

button {
    cursor: pointer;
}

.container {
    width: 750px;
    height: 100%;
}

.logo {
    padding-top: 5px;
}

.header-r a {
    display: inline-block;
    line-height: 44px;
    margin-left: 6px;
}

.header-r {
    padding: 20px 17px 0 0;
}

.img-b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.back-c {
    position: relative;
    width: 100%;
    background: url(../images/p4/bg_2.jpg) top center no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 1080;
    background-position: top;
}

.title img {
    position: absolute;
    left: 50%;
    margin-left: -124px;
    top: 20px;
}

.minText-center img {
    margin-left: -274px;
    top: 0;
}

/* p4 探险 */
.logoBottom {
    position: absolute;
    left: 67.2%;
    margin-left: -9.2%;
    top: 3%;
    width: 25%;
    z-index: 1000;
}

.width-sm {
    position: absolute;
    left: 50%;
    top: 16%;
    width: 41.5%;
    height: 60%;
    margin-left: -9.5%;
    display: flex;
    overflow: hidden;
}

.width-lg {
    position: absolute;
    left: 37%;
    margin-left: -8.5%;
    top: 73.5%;
    width: 60%;
}

.width-sm img,
.width-lg img {
    border: 2px solid rgb(201, 63, 92);
}

.img-txt {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.txt-p {
    font-size: 16px;
    color: #666;
}

.width-sx {
    width: 100%;
}

.iconLogo {
    margin-left: 50px;
    transform: scale(1.5);
    margin-bottom: 2px;
}

.slick-b {
    padding: 0 13px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.slick-b img {
    margin-bottom: 3px;
}

.gallery-thumbs {
    margin-top: 20px;
}

.p5 {
    position: relative;
    background: url(../images/p5/bg_5.jpg) top center no-repeat;
    background-size: cover;
    aspect-ratio: 1920/1080;
    background-position: top;
}

.animalImg {
    position: absolute;
    left: 50%;
    top: 6.3%;
    width: 23.75%;
    height: 80%;
    margin-left: -11.865%;
    display: flex;
    overflow: hidden;
}

.animalImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 拉伸并裁剪图片，保证占满父容器 */
    display: block;
}

.bottom {
    position: relative;
    /* 设置相对定位 */
    text-align: center;
    /* 水平居中对齐 */
    flex-direction: column;
    /* 设置为垂直布局 */
    align-items: center;
    /* 子元素水平居中 */
    background-color: #000;
    height: 60px;
}

.bottom-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6%;
    z-index: 1
}

.bottom-txt img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.footer_container {
    background-color: #000;
    display: flex;
    align-items: center;
    margin: 0 auto;
    bottom: 0;
}

.footer_logo {
    width: 20%;
    flex: 1;
    text-align: right;
    margin-right: 20px;
}

.footer_logo img {
    height: 100px;
}

/* 中间App图标 */
.footer_icon {
    width: 80px;
    flex: 0 0 auto;
    /* 固定宽度，防止拉伸 */
    margin: 0 40px;
}

.footer_icon img {
    width: 80px;
}

/* 右侧导航和版权信息 */
.footer_right_section {
    width: 70%;
    flex: 2;
    text-align: left;
}

.footer_links {
    margin-bottom: 10px;
}

.footer_links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    margin-right: 20px;
}

.footer_copyright {
    font-size: 12px;
    color: #666;
}

.certifications {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1;
}

.certifications img {
    vertical-align: middle;
    width: 3.3%;
    height: auto;
}

.certifications span {
    color: #ccc;
    font-size: 16px;
}

.google-safe-check {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 168px;
    z-index: 1;
    font-size: 11px;
    color: #666;
    margin-top: 10px;
}

.footer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #666;
    padding: 0 15px;
    font-size: 12px;
}

.footer img {
    display: inline-block;
    margin-right: 5px;
}

.form-control {
    margin: 6px 0 0 10px;
}

.swiper-button-next {
    width: 70px;
    height: 125px;
    margin-top: -125px;
    right: calc(50% - 320px);
}

.swiper-button-prev {
    transform: rotate(180deg);
    width: 70px;
    height: 125px;
    margin-top: -125px;
    left: calc(50% - 320px);
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

#bigImg {
    display: none;
    z-index: 10000;
}

#bigImgimg {
    position: fixed;
    z-index: 1;
    top: 5%;
    left: 10%;
    width: 80%;
}


#downloadToastList {
    display: none;
    position: absolute;
    bottom: 35%;
    left: 50%;
    color: white;
    text-align: center;
    width: 240px;
    height: 40px;
    padding: 0 10px;
    margin-left: -120px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
}

#serviceToastList {
    display: none;
    position: absolute;
    bottom: 105%;
    left: 50%;
    color: white;
    text-align: center;
    width: 240px;
    height: 40px;
    padding: 0 10px;
    margin-left: -120px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
}

.wxcodebgBig {
    position: fixed;
    z-index: 2;
    top: 10%;
    left: 50%;
    margin-left: -135px;
    margin-top: 20px;
    width: 270px;
    border-radius: 30px;
    height: 265px;
    overflow: hidden;
}

#wxcodebg {
    position: fixed;
    z-index: 1;
    top: 10%;
    left: 50%;
    margin-left: -160px;
    width: 317px;
    height: 340px;
}

#open {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: none;
}

@media(max-width:768px) {
    #bigImgimg {
        top: 30%;
        width: 100%;
        left: 0;
    }

    .swiper-button-next {
        width: 35px;
        height: 62.5px;
        margin-top: -62.5px;
        right: calc(50% - 130px);
    }

    .swiper-button-prev {
        width: 35px;
        height: 62.5px;
        margin-top: -62.5px;
        left: calc(50% - 130px);
    }

    .container {
        width: 100%;
    }

    .logo img {
        width: 100px;
    }

    .iconLogo {
        transform: scale(1.1);
        margin-bottom: 0px;
    }

    .logo {
        padding-top: 15px;
    }

    .header-r img {
        width: 30px;
    }

    .header-r a {
        line-height: 30px;
    }

    .header-r {
        padding-top: 12px;
        padding-right: 0;
    }

    .text-right img {
        width: 120px;
        margin-bottom: 10px;
    }

    .bg {
        padding-top: 140px;
    }

    .iconLogo {
        margin-left: 10px
    }

    .video-container {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        background: #000;
        position: relative;
        z-index: 1;
    }

    /* .back-c {
        padding-top: 100px;
        background-position-x: 0px;
    } */

    .txt-p {
        font-size: 14px;
    }

    .img-txt {
        font-size: 8px;
        margin-top: 5px;
    }

    .slick-b {
        font-size: 8px;
        padding: 0 5px;
    }

    .width-lg {
        padding: 0 10px;
        padding-bottom: 20px;
    }

    .gallery-thumbs {
        margin-top: 0;
    }

    .p3 {
        background-size: 768px auto;
        height: 698px;
        background-position: top;
    }

    .certifications {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        z-index: 1;
    }

    .certifications img {
        width: 30px;
        vertical-align: middle;
    }

    .certifications span {
        color: #ccc;
        font-size: 10px;
    }

    .google-safe-check {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 190px;
        z-index: 1;
        font-size: 10px;
        color: #666;
        margin-top: 10px;
    }

    .footer {
        font-size: 12px;
        bottom: 0px;
        height: 150px;
    }

    .form-control {
        margin-top: 0;
        padding-left: 6px;
        width: 80px;
    }

    .title img {
        left: 50%;
        top: 25px;
        margin-left: -65px;
        height: 80px;
    }

    .minText-center img {
        margin-left: -170px;
        top: 0;
    }

    .footer_container {
        text-align: left;
    }

    .footer_icon,
    .footer_right_section {
        margin-bottom: 20px;
    }

    .footer_logo {
        margin-right: 0px;
    }

    .footer_logo img {
        height: 50px;
    }

    .footer_icon {
        width: 40px;
        margin: 0 20px;
    }

    .footer_icon img {
        width: 40px;
    }

    .footer_right_section {
        text-align: left;
    }

    .footer_links a {
        display: block;
        margin: 5px 0;
    }

    .yuyueCheckBox {
        height: 12px;
    }

    /* 隐藏原生复选框 */
    .yuyueCheckBox input[type="checkbox"] {
        width: 12px;
        height: 12px;
    }

    /* 勾选标记 - 使用伪元素创建 */
    .yuyueCheckBox input[type="checkbox"]:checked::before {
        left: 3px;
        top: 0px;
        width: 4px;
        height: 8px;
        border-width: 0 1px 1px 0;
    }

    .yuyueCheckBox label {
        margin-left: 5px;
        font-weight: bold;
        font-size: 8px;
        color: #fff;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
}

/* 大屏到中屏 */
@media (max-width: 1600px) {
    .ruleBox {
        bottom: 10%;
    }

    .video-container {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        background: #000;
        position: relative;
        z-index: 1;
    }

    .yuyueCheckBox {
        height: 35px;
    }

    .yuyueCheckBox label {
        font-size: 20px;
    }
}

/* 中屏到小屏 */
@media (max-width: 1200px) {
    .ruleBox {
        bottom: 10%;
    }

    .video-container {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        background: #000;
        position: relative;
        z-index: 1;
    }

    .yuyueCheckBox {
        height: 28px;
    }

    .yuyueCheckBox label {
        font-size: 16px;
    }
}

/* 小屏到超小屏 */
@media (max-width: 900px) {
    .ruleBox {
        bottom: 2%;
    }

    .video-container {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        background: #000;
        position: relative;
        z-index: 1;
    }

    .yuyueCheckBox {
        height: 20px;
    }

    .yuyueCheckBox label {
        font-size: 12px;
    }
}

/*语言下拉框样式*/
.lang-btn {
    background: #000;
    border: 1px solid #CDCDCD;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    appearance: none;
    height: auto;
    line-height: 1.5;
    margin-left: 8px;

    /* 自定义箭头图标 */
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    padding-right: 30px;
}

.lang-btn option {
    background: #111;
    color: #fff;
}