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

.header.hover {
    background: #2b2b2b !important;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f6faff;
    margin-top: 94px;
}

.banner__text {
    flex: 1;
    max-width: 500px;
    padding-left: 32px;
}

.banner__title {
    padding: 0;
    margin-top: 0px;
    font-size: 22px;
    color: #103049;
    margin-bottom: 15px;
}

.banner__tagline {
    font-size: 30px;
    color: #0c85e8;
    font-weight: bold;
    margin-bottom: 15px;
}

.banner__desc {
    font-size: 16px;
    color: #103049;
    line-height: 1.6;
    margin-bottom: 25px;
}

.banner__btns {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 12px 32px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.btn--green {
    background-color: #2dd4bf;
    color: white;
    box-shadow: 0 12px 40px #2dd4bf6b;
}

.btn--blue {
    background-color: #0088ff;
    color: white;
    box-shadow: 0 12px 40px rgba(12, 133, 232, 0.4);
}

.banner__illustration {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.banner__img {
    width: 536px;
    height: 424px;
    background-image: url(/uploadfiles/international_sms/solution_sms.png);
    border-radius: 8px;
    background-size: 100% 100%;
}


.advantage-container {
    width: 100%;
    max-width: 1230px;
    background-image: url("/uploadfiles/international_sms/solution_sms_advantage_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 445px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.advantage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px 45px;
}

.advantage-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #ffffff;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 102, 204, 0.05);
    flex: 1 1 300px;
    max-width: 380px;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.advantage-item:hover {
    transform: scale(1.05);
}

.advantage-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    fill: #007bff;
}

.advantage-text {
    font-size: 22px;
    color: #0c85e8;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .advantage-item {
        padding: 20px;
    }

    .advantage-text {
        font-size: 18px;
    }

    .advantage-icon {
        width: 36px;
        height: 36px;
    }
}

/* box1 */

.service-container {
    background-image: url(/uploadfiles/international_sms/solution_sms_service_bg.png);
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 100px;
}

.tab-nav {
    display: flex;
    justify-content: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.tab-item {
    flex: 1;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #666;
    transition: all 0.3s ease;
    margin-right: 0 !important;
}

.tab-item:first-child {
    border-radius: 8px 0px 0px 8px;
}

.tab-item:nth-child(4) {
    border-radius: 0px 8px 8px 0px;
}

.tab-item.swiper-slide-thumb-active {
    background: #1677ff;
    color: #ffffff;
}

.tab-item .name {
    font-size: 20px;
    color: #7b7c7c;
}

.tab-item.swiper-slide-thumb-active .name {
    font-size: 20px;
    color: #ffffff;
}

.tab-item:nth-child(1) .icon {
    width: 32px;
    height: 33px;
    background-image: url('/uploadfiles/international_sms/service/service_icon1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.tab-item:nth-child(1).swiper-slide-thumb-active .icon {
    width: 32px;
    height: 33px;
    background-image: url('/uploadfiles/international_sms/service/service_icon1_active.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.tab-item:nth-child(2) .icon {
    width: 20px;
    height: 27px;
    background-image: url('/uploadfiles/international_sms/service/service_icon2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.tab-item:nth-child(2).swiper-slide-thumb-active .icon {
    width: 20px;
    height: 27px;
    background-image: url('/uploadfiles/international_sms/service/service_icon2_active.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.tab-item:nth-child(3) .icon {
    width: 28px;
    height: 28px;
    background-image: url('/uploadfiles/international_sms/service/service_icon3.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.tab-item:nth-child(3).swiper-slide-thumb-active .icon {
    width: 28px;
    height: 28px;
    background-image: url('/uploadfiles/international_sms/service/service_icon3_active.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.tab-item:nth-child(4) .icon {
    width: 28px;
    height: 26px;
    background-image: url('/uploadfiles/international_sms/service/service_icon4.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.tab-item:nth-child(4).swiper-slide-thumb-active .icon {
    width: 28px;
    height: 26px;
    background-image: url('/uploadfiles/international_sms/service/service_icon4_active.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.yjy2 .nei .mySwiper {
    list-style: none;
    text-align: center;
    position: relative;
    height: 60px;
}


.content-wrapper {
    display: flex;
    gap: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.product-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 20px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 475px;
    padding-top: 30px;
    padding-left: 30px;
}

.swiper-slide:nth-child(1) .product-list {
    gap: 50px;
}

.swiper-slide:nth-child(2) .product-list {
    gap: 50px;
}

.swiper-slide:nth-child(3) .product-list {
    gap: 20px;
}

.swiper-slide:nth-child(4) .product-list {
    gap: 20px;
}

.list-title {
    font-size: 18px;
    color: #0c85e8;
    position: relative;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
    padding-left: 5px;
}

.list-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 2px;
    background: #3fc6b2;
    left: 5px;
}

.product-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    padding-left: 5px;
}

.product-name {
    font-size: 16px;
    color: #0c85e8;
    font-weight: 600;
    position: relative;
}

.product-name::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 51%;
    transform: translateY(-51%);
    background: url('/uploadfiles/international_sms/point.png') no-repeat;
    width: 4px;
    height: 4px;
    background-size: 100% 100%;
}

.product-desc {
    font-size: 14px;
    color: #525252;
    line-height: 1.6;
}

.scene-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding-top: 30px;
    padding-left: 30px;

}

.scene-title {
    font-size: 18px;
    color: #0c85e8;
    position: relative;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
    padding-left: 5px;

}

.scene-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #3fc6b2;
    left: 5px;

}

.scene-cards {
    display: flex;
    justify-content: space-around;
    gap: 16px;
    padding-left: 75px;
    padding-right: 30px;
}

.scene-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.service-container .yjy2 .nei .mySwiper2 img {
    max-width: 63% !important;
}
.scene-card .card-phone img {
    max-width: 63% !important;
}


.phone-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
}

.phone-body {
    margin-top: 40px;
    padding: 12px;
    font-size: 10px;
    line-height: 1.4;
    color: #333;
}

.scene-label {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #1677ff;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
}

.card-info {
    text-align: center;
    font-size: 14px;
    color: #525252;
    line-height: 1.6;
}

/* 搴曢儴鎸囩ず鍣� */
.indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.dot {
    width: 20px;
    height: 6px;
    border-radius: 3px;
    background: #eee;
}

.dot.active {
    background: #1677ff;
}

.voice-scene-container {}

.voice-scene-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    justify-content: flex-start;
}

.voice-scene-item {
    max-width: 190px;
    display: flex;
    flex-direction: column;
}

.voice-scene-icon-wrap {
    width: 70px;
    height: 70px;
    position: relative;
}

.voice-scene-icon {
    width: 64px;
    height: 57px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 2;
}

.voice-scene-icon::after {
    content: "";
    width: 0px;
    height: 0px;
    background-color: #4EC9B040;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: -1;
}

.voice-scene-title {
    font-size: 16px;
    color: #0c85e8;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: left;
}

.voice-scene-desc {
    font-size: 14px;
    color: #525252;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-top: 8px;
}


.scene-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 600px;
}

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

.scene-item__icon-wrapper {
    position: relative;
    width: 66px;
    height: 59px;
    flex-shrink: 0;
}


.scene-item__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #4ecdc4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
}



.scene-item__title {
    font-size: 16px;
    font-weight: 600;
    color: #0c85e8;
    line-height: 1.2;
    text-align: left;
}

.scene-item__desc {
    font-size: 14px;
    color: #525252;
    line-height: 1.5;
    text-align: left;
}

.platform-scene-desc {
    text-align: left;
}

.platform-scene-img img {
    width: 100% !important;
    max-width: 100% !important;
}

.yjy2 .nei .mySwiper2 {
    margin-top: 30px !important;
    padding: 0 !important;
}

.yjy2 .AboutTit {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
}


/* box2 */

.advantages-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.advantages-section__title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 40px;
}

.advantages-section__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.advantage-card {
    flex: 1 1 calc(50% - 15px);
    min-width: 380px;
    height: 220px;
    background: url("/uploadfiles/international_sms/advantage/advantages_bg.png") center / cover no-repeat;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    gap: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.advantage-card.active {
    background: url("/uploadfiles/international_sms/advantage/advantages_bg_active.png") center / cover no-repeat;
}

.advantage-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(22, 140, 255, 0.1));
    border-radius: 12px;
    clip-path: ellipse(80% 100% at 100% 50%);
    opacity: 0;
    pointer-events: none;
}

.advantage-card:hover {
    background: url("/uploadfiles/international_sms/advantage/advantages_bg_active.png") center / cover no-repeat;
}

.advantage-card.active {
    background: url("/uploadfiles/international_sms/advantage/advantages_bg_active.png") center / cover no-repeat;
}

.advantage-card:hover::after {}

.advantage-card__icon-wrapper {
    width: 100px;
    height: 100px;
    background-color: #168cff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 12px 40px rgba(12, 133, 232, 0.4);
}

.advantage-card:hover .advantage-card__icon-wrapper {
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(22, 140, 255, 0.15);
}

.advantage-card.active .advantage-card__icon-wrapper {
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(22, 140, 255, 0.15);
}

.advantage-card__icon {

    transition: all 0.3s ease;
    background-image: url(/uploadfiles/international_sms/advantage/service_icon1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.advantage-card:hover .advantage-card__icon {
    background-image: url(/uploadfiles/international_sms/advantage/service_icon1a.png);
}

.advantage-card.active .advantage-card__icon {
    background-image: url(/uploadfiles/international_sms/advantage/service_icon1a.png);
}

.advantage-card:nth-child(1) .advantage-card__icon {
    width: 40px;
    height: 40px;
    background-image: url(/uploadfiles/international_sms/advantage/service_icon1.png);
}

.advantage-card:nth-child(1):hover .advantage-card__icon {
    width: 40px;
    height: 40px;
    background-image: url(/uploadfiles/international_sms/advantage/service_icon1a.png);
}

.advantage-card:nth-child(2) .advantage-card__icon {
    width: 31px;
    height: 43px;
    background-image: url(/uploadfiles/international_sms/advantage/service_icon2.png);
}

.advantage-card:nth-child(2):hover .advantage-card__icon {
    width: 31px;
    height: 43px;
    background-image: url(/uploadfiles/international_sms/advantage/service_icon2a.png);
}

.advantage-card:nth-child(3) .advantage-card__icon {
    width: 46px;
    height: 39px;
    background-image: url(/uploadfiles/international_sms/advantage/service_icon3.png);
}

.advantage-card:nth-child(3):hover .advantage-card__icon {
    width: 46px;
    height: 39px;
    background-image: url(/uploadfiles/international_sms/advantage/service_icon3a.png);
}

.advantage-card:nth-child(4) .advantage-card__icon {
    width: 49px;
    height: 36px;
    background-image: url(/uploadfiles/international_sms/advantage/service_icon4.png);
}

.advantage-card:nth-child(4):hover .advantage-card__icon {
    width: 49px;
    height: 36px;
    background-image: url(/uploadfiles/international_sms/advantage/service_icon4a.png);
}

.advantage-card__content {
    color: #168cff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.advantage-card__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.advantage-card__description {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    display: none;
}

.advantage-card:hover .advantage-card__description {
    display: block;
}

.advantage-card:hover .advantage-card__content {
    color: #ffffff;
}

.advantage-card.active .advantage-card__content {
    color: #ffffff;
}

@media (max-width: 860px) {
    .advantages-section__list {
        flex-direction: column;
    }

    .advantage-card {
        flex: 1 1 100%;
        height: auto;
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }
}

.advantages-section .column_title {
    padding-top: 60px;
    padding-bottom: 40px;
}

.yjy2 .nei .mySwiper2 {
    box-shadow: unset;
}

/* box3 */


.section-title {
    font-size: 32px;
    color: #103049;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 100px;
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 520px;
    margin-bottom: 60px;
    overflow: visible;
}

.world-map-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/uploadfiles/international_sms/map_bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    pointer-events: none;
    z-index: 1;
}

.location-marker {
    position: absolute;
    transform: translate(-50%, -100%);
    cursor: pointer;
    z-index: 10;
    transition: z-index 0s;
}

.location-marker:hover {
    z-index: 100;
}

.marker-dot {
    width: 14px;
    height: 14px;
    background: #c7d2fe;
    border-radius: 50%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
    border: 2px solid white;
}

.marker-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #6366f1;
    opacity: 0;
    transition: all 0.4s ease;
}

.location-marker.active .marker-dot {
    background: #6366f1;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.6), 0 0 40px rgba(99, 102, 241, 0.3);
    transform: scale(1.3);
    border-color: #fff;
}

.location-marker.active .marker-pulse {
    animation: pulse 2s ease-out infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
        border-color: #6366f1;
    }

    100% {
        transform: translate(-50%, -50%) scale(3.5);
        opacity: 0;
        border-color: transparent;
    }
}

.marker-label {
    position: absolute;
    white-space: nowrap;
    font-size: 13px;
    color: #4b5563;
    font-weight: 500;
    transition: all 0.3s ease;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 3px 10px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    opacity: 0.85;
}

.marker-label.top {
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.marker-label.bottom {
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.marker-label.left {
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.marker-label.right {
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.location-marker.active .marker-label {
    opacity: 1;
    color: #4f46e5;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(99, 102, 241, 0.15);
}

.connection-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c7d2fe, transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    transform-origin: left center;
}

.cta-section {
    text-align: center;
    width: 100%;
    height: 283px;
    background-image: url('/uploadfiles/international_sms/map_box_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-text {
    color: #103049;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 24px;
    padding-top: 40px;
}

.cta-button,
.cta-button:hover,
.cta-button:active,
.cta-button:visited {
  color: white;
  text-decoration: none;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
}

.control-panel {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    font-size: 14px;
    min-width: 200px;
}

.control-panel label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #4b5563;
}

.control-panel input[type="range"] {
    width: 100px;
}

.stats {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 12px;
}

.control-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}


/* box4 */


.serviceSystem .slick-list {
    box-shadow: 2.5px 4.33px 50px 0 rgb(33 150 243 / 16%);
    border-radius: 16px;
}

.customer-case__cross-finance {
    width: 100%;
    min-height: 475px;
    background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px;
    gap: 40px;
    background-image: url("");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cross-finance__content {
    flex: 1;
    max-width: 50%;
}

.cross-finance__title {
    font-size: 21px;
    font-weight: 700;
    color: #0c85e8;
    margin-bottom: 24px;
}

.cross-finance__desc {
    font-size: 15px;
    line-height: 1.8;
    color: #354c60;
    margin-bottom: 36px;
}

.cross-finance__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 283px;
}

.cross-finance__tag {
    padding: 6px 28px;
    border: 1px solid #0c85e8;
    background-color: #ffffff;
    color: #0c85e8;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.cross-finance__tag:hover {
    background-color: #0c85e8;
    color: #ffffff;
}

.cross-finance__illustration {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cross-finance__illustration-img {
    width: 100%;
    max-width: 450px;
    height: auto;
    background-image: url("/uploadfiles/international_sms/case/1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.cross-finance__indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator-dot {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background-color: #e0e6ed;
}

.indicator-dot.active {
    background-color: #1677ff;
}


.serviceSystem .slick-arrow {
    top: 42%;
}

.serviceSystem .aboutPicList {
    margin-top: 25px;
}

.case .w1050 {
    width: 1050px;
}

.case .column_title {
    padding: 0px;
}

/* box5 */


.news-section {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.news-section__title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #04203e;
    margin-bottom: 40px;
}

.news-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 400px;
    gap: 0;
    overflow: hidden;
}

.news-card {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.news-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4a90e2;
    opacity: 0.9;
    z-index: 1;
}

.news-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(74, 144, 226, 0.3), rgba(30, 100, 180, 0.7));
    z-index: 2;
}

.news-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 25px;
    color: #fff;
    z-index: 3;
}

.news-card__date {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
    opacity: 0.9;
}

.news-card__date-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.8;
}

.news-card__title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card__btn {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s ease;
}

.news-card__btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.news-list:hover .news-card {
    flex: 0.8;
}

.news-list .news-card:hover {
    flex: 2;
}

.news-list .news-card.active {
    flex: 2;
}

.news-list .news-card:nth-child(1) {
    margin-right: 10px;
}

.news-list .news-card:nth-child(2) {
    margin-right: 10px;
}

.news-list .news-card:nth-child(3) {
    margin: 0 !important;
}

.yjy2 .nei .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    width: 0;
    transition: all 1s;
    height: 100%;
    left: 0;
    top: 0;
    background: #0c85e8;
}

.yjy2 .nei .swiper-pagination {
    bottom: -8%;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    left: 25%;
}


/* box6 */


.pro_CustomerStories .slider .tit {
    font-size: 21px;
}
.pro_CustomerStories .slider .con .ul_row2 li {
    padding: 4px !important;
}



.yjy2 {
    padding: 5% 0;
}

.yjy2 .AboutTit {
    text-align: center;
    margin-bottom: 5%;
}

.yjy2 .AboutTit:after {
    display: none;
}

.yjy2 .nei {}

.yjy2 .nei ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.yjy2 .nei .mySwiper {
    list-style: none;
    text-align: center;
    position: relative;
}

.yjy2 .nei .mySwiper .pa {
    font-size: 16px;
    color: #3a3a3a;
}

.yjy2 .nei .mySwiper .swiper-slide-thumb-active .pa:before {
    left: 0;
    bottom: -1px;
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #35cab7;
    z-index: 2;
}
.yjy2 .nei .mySwiper2 {
	padding: 4% 0;
    box-shadow: 0 0 5px 3px #f3f3f3;
    border-radius: 10px;
    margin-top: 5%;
    text-align: center;
}

.yjy2 .nei .mySwiper2 img {
    max-width: 90%;
}



.yjy2 .nei .swiper-pagination {
    bottom: -8%;
}

.yjy2 .nei .swiper-pagination .swiper-pagination-bullet {
    /* display: block; */
    /* cursor: pointer; */
    color: #fff;
    outline: none;
    background: none;
    font-size: 0px;
    border: NONE;
    width: 11%;
    height: 3px;
    padding: 0;
    background: #dcdcdc;
    position: relative;
    border-radius: 4px;
    opacity: 1;
    margin: 0 2%;
}

.yjy2 .nei .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    width: 0;
    transition: all 3s;
    height: 100%;
    left: 0;
    top: 0;
    background: #0c85e8;
}

.yjy2 .nei .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 100%;
}
.yjy2 .nei {
    position: relative;
}


.Partner dt{ font-size: 16px;}
.Partner{overflow:hidden;padding:4% 0;background-color:#f7f8fa}
.Partner .tab_list{margin:4% 0}
.Partner dt{font-size:20px;color:#373737}
.Partner dd{margin:25px 0 50px;background-color:transparent!important}
.Partner dd a{box-shadow:0 0 10px 0 rgba(0,0,0,.07);text-align:center;margin:10px 32px;display:inline-block;width:191px;height:101px;line-height:101px;overflow:hidden;border-radius:10px;background-color:#fff;transition:all .5s}
.Partner dd a img{max-height:100%;max-width:100%!important}
.Partner dd a:hover{transform:translateY(-10px)}
.Partner .tab_li li{float:left;width:20%;text-align:center;padding-bottom:20px;border-bottom:3px solid #e5e5e5;transition:all .5s;cursor:pointer}
.Partner .tab_li li.aon{width:80%;border-bottom-color:#3370fe;color:#3370fe}
.Partner dd{ margin: 5px 0 10px;}
.Partner dd a{ line-height: 60px; height: 60px; width: 137px; margin-left: 10px; margin-right: 10px;}
.Partner dd a img{ max-width: 80%!important; max-height: 80%;}


.column_title{ padding:2% 0; margin: 0; line-height:2;  font-weight: normal; color: #04203e;font-size: 32px;}
