/* 跨境电商解决方案页面样式 */
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0056b3;
    --secondary-color: #f8f9fa;
    --text-color: #333;
    --light-text: #666;
    --accent-color: #FFFF00;
    --border-color: #e9e9e9;
}
html {
    width: 100%;
}
body {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: var(--text-color);
    overflow-x: hidden;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

a {
    text-decoration: none;
    color: inherit;
}
#content_box-116273709439191-0{
    height: 84px;
}
/* 顶部Banner */
.banner {
    background-image: url('/wp-content/uploads/assets/images/industry_solutions_img/eCommerce/eCommerce_banner_bg@2x.png');
    background-size: 100% 100%;
    color: white;
    position: relative;
    height: 380px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}

.banner-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.banner-title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFDFD;
    margin-bottom: 13px;
}

.banner-desc {
    font-size: 20px;
    margin-bottom: 53px;
    color: #FFFFFF;
}

.banner-btn {
    display: inline-block;
    background-color: var(--accent-color);
    padding: 13px 16px;
    border-radius: 40px;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-btn:hover {
    background-color: #fefea8;
    transform: translateY(-2px);
}

/* B2C企业做跨境电商的需求难题 */
.challenges {
    width: 100%;
    height: 690px;
}
.challenges-content {
    width: 100%;
    height: 100%;
    padding: 48px 0 24px 0;
    position: relative;
}
.challenges-title {
    font-weight: bold;
    font-size: 36px;
    color: #353535;
    text-align: center;
    margin-bottom: 45px;
}
.challenges_icon {
    background-image: url('/wp-content/uploads/assets/images/industry_solutions_img/eCommerce/challenges_center_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 810px;
    height: 519px;
    margin: 0 auto;
}

.challenges_items_container {
    position: relative;
    top: -669px;
    width: 100%;
    height: 100%;
}

.challenges-content .challenges_item {
    text-align: center;
    position: absolute;
}
.challenges-content .challenges_item .challenges_item_title {
    font-weight: bold;
    font-size: 24px;
    color: #2B2B2B;
    margin-bottom: 12px;
}
.challenges-content .challenges_item .challenges_item_desc {
    font-weight: 400;
    font-size: 14px;
    color: #353535;
}

.challenges-content .challenges_items_container .challenges_item:nth-child(1) {
    left: 34px;
    top: 486px;
    width: 270px;
}
.challenges-content .challenges_items_container .challenges_item:nth-child(2) {
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
}
.challenges-content .challenges_items_container .challenges_item:nth-child(3) {
    width: 216px;
    right: 94px;
    top: 456px;
}

.mobile-device {
    width: 100%;
}

/* 一站式跨境电商品牌增长方案 */
.solution {
    width: 100%;
    height: 569px;
    background-color: #F3F5FF;
}
.solution-content {
    position: relative;
    padding: 48px 0;
}
.solution-title {
    font-weight: bold;
    font-size: 36px;
    color: #353535;
    text-align: center;
    margin-bottom: 12px;
}
.solution-desc {
    font-weight: 400;
    font-size: 20px;
    color: #353535;
    text-align: center;
    margin-bottom: 46px;
}
.solution_items_container {
    display: flex;
    justify-content: space-between;
}
.solution_item {
    width: 268px;
}
.solution_items_container .solution_item:nth-child(1) .solution_item_icon {
    width: 220px;
    height: 220px;
}
.solution_items_container .solution_item:nth-child(2) .solution_item_icon {

    width: 220px;
    height: 220px;
}
.solution_items_container .solution_item:nth-child(3) .solution_item_icon {

    width: 220px;
    height: 220px;
}
.solution_item_content {
    margin-top: 12px;
}
.solution_item_title {
    font-weight: bold;
    font-size: 24px;
    color: #2B2B2B;
    text-align: center;
    margin-bottom: 12px;
}
.solution_item_desc {
    font-weight: 400;
    font-size: 14px;
    color: #353535;
    text-align: start;
}

.customer-pool {
    width: 100%;
    background-image: url('/wp-content/uploads/assets/images/industry_solutions_img/eCommerce/customer-pool-bg.svg');
    background-size: 100% 907px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.customer-pool-2 {
    background: #F3F5FF;
}
.customer-pool-content {
    padding: 64px 0 55px 0;
}
.customer-pool-title {
    font-weight: bold;
    font-size: 36px;
    color: #353535;
    text-align: center;
}
.customer-pool-desc {
    font-weight: 400;
    font-size: 18px;
    color: #353535;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 74px;
}

.customer-pool-item {
    height: 450px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.customer-pool-item:last-child {
    margin-bottom: 0;
}
.customer-pool-item .customer-pool-item_icon {
    background-size: contain;
}
.customer-pool-item:nth-child(2n+1) .customer-pool-item_icon {
    background-repeat: no-repeat;
    flex: 1;
    height: 100%;
}
.customer-pool-item:nth-child(2n) .customer-pool-item_icon {
    background-repeat: no-repeat;
    flex: 1;
    order: 2;
    height: 100%;
}
.customer-pool-item .customer-pool-item_content {
    overflow: auto;
}
.customer-pool-item:nth-child(2n+1) .customer-pool-item_content {
    flex: 1;
}
.customer-pool-item:nth-child(2n) .customer-pool-item_content {
    flex: 1;
    order: 1;
}
.customer-pool-item_box {
    margin-bottom: 2px;
}
.customer-pool-item_first_title {
    font-size: 24px;
    color: #2B2B2B;
    font-weight: bold;
    margin-bottom: 24px;
}
.customer-pool-item_title {
    font-size: 20px;
    color: #2B2B2B;
    font-weight: bold;
    margin-bottom: 6px;
}
.pool-item_title-nowrap{
    white-space: nowrap;
}
.customer-pool-item_desc {
    font-size: 14px;
    color: #2B2B2B;
    font-weight: 400;
}

/* 响应式设计 */

/* 移动设备 */
@media (max-width: 750px) {
    #content_box-116273709439191-0{
        height: 59px;
    }
    /* Banner 调整 */
    .banner {
        background-image: url('/wp-content/uploads/assets/images/industry_solutions_img/eCommerce/eCommerce_banner_bg-mobile.png');
        height: 74.666667vw;
        background-size: cover;
        background-position: center;
    }
    .banner-content {
        width: 68.26666vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .banner-title {
        font-size: 8.533333vw;
        margin-bottom:  3.2vw;
        font-weight: 300;
        text-align: center;
    }
    
    .banner-desc {
        font-size: 3.2vw;
        margin-bottom: 4vw;
        font-weight: 400;
        text-align: center;
    }
    
    .banner-btn {
        padding: 3.33333vw 2.4vw;
        font-size: 2.66666vw;
        margin: 0 auto;
    }
    
    /* 挑战部分调整 */
    .challenges {
        height: auto;
    }
    
    .challenges-content {
        padding: 6.66666vw 0 6.66666vw 0;
        height: auto;
        position: relative;
    }
    
    .challenges-title {
        font-size: 4.8vw;
        margin-bottom: 4.53333vw;
    }
    
    .challenges_icon {
        width: 75.33333vw;
        height: 48.26666vw;
        margin-bottom: 0vw;
        margin-top: 8vw;
    }
    
    .challenges_items_container {
        position: absolute;
        top: 0;
    }
    
    .challenges-content .challenges_items_container .challenges_item:nth-child(1){
        position: absolute;
        left: 50%;
        top: 30.33333vw;
        width: 36.53333vw;
        transform: translate(-135%, 0);
    }
    .challenges-content .challenges_items_container .challenges_item:nth-child(2){
        left: 50%;
        top: 22.33333vw;
        transform: translate(-50%, -50%);
    }
    .challenges-content .challenges_items_container .challenges_item:nth-child(3) {
        right: 50%;
        top: 30.33333vw;
        width: 38vw;
        transform: translate(115%, 0);
    }
    
    .challenges-content .challenges_item .challenges_item_title {
        font-size: 3.2vw;
        margin-bottom: 1.6vw;
    }
    .challenges-content .challenges_item .challenges_item_desc {
        font-size: 2.6666666vw;
    }

    /* 添加和修改移动端的solution部分样式 */
    .solution {
        height: auto;
    }

    .solution-content {
        padding: 6.66666vw 0;
    }

    .solution-title {
        font-size: 4.8vw;
        padding: 0 5vw;
    }

    .solution-desc {
        font-size: 2.66666vw;
        margin-bottom: 6.66666vw;
        padding: 0 24vw;
    }

    /* solution部分的移动端样式修改为左右结构 */
    .solution_items_container {
        flex-direction: column;
        align-items: center;
        gap: 6.66666vw;
        padding: 0 3vw;
    }

    .solution_item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 4vw;
        padding: 0 2vw;
    }

    .solution_items_container .solution_item:nth-child(1) .solution_item_icon,
    .solution_items_container .solution_item:nth-child(2) .solution_item_icon,
    .solution_items_container .solution_item:nth-child(3) .solution_item_icon {
        width: 22vw;
        height: 22vw;
        flex-shrink: 0;
        background-size: contain;
        background-position: center;
    }

    .solution_item_content {
        flex: 1;
        margin-top: 0;
    }

    .solution_item_title {
        font-size: 4vw;
        margin-bottom: 2vw;
        text-align: left;
    }

    .solution_item_desc {
        font-size: 3.2vw;
        text-align: left;
    }

    /* customer-pool 移动端样式修改为左右结构 */
    .customer-pool {
        background-size: 100% 68%;
        background-position: bottom;
        background-image: url('/wp-content/uploads/assets/images/industry_solutions_img/eCommerce/customer-pool-bg-mobile.png');
        padding-top: 6.66666vw;
    }
    .customer-pool-2 {
        background: #F3F5FF;
    }
    .customer-pool-content {
        padding: 6.66666vw 0;
    }

    .customer-pool-title {
        font-size: 4.8vw;
        padding: 0 13vw;
        line-height: 1.3;
        font-weight: 600;
        color: #333333;
        margin-bottom: 3.2vw;
    }
    .customer-pool-title-2 {
        padding: 0 22vw;
    }
    .customer-pool-desc {
        font-size: 2.66666vw;
        margin-top: 2.66666vw;
        margin-bottom: 9.33333vw;
        padding: 0 13vw;
        line-height: 1.4;
    }
    .customer-pool-desc-2 {
        padding: 0 20vw;
    }

    .customer-pool-items_container {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .customer-pool-item {
        height: auto;
        align-items: center;
        margin-bottom: 5.33333vw; /* 减少项目之间的间距 */
        gap: 2.66666vw; /* 减少图标与文本之间的间距 */
        padding: 0 2vw;
    }
    .customer-pool-item:first-child {
        margin-bottom: 8vw;
    }

    .customer-pool-item .customer-pool-item_icon {
        width: 45.33333vw;  /* 增大图标尺寸 */
        height: 45.33333vw; /* 增大图标尺寸 */
        margin-bottom: 2.66666vw;
        flex-shrink: 0;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        display: block; /* 确保图标显示 */
        position: relative; /* 添加相对定位 */
        z-index: 1; /* 确保图标显示在前面 */
    }

    /* 优化第二个区域的图标显示 */
    .customer-pool-2 .customer-pool-item .customer-pool-item_icon {
        width: 45.33333vw;
        height: 45.33333vw;
    }

    /* 修复第二个区域图标显示问题 */
    .customer-pool-2 .customer-pool-item .customer-pool-item_icon {
        width: 45.33333vw;
        height: 45.33333vw;
        background-size: contain !important;
    }

    .customer-pool-item:nth-child(2n) .customer-pool-item_icon {
        order: 2;
        flex: none;
    }
    .customer-pool-item:nth-child(2n+1) .customer-pool-item_icon {
        order: 1;
        flex: none;
    }
    .customer-pool-item:nth-child(2n) .customer-pool-item_content {
        order: 1;
        flex: 1;
        width: 100%;
        text-align: center;
        padding-top: 1.33333vw;
    }
    .customer-pool-item:nth-child(2n+1) .customer-pool-item_content {
        order: 2;
        flex: 1;
        width: 100%;
        text-align: center;
        padding-top: 1.33333vw;
    }

    .customer-pool-item .customer-pool-item_content {
        overflow: visible;
        margin-bottom: 2.66666vw;
    }
    

    .customer-pool-item_first_title {
        font-size: 4.26666vw;
        margin-bottom: 4vw; /* 减少标题与内容项之间的间距 */
        text-align: center;
        font-weight: bold;
        color: #1E1E1E;
    }

    .customer-pool-item_title {
        font-size: 3.2vw;
        text-align: start;
        font-weight: 400;
        margin-bottom: 0 !important; /* 移除底部边距，因为没有描述文本 */
        color: #1E1E1E;
    }

    .customer-pool-item_desc {
        font-size: 3.73333vw;
        line-height: 1.4;
        text-align: center;
        color: #353535;
        display: none; /* 隐藏描述文本 */
    }
    
    .customer-pool-item_box {
        margin-bottom: 1vw; /* 缩小盒子间距，因为没有描述文本 */
        padding: 0 2vw;
    }
    .customer-pool-item-2 {
        flex-direction: column;
    }
    .customer-pool-item-2 .customer-pool-item_first_title {
        font-size: 3.2vw;
    }
    
    .customer-pool-item-2:nth-child(2n) .customer-pool-item_icon {
        background-repeat: no-repeat;
        flex: 1;
        order: 1;
    }
    .customer-pool-item-2:nth-child(2n) .customer-pool-item_content {
        flex: 1;
        order: 2;
    }
    .customer-pool-item-2 .customer-pool-item_content .customer-pool-item_desc {
        display: block;
        font-size: 2.66666vw;
        padding: 0px 5vw;
    }
    .customer-pool-item-2 .customer-pool-item_content .customer-pool-item_title {
        font-weight: bold;
        text-align: center;
    }
    /* 为第二个区域的客户池项添加样式 */
    .customer-pool-2 {
        background-color: #F3F5FF;
        padding-top: 5.33333vw;
    }
    
    .customer-pool-2 .customer-pool-title {
        margin-bottom: 3.2vw;
    }
    
    .customer-pool-2 .customer-pool-item_first_title {
        margin-bottom: 4vw;
    }
    
    .customer-pool-2 .customer-pool-item {
        margin-bottom: 8vw;
    }
    
    .customer-pool-2 .customer-pool-item:last-child {
        margin-bottom: 0;
    }

    /* 修复所有图标的显示问题 */
    .customer-pool-item_icon {
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}

/* 手机号验证区域 */
.mobile-verification {
    background-color: #f8f9fa;
    padding: 30px 0;
    width: 100%;
}

.verification-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.verification-left {
    display: flex;
    align-items: center;
}

.circle-icon {
    width: 24px;
    height: 24px;
    background-color: #0056FF;
    border-radius: 50%;
    margin-right: 12px;
}

.verification-left h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0056FF;
    margin-right: 24px;
}

.triangle-icon {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #0056FF;
    margin-right: 58px;
}

.verification-form .verification-text {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-right: 12px;
}

.verification-form {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.phone-input, .captcha-input {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
}

.phone-input {
    width: 200px;
}

.captcha-input {
    width: 150px;
}

.captcha-image {
    height: 40px;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    object-fit: cover;
}

.verify-btn {
    height: 40px;
    background-color: #0056FF;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
}

.refresh-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.refresh-btn img {
    width: 20px;
    height: 20px;
}

/* 刷新按钮旋转动画 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotate 0.5s linear;
}

@media (max-width: 750px) {
    .verification-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .verification-left {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    
    .circle-icon {
        margin-right: 10px;
    }
    
    .verification-left h3 {
        margin-right: 10px;
    }
    
    .triangle-icon {
        margin-right: 10px;
    }

    .verification-form {
        flex-wrap: wrap;
        width: 100%;
    }
    
    .verification-form .verification-text {
        width: 100%;
        margin-bottom: 10px;
    }

    .phone-input {
        width: 100%;
    }
    
    .captcha-input {
        width: calc(50% - 5px);
    }
    
    .captcha-image {
        width: calc(50% - 5px);
    }

    .verify-btn {
        width: calc(100% - 40px);
        margin-top: 10px;
    }

    .refresh-btn {
        margin-top: 10px;
    }
}

/* 移动端专用验证区域 */
.mobile-verification-only {
    display: none;
}

@media (max-width: 750px) {
    /* 隐藏桌面版验证区域，显示移动端验证区域 */
    .desktop-verification {
        display: none;
    }
    
    .mobile-verification-only {
        display: block;
        padding: 20px 15px;
    }
    
    .mobile-verification-content {
        text-align: center;
    }
    
    .mobile-verification-content h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
    }
    
    .mobile-verification-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .input-group {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .input-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 15px;
        z-index: 1;
    }
    
    .mobile-phone-input {
        width: 100%;
        height: 44px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 15px 0 45px;
        font-size: 16px;
    }
    
    .mobile-captcha-input {
        width: 100%;
        height: 44px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 16px;
    }
    
    .captcha-group {
        display: flex;
        gap: 10px;
    }
    
    .mobile-captcha-input {
        flex: 1;
    }
    
    .get-captcha-btn {
        height: 44px;
        background-color: #fff;
        color: #0056FF;
        border: 1px solid #0056FF;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 14px;
        white-space: nowrap;
    }
    
    .mobile-verify-btn {
        height: 44px;
        background-color: #0056FF;
        color: white;
        border: none;
        border-radius: 20px;
        padding: 0 20px;
        font-size: 16px;
        width: 100%;
        cursor: pointer;
    }
}