@charset "UTF-8";
.yunce_swiper_module {
  --swiper-theme-color: #d19f27; /* 设置Swiper风格 */
  --swiper-navigation-color: #d19f27; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 32px; /* 设置按钮大小 */
  padding-bottom: 8px;
  padding-top: 100px;
  background: url(./img/Slider-bg-placeholder.webp) no-repeat;
  background-position: 100%;
  background-size: contain;
}
.yunce_swiper_module .swiper_box {
  background-color: #333;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.yunce_swiper_module .swiper_box .swiper_module_title {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
}
.yunce_swiper_module .swiper_box .swiper_module_title .aa-slider-title {
  color: #333333;
  font-weight: 600;
  direction: rtl;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  white-space: nowrap;
}
.yunce_swiper_module .swiper_box .swiper-button-next::after,
.yunce_swiper_module .swiper_box .swiper-button-prev::after {
  display: none;
}
.yunce_swiper_module .swiper_box .slider-gradient-overlay {
  width: 225px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.24%, #333), color-stop(87.37%, rgba(51, 51, 51, 0)));
  background: linear-gradient(270deg, #333 -0.24%, rgba(51, 51, 51, 0) 87.37%);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.yunce_swiper_module .swiper_box .swiper-button-next,
.yunce_swiper_module .swiper_box .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 0.7;
  background: url(./img/left.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
.yunce_swiper_module .swiper_box .swiper-button-next:hover,
.yunce_swiper_module .swiper_box .swiper-button-prev:hover {
  opacity: 0.9;
}
.yunce_swiper_module .swiper_box .swiper-button-next {
  right: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.yunce_swiper_module .swiper_box .swiper-button-prev {
  left: 20px;
  display: none;
}
.yunce_swiper_module .yunce-swiper-container {
  margin-left: 120px;
  position: relative;
  overflow: hidden;
  margin-right: 65px;
}
.yunce_swiper_module .yunce-swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.yunce_swiper_module .swiper-slide {
  width: 220px;
  margin-right: 180px;
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.yunce_swiper_module .swiper-slide .swiper-thumbnail {
  margin-bottom: 25px;
}
.yunce_swiper_module .swiper-slide .swiper-thumbnail img {
  display: block;
  width: 100%;
}
.yunce_swiper_module .swiper-slide .swiper-title, .yunce_swiper_module .swiper-slide .swiper-excerpt {
  color: #fff;
  margin-bottom: 8px;
}
.yunce_swiper_module .swiper-slide .item-button-box {
  padding-top: 32px;
  margin-top: auto;
}
.yunce_swiper_module .swiper-slide .item-button {
  width: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px !important;
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #9e192f), to(#e2ab26));
  background: linear-gradient(270deg, #9e192f 60%, #e2ab26);
  background-position: 100% 0;
  background-size: 200%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 0;
}
.yunce_swiper_module .swiper-slide .item-button:hover {
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-background-clip: unset;
  -moz-text-fill-color: unset;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, #9e192f), to(#e2ab26));
  background: linear-gradient(270deg, #9e192f 20%, #e2ab26);
  background-size: 100%;
  background-position: 100% 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.yunce_swiper_module .swiper-pagination,
.yunce_swiper_module .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: relative;
  left: 0;
  bottom: 0;
  padding-top: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100% !important;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.yunce_swiper_module .swiper-pagination .swiper-pagination-bullet,
.yunce_swiper_module .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 0.7;
}
.yunce_swiper_module .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.yunce_swiper_module .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333;
}
.yunce_swiper_module .swiper-pagination .swiper-pagination-bullet:hover,
.yunce_swiper_module .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:hover {
  opacity: 0.9;
}

/*1440*/
@media (max-width: 1440px) {
  .yunce_swiper_module .yunce-swiper-container {
    margin-left: 80px;
    margin-right: 10px;
  }
  .yunce_swiper_module .swiper-slide {
    margin-right: 120px;
    width: 180px;
  }
  .yunce_swiper_module .swiper-slide .swiper-title {
    font-size: 16px;
  }
  .yunce_swiper_module .swiper-slide .swiper-title, .yunce_swiper_module .swiper-slide .swiper-excerpt {
    margin-bottom: 4px;
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */