.sbanner {background-image: url('../images/voice/banner.jpg');}
.sbanner h1{font-size: 26px;margin-bottom: 16px;}
.sbanner .btn-box { display: flex; }
.sbanner a { box-shadow: 0px 4px 10px 0px #006AFF66;}
.sbanner .plain-btn { background-color: transparent !important; color: #006AFF !important; border: 1px solid #006AFF; box-sizing: border-box; box-shadow: none; margin-left: 18px; }
div[id^="anchor"] {width: 100%;padding: 64px 0 0 0;box-sizing: border-box;}
div[id^="anchor"] .h2_title {font-size: 28px;color: #355685;text-align: center;margin-bottom: 8px;}
div[id^="anchor"] .desc {font-size: 14px;color: #949FAD;text-align: center;line-height: 26px;}

/* 资源分布 */
.resource-distribution { position: relative; height: 1066px; background: url("../images/voice/resource-distribution-bg.jpg") no-repeat center center; }
.resource-distribution .inner .desc a { color: #006AFF; }
.resource-distribution-bottom { position: absolute; bottom: 78px; width: 100%; }
.resource-distribution-bottom .inner { display:flex; flex-direction: column; gap: 34px; width: 1329px; }
.resource-distribution-bottom .inner .inner-card { border: 2px solid #fff; border-radius: 6px; background: linear-gradient(150deg ,rgba(244, 246, 248, 1) 0%, rgba(254, 254, 254, 1) 40%); box-shadow: 0px 6px 12px 2px #E4EAF3; padding: 32px 24px; box-sizing: border-box; }
.resource-distribution-bottom .inner .inner-card.range { display: flex; flex-direction: column; justify-content: space-around; gap: 24px; width: 436px;  }
.resource-distribution-bottom .inner .inner-card.range img { vertical-align: middle; padding-right: 4px; }
.resource-distribution-bottom .inner .inner-card.range span { font-size: 14px; color: rgba(53, 86, 133, 1); vertical-align: middle; }
.resource-distribution-bottom .inner .inner-card.range .text1 { font-size: 18px; color: rgba(55, 55, 55, 1); font-weight: bold; vertical-align: middle; padding-right: 20px; }
.resource-distribution-bottom .inner .inner-card.info { display: flex; justify-content: space-around; gap: 56px; width: 100%; padding: 32px 65px; box-sizing: border-box;}
.resource-distribution-bottom .inner .inner-card.info li { display: flex; justify-content: space-between; align-items: center; width: 258px; padding: 26px; background-color: rgba(242, 246, 255, 1); box-sizing: border-box; }
.resource-distribution-bottom .inner .inner-card.info li .text-box p:nth-child(1) { font-size: 14px; color: rgba(0, 106, 255, 1); }
.resource-distribution-bottom .inner .inner-card.info li .text-box p:nth-child(2) { font-size: 26px; color: rgba(55, 55, 55, 1); font-weight: bold; font-family: 'Microsoft YaHei'; }

/* 国际语音服务 */
.voice-service-bottom { padding-top: 48px; padding-bottom: 78px; }
.voice-service-bottom .inner .title { padding: 46px 0 32px; }
.voice-service-bottom .inner .title img { vertical-align: middle;}
.voice-service-bottom .inner .title span { font-size: 32px; font-weight: bold; vertical-align: middle; padding-left: 20px;}
.voice-service-bottom .inner .service-way-box { display: flex; gap: 115px; }
.voice-service-bottom .inner .service-way-box .col1 > div { width: 622px; height: 230px; padding: 40px 34px; box-sizing: border-box;}
.voice-service-bottom .inner .service-way-box .col1 > div:first-child { background: url("../images/voice/voice-service-bg1.png") no-repeat; margin-bottom: 42px;  }
.voice-service-bottom .inner .service-way-box .col1 > div:last-child { background: url("../images/voice/voice-service-bg2.png") no-repeat;  }
.voice-service-bottom .inner .service-way-box .col1 > div h2 { color: rgba(53, 86, 133, 1); font-size: 24px; font-weight: bold; padding-bottom: 14px; }
.voice-service-bottom .inner .service-way-box .col1 > div p { color: rgba(148, 159, 173, 1); font-size: 14px; line-height: 2; padding-bottom: 26px; }
.voice-service-bottom .inner .service-way-box .col1 > div a { font-size: 16px; color: #006AFF; }
.voice-service-bottom .inner .service-way-box .col1 > div a .text { vertical-align: middle; }
.voice-service-bottom .inner .service-way-box .col1 > div a .icon { display: inline-block; width: 16px; height: 16px; opacity: 0; background: url('../images/enter.png') no-repeat; background-size: contain; transition: 0.3s; vertical-align: middle; }
.voice-service-bottom .inner .service-way-box .col1 > div a:hover .icon { opacity: 1; }
.voice-service-bottom .inner .service-way-box .col2 { flex: 1; width: 100%; }
.voice-service-bottom .inner .service-way-box .col2 li { display: flex; }
.voice-service-bottom .inner .service-way-box .col2 li + li { margin-top: 50px; }
.voice-service-bottom .inner .service-way-box .col2 .icon { display: inline-block; width: 10px; height: 10px; margin: 7px 8px 7px 0; background-color: #006AFF; border: 3px solid #DBEAFF; border-radius: 50%; }
.voice-service-bottom .inner .service-way-box .col2 .content-box h2 { display: inline; font-size: 22px; font-weight: bold; }
.voice-service-bottom .inner .service-way-box .col2 .content-box .tag-box { margin-top: 14px; }
.voice-service-bottom .inner .service-way-box .col2 .content-box .tag-box span { font-size: 14px; background-color: rgba(219, 234, 255, 1); padding: 4px 15px; color: rgba(0, 106, 255, 1); border-radius: 4px; }
.voice-service-bottom .inner .service-way-box .col2 .content-box .tag-box span + span { margin-left: 8px; }
.voice-service-bottom .inner .service-way-box .col2 .content-box .detail { margin-top: 24px; line-height: 2; color: #355685; }

/* 解决方案 */
.solution { height: 728px; background: url("../images/voice/solution-bg.png") no-repeat; background-size: cover; }

/* 核心优势 */
.core-advantage-bottom { padding-top: 48px; }
.core-advantage-bottom .inner { display: flex; justify-content: space-between; }
.core-advantage-bottom .inner .card-box.card-box1 { background: url("../images/voice/coreadvantage-top-1.png") #F6FAFF no-repeat top center; }
.core-advantage-bottom .inner .card-box.card-box2 { background: url("../images/voice/coreadvantage-top-2.png") #F6FAFF no-repeat top center; }
.core-advantage-bottom .inner .card-box.card-box3 { background: url("../images/voice/coreadvantage-top-3.png") #F6FAFF no-repeat top center; }
.core-advantage-bottom .inner .card-box { width: 382px; height: 542px; display: flex; flex-direction: column; justify-content: space-between; }
.core-advantage-bottom .inner .card-box .card-title { padding: 54px 0 0 18px; }
.core-advantage-bottom .inner .card-box .card-title h2 { font-size: 32px; color: #fff; font-weight: bold; }
.core-advantage-bottom .inner .card-box .card-title p { font-size: 18px; color: #fff; }
.core-advantage-bottom .inner .card-box ul { display: flex; flex-direction: column; gap: 22px; padding: 0 28px 28px; }
.core-advantage-bottom .inner .card-box ul li.tag-box { display: flex; width: 100%; background-color: #fff; box-shadow: 0 12px 12px 0 #EBF4FF; border-radius: 6px; padding: 14px; box-sizing: border-box; cursor: pointer; }
.core-advantage-bottom .inner .card-box ul li.tag-box .tag-info { height: 55px; transition: height 0.3s; overflow: hidden; }
.core-advantage-bottom .inner .card-box ul li.tag-box .tag-info h2 { padding-top: 14px; font-size: 18px; color: #355685; }
.core-advantage-bottom .inner .card-box ul li.tag-box .tag-info p { padding-top: 6px; font-size: 14px; opacity: 0; color: #949FAD; transition: all 0.3s; }
.core-advantage-bottom .inner .card-box ul li.tag-box .tag-info .tag-btn { display: inline-block; padding-top: 16px; }
.core-advantage-bottom .inner .card-box ul li.tag-box .tag-info .tag-btn .btn-text { color: #006AFF; font-size: 14px; padding-bottom: 7px; }
.core-advantage-bottom .inner .card-box ul li.tag-box:hover .tag-info { height: 110px; }
.core-advantage-bottom .inner .card-box ul li.tag-box:hover .tag-info.row-two { height: 129px; }
.core-advantage-bottom .inner .card-box ul li.tag-box:hover .tag-info.row-three { height: 148px; }
.core-advantage-bottom .inner .card-box ul li.tag-box:hover .tag-info p { opacity: 1; }
.core-advantage-bottom .inner .card-box ul li.tag-box .tag-more { padding: 15px 0; margin: 0 auto; }
.core-advantage-bottom .inner .card-box ul li.tag-box .tag-more a { background-color: #006AFF; color: #fff; font-size: 18px; padding: 10px 50px; cursor: pointer; border-radius: 4px; }

/* 服务保障 */
.service-assurance {padding-top: 10px}
.service-assurance-header {padding-bottom: 59px; box-sizing: border-box;}
.service-assurance-bottom { padding-bottom: 78px; }
.service-assurance-bottom .inner .card-box { display: flex; justify-content: space-between; }
.service-assurance-bottom .inner .card-box .card-item { width: 371px; height: 507px; padding: 32px; box-sizing: border-box; box-shadow: 4px 8px 12px 4px #DCE3EE; }
.service-assurance-bottom .inner .card-box .card-item.bg1 { background: url("../images/voice/service-assurance-1.png") no-repeat; background-size: cover; }
.service-assurance-bottom .inner .card-box .card-item.bg2 { background: url("../images/voice/service-assurance-2.png") no-repeat; background-size: cover; }
.service-assurance-bottom .inner .card-box .card-item.bg3 { background: url("../images/voice/service-assurance-3.png") no-repeat; background-size: cover; }
.service-assurance-bottom .inner .card-box .card-item h2 { color: #373737; font-size: 22px; font-weight: bold; }
.service-assurance-bottom .inner .card-box .card-item .card-item-desc { color: #355685; font-size: 14px; padding-top: 16px; line-height: 2; }
.service-assurance-bottom .inner .card-box .card-item .card-item-details { height: 94px; display: flex; flex-direction: column; justify-content: space-between; padding-top: 20px; }
.service-assurance-bottom .inner .card-box .card-item .card-item-details .icon { display: inline-block; color: #006AFF; transform: rotate(90deg); vertical-align: middle; }
.service-assurance-bottom .inner .card-box .card-item .card-item-details .text { font-size: 14px; padding-left: 8px; vertical-align: middle; }

/* 成功案例 */
.success-example { height: 1048px; background: url("../images/voice/success-example-bg1.png") no-repeat top center; }
.success-example-header { padding-bottom: 59px; box-sizing: border-box; }
.success-example-header .inner .h2_title,
.success-example-header .inner .desc{ color: #fff; }
.success-example-bottom .card-box { 
    width: 1334px;
    height: 762px;
    border: 2px solid #fff;
    border-radius: 6px;
    background: linear-gradient(150deg, #EEF5FF 38%, #fff 45%, #EEF5FF 60%, #EEF5FF 68%, #fff 85%,#EEF5FF 95%); 
    margin: 0 auto;
    box-shadow: 0 8px 12px 0 #DCE3EE;
    padding: 86px;
    box-sizing: border-box;
}

.success-example-bottom .case-content {
    display: flex;
    height: 100%;
    gap: 60px;
}

.success-example-bottom .case-left {
    flex: 1;
}

.success-example-bottom .case-right {
    flex: 1;
}

.success-example-bottom .case-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.3;
}

.success-example-bottom .case-tag {
    display: inline-block;
    background-color: #D2E4FF;
    color: #006AFF;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 36px;
}

.success-example-bottom .case-section {
    margin-bottom: 32px;
}

.success-example-bottom .case-section h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.success-example-bottom .case-section p {
    font-size: 16px;
    color: #355685;
    line-height: 1.8;
    margin-bottom: 16px;
}

.success-example-bottom .pain-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.success-example-bottom .pain-box {
    margin-left: -41px;
}

.success-example-bottom .pain-icon {
    width: 35px;
    padding-right: 6px;
}

.success-example-bottom .pain-text {
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.8;
    color: #355685;
}

.success-example-bottom .solution-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

.success-example-bottom .solution-subtitle {
    font-size: 22px;
    color: #FF7320;
    line-height: 1.8;
    margin-bottom: 24px;
    font-weight: bold;
}

.success-example-bottom .solution-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.success-example-bottom .solution-box {
    margin-left: -16px;
}

.success-example-bottom .solution-icon {
    width: 35px;
    padding-right: 6px;
}

.success-example-bottom .solution-text {
    font-size: 16px;
    color: #355685;
    line-height: 1.8;
    padding-top: 3px;
}

/* 页面底部模块 */
.bottom-module { height: 547px; background: url('../images/bottom-bg3.png') no-repeat; text-align: center; padding-top: 72px !important; }
.bottom-module .bottom-module-header .inner .h2_title { color: #373737; }
.bottom-module .bottom-module-header .inner .desc { color: #355685; }
.bottom-module .bottom-module-bottom .inner {
    padding-top: 20px;
}

.bottom-module .bottom-module-bottom .inner .feature-cards {
    display: flex;
    justify-content: space-between;
}

.bottom-module .bottom-module-bottom .inner .feature-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #fff;
    background-color: rgba(255,255,255, 0.5);
    padding: 38px 57px;
    margin-top: 64px;
    border-radius: 6px;
}

.bottom-module .bottom-module-bottom .inner .feature-card {
    display: flex;
    color: #fff;
}

.bottom-module .bottom-module-bottom .inner .feature-card .feature-text { 
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px 0 10px 18px;
    text-align: left;
}

.bottom-module .bottom-module-bottom .inner .feature-card .feature-text h3 {
    font-size: 22px;
    font-weight: bold;
    color: #373737;
}

.bottom-module .bottom-module-bottom .inner .feature-card .feature-text p {
    font-size: 14px;
    color: #355685;
    line-height: 1.5;
}

.bottom-module .bottom-module-bottom .inner .action-buttons {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.bottom-module .bottom-module-bottom .inner .btn-primary,
.bottom-module .bottom-module-bottom .inner .btn-secondary {
    padding: 8px 26px;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.3s;
}

.bottom-module .bottom-module-bottom .inner .btn-primary {
    background-color: #006AFF;
    color: #fff;
    border: 1px solid #006AFF;
    box-shadow: 0px 4px 10px 0px #006AFF66;
}

.bottom-module .bottom-module-bottom .inner .btn-secondary {
    background: transparent;
    color: #006AFF;
    border: 1px solid #006AFF;
}

.bottom-module .bottom-module-bottom .inner .btn-primary:hover {
    background-color: #4692FC;
    border-color: #4692FC;
}
.bottom-module .bottom-module-bottom .inner .btn-secondary:hover {
    background-color: #006AFF;
    color: #fff;
}