/* header begin */
.customer .common-header {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.customer .common-header img {
  width: 100%;
}

.customer .common-header .saying {
  top: 50%;
  left: 0;
  padding: 0 8%;
}

.customer .common-header .saying .black {
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .customer .common-header .saying {
    padding: 0 2%;
    font-size: 34px;
  }
}

.customer .common-header .saying .red {
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.customer .common-header .saying .black {
  position: absolute;
  top: 60px ;
  left: calc(50% - 55px);
  transform: translateX(-50%);
}
/* header end */

/* case begin */
.container .common-header+.container-item {
  padding-top: 6.8%;
}

.customer .case {
  background:linear-gradient(180deg,rgba(251,251,251,1) 0%,rgba(243,243,243,1) 100%);
}

.customer .case .case-swiper {
  overflow: hidden;
}

.customer .case .case-swiper .swiper-slide {
  background: #fff;
}

.customer .case .case-swiper .swiper-slide .swiper-slide-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 1px;
  padding: 11%;
  box-sizing: border-box;
}

.customer .case .case-swiper .swiper-slide .img-box img{
  width: 80px;
}

.customer .case .case-swiper .swiper-slide .desc {
  display: block;
  color: #fff;
  background: #181818;
}

.customer .case .case-swiper .swiper-slide .desc .title {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 22px;
}

.customer .case .case-swiper .swiper-slide .desc .content {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.customer .case .case-swiper .case-swiper-pagination {
  margin-top: 8%;
}
/* case end */
