.section2 .w-btn.border:hover {
    background: #63d6fd;
    color: #fff;
    border: transparent;
}
.sec2-table-wrap {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.moblie-box {
    display: none;
}
.sec2-table-item {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
    padding: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
}
.sec2-table-item.active {
    background: #fff;
}
.sec2-table-item.active:nth-child(1) {
    background: #fff;
}
.sec2-table-item.active .w-btn.border {
    background: #63d6fd;
    color: #fff;
    border: transparent;
}

.sec2-table-item.tab-title {
    font-weight: 600;
    font-size: 16px;
}
.sec2-table-item.tab-title.show0 {
    color: transparent;
}
.wr-section h3.section-sec-title {
    margin-bottom: 50px;
}
.wr-flex-left p{
    margin-bottom: 16px !important;
    color:#666666 !important;
    text-align: left !important;
}
.sec2-table-item .w-btn {
    min-width: 210px;
}
.features-item {
    text-align: left;
    position: relative;
}
.section-title{

    font-size: 36px !important;
    font-weight: 700 !important;
}
.client-right-content p{
    margin-top:0;
}
.features-item::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 50%;
    top: 7px;
    left: -8px;
}
.tab-col-title {
    width: 184px;
}

.top {
    background: #fff;
}
.linear-blue {
    /* background: linear-gradient(180deg, #f4fcff 0%, #ffffff 100%); */
}
/* banner */
.bannerBtmImg{
    position: absolute;

    width: 1683px;
    height: 857px;
}
.bannerBtmImg img {
    width: 100%;

}
.banner-left {
    justify-content: center;
    gap: 0;
}
.banner-left .banner-title h1 {
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    line-height: 60px;
}
.banner-sec-title p {
    max-width: 854px;
    margin: 0 auto;
    margin-top: 16px;

    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #7B7B7B;
    
}
.country_tit_wrap.bannerList-wrap {
    margin: 32px 0;
    display: flex;
    gap: 30px;
}
.country_tit_wrap .bannerList-item{
    display: flex;
    gap: 10px;

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;

    color: #8F8A8A;
}

.bannerList-item:nth-last-of-type(1) {
    margin-bottom: 12px;
}
.banner-title h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #19181B;
}
.banner-title h1 p{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #19181B;

}
.banner-title h1 span{
    margin-top: 12px;
    /* 设置渐变背景：方向为 to right (左至右) */
    background: linear-gradient(to right, #6e30e1, #5e3be8);

    /* 将背景裁剪至文字区域 */
    -webkit-background-clip: text;
    background-clip: text;

    /* 将文字本身设为透明，露出背后的渐变层 */
    color: transparent;

    /* 针对老旧浏览器的回退方案 */
    display: inline-block;
    /* color: linear-gradient(90deg, #9318D1 0%, #295EFF 100%); */
    font-size: 30px;
    line-height: 40px;

}
.bannerList-wrap {
    color: #333;
    font-weight: 400;
    font-size: 15px;
}
.w-btn-group .w-btn {
    min-width: 240px;
}

.guide-link {
    color: #0289ff;
    text-decoration: underline;
    padding: 0 6px;
    display: inline-block;
}

/* /.section2 */
.mb20 {
    margin-bottom: 20px;
}
.mb24 {
    margin-bottom: 24px;
}
.gap18 {
    gap: 18px;
}
.rd25 {
    border-radius: 25px;
    display: inline-block;
    min-width: 200px;
}
.greyLine.col {
    width: 1px;
    height: 300;
    background: linear-gradient(180deg, rgba(235, 250, 255, 1), rgba(224, 234, 238, 1), rgba(255, 255, 255, 1));
}
.available-box-left,
.available-box-right {
    flex: 1;
}
.available-box {
    color: #333;
    padding: 28px 24px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #E9EAEB;
    transition: all 0.3s ease;
}
.available-box:hover {
    border: 1px solid #19181B;
    box-shadow: 0px 0px 0px 3px rgba(99, 214, 253, 0.3);
    box-shadow: 0px 6px 24px 0px #FDF5EA;

    box-shadow: 6px 6px 0px 0px #19181B;


}
.available-box.green {
    box-shadow: 0px 0px 0px 3px rgba(108, 224, 205, 0.3);
    border: 1px solid #6ce0cd;
}
.available-box.green .available-box-content {
    background: linear-gradient(180deg, #e2fffa 0%, #ffffff 100%);
}
.available-box .available-box-content {
    /* background: linear-gradient(180deg, #eefbff 0%, #f9fdff 100%); */
    /* border-radius: 24px; */
    /* padding: 40px; */
}
.available-box-title {
    font-weight: 400;
    font-size: 20px;
    color: #19181B;
    margin-bottom: 20px;
    line-height: 24px;
}
.available-box-text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    max-width: 480px;
}
.available-box-right-title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.stype{
    display: flex;
    align-items: center;
    gap: 10px;
}
.spt{
    border: 1px solid #F2D7FF;
    font-weight: 400;
    font-size: 14px;
    color: #7B7B7B;
    background: #FCF6FF;
    border-radius: 6px;
    padding: 5px 8px;


}
.aps_dec{
    display: flex;
    align-items: center;
}

.line_adv{
    margin: 24px 0px;
    height: 1px;
    background: #FFF2E3;
}
.item-content {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
}
/* /sec3 */
.ipNumTabContent {
    width: 100%;
    overflow-x: scroll;
}
.ipNumTabContent {
    overflow: auto; /* 确保内容可滚动 */
}

/* WebKit 浏览器 */
.ipNumTabContent::-webkit-scrollbar {
    display: none;
}

/* Firefox */
.ipNumTabContent {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ipNumTabBox {
    min-width: 700px;
}
.ipNumTabBox {
    /* padding: 20px; */
    /* background: #F6F0FA; */
}
.ipNumTabTitle {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    color: #601586;
    text-align: center;
    
    /* padding-top: 8px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px; */
    border: 1px solid #E9EAEB;
    border-radius: 32px 32px 0 0;
    background: #F6F0FA;

    margin-bottom: -2px;
    position: relative;


}
.ipNumTabTitle-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;

}
.ipNumTab-row-item:last-child{
    border-right: none;
}
.ipNumTab-wrap {
    /* padding: 30px; */
    background: #ffffff;
    border-radius:0 0 10px 10px;
    display: flex;
    flex-direction: column;
    /* gap: 50px; */

    border: 1px solid #E9EAEB;
}
.ipNumTab-row {
    display: flex;
}
.ipNumTab-row-item {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 14px;
    color: #19181B;

    width: 240px;
    height: 58px;
   
    border: 1px solid #E9EAEB;
    

    border-bottom: 0;
    border-left: 0;

    

}
.api_wrap_w{
    margin: 0 auto;
    max-width: 1920px;
    height: 730px;
    background: url(/static/snap_proxy/images/locations/detail/API_bg.webp) no-repeat;
    background-size: cover;
}
.w1200{
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
.api_wrap{
    
    height: 730px;

}
.api_title{
    margin-bottom: 29px;

    font-family: Microsoft YaHei;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 53px;
    text-align: center;

    color: #ffffff;
    

}
.api_title_detail{
    margin: 0 auto;
    margin-bottom: 54px;

    max-width: 876px;
    font-weight: 400;
    font-style: Bold;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.api_detail{
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    height: 380px;

    border-radius: 32px;
    border: 1px solid #611885;

    padding: 40px;

   

    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #fff;

}
.api_detail::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/snap_proxy/images/locations/detail/map.webp) no-repeat center;
    background-size: auto 100%;
    filter: blur(3px);
    opacity: 0.1;


}


.dis_pic_c i{
    width: 1px;
    height: 18px;
    background: #E9EAEB;
    margin: 0 20px;
}
.section-title.other_use_tit{
    margin-top: 80px;
    width: 100%;
}

.ipNumTab-row-item:nth-child(1) {
    /* font-weight: 600;
    font-size: 16px;
    color: #000000; */
}
/* 瑟ction4 */
.solutions-item-wrap {
    flex: 1;
    display: flex;
}
.solutions-item {
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #d3d9db;
    transition: all 0.3s ease-in-out;
    position: relative;
    background: #fff;
}

.solutions-item:hover {
    transform: translateY(-10px);
    border-color: transparent;
    background: #fff;
    box-shadow: 0px 6px 15px 2px rgba(0, 0, 0, 0.05);
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(180deg, rgba(129, 224, 208, 1), rgba(35, 200, 255, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.allCountryTitle {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.country-grid {
    display: grid;
    /* 定义6列，每列宽度相等 */
    grid-template-columns: repeat(6, 1fr);
    /* 列之间的间距 */
    gap: 1rem;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}
.country-name-item.active {
    cursor: pointer;
    color: #0289ff;
    text-decoration: underline;
}
.solutions-item-top {
    padding: 26px;
    height: 100%;
    background: #f5f8f9;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.solutions-item:hover .solutions-item-top {
    background-color: #63d6fd;
    color: #fff;
}

.solutions-item-top-title {
    display: flex;
    gap: 16px;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}
.solutions-item-top-text {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    transition: all 0.3s ease-in-out;
    flex: 1;
    margin:0;
}
.solutions-item-top-title h3{
    font-size: 16px;
}
.solutions-item:hover .solutions-item-top-text {
    color: #fff;
}
.solutions-section h3.section-sec-title {
    margin-bottom: 70px;
}

/* section5 */
.wr-flex-left,
.wr-flex-right {
    flex: 1;
}
.wr-flex-right img {
    width: 100%;
}
.section5-box {
    flex: 1;
    padding: 18px;
    margin-bottom: 40px;
    background: #e8faff;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #e3f8ff;
}
.section5-box:last-child {
    background: #e5f5f0;
}
.section5-box-title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.section5-box-text {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;

    width: 16px;
    height: 16px;
    
}
.img-wrap img { 
    width: 100%;
}
.section5-4-box {
    padding: 14px 25px;
    padding-top: 0;
}
.section5-4-box-item {
    margin-bottom: 12px;
}
.section5-4-box-item:last-child {
    margin-bottom: 0;
}
.section5-4-box-item-title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    position: relative;
}
.section5-4-box-item-title::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff843d;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.section5-4-box-item-text {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

/* ---通用   faq ----------------------------------------- */
.faq-section{
    background-color: #fff;
}

.general_faq{
    position: relative;
    border-radius: 32px;
    background: #F4F4F7;

    margin-bottom: 180px;
    overflow: hidden;
}
.general_faq::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 432px;
    height: 179px;
    background: url(/static/snap_proxy/images/home/faq_bg01.webp?v={$res_ver}) no-repeat;

}
.general_faq::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 432px;
    height: 179px;
    background: url(/static/snap_proxy/images/home/faq_bg02.webp?v={$res_ver}) no-repeat;
    
}
.general_faq .section-tit{
    font-size: 32px;
    font-weight: 700;

    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 64px
}
.general_faq .quickQues-box .el-collapse{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-title, .quickQues-box{
    margin: 0 auto;
    max-width: 800px;
}

.general_faq .el-collapse-item{
    border-radius: 14px;
    padding: 0 20px;
    border: 1px solid #E9EAEB;

    background: #fff;
}

.general_faq .el-collapse-item.is-active{
    border: 1px solid var(--themeColor);
    background: #FCF7FF;
}

.general_faq .quickQues-box .el-collapse-item__header{
    padding: 16px 0;
    /* height: 24px; */

    border: none;
    
}

.general_faq .quickQues-box .quickQues-title{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #19181B;
}
.general_faq .el-collapse-item__wrap{
    margin-top: 14px;
    margin-bottom: 16px;
    border: none;
}
.general_faq .quickQues-box .el-collapse-item__content{
    padding: 0;
}
.general_faq .quickQues-box .el-collapse-item__content{

    font-size: 14px;
    font-weight: 400;
	line-height: 20px;  
    color: #19181B;
}

/* 1. 彻底隐藏 Element 原有的图标字体 */
.quickQues-box .el-collapse-item__header .el-collapse-item__arrow {
    font-size: 0 !important; /* 隐藏原图标 */
    position: relative;
    width: 20px;
    height: 20px;
    transform: none !important; /* 禁用父级旋转 */
    transition: all 0.3s;
}

/* 2. 使用伪元素画出加号的两条线 */
.quickQues-box .el-collapse-item__header .el-collapse-item__arrow::before,
.quickQues-box .el-collapse-item__header .el-collapse-item__arrow::after {
    content: '';
    position: absolute;
    background-color: #19181B; /* 线条颜色 */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    top: 50%;
    left: 50%;
}

/* 横线 */
.quickQues-box .el-collapse-item__header .el-collapse-item__arrow::before {
    width: 14px;
    height: 2px;
    margin-left: -7px;
    margin-top: -1px;
}

/* 竖线 */
.quickQues-box .el-collapse-item__header .el-collapse-item__arrow::after {
    width: 2px;
    height: 14px;
    margin-left: -1px;
    margin-top: -7px;
}

/* 3. 展开状态 (is-active) 的动画 */
/* 竖线顺时针转 90 度变成水平，并变透明或与横线重叠 */
.quickQues-box .el-collapse-item__header.is-active .el-collapse-item__arrow::after {
    transform: rotate(90deg);
    opacity: 0; /* 这里的效果是竖线消失，只留横线(-) */
}

/* 整体容器旋转 180 度增加灵动感（可选） */
.quickQues-box .el-collapse-item__header.is-active .el-collapse-item__arrow {
    transform: rotate(180deg) !important;
}

.quickQues-box .el-collapse-item__header.is-active .el-collapse-item__arrow::before,
.quickQues-box .el-collapse-item__header.is-active .el-collapse-item__arrow::after {
    content: '';
    position: absolute;
    background-color: #B740F3; /* 线条颜色 */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    top: 50%;
    left: 50%;
}
.quickQues-box .loadMore-btn-wrap{
    padding-top: 64px;
}
.general_faq.wr-section{
    padding: 80px 0 !important;
}

/* 优化：鼠标悬停时加号颜色加深 */
/* .el-collapse-item__header:hover .el-collapse-item__arrow::before,
.el-collapse-item__header:hover .el-collapse-item__arrow::after {
    background-color: #1a73e8;
} */



/* ---通用   faq end----------------------------------------- */


/* 客户评价 */
.client-item {
    border-radius: 18px;
    border: 1px solid #e1e9eb;
    padding: 20px;
}
.client-comment {
    background: #eefbff;
    border-radius: 17px;
    padding: 20px;
    font-weight: 400;
    font-size: 15px;
}
.comment-txt {
    opacity: 0.6;
}
.client-name {
    font-weight: normal;
    font-size: 20px;
    color: #000000;
}
.client-date {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.clientImg-wrap {
    position: relative;
    line-height: 0;
}
.img-start {
    position: absolute;
    bottom: 0;
    right: 0;
}
.client-starts {
    padding: 20px 0;
    line-height: 0;
}
.client-left {
    max-width: 55%;
}
.clientImgBox {
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    background: #ff3722;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    font-size: 28px;
}
.clientImgBox.yellow {
    background: #ffce00;
}
.client-right {
    border-radius: 30px;
    border: 1px solid #e9e5d8;
    padding: 20px;
    flex: 1;
}
.client-right-content {
    background: #fff6dd;
    border-radius: 22px;
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.client-right-title {
    font-weight: 600;
    font-size: 41px;
    color: #000000;
}
.client-right-text {
    flex: 1;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}
.mx260{
    width: 260px;
    max-width: 260px;
}

@media (max-width: 600px) {
    .client-left {
        max-width: 100%;
    }
}

/* 大洲样式 */
/* section4 */
.waysWrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
.waysItem {
    padding: 30px;
    background-color: #fff;
    border-radius: 36px;
    cursor: pointer;
}
.waysImg {
    margin-bottom: 20px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.waysName {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-align: center;
}
/* section5 */
.section5 {
    background: linear-gradient(180deg, #ffffff 0%, #f3fcff 50%, #ffffff 100%);
}
.continent-page .section5-box {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

.continent-page .section5-left {
    padding: 40px;
    background: #fff;
    border: 4px solid #0f0f0f;
    position: relative;
    top: -50px;
    right: -50px;
    max-width: 492px;
}
.continent-page .section5-right {
    background: #48555a;
    flex: 1;
    padding: 30px;
    padding-left: 106px;
    padding-right: 50px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.section5-right-wrap{
    flex: 1;
    position: relative;
}
.continent-page .section5-name {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 8px;
}
.continent-page.section5-job {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    margin-bottom: 20px;
}
.continent-page .section5-text {
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 25px;
}
.continent-page .section5 .wr-section {
    padding-top: 130px;
}
.section5-right-title {
    font-weight: 600;
    font-size: 40px;
}
.section5-right-text {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 34px;
}
.section5-right-btn {
    width: 159px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}

.bannerBtmImg{
    position: absolute;

    width: 1683px;
    height: 857px;
}

.top_bg {
    /* position: absolute; */
    margin-top: -255px;

    width: 1683px;
    height: 857px;
    
    /* width: 1200px;
    height: 413px; */
    
    /* border: 1px solid #000000; */

    background:  url(/static/snap_proxy/images/locations/country/gem_cty.webp) no-repeat center; 
    /* background-size: 100% 100%; */

    display: flex;
    align-items: center;
    justify-content: center;

}
.top_bg.fr{
    background:  url(/static/snap_proxy/images/locations/country/fr_cty.webp) no-repeat center;
}
.top_bg.jp{
    background:  url(/static/snap_proxy/images/locations/country/jp_cty.webp) no-repeat center;
}
.top_bg.spn{
    background:  url(/static/snap_proxy/images/locations/country/spn_cty.webp) no-repeat center;
}
.top_bg.uk{
    background:  url(/static/snap_proxy/images/locations/country/uk_cty.webp) no-repeat center;
}
.top_bg.us{
    background:  url(/static/snap_proxy/images/locations/country/us_cty.webp) no-repeat center;
}

/* 响应式 */
@media (max-width: 1200px) {
}
@media (max-width: 900px) {
    .section4 .waysWrap{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 720px) {
    .section4 .waysWrap{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    /* .wr-flex-content.reverse {
        flex-direction: column;
    }
    .client-left {
        width: 100%;
        max-width: 100%;
    }
    .moblie-box {
        display: block;
    }
    .web-box {
        display: none;
    }
    .sec2-table-wrap {
        border: none;
    }
    .sec2-table-item {
        border-bottom: 1px solid #cccccc;
        border-right: none;
    }
    .sec2-table-item:last-child {
        border-bottom: none;
    }
    .section5-box {
        margin-bottom: 20px;
    }
    .country-grid{
        grid-template-columns: repeat(3, 1fr);
    }
    .section4 .waysWrap{
        grid-template-columns: repeat(2, 1fr);
    } */
}

@media (max-width: 910px) and (min-width: 701px){
    .api_wrap_w{
        width: 100% !important;
        height: auto !important;
        background-size: 100% 100%;
    }
    .api_wrap{
        height: auto;
    }
    .w1200{
        padding: 40px 
    }

    .api_detail{
        margin: 0 auto;
        width: 90%;
        height: auto;
    }
    
}

@media (max-width: 700px){
    .banner-Wrap{
        padding: 10px;
    }
    .breadcrumbtext{
        padding: 0;
    }
    .country_tit_wrap{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .country_tit_wrap .bannerList-item{
        /* width: calc(100% / 2); */
        width: 40%;

    }
    .bannerList-item div{
        font-size: 12px;
    }
    .top_bg{
        width: 100%;
        height: 600px;
        background-size: 150% 50%;
    }
    .wr-section{

    }
    .section-title{
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .api_wrap_w{
        width: 100% !important;
        height: auto !important;
        background-size: 100% 100%;
    }
    .api_wrap{
        height: auto;
    }
    .w1200{
        padding: 40px 
    }

    .api_detail{
        margin: 0 auto;
        width: 90%;
        height: auto;
    }
}