.banner-text-box1 {
  left: 48%;
  top: 73%;
}

.series-btn2 {
  left: 15.92%;
  top: 63%;
}

.swiper-banner-prev, .swiper-banner-next {
  width: 20px !important;
  height: 34.5px !important;
}

.swiper-banner-prev {
  left: 5% !important;
}

.swiper-banner-next {
  transform: rotate(180deg);
  right: 5% !important;
}

.rea-des1 {
  display: flex;
  flex-direction: row;
}

.rea-des1 > a:nth-of-type(2) {
  margin-left: 30px;
}

@media screen and (max-width: 1600px) {
  .swiper-banner-prev, .swiper-banner-next {
    width: 1.25vw !important;
    height: 2.15625vw !important;
  }
  .swiper-banner-prev {
    left: 5% !important;
  }
  .swiper-banner-next {
    right: 5% !important;
  }
}

@media screen and (max-width: 769px) {
  .solve-des2 {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .solve-des2 > a:nth-of-type(2) {
    margin-left: 30px;
  }
  .solve-des2 > a:nth-of-type(2) > .solve-btn {
    width: 2.5rem;
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
  }
  .solve-des2 > a:nth-of-type(2) > .solve-btn:hover {
    background: transparent;
  }
}
