* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overscroll-behavior: none;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff;
    overscroll-behavior: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* 隐藏横向滚动条但保持滚动功能（Webkit浏览器：Chrome, Safari） */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

/* 移动端触摸优化 */
button,
a,
.banner_btn,
.customer_banner_btn,
.banner_download_btn,
.download_btn,
.login_btn,
.useWeb,
.platfom_item_iconbox,
.carousel_arrows_left,
.carousel_arrows_right,
.carousel_dots .dot {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

/* 确保点击区域足够大（移动端最小44x44px） */
@media screen and (max-width: 768px) {
    .banner_btn,
    .customer_banner_btn,
    .banner_download_btn,
    .download_btn,
    .login_btn {
        min-height: 25px;
        min-width: 44px;
    }
}

.iconfont {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/* Header 样式 */
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(242, 254, 247, 0.69);
    backdrop-filter: blur(200px);
    z-index: 100;
}

.head_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 74%;
    padding: 0 40px;
}

.head_content_left {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 36px;
}
.logo{
    height: 36px;
}
.logo img {
    width: 92px;
    height: 36px;
}

.call {
    position: relative;
    color: #1bbe69;
    font-size: 16px;
    cursor: pointer;
}
.call .call_text {
    position: relative;
    top: 2px;
}
.callqrbox {
    display: none;
    position: absolute;
    left: -40px;
    top: 30px;
}

.call:hover .callqrbox {
    display: block;
}

.callqr {
    margin-top: 10px;
    width: 258px;
    padding: 16px 45px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.callqr p {
    color: #757575;
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}

.head_content_right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.useWeb, .login_btn, .download_btn {
    display: flex;
    width: 100px;
    height: 36px;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
}

.useWeb {
    background-color: rgba(8, 184, 96, 0.1);
    color: #08b860;
}

.login_btn {
    border: 1px solid #08b860;
    color: #08b860;
    background: transparent;
}

.download_btn {
    background: #08b860;
    color: #fff;
}

.useWeb:hover, .login_btn:hover, .download_btn:hover {
    opacity: 0.7;
}

/* Section One 样式 */
.section_one {
    width: 100%;
    background-image: url('../../asset/office_image/top_bg.svg');
    background-size: cover;
    background-position: center;
    padding-top: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.section_one_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #2d4058;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 4px;
    background-image: url('../../asset/office_image/titleBg.png');
    background-size: auto 84px;
    background-position-x: 50%;
    background-position-y: 2px;
}

.section_one_title h1 {
    font-size: 60px;
    font-weight: 600;
    background: linear-gradient(88deg, #08b860 40.84%, #78e348 103.2%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section_one_title .title {
    background: linear-gradient(94deg, #89ea45 3.51%, #08b860 36.16%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.section_one_title_two {
    color: #2d4058;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2.4px;
}

.section_one_des {
    margin-top: 16px;
    color: #08b860;
    text-align: center;
    font-size: 22px;
    line-height: 150%;
    display: flex;
    gap: 24px;
    justify-content: center;
}

.section_one_des span {
    border-radius: 6px;
    background: rgba(8, 184, 96, 0.1);
    padding: 4px 12px;
    white-space: nowrap;
}

.platfom_box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.boxs {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.platfom_item {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.platfom_item, .platfom_item_app {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.platfom_item_iconbox {
    position: relative;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .08);
}

/* 移除悬浮上移效果 */
/* .platfom_item_iconbox:hover {
    transform: translateY(-4px);
} */

.platfom_item_iconbox .iconfont {
    font-size: 48px;
    color: #08b860;
}

.platfom_item span, .platfom_item_app span {
    color: #242424;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 16px;
    display: inline-block;  /* 默认显示 */
    width: 100%;
}

/* 平台图标样式 */
.platfom_item_iconbox .icon-platform {
    font-size: 38px;
    color: #08b860;
}

/* 提示标签 */
.platfom_item_tip_icon {
    position: absolute;
    right: 8px;
    top: 8px;
}

.platfom_item_flag {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(8, 184, 96, 0.1);
    color: #08b860;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 16px 0px 8px 0px;
}

.platfom_item_tip {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 16px 0px 8px 0px;
    background: rgba(210, 242, 225, 0.2);
    color: #08b860;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

/* 下载信息（桌面端悬浮显示）*/
.platfom_item_downloadInfo,
.platfom_item_downloadInfoQr {
    display: none;
    height: 80px;
    padding-top: 20px;
}

.platfom_item_downloadInfo .iconfont {
    font-size: 20px;
    color: #242424;
    display: block;
    margin: 0 auto;
}

.platfom_item_downloadInfo p {
    display: block;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 40px;
    background: #08b860;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    margin: 0 auto;
}

.platfom_item_downloadInfoQr {
    padding-top: 0px;
    height: fit-content;
    margin-top: 4px;
}

/* 悬浮效果：隐藏图标，显示下载信息 */
.platfom_item_iconbox:hover .icon-platform {
    display: none;
}

.platfom_item_iconbox:hover .platfom_item_downloadInfo,
.platfom_item_iconbox:hover .platfom_item_downloadInfoQr {
    display: block;
}

.platfom_item_iconbox:hover .platfom_item_downloadInfo .iconfont,
.platfom_item_iconbox:hover .platfom_item_downloadInfoQr .iconfont {
    display: block;
}

/* 移动端非微信环境：禁用hover效果（二维码无用） */
.platfom_no_wx:hover .icon-platform {
    display: block !important;
}

.platfom_no_wx:hover .platfom_item_downloadInfo,
.platfom_no_wx:hover .platfom_item_downloadInfoQr {
    display: none !important;
}

.platfom_no_wx:hover .platfom_item_downloadInfo .iconfont,
.platfom_no_wx:hover .platfom_item_downloadInfoQr .iconfont {
    display: none !important;
}

/* 移动端按钮样式 */
.android_btn,
.ios_btn,
.android_btn_mobile,
.ios_btn_mobile {
    white-space: nowrap;
}

/* 移动端按钮通用样式（绿色按钮） */
.android_btn_mobile,
.ios_btn_mobile {
    width: 130px;
    height: 32px;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #08b860;
    background: #08b860;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.ios_btn {
    width: 130px;
    height: 32px;
    /* padding: 8px 12px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    /* border: 1px solid #08b860;
    background: #08b860; */
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

/* 桌面端按钮控制 */
.android_btn_mobile,
.ios_btn_mobile {
    display: none !important;  /* 隐藏移动端按钮 */
}

.android_btn {
    display: inline-block;  /* 显示普通文本 */
}

.ios_btn {
    display: flex;  /* 显示绿色按钮 */
}

/* 微信内提示蒙层 */
.guide {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
}

.guide img {
    max-width: 90%;
    cursor: pointer;
}

.section_one_bannerbox {
    height: 780px;
    margin-top: 24px;
}

.section_one_bannerbox img {
    width: 1200px;
    height: 780px;
    object-fit: contain;
}

/* Banner 样式 */
.banner {
    padding: 72px 0;
    width: 100%;
    background: radial-gradient(ellipse farthest-corner, rgba(223, 255, 218, 0.4), #fff);
}

.banner_title {
    margin: 0 auto 8px;
    text-align: center;
    color: #2d4058;
    font-size: 48px;
    font-weight: 600;
}

.banner_des {
    margin: 0 auto 56px;
    text-align: center;
    color: #7c838e;
    font-size: 22px;
}

.banner_swiper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: nowrap;
}

.banner_swiper_l {
    width: 250px;
    flex-shrink: 0;
}

.banner_btn {
    display: flex;
    width: 250px;
    padding: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
    color: #2d4058;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all 0.3s;
}

.banner_btn:hover {
    border: 2px solid #08b860;
}

.banner_btn.active {
    border: 2px solid #08b860;
    background: rgba(8, 184, 96, 0.1);
    color: #08b860;
}

.banner_btn img {
    width: 24px;
    height: 24px;
}

.banner_download_btn {
    width: 176px;
    margin-top: 64px;
    display: flex;
    height: 56px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #08b860;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.banner_download_btn:hover {
    opacity: 0.7;
}

/* 特定区域的垂直布局样式 */
.banner_swiper.vertical-swiper {
    flex-direction: column;
    align-items: center;
}

.banner_swiper_l.vertical-layout {
    width: auto;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    gap: 0;
    background: linear-gradient(90deg, #83DC4F 2.76%, #1CBF6A 44.83%);
    border-radius: 100px;
    padding: 5px 5px;
    box-shadow: 0px 4px 20px rgba(76, 175, 80, 0.3);
}

.banner_swiper_l.vertical-layout .banner_btn {
    width: auto;
    padding: 8px 16px;
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 16px;
    /* font-weight: 500; */
    border-radius: 50px;
    transition: all 0.3s ease;
}

.banner_swiper_l.vertical-layout .banner_btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border: none;
}

.banner_swiper_l.vertical-layout .banner_btn.active {
    background: #fff;
    color: #4CAF50;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.banner_swiper_l.vertical-layout .banner_btn.active:hover {
    background: #fff;
    border: none;
}

.banner_swiper_l.vertical-layout .banner_btn img {
    filter: brightness(0) invert(1);
}

.banner_swiper_l.vertical-layout .banner_btn.active img {
    filter: none;
}

.banner_swiper_r {
    position: relative;
    width: 850px;
    height: 640px;
}
.vertical-swiper .banner_swiper_r{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 400px;
}

.vertical-swiper .banner_swiper_r_item {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    max-height: 0;
    overflow: hidden;
}

.vertical-swiper .banner_swiper_r_item.active {
    opacity: 1;
    visibility: visible;
    max-height: none;
}

.vertical-swiper .banner_swiper_r_item:not(.active) {
    position: absolute;
    pointer-events: none;
}
.banner_swiper.vertical-swiper .banner_btn {
    font-size: 15px !important;
}
.banner_swiper_r_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
}
.banner_one .banner_swiper_r_item {
    padding: 0;
}
.banner_swiper_r_item.active {  
    display: flex;
}

.banner_swiper_r_title {
    color: #2d4058;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.banner_swiper_r_des {
    color: #7c838e;
    font-size: 18px;
    margin-bottom: 16px;
}

.banner_swiper_r_item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Customer Banner 样式 */
.customer_banner {
    padding: 72px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer_banner_title {
    text-align: center;
    color: #2d4058;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
}

.customer_banner_des {
    text-align: center;
    color: #7c838e;
    font-size: 22px;
}

.customer_banner_cards {
    margin: 56px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    width: 1024px;
}

.customer_banner_card {
    display: flex;
    width: 328px;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 12px 40px -4px rgba(0, 0, 0, 0.14);
}

.customer_banner_card:nth-child(4) {
    margin-top: -20px;
}

.customer_banner_card:nth-child(5) {
    margin-top: -40px;
}

.customer_banner_card_top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customer_banner_card_top img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.customer_banner_card_name {
    color: #292d32;
    font-size: 14px;
    font-weight: 400;
}

.customer_banner_card_identity {
    color: #7c838e;
    font-size: 12px;
}

.customer_banner_card_des {
    color: #2d4058;
    font-size: 16px;
    letter-spacing: 1px;
}

.customer_banner_btn {
    display: flex;
    height: 56px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #08b860;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.customer_banner_btn:hover {
    opacity: 0.7;
}

/* Section Two 样式 */
.section_two {
    display: flex;
    height: 382px;
    padding: 72px 40px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: url('../../asset/office_image/safe.png') no-repeat bottom center / 240px auto,
                radial-gradient(ellipse farthest-corner, rgba(223, 255, 218, 0.4), #fff);
}

.section_two_title {
    color: #2d4058;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
}

.section_two_des {
    width: 976px;
    max-width: 90%;
    color: #7c838e;
    text-align: center;
    font-size: 22px;
}

/* Section Three 样式 */
.section_three {
    display: flex;
    padding: 72px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
}

.section_three_title {
    color: #2d4058;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
}

.section_three_des {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 24px;
    color: #7c838e;
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}

/* Index Part 样式 */
.index_part {
    padding: 72px 0;
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index_part .title {
    color: #2d4058;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.index_part .title span {
    color: #08b860;
}

.index_part .tip {
    color: #7c838e;
    font-size: 22px;
    text-align: center;
    margin-bottom: 56px;
}

.index_part .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    border-radius: 24px;
    width: 100%;
    /* background: linear-gradient(251deg, rgba(240, 254, 255, 0) 37.28%, #f0feff 97.7%), linear-gradient(207deg, #e6ecff 2.81%, hsla(0, 0%, 100%, 0) 50.14%), linear-gradient(165deg, hsla(0, 0%, 100%, .8) -4.45%, hsla(0, 0%, 100%, 0) 6.08%), linear-gradient(159deg, rgba(233, 255, 251, .66) 31.4%, rgba(231, 255, 251, 0) 45%), #fff; */
    /* margin-top: 56px; */
    /* padding: 0px 80px 0px 0px; */
}

.index_part .content_left {
    flex: 1;
    z-index: 1;
    padding: 37px 0px 37px 60px;
}

.index_part .content_left .title {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: left;
}

.index_part .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.index_part .item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #2d4058;
}

.index_part .btn {
    width: 141px;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(90deg, #83dc4f 2.76%, #1cbf6a 44.83%);
    margin-top: 24px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    white-space: nowrap;
    cursor: pointer;
}

.index_part .btn:hover {
    opacity: 0.7;
}

.index_part .content_right {
    flex: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_part .content_right img {
    max-width: 100%;
    height: auto;
}

/* Index Team 样式 */
.index_team {
    width: 100%;
    background: url('../../asset/office_image/index_team_bg.jpg') no-repeat rgba(0, 0, 0, 0.8);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 92px;
}

.index_team .container {
    width: 1146px;
    max-width: 1200px;
    margin: 0 auto;
}

.index_team .container_title {
    width: 100%;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}

.index_team .container_des {
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 56px;
}

.index_team .content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.index_team .content_left {
    width: 560px;
    padding: 0px 20px;
}

.index_team .content_right {
    position: relative;
    width: 520px;
    height: 427px;
}

.index_team .content_right_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 40px 0px 40px;
    flex-direction: column;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(32px);
    display: none;
    overflow:scroll;
}

.index_team .content_right_item.active {
    display: flex;
}

.index_team .content_right_title {
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-bottom: 16px;
}

.index_team .content_right_des {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-top: 16px;
}

/* Carousel 样式 */
.carousel {
    position: relative;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}

.carousel_box {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.carousel_list {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
}

.carousel_list img {
    width: 100%;
    flex-shrink: 0;
    display: block;
    border-radius: 16px;
}

.carousel_arrows_left,
.carousel_arrows_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.carousel_arrows_left:hover,
.carousel_arrows_right:hover {
    background: #08b860;
    color: #fff;
}

.carousel_arrows_left {
    left: 20px;
}

.carousel_arrows_right {
    right: 20px;
}

.carousel_arrows_left .iconfont,
.carousel_arrows_right .iconfont {
    font-size: 20px;
}

.carousel_dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.carousel_dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.carousel_dots .dot.active {
    width: 24px;
    border-radius: 4px;
    background: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer 样式 */
.footer {
    position: relative;
    width: 100%;
    height: 380px;
    background: #222831;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #e0e0e0;
    overflow: hidden;
}

.footer .foot_desbox {
    width: 1020px;
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer .foot_logo {
    width: 82.378px;
    height: 40px;
    flex-shrink: 0;
}

.footer .foot_logo img {
    width: 100%;
    height: 100%;
}

.footer .foot_des {
    color: #e0e0e0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.footer .foot_box {
    display: flex;
    gap: 91px;
    width: 1020px;
    margin: 34px 0 10px 0;
}

.footer .foot_item {
    width: fit-content;
}

.footer .foot_item_title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
}

.footer .foot_item_des1,
.footer .foot_item_des2,
.footer .foot_item_pact,
.footer .foot_item_pact2 {
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 38px 0 0 0;
    white-space: nowrap;
}

.footer .foot_item_des2,
.footer .foot_item_pact2 {
    margin: 12px 0 0 0;
}

.footer .foot_item_pact,
.footer .foot_item_pact2 {
    cursor: pointer;
}

.footer .foot_item_pact:hover,
.footer .foot_item_pact2:hover {
    color: #ffffff;
}

.footer .foot_item_qrcode {
    margin: 16px 0 0 0;
}

.footer .foot_item_qrcode img {
    width: 100px;
    height: 100px;
}

.footer .line {
    width: 1020px;
    height: 1px;
    background: #ededed;
    margin: 0;
}

.footer .foot_info {
    display: flex;
    align-items: center;
    width: 1020px;
    margin: 30px 0 0 0;
    color: #e0e0e0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.footer .foot_info img {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 39px;
}

.footer > * {
    position: relative;
    z-index: 1;
}

/* 响应式布局 */
/* 根据设备类型而非屏幕宽度判断，PC端保持最小宽度1200px，只在真实移动设备上使用响应式布局 */

/* 移动设备样式 */
body.is-mobile {
    /* 移除最小宽度限制 */
    min-width: auto;
    /* 移动端不需要横向滚动，但需要垂直滚动 */
    overflow-x: hidden;
    overflow-y: auto;
}

/* Header 移动端适配 */
body.is-mobile .header {
    position: fixed;
    height: 56px;
    padding: 8px 0;
    width: 100%;
    min-width: auto;
    left: 0;
    top: 0;
    z-index: 100;
} 

body.is-mobile .head_content {
    width: 100% !important;
    padding: 0 16px !important;
    min-width: auto;
}

body.is-mobile .head_content_left {
    gap: 8px;
}
body.is-mobile .logo {
    height: 26px !important;
}
body.is-mobile .logo img {
    width: 72px;
    height: 28px;
}

body.is-mobile .call {
    font-size: 13px;
    margin-left: 0;
}

body.is-mobile .call_text {
    white-space: nowrap;
    /* position: relative;
    top: 2px; */
}
body.is-mobile .banner_swiper_l.vertical-layout .banner_btn {
    border: 2px solid transparent;
}
body.is-mobile .head_content_right {
    gap: 8px;
}

body.is-mobile .useWeb {
    display: none !important;
}

body.is-mobile .login_btn {
    display: none !important;
}


body.is-mobile .download_btn {
    width: auto !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    height: 32px !important;
    white-space: nowrap;
}

/* Section One 移动端适配 */
body.is-mobile .section_one {
    padding-top: 80px;
    background: radial-gradient(ellipse farthest-corner, rgba(223, 255, 218, 0.5), #fff);
}

body.is-mobile .section_one_title,
body.is-mobile .section_one_title h1 {
    font-size: 32px;
    gap: 8px;
}

body.is-mobile .section_one_title_two {
    font-size: 32px;
}

body.is-mobile .section_one_des {
    font-size: 14px;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0 16px;
}

body.is-mobile .section_one_des span {
    padding: 2px 8px;
    font-size: 12px;
}

body.is-mobile .section_one_bannerbox {
    height: auto;
    width: 100%;
    padding: 0 16px;
}

body.is-mobile .section_one_bannerbox img {
    width: 100%;
    height: auto;
}

/* Banner 移动端适配 */
body.is-mobile .banner {
    padding: 40px 0;
}

body.is-mobile .banner_title,
body.is-mobile .customer_banner_title,
body.is-mobile .section_two_title,
body.is-mobile .section_three_title,
body.is-mobile .index_part .title,
body.is-mobile .index_team .container_title {
    font-size: 24px;
    padding: 0 16px;
}

body.is-mobile .banner_des,
body.is-mobile .customer_banner_des,
body.is-mobile .section_two_des,
body.is-mobile .section_three_des,
body.is-mobile .index_part .tip,
body.is-mobile .index_team .container_des {
    font-size: 14px;
    padding: 0 16px;
}

body.is-mobile .banner_swiper {
    flex-direction: column;
    align-items: center;
    padding: 0;
    min-width: auto;
}
body.is-mobile .index_part .tip {

    margin-bottom: 10px;
}
/* 修复垂直布局在移动端的样式 */
body.is-mobile .banner_swiper_l.vertical-layout {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 0 16px 24px 16px !important;
    padding: 5px !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

body.is-mobile .banner_swiper_l.vertical-layout::-webkit-scrollbar {
    display: none;
}

body.is-mobile .banner_swiper_l {
    width: 100%;
    height: auto;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 0 16px 16px;
    margin-right: 0;
    margin-bottom: 0;
}

body.is-mobile .banner_swiper_l::-webkit-scrollbar {
    height: 0;
}

body.is-mobile .banner_btn {
    width: auto !important;
    min-width: fit-content;
    padding: 5px 16px !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    white-space: nowrap;
    flex-shrink: 0;
}

body.is-mobile .banner_btn:hover {
    border: 2px solid #fff !important;
}

body.is-mobile .banner_btn.active:hover {
    border: 2px solid #08b860 !important;
}

body.is-mobile .banner_download_btn {
    display: none !important;
}

body.is-mobile .banner_swiper_r {
    width: calc(100% - 32px) !important;
    height: auto !important;
    min-height:auto;
    position: relative !important;
}

body.is-mobile .vertical-swiper .banner_swiper_r {
    min-height: auto;
}

body.is-mobile .banner_swiper_r_item {
    padding: 16px !important;
    height: auto !important;
    position: static !important;
    width: 100% !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
    max-height: 0;
    overflow: hidden;
}

body.is-mobile .banner_swiper_r_item.active {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: none !important;
}

body.is-mobile .banner_swiper_r_item:not(.active) {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    pointer-events: none !important;
}

body.is-mobile .banner_swiper_r_item img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

body.is-mobile .vertical-swiper .banner_swiper_r_item {
    width: 100% !important;
    padding: 0 !important;
}

body.is-mobile .vertical-swiper .banner_swiper_r_item img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
}

/* Customer Banner 移动端适配 */
body.is-mobile .customer_banner {
    padding: 40px 16px;
}

body.is-mobile .customer_banner_cards {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 32px 0;
}

body.is-mobile .customer_banner_card {
    width: 100% !important;
    max-width: 400px;
    margin-top: 0 !important;
}

body.is-mobile .customer_banner_btn {
    width: auto;
    padding: 0 32px;
    height: 48px;
    font-size: 16px;
}

/* Section Two 移动端适配 */
body.is-mobile .section_two {
    height: auto;
    padding: 40px 16px;
}

body.is-mobile .section_two_des {
    width: 100% !important;
    max-width: 100%;
}

/* Section Three 移动端适配 */
body.is-mobile .section_three {
    padding: 40px 16px;
}

body.is-mobile .section_three_des {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
}

/* Platform Box 移动端适配 */
body.is-mobile .platfom_box {
    margin-top: 24px;
}

body.is-mobile .platfom_item {
    display: none !important;
}

/* 移动端：隐藏桌面端按钮文字 */
body.is-mobile .android_btn,
body.is-mobile .ios_btn {
    opacity: 0;
    display: none !important;
}

/* 移动端：显示移动端按钮 */
body.is-mobile .android_btn_mobile,
body.is-mobile .ios_btn_mobile {
    display: flex !important;
}

body.is-mobile .platfom_item_iconbox {
    width: 100px;
    height: 100px;
}

body.is-mobile .platfom_item_iconbox .icon-platform {
    font-size: 32px;
}

/* Index Part 移动端适配 */
body.is-mobile .index_part {
    padding: 40px 16px;
}
body.is-mobile .index_part .content_left{
  padding: 37px 0px 37px 20px;
}
body.is-mobile .index_part .content {
    flex-direction: column;
    padding: 24px 16px;
}

body.is-mobile .index_part .content_left .title {
    font-size: 24px;
    text-align: center;
}

body.is-mobile .index_part .item {
    font-size: 14px;
}

/* Index Team 移动端适配 */
body.is-mobile .index_team {
    padding-top: 40px;
    padding-bottom: 40px;
}

body.is-mobile .index_team .container {
    width: 100%;
    padding: 0 16px;
}

body.is-mobile .index_team .content {
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.is-mobile .index_team .content_left {
    width: 100%;
    padding: 0;
}

body.is-mobile .index_team .content_right {
    width: 100%;
    height: auto;
    min-height: 300px;
}

body.is-mobile .index_team .content_right_item {
    padding: 24px 16px;
}

body.is-mobile .index_team .content_right_title {
    font-size: 20px;
}

body.is-mobile .index_team .content_right_des {
    font-size: 14px;
}

body.is-mobile .carousel_arrows_left,
body.is-mobile .carousel_arrows_right {
    width: 32px;
    height: 32px;
}

body.is-mobile .carousel_arrows_left {
    left: 10px;
}

body.is-mobile .carousel_arrows_right {
    right: 10px;
}

body.is-mobile .carousel_arrows_left .iconfont,
body.is-mobile .carousel_arrows_right .iconfont {
    font-size: 16px;
}

/* Footer 移动端适配 */
body.is-mobile .footer {
    height: auto;
    padding: 24px 0;
}

body.is-mobile .footer .foot_desbox {
    width: 90%;
    margin: 24px 0 0 0;
}

body.is-mobile .footer .foot_box {
    width: 90%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 24px 0 0 0;
}

body.is-mobile .footer .foot_item {
    width: 100%;
    text-align: center;
}

body.is-mobile .footer .foot_item_des1,
body.is-mobile .footer .foot_item_pact {
    margin-top: 10px;
}

body.is-mobile .footer .line {
    width: 90%;
    margin: 20px 0;
}

body.is-mobile .footer .foot_info {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 20px 0 0 0;
}

body.is-mobile .footer .foot_info img {
    margin: 0 8px;
}

/* Browser Extension Download Box */
.browserext_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    margin-top: 24px;
    border-radius: 8px;
    max-width: fit-content;
}

.browserext_title {
    color: #7c838e;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.browserext_btns {
    display: flex;
    align-items: center;
    gap: 24px;
}

.browserext_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 2px 12px;
    height: auto;
    border-radius: 6px;
    border: 1px solid transparent;
    background: transparent;
    color: #08b860;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.browserext_btn:hover {
    background: rgba(8, 184, 96, 0.1);
}

.browserext_btn .browser-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.browserext_btn_primary {
    /* 主按钮样式，显示图标和文字 */
}

.browserext_btn_icon {
    /* 图标按钮样式，只显示图标 */
    padding: 2px 8px;
}

.browserext_divider {
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.06);
    margin: 0 4px;
}

.browserext_direct {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: #7c838e;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: all 0.2s;
    border-color: #d9d9d9;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

.browserext_direct:hover {
    color: #4bd185;
    border-color: #4bd185;
}

.browserext_direct .tip {
    color: #4bd185;
}

/* Mobile hide browser extension box */
body.is-mobile .browserext_box {
    display: none !important;
}

@media screen and (max-width: 1680px) {
    body .header .head_content {
        width: 88%;
    }
}

/* 桌面端最小宽度限制 */
@media screen and (min-width: 769px) {
    body {
        min-width: 1200px;
        overflow-x: auto;
    }
    
    .header {
        min-width: 1200px;
    }
    
    .head_content {
        min-width: 1120px;
    }
    
    .banner_swiper {
        min-width: 1200px;
    }
}