.cgzsBanner-container {
  width: 100%;
  height: 180px;
}

.cgzsBanner-container .swiper-container {
  width: 100%;
  height: 100%;
  padding: 10px 40px;
}

.cgzsBanner-container .swiper-slide{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 1px rgba(0, 8, 108, 0.12);
}

.cgzsBanner-container .swiper-slide img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cgzsBanner-container .swiper-slide .title  {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 6px 8px;
  background-color: rgba(22, 23, 24, 0.4);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.cgzsBanner-container .swiper-button-prev {
  background: unset;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 12px 15px;
  border-right-color: #1a63be;
  left: -10px;
  margin-top: -12px;
}

.cgzsBanner-container .swiper-button-next {
  background: unset;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 12px 15px;
  border-left-color: #1a63be;
  right: -10px;
  margin-top: -12px;
}

.header-theme_joyous .swiper-button-prev {
  border-right-color: #b10013;
}

.header-theme_joyous .swiper-button-next {
  border-left-color: #b10013;
}