
/* 1. 统一盒模型并清除默认内外边距 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 2. 统一 HTML 基础排版 */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* 防止 iOS 横屏放大字体 */
}

/* 3. 设置系统默认无衬线字体及平滑抗锯齿 */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 4. 清除列表默认样式 */
ul,
ol {
  list-style: none;
}

/* 5. 清除 A 标签默认样式 */
a {
  text-decoration: none;
  color: inherit;
}

/* 6. 响应式媒体元素自适应 */
img,
picture,
video,
canvas,
svg {
  display: block;
  /* max-width: 100%; */
}

/* 7. 表单元素继承字体属性并移除焦点轮廓（需按设计稿重新定义 focus 状态） */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* 8. 防止长文本破坏布局 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/* ----------------------------------------------- */

.top {
    background-image: url(/static/snap_proxy/images/home/homebannerbg.webp?v={$res_ver});
    background-image: url(/static/snap_proxy/images/home/homebannerbg.webp?v={$res_ver});
    background-size: cover;
    background-position: center center;
    background-color: #f9f9f9;
}
.bannerContent {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    /* background: #fafafa; */
    /* background-image: url(/static/snap_proxy/images/home/bannerContent-bg.svg); */
    border-radius: 1.875rem;
    /* padding: 2.375rem 1.875rem; */
    overflow: hidden;
}
.banner-title {
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-style: Bold;
    font-size: 2.875rem;
    line-height: 130%;
    text-align: center;

}

.banner-title span {
    display: inline-block;
    background-image: url(/static/snap_proxy/images/home/banner-title-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 1.25rem;
}
.banner-desc {
    margin: 2rem 0;
    max-width: 52rem;
    text-align: center;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    color: #7B7B7B;

    display: flex;
    align-items: center;
    

    /* height: 2.25rem;
    width: auto; */
}
.banner-desc img{
    margin-right: 0.875rem;
    height: 2.25rem;
    width: auto;
}
.home_btn{
    /* font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    text-align: center;
    height: 3rem;
    line-height: 3.125rem;
    padding: 0 2rem;
    transition: all 0.3s ease; */
}
.lg_loginBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.lg_loginBtn  img{
    width: 1.5rem;
    height: 1.5rem;
}

.wr-section h2.section-title {
    margin-bottom: 1rem;
}
.wr-section h3.section-sec-title {
    max-width: 50rem;
    margin: 0 auto;
    margin-bottom: 3.125rem;
}
.mb10 {
    margin-bottom: 0.625rem;
}
.banner-Wrap {
    /* padding: 1rem; */
    /* border: 0.0625rem solid #fff; */
    /* margin-top: 8.5rem; */
    /* border-radius: 1.875rem; */
    padding-top: 8.5rem;
    
}
.w-btn-group {
    margin-bottom: 4rem;
}
.banner-sec2 {
    width: 100%;
    margin-bottom: 1.25rem;
}
.banner-sec2-item {
    border: 0.125rem solid #fff;
    border-radius: 1.25rem;
    padding: 1.25rem 0;
    background: #edfbff33;
    text-align: center;
}
.banner-sec2-item-title {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 1.125rem;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0.625rem;
}
.banner-sec2-item-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.875rem;
    letter-spacing: 0%;
    text-align: center;
    color: #7d8588;
    padding: 0 1.875rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.banner-sec2-item-img {
    line-height: 0;
    text-align: center;
}
.banner-sec2-item-img img {
    max-width: 100%;
}
/* swiper ------------------------------ ---------- */
/* 主容器：采用左右 Flex 布局 */
    .home_banner-container {
      display: flex;
      width: 100%;
      max-width: 75rem;
      height: 32.375rem;
      /* background: #fff; */
      /* border-radius: 0.75rem; */
      overflow: hidden;
      /* box-shadow: 0 0.625rem 1.875rem rgba(0,0,0,0.08); */

      gap: 0.75rem;
    }

    /* 左侧控制区 */

    
    
    .left_bann_controls {
      padding: 0.625rem;
      width: 25rem;
      flex-shrink: 0;
      display: flex;
      gap: 0.625rem;
      flex-direction: column;
      /* background: #fafafa; */
      background: #FFFFFF5C;
      border-radius: 1.5rem;
      position: relative;

    }
    .left_bann_controls::before { 
        content: "";
        position: absolute;
        inset: 0; /* 让伪元素充满整个父容器 */
        /* 关键1：继承父元素的圆角 */
        border-radius: 1.75rem;
        padding: 0.0625rem;

        /* 关键3：给伪元素设置纵向渐变背景 */
        background: linear-gradient(to bottom, white, #F6E4FF);

        -webkit-mask: 
            linear-gradient(#fff 0 0) content-box, 
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        
        /* 防止伪元素遮挡内部文字点击 */
        pointer-events: none;

    }


    /* 左侧方块按钮 */
    .nav-block {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1em 1.875rem;
      padding-left: 18px;
      cursor: pointer;
      position: relative;
      background: transparent;
      transition: all 0.3s ease;
      color: #666;

      border-radius: 0.875rem;

      /* width: 25rem; */
    }

    .nav-block:hover {
      background: #fff;
    }

    .nav-block.active {
      background: #fff;
      color: #111;
    }

    .nav-title {
        display: flex;
        gap: 0.625rem;

        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 1rem;
        color: #19181B;

        margin-bottom: .5rem;
    }
    .nav-title img{
      width: 1.5rem;
      height: 1.5rem;
    }

    .nav-desc {
      

        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.2;
        color: rgba(25, 24, 27, 0.65);

        padding-bottom: .69rem;
        


    }

    /* 底部进度条轨道 */
    .progress-track {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      width: calc(100% - 2rem);
      height: 0.25rem;
      background: transparent; /* 默认不可见，或设为浅色 */
    }

    /* 进度条填充：只有 active 状态下轨道才显示底色 */
    .nav-block.active .progress-track {
      background: #e2e8f0; 
    }
    .nav-block .progress-track {
      background: #e2e8f0; 
    }

    .progress-fill {
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, #B740F3 0%, #295EFF 100%);

      transition: none; /* 由 JS 高频接管，禁止 CSS 补间动画防抖动 */
      border-radius: 1.125rem;
    }
    .home_banner-container .swiper-wrapper{
        display: flex;
    }

    /* 右侧 Banner 区 */
    /* 修复：增加 min-width: 0 防止 Swiper 撑破 Flex 布局 */
    .right-banner {
      flex: 1; 
      min-width: 0; 
      position: relative;
    }

    .swiper {
      width: 100%;
      height: 100%;
    }

    /* 修复：移除 width: 31.25rem 定宽，恢复 Flex 居中显示 */
    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2.5rem;
      font-weight: bold;
      color: #fff;
      width: 100%; 
    }
    .swiper-slide img{
        /* width: 100%;  */
    }
    .home_banner-container .swiper-slide img{
        width: 100%; 
    }

    /* .bg-1 { background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%); }
    .bg-2 { background: linear-gradient(135deg, #059669 0%, #047857 100%); }
    .bg-3 { background: linear-gradient(135deg, #db2777 0%, #be185d 100%); } */

/* swiper  end ------------------------------ ----------*/
.top-btm {
    width: 100%;
    max-width: 75rem;
    padding: 3.125rem 0.625rem;
    display: flex;
    align-items: center;
}
.top-btm-title {
    /* font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0%;
    color: #7d8588;
    max-width: 20.8125rem; */


    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    
    color: #7d8588;
    max-width: 20.8125rem;
}
.top-btm-title span {
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
}
.top-btm-content {
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.top-btm-content-list {
    position: relative;
    overflow: hidden;
}
.pricing_public_tab {
    overflow: hidden;
    position: relative;
    margin: 0;
}
.model-three-card {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.model-three-card a img {
    /* width: 100px;
    height: auto; */
    width: auto;
    height: 22px;
}
.mask-left {
    position: absolute;
    left: 0;
    z-index: 9;
}
.mask-right {
    position: absolute;
    right: 0;
    z-index: 9;
}
/* Why Choose Us  */
.h_panel_three{
    position: relative;
    padding-bottom:7.5rem;
    padding: 10.25rem 0 0;
    /* background: #F4F4F7; */
}
.h_panel_c{
    max-width: 75rem;
    margin: 0 auto;
    
    
}
.p3_big_title h2{
   

    margin-bottom: 3.375rem;

    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #000;



}
.businesses_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25rem;
}

.businesses_ul li{
    /* margin-top: 1.5rem; */
    /* padding: 1.5rem; */
    width: calc((100% - 2.5rem) / 3) ;
    height: 18.875rem;
    background: #FFFFFF;
    border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
    border: 0.0625rem solid #E6EAF5;
    /* transition: all 0.3s ease-in-out; */

    list-style-type: none;
    transition: all 0.3s ease;

}
.businesses_ul li a{
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.businesses_ul li:hover{
    /* width: 20.3125rem;
    height: 18.875rem; */
    background: #FCF6FF;
    box-shadow: 0 0.375rem 1.5rem 0 #FCF6FF;
    border: 0.0625rem solid var(--themeColor);
    /* transition: all 0.3s ease; */
}
.int_more_btn_wrap{
    display: flex;
}
.int_more_btn{
    padding: 0.5625rem 1rem;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;

    border: 0.0625rem solid #E9EAEB;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
    border-radius: .5rem;

    color: #7B7B7B;
    background: #fff;
    transition: all 0.3s ease;




}
.right_small_icon{
    width: 1rem;
    height: 1rem;

    background: url(/static/snap_proxy/images/home/buss_btn_icon01.webp?v={$res_ver}) no-repeat;
}

.businesses_ul li:hover .int_more_btn{
    border: 0.0625rem solid #F9ECFF;
    color: #6F169C;
    background: #F9ECFF;
}
.businesses_ul li:hover .int_more_btn .right_small_icon{
    background: url(/static/snap_proxy/images/home/buss_btn_icon02.webp?v={$res_ver}) no-repeat;
}

.int_more_btn:hover{
    border: 0.0625rem solid #F9ECFF;
    color: #6F169C;
    background: #F9ECFF;
    gap: 0.9375rem;
}
.w-btn:hover{
    gap: 0.9375rem;
}

.proxy_intro{
    
}
.w_mt_180{
    margin: 11.25rem auto 0;
    max-width: 75rem;
}
.proxy_intro_content{
    display: flex;
    gap: 1.75rem;

    flex-direction: column;
}
.proxy_intro_zi01{
    display: flex;
    gap: 1.75rem;
}
.proxy_intro_z_item{
    width: 36.625rem;
}
.intro_z_item1{
    height: 34.5625rem;
    padding: 1.5rem;
    /* background: #FFF8F1; */
    border-radius: 2rem;
    background: #FFF8F1 url(/static/snap_proxy/images/home/proxy_intro_bg01.webp?v={$res_ver}) no-repeat bottom right;
}
.intro_z_item2{
    height: 34.5625rem;
    padding: 1.5rem;
    /* background: #F4F4F7; */
    border-radius: 2rem;
    background: #F4F4F7 url(/static/snap_proxy/images/home/proxy_intro_bg02.webp?v={$res_ver}) no-repeat bottom right;

}
.intro_z_item_title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;

}

.intro_z_item_desc{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 167%;

    color:rgba(25, 24, 27, .8);

    margin: 1.25rem 0;

}
.intro_z_item_list{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;

    margin-bottom: 2.25rem;
}
.intro_z_item_list li{
    display: flex;
    gap: 0.625rem;


    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
    color: #7B7B7B;

}
.proxy_intro_btn_wrap{
    display: flex;
    gap: 1.25rem;
}
.proxy_intro_btn_wrap a{
    min-width: 11.4375rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    height: 3rem;

    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 1rem;

    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;

    transition: all 0.4s;
}
.proxy_intro_btn_wrap a:hover {
  box-shadow: 0.25rem 0.25rem 0 0.0625rem rgba(0, 0, 0);
  gap: 0.9375rem;
}
.proxy_intro_btn01{
    background: var(--themeColor);
    color: #FFF;
    border: 0.0625rem solid var(--themeColor);
    
}
.proxy_intro_btn_wrap a.proxy_intro_btn02{
    color: #19181B;
    font-weight: 400;
    background: #fff;
    border: 0.0625rem solid #DEDEE0;


    
}
.proxy_intro_zi02{
    height: 23.125rem;
    padding: 1.5rem;
    border-radius: 2rem;
    background: #F4F4F7 url(/static/snap_proxy/images/home/proxy_intro_bg03.webp?v={$res_ver}) no-repeat bottom right;
    background-size: 50% 100%;
}
.proxy_intro_zi02 .proxy_intro_z_item .intro_z_item2{
    width: 33.4375rem;
    height: 100%;
    padding: 0;

    background: none;
}





.buss_icon{
    width: 2.25rem;
    height: 2.25rem;
}
.buss_icon img{
    width: 100%;
}
.buss_tit{
    margin: 1.5rem 0 1.25rem;
    
    color: #424143;

    height: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;

}

.buss_cont{
    /* width: 17.3125rem; */
    /* height: 7.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #474747;
    line-height: 1.8125rem; */

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-style: Regular;
    font-size: 0.9375rem;
    line-height: 167%;
    color: #7B7B7B;

    height: 4.6875rem;
    margin-bottom: 2rem;


    
}


/*sectino2  */
.sec2-item {
    /* position: relative;
    padding: 0.125rem;
    border: 0.125rem solid #ffffff;
    border-radius: 1.25rem; */

    position: relative;
    padding: 0.125rem;
    border-radius: 1.25rem;
    background: #ffffff;
}

.sec2-item1__inner {
    width: 100%;
    height: 100%;
    border-radius: 1.125rem;
    padding: 1.875rem 2.5rem;
    background-color: #fff;
    background-image: url(/static/snap_proxy/images/home/sec2-1-bg.svg);
    background-repeat: no-repeat;
}

.sec2-item1:hover {
    /* border: 0.125rem solid #f9f9f9; */
    background: linear-gradient(135deg, rgba(227, 248, 255, 1), rgba(223, 247, 243, 1));
}

.sec2-item2__inner {
    width: 100%;
    height: 100%;
    border-radius: 1.125rem;
    padding: 1.875rem 2.5rem;
    background-color: #fff;
    background-image: url(/static/snap_proxy/images/home/sec2-2-bg.svg);
    background-repeat: no-repeat;
}

.sec2-item2:hover {
    /* border: 0.125rem solid #f9f9f9; */
    background: linear-gradient(136deg, rgba(255, 241, 213, 1), rgba(216, 247, 220, 1));
}

.sec2-item3 {
    position: relative;
    padding: 0.125rem;
    max-width: 36.25rem;
    border-radius: 1.9375rem;
    background: #fff;
    /* border: 0.125rem solid #ffffff; */
}

.sec2-item3__inner {
    width: 100%;
    height: 100%;
    border-radius: 1.875rem;
    padding: 1.875rem 1.5rem;
    /* padding: 1.875rem 2.375rem; */

    background-color: #fff;
    background-image: url(/static/snap_proxy/images/home/sec2-3-bg.svg);
    background-repeat: no-repeat;
}
.sec2-item3 .sec2-icon , .sec2-item3 .sec2-title, .sec2-item3 .sec2-desc, .sec2-item3 .sec2-operation{
    margin-left: 0.875rem;
}

.sec2-item3:hover {
    /* border: 0.125rem solid #f9f9f9; */
    background: linear-gradient(139deg, rgba(225, 225, 255, 1), rgba(218, 245, 255, 1));
}

.sec2-img{

    width: 34.375rem;
}

.sec2-icon {
    margin-bottom: 0.875rem;
}
.sec2-icon img{
    width: 3.125rem;
}
.sec2-title {
    position: relative;

    font-weight: 600;
    font-size: 1.25rem;
    /* letter-spacing: 0%; */
    margin-bottom: 0.875rem;
    display: inline-block;
    min-width: 9.6875rem;
}
.sec2_tit_tips01{
    position: absolute;
    top: -0.875rem;
    right: -5.875rem;

    width: 5.5rem;
    height: 1.875rem;

    font-family: Microsoft YaHei ;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    color: #00B9FF;

    background: url(/static/snap_proxy/images/home/union01.webp?v={$res_ver}) no-repeat;
    background-size: 100% 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.375rem;

}
.sec2_tit_tips02{
    position: absolute;
    top: -0.875rem;
    right: -19.125rem;

    width: 12.875rem;
    height: 1.875rem;

    font-family: Microsoft YaHei ;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    color: #00C8AD;

    background: url(/static/snap_proxy/images/home/union02.webp?v={$res_ver}) no-repeat;
    background-size: 100% 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.375rem;
}

.sec2_tit_tips03{
    position: absolute;
    top: -0.875rem;
    right: -8.25rem;

    width: 7.875rem;
    height: 1.875rem;

    font-family: Microsoft YaHei ;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    color: #7E72DC;

    background: url(/static/snap_proxy/images/home/union03.webp?v={$res_ver}) no-repeat;
    background-size: 100% 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.375rem;

}
.sec2_tit_tips04{
    position: absolute;
    top: -0.875rem;
    right: -19.9375rem;

    width: 11.25rem;
    height: 1.875rem;

    font-family: Microsoft YaHei ;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    color: #00B9FF;

    background: url(/static/snap_proxy/images/home/union04.webp?v={$res_ver}) no-repeat;
    background-size: 100% 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.375rem;
}
.sec2-desc {
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0%;
    margin-bottom: 1.875rem;
    margin-top: 0;
    color: #666666;
}
.sec2-btn {
    padding: 0.5rem 1.25rem;
    border: 0.0625rem solid #666666;
    border-radius: 0.625rem;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.5625rem !important;

    min-width: 10rem;
    text-align: center;
}
.sec2-btn.blue {
    background: #f1fcff;
}
.sec2-btn.yellow {
    background: #fffbf3;
}
.sec2-btn.purple {
    background: #f5f3ff;
}
.sec2-operation {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}
.sec2-operation a {
    display: inline-block;
    line-height: 0;
}
.sec2-links {
    display: flex;
    gap: 0.875rem;
}
.sec2-img {
    margin-top: 1.875rem;
    line-height: 0;
}
.sec2-img img {
    max-width: 100%;
}

/* section3 */
.countryList_wrap{
    display: flex;
    gap: 3.4375rem;

    margin-top: 3.9375rem;
}
.country_pic{
    width: 46.25rem;
}
.countryList {
    display: flex;    
    flex-direction: column;
    gap: 2rem;

    width: 25rem;
}

.countryList .country-item {
    display: flex;
    gap: 0.875rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* max-width: 14.1875rem; */
    /* padding: 0 0.625rem; */
    /* box-sizing: border-box; */
}
.countryList .country-item .country-item-img{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.countryList .country-item .country-item-img img {
    width: 1.875rem;
    height: 1.875rem;
}

.countryList .country-item .country-item-info {
    width: 50%;
    text-align: right;
}

.country-item {
    display: flex;
    gap: 0.875rem;
    align-items: center;
}
.country_title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #000000;

}

.country-name {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.875rem;

    color: rgba(123, 123, 123, .85);
}
.ipNum{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    /* text-align: center; */

    color: #19181B;
}


.country-item .country_mr_btn{

    margin: 0 auto;
    margin-top: 1.625rem;
    /* min-width: 11.4375rem; */
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    height: 3rem;

    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 1rem;

    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;

    background: var(--themeColor);
    color: #fff;

    transition: all 0.4s;
}
.country_mr_btn:hover {
  box-shadow: 0.25rem 0.25rem 0 0.0625rem rgba(0, 0, 0);
  gap: 0.9375rem;
}

@media (max-width: 61.875rem) {
    .countryList {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 41.25rem) {
    .countryList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 27.5rem) {
    .countryList {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* section4 */
.sec4-top-item {
    padding: 2.5rem 1.25rem;
    background: #fff;
    border-radius: 1.25rem;
}
.sec4-top-item1.sec4-top-img {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}
.sec4-top-img-item {
    display: flex;
    justify-content: center;
    width: 40%;
}
.sec4-top-img {
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec4-top-desc {
    max-width: 13.75rem;
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
    margin: 0 auto;
}
.sec4_236{
    max-width: 14.75rem;
}

.sec4-top-block {
    margin-bottom: 4.25rem;
}
.sec4-btm-block {
    border-radius: 1.25rem;
    border: 0.0625rem solid #d0d0d0;
    background: #fff;
    padding: 2.125rem 10.3125rem;
    position: relative;
    padding-right: 45%;
}
.section4-icon {
    position: absolute;
    left: 3.75rem;
    top: -1.5625rem;
}
.section4-icon-iso-wrap,
.section4-icon-iso-wrap-back {
    position: absolute;
    right: 13%;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 1.875rem;
    border-radius: 50%;
}
.section4-icon-iso-wrap-back {
    padding: 1.9375rem;
    background-color: #d0d0d0;
    z-index: -2;
}
.sec4-title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.blue-underline {
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    height: 0.5rem;
    left: 0;
    background: #63d6fd;
    z-index: -1;
}
.sec4-desc {
    max-width: 22.9375rem;
    font-weight: 400;
    font-size: 1rem;
}
/* section 5 */
.section2 .w-btn.border:hover {
    background: #63d6fd;
    color: #fff;
    border: transparent;
}
.sec2-table-wrap {
    border-top: 0.0625rem solid #E8ECEE;
    border-left: 0.0625rem solid #E8ECEE;
    background-color: #fcfcfc;
}
.sec2_icon{
    position: relative;
}
.moblie-box {
    display: none;
}
.sec2-table-item {
    font-weight: 400;
    font-size: 0.875rem;
    color: #000000;
    border-bottom: 0.0625rem solid #E8ECEE;
    border-right: 0.0625rem solid #E8ECEE;
    text-align: center;
    padding: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    transition: all 0.3s ease;
}

.sec2-table-item.active {
    background: #fff;
    box-shadow: 0 0 1.25rem 0 #0000000d;
}
.tab-title {
    position: relative;
}
.table-shadow {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.tab-title.active .table-shadow {
    opacity: 1;
}
.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: 1rem;
}
.sec2-table-item.tab-title.show0 {
    color: transparent;
}
.wr-section h3.section-sec-title {
    margin-bottom: 3.125rem;
}
.sec2-table-item .w-btn {
    min-width: 13.125rem;
}
.features-item {
    text-align: left;
    position: relative;
}
.features-item::before {
    content: '';
    position: absolute;
    width: 0.125rem;
    height: 0.125rem;
    background-color: #000;
    border-radius: 50%;
    top: 0.4375rem;
    left: -0.5rem;
}
.tab-col-title {
    width: 11.5rem;
}
.mx260 {
    max-width: 16.25rem;
    margin: 0 auto;
}

/* 客户评价 */
.client-item {
    flex: 1;
    border-radius: 1.125rem;
    border: 0.0625rem solid #e1e9eb;
    padding: 1.25rem;
    background: white;
}
.client-comment {
    background: #eefbff;
    border-radius: 1.0625rem;
    padding: 1.25rem;
    padding-right: 2.375rem;
    font-weight: 400;
    font-size: 0.9375rem;

    min-height: 12.375rem;
}
.comment-title{
    font-family: Microsoft YaHei ;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5625rem;

}
.comment-txt{
    margin-top: 0.375rem;

    font-family: Microsoft YaHei ;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    color: #000;


}
.gap44{
    gap: 2.75rem;
}
/* .comment-txt {
    opacity: 0.6;
} */
.client-name {
    /* font-weight: normal; */
    font-weight: 600;
    font-size: 1.25rem;
    color: #000000;
}
.client-date {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
}
.clientImg-wrap {
    position: relative;
    line-height: 0;
}
.img-start {
    position: absolute;
    bottom: -0.3125rem;
    right: 0;
}
.client-starts {
    padding: 1.25rem 0 1rem;
    line-height: 0;
}
.client-left {
    max-width: 55%;
}
.clientImgBox {
    width: 3.875rem;
    height: 3.875rem;
    text-align: center;
    line-height: 3.875rem;
    background: #ff3722;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    font-size: 1.75rem;
}
.clientImgBox.yellow {
    background: #ffce00;
}
.client-right {
    border-radius: 1.875rem;
    border: 0.0625rem solid #e9e5d8;
    padding: 1.25rem;
    flex: 1;
    background: white;
}
.client-right-content {
    background: #fff6dd;
    border-radius: 1.375rem;
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.client-right-title {
    font-weight: 600;
    font-size: 2.5625rem;
    color: #000000;
}
.client-right-text {
    flex: 1;
    font-weight: 400;
    font-size: 1.25rem;
    color: #000000;
}
.mx260 {
    width: 16.25rem;
    max-width: 16.25rem;
}

@media (max-width: 37.5rem) {
    .client-left {
        max-width: 100%;
    }
}

/* section6 */
.sec6-item {
    padding-top: 3.75rem;
}
.sec6-item-left {
    max-width: 31.25rem;
}
.sec6-item-right {
    display: flex;
    align-items: center;
}

.sec6-item-right img {
    width: 100%;
}

.sec6-item-title {
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}
.sec6-item-desc {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    color: #666;
    margin-top: 0;
}
.sec6-list-wrap {
    margin-bottom: 2.5rem;
}
.sec6-list-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.grey .wr-container {
    background-color: #f9f9f9;
}
.home_video_container{
    background: #FFFFFF;
}
.home_video_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.625rem;
}
.home_video_left{
    max-width: 37.5rem;
    height: 21.0625rem;
    border-radius: 1.625rem;

    overflow: hidden;

}
.home_video_right{
    max-width: 31.875rem;
    /* height: 30.9375rem; */
    display: flex;
    flex-direction: column;
    

}
.home_video_right_title{
    padding: 0.5rem 1.25rem;

    display: flex;
    align-items: center;

    font-family: Microsoft YaHei ;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.0625rem;
    color: #00C8AD;

    /* width: 15.75rem;
    height: 2.25rem; */

    background: #E1FFFB;
    border-radius: 1.4375rem;
    border-width: 0.0625rem;
    border: 0.0625rem solid #A1E8DF;

    max-width: 15.875rem;
    width: fit-content;


}
.home_video_right_title img{
    margin-right: 0.625rem;
    width: 1.125rem;
    height: 1.125rem;
}

.home_video_right .home_video_tit{
    margin-top: 0.625rem;

    font-family: Microsoft YaHei ;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3.75rem;
    color: #000;
}
.home_video_txt{
    margin-top: 0.75rem;
    font-family: Microsoft YaHei ;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;

    color: #666666;

}
.home_vid_r{
    margin-top: 1.25rem;
}
.home_vid_li{
    margin-bottom: 0.625rem;
    font-family: Microsoft YaHei ;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;

    display: flex;
    align-items: center;

}
.home_vid_li img{
    margin-right: 0.5625rem;
    width: 1.125rem;
}

.h_vd_btn_wrap{
    margin-top: 2.8125rem;
    display: flex;
    gap: 1.25rem;
}
.h_vd_btn01{
    width: 11.375rem;
    height: 3.125rem;
    border-radius: 0.5rem;

    background: #63D6FD;

    font-family: Microsoft YaHei ;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;

}
.h_vd_btn01:hover{
    box-shadow: 0 0.1875rem 0.625rem 0 rgba(99, 214, 253, 0.7);
}
.h_vd_btn02{
    width: 9rem;
    height: 3.125rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #000;

    font-family: Microsoft YaHei ;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: center;


}


/* code section7 */
.code-section h2.section-title {
    margin-bottom: 3.125rem;
}
.code_examples{
    position: relative;
    z-index: 1;
}
.code-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.code-right {
    width: 100%;
    /* display: flex; */
    align-items: center;


}
.code-right-wrap {
    width: 100%;

}
.code-right-wrap .el-tabs--border-card{
    border-radius: 1rem;
    background: #FFF;
    border: 0.0625rem solid #D9D9D9;
    
    box-shadow: 0 0.125rem 0.625rem 0 #0000000D;

    overflow: hidden;

}
.code-right-wrap .el-tabs__item{
    font-size: 0.875rem;
    font-weight: 400;
    color: #333 !important;
    border: none !important;
    transition:none !important
}
.code-right-wrap .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
    color: #000 !important;
    font-weight: 600 !important;
    background: #fff !important;
    border-bottom: 0.125rem solid #000 !important;
}
.code-right-wrap .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{
    color: #000 !important;

}

p.code-left-desc {

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6875rem;
    text-align: center;

    margin-bottom: 1.5rem;
    color: #fff;

    max-width: 61.25rem;

}
.dark-btn-wrap {
    display: flex;
    justify-content: flex-start;

    margin-bottom: 3.375rem;
}
.flex-content.gap30 {
    gap: 1.875rem;
}
.code-top-tip {
    border-radius: 1.375rem;
    border: 0.0625rem solid #8accff;
    margin-bottom: 0.625rem;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background-color: #e2f8ff;
    color: #0090ff;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-align: center;
}
.code-section .el-tabs--border-card {
    box-shadow: none;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.0625rem solid #d9d9d9;
    overflow: hidden;
}
.code-section .el-tabs--border-card > .el-tabs__header {
    background-color: #f9f9f9;
}
.code-section .el-tabs--border-card > .el-tabs__header .el-tabs__item {
    color: #333333;
    border-bottom: 0.0625rem solid #d9d9d9;
    border-right: none;
    border-left: none;
}
.code-section .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
    background-color: #fff !important;
    border-bottom: 0.125rem solid #000;
}
.code-section .el-tabs__content {
    padding: 1.875rem;
    padding-right: 4.625rem;
}

.code-box code::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.code-box {
    height: 15.625rem;
}
.code-box pre {
    margin: 0;
}
.code-box code {
    height: 15.625rem;
    -ms-overflow-style: none; /* IE 和 Edge */
    scrollbar-width: none; /* Firefox */
}
.code-copy {
    cursor: pointer;
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    opacity: .8;
}
.code-copy:hover {
    opacity: 1;
}
h2.code-left-title {
    margin-bottom: 1.8125rem;

    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.3125rem;
    text-align: center;
    color: #fff;

    max-width: 61.25rem;

}

/* section9 */
.sec9-title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3.75rem;
    color: #000000;
    margin-bottom: 1.25rem;
}
.sec9-desc {
    margin-top: 0;
    font-weight: 400;
    font-size: 1rem;
    color: #666666;
    margin-bottom: 6.25rem;
    max-width: 33.125rem;
}
.gap60 {
    gap: 3.75rem;
}
.sec9-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec9-left a {
    display: inline-block;
}

.sec9-tips {
    display: inline-block;
    background: #e2f8ff;
    border-radius: 1.4375rem;
    border: 0.0625rem solid #8accff;
    font-weight: 500;
    font-size: 0.875rem;
    color: #0090ff;
    padding: 0 1.125rem;
    height: 2.25rem;
    line-height: 2.25rem;
    margin-bottom: 0.625rem;
}

.sec9-right {
    /* width: 50%; */
}

.sec9-right img {
    width: 100%;
}



.h_panel_Application{
    margin-bottom: 11.25rem;
}
.h_panel_Application .businesses_ul li{
    border: 0.0625rem solid #E9EAEB;
}
.h_panel_Application .businesses_ul li.apl_01{
    background: #FFFAF4;
}
.h_panel_Application .businesses_ul li.apl_01:hover{
    box-shadow: 0 0.375rem 1.5rem 0 #FDF5EA;
}
.h_panel_Application .businesses_ul li.apl_02{
    background: #FCF6FF;
}
.h_panel_Application .businesses_ul li.apl_02:hover{
    box-shadow: 0 0.375rem 1.5rem 0 #F9EEFF;

}
.h_panel_Application .businesses_ul li.apl_03{
    background: #F3FFFE;
}
.h_panel_Application .businesses_ul li.apl_03:hover{
    box-shadow: 0 0.375rem 1.5rem 0 #EFFFFE;
}
.h_panel_Application .businesses_ul li.apl_04{
    background: #F3FFFE;
}
.h_panel_Application .businesses_ul li.apl_04:hover{
    box-shadow: 0 0.375rem 1.5rem 0 #EFFFFE;
}
.h_panel_Application .businesses_ul li.apl_05{
    background: #FFFAF4;
}
.h_panel_Application .businesses_ul li.apl_05:hover{
    box-shadow: 0 0.375rem 1.5rem 0 #FDF5EA;
}
.h_panel_Application .businesses_ul li.apl_06{
    background: #FCF6FF;
}
.h_panel_Application .businesses_ul li.apl_06:hover{
    box-shadow: 0 0.375rem 1.5rem 0 #F9EEFF;
}
.wr-container{

}

.wr_code_ex_content{
    position: relative;
    background: #261A2D;
    height: 45.125rem;
}
.wr_code_ex_content::before{
    content: "";
    position: absolute;
    top: 3.375rem;
    left: 0;
    width: 7.25rem;
    height: 18.5rem;
    background: url(/static/snap_proxy/images/home/code_bg_01.webp?v={$res_ver}) no-repeat;


}
.wr_code_ex_content::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 9.75rem;
    height: 100%;
    background: url(/static/snap_proxy/images/home/code_bg_02.webp?v={$res_ver}) no-repeat;


}
.code_examples .w-btn.border{
    border: 0.0625rem solid #fff;
    color: #fff;
    background: #261A2D;

    transition: all .3s;

}
.code_examples .w-btn.border:hover{
    gap: 0.9375rem;
    box-shadow: 0.25rem 0.25rem 0 0.0625rem rgba(0, 0, 0);
}

.easily_container .wr-section{
    padding: 10rem 0;
}
.easily_title{
    margin-bottom:4rem;

    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #000;

}
.easily_wrap{
    display: flex;
    gap: 1.25rem;
}
.step_item{
    position: relative;
    background: #F5F5F5;
    border-radius: 2rem;
    height: 23.75rem;

    padding: 1.5rem;
}
.step_item.t_one{
    width: 42.5rem;
}
.step_item.t_two{
    width: 31.25rem;
}
.step_item_num{
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 3rem;
    height: 3rem;
    color: #1AC47A;
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 1.25rem;

    background: #ECFFF7;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.step_item_icon{
    position: absolute;
    top: 3.625rem;
    right: 1.5rem;
}
.t_one .step_item_content{
    position: absolute;
    left: 1.5rem;
    bottom: 2.5rem;

    width: 23.1875rem;
}
.t_two .step_item_content{
    position: absolute;
    left: 1.5rem;
    bottom: 2.5rem;

    width: 28.25rem;
}
.t_two .step_item_icon{
    position: absolute;
    top: 1.5rem;
    /* right: 1.5rem; */
    left: 0;

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    
}
.t_two .step_item_icon img{
    width: 11.875rem;
}
.step_item_title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #19181B;

    margin-bottom: 1.25rem;

}
.step_item_desc{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    color: rgba(25, 24, 27, .8);
}
.easily_wrap2{
    margin-top: 1.25rem;
}


/* faq -------------------------------------------------*/
.h_panel_nine{
    margin-top: 7.5rem;
    padding: 5rem 0;
    background: #fff;
}
.h_panel_nine_c{
    position: relative;
    max-width: 38.75rem;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between; */
   
}
.question_big_tit{
    margin-bottom: 3.375rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    font-size: 2.5rem;
    color: #212025;
    text-align: center;
}
.quest_ul{

}
.quest_ul_li{
    max-width: 38.75rem;
    margin-bottom: 1.25rem;
    /* border: 0.0625rem solid #fff; */
    border: 0.0625rem solid var(--border-e9eaeb, rgba(233, 234, 235, 1));
    border-radius: 0.875rem;
    transition: all 0.5s ease-out;
}
.quest_ul_li.expanded{
    max-width: 38.75rem;
    background: #FCF7FF;
    border: 0.0625rem solid #B740F3;
}
.quest_ul_li.expanded .quest_li_tit{
    padding: 1rem 1.25rem; 
    /* background:#fff; */
}
.quest_ul_li.expanded .quest_li_dec{
    /* padding:0 1.25rem; */
    padding: 0.5rem 1.25rem 1.25rem 1.25rem;

}
.quest_li_tit{
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 64rem; */
    height: 4.25rem;
    line-height: 1.5rem;
    /* background: #F4F4F7; */
    border-radius: 0.875rem;
    /* border-radius: 1.5rem; */
    border: 0.0625rem solid rgba(230,234,245,0);

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1.125rem !important;
    color: #424143;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all 0.5s ease-out;
    cursor: pointer;
}
.quest_li_tit h2{
    /* padding: 0.625rem; */
    font-family: Microsoft YaHei;
    font-weight: 500;
    font-size: 1.125rem;
    color: #424143;
    text-align: left;
}
.questli_btn{
    transition: all 0.3s ease-in-out;
}
.quest_ul_li.expanded .questli_btn{
    /* margin-left: 3.75rem; */
    cursor: pointer;
    transform: rotate(90deg);
}


.questli_btn i{
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(/static/snap_proxy/images/home/faq_Icon_btn01.webp?v={$res_ver}) no-repeat;
    background-size: cover;
}
.quest_ul_li.expanded .questli_btn i.open{
    background: url(/static/snap_proxy/images/home/faq_Icon_btn02.webp?v={$res_ver}) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    
}
.quest_li_dec{
    /* padding: 0.625rem 0.625rem 0.625rem 1.25rem; */
    padding:0 1.25rem;
    /* width: 57.875rem; */
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.875rem;
    color: rgba(25, 24, 27, .75);
    line-height: 1.5rem;
    text-align: left;
}
.quest_li_dec a{
    font-family: Microsoft YaHei;
    font-weight: 500;
    font-size: 0.9375rem;
    color: #86807D;
    text-decoration: underline;
}
.quest_li_dec a:hover{
   
    color: #FF6F32;
}
.faq_wrap{
    margin: 0 auto;
    width: 75rem;

    display: flex;
    gap: 5.5rem;
}
.faq_left_pic{
    width: 30.75rem;
}
.faq_left_pic img{
    width: 100%;
}
/* faq end -------------------------------------------------*/

/* -code--wrap start ----------------- */
.tab-wrapper {
  /* background: #000000; */
  color: #ffffff;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18.75rem;
  margin: 0;
}

.tab-system {
  display: flex;
  gap: 3rem;
  width: 100%;
  /* background: #0a0a0a; */
  padding: 1.875rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid #FFFFFFCC;
}

.radio-container {
  --main-color: #AA00FF;
  --main-color-opacity: #AA00FF1c;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: relative;
  padding-left: 0.5rem;
  min-width: 7.5rem;
}

.radio-container .glider-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(27, 27, 27, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 0.0625rem;
}

.radio-container .glider-container .glider {
  position: relative;
  height: calc(100% / var(--total-radio)); 
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    var(--main-color) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: transform 0.5s cubic-bezier(0.37, 1.95, 0.66, 0.56);
}

.radio-container .glider-container .glider::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 300%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--main-color);
  filter: blur(0.625rem);
}

.radio-container .glider-container .glider::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 7.5rem;
  background: linear-gradient(
    90deg,
    var(--main-color-opacity) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.radio-container label {
  cursor: pointer;
  padding: 0.5rem .5rem;
  position: relative;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin: 0;

  font-size: 1rem;
}

.radio-container label.active {
  color: #fff;
}

.content-container {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.content-container .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.625rem);
  transition: all 0.4s ease-in-out;
  line-height: 1.6;
  color: #a0a0a0;
}

.content-container .content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.code_examples .hljs{
    color: #fff;
    font-size: 0.9375rem;
}



/* -code--wrap end ----------------- */
/* 响应式 */
@media (max-width: 600px) {
    /* .wr-flex-content.reverse {
        flex-direction: column;
    }

    .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;
    }

    .section7 .code-right {
        width: 100%;
        margin-top: 20px;
    }
    .sec9-right {
        width: 100%;
    } */
}

/* @media (max-width: 850px) {
    .section7 .dark-btn-wrap {
        width: 90%;
        flex-direction: column;
    }
} */


@media(max-width: 910px) and (min-width: 701px) {
    /* .home_video_wrap{
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .home_video_left{
        max-width: 90%;
        width: 100%;
        height: 300px;
        border-radius: 26px;
    }
    .home_video_left iframe{
        width: 100%;
        height: 300px;
    }

    .wr-flex-content{
        display: flex;
        flex-direction: column;
    }
    .sec2-item3{
        max-width: 100%;
    }

    .moblie-box {
        display: block;
    }
    .web-box {
        display: none;
    }

    .code-left{
        max-width: 100%;
    }

    .section7 .dark-btn-wrap{
        width: 100%;
    }

    .code-right{
        margin-top: 20px;
        width: 100%;
    }
    

    .client-left{
        max-width: 100%;
    } */


}
@media (max-width: 700px) {
    /* .banner-Wrap{
        margin-top: 0px;
    }
    .banner-title, .home_video_tit{
        font-size: 30px !important;
    }
    .home_video_wrap{
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .home_video_left{
        width: 100%;
        height: 230px;
        border-radius: 26px;
    }
    .home_video_left iframe{
        width: 100%;
        height: 230px;
    }
    .sec2-title{
        min-width: 100%;
    }

    .sec2_tit_tips01{
        position: absolute;
        top: -30px;
        right: 50%;

    }

    .sec2_tit_tips02{
        position: absolute;
        top: -30px;
        right: -47px;

    }

    .sec2_tit_tips03{
        position: absolute;
        top: -30px;
        right: 50%;

    }

    .sec2_tit_tips04{
        position: absolute;
        top: -30px;
        right: -3%;

    }
    .sec2-img{
        width: 100%;
    } */




}


@media (max-width: 910px) and (min-width: 701px){

}

@media (max-width: 700px){
    .banner-title{
        font-size: 2rem;
    }
    .home_banner-container{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .swiper-slide img{
        height: auto;
    }
    .h_panel_three{
        padding-top: 1rem;
    }
    .p3_big_title h2{
        font-size: 2rem;
    }
    .businesses_ul{
        padding: 10px;
    }
    .businesses_ul li{
        width: 100%;
    }
    .proxy_intro_content{
        padding: 10px;
    }
    .proxy_intro_zi01{
        display: flex;
        flex-direction: column;
    }
    .proxy_intro_z_item, .intro_z_item1{
        width: 100%;
    }
    .proxy_intro_btn_wrap a{
        font-size: 14px;
    }
    .intro_z_item2{
        background-size: 100%;
    }
    .w_mt_180{
        margin-top: 2rem;
    }
    .countryList_wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .h_panel_eight{
        padding: 3rem 0;
    }
    .h_panel_Application{
        margin-bottom: 2rem;
    }

    .wr_code_ex_content{
        height: auto;
    }
    .tab-system{
        padding: 0.5em;

    }
    .radio-container{
        min-width: 3.5rem;
    }
    .tab-system{
        gap: 1rem;
    }
    .code-copy{
        top: 1rem;
        right: .5rem;
    }
    .easily_container .wr-section{
        padding: 2rem 0;
    }
    .easily_wrap{
        display: flex;
        flex-direction: column;
        
        padding: 10px;
    }
    .step_item{
        width: 100% !important;
    }
    .t_two .step_item_content{
        width: auto;
    }

    .h_panel_nine{
        margin: 3rem 0;
        padding: 0;
    }
    
    .faq_left_pic{
        width: 100%;
    }
    .faq_wrap{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }
    



}