.customerCase .banner {
  width: 100%;
  height: 370px;
  position: relative;
}

.customerCase .banner .pic-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

.customerCase .banner .pic {
  position: absolute;
  left: 50%;
  top: 0;
  height: 370px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.customerCase .banner .content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 20;
  overflow: hidden;
}

.customerCase .banner .content {
  position: relative;
}

.customerCase .banner .content .swiper {
  width: 100%;
  height: 332px;
  border-radius: 12px 12px 12px 12px;
  z-index: 100;
  overflow: hidden;
}

.customerCase .banner .content .swiper-container {
  position: relative;
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 12px;
}

.customerCase .banner .content .swiper-container .swiper-change-btn {
  z-index: 200;
  width: 64px;
  height: 64px;
  background-color: rgba(40, 40, 45, 0.1);
  border-radius: 50%;
  overflow: hidden;
  top: 130px;
  margin-top: 0;
}

.customerCase .banner .content .swiper-container .swiper-change-btn::after {
  opacity: 0.7;
}

.customerCase .banner .content .swiper-container .swiper-button-prev {
  left: -104px;
}

.customerCase .banner .content .swiper-container .swiper-button-next {
  right: -104px;
}

.customerCase .banner .content .slide-content {
  width: 100%;
  height: 332px;
  background: #203ae6;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}

.customerCase .banner .content .slide-content-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 64px 16px 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-transition: all ease-in 0.2s;*/
  /*-o-transition: all ease-in 0.2s;*/
  /*-moz-transition: all ease-in 0.2s;*/
  /*transition: all ease-in 0.2s;*/
}

.customerCase .banner .content .slide-content-box:hover {
  background: rgba(255, 255, 255, 0.1);
}

.customerCase .banner .content .slide-content .case-pic {
  display: block;
  -webkit-flex: 0 0 500px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  height: 300px;
}

.customerCase .banner .content .slide-content .con {
  padding-left: 60px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.customerCase .banner .content .slide-content .con-box {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.customerCase .banner .content .slide-content .con .tag-list {
  padding-top: 20px;
}

.customerCase .banner .content .slide-content .con .name {
  margin-top: 16px;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  line-height: 34px;
  text-align: justify;
}

.customerCase .banner .content .slide-content .con .desc {
  margin-top: 12px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  text-align: justify;
}

.customerCase .banner .content .slide-content .con .link {
  padding-bottom: 24px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.customerCase .banner .content .slide-content .con .more-btn {
  display: inline-block;
  padding: 12px 48px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
  color: #203ae6;
  line-height: 18px;
}

.customerCase .case-section {
  padding: 162px 0 120px;
  background: #f5f5fa;
}

.customerCase .case-section .case .title {
  line-height: 50px;
}

.customerCase .case-section .case .content {
  margin-top: 64px;
}

.customerCase .case-section .case .content .pic-wrapper {
  width: 100%;
  height: 768px;
  position: relative;
  overflow: hidden;
}

.customerCase .case-section .case .content .pic-wrapper .pic {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.customerCase .case-section .case .case-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

.customerCase .case-section .case .case-list .case-item {
  -webkit-flex: 0 0 390px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
  min-width: 0;
  margin-right: 15px;
  margin-bottom: 16px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  /*-webkit-transition: all ease-in 0.2s;*/
  /*-o-transition: all ease-in 0.2s;*/
  /*-moz-transition: all ease-in 0.2s;*/
  /*transition: all ease-in 0.2s;*/
}

.customerCase .case-section .case .case-list .case-item:hover {
  opacity: 0.9;
}

.customerCase .case-section .case .case-list .case-item:nth-child(3n) {
  margin-right: 0;
}

.customerCase .case-section .case .case-list .case-item .case-pic {
  display: block;
  width: 100%;
  height: 180px;
  background: #203ae6;
}

.customerCase .case-section .case .case-list .case-item .case-pic .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.customerCase .case-section .case .case-list .case-item .con {
  padding: 12px 27px 20px 28px;
}

.customerCase .case-section .case .case-list .case-item .con .name {
  font-weight: 500;
  font-size: 20px;
  color: #28282d;
  line-height: 27px;
}

.customerCase .case-section .case .case-list .case-item .con .desc {
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.5);
  line-height: 19px;
}

.customerCase .case-section .case .case-list .case-item .con .tag-list {
  margin-top: 20px;
}