html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Outfit-Light';
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/BG.svg) no-repeat top center;
    background-size: cover;
}



img {
    width: 100%;
    display: block;
}

.all-con {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

/* .all-con p {
    font-size: 0.833vw;
    line-height: 1.5;
} */

.onmouse-show {
    display: none;
}

/* 头部 */
.head-con {
    width: 100%;
    height: 5.8333vw;
    padding: 0 12.7083vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
}

.head-con .logo {
    width: 8.9062vw;
}

.head-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-nav li {
    font-family: 'Outfit-Light';
    font-size: 0.9375vw;
    color: #333333;
    margin-left: 5vw;
    position: relative;
    cursor: pointer;
}

.head-nav li.active a,
.head-nav li:hover a {
    color: #BAA241;
}

.head-nav li p {
    padding-right: 1.0416vw;
    position: relative;
}

.head-nav li p::after {
    content: '';
    width: 0.8333vw;
    height: 0.8333vw;
    background: url(../img/down_icon.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.head-nav li.active p::after,
.head-nav li p.active::after {
    background: url(../img/down_icon01.png) no-repeat center;
    background-size: cover;
    /* transform: translateY(-50%) rotate(180deg); */
}

.head-nav li:hover p {
    color: #BAA241;
}


.head-nav li .nav1.active {
    color: #BAA241;
    text-decoration: underline;
    text-underline-offset: 0.4166vw;
    /* text-decoration-thickness: 0.0260vw; */
    /* transform: scaleY(0.5);
    transform-origin: center bottom;
    position: relative; */
}


/* .head-nav li .nav1.active::after {
    content: '';
    width: 100%;
   height: 1px;
   background:#BAA241; ;
    transform: scaleY(0.5);
    transform-origin: center bottom;
    position: absolute;
    left: 0;
    bottom: 0;
} */

.head-nav li a {
    color: #333333;
}

.head-nav li a.active {
    color: #BAA241;
}




.head-nav li .head-nav-list {
    position: absolute;
    left: 50%;
    top: 1vw;
    z-index: 20;
    transform: translateX(-50%);
    padding: 1vw;
}

.head-nav li .head-nav-list .head-nav-list-con {
    padding: 0.4166vw;
    border-radius: 0.4166vw;
    background: rgba(255, 255, 255, 0.1);
    /* 半透白 */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
    box-shadow: 0px 4px 15px 0px rgba(60, 47, 31, 0.16);
    border-radius: 0.625vw;
    white-space: nowrap;
}

.head-nav li .head-nav-list a {
    padding: 0.4166vw;
    font-size: 0.9375vw;
    color: #333;
    margin-bottom: 0.8333vw;
    width: 11vw;
    height: 2.0312vw;
    display: flex;
    align-items: center;
    text-align: left;
}

.head-nav li .head-nav-list a:last-child {
    margin-bottom: 0;
}

.head-nav li .head-nav-list a:hover,
.head-nav li .head-nav-list a.active {
    /* font-family: 'Outfit-Regular'; */
    color: #BAA241;
    background: #F1F0EB;
    border-radius: 0.4166vw;
}

@media screen and (max-width: 900px) {
    /* .all-con {
        display: flex;
        align-items: center;
        justify-content: center;
    } */

    .in-all-con {
        /* padding-bottom: 12vw; */
        top: 50%;
    }

    /* .ab-all-con {
        padding-bottom: 12vw;
    }

    .com-all-con {
        padding-bottom: 12vw;
    } */

    .head-con .logo {
        width: 13.9062vw;
    }

    .head-nav li,
    .head-nav li .head-nav-list a {
        font-size: 1.7333vw;
    }

    .head-nav li .head-nav-list a {
        width: 19.5vw;
        height: 3.0312vw;
    }


    .head-nav li .head-nav-list {
        top: 2vw;
    }

    .head-nav li p {
        padding-right: 2.4vw;
    }

    .head-nav li p::after {
        width: 1.6vw;
        height: 1.6vw;
    }

    /* 微信 */
    .has-bottom-bar .head-con {
        padding: 0 10.5vw;
    }

}

/* 页脚 */
.foot-cop {
    display: flex;
    align-items: center;
    position: absolute;
    left: 12.5vw;
    bottom: 2.0833vw;
}

.foot-cop p {
    font-family: 'Outfit-Light';
    font-weight: 300;
    font-size: 0.7291vw;
    color: #333333;
    opacity: .4;
    margin-right: 1.25vw;
}

.foot-cop .foot-nav-title {
    font-family: 'Outfit-Regular';
    position: relative;
    cursor: pointer;
    padding-right: 0.7291vw;
}

.foot-cop .foot-nav-title .partner {
    font-family: 'Outfit-Regular';
    font-weight: 400;
    font-size: 0.7291vw;
    color: #333333;
    border-bottom: 0.0520vw solid #333;
}

.foot-cop .foot-nav-title::after {
    content: '';
    width: 0.625vw;
    height: 0.625vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    background: url(../img/down_icon.png) no-repeat center;
    background-size: cover;
}

.foot-cop .foot-nav-title .foot-nav-con {
    padding: .6vw;
    position: absolute;
    left: 50%;
    bottom: 0.9895vw;
    transform: translateX(-50%);
    z-index: 10;
}

.foot-cop .foot-nav-title .foot-nav-con .foot-nav {
    padding: 0.4166vw;
    border-radius: 0.4166vw;
    background: rgba(255, 255, 255, 0.1);
    /* 半透白 */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
    box-shadow: 0px 4px 15px 0px rgba(60, 47, 31, 0.16);
    border-radius: 0.625vw;
}

.foot-cop .foot-nav-title .foot-nav-con a {
    font-family: 'Outfit-Light';
    padding: 0.4166vw;
    font-size: .8333vw;
    color: #333;
    margin-bottom: 0.4166vw;
    width: 3.5416vw;
    height: 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-cop .foot-nav-title .foot-nav-con a:hover {
    font-family: 'Outfit-Regular';
    color: #BAA241;
    background: #F1F0EB;
    border-radius: 0.4166vw;
}

.foot-cop .foot-nav-title .foot-nav-con a:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .foot-cop .foot-nav-title {
        padding-right: 2vw;
    }

    .foot-cop .foot-nav-title::after {
        width: 1.2vw;
        height: 1.2vw;
    }

    .foot-cop p,
    .foot-cop .foot-nav-title .partner {
        font-size: 1.6vw;
    }

    .foot-cop .foot-nav-title .foot-nav-con a {
        width: 6.5416vw;
        height: 3vw;
        font-size: 1.6vw
    }

    .foot-cop .foot-nav-title .foot-nav-con {
        bottom: 2vw;
    }

}

/* 页脚滚动 */
.page-scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-scroll p {
    font-family: 'Outfit-SemiBold';
    font-size: 0.9375vw;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.625vw;
}

.page-scroll .page-scroll-bg {
    width: 0.2083vw;
    height: 4.7916vw;
    background: #CCCCCC;
    position: relative;
}

.page-scroll .page-scroll-bg .page-scroll-icon {
    width: 0.3125vw;
    height: 1.1458vw;
    background: #BAA241;
    position: absolute;
    left: 50%;
    top: 0.4166vw;
    transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
    .page-scroll {
        display: none;
    }
}

.lg-change {
    position: absolute;
    right: 12.5vw;
    bottom: 2.0833vw;
}

.lg-change .lg-change-con {
    position: relative;
}

.lg-change .lg-change-con p {
    font-family: 'Outfit-Regular';
    padding: 0 0.8333vw;
    font-size: .8333vw;
    font-weight: 400;
    color: #333;
    height: 1.67vw;
    line-height: 1.67vw;
    border-radius: 0.5208vw;
    border: 0.0520vw solid rgba(51, 51, 51, 0.2);
    cursor: pointer;
}



.lg-change .lg-change-con .lg-change-nav {
    padding: 1vw;
    position: absolute;
    left: 50%;
    bottom: 1.66vw;
    transform: translateX(-50%);

}

.lg-change .lg-change-con .lg-change-nav .change-nav-con {
    padding: 0.4166vw;
    border-radius: 0.4166vw;
    background: rgba(255, 255, 255, 0.1);
    /* 半透白 */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
    box-shadow: 0px 4px 15px 0px rgba(60, 47, 31, 0.16);
    border-radius: 0.625vw;

}

.lg-change .lg-change-con .lg-change-nav a {
    font-family: 'Outfit-Light';
    font-weight: 400;
    font-size: 0.8333vw;
    color: #333333;
    white-space: nowrap;
    padding: 0.4166vw 0.7291vw;
    margin-bottom: 0.8333vw;
    width: 3.125vw;
    height: 2.0833vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lg-change .lg-change-con .lg-change-nav a.active,
.lg-change .lg-change-con .lg-change-nav a:hover {
    color: #BAA241;
    background: #F1F0EB;
    border-radius: 0.4166vw;
}

.lg-change .lg-change-con .lg-change-nav a:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .lg-change .lg-change-con p {
        padding: 0 1.6vw;
        font-size: 1.6vw;
        height: 3.2vw;
        line-height: 3.2vw;
    }

    .lg-change .lg-change-con .lg-change-nav a {
        width: 5.125vw;
        height: 3.0833vw;
        font-size: 1.6vw;
    }

    .lg-change .lg-change-con .lg-change-nav {
        bottom: 3vw;
    }

}

.contact-us {
    width: 3.125vw;
    height: 3.125vw;
    background: url(../img/contact_icon.png) no-repeat center;
    background-size: cover;
    position: fixed;
    top: 46%;
    right: 2.0833vw;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.contact-us:hover {
    background: url(../img/contact_icon01.png) no-repeat center;
    background-size: cover;
}

/* 260503 */
.contact-us-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 41.6666vw;
    padding: 5.625vw 2.8125vw;
    border-radius: 1.8125vw;
    transition: clip-path .4s cubic-bezier(.23, 1, .32, 1);
    clip-path: rect(50% 50% 50% 50% round 10rem);
    box-sizing: border-box;
}

.contact-us-con>* {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.23, 1, .32, 1)
}

.-isWhatsAppPopinOpened .contact-us-con {
    clip-path: rect(0% 100% 100% 0% round 1.5vw);
    z-index: 13;
}

.-isWhatsAppPopinOpened .contact-us-con>* {
    opacity: 1
}

.contact-us-con {
    width: fit-content;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    transition: all .3s linear;
    z-index: -6;
}

.contact-us-con.active {
    right: 1.25vw;
}

.contact-us-con .contact-us-tab {
    width: fit-content;
    height: auto;
    position: relative;
    display: flex;
}

.contact-us-con .contact-us-tab .tab-list {
    padding-top: 1.0937vw;
    margin-right: -0.16vw;


}

.contact-us-con .contact-us-tab .tab-list li {
    width: 2.5520vw;
    height: 4.5833vw;
    background: #FFFBEE url(../img/tab_line.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 0.2083vw;
    border-right: 0.1041vw solid #333;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.contact-us-con .contact-us-tab .tab-list li.active {
    border-color: #FFFBEE;
    position: relative;
    z-index: 4;
}



.contact-us-con .contact-us-tab .tab-list li::after {
    content: '';
    width: 1.67vw;
    height: 1.67vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-us-con .contact-us-tab .tab-list .wechat::after {
    background: url(../img/wechat_icon.png) no-repeat center;
    background-size: cover;
}

.contact-us-con .contact-us-tab .tab-list .wechat:hover::after {
    background: url(../img/wechat_icon01.png) no-repeat center;
    background-size: cover;
}

.contact-us-con .contact-us-tab .tab-list .wechat.active::after {
    background: url(../img/wechat_icon02.png) no-repeat center;
    background-size: cover;
}

.contact-us-con .contact-us-tab .tab-list .tel::after {
    background: url(../img/tel_icon.png) no-repeat center;
    background-size: cover;
}

.contact-us-con .contact-us-tab .tab-list .tel:hover::after {
    background: url(../img/tel_icon01.png) no-repeat center;
    background-size: cover;
}

.contact-us-con .contact-us-tab .tab-list .tel.active::after {
    background: url(../img/tel_icon02.png) no-repeat center;
    background-size: cover;
}

.contact-us-con .contact-us-tab .tab-item-con {
    position: relative;
    border: 0.1041vw solid #333;
    border-radius: 1.25vw;
    background: #FFFBEE;
    z-index: 3;
}

.contact-us-con .contact-us-tab .tab-item {
    display: none;
    width: 25.6770vw;
    height: 21.6666vw;
    padding: 1.25vw 1.25vw 1.67vw 1.25vw;
}

.contact-us-con .contact-us-tab .tab-item h3 {
    font-family: 'Outfit-Medium';
    font-weight: 600;
    font-size: 1.0416vw;
    color: #333333;
    line-height: 1.2;
    text-transform: uppercase;

}

.contact-us-con .contact-us-tab .tab-item .txt-con {
    font-family: 'Outfit-Light';
    margin-top: 1.25vw;
}

.contact-us-con .contact-us-tab .tab-item-con {
    position: relative;
}

.tel-con.on {
    width: 3.125vw;
    height: 3.125vw;
    background: url(../img/cl.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    bottom: 23.2vw;
    right: 4vw;
    z-index: 15;
}

.tel-con.on:hover {
    background: url(../img/cl01.png) no-repeat center;
    background-size: cover;
}

.contact-us-tab .tab-item .txt-con .info-item {
    margin-bottom: 0.8333vw;
}


.tel-con {
    width: 3.125vw;
    height: 3.125vw;
    background: url(../img/contact_icon.png) no-repeat center;
    background-size: cover;
    bottom: 24.5vw;
    right: 3vw;
    cursor: pointer;
    z-index: 20;
    display: block;
}

.tel-con:hover {
    background: url(../img/contact_icon01.png) no-repeat center;
    background-size: cover;
}


.c-icon {
    position: fixed;
    transform: scale(1, 1);
    transition: all .3s linear;
}

.c-icon:hover {
    transform: scale(1.1, 1.1);
}

.contact-us-tab .tab-item .txt-con .info-item p {
    font-weight: 300;
    font-size: 0.7291vw;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 0.1041vw;
}

.contact-us-tab .tab-item .txt-con .info-item p sup {
    color: #E64867;
    position: relative;
    top: 2px;
}

.contact-us-tab .tab-item .txt-con .info-item textarea {
    font-family: 'Outfit-Light';
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 0.7291vw;
    color: #666666;
    line-height: 1.3;
    padding: 0.625vw .833vw;
    border-radius: 0.4166vw;
    border: 0.0520vw solid #333;
}

.contact-us-tab .tab-item .txt-con .info-item textarea:focus {
    border-color: #baa241;
    /* 例如，改变边框颜色为蓝色 */
    outline: none;
    /* 移除默认的轮廓，防止边框颜色和轮廓颜色重叠 */
    background: #fff;
}


.contact-us-tab .tab-item .txt-con .info-item .textarea01 {
    height: 5vw;
}

.contact-us-tab .tab-item .txt-con .info-item .textarea02 {
    height: 2.5vw;
}

.contact-us-tab .tab-item .txt-con .info-btn {
    font-family: 'Outfit-Regular';
    width: 8.75vw;
    height: 2.5vw;
    margin: 1.5vw auto 0;
    background: #333333;
    border-radius: 0.625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: .833vw;
    color: #FFFFFF;
    cursor: pointer;
}

.contact-us-tab .tab-item .txt-con .info-btn.disable {
    cursor: no-drop;
    background: #777;
}

.contact-us-tab .tab-item .txt-con .info-btn:hover {
    background: #000000;
}

.contact-us-tab .tab-item .txt-con .info-btn.disable:hover {
    background: #777;
}

.contact-us-tab .tab-item .txt-con .info-btn span {
    width: .833vw;
    height: .833vw;
    display: block;
    background: url(../img/btn_icon.png) no-repeat center;
    background-size: cover;
    margin-left: .833vw;
}

.contact-us-tab .tab-item .wechat-txt {
    display: flex;
    align-items: center;
    padding-left: 1.67vw;
    margin-top: 3.6458vw;
}

.contact-us-tab .tab-item .wechat-txt img {
    width: 8.3333vw;
    margin-right: 1.25vw;
}

.contact-us-tab .tab-item .wechat-txt .wechat-txt-list li {
    margin-bottom: 1vw;
}

.contact-us-tab .tab-item .wechat-txt .wechat-txt-list li:last-child {
    margin-bottom: 0;
}

.contact-us-tab .tab-item .wechat-txt .wechat-txt-list li h4 {
    font-family: 'Outfit-Medium';
    font-weight: 500;
    font-size: 0.9375vw;
    color: #333333;
    margin-bottom: 0.425vw;
}

.contact-us-tab .tab-item .wechat-txt .wechat-txt-list li p,
.contact-us-tab .tab-item .wechat-txt .wechat-txt-list li a {
    font-family: 'Outfit-Light';
    font-weight: normal;
    font-size: 0.833vw;
    color: #333333;
}

.info-success {
    display: none;
    background: #FFFBEE;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.9791vw 1.25vw;
    border-radius: 1.25vw;
}

.info-success .back {
    font-family: 'Outfit-Regular';
    font-weight: 400;
    font-size: 0.7291vw;
    color: #333333;
    position: relative;
    padding-left: 1.0416vw;
    cursor: pointer;
}

.info-success .back::before {
    width: .833vw;
    height: .833vw;
    content: '';
    background: url(../img/back.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.info-success .txt {
    width: 100%;
    margin-top: 2.3437vw;
}

.info-success .txt img {
    width: 5.7291vw;
    margin: 0 auto 0.4166vw;
}

.info-success .txt p {
    font-family: 'Outfit-Regular';
    font-weight: 400;
    font-size: 1.0416vw;
    color: #333333;
    text-align: center;
    line-height: 1.25;
}

.tip-pop {
    font-size: 0.625vw;
    color: #fff;
    padding: .833vw;
    background: rgba(0, 0, 0, 0.8);
    border-radius: .5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    display: none;
}

@media screen and (max-width: 900px) {

    /* .contact-us-con .contact-us-tab .tab-item {
        display: none;
        width: 30.6770vw;
        height: 26.6666vw;
        padding: 1.25vw 1.25vw 1.67vw 1.25vw;
    }

    .contact-us-con .contact-us-tab .tab-list li {
        width: 4vw;
        height: 6.5833vw;
    }
    .contact-us-con .contact-us-tab .tab-list {
        padding-top: 3.0937vw;
        margin-right: -0.3vw;
    } */

    .contact-us-con .contact-us-tab .tab-item {
        width: 26.677vw;
        height: 22.6666vw;
    }

    .contact-us-tab .tab-item .wechat-txt {
        padding-left: 0.67vw;
    }

    .contact-us-tab .tab-item .wechat-txt .wechat-txt-list li h4 {
        font-size: 1.3vw;
        margin-bottom: .2vw;
    }

    .contact-us-tab .tab-item .wechat-txt .wechat-txt-list li p,
    .contact-us-tab .tab-item .wechat-txt .wechat-txt-list li a {
        font-size: 1vw;
        margin-bottom: 0;
        display: block;
    }

    .contact-us-tab .tab-item .wechat-txt .wechat-txt-list li {
        margin-bottom: .5vw;
    }


    .contact-us-tab .tab-item .txt-con .info-item p,
    .contact-us-tab .tab-item .txt-con .info-item textarea {
        font-size: .9vw;
    }

    .tel-con {
        width: 5.0666vw;
        height: 5.0666vw;
        bottom: 24.5vw;
        right: 3vw;
    }
}



/* 动画01 */
/* ========== 全局样式 & 布局 ========== */




/* 场景容器 - 模拟木质相框效果 */
.scene-container {
    background: #ecd9b4;
    border-radius: 48px;
    padding: 20px 30px 30px 30px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4), inset 0 0.0520vw 2px rgba(255, 255, 255, 0.6);
}

.svg-wrapper {
    background: #fef3e2;
    border-radius: 32px;
    box-shadow: inset 0 0 0 2px #fff8, 0 10px 20px rgba(0, 0, 0, 0.2);
}

svg {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

/* 底部控制栏样式 */
.controls {
    /* margin-top: 20px; */
    /* background: #f7e9d0; */
    border-radius: 60px;
    padding: 12px 20px 30px 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    /* box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); */
}

.info-panel {

    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff1df;
    padding: 5px 20px;
    border-radius: 40px;
    font-weight: bold;
    color: #4a2e1e;
    display: none;
}

.progress-badge {
    background: #4a2e1e;
    color: #ffefcf;
    padding: 6px 18px;
    border-radius: 32px;
    font-family: monospace;
    font-weight: bold;
    letter-spacing: 0.0520vw;
}

.wheel-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    background: #e7d8bc;
    padding: 5px 15px;
    border-radius: 30px;
    color: #5b3c22;
}

button {
    /* background: #d6b17e; */
    border: none;
    padding: 6px 18px;
    border-radius: 30px;
    font-weight: bold;
    color: #2c1b0e;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.9rem;
}

/* button:hover {
    background: #c29254;
    transform: scale(0.97);
} */

/* 快进快退专用按钮组样式 */
.nav-group {
    display: flex;
    gap: 10px;
    /* background: #e7d8bc; */
    padding: 4px 12px;
    border-radius: 40px;
    align-items: center;
}

.nav-group button {
    /* background: #c6a26b; */
    border: 0.0520vw solid #000;
    padding: 0.2083vw .833vw;
    font-size: .833vw;
}

.nav-group button:active {
    transform: scale(0.94);
}

/* 响应式布局 */
@media screen and (max-width: 900px) {
    .controls {
        flex-direction: column;
        align-items: stretch;
    }

    .info-panel {
        justify-content: space-between;
    }

    .nav-group {
        justify-content: center;
    }
}


/* 260412 */

/* 首页轮播 */

.head-banner {
    position: relative;
    overflow: hidden;
    width: 70vw;
    margin: 0 auto;
    /* top: 50%;
    transform: translateY(-50%); */

}

.head-banner .swiper {
    width: 100%;
    height: 100%;
}

.head-banner .bannerimg {
    position: relative;
    height: 14vw;
    overflow: hidden;
}

.head-banner .bannerimg .more {
    width: 8.281vw;
    height: 2.24vw;
    font-weight: 400;
    font-size: 1.094vw;
    color: #ffffff;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 3.542vw;
    left: 50%;
    transform: translateX(-50%);
}

.head-banner .pagination {
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: center;
}

.head-banner .pagination span {
    width: 0.5208vw;
    height: 0.5208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.6770vw;
    font-size: 0.833vw;
    color: #555;
    font-weight: bold;
    background: transparent;
    opacity: 1;
    border: 0.0520vw solid #333;
}

.head-banner .pagination span.swiper-pagination-bullet-active {
    background: #333333;
    color: #000;
}

/* 260412 */
.scene-container01 {
    width: 90%;
    height: 29vw;
    position: relative;
    margin: 0 auto;
}

.scene-container01 .an01_pic {
    position: absolute;
    top: 0;
    left: 0;
}

.an_man01,
.an_woman01 {
    display: none;
}

.bubble-con {
    width: 100%;
    height: 40px;

}

#bubble-left,
#bubble-right {
    width: 100%;

}

#bubble-left #text-left-content,
#bubble-right #text-right-content {
    width: 100%;
    font-size: .833vw;
}

.dialogBox {
    position: relative;
    width: 100%;
    height: 2.6041vw;
    margin-top: 1vw;
}

#dialogText {
    display: none
}

.dialogText01 {
    font-family: 'Outfit-Regular';
    width: 100%;
    font-size: .833vw;
    color: #666;
    text-align: center;
    position: absolute;
    /* 或者 relative, 取决于你的布局需求 */
    top: 0;
    /* 初始位置在视口下方50px */
    opacity: 0;
    /* 初始透明度为0 */
    transition: opacity 1s, transform 1s;
    /* 平滑过渡效果 */
    transform: translateY(50px);
}


/* 应用动画到元素上 */
.dialogText01.active {
    animation: slideUp 1s forwards;
    /* forwards保持动画结束时的状态 */
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




@media screen and (max-width: 1680px) {
    /* .head-banner {
        width: 75vw;
    }

    .scene-container01 {
        height: 40vw;
    } */

    /* .head-banner {
        top: 33%;
    } */


}


@media screen and (max-width: 1440px) {
    /* .head-banner {
        top: 33%;
    } */
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 900px) {
    .head-banner {
        margin-top: 0;
        width: 64vw;
    }

    .scene-container01 {
        height: 29vw;
    }


    .dialogText01 {
        font-size: 1.7333vw;
    }

    /* 微信 */
    .has-bottom-bar .head-banner {
        width: 60vw;
    }


}




/* 关于我们 */

.ab-banner {
    width: 95%;
    /* min-height: 31vw; */

}

.tiger-con {
    /* margin-top: 2.2083vw; */
}

/* 气泡文本框 */

/* 基础文本框样式：带过渡效果，支持层级、缩放、透明度 */

.fade-box-con {
    width: 100%;
    height: 30vw;
    position: relative;
}

.fade-box-con .text-content-con {
    width: 100%;
    height: 100%;
    padding: 0.6770vw 0.6770vw 1.5vw 0.6770vw;
    display: flex;
}

.fade-box-con .text-content-con .tex-con {
    font-family: 'Outfit-Regular';
    font-size: .833vw;
}

.fade-box-con .text-content-con .tex-con .dec {
    color: #333;
    margin-top: 0.6770vw;
}


.fade-box-con .text-content-con .tex-con .title {
    color: #666;
    margin-bottom: 0.2604vw;
}


.fade-box-con .text-content-con .tex-con .star {
    width: auto;
    height: 0.4375vw;
}


#container {
    width: 100%;
    height: 100%;
}

.fade-box {
    position: absolute;
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: .4;
    transform: translate(-50%, -50%) scale(0.05);
    left: 50%;
    top: 50%;
    width: 20.2604vw;
    height: 8.0729vw;
    background: url(../img/text/text_bg.png) no-repeat center;
    background-size: contain;
    transition: all .3s ease-in;
}




.fade-box-con .fade-box0:hover,
.fade-box-con .fade-box1:hover,
.fade-box-con .fade-box2:hover,
.fade-box-con .fade-box3:hover,
.fade-box-con .fade-box4:hover,
.fade-box-con .fade-box5:hover,
.fade-box-con .fade-box6:hover,
.fade-box-con .fade-box7:hover,
.fade-box-con .fade-box8:hover,
.fade-box-con .fade-box9:hover {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    z-index: 999;
    transition: all .3s ease-in;
}


.fade-box0.show {
    transform: translate(0, 0) scale(.7);
    left: 24%;
    top: 70%;
    opacity: .7;
    transition: all 1s ease-in;
}

.fade-box1.show {
    transform: translate(0, 0) scale(.6);
    left: 38%;
    top: 10%;
    opacity: .6;
    transition: all 1s ease-in;
}


.fade-box2.show {
    transform: translate(0, 0) scale(.7);
    left: 14%;
    top: 43%;
    opacity: .7;
    transition: all 1s ease-in;
}



.fade-box3.show {
    transform: translate(0, 0) scale(.7);
    top: unset;
    left: unset;
    right: 10%;
    bottom: 30%;
    opacity: .7;
    transition: all 1s ease-in;
}

.fade-box4.show {
    transform: translate(0, 0) scale(.5);
    top: unset;
    left: unset;
    right: 13%;
    bottom: 5%;
    opacity: .5;
    transition: all 1s ease-in;
}


.fade-box5.show {
    transform: translate(0, 0) scale(.8);
    left: 20%;
    top: 19%;
    opacity: .8;
    transition: all 1s ease-in;
}

.fade-box6.show {
    transform: translate(0, 0) scale(.5);
    top: 40%;
    left: 31%;
    opacity: .5;
    transition: all 1s ease-in;
}


.fade-box7.show {
    transform: translate(0, 0) scale(.7);
    top: 65%;
    left: unset;
    right: 30%;
    opacity: .7;
    transition: all 1s ease-in;
}

.fade-box8.show {
    transform: translate(0, 0) scale(.8);
    top: 20%;
    left: unset;
    right: 22%;
    opacity: .8;
    transition: all 1s ease-in;
}

.fade-box9.show {
    transform: translate(0, 0) scale(.9);
    left: 44%;
    top: 38%;
    opacity: .9;
    transition: all 1s ease-in;
}

/* 定义关键帧动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* .fade-box.show{
    animation: fadeIn 0.8s ease-out forwards;
  } */


/* 悬停时提升层级至最高，并且完全可见，放大到1，加强阴影突出交互 */
.fade-box:hover {}



/* 文本内容样式 */
.text-content {
    width: 100%;
    font-weight: 600;
    color: #333;
    max-width: 160px;
    word-break: break-word;
    font-size: .833vw;
    line-height: 1.3;
}

/* 文本框内图片样式 */
.box-image {
    width: 2vw;
    height: 2vw;
    margin-right: 0.5208vw;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

/* 右侧统计面板样式 */
.stats-panel {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-radius: 1.2rem;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.2);
    border: 0.0520vw solid rgba(255, 255, 255, 0.7);
}

/* 信息展示区样式 */
.info-panel-modern {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(14px);
    color: white;
    border: 0.0520vw solid rgba(255, 255, 255, 0.25);
    border-radius: 1.2rem;
}

/* 文本框出现时中心散开微动画辅助 */
@keyframes gentlePop {
    0% {
        filter: blur(4px);
    }

    100% {
        filter: blur(0px);
    }
}

.fade-box.visible-final {
    animation: gentlePop 0.3s ease-out forwards;
}




/* 个人保险 */

.personal-banner-con {
    display: none;
    height: 100%;
    position: relative;
}

.personal-banner .swiper-slide .commercial-gif-con {
    width: 100%;
    height: auto;
    position: relative;
}

.personal-banner .swiper-slide .commercial-gif-con .bg01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.personal-banner .swiper-slide .commercial-gif-con .light {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}


.personal-banner .swiper-slide.swiper-slide-active .commercial-gif-con .light {
    animation: fade-in-out 1s infinite ease-in-out;
}


@keyframes fade-in-out {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.personal-banner .swiper-slide h2 {
    font-family: 'Outfit-Regular';
    font-weight: 400;
    font-size: 1.25vw;
    color: #BAA241;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0.7291vw auto 0.8333vw;
}


.personal-banner .swiper-slide .txt {
    font-family: 'Outfit-Regular';
    font-weight: 400;
    font-size: .833vw;
    color: #666666;
    text-align: center;
    font-style: normal;
    text-transform: none;
}





/* 商业保险 */
.commercial-banner-content {
    width: 60vw;

}

.commercial-banner-con {
    height: 31vw;
    position: relative;
}

.commercial-banner .swiper-slide .commercial-gif-con {
    width: 100%;
    height: auto;
    position: relative;
}

.commercial-banner .swiper-slide .commercial-gif-con .bg01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.commercial-banner .swiper-slide .commercial-gif-con .light {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}


.commercial-banner .swiper-slide.swiper-slide-active .commercial-gif-con .light {
    animation: fade-in-out 1s infinite ease-in-out;
}


@keyframes fade-in-out {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.commercial-banner .swiper-slide h2 {
    font-family: 'Outfit-Regular';
    font-weight: 400;
    font-size: 1.25vw;
    color: #BAA241;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0.7291vw auto 0.8333vw;
}


.commercial-banner .swiper-slide .txt {
    font-family: 'Outfit-Regular';
    font-weight: 400;
    font-size: .833vw;
    color: #666666;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.com-tab {
    font-family: 'Outfit-Light';
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9375vw;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}


.com-tab li {
    margin: 0 .5vw;
    padding: 0 1vw;
    border: 1px solid transparent;
    border-radius: 0.5208vw;
    height: 2.0312vw;
    display: flex;
    align-items: center;
    cursor: pointer;


}


.com-tab li.active {
    color: #333;
    border: 1px solid #333;
    background: url(../img/bg.jpg) repeat center;
    background-size: contain;
}

.com-tab-con {
    display: none;
}

/* 历程 */
.frame-card-con {
    width: fit-content;
    margin: 0 auto;

}

.frame-card {
    border-radius: 56px;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 93%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.frame-card-txt-con {
    width: 100%;
    height: 5vw;
    position: absolute;
    /* top: -6vw; */
    bottom: 1vw;
    left: 0;
}

/* .frame-card-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;

    opacity: 0;
    transition: opacity 1s, transform 1s;

    transform: translateY(50px);
}


.frame-card-txt.on {
    animation: slideUp 1s forwards;
} */


.frame-card-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s, transform 1s;
}

.frame-card-txt.on {
    opacity: 1;
    transform: translateY(0);
}


/* .frame-card-txt {
    width: 100%;
    text-align: center;
    transition: transform 1s ease, opacity 1s ease;
    transform: translateY(200%);
    opacity: 0;
  }
  .frame-card-txt.on {
    transform: translateY(0);
    opacity: 1;
  } */


.frame-card-txt h2 {
    font-family: 'Outfit-Medium';
    font-size: 1.67vw;
    color: #000000;
    line-height: 1;
    margin-bottom: .833vw;
}

.frame-card-txt p {
    font-family: 'Outfit-Regular';
    font-size: 1.0416vw;
    color: #000000;
    line-height: 1.6;
}

.slide-title {
    font-family: 'Outfit-ExtraLight';
    font-weight: 200;
    font-size: 2vw;
    color: #BAA241;
    position: absolute;
    top: 2vw;
    left: 10.5vw;
    z-index: 10;
}

.canvas-container {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    overflow: hidden;

    /* box-shadow: inset 0 0 8px rgba(0,0,0,0.3), 0 12px 28px rgba(0,0,0,0.3); */
}

canvas {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 32px;
    cursor: grab;
    transition: cursor 0.1s;

}

canvas:active {
    cursor: grabbing;
}

.controls {
    margin-top: 28px;
    padding: 0 12px;
}

.info-panel {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 18px;
    color: #f0f3f8;
    text-shadow: 0 0.0520vw 2px black;
    font-weight: 500;
    letter-spacing: 0.5px;
    flex-wrap: wrap;
    gap: 10px;
}

.frame-counter {
    background: #000000aa;
    backdrop-filter: blur(8px);
    padding: 6px 16px;
    border-radius: 60px;
    font-size: 1rem;
    font-weight: 600;
    font-family: monospace;
}

.swipe-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    background: #00000066;
    padding: 5px 12px;
    border-radius: 60px;
    backdrop-filter: blur(4px);
    flex-wrap: wrap;
}

.swipe-hint i {
    font-style: normal;
    font-size: 1.1rem;
}

.wheel-badge {
    background: #ff7b2caa;
    padding: 2px 8px;
    border-radius: 30px;
    font-weight: bold;
}

.progress-slider {
    position: relative;
    margin: 12px 0 20px;
}

.track {
    background: rgba(255, 255, 255, 0.25);
    height: 6px;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: height 0.1s;
}

.track-fill {
    background: linear-gradient(90deg, #ffb347, #ff6e4a);
    width: 0%;
    height: 100%;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 0 6px #ff884d;
}

.track:hover {
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.ctrl-btn {
    background: rgba(20, 25, 35, 0.85);
    backdrop-filter: blur(8px);
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 12px 28px;
    border-radius: 60px;
    color: white;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: monospace;
}

.ctrl-btn:active {
    transform: scale(0.94);
    background: #ff7b2c;
    color: white;
}


@media screen and (min-width: 2800px) {
    .frame-card-txt-con {
        bottom: -1vw;
    }

    .frame-card {
        max-width: 100%;
    }

    /* .head-banner {
        top: 36%;
    } */
    .slide-title {
        top: 3vw;
    }

}

@media screen and (max-width: 900px) {

    .com-tab li {
        font-size: 1.3vw;
        margin: 0;
        height: 3.2vw;
    }

    .frame-card-txt h2 {
        font-size: 2vw;
    }

    .frame-card-txt p {
        font-size: 1.7333vw;
    }

    .slide-title {
        font-size: 2.6vw;
        top: 2vw;
        left: 8.3vw;
    }

    .frame-card-txt-con {
        /* top: 5.5vw; */
    }

    .personal-banner .swiper-slide h2,
    .commercial-banner .swiper-slide h2 {
        margin: 0;
    }

    .commercial-banner .swiper-slide h2,
    .commercial-banner .swiper-slide .txt,
    .personal-banner .swiper-slide .txt {
        font-size: 1.4vw;
    }

    .has-bottom-bar .commercial-banner-con,
    .has-bottom-bar .personal-banner-con {
        height: 27vw;
    }

    .has-bottom-bar .commercial-banner .swiper-slide .commercial-gif-con,
    .has-bottom-bar .personal-banner .swiper-slide .commercial-gif-con {
        width: 82%;
        margin: 0 auto;
    }

    .com-tab {
        font-size: 1.2vw;
        top: 3vw;
    }

    /* .has-bottom-bar .com-tab {
        font-size: 1.2vw;
        top: 2vw;
    } */

}


@media screen and (max-width: 680px) {
    .ctrl-btn {
        padding: 10px 20px;
        font-size: 1.3rem;
    }

    .frame-counter {
        font-size: 0.85rem;
    }

    .swipe-hint {
        font-size: 0.7rem;
    }

}

@media screen and (hover: hover) {
    .ctrl-btn:hover {
        background: #ff7b2ccc;
        transform: translateY(-2px);
    }
}

.load-status {
    margin-top: 12px;
    font-size: 0.75rem;
    text-align: center;
    color: #ffd966;
    background: #00000055;
    display: inline-block;
    width: auto;
    padding: 4px 14px;
    border-radius: 60px;
    backdrop-filter: blur(4px);
}

.status-bar {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

footer {
    text-align: center;
    margin-top: 16px;
    font-size: 0.7rem;
    color: #ccc9;
}

/* 加载动画 */
.loading-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffb347;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
    margin-right: 6px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.orientationText {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    display: none;
}

.orientationText .txt {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.orientationText img {
    width: 32vw;
}

.orientationText h2 {
    font-size: 4vw;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}


@media screen and (max-width: 900px) {
    .commercial-banner-content {
        width: 55vw;
    }

    .commercial-banner-con {
        height: 32vw;
    }

    .ab-banner {
        width: 90%;
        /* height: 28vw; */

    }

    /* 微信 */
    .has-bottom-bar .ab-banner {
        width: 78%;
        height: 28vw;

    }

    .has-bottom-bar .slide-title {
        font-size: 2.4vw;
        top: 3vw;
        left: 0vw;
    }

    .frame-card {
        width: 68%;
    }


    /* 微信 */
    .has-bottom-bar .frame-card {
        width: 75%;
    }

    .has-bottom-bar .frame-card-txt-con {
        /* top: 2.5vw; */
    }

    .has-bottom-bar .fade-box-con {
        height: 90%;
    }
}


/* 联系我们 */
.ab-contact-con {
    width: 49.1005vw;
    height: 26.0416vw;
    margin: 2vw auto 0;
    background: url(../img/contact_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.ab-contact-con .ab-contact-txt {
    padding: 6vw 4.1666vw 0;
    position: relative;
}

.ab-contact-con .ab-contact-txt h2 {
    font-family: 'Outfit-SemiBold';
    font-weight: bold;
    font-size: 0.9375vw;
    line-height: 1.25;
    color: #333333;
    margin-bottom: 0.425vw;
}

.ab-contact-con .ab-contact-txt h3 {
    font-family: 'Outfit-Medium';
    font-weight: bold;
    font-size: 0.7291vw;
    color: #333333;
    margin-bottom: 0.3166vw;
}

.ab-contact-con .ab-contact-txt p {
    font-family: 'Outfit-Light';
    font-weight: normal;
    font-size: 0.7291vw;
    color: #333333;
    margin-bottom: 0.425vw;
}

.ab-contact-con .ab-contact-txt .dec-con {
    display: flex;
}

.ab-contact-con .ab-contact-txt .dec-con .item {
    width: 43%;
}


.ab-contact-con .ab-contact-txt .contact-list li:nth-child(1) {
    margin-bottom: .7vw;
}

.ab-contact-con .ab-contact-txt .pic {
    width: 6vw;
    height: 6vw;
    position: absolute;
    bottom: .5vw;
    left: 21.5vw;
}