.customer-service-group {
  padding-bottom: 94px;
}
.customer-service-group .main-wrap {
  display: flex;
  padding-top: 96px;
  margin-bottom: 62px;
}
.customer-service-group .main-wrap .main-swiper {
  width: 670px;
  height: 412px;
  overflow: hidden;
}
.customer-service-group .main-wrap .main-swiper .main-img {
  width: 100%;
  height: 100%;
  display: block;
}
.customer-service-group .main-wrap .main-right {
  flex: 1;
  margin-left: 40px;
}
.customer-service-group .main-wrap .main-right .main-info {
  color: #222222;
  display: none;
  margin-bottom: 14px;
}
.customer-service-group .main-wrap .main-right .main-info h4 {
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 6px;
}
.customer-service-group .main-wrap .main-right .main-info .sub-title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.customer-service-group .main-wrap .main-right .main-info .info {
  font-size: 15px;
  line-height: 36px;
  color: #666666;
  min-height: 108px;
}
.customer-service-group .main-wrap .main-right .num-list {
  display: flex;
  font-size: 14px;
  line-height: 36px;
  color: #999999;
  margin-bottom: 13px;
}
.customer-service-group .main-wrap .main-right .num-list span {
  transition: all 0.3s;
}
.customer-service-group .main-wrap .main-right .num-list span.on {
  font-size: 20px;
  color: #019B2E;
}
.customer-service-group .main-wrap .main-right .num-list span + span {
  margin-left: 8px;
}
.customer-service-group .main-wrap .main-right .num-list span + span::before {
  content: "/";
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: #999999;
  vertical-align: top;
}
.customer-service-group .main-wrap .main-right .swiper-button-wrap {
  position: relative;
  display: flex;
  margin-bottom: 47px;
}
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-prev,
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  left: auto;
  right: auto;
  top: 0;
  margin: 0;
}
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-prev::after,
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-next::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/service-group/swiper-button-icon.png");
  background-size: 84px 84px;
}
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-prev.swiper-button-disabled,
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-prev::after {
  background-position: -5px -5px;
}
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-prev.swiper-button-disabled::after {
  background-position: -47px -47px;
}
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-next {
  margin-left: 10px;
}
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-next::after {
  background-position: -47px -5px;
}
.customer-service-group .main-wrap .main-right .swiper-button-wrap .swiper-button-next.swiper-button-disabled::after {
  background-position: -5px -47px;
}
.customer-service-group .main-wrap .main-right .phone-wrap {
  display: inline-flex;
  border: 2px solid #019B2E;
  font-size: 16px;
  height: 48px;
  border-radius: 24px;
  margin-left: 5px;
}
.customer-service-group .main-wrap .main-right .phone-wrap span {
  width: 150px;
  height: 48px;
  margin: -2px;
  background: #019B2E;
  border-radius: 24px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.customer-service-group .main-wrap .main-right .phone-wrap span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/service-group/phone-icon.png");
  background-size: cover;
  vertical-align: top;
  margin-top: 15px;
  margin-right: 8px;
}
.customer-service-group .main-wrap .main-right .phone-wrap p {
  padding: 0 21px 0 19px;
  font-weight: 700;
  color: #019B2E;
  line-height: 44px;
}
.customer-service-group .thumbs-wrap {
  background: #F7F7F7;
  padding: 42px 0;
}
.customer-service-group .thumbs-wrap .thumbs-swiper {
  width: 100%;
}
.customer-service-group .thumbs-wrap .thumbs-swiper .thumbs-img {
  width: 220;
  height: 136px;
  position: relative;
  cursor: pointer;
}
.customer-service-group .thumbs-wrap .thumbs-swiper .thumbs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.customer-service-group .thumbs-wrap .swiper-slide-thumb-active .thumbs-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #019B2E;
}
