.swper_banner {
    height: 100vh;
    background-color: #eee;
    font-family: PingFangSC, PingFang SC;
}

.item_content {
    height: 100%;
}

.swp_title {
    /* margin-top: 150px; */
    margin-top: 300px;
    opacity: 0;
}

.swp_title h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #151515;
}

.swp_title p {
    width: 45%;
    line-height: 25px;
    color: #333333;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
}

.swp_title1 {
    margin-top: 60px;
    color: #333333;
}

.title2_top {
    width: 45%;
    margin-top: 10px;
    color: #999999;
}

.swp_btn_box {
    margin-top: 150px;
    overflow: hidden;
}

.swp_btn {
    background-color: #075CFF;
    min-width: 160px;
    height: 60px;
    max-width: 190px;
    background: #075CFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
    font-size: 22px;
    background: linear-gradient(90deg, #008eff, #0038ff 57%, #0253ff);
}

.swp_btn:hover {
    background: #075CFFBB;
}

.text_ellipsis_2 {
    width: 100%;
    /* 必须设置宽度或最大宽度 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    display: -webkit-box;
    /* 弹性盒布局 */
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    line-height: 1.5;
    /* 可调整行高，控制整体高度 */
    word-break: break-all;
    /* 英文/数字强制换行，避免单行溢出 */
}

.text_ellipsis_1 {
    width: 100%;
    /* 必须设置宽度或最大宽度 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    display: -webkit-box;
    /* 弹性盒布局 */
    -webkit-line-clamp: 1;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    line-height: 1.5;
    /* 可调整行高，控制整体高度 */
    word-break: break-all;
    /* 英文/数字强制换行，避免单行溢出 */
}

.s1 {
    position: absolute;
    /* right: 35%; */
    right: 50%;
    opacity: 0;
    top: 80px;
    width: 322px !important;
    height: 160px !important;
}

.s2 {
    position: absolute;
    /* right: 11%; */
    right: -5%;
    opacity: 0;
    top: 325px;
    width: 322px !important;
    height: 144px !important;
}

.s3 {
    position: absolute;
    /* right: 40%; */
    right: 50%;
    opacity: 0;
    top: 580px;
    width: 322px !important;
    height: 144px !important;
}

.s4 {
    position: absolute;
    /* right: 16%; */
    right: -10%;
    bottom: 80px;
    width: 322px !important;
    height: 144px !important;
}



.overseas {
    background-color: #fff;
}

.overseas_title {
    font-size: 36px;
    color: #333333;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-family: PingFangSC, PingFang SC;
    margin-bottom: 80px;
    /* padding-top: 60px; */
    padding-top: 240px;
    opacity: 0;
    transition: 1s;

}

.What_title {
    margin-bottom: 40px !important;
}

.choice_title {
    position: relative;
    z-index: 50;
}


.overseas_desc {
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    width: 926px;
    transition: .1s;
    margin: 0 auto;
}

.overseas_link {
    background-color: #075CFF;
    max-width: 130px;
    height: 40px;
    background: #075CFF;
    border-radius: 28px;
    border: 2px solid #075CFF;
    color: #FFFFFF;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
}

.oversease_number {
    margin-top: 10px;
    min-height: 300px;
    display: flex;
    padding-top: 80px;
    justify-content: space-around;
    background-image: url('../images/city.png?=v0.7');
    background-repeat: no-repeat;
    background-size: cover;
}

.item_title {
    text-align: center;
    font-size: 38px;
    min-width: 200px;
    color: #075CFF;
}

.item_name {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.target {
    padding-bottom: 80px !important;
}

.service {
    background-color: #f7f7f7;
    padding-bottom: 40px;
}


.choice {
    background-color: #fff;
    min-height: 400px;
    padding-bottom: 50px;
}


.choice_box {
    min-height: 400px;
    margin-bottom: 60px;
}

.consistent {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    min-height: 450px;
    position: relative;
    z-index: 0;
}


.con_img1 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -3;
}

.con_item {
    width: 375px;
    /* min-height: 545px; */
    background: #FFFFFF;
    box-shadow: 0px 12px 60px -11px #CFD6E3;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    padding: 40px;
    /* padding-bottom:0 ; */

}

.con_item-hover {
    margin-top: -20px;
    transition: .3s;
}

/* .con_item:hover {
    margin-top: -20px;
    transition: .3s;
} */

.con_title {
    font-family: PingFangSC, PingFang SC;
    font-size: 22px;
    color: #222;
    font-style: normal;
    font-weight: bold;
}

.con_txt {
    /* border: 1px solid #000; */
    margin-top: 30px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;

    display: -webkit-box;
    /* 将元素转为弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 文本垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制最多显示2行 */
    overflow: hidden;
    /* 隐藏超出的内容 */
    text-overflow: ellipsis;
    /* 溢出部分显示省略号 */
}

.con_list {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.list_item {
    background-color: #fff;
    background: #E5F1FF;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
}

.con_img_content {
    margin-top: 30px;

}

.con_img_content>img {
    width: 295px;
    height: 225px;
    transform: scale(1.2);

}


.cooperation {
    background-color: #f7f7f7;
    min-height: 400px;
    padding-bottom: 80px;
}


.scroll {
    display: flex;
    width: 100%;
    overflow: hidden;
    mask-images: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    -webkit-mask-images: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

.scroll>div {
    white-space: nowrap;
    animation: animate var(--t) linear infinite;
    animation-delay: calc(var(--t)* -1);
}

.scroll>div:nth-child(2) {
    animation: animate2 var(--t) linear infinite;
    animation-delay: calc(var(--t) / -2);
}

@keyframes animate {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(100%)
    }
}

@keyframes animate2 {
    0% {
        transform: translate(-200%)
    }

    to {
        transform: translate(0%)
    }
}

.scroll:hover>div {
    animation-play-state: paused;
}


.scroll>.scroll_box .scroll_item {
    display: inline-block;
    margin: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    color: #fff;
    width: 190px;
    height: 72px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .5s ease;
    position: relative;
}

.scroll_item>img {
    top: 0;
    left: 0;
    position: absolute;
    width: 190px;
    height: 72px;
}


.scroll>.scroll_box .scroll_item:hover {
    color: #fff;
}

.btn_title {
    justify-content: space-between;
    padding-right: 20px;
}


.stack {
    background-color: #4860f8;
    background: linear-gradient(1deg, #f5f6ff, #e6efff) !important;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    margin-right: 5px;
    display: flex;
    color: #000;
    flex: 1;
}

.stack:hover {
    background: linear-gradient(1deg, #f5f6ff, #e6efff) !important;
}

/* 核心：父容器 hover 时，改变 .stack 背景（模拟.stack2 hover的效果） */
.flexbox:hover .stack {
    background: linear-gradient(1deg, #e8eaff, #bfd6ff) !important;
}

.stack2:hover {
    background: linear-gradient(1deg, #f5f6ff, #e6efff);
    width: 680px;
    transition: 1s;
}

.stack_active {
    top: 10% !important;
    opacity: 0 !important;
    transition: .3s;
}



.stack2 {
    width: 280px;
    background: linear-gradient(1deg, #e8eaff, #bfd6ff);
    transition: 1s;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

._inter {}


.stack_img {
    min-width: 280px;
    height: 100%;
}

.txt_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    margin: 35px 0 0 35px;
    color: #222222;
    padding-right: 10px;
    font-weight: bold;

    /* 核心属性：控制2行文本溢出 */
    display: -webkit-box;
    /* 将元素转为弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 文本垂直排列 */
    -webkit-line-clamp: 1;
    /* 限制最多显示2行 */
    overflow: hidden;
    /* 隐藏超出的内容 */
    text-overflow: ellipsis;
    /* 溢出部分显示省略号 */
}


.txt_title1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    font-style: normal;
    margin: 25px 0 0 35px;
    display: none;
}

.txt_content {
    margin: 10px 20px 0 35px;
    font-size: 12px;
    /* min-height: 100px; */
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; */
    color: #333;
}

.txt_content>div {
    width: 100%;
    font-size: 16px;
    padding-right: 25px;
    margin-bottom: 15px;
    height: 50px;
    margin-top: 20px;
}

.txt_content>p {
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
    color: #666;
}

.txt_content>p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 5px;
    border-right: 2px solid #007bff;
    border-bottom: 2px solid #007bff;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(130deg) rotateX(180deg);
    -webkit-transform: translateY(-50%) rotate(130deg) rotateX(180deg);
}

.service_top {}



/* 动画 */

.active_show {
    position: fixed;
    top: 10% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.flexbox {
    display: flex;
    justify-content: space-between;
}

.stack_img_icon {
    width: 100%;
    height: 100%;
}

/* 按钮容器样式 */
.consult-btn {
    background-color: #FFFFFF;
    color: #1f6cff;
    /* 蓝色文字，与示例匹配 */
    border: none;
    border-radius: 24px;
    /* 大圆角，增强柔和感 */
    padding: 5px 20px;
    /* 内边距，控制按钮大小 */
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 35px;
    margin-top: 20px;
}

/* 箭头样式（用CSS伪元素实现三角形）
.consult-btn::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #1f6cff;
    /* 蓝色箭头 */
/* margin-left: 8px; */
/* } */

*/

/*  hover 效果（可选增强交互） */
.consult-btn:hover {
    background-color: #F0F5FF;
}


.item_img {
    width: 600px;
    height: 400px;
    margin-top: 30px;
}


.lang_coor_txt {
    width: 60%;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-bottom: 77px;
}

.contact_my {
    position: fixed;
    width: 70px;
    background: #075CFF;
    border-radius: 12px;
    /* right: 10px; */
    right: -70px;
    transition: 1s;
    top: 70%;
}

.copyTip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    z-index: 999;
}

.cont_item {
    color: #fff;
    font-size: 12px;
    height: 80px;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding-top: 15px;
    transition: 1s;
}


.qr_box {
    position: absolute;
    top: -100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
    left: -340px;
    border-radius: 8px;
    transition: .3s;
    display: none;
    /* opacity: 0; */
    min-width: 320px;
    min-height: 202px;
    padding-bottom: 15px;
    z-index: 99999;
    width: 200px;
    padding-top: 2px;
}

.qr_top {
    display: flex;
    min-height: 50px;
    align-items: center;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 15px 0 15px;
    position: relative;
}

.icon_dow {
    width: 18px;
    height: 18px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.olde {
    width: 15px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    right: -7px;
    bottom: 30%;

}

.qr_item {
    color: #333;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-family: PingFangSC, PingFang SC;
}

.qr_item_active {
    color: #085cff;
    position: relative;
}

.qr_item_active::after {
    content: "";
    width: 15px;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background-color: #085cff;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%);
}




/* .cu_pr:hover .qr_box {
    display: block;
    opacity: 1;
    transition: .3s;
} */

.qr_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.qr_txt {
    color: #4E5969;
    text-align: center;
    margin-top: 8px !important;
}

/* 第一个按钮的样式 */
.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: #075cff;
    border-radius: 50px;
    display: flex;
    min-width: 160px;
    height: 60px;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    border: 1px solid #ffffff4d;
    cursor: pointer;
    font-size: 22px;
    background: linear-gradient(90deg, #008eff, #0038ff 57%, #0253ff);
    padding: 0 30px;
    transform-origin: center;
    backface-visibility: hidden;
    animation: breath 1.5s infinite ease-in-out;
}


/* 定义呼吸动画：从1倍 → 1.03倍 → 1倍 */
@keyframes breath {
    0% {
        transform: scale(0.95);
        /* 初始尺寸 */
    }

    50% {
        transform: scale(1.01);
        /* 放大到1.03倍（中间点） */
    }

    100% {
        transform: scale(0.95);
        /* 回到原尺寸 */
    }
}

.icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.button:hover .icon {
    transform: translate(4px);
}

.button::before {
    animation: shine 1.5s ease-out infinite;
}

.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    /* background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%); */
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0) 70%);

    top: 0;
    left: -100px;
    z-index: -5;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.svg svg {
    width: 40px;
    margin-top: 5px;
}

.button:hover {
    border: 8px solid #b1d8ff;
    background-color: #1b7aff;
}

.button:hover .svg svg {
    animation: jello-vertical 0.9s both;
    transform-origin: left;
}

@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.swiper-slide {
    position: relative;
}

.swiper_box {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translate(-50%);
    height: 90vh;
    text-align: left;
}

.home_swpier {
    position: absolute;
    left: 0;
    top: 64px;
    color: #000;
    width: 100%;
}

.inter_box {
    left: 50% !important;
    bottom: 5% !important;
}


.swpier_img {
    width: 109px;
    height: 87px;
    margin: 0 auto;
}


.item_box {
    /* border: 1px solid #fff; */
    min-height: 80vh;
    user-select: none;
    -webkit-user-select: none;
    /* 适配 Safari/Chrome */
    -moz-user-select: none;
    /* 适配 Firefox */
    -ms-user-select: none;
    /* 适配 IE/Edge */
    padding-top: 10%;
}


.bg_color {
    background-color: #fff;
}

.swpier_title {
    font-size: 38px;
    text-align: center;
    color: #fff;
    background: linear-gradient(283deg, #FFB9E3 0%, #83AEFF 100%);
    /* 粉→浅粉渐变（对应“轻松增长”） */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    letter-spacing: 2px;
    /* margin-top: 46px; */
    margin-top: 106px;
    opacity: 0;
}

.swpier_text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
    opacity: 0;
}

.supier_box {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    color: #fff;
    opacity: 0;

}

.box_item {
    font-family: PingFangSC, PingFang SC;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    background-color: #fff;
    color: #333;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 5px 10px !important;
    text-align: center;
}

.supier_btn {
    opacity: 0;
    background: #075CFF;
    border-radius: 28px;
    font-family: PingFangSC, PingFang SC;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 140px;
    cursor: pointer;
    padding: 8px 25px;
}

.supier_btn:hover {
    background: #075CFFcc;
}

.swpier_video {
    width: 100%;
}

.title_actvie {
    color: #3568d4;
}

.active_nav:hover {
    color: #3568d4;
}

.num2_title,
.num2_title1,
.num2_title2 {
    text-align: center;
    color: #fff;
}

.num2_title {
    font-size: 38px;
    letter-spacing: 2px;
    padding-top: 40px;
}

.num2_title1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 5px;
}

.num2_title2 {
    letter-spacing: 2px;
    font-family: PingFangSC, PingFang SC;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
    margin-top: 60px;
}

.box_item_1 {
    margin: 0 10px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    padding: 5px 10px;
}

.qr_man {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-size: 14px;
    padding: 0 15px;
    margin-top: 15px;
}

.man_left {
    display: flex;
    align-items: center;
}

.man_left_img {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 1px solid #eee;
}

.left_box_title {
    font-size: 16px;
    font-weight: bold;
}

.man_left_box {
    min-width: 50px;
    margin-left: 15px;
}

.left_box_type {
    color: #4E5969;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.is_type {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: 5px;
    background-color: #25d366;
}


.man_rigth {
    display: flex;
}

.right_img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.man_rigth_box {
    text-align: center;
    margin-left: 40px;
}


.after_box {
    position: relative;
    margin-left: 20px;
}

/* .after_box::after {
    content: "";
    height: 40px;
    width: 1px;
    background-color: #f8f8f8;
    position: absolute;
    left: -20px;
    top: 5px;
} */

.user_list {
    text-align: left;
    padding: 0 15px;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

