@charset "utf-8";
/*------------------------------------------------
--css   SCRM官网-行业案例
--by    市场部 Web Designer&Front end Engineer Sivan
--date  2022.12.05
--less  文件已编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
body {
  background-color: #F8F9FB;
}
.case_page_w {
  position: relative;
  margin-bottom: 0.32rem;
}
.case_page_w .breadcrumbs_w {
  margin: 0  auto;
}
/*--------------- 顶部加个Banner 无切换，新方法左右排版模式 .case_banner START ---------------- */
.case_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;
}
.case_banner .a_w {
  transform: translateY(8px);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.case_banner .a2_w {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.case_banner .a3_w {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.case_banner .a4_w {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.case_banner .a5_w {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.case_banner .a6_w {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.case_banner .a7_w {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.case_banner .a7_w {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.case_banner .swiper-slide-active .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.case_banner .a_w {
  transform: translateX(48px);
}
.case_banner .on .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.case_banner .swiper-wrapper,
.case_banner .swiper-slide,
.case_banner a {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.case_banner .swiper-slide {
  background-color: var(--ec_bg_light);
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .case_banner {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    min-height: none;
    max-height: none;
  }
}
@media screen and (max-width: 3840px) {
  .case_banner .swiper-button-prev {
    left: 2.4rem;
    right: auto;
  }
  .case_banner .swiper-button-next {
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (max-width: 2560px) {
  .case_banner .swiper-button-prev {
    left: 0.8rem;
    right: auto;
  }
  .case_banner .swiper-button-next {
    right: 0.8rem;
    left: auto;
  }
}
@media screen and (max-width: 1920px) {
  .case_banner .swiper-button-prev {
    left: 0.4rem;
    right: auto;
  }
  .case_banner .swiper-button-next {
    right: 0.4rem;
    left: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .case_banner .swiper-button-prev {
    left: 0rem;
    right: auto;
  }
  .case_banner .swiper-button-next {
    right: 0rem;
    left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .case_banner .swiper_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .case_banner .swiper_button {
    display: none;
  }
}
@media screen and (min-width: 750px) {
}
.case_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: #FFF url("../fonts/case_banner_bg.svg") no-repeat top center;
}
@media screen and (max-width: 1200px) {
  .case_banner .banner_w {
    background: #FFF url("../fonts/case_banner_x2_750w_720h.svg") no-repeat top center;
    background-size: cover;
  }
}
.case_banner .banner_w .con {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.case_banner .banner_w .text_w {
  flex: 0 0 40%;
  padding: 0.88rem 0 0.24rem 0;
}
.case_banner .banner_w .text_w .sub_w {
  font-weight: bold;
  font-size: 24px;
}
.case_banner .banner_w .text_w .title_w {
  font-weight: bold;
  font-size: 32px;
}
.case_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;
}
.case_banner .banner_w .text_w .num {
  font-family: num, Helvetica, arial, sans-serif;
}
.case_banner .banner_w .text_w .tips {
  padding-top: 0.16rem;
  font-size: 14px;
  color: var(--color_muted);
}
@media screen and (max-width: 1200px) {
  .case_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) {
  .case_banner .banner_w .text_w {
    flex: 0 0 auto;
    margin: 0 auto;
    padding: 0.88rem 0.24rem 0 0.24rem;
    text-align: center;
  }
  .case_banner .banner_w .text_w .sub_w {
    font-size: 0.24rem;
  }
  .case_banner .banner_w .text_w .title_w {
    font-size: 0.48rem;
  }
  .case_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;
  }
  .case_banner .banner_w .text_w .tips {
    padding-top: 0.16rem;
    font-size: 12px;
    color: var(--color_muted);
  }
  .case_banner .banner_w .text_w .btn_w {
    margin: 0 auto;
    text-align: center;
  }
  .case_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;
  }
  .case_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;
  }
}
.case_banner .banner_w .img_w {
  max-height: 420px;
  max-width: 500px;
  flex: 0 0 auto;
  padding: 0.24rem 0.24rem;
  text-align: center;
}
.case_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) {
  .case_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) {
  .case_banner .banner_w .img_w {
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 0.24rem 0.24rem;
    text-align: center;
  }
}
.case_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;
}
.case_banner .banner_w .bg_w picture {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.case_banner .banner_w .bg_w img {
  margin-left: auto;
  margin-right: auto;
}
/*--------------- SCRM轮播 scrm_banner END ---------------- */
.case_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.32rem;
  margin-bottom: 0.24rem;
  padding-right: 0.32rem;
  border-radius: 0.64rem;
  overflow-y: hidden;
  backdrop-filter: blur(0.64rem);
  --webkit-backdrop-filter: blur(0.64rem);
}
.case_nav a.active p,
.case_nav .slick-current a {
  font-weight: bold;
  color: #52C018;
}
.case_nav a {
  font-size: 16px;
  color: var(--color_dark);
  text-align: center;
  min-width: 1.6rem;
  margin-right: auto;
  height: 56px;
  line-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-border-radius: 0.64rem;
  -moz-border-radius: 0.64rem;
  border-radius: 0.64rem;
}
.case_nav a:hover {
  color: #52C018;
}
.case_nav a.active {
  color: #FFFFFF;
  background-color: #52C018;
}
.case_nav img {
  max-width: 0.8rem;
}
.case_nav::-webkit-scrollbar {
  width: 0 !important;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.case_list_nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
.case_list_nav .current-menu-item a {
  color: #FFFFFF;
  background-color: #52C018;
}
.case_list_nav .current-menu-item a:hover {
  color: #FFFFFF;
  background-color: #52C018;
  opacity: 0.95;
}
.case_list_nav a {
  display: block;
  font-size: 14px;
  max-width: 1.4rem;
  text-align: center;
  margin-right: auto;
  white-space: nowrap;
  word-break: break-all;
  white-space: pre-wrap;
  padding: 0.12rem 0.24rem;
  -webkit-border-radius: 0.64rem;
  -moz-border-radius: 0.64rem;
  border-radius: 0.64rem;
}
.case_list_nav a.active {
  color: #FFFFFF;
  background-color: #52C018;
}
.list_nav_w {
  margin: 0.4rem 0 0.4rem 0;
}
/*---------------  客户案例-列表 case_w  START ---------------- */
.case_w .tt_w {
  font-size: 18px;
  padding-bottom: 0.64rem;
}
.case_w .tt_w .h2_w {
  text-align: center;
  font-size: 0.48rem;
  font-weight: normal;
  padding-bottom: 0.16rem;
}
.case_w .tt_w .p_w {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: var(--color_muted);
}
.case_list .case_ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1%;
}
.case_list .case_ul .list_item {
  position: relative;
  z-index: 1;
  flex: 0 1 23%;
  margin: 1%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  border-radius: 0.08rem;
}
@media screen and (max-width: 750px) {
  .case_list .case_ul .list_item {
    position: relative;
    z-index: 1;
    flex: 0 0 47%;
    margin: 0.1rem;
    padding: 0.16rem;
  }
}
@media screen and (max-width: 375px) {
  .case_list .case_ul .list_item {
    position: relative;
    z-index: 1;
    flex: 0 0 100%;
    margin: 0.24rem auto;
    padding: 0.24rem;
  }
}
.case_list .img_w {
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.case_list .img_w a {
  position: relative;
  z-index: 1;
  display: block;
}
.case_list .img_w a:hover img {
  opacity: 0.9;
}
.case_list .img_w .icon_w {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  z-index: 2;
  left: 0.16rem;
  top: 0.16rem;
  color: transparent;
  background-color: transparent;
}
.case_list .img_w .tips_w {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 4px;
  border-radius: 0.04rem;
}
.case_list .img_w .post_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 4px;
  border-radius: 0.04rem;
}
.case_list .img_w .icon_w img {
  border-radius: 0.64rem;
}
.case_list .img_w .icon_w img {
  border-radius: 0.64rem;
}
.case_list .img_w .img_r {
  border-radius: 0.04rem;
}
.case_list .sub_title {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_list .sub_ticky {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  background-color: var(--color_primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_list .text_w {
  padding: 0.16rem 0.24rem 0.24rem 0.24rem;
}
.case_list .text_w .title_w {
  font-size: 18px;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.case_list .text_w .title_w p {
  padding-top: 0.08rem;
  padding-bottom: 0.24rem;
  min-height: 0.4rem;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_list .text_w .title_w .sub_title {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_list .text_w .title_w .icon_new {
  font-size: 12px;
  padding: 6px 8px;
}
.case_list .text_w .points_w {
  margin-bottom: 0.32rem;
  margin-top: 0.08rem;
  min-height: 36px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_list .text_w .excerpt_w {
  line-height: 1.8;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 14px;
  margin-bottom: 0.32rem;
  min-height: 50px;
  color: var(--color_muted);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: none;
}
.case_list .text_w .excerpt_w :hover {
  color: #181818;
}
.case_list .text_w .btn_w {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.case_list .text_w .info_w {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #94A2AB;
}
.case_list .text_w .info_w a {
  font-size: 12px;
  color: #94A2AB;
}
.case_list .text_w .info_w a:hover {
  color: #52C018;
}
.case_list .text_w .info_w span {
  font-size: 12px;
  padding-right: 0.16rem;
}
.case_list .text_w .info_w .icon_time {
  font-size: 12px;
}
.case_list .text_w .info_w .view {
  font-size: 12px;
}
.case_list .text_w .info_w .icon_view {
  font-size: 12px;
}
.list_w.list {
  min-height: 4rem;
  margin: -1%;
}
.list_w.list .list_item {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  flex: 0 1 48%;
  margin: 1%;
  padding: 0.16rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.04rem;
}
.list_w.list .img_w {
  width: 50%;
  flex: 0 0 50%;
  overflow: hidden;
  padding: 0!important;
  height: auto;
}
.list_w.list .list_w .img_w img {
  border-radius: 0.16rem 0.16rem;
}
.list_w.list .list_w .img_w a {
  display: block;
  padding-top: 72%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  color: #4f5f6f;
  background-color: #edeeef;
  margin: 0 auto;
  border-radius: 0.16rem;
}
.dark .list_w.list .list_w .img_w a {
  background: #242b31;
  box-shadow: 0 0.16rem 0.88rem 0 rgba(12, 25, 32, 0.12);
}
.list_w.list .list_w .img_w a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  transition: all 0.3s ease;
  height: 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, #fff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, #fff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffffff', GradientType=0);
  z-index: 10;
}
.list_w.list .list_w a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  transition: all 0.88s all;
}
/*文字*/
.list_w.list .text_w {
  min-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 0.16rem;
}
.list_w.list .text_w .points_w {
  margin-bottom: 0.16rem;
  margin-top: 0.08rem;
  min-height: 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_w.list .text_w .excerpt_w {
  line-height: 1.8;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 14px;
  margin-bottom: 0.16rem;
  min-height: 50px;
  color: var(--color_muted);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*---------------  客户案例-列表 case_w  END ---------------- */
/*---------------  客户案例-公用 case_content  START ---------------- */
.case_content .sub_title {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_content .sub_ticky {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  background-color: var(--color_primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_content .post_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 0.08rem 0.08rem;
  border-radius: 0.016rem;
}
.case_content .tips_w {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 4px;
  border-radius: 0.04rem;
}
.case_content .post_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 4px;
  border-radius: 0.04rem;
}
.case_content .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.16rem 0 0.16rem 0;
}
.case_content .title_box .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.case_content .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.case_content .title_box .font_size {
  font-size: 16px ;
  color: var(--color_muted);
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.case_content .title_box .font_size .icon_w {
  cursor: pointer;
  padding: 0.16rem;
}
.case_content .title_box .font_size .icon_w:hover {
  color: #52C018;
}
.case_content .case_des {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #FFFFFF url("../fonts/case_top_bg.svg") no-repeat right center;
  background-size: contain;
  border-radius: 0.08rem;
}
.case_content .case_des .text_w {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.16rem 0.32rem;
}
.case_content .case_des .text_w .h4 {
  font-size: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.case_content .case_des .text_w p {
  font-size: 16px;
}
.case_content .case_des .text_w .info_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #94A2AB;
  font-family: "num", Helvetica, arial, sans-serif;
  padding: 0.32rem 0;
}
.case_content .case_des .text_w .info_w a {
  color: #94A2AB;
}
.case_content .case_des .text_w .info_w a:hover {
  opacity: 0.9;
  color: #52C018;
}
.case_content .case_des .text_w .info_w span {
  font-size: 12px;
  padding-right: 0.32rem;
}
.case_content .case_des .text_w .info_w .icon_w {
  font-size: 14px ;
}
.case_content .case_des .icon_new {
  font-size: 12px;
  padding: 6px 8px;
}
.case_content .case_des .img_w {
  display: block;
  max-width: 5rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .case_content .case_des .img_w {
    max-width: 100%;
  }
}
.case_content .case_des .placeholder {
  position: relative;
  z-index: 1;
}
.case_bottom {
  margin-top: 0.16rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/*---------------  客户案例-公用 case_content  END ---------------- */
/*---------------  主要内容： 标题、 正文	、分享、TAG、上下篇、相关案例  case_content  START ---------------- */
.content_w {
  padding: 0.32rem 0.24rem;
  border-radius: 0.08rem;
  background-color: #FFFFFF;
  font-size: 16px;
  margin: 0 auto;
}
.content_w .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.16rem 0 0.16rem 0;
}
.content_w .title_box .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.content_w .title_box .post_tips {
  margin-right: 0.04rem;
  margin-bottom: 0.04rem;
}
.content_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.content_w .title_box .des .icon_w {
  font-size: 18px ;
}
.content_w .title_box .font_size {
  font-size: 18px;
  color: var(--color_muted);
}
.content_w .title_box .font_size .icon_w {
  cursor: pointer;
  padding: 0.08rem;
}
.content_w .title_box .font_size .icon_w:hover {
  color: var(--color_primary);
}
.content_w .article_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 0.24rem;
  border-bottom: 1px dashed var(--color_light);
}
.content_w .article_title .tt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content_w .article_title .post_tips {
  margin-right: 0.04rem;
  margin-bottom: 0.04rem;
}
.content_w .article_title .des {
  font-size: 14px;
  color: var(--color_muted);
}
.content_w .article_title .des .icon_w {
  font-size: 14px ;
}
.content_w .article_title .font_size {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 18px;
  color: #94A2AB;
  margin-left: -0.04rem;
  margin-right: -0.04rem;
}
.content_w .article_title .font_size .icon_w {
  cursor: pointer;
  padding: 0 0.16rem;
}
.content_w .article_title .font_size .icon_w:hover {
  color: var(--color_primary);
}
.content_w .article_title .switch_sidebar_btn {
  padding-left: 0.16rem;
}
@media (max-width: 1200px) {
  .content_w .article_title .switch_sidebar_btn {
    display: none;
  }
}
.content_w .article ol li {
  list-style: initial;
  list-style-position: inside;
  padding-right: 6px;
}
.content_w .article ul li:before {
  font-family: icon;
  content: "\e6a7";
  padding-right: 6px;
}
.content_w .article {
  padding-top: 0.32rem;
  line-height: 2.2;
  font-size: 16px;
}
.content_w .article h1,
.content_w .article h2,
.content_w .article h3,
.content_w .article h4,
.content_w .article h5,
.content_w .article h6 {
  margin-top: 0.32rem;
  margin-bottom: 0.16rem;
  font-family: inherit;
  font-weight: blod;
  line-height: 1.2;
  color: inherit;
}
.content_w .article h1 {
  font-size: 36px;
}
.content_w .article h2 {
  font-size: 24px;
}
.content_w .article h3 {
  font-size: 18px;
}
.content_w .article h4 {
  font-size: 16px;
}
.content_w .article h5 {
  font-size: 13px;
}
.content_w .article h6 {
  font-size: 12px;
}
.content_w .article p {
  font-size: inherit;
  padding-bottom: 0.16rem;
  word-wrap: break-word;
}
.content_w .case_brand {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.content_w .tags_share {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.32rem;
}
.content_w .tags_share .tags_w {
  font-size: 14px;
}
.content_w .tags_share .tags_w a {
  color: var(--color_muted);
  padding-right: 16px;
}
.content_w .tags_share .tags_w a:hover {
  color: var(--color_primary);
}
.content_w .tags_share .share_w {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.content_w .tags_share .share_w .share_qq {
  color: var(--ec_blue);
}
.content_w .tags_share .share_w .share_weixin {
  color: var(--ec_green);
}
.content_w .tags_share .share_w .share_poster {
  color: var(--ec_indigo);
}
.content_w .tags_share .share_w .icon_w {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.content_w .tags_share .share_w .share_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 0.08rem;
  border: 2px solid #FFF;
  border-radius: 0.64rem;
  font-size: 14px;
  background-color: #f2f2f5;
}
.content_w .tags_share .share_w .share_a:hover {
  color: #FFF;
  border: 2px solid #FFF;
  background-color: #7988f6;
  background: linear-gradient(#0fb918 0%, #61de35 100%);
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 255, 127, 0.1);
}
/*---------------  主要内容： 标题、正文、分享、TAG、上下篇、相关案例  case_content  END ---------------- */
/*---------------  客内页 带缩略图 上一页 下一页 thumbnail_prev_next  START ---------------- */
.thumbnail_prev_next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  height: auto;
  font-size: 14px;
  color: var(--color_muted);
  overflow: hidden;
  line-height: 1.2;
  margin: 0.24rem auto 0.24rem auto;
}
.thumbnail_prev_next img {
  max-width: 1rem;
  border-radius: 4px;
}
.thumbnail_prev_next h4 {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.thumbnail_prev_next i {
  display: inline-block;
  padding: 0 8px;
}
.thumbnail_prev_next h4 a:hover {
  color: var(--color_primary);
}
.thumbnail_prev_next a:hover,
.thumbnail_prev_next a:hover {
  color: var(--color_primary);
}
.thumbnail_prev_next .prev_w {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 50%;
}
.thumbnail_prev_next .prev_w a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .prev_w .text_w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .next_w {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  width: 50%;
}
.thumbnail_prev_next .next_w a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .next_w a:hover {
  color: var(--color_primary);
}
.thumbnail_prev_next .next_w .text_w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thumbnail_prev_next .next_w .next {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  color: #94A2AB;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*---------------  内页 带缩略图 上一页 下一页 thumbnail_prev_next  END ---------------- */
/*---------------  相关案例-内页 case_related_w  START ---------------- */
.case_related_w {
  margin-top: 0.64rem;
}
.case_related_w .list_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.16rem -1%;
}
.case_related_w .list_ul .list_item {
  position: relative;
  flex: 0 1 31%;
  margin: 1%;
  padding: 0.24rem 0.24rem 0.32rem 0.24rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  border-radius: 0.04rem;
}
@media screen and (max-width: 750px) {
  .case_related_w .list_ul .list_item {
    position: relative;
    flex: 0 0 47%;
    margin: 0.1rem;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .case_related_w .list_ul .list_item {
    position: relative;
    flex: 0 0 100%;
    margin: 0.24rem auto;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
  }
}
.case_related_w .img_w {
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.case_related_w .img_w a {
  position: relative;
  display: block;
}
.case_related_w .img_w a:hover img {
  opacity: 0.9;
}
.case_related_w .img_w .icon_w {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  z-index: 2;
  left: 0.16rem;
  top: 0.16rem;
  color: transparent;
  background-color: transparent;
}
.case_related_w .img_w .tips_w {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 4px;
  border-radius: 0.04rem;
}
.case_related_w .img_w .post_tips {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 4px;
  border-radius: 0.04rem;
}
.case_related_w .img_w .icon_w img {
  border-radius: 0.64rem;
}
.case_related_w .img_w .icon_w img {
  border-radius: 0.64rem;
}
.case_related_w .img_w .img_r {
  border-radius: 0.08rem;
}
.case_related_w .sub_title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_related_w .sub_ticky {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  background-color: var(--color_primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_related_w .text_w .title_w {
  font-size: 18px;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case_related_w .text_w .title_w p {
  padding-top: 0.08rem;
  padding-bottom: 0.24rem;
  min-height: 0.4rem;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_related_w .text_w .title_w .sub_title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.04rem;
  padding: 0.02rem 0.04rem;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_related_w .text_w .title_w .icon_new {
  font-size: 12px;
  padding: 6px 8px;
}
.case_related_w .text_w .points_w {
  margin-bottom: 0.32rem;
  margin-top: 0.08rem;
  min-height: 36px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_related_w .text_w .excerpt_w {
  line-height: 1.8;
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 0.32rem;
  min-height: 50px;
  color: var(--color_muted);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: none;
}
.case_related_w .text_w .excerpt_w :hover {
  color: #181818;
}
.case_related_w .text_w .btn_w {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.case_related_w .text_w .info_w {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #94A2AB;
}
.case_related_w .text_w .info_w a {
  font-size: 12px;
  color: #94A2AB;
}
.case_related_w .text_w .info_w a:hover {
  color: #52C018;
}
.case_related_w .text_w .info_w span {
  font-family: num, Helvetica, arial, sans-serif;
  font-size: 12px;
  padding-right: 0.16rem;
}
.case_related_w .text_w .info_w .icon_time {
  font-size: 12px;
}
.case_related_w .text_w .info_w .view {
  font-size: 12px;
}
.case_related_w .text_w .info_w .icon_view {
  font-size: 12px;
}
/*---------------  相关案例-内页 case_related_w  END ---------------- */
.box_right .case_card {
  padding: 0.32rem 0.24rem 0 0.24rem;
  border-radius: 0.08rem;
  background-color: #FFFFFF;
  margin: 0 auto;
}
.box_right .case_meta {
  border-bottom: 1px dashed #94A2AB;
}
.box_right .case_meta ul {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.box_right .case_meta li {
  padding-bottom: 0.16rem;
}
.box_right .case_meta li b {
  font-weight: normal;
  line-height: 1.4;
}
.box_right .case_meta li span {
  color: #606A70;
}
.box_right .case_apply {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px dashed #94A2AB;
}
.box_right .case_apply ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 4% -2% 0;
}
.box_right .case_apply ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex: auto;
  min-width: 30%;
  margin: 4% auto;
  line-height: 1.8;
  text-align: center;
  position: relative;
}
.box_right .case_apply ul a {
  margin: 0 auto;
  text-align: center;
}
.box_right .case_apply ul img {
  width: 48px;
}
.box_right .case_apply ul b {
  font-weight: normal;
  padding-left: 0.04rem;
}
.box_right .case_apply ul i {
  display: none;
  padding-left: 0.04rem;
}
.box_right .case_apply ul .more_w {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: 4px;
  background-color: #FFFFFF;
  border-radius: 0.04rem;
}
.box_right .case_achievement {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px dashed #94A2AB;
}
.box_right .case_achievement ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.16rem;
}
.box_right .case_achievement li {
  flex: 1 1 50%;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.box_right .case_achievement li .tt {
  font-size: 14px;
  color: #94A2AB;
  padding-bottom: 8px;
}
.box_right .case_achievement li .desc {
  font-family: "num", Helvetica, arial, sans-serif;
  font-size: 18px;
}
.box_right .case_achievement li .desc small {
  font-size: 12px;
}
.box_right .case_achievement li .num {
  font-family: "num", Helvetica, arial, sans-serif;
  font-size: 0.32rem;
}
.box_right .case_achievement li em {
  padding-left: 0.04rem;
}
.box_right .case_btn {
  padding-top: 0.32rem;
  padding-bottom: 0.24rem;
  text-align: center;
}
.box_right .case_btn .btn_case {
  font-size: 14px;
}
.box_right .case_btn .btn_case:hover {
  color: #FFFFFF;
  background-color: #52C018;
}
.box_right .case_btn .tips {
  padding-top: 0.16rem;
  color: #606A70;
}
.box_right .side_bg {
  margin-top: -0.24rem;
}
.box_right .case_poster {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  text-align: center;
  margin: 0 auto;
}
.box_right .case_poster .tips {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  color: #606A70;
}
.box_right .case_poster .icon_w {
  font-size: 24px;
}
.box_right .case_poster .case_poster_btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  border-radius: 56px;
  color: #52C018;
  background-color: #FFFFFF;
}
.box_right .case_poster .case_poster_btn:hover {
  color: #FFFFFF;
  background-color: #52C018;
}
/*---------------  客户案例-内页 .case_w  END ---------------- */
