@charset "utf-8";
/*------------------------------------------------
--css   SCRM官网-解决方案-微校务 wxw
--by    市场部 Web Designer&Front end Engineer  Sivan
--date  2022.11.28
--less  文件已经过编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
.footer .footer_con {
  background-color: var(--footer_bg);
}
/*--------------- SCRM轮播 scrm_banner START ---------------- */
.scrm_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;
}
.scrm_banner .a_w {
  transform: translateY(8px);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.scrm_banner .a2_w {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.scrm_banner .a3_w {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.scrm_banner .a4_w {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.scrm_banner .a5_w {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.scrm_banner .a6_w {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.scrm_banner .a7_w {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.scrm_banner .a7_w {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.scrm_banner .swiper-slide-active .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.scrm_banner .a_w {
  transform: translateX(48px);
}
.scrm_banner .on .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.scrm_banner .swiper-wrapper,
.scrm_banner .swiper-slide,
.scrm_banner a {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.scrm_banner .swiper-slide {
  background-color: var(--ec_bg_light);
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .scrm_banner {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    min-height: none;
    max-height: none;
  }
}
@media screen and (max-width: 3840px) {
  .scrm_banner .swiper-button-prev {
    left: 2.4rem;
    right: auto;
  }
  .scrm_banner .swiper-button-next {
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (max-width: 2560px) {
  .scrm_banner .swiper-button-prev {
    left: 0.8rem;
    right: auto;
  }
  .scrm_banner .swiper-button-next {
    right: 0.8rem;
    left: auto;
  }
}
@media screen and (max-width: 1920px) {
  .scrm_banner .swiper-button-prev {
    left: 0.4rem;
    right: auto;
  }
  .scrm_banner .swiper-button-next {
    right: 0.4rem;
    left: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .scrm_banner .swiper-button-prev {
    left: 0rem;
    right: auto;
  }
  .scrm_banner .swiper-button-next {
    right: 0rem;
    left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .scrm_banner .swiper_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .scrm_banner .swiper_button {
    display: none;
  }
}
@media screen and (min-width: 750px) {
}
.scrm_banner .banner_w {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: var(--ec_bg_light);
}
.scrm_banner .banner_w .con {
  position: relative;
  z-index: 1;
}
.scrm_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;
}
.scrm_banner .banner_w .text_w .sub_w {
  font-size: 0.36rem;
}
.scrm_banner .banner_w .text_w .title_w {
  font-size: 0.48rem;
}
.scrm_banner .banner_w .text_w .des_w {
  padding-top: 0.24rem;
  padding-bottom: 0.48rem;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6;
}
.scrm_banner .banner_w .text_w .tips {
  padding-top: 0.16rem;
  font-size: 14px;
  color: var(--color_muted);
}
@media screen and (max-width: 1200px) {
  .scrm_banner .banner_w .text_w {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .scrm_banner .banner_w .text_w {
    margin-top: 1.6rem;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
    text-align: center;
  }
  .scrm_banner .banner_w .text_w .sub_w {
    font-size: 0.36rem;
  }
  .scrm_banner .banner_w .text_w .title_w {
    font-size: 0.56rem;
  }
  .scrm_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;
  }
  .scrm_banner .banner_w .text_w .tips {
    padding-top: 0.16rem;
    font-size: 12px;
    color: var(--color_muted);
  }
  .scrm_banner .banner_w .text_w .btn_w {
    margin: 0 auto;
    text-align: center;
  }
  .scrm_banner .banner_w .text_w .banner_btn {
    min-width: 120px;
    width: auto;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 24px 0 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .scrm_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;
  }
}
.scrm_banner .banner_w .bg_w {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.scrm_banner .banner_w .bg_w picture {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.scrm_banner .banner_w .bg_w img {
  margin-left: auto;
  margin-right: auto;
}
.scrm_banner .banner_w img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*--------------- SCRM轮播 scrm_banner END ---------------- */
#main {
  position: relative;
  min-height: 800px;
}
/*--------------- SCRM 公用 s_w START ---------------- */
.s_w {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .s_w {
    padding-top: 0.96rem;
    padding-bottom: 0.96rem;
  }
}
.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 h5 {
  font-size: 24px;
}
.s_w h4 {
  font-size: 24px;
  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 ---------------- */
/*---------------小程序推广（BAK）wxw  START ---------------- */
.wxw_w .info_w p {
  padding-bottom: 0.16rem;
}
.wxw_w .info_w b {
  display: block;
}
.wxw_w:nth-child(1),
.wxw_w:nth-child(3),
.wxw_w:nth-child(5),
.wxw_w:nth-child(7) {
  background-color: #F8F9FB;
}
.wxw_w:nth-child(1) .imgtext_w,
.wxw_w:nth-child(3) .imgtext_w,
.wxw_w:nth-child(5) .imgtext_w,
.wxw_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 ;
}
.wxw_w:nth-child(7) {
  background-color: #FFFFFF;
  padding-top: 0rem;
  padding-bottom: 0.8rem;
}
.wxw_1 .tips_w {
  padding: 0.24rem 0 0.48rem 0;
  margin: -2%;
}
.wxw_1 .tips_w li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1 0 auto;
  margin: 1%;
  padding: 0.16rem 0.08rem;
  border-radius: 0.08rem;
  background-color: var(--ec_bg_light);
}
.wxw_1 .tips_w img {
  max-width: 64px;
}
.wxw_1 .tips_w span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
.wxw_1 .tips_w b {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-top: 8px;
}
.wxw_1 .tips_w p {
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  white-space: nowrap;
}
/*--------------- 小程序推广 wxw END ---------------- */
.page_wxw_w {
  /*---- 增长瓶颈 ----*/
  /*---- 解决方案 ----*/
  /*产品功能*/
  /*产品楼层*/
  /*---- P1 ----*/
  /*---- P2 ----*/
  /*---- P3 ----*/
  /*---- P4 ----*/
  /*---- 业务覆盖 ----*/
  /*---- 企业都在使用 ----*/
  /*---- VS ----*/
  /*---- 为什么选择EC ----*/
  /*---- 媒体报道 ----*/
}
.page_wxw_w .difficulty_w {
  max-width: 100%;
  min-height: 9rem;
  padding: 1.6rem 0 0.88rem 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: -64px;
  color: #FFF;
  text-align: center;
  background-color: #00030B;
  background: #00030B url(../images/difficulty_bg.jpg) no-repeat center center;
  background-size: cover;
  /*! border-radius: 0.24rem; */
}
.page_wxw_w .difficulty_w .tt_w {
  font-size: 0.56rem;
  color: #FFF;
}
.page_wxw_w .difficulty_w .tt_w p {
  padding: 8px 0 0 0;
  font-weight: 700;
  font-size: 24px;
}
.page_wxw_w .difficulty_w .list_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.64rem;
}
.page_wxw_w .difficulty_w .list_con li {
  flex: 1 1 15%;
  margin: 0.08rem 0.08rem;
  padding: 0.48rem 0.24rem;
  text-align: center;
  overflow: hidden;
  border-radius: 0.16rem;
}
.page_wxw_w .difficulty_w .list_con li b {
  display: block;
  min-height: 1rem;
  max-height: 1rem;
}
.page_wxw_w .difficulty_w .list_con li b img {
  max-height: 1rem;
}
.page_wxw_w .difficulty_w ul h2 {
  font-size: 40px;
  padding: 0.32rem 0.16rem 0.24rem 0.16rem;
}
.page_wxw_w .difficulty_w ul p {
  font-size: 18px;
}
.page_wxw_w .difficulty_w ul img {
  max-width: 95%;
  border-radius: 0.16rem;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .page_wxw_w .difficulty_w .list_con li {
    flex: 1 1 20%;
    margin: 0.08rem 0.08rem;
    padding: 0.48rem 0.24rem;
    border-radius: 0.08rem;
  }
}
@media screen and (max-width: 1200px) {
  .page_wxw_w .difficulty_w .list_con li {
    flex: 1 1 25%;
    padding: 0.48rem 0.24rem;
  }
}
@media screen and (max-width: 992px) {
  .page_wxw_w .difficulty_w .list_con li {
    flex: 1 1 30%;
    text-align: center;
    color: #000;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 32px 48px 0px rgba(148, 162, 172, 0.24);
    border-radius: 0.16rem;
  }
  .page_wxw_w .difficulty_w ul h2 {
    font-size: 32px;
    padding: 0.24rem 0.16rem 0.24rem 0.16rem;
  }
  .page_wxw_w .difficulty_w ul p {
    font-size: 16px;
  }
  .page_wxw_w .difficulty_w ul img {
    max-width: 40%;
    border-radius: 0.16rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .page_wxw_w .difficulty_w .tt_w {
    font-size: 0.56rem;
    color: #FFF;
  }
  .page_wxw_w .difficulty_w .tt_w p {
    font-size: 24px;
  }
  .page_wxw_w .difficulty_w .list_con li {
    flex: 1 1 40%;
  }
  .page_wxw_w .difficulty_w ul h2 {
    font-size: 24px;
    padding: 0.32rem 0.16rem 0.16rem 0.16rem;
  }
  .page_wxw_w .difficulty_w ul p {
    font-size: 16px;
    padding: 0 0.16rem;
  }
  .page_wxw_w .difficulty_w ul p br {
    display: none;
  }
  .page_wxw_w .difficulty_w ul img {
    max-width: 30%;
    border-radius: 0.16rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 375px) {
  .page_wxw_w .difficulty_w .list_con li {
    flex: 1 1 50%;
  }
}
.page_wxw_w .solution_w {
  min-height: 8rem;
  padding: 1.6rem 0 1.6rem 0;
  background: #FFF url(../images/solution_bg.jpg) no-repeat center center;
  background-size: cover;
}
.page_wxw_w .solution_w .tt_w {
  text-align: center;
  font-size: 0.56rem;
}
.page_wxw_w .solution_w .tt_w .tt_h2 {
  font-size: 0.56rem;
}
.page_wxw_w .solution_w .tt_w p {
  font-size: 0.36rem;
  font-weight: normal;
  padding-top: 16px;
}
.page_wxw_w .solution_w .btn_w {
  margin: 32px  auto;
  text-align: center;
}
.page_wxw_w .solution_w .solution_con {
  position: relative;
  z-index: 1;
  padding: 0 0 0 0;
}
.page_wxw_w .solution_w .list_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  /* 占满容器高度*/
  margin: 0 -1%;
  text-align: center;
  padding-top: 32px;
}
.page_wxw_w .solution_w .list_con li {
  flex: 1 1 15%;
  margin: 0.08rem 0.08rem;
  padding: 0.48rem 0.24rem;
  text-align: center;
  background-color: #FFF;
  overflow: hidden;
  box-shadow: 0px 32px 48px 0px rgba(148, 162, 172, 0.24);
  border-radius: 0.16rem;
}
.page_wxw_w .solution_w .img_w {
  overflow: hidden;
}
.page_wxw_w .solution_w .text_w {
  padding: 0.24rem 0;
}
.page_wxw_w .solution_w .text_w h2 {
  font-size: 30px;
  padding: 0 0 16px 0;
}
.page_wxw_w .solution_w .text_w p {
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.8;
}
.page_wxw_w .solution_w .text_w .btn {
  margin-left: -2px;
  padding: 0 24px;
  font-size: 16px;
  height: 42px;
  line-height: 38px;
}
@media screen and (max-width: 1440px) {
  .page_wxw_w .solution_w .list_con li {
    flex: 1 1 20%;
    margin: 0.08rem 0.08rem;
    padding: 0.48rem 0.24rem;
    border-radius: 0.08rem;
  }
}
@media screen and (max-width: 1200px) {
  .page_wxw_w .solution_w .list_con li {
    flex: 1 1 25%;
    padding: 0.32rem 0.24rem;
  }
}
@media screen and (max-width: 992px) {
  .page_wxw_w .solution_w .list_con li {
    flex: 1 1 30%;
  }
}
@media screen and (max-width: 750px) {
  .page_wxw_w .solution_w .list_con li {
    flex: 1 1 40%;
  }
  .page_wxw_w .solution_w .text_w h2 {
    font-size: 24px;
  }
  .page_wxw_w .solution_w .text_w p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .page_wxw_w .solution_w .tt_w .tt_h2 {
    font-size: 0.56rem;
  }
  .page_wxw_w .solution_w .tt_w p {
    font-size: 24px;
    font-weight: normal;
    padding-top: 16px;
  }
  .page_wxw_w .solution_w .list_con li {
    flex: 1 1 50%;
  }
}
.page_wxw_w .cp_w {
  position: relative;
  z-index: 2;
  margin: 0 0 32px 0;
  overflow: hidden;
}
.page_wxw_w .p_w {
  line-height: 1.8;
  font-size: 18px;
  padding: 1.6rem 0px;
  overflow: hidden;
}
.page_wxw_w .p_w .con .text_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page_wxw_w .p_w .f_l {
  width: 55%;
}
.page_wxw_w .p_w .f_r {
  width: 55%;
}
.page_wxw_w .p_w .text_w {
  width: 45%;
}
.page_wxw_w .p_w .tt_img {
  margin: 0;
  max-width: 40px;
}
.page_wxw_w .p_w .tt_h1 {
  font-size: 0.56rem;
  padding: 0.48rem 0 0.08rem 0;
}
.page_wxw_w .p_w .tt_h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 0.16rem 0 0.4rem 0;
}
.page_wxw_w .p_w .tt_h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  padding: 0.08rem 0 0.4rem 0;
}
@media screen and (max-width: 1200px) {
  .page_wxw_w .p_w .con .text_img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .page_wxw_w .p_w .f_l {
    width: 100% !important;
    max-width: 100% !important;
  }
  .page_wxw_w .p_w .f_r {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.32rem auto;
  }
  .page_wxw_w .p_w .text_w {
    width: 100% !important;
    max-width: 100% !important;
  }
  .page_wxw_w .p_w .tt_h1 {
    font-size: 0.56rem;
    padding: 0.48rem 0 0.08rem 0;
  }
  .page_wxw_w .p_w .tt_h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    padding: 0.08rem 0 0.4rem 0;
  }
  .page_wxw_w .p_w .tt_text .icon_w {
    display: none !important;
  }
  .page_wxw_w .p_w .tt_text p span {
    padding-top: 8px;
    position: relative;
    display: block;
    line-height: 24px!important;
    overflow: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
  }
  .page_wxw_w .p_w .tt_text p {
    font-size: 16px;
    text-align: left;
    height: auto !important;
    line-height: 1.2 !important;
    padding-left: 0 !important;
    padding-bottom: 0.16rem;
  }
  .page_wxw_w .p_w .tt_h2 br {
    display: none;
  }
  .page_wxw_w .p_w .tt_text p br {
    display: none;
  }
}
.page_wxw_w .p_w .tt_text p {
  position: relative;
  display: block;
  line-height: 1.6;
  padding-bottom: 0.16rem;
}
.page_wxw_w .p_w .tt_text p span {
  padding-top: 8px;
  position: relative;
  display: block;
  line-height: 24px;
  /*! overflow: hidden; */
  /*! display: -webkit-box; */
  /*! -webkit-line-clamp: 1; */
  /*! -webkit-box-orient: vertical; */
}
.page_wxw_w .p_w .tt_text .icon_w {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 16px;
  height: 16px;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../images/icon_gou.svg) no-repeat center center;
  background-size: auto;
}
.page_wxw_w .p_w .img_w {
  width: auto;
  max-width: 55%;
}
.page_wxw_w .p_w .p_tt {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.page_wxw_w .p_w .p_tt i {
  display: block;
  position: absolute;
  z-index: -1;
  left: -16px;
  top: -16px;
  width: 48px;
  height: 48px;
  border-radius: 56px;
  background-color: #14bf57;
}
.page_wxw_w .p_w .p_text {
  max-width: 550px;
}
.page_wxw_w .p_w .p_text P {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
  padding: 0 0 18px 0;
}
.page_wxw_w .p_w .p_text b {
  display: flex;
  display: inline-block;
  width: auto;
  text-align: center;
  min-width: 100px;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  padding: 0 4px;
  border: 2px solid #FFF;
  border-radius: 8px;
}
.page_wxw_w .p_w .p_text span {
  padding-left: 10px;
  height: 40px;
  font-size: 16px;
  line-height: 1.2;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page_wxw_w .title_w {
  padding: 24px 0;
  text-align: center;
}
.page_wxw_w .title_w h1 {
  padding: 16px 0;
}
.page_wxw_w .title_w p {
  font-size: 18px;
}
.page_wxw_w .tt_w {
  padding: 0.64rem 0.24rem 0.64rem 0.24rem;
  text-align: center;
  line-height: 1.2;
}
.page_wxw_w .tt_w em {
  color: #14bf57;
}
.page_wxw_w .p1 {
  min-height: 7rem;
  background-color: #F2F5FA;
}
.page_wxw_w .p1 .text_w {
  width: 40%;
  max-width: 40%;
}
.page_wxw_w .p1 .img_w {
  width: 60%;
  max-width: 60%;
}
.page_wxw_w .p1 .img_w .img_cp {
  margin-right: -2rem;
}
@media screen and (max-width: 1440px) {
  .page_wxw_w .p1 .text_w {
    width: 40%;
    max-width: 40%;
  }
  .page_wxw_w .p1 .img_w {
    width: 60%;
    max-width: 60%;
  }
  .page_wxw_w .p1 .img_w .img_cp {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 375px) {
  .page_wxw_w .p1 .tt_img {
    display: none;
  }
}
.page_wxw_w .p1 .text_w {
  position: relative;
  z-index: 1;
}
.page_wxw_w .p1 .text_w:after {
  pointer-events: none;
  content: "";
  margin: auto;
  position: absolute;
  z-index: -1;
  top: -0.8rem;
  right: 0;
  bottom: 0;
  left: 4rem;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_kszs.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.03;
}
.page_wxw_w .p2 {
  min-height: 7rem;
  background-color: #FFF;
}
.page_wxw_w .p2 .text_w {
  width: 40%;
  max-width: 40%;
}
.page_wxw_w .p2 .img_w {
  width: 60%;
  max-width: 60%;
}
.page_wxw_w .p2 .img_w .img_cp {
  margin-left: -1.2rem;
}
@media screen and (max-width: 1440px) {
  .page_wxw_w .p2 .text_w {
    width: 40%;
    max-width: 40%;
  }
  .page_wxw_w .p2 .img_w {
    width: 60%;
    max-width: 60%;
  }
  .page_wxw_w .p2 .img_w .img_cp {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 375px) {
  .page_wxw_w .p2 .tt_img {
    display: none;
  }
}
.page_wxw_w .p2 .text_w {
  position: relative;
  z-index: 1;
}
.page_wxw_w .p2 .text_w:after {
  pointer-events: none;
  content: "";
  margin: auto;
  position: absolute;
  z-index: -1;
  top: -1.4rem;
  right: 0;
  bottom: 0;
  left: 4rem;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_yyzh.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.03;
  transform: rotate(-15deg);
}
.page_wxw_w .p3 {
  min-height: 7rem;
  background-color: #F2F5FA;
}
.page_wxw_w .p3 .text_w {
  width: 40%;
  max-width: 40%;
}
.page_wxw_w .p3 .img_w {
  width: 60%;
  max-width: 60%;
}
.page_wxw_w .p3 .img_w .img_cp {
  margin-right: -1.5rem;
}
@media screen and (max-width: 1440px) {
  .page_wxw_w .p3 .text_w {
    width: 40%;
    max-width: 40%;
  }
  .page_wxw_w .p3 .img_w {
    width: 60%;
    max-width: 60%;
  }
  .page_wxw_w .p3 .img_w .img_cp {
    margin-left: auto;
    margin-right: auto;
  }
}
.page_wxw_w .p3 .text_w {
  position: relative;
  z-index: 1;
}
.page_wxw_w .p3 .text_w:after {
  pointer-events: none;
  content: "";
  margin: auto;
  position: absolute;
  z-index: -1;
  top: -0.8rem;
  right: 0;
  bottom: 0;
  left: 4rem;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_kbpk.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.03;
  transform: rotate(-15deg);
}
@media screen and (max-width: 375px) {
  .page_wxw_w .p3 .tt_img {
    display: none;
  }
}
.page_wxw_w .p4 {
  min-height: 7rem;
  background-color: #FFF;
}
.page_wxw_w .p4 .text_w {
  width: 45%;
  max-width: 45%;
}
.page_wxw_w .p4 .img_w {
  width: 55%;
  max-width: 55%;
}
.page_wxw_w .p4 .img_w .img_cp {
  margin-left: -1.5rem;
}
@media screen and (max-width: 1440px) {
  .page_wxw_w .p4 .text_w {
    width: 50%;
    max-width: 50%;
  }
  .page_wxw_w .p4 .img_w {
    width: 50%;
    max-width: 50%;
  }
  .page_wxw_w .p4 .img_w .img_cp {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 375px) {
  .page_wxw_w .p4 .tt_img {
    display: none;
  }
}
.page_wxw_w .p4 .text_w {
  position: relative;
  z-index: 1;
}
.page_wxw_w .p4 .text_w:after {
  pointer-events: none;
  content: "";
  margin: auto;
  position: absolute;
  z-index: -1;
  top: -2.4rem;
  right: 0;
  bottom: 0;
  left: 3.2rem;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_xqgl.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.03;
  transform: rotate(-15deg);
}
.page_wxw_w .business_w {
  max-width: 100%;
  min-height: 12rem;
  padding: 0.88rem 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: #FFF;
  text-align: center;
  background-color: #00030B;
  background: #00030B url(../images/p8_bg.jpg) no-repeat center center;
  background-size: cover;
}
.page_wxw_w .business_w .tt_w {
  font-size: 0.56rem;
  color: #FFF;
  padding: 0.24rem 0 0.24rem 0;
}
.page_wxw_w .business_w .tt_h2 {
  font-size: 0.56rem;
  color: #FFF;
  padding: 0.32rem 0 0.16rem 0;
}
.page_wxw_w .business_w .tt_p {
  font-size: 0.36rem;
  color: #FFF;
  padding: 0 0 0.88rem 0;
}
.page_wxw_w .business_w .business_img img {
  max-width: 95%;
  margin: 0 auto 0.32rem auto;
}
.page_wxw_w .customer_w {
  max-width: 100%;
  min-height: 8rem;
  padding: 0.88rem 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: #000;
  text-align: center;
  background-color: #FFF;
  background: #FFF url(../images/p9_bg.jpg) no-repeat center center;
  background-size: cover;
}
.page_wxw_w .customer_w .tt_w {
  font-size: 56px;
  color: #000;
  padding: 0.24rem 0 0.32rem 0;
}
.page_wxw_w .customer_w .tt_h2 {
  font-size: 0.56rem;
  color: #000;
  padding: 0.24rem 0 0.16rem 0;
}
.page_wxw_w .customer_w .tt_p {
  font-size: 0.36rem;
  color: #000;
  padding: 0 0 0.32rem 0;
}
.page_wxw_w .customer_w .business_img img {
  max-width: 100%;
  margin: 0 auto 0.32rem auto;
}
.page_wxw_w .vs_w {
  max-width: 100%;
  min-height: 700px;
  padding: 64px 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: -200px;
}
.page_wxw_w .vs_w .btn_w {
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
}
.page_wxw_w .why_w {
  max-width: 100%;
  min-height: 640px;
  padding: 0 0 32px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
  background: url(../images/solution/crm/why_bg.jpg) no-repeat center center;
  background-size: cover;
}
.page_wxw_w .why_w .tt_w {
  color: #FFF;
}
.page_wxw_w .why_w .list_w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -16px;
}
.page_wxw_w .why_w .list_w li {
  position: relative;
  text-align: center;
  max-width: 25%;
  margin: 12px;
  background-image: -moz-linear-gradient(0deg, #c1e0e0 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(0deg, #c1e0e0 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(0deg, #c1e0e0 0%, #ffffff 100%);
  box-shadow: 0px 32px 48px 0px rgba(48, 41, 215, 0.24);
  border-radius: 32px;
  overflow: hidden;
}
.page_wxw_w .why_w .list_w li img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.page_wxw_w .why_w ul h4 {
  font-size: 18px;
  font-weight: normal;
  padding: 24px 16px 24px 16px;
}
.page_wxw_w .media_w {
  height: 800px;
  padding: 32px 0;
  background-color: #eef4f4;
}
.page_wxw_w .media_w .con {
  background: url(../images/scrm_bg.png) no-repeat left center;
  background-size: auto;
}
.page_wxw_w .media_w .btn_w {
  margin: 32px  auto;
  text-align: center;
}
.page_wxw_w .media_w .list_w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -16px;
}
.page_wxw_w .media_w .list_w li {
  position: relative;
  text-align: center;
  max-width: 25%;
  margin: 12px;
  border-radius: 16px;
  overflow: hidden;
}
.page_wxw_w .media_w .list_w li img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.page_wxw_w .media_w ul p {
  font-size: 18px;
  font-weight: normal;
  padding: 8px  16px;
}