.section-main-carousel .section-main-carousel-list .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  color: #fff;
  background: none;
  border: 1px solid #e0e0e0;
  width: 28px;
  height: 28px;
  padding: 6px;
}

.section-main-carousel {
  /* margin-bottom: 70px; */
  z-index: 10;
}

.section-main-carousel .topscroll-box {
  width: 100%;
  height: 90px;
  position: absolute;
}

.section-main-carousel .topscroll-box .footer_topscroll {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 58px;
  position: absolute;
  right: -192px;
  bottom: 0;
  cursor: pointer;
}

.section-main-carousel .topscroll-box .footer_topscroll i {
  font-size: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-main-carousel .section-main-carousel-list {
  padding: 20px 60px;
  border: 1px solid #ececec;
  background: #fff;
  height: 90px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

.section-main-carousel .section-main-carousel-list .xf-carousel-item img {
  text-align: center;
  margin: 0 auto;
  width: 183px;
  height: 51px;
}

.section-main-carousel .section-main-carousel-list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  color: #fff;
  background: none;
  border: 1px solid #e0e0e0;
  width: 28px;
  height: 28px;
  padding: 6px;
}

.section-main-carousel .section-main-carousel-list .slick-prev {
  left: 15px;
}

.section-main-carousel .section-main-carousel-list .slick-prev:before {
  content: url(../img/angle-left.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-main-carousel .section-main-carousel-list .slick-next {
  right: 15px;
}

.section-main-carousel .section-main-carousel-list .slick-next:before {
  content: url(../img/angle-right.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .section-main-carousel {
    margin-bottom: 32px;
  }
  .section-main-carousel .section-main-carousel-list .xf-carousel-item img {
    text-align: center;
    width: 183px;
    height: 51px;
  }
}

@media (max-width: 1200px) {
  .topscroll-box {
    display: none;
  }
}

/*# sourceMappingURL=banner.css.map */
