.content {
}
.banner {
  background: #f1f9f7;
  width: 100%;
  height: 380px;
  padding: 0 12px;
  box-sizing: border-box;
}
.banner-msg {
  max-width: 1200px;

  padding-top: 100px;
}
.banner-msg h1 {
  margin-bottom: 20px;
  line-height: 1;
}
.banner-msg p {
  margin-bottom: 40px;
}

.customers-filter {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.customers-filter-item {
  margin: 0 10px;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 20px;
}

.customers-active {
  background-color: #f1f9f7;
  color: #117865;
}
.detail-box {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 100px;
}
.service-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.service-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.service-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.service-item a {
  text-decoration: none;
  color: #117865;
  margin-top: 50px;
}
.detail-tip {
  margin-bottom: 20px;
}
.detail-tip span {
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 5px;
}
.detail-tip span:nth-child(1) {
  background: #ffeaec;
  color: #e50012;
  margin-right: 10px;
}
.detail-tip span:nth-child(2) {
  background: #e9fbf7;
  color: #117865;
}
.service-item-logo {
  height: 50px;
}
.service-item-logo img {
  height: 100%;
}
.roll-wrapperUlList-img {
  width: 100%;
}
.customers-filter-item-a {
  text-decoration: none;
  color: #333;
}
.swiper-box {
  margin: 0 auto;
  max-width: 1200px;
   -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiperdiv {
  position: relative;
  max-width: 1200px;
  margin-bottom: 50px;
}
.swiper {
  width: 90%;
  height: 170px;
  position: unset !important;
}

/* .swiper-wrapper{
  flex-direction: column !important;
  flex-wrap: wrap !important;
} */

.swiper-slide {
  width: 117.5px !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.roll-wrapperUlList-img {
  width: 100%;
  height: calc(100%  / 2);
  object-fit: contain;
}

.swiper-slide:nth-child(odd) {
}
.swiper-slide:nth-child(even) {
}


/* 可选：添加淡入动画效果 */
.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* 如果不想在JS中设置初始样式，可以在CSS中直接设置 */
.swiper-button-next.visible,
.swiper-button-prev.visible {
    opacity: 1;
}

/* 自定义导航按钮 */
.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background: white;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
  color: #000;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #117865;
  transform: scale(1.1);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: white;
}
