﻿@charset "utf-8";
/*------------------------------------------------
--css   SCRM官网-代理合作
--by    市场部 Web Designer&Front end Engineer Sivan
--date  2023.02.13
--less  文件已编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
.footer .footer_con {
  background-color: var(--color_body);
}
.title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.16rem 0 0.16rem 0;
}
.title_box .tt {
  font-size: 0.24rem;
  border-left: 4px solid #52c018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
/*--------------- 顶部 Banner START ---------------- */
.api_banner {
  margin-top: -64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 2560px;
  min-height: 720px;
  overflow: hidden;
}
.api_banner .a_w {
  transform: translateY(8px);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.api_banner .a2_w {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.api_banner .a3_w {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.api_banner .a4_w {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.api_banner .a5_w {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.api_banner .a6_w {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.api_banner .a7_w {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.api_banner .a7_w {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.api_banner .swiper-slide-active .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.api_banner .a_w {
  transform: translateY(48px);
}
.api_banner .on .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.api_banner .swiper-wrapper,
.api_banner .swiper-slide {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .api_banner {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    min-height: none;
    max-height: none;
  }
}
@media screen and (max-width: 3840px) {
  .api_banner .swiper-button-prev {
    left: 2.4rem;
    right: auto;
  }
  .api_banner .swiper-button-next {
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (max-width: 2560px) {
  .api_banner .swiper-button-prev {
    left: 0.8rem;
    right: auto;
  }
  .api_banner .swiper-button-next {
    right: 0.8rem;
    left: auto;
  }
}
@media screen and (max-width: 1920px) {
  .api_banner .swiper-button-prev {
    left: 0.4rem;
    right: auto;
  }
  .api_banner .swiper-button-next {
    right: 0.4rem;
    left: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .api_banner .swiper-button-prev {
    left: 0rem;
    right: auto;
  }
  .api_banner .swiper-button-next {
    right: 0rem;
    left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .api_banner .swiper_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .api_banner .swiper_button {
    display: none;
  }
}
.api_banner .banner_w {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: var(--ec_bg_light);
}
.api_banner .banner_w .con {
  position: relative;
  z-index: 1;
}
.api_banner .banner_w .text_w {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top: 2.4rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  text-align: left;
  color: var(--color_white);
}
.api_banner .banner_w .text_w .sub_w {
  font-size: 0.36rem;
}
.api_banner .banner_w .text_w .title_w {
  font-size: 0.48rem;
}
.api_banner .banner_w .text_w .des_w {
  padding-top: 0.24rem;
  padding-bottom: 0.48rem;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
}
.api_banner .banner_w .text_w .tips {
  padding-top: 0.16rem;
  font-size: 14px;
  color: var(--color_muted);
}
.api_banner .banner_w .text_w .tips_w {
  padding-top: 0.88rem;
  font-size: 14px;
  color: var(--color_muted);
}
.api_banner .banner_w .text_w .tips_w .btn {
  padding: 0 16px;
  color: var(--color_primary);
}
.api_banner .banner_w .text_w .tips_w .btn:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.api_banner .banner_w .text_w .num {
  font-family: "num", Helvetica, arial, sans-serif;
  color: var(--color_primary);
}
@media screen and (max-width: 1200px) {
  .api_banner .banner_w .text_w {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .api_banner .banner_w .text_w {
    margin-top: 1.6rem;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
    text-align: center;
  }
  .api_banner .banner_w .text_w .sub_w {
    font-size: 0.36rem;
  }
  .api_banner .banner_w .text_w .title_w {
    font-size: 0.56rem;
  }
  .api_banner .banner_w .text_w .des_w {
    padding-top: 0.24rem;
    padding-bottom: 0.48rem;
    font-weight: normal;
    font-size: 0.28rem;
    line-height: 1.6;
  }
  .api_banner .banner_w .text_w .tips {
    padding-top: 0.16rem;
    font-size: 12px;
    color: var(--color_muted);
  }
  .api_banner .banner_w .text_w .btn_w {
    margin: 0 auto;
    text-align: center;
  }
  .api_banner .banner_w .text_w .banner_btn {
    min-width: 120px;
    width: auto;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding: 0 24px 0 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .api_banner .banner_w .text_w .banner_btn_r {
    height: 52px;
    line-height: 48px;
    font-size: 14px;
    border: 2px solid var(--color_primary);
    padding: 0 20px 0 20px;
  }
  .api_banner .banner_w .text_w .btn_md_line_primary {
    height: 52px;
    line-height: 48px;
  }
}
.api_banner .banner_w .bg_w {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.api_banner .banner_w .bg_w picture {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.api_banner .banner_w .bg_w img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.api_banner .seach_w {
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 64px;
}
.api_banner .seach_w .seach_input {
  font-size: 16px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  border: 2px solid rgba(0, 0, 0, 0.64);
  padding: 0 0.64rem 0 0.24rem;
  border-radius: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(0.32rem);
  --webkit-backdrop-filter: blur(0.32rem);
}
.api_banner .seach_w .icon_search {
  cursor: pointer;
  width: 40px;
  height: 36px;
  content: "";
  margin: auto;
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 0;
  bottom: 0;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.64);
}
.api_banner .seach_w .icon_search:hover {
  color: #52c018;
}
@media screen and (max-width: 992px) {
  .api_banner .seach_w {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*--------------- SCRM轮播 scrm_banner END ---------------- */
.api_tt {
  text-align: center;
  padding-top: 0.64rem;
  padding-bottom: 0.32rem;
}
.api_tt .tt_h2 {
  font-size: 0.36rem;
}
.api_tt .tt_p {
  font-size: 18px;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.api_tt .tt_em {
  display: inline-block;
  width: 32px;
  height: 6px;
  background-color: var(--color_primary);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.api_w {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}
/*--------------- SCRM 公用 s_w START ---------------- */
.s_w {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .s_w {
    padding-top: 0.64rem;
    padding-bottom: 0.64rem;
  }
}
.s_w .con_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.s_w .imgtext_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.s_w .text_w {
  flex: 0 0 45%;
  line-height: 2.2;
}
@media screen and (max-width: 1200px) {
  .s_w .text_w {
    flex: 1 1 100%;
    line-height: 2.2;
    text-align: center;
    max-width: 100%;
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }
  .s_w .info_w .icon_w {
    display: none;
  }
  .s_w .text_w br {
    display: none;
  }
  .s_w .text_w h5 img {
    margin-left: auto;
    margin-right: auto;
  }
}
.s_w .img_w {
  flex: 0 0 50%;
  max-width: 8rem;
}
@media screen and (max-width: 1200px) {
  .s_w .img_w {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.24rem;
    margin-bottom: 0.32rem;
  }
}
.s_w .xx:nth-child(2) .text_img_w,
.s_w .xx:nth-child(4) .con_box {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center ;
}
.s_w .btn_w .icon_talk_c {
  font-size: 18px;
}
.s_w .num {
  font-size: 0.64rem;
  font-family: "num", Helvetica, arial, sans-serif;
  color: #52c018;
}
.s_w .tt_em {
  display: inline-block;
  width: 32px;
  height: 6px;
  background-color: var(--color_primary);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.s_w h5 {
  font-size: 24px;
}
.s_w h4 {
  font-size: 32px;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.s_w .info_w {
  padding-top: 0.24rem;
  padding-bottom: 0.32rem;
  font-size: 16px;
  line-height: 2;
}
.s_w h5 {
  color: #52c018;
}
.s_w h5 b {
  color: #52c018;
}
.s_w .tips_w {
  padding: 0.24rem 0  0.48rem  0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.s_w .tips_w span {
  position: relative;
}
.s_w .tips_w b {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.s_w .tips_w strong {
  font-family: "num", Helvetica, arial, sans-serif;
  font-size: 0.36rem;
}
.s_w .tips_w .icon_n {
  font-size: 14px;
  font-weight: normal;
}
.s_w .tips_w .icon_up {
  position: absolute;
  top: 36px;
  right: -16px;
  font-size: 18px;
  color: #f2882c;
}
.s_w .tips_w .icon_true {
  font-size: 24px;
  line-height: 1;
  position: relative;
  top: 4px;
}
/*--------------- SCRM公用 s_w END ---------------- */
.api_w:nth-child(1) .imgtext_w,
.api_w:nth-child(3) .imgtext_w,
.api_w:nth-child(5) .imgtext_w,
.api_w:nth-child(7) .imgtext_w {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center ;
}
.s_4 .sales_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 1% -1%;
}
.s_4 .sales_ul li {
  margin: 0.16rem 1%;
  text-align: center;
}
.s_4 .sales_ul li p {
  font-size: 16px;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .s_4 .sales_ul li {
    flex: 0 0 48%;
    margin: 0.16rem 1%;
    text-align: center;
  }
}
