  .main .recommended-swiper {
  width: 100%;
  height: 560px;
  background-color: #fff;
  position: relative;
  opacity: 0;
}
.main .recommended-swiper .recommendedContainer {
  --swiper-theme-color: #d92a1e;
  --swiper-pagination-bullet-inactive-color: #e5e5e5;
  --swiper-pagination-bullet-inactive-opacity: 1;
  /* height: 450px; */
}

.main .recommended-swiper .recommendedContainer swiper-slide {
  width: 860px !important;
  position: relative;
}
.main
  .recommended-swiper
  .recommendedContainer
  swiper-slide
  .recommended-title {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  /* transform: translate(25%, -50%); */
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.main
  .recommended-swiper
  .recommendedContainer
  swiper-slide
  .recommended-title
  .slideTitle {
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #444a67;
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main
  .recommended-swiper
  .recommendedContainer
  swiper-slide
  .recommended-title
  .content {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #949eb2;
  margin: 10px 0 30px 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main
  .recommended-swiper
  .recommendedContainer
  swiper-slide
  .recommended-title
  .buttonText
  .button1 {
  width: 166px;
  height: 51px;
  background: #007d43;
  border: none;
  color: #fff !important;
  border-radius: 40px;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main
  .recommended-swiper
  .recommendedContainer
  swiper-slide
  .recommended-title
  .buttonText
  .button1
  .nextImg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.main .recommended-swiper .recommendedContainer swiper-slide .images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  justify-content: flex-start;
}
.main .recommended-swiper .recommendedContainer swiper-slide .image {
  width: 70%;
  height: 100%;
}
.main .recommended-swiper .recommendedContainer swiper-slide .imgBack {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
}
.main .recommended-swiper .swiper-button-prev-recommended {
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translate(-90px, 0px);
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9;
}
.main .recommended-swiper .swiper-button-prev-recommended img {
  width: 100%;
  height: 100%;
}
.main .recommended-swiper .swiper-button-next-recommended {
  position: absolute;
  bottom: 105px;
  right: 50%;
  transform: translate(90px, 0px);
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9;
}
.main .recommended-swiper .swiper-button-next-recommended img {
  width: 100%;
  height: 100%;
}
.main .recommended-swiper .recommendedContainer img {
  width: 100%;
  height: 100%;
}
