@charset "utf-8";
/*------------------------------------------------
--css   SCRM官网-服务支持
--by    市场部 Web Designer&Front end Engineer Sivan
--date  2022.12.07
--less  文件已编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
.faq_category_w {
  padding-bottom: 1.6rem;
}
.faq_category_w .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.16rem 0 0.16rem 0;
}
.faq_category_w .title_box .tt {
  font-size: 0.24rem;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.faq_category_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
/*--------------- 顶部 Banner START ---------------- */
.support_banner {
  margin-top: -64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 2560px;
  min-height: 420px;
  overflow: hidden;
}
.support_banner .a_w {
  transform: translateY(8px);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.support_banner .a2_w {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.support_banner .a3_w {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.support_banner .a4_w {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.support_banner .a5_w {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.support_banner .a6_w {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.support_banner .a7_w {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.support_banner .a7_w {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.support_banner .swiper-slide-active .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.support_banner .a_w {
  transform: translateX(48px);
}
.support_banner .on .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.support_banner .swiper-wrapper,
.support_banner .swiper-slide,
.support_banner a {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.support_banner .swiper-slide {
  background-color: var(--ec_bg_light);
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .support_banner {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    min-height: none;
    max-height: none;
  }
}
@media screen and (max-width: 3840px) {
  .support_banner .swiper-button-prev {
    left: 2.4rem;
    right: auto;
  }
  .support_banner .swiper-button-next {
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (max-width: 2560px) {
  .support_banner .swiper-button-prev {
    left: 0.8rem;
    right: auto;
  }
  .support_banner .swiper-button-next {
    right: 0.8rem;
    left: auto;
  }
}
@media screen and (max-width: 1920px) {
  .support_banner .swiper-button-prev {
    left: 0.4rem;
    right: auto;
  }
  .support_banner .swiper-button-next {
    right: 0.4rem;
    left: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .support_banner .swiper-button-prev {
    left: 0rem;
    right: auto;
  }
  .support_banner .swiper-button-next {
    right: 0rem;
    left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .support_banner .swiper_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .support_banner .swiper_button {
    display: none;
  }
}
@media screen and (min-width: 750px) {
}
.support_banner .banner_w {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 2560px;
  min-height: 420px;
  overflow: hidden;
  background: #F6F8FC;
}
@media screen and (max-width: 1200px) {
  .support_banner .banner_w {
    background: #F6F8FC;
    background-size: cover;
  }
}
.support_banner .banner_w .con {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.support_banner .banner_w .text_w {
  flex: 0 0 40%;
  padding: 0.88rem 0 0.24rem 0;
}
.support_banner .banner_w .text_w .sub_w {
  font-weight: bold;
  font-size: 24px;
}
.support_banner .banner_w .text_w .title_w {
  font-weight: bold;
  font-size: 32px;
}
.support_banner .banner_w .text_w .des_w {
  padding-top: 0.16rem;
  padding-bottom: 0.48rem;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}
.support_banner .banner_w .text_w .num {
  font-family: num, Helvetica, arial, sans-serif;
}
.support_banner .banner_w .text_w .tips {
  padding-top: 0.16rem;
  font-size: 14px;
  color: var(--color_muted);
}
@media screen and (max-width: 1200px) {
  .support_banner .banner_w .text_w {
    flex: 0 0 auto;
    margin: 0 auto;
    padding: 0.88rem 0.24rem 0 0.24rem;
    text-align: center;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .support_banner .banner_w .text_w {
    flex: 0 0 auto;
    margin: 0 auto;
    padding: 0.88rem 0.24rem 0 0.24rem;
    text-align: center;
  }
  .support_banner .banner_w .text_w .sub_w {
    font-size: 0.24rem;
  }
  .support_banner .banner_w .text_w .title_w {
    font-size: 0.48rem;
  }
  .support_banner .banner_w .text_w .des_w {
    padding-top: 0.24rem;
    padding-bottom: 0.48rem;
    font-weight: normal;
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .support_banner .banner_w .text_w .tips {
    padding-top: 0.16rem;
    font-size: 12px;
    color: var(--color_muted);
  }
  .support_banner .banner_w .text_w .btn_w {
    margin: 0 auto;
    text-align: center;
  }
  .support_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;
  }
  .support_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;
  }
}
.support_banner .banner_w .img_w {
  max-height: 420px;
  max-width: 500px;
  flex: 0 0 auto;
  padding: 0.24rem 0.24rem;
  text-align: center;
}
.support_banner .banner_w .img_w img {
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .support_banner .banner_w .img_w {
    display: none !important;
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 0.24rem 0.24rem;
    text-align: center;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .support_banner .banner_w .img_w {
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 0.24rem 0.24rem;
    text-align: center;
  }
}
.support_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;
}
.support_banner .banner_w .bg_w picture {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.support_banner .banner_w .bg_w img {
  margin-left: auto;
  margin-right: auto;
}
/*--------------- SCRM轮播 scrm_banner END ---------------- */
/*---------------   上一页 下一页prev_next  START ---------------- */
.prev_next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  font-size: 14px;
  color: var(--color_muted);
  overflow: hidden;
  line-height: 1.2;
  margin: 0.24rem -0.08rem 0.24rem -0.08rem;
}
.prev_next img {
  max-width: 1rem;
  border-radius: 4px;
}
.prev_next h4 {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.prev_next i {
  display: inline-block;
  font-size: 18px;
  padding: 0 8px;
}
.prev_next h4 a:hover {
  color: var(--color_primary);
}
.prev_next a:hover,
.prev_next a:hover {
  color: var(--color_primary);
}
.prev_next .prev_w {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 50%;
}
.prev_next .prev_w a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.prev_next .prev_w .text_w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.prev_next .next_w {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  width: 50%;
}
.prev_next .next_w a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.prev_next .next_w a:hover {
  color: var(--color_primary);
}
.prev_next .next_w .text_w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.prev_next .next_w .next {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*---------------   上一页 下一页 _prev_next  END ---------------- */
/*--------------- 帮助中心 faq_center START ---------------- */
.support_tt {
  text-align: center;
  padding: 0.24rem 0.24rem;
}
.support_tt h3 {
  padding-bottom: 0.16rem;
}
.support_tt h4 {
  font-size: 24px;
  font-weight: normal;
}
.support_w {
  padding: 0.88rem 0 0.88rem 0;
}
.service_team_w .list_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding-top: 0.32rem;
}
.service_team_w .list_con li {
  flex: 1 1 15%;
  margin: 0.08rem 0.08rem;
  background-color: #FFF;
  border-radius: 0.16rem;
}
.service_team_w .list_con li:nth-child(1) {
  background-color: #F7FBFA;
}
.service_team_w .list_con li:nth-child(2) {
  background-color: #FDFAF7;
}
.service_team_w .list_con li:nth-child(3) {
  background-color: #F4FBFE;
}
.service_team_w .list_con li:nth-child(4) {
  background-color: #F9F9FD;
}
.service_team_w .list_w {
  min-height: 3rem;
  text-align: center;
}
.service_team_w .list_w .img_w {
  padding: 0.16rem 0.24rem 0 0.16rem;
}
.service_team_w .list_w .text_w {
  padding: 0 0.24rem 0.32rem 0.24rem;
}
.service_team_w .list_w .text_w h6 {
  font-size: 18px;
  padding: 0 0 0.16rem 0;
}
.service_team_w .list_w .text_w p {
  font-size: 14px;
  line-height: 1.6;
}
.service_team_w .list_w .text_w p {
  min-height: 96px;
}
.service_team_w .list_w .text_w br {
  display: none;
}
.service_team_w .decs_w {
  color: #FFF;
  padding: 0.24rem 0.24rem;
  border-radius: 0px 0px 0.16rem 0.16rem;
}
.service_team_w .decs_w p {
  min-height: 48px;
}
@media screen and (max-width: 1440px) {
  .service_team_w .list_con li {
    border-radius: 0.08rem;
  }
}
@media screen and (max-width: 1366px) {
  .service_team_w .list_con li {
    flex: 1 1 30%;
    text-align: center;
    border-radius: 0.16rem;
  }
  .service_team_w .list_w .img_w {
    flex: 100%;
  }
  .service_team_w .list_w .text_w {
    flex: 100%;
    padding: 0 0.24rem 0.32rem 0.24rem;
  }
}
@media screen and (max-width: 992px) {
  .service_team_w .list_con li {
    flex: 1 1 30%;
    border-radius: 0.16rem;
  }
}
@media screen and (max-width: 750px) {
  .service_team_w .tt_w {
    font-size: 0.56rem;
  }
  .service_team_w .tt_w p {
    font-size: 24px;
  }
  .service_team_w .list_con li {
    flex: 1 1 40%;
  }
}
@media screen and (max-width: 375px) {
  .service_team_w .list_con li {
    flex: 1 1 50%;
  }
}
.life_cycle_w {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 800px;
  background: linear-gradient(-90deg, #95e071 0%, #54bf1b 100%);
  border-radius: 0.16rem;
}
.life_cycle_w .support_tt {
  color: #FFF;
  text-align: center;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.life_cycle_w .support_tt h4 {
  font-size: 24px;
  font-weight: normal;
}
.life_cycle_w .list_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding-top: 0.32rem;
  padding-bottom: 2.4rem;
}
.life_cycle_w .list_con li {
  flex: 1 1 15%;
  margin: 0.08rem 0.08rem;
  background-color: #FFF;
  box-shadow: 0rem 0.32rem 0.64rem rgba(0, 0, 0, 0.04);
  border-radius: 0.16rem;
}
.life_cycle_w .list_w {
  min-height: 1.6rem;
  text-align: center;
  padding: 0.24rem;
  background: url("../fonts/icon_box_right_top.svg") no-repeat top right;
  background-size: auto;
}
.life_cycle_w .list_w .img_w {
  max-width: 120px;
  margin: 0 auto;
  padding: 0.16rem 0.24rem 0.16rem 0.24rem;
}
.life_cycle_w .list_w .text_w {
  padding: 0 0 0.32rem 0;
}
.life_cycle_w .list_w .num_w {
  font-family: num, Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 0.56rem;
  padding: 0.16rem 0;
  color: var(--color_primary);
}
.life_cycle_w .list_w .text_w h6 {
  font-size: 18px;
  padding: 0 0 0.16rem 0;
}
.life_cycle_w .list_w .text_w p {
  font-size: 14px;
  line-height: 2;
}
.life_cycle_w .list_w .text_w p {
  min-height: 64px;
}
.life_cycle_w .list_w .text_w br {
  display: none;
}
.life_cycle_w .decs_w {
  color: #FFF;
  padding: 0.24rem 0.24rem;
  border-radius: 0px 0px 0.16rem 0.16rem;
}
.life_cycle_w .decs_w p {
  min-height: 48px;
}
@media screen and (max-width: 1440px) {
  .life_cycle_w .list_con li {
    border-radius: 0.08rem;
  }
}
@media screen and (max-width: 1366px) {
  .life_cycle_w .list_con li {
    flex: 1 1 30%;
    text-align: center;
    border-radius: 0.16rem;
  }
  .life_cycle_w .list_w .img_w {
    flex: 100%;
  }
  .life_cycle_w .list_w .text_w {
    flex: 100%;
    padding: 0 0.24rem 0.32rem 0.24rem;
  }
}
@media screen and (max-width: 992px) {
  .life_cycle_w .list_con li {
    flex: 1 1 30%;
    border-radius: 0.16rem;
  }
}
@media screen and (max-width: 750px) {
  .life_cycle_w .tt_w {
    font-size: 0.56rem;
  }
  .life_cycle_w .tt_w p {
    font-size: 24px;
  }
  .life_cycle_w .list_con li {
    flex: 1 1 40%;
  }
}
@media screen and (max-width: 375px) {
  .life_cycle_w .list_con li {
    flex: 1 1 50%;
  }
}
.operation_flow_w {
  margin-top: -3.2rem;
}
.operation_flow_w .support_tt {
  color: #FFF;
  text-align: center;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.operation_flow_w .support_tt h4 {
  font-size: 24px;
  font-weight: normal;
}
.operation_flow_w .list_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding-top: 0.32rem;
}
.operation_flow_w .list_con li {
  flex: 1 1 15%;
  margin: 0.08rem 0.08rem;
  background-color: #FFF;
  border-radius: 0.16rem;
}
.operation_flow_w .list_con li:nth-child(1) {
  background-color: #F7FBFA;
}
.operation_flow_w .list_con li:nth-child(2) {
  background-color: #FDFAF7;
}
.operation_flow_w .list_con li:nth-child(3) {
  background-color: #F4FBFE;
}
.operation_flow_w .list_con li:nth-child(4) {
  background-color: #F9F9FD;
}
.operation_flow_w .list_w {
  min-height: 3rem;
}
.operation_flow_w .list_w .text_w {
  padding: 0.32rem 0.24rem 0.32rem 0.24rem;
  background: url("../fonts/icon_box_right_top_x.svg") no-repeat top right;
  background-size: auto;
}
.operation_flow_w .list_w .text_w h6 {
  font-size: 18px;
  padding: 0 0 0.16rem 0;
}
.operation_flow_w .list_w .text_w .decs {
  min-height: 96px;
}
.operation_flow_w .list_w .text_w p {
  font-size: 14px;
  line-height: 1.8;
}
.operation_flow_w .list_w .text_w br {
  display: none;
}
.operation_flow_w .list_w .text_w .icon_true {
  color: var(--color_primary);
}
.operation_flow_w .decs_w {
  color: #FFF;
  padding: 0.24rem 0.24rem;
  border-radius: 0px 0px 0.16rem 0.16rem;
}
.operation_flow_w .decs_w p {
  min-height: 48px;
}
@media screen and (max-width: 1440px) {
  .operation_flow_w .list_con li {
    border-radius: 0.08rem;
  }
}
@media screen and (max-width: 1366px) {
  .operation_flow_w .list_con li {
    flex: 1 1 30%;
    border-radius: 0.16rem;
  }
  .operation_flow_w .list_w .img_w {
    flex: 100%;
  }
  .operation_flow_w .list_w .text_w {
    flex: 100%;
    padding: 0.32rem 0.24rem 0.32rem 0.24rem;
  }
}
@media screen and (max-width: 992px) {
  .operation_flow_w .list_con li {
    flex: 1 1 30%;
    border-radius: 0.16rem;
  }
}
@media screen and (max-width: 750px) {
  .operation_flow_w .tt_w {
    font-size: 0.56rem;
  }
  .operation_flow_w .tt_w p {
    font-size: 24px;
  }
  .operation_flow_w .list_con li {
    flex: 1 1 40%;
  }
}
@media screen and (max-width: 375px) {
  .operation_flow_w .list_con li {
    flex: 1 1 50%;
  }
}
.service_more_w {
  padding: 0rem 0 0.88rem 0;
}
.service_more_w .list_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding-top: 0.32rem;
}
.service_more_w .list_con li {
  flex: 1 1 15%;
  margin: 0.08rem 0.08rem;
  background-color: #FFF;
  border-radius: 0.16rem;
}
.service_more_w .list_con li:nth-child(1) {
  background-color: #F7FBFA;
}
.service_more_w .list_con li:nth-child(2) {
  background-color: #FDFAF7;
}
.service_more_w .list_con li:nth-child(3) {
  background-color: #F4FBFE;
}
.service_more_w .list_con li:nth-child(4) {
  background-color: #F9F9FD;
}
.service_more_w .list_w {
  min-height: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service_more_w .list_w .img_w {
  flex: 0 0 40%;
}
.service_more_w .list_w .text_w {
  flex: 0 0 60%;
  padding: 0.32rem 0.32rem 0.32rem 0.16rem;
}
.service_more_w .list_w .text_w h6 {
  font-size: 18px;
  padding: 0 0 0.16rem 0;
}
.service_more_w .list_w .text_w .decs {
  min-height: 96px;
}
.service_more_w .list_w .text_w p {
  font-size: 14px;
  line-height: 1.8;
}
.service_more_w .list_w .text_w br {
  display: none;
}
.service_more_w .decs_w {
  color: #FFF;
  padding: 0.24rem 0.24rem;
  border-radius: 0px 0px 0.16rem 0.16rem;
}
.service_more_w .decs_w p {
  min-height: 48px;
}
@media screen and (max-width: 1440px) {
  .service_more_w .list_con li {
    border-radius: 0.08rem;
  }
}
@media screen and (max-width: 1366px) {
  .service_more_w .list_con li {
    flex: 1 1 30%;
    border-radius: 0.16rem;
  }
  .service_more_w .list_w .img_w {
    flex: 100%;
    padding: 0.32rem 0.24rem 0.32rem 0.24rem;
  }
  .service_more_w .list_w .text_w {
    flex: 100%;
    padding: 0.32rem 0.24rem 0.32rem 0.24rem;
  }
}
@media screen and (max-width: 992px) {
  .service_more_w .list_con li {
    flex: 1 1 30%;
    border-radius: 0.16rem;
  }
}
@media screen and (max-width: 750px) {
  .service_more_w .tt_w {
    font-size: 0.56rem;
  }
  .service_more_w .tt_w p {
    font-size: 24px;
  }
  .service_more_w .list_con li {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 375px) {
  .service_more_w .list_con li {
    flex: 1 1 50%;
  }
}
.faq_center_w .faq_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.faq_center_w .faq_ul .faq_list {
  position: relative;
  flex: 1 1 25%;
  margin: 0.1rem;
  padding: 0.32rem;
  background-color: var(--color_white);
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.04) 16px 0 rgba(150, 160, 170, 0.16);
  border-radius: 0.16rem;
}
@media screen and (max-width: 750px) {
  .faq_center_w .faq_ul .faq_list {
    position: relative;
    flex: 0 0 100%;
    margin: 0.24rem auto;
    padding: 0.32rem;
  }
}
@media screen and (max-width: 375px) {
  .faq_center_w .faq_ul .faq_list {
    position: relative;
    flex: 0 0 100%;
    margin: 0.24rem auto;
    padding: 0.32rem;
  }
}
.faq_center_w .faq_ul .faq_tt {
  padding-top: 0;
  padding-bottom: 0.16rem;
  border-bottom: 1px dashed #94A2AB;
}
.faq_center_w .faq_ul .faq_tt a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.faq_center_w .faq_ul .faq_tt img {
  max-width: 40px;
}
.faq_center_w .faq_ul .faq_tt .icon_doc {
  font-size: 32px;
  vertical-align: middle;
}
.faq_center_w .faq_ul .faq_tt h6 {
  font-size: 16px;
}
.faq_center_w .faq_ul .faq_tt .des {
  font-size: 14px;
  color: var(--color_muted);
}
.faq_center_w .faq_ul .faq_tt h5 {
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.faq_center_w .faq_ul .faq_w {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.faq_center_w .faq_ul .faq_w .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0.24rem;
  line-height: 1.8;
}
.faq_center_w .faq_ul .faq_w .category {
  font-size: 12px;
  color: var(--color_muted);
  padding-left: 0.02rem;
  padding-right: 0.02rem;
}
.faq_center_w .faq_ul .faq_w .views {
  font-family: "num", Helvetica, arial, sans-serif;
  font-size: 14px;
  color: var(--color_muted);
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  min-width: 64px;
}
.faq_center_w .faq_ul .faq_w .taxonomy_a {
  display: inline-block;
  color: var(--color_muted);
  font-size: 12px;
  line-height: 20px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.faq_center_w .faq_ul .faq_w .taxonomy_a:hover {
  color: var(--color_primary);
}
.faq_center_w .faq_ul .btn_w {
  text-align: left;
  padding-top: 0rem;
}
.faq_center_w .btn_w {
  text-align: center;
  padding-top: 0.32rem;
  padding-bottom: 0.64rem;
}
.faq_hot_w .faq_hot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.32rem;
  background-color: var(--color_white);
  border-radius: 0.16rem;
}
.faq_hot_w .views {
  font-family: "num", Helvetica, arial, sans-serif;
  font-size: 14px;
  color: var(--color_muted);
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.faq_hot_w li {
  position: relative;
  z-index: 1;
  flex: 0 0 20%;
  margin: 0.1rem;
}
.faq_hot_w .btn_w {
  text-align: center;
  padding-top: 0.32rem;
}
@media screen and (max-width: 750px) {
  .faq_hot_w li {
    position: relative;
    flex: 0 0 100%;
    margin: 0.08rem auto;
    padding: 0.16rem;
  }
}
.video_w {
  padding-bottom: 1.6rem;
  padding-top: 0.88rem;
  background: var(--color_body) url("../images/video_bg.jpg") no-repeat center center;
  background-size: cover;
}
.video_w .video_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.video_w li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  flex: 1 1 25%;
  margin: 0.1rem;
  padding: 0.32rem;
  background-color: var(--color_white);
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.04) 16px 0 rgba(150, 160, 170, 0.16);
  border-radius: 0.16rem;
}
@media screen and (max-width: 750px) {
  .video_w li {
    position: relative;
    flex: 0 0 100%;
    margin: 0.24rem auto;
    padding: 0.32rem;
  }
}
.video_w a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video_w a .text_w {
  padding-left: 0.08rem;
}
.video_w a h6 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0.04rem;
}
.video_w a .time {
  font-family: "num", Helvetica, arial, sans-serif;
  color: var(--color_muted);
}
.video_w .btn_w {
  text-align: center;
  padding-top: 0.32rem;
}
.manual_w {
  padding-bottom: 0.88rem;
  padding-top: 0.88rem;
}
.manual_w .manual_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.manual_w li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  flex: 1 1 25%;
  margin: 0.1rem;
  padding: 0.32rem;
  background-color: var(--color_white);
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.04) 16px 0 rgba(150, 160, 170, 0.16);
  border-radius: 0.16rem;
}
@media screen and (max-width: 750px) {
  .manual_w li {
    position: relative;
    flex: 0 0 100%;
    margin: 0.24rem auto;
    padding: 0.32rem;
  }
}
.manual_w a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.manual_w a .text_w {
  padding-left: 0.08rem;
}
.manual_w a h6 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0.04rem;
}
.manual_w a .time {
  font-family: "num", Helvetica, arial, sans-serif;
  color: var(--color_muted);
}
.manual_w .btn_w {
  text-align: center;
  padding-top: 0.32rem;
}
/*---------------  帮助中心-FAQ类别列表-轮播 faq_banner  START ---------------- */
.faq_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 5rem;
  min-height: 5rem;
  max-height: 5rem;
  background: url("../images/faq_banner_bg.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.faq_banner .text_w {
  padding-left: 0.32rem;
}
.faq_banner .text_w .h1_w {
  font-weight: normal;
  font-size: 0.56rem;
  padding-bottom: 0.4rem;
}
.faq_banner .text_w .p_w {
  font-size: 0.24rem;
  font-weight: normal;
  padding-bottom: 0.644rem;
}
.faq_banner .seach_w {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 6rem;
  height: 0.64rem;
  margin-left: auto;
  margin-right: auto;
}
.faq_banner .seach_w .seach_input {
  font-size: 16px;
  width: 100%;
  height: 0.64rem;
  line-height: 0.6rem;
  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.8);
  backdrop-filter: blur(0.32rem);
  --webkit-backdrop-filter: blur(0.32rem);
}
.faq_banner .seach_w .icon_search {
  cursor: pointer;
  width: 0.4rem;
  height: 0.36rem;
  content: "";
  margin: auto;
  position: absolute;
  z-index: 1;
  right: 0.16rem;
  top: 0;
  bottom: 0;
  font-size: 0.32rem;
  color: rgba(0, 0, 0, 0.64);
}
.faq_banner .seach_w .icon_search:hover {
  color: #52C018;
}
.faq_banner .seach_w .hot_tags {
  padding-top: 0.24rem;
}
.faq_banner .seach_w .hot_tags .icon_hot {
  color: #F1676F;
  font-size: 18px;
}
.faq_banner .seach_w .hot_tags .tag_link {
  color: var(--color_muted);
}
.faq_banner .seach_w .hot_tags .tag_link:hover {
  color: #52C018;
}
.faq_banner .seach_w .hot_tags b {
  display: inline-block;
}
.faq_banner .seach_w .hot_tags a {
  display: inline-block;
  padding-left: 0.08rem;
}
/*---------------  帮助中心-FAQ类别列表-轮播 faq_banner  END ---------------- */
/*---------------  帮助中心-FAQ类别列表-左侧导航 con_left faq_nav START ---------------- */
.faq_nav {
  position: relative;
  z-index: 1;
  margin: -0.32rem auto 0.24rem auto;
  background: #fff;
  padding: 0.32rem 0.24rem 0.32rem 0.24rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.faq_nav .list_item {
  font-size: 16px;
  padding-left: 0.16rem;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.faq_nav .list_item .cat_name {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-weight: normal;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  line-height: 1.8;
  cursor: pointer;
}
.faq_nav .list_item .cat_name b {
  font-weight: normal;
  font-size: 16px;
}
.faq_nav .list_item .cat_name.active b {
  color: #52C018;
  font-weight: bold;
}
.faq_nav .list_item .cat_name.active .icon_w {
  color: #52C018;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_nav .list_item .cat_name.active b {
  color: #52C018;
  font-weight: bold;
}
.faq_nav .list_item .icon_w {
  color: #94A2AB;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.faq_nav .list_item.active .icon_w {
  color: #52C018;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_nav .cat_sub {
  line-height: 1.8;
  padding-left: 0.16rem;
  display: none;
}
.faq_nav .cat_sub a {
  display: block;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.faq_nav .active .cat_sub {
  display: block !important;
}
.contact_card {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0.32rem 0.24rem 0.32rem 0.24rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.contact_card .contact_400 {
  padding-top: 0.24rem;
  padding-bottom: 0.48rem;
  font-family: "num", Helvetica, arial, sans-serif;
}
.contact_card .contact_400 h6 {
  font-size: 16px;
  margin-bottom: 0.16rem;
}
.contact_card .contact_400 .text_w {
  padding: 16px 0 0 0;
}
.contact_card .contact_400 .tel {
  font-size: 0.48rem;
  padding-top: 0.08rem;
  color: #181818;
}
.contact_card .contact_400 .time {
  color: var(--color_muted);
}
.contact_card .contact_400 .tips {
  color: #94A2AB;
}
.contact_card .contact_cs .tt_w {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.contact_card .contact_cs .tips {
  color: #94A2AB;
}
.contact_card .contact_cs .sub_tt {
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.contact_card .contact_cs .btn_w {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 0.24rem;
  padding-bottom: 0.16rem;
}
.contact_card .contact_cs .btn_w .btn {
  max-width: 40%;
  min-width: 40%;
  margin: 0 0.08rem;
  font-size: 14px;
}
.contact_card .contact_cs .tips {
  font-family: "num", Helvetica, arial, sans-serif;
}
/*---------------  帮助中心-FAQ类别列表-左侧导航  con_left faq_nav END ---------------- */
/*---------------  帮助中心-FAQ类别列表-右侧内容（头部、列表、页码） faq_con faq_tt START ---------------- */
.faq_con {
  position: relative;
  z-index: 1;
  padding: 0.32rem 0.24rem 0 0.24rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.faq_con .faq_tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0.16rem;
  border-bottom: 1px dashed #94A2AB;
}
.faq_con .faq_tt .tt {
  font-size: 0.24rem;
  vertical-align: middle;
}
.faq_con .faq_tt .des {
  font-size: 16px;
  color: var(--color_muted);
}
.faq_con .faq_tt .info_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #94A2AB;
}
.faq_con .faq_tt .info_w a {
  color: #94A2AB;
}
.faq_con .faq_tt .info_w a:hover {
  opacity: 0.9;
  color: #52C018;
}
.faq_con .faq_tt .info_w span {
  font-size: 14px;
  padding-left: 0.16rem;
}
.faq_con .faq_tt .info_w .icon_time {
  font-size: 18px;
}
.faq_con .faq_tt .info_w .view {
  font-size: 14px;
}
.faq_con .faq_tt .info_w .icon_view {
  font-size: 18px;
}
.faq_con .faq_ul {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.faq_con .faq_ul li {
  line-height: 1.8;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  font-size: 16px;
}
.faq_con .btn_w {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.faq_con .btn_w .scroll_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_con .btn_w .icon_loading {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.08rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: url("../images/loading.svg") no-repeat center center;
  background-size: contain;
}
/*---------------  帮助中心-FAQ类别列表-右侧内容（头部、列表、页码） faq_con faq_tt END ---------------- */
/*---------------  帮助中心-FAQ类别列表-正文内容 article START ---------------- */
.article {
  padding-top: 0.32rem;
  line-height: 1.8;
  font-size: 18px;
  border-bottom: 1px dashed #94A2AB;
}
.article h1,
article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 0.32rem;
  font-family: inherit;
  font-weight: blod;
  line-height: 1.2;
  color: inherit;
}
.article h1 {
  font-size: 0.64rem;
}
.article h2 {
  font-size: 0.48rem;
}
.article h3 {
  font-size: 0.4rem;
}
.article h4 {
  font-size: 0.36rem;
}
.article h5 {
  font-size: 24px;
}
.article h6 {
  font-size: 18px;
}
.article p {
  font-size: inherit;
  padding-bottom: 0.24rem;
  word-wrap: break-word;
}
/*---------------  帮助中心-FAQ类别列表-正文内容 article END ---------------- */
/*---------------  帮助中心-FAQ类别列表-正文内容 反馈fedbackback+TAG START ---------------- */
.feedback_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  font-size: 14px;
  color: var(--color_muted);
}
.feedback_tags a {
  padding-left: 0.04rem;
  padding-right: 0.04rem;
}
.feedback_tags .feedback_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: var(--color_muted);
}
.feedback_tags .feedback_w input[type="radio"] {
  vertical-align: sub;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.feedback_tags .feedback_w label {
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.feedback_tags .feedback {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.feedback_tags .feedback_msg {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.feedback_tags .feedback_msg .icon_success {
  color: #33B957;
}
.feedback_tags .feedback_msg .icon_error {
  color: #FF4636;
}
.feedback_tags .reasons {
  margin-right: 0.08rem;
}
.feedback_tags #fbSubmit {
  color: #52C018;
  padding: 0.04rem 0.1rem;
  background-color: transparent;
  border: 2px solid #52C018;
  border-radius: 0.24rem;
  cursor: pointer;
}
.feedback_tags .tags_w a {
  color: var(--color_muted);
}
.feedback_tags .tags_w a:hover {
  color: #52C018;
}
/*---------------  帮助中心-FAQ类别列表-正文内容 反馈fedbackback+TAG END ---------------- */
/*---------------  帮助中心-FAQ类别列表-左侧内容 con_right faq_con START ---------------- */
/*---------------  帮助中心-FAQ类别列表-左侧内容 con_right faq_con END ---------------- */
