:root {
  --mach-goods-feature-mt: 90px;
  --mach-goods-feature-top-title-size: 96px;
  --mach-goods-feature-top-title-leading: 86px;
  --mach-goods-feature-sub-title-size: 50px;
  --mach-goods-feature-sub-text-size: 16px;
}

.mach-goods-feature {
  font-size: var(--mach-goods-feature-sub-title-size);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 0;
}

.mach-goods-feature .top-title {
  height: 70px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
.mach-goods-feature .top-title h2 {
  font-size: var(--mach-goods-feature-top-title-size);
  line-height: var(--mach-goods-feature-top-title-leading);
  color: #f5f5f5;
}

.mach-goods-feature .sub-title h2 {
  margin-bottom: 20px;
  text-align: center;
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: var(--mach-goods-feature-sub-title-size);
  line-height: normal;
  font-weight: normal;
}

.mach-goods-feature .sub-title p {
  text-align: left !important;
  font-size: var(--mach-goods-feature-sub-text-size);
  line-height: var(--mach-goods-feature-text-leading);
}
.mach-goods-feature .swiper-container {
  width: 100%;
  overflow: hidden;
}
.mach-goods-feature__swiper {
  position: relative;
}

.mach-goods-feature__swiper div[class^="swiper-button"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #919191;
  cursor: pointer;
}

.mach-goods-feature__swiper div[class^="swiper-button"]:hover {
  color: var(--color-primary);
}

.mach-goods-feature__swiper div[class^="swiper-button"] .qico {
  font-size: 28px;
}

.mach-goods-feature__swiper div.swiper-button-prev {
  left: -40px;
}

.mach-goods-feature__swiper div.swiper-button-next {
  right: -40px;
}

.mach-goods-feature .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.mach-goods-feature .swiper-container .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.mach-goods-feature .swiper-slide h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-text-color);
  line-height: 1.3;
  text-align: center;
}

.mach-goods-feature .swiper-container .swiper-wrapper .container {
  position: relative;
  height: 100%;
  top: 0;
}

.mach-goods-feature img {
  margin: 30px 0 25px;
  aspect-ratio: 1.8;
  object-fit: cover;
}
.mach-goods-feature .width-auto {
  margin-top: 1.2em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.mach-goods-feature .swiper-pagination {
  position: absolute;
  bottom: var(--mach-banner-swiper-pagination-bottom);
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.mach-goods-feature .swiper-pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 14px;
  background: #92939c;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}
.mach-goods-feature .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color-primary);
  width: 24px;
}

@media screen and (max-width: 1500px) {
  :root {
    --mach-goods-feature-mt: 80px;
    --mach-goods-feature-top-title-size: 90px;
    --mach-goods-feature-sub-title-size: 46px;
    --mach-goods-feature-sub-text-size: 15px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --mach-goods-feature-mt: 70px;
    --mach-goods-feature-top-title-size: 86px;
    --mach-goods-feature-sub-title-size: 42px;
    --mach-goods-feature-sub-text-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --mach-goods-feature-mt: 60px;
    --mach-goods-feature-top-title-size: 75px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --mach-goods-feature-mt: 50px;
    --mach-goods-feature-top-title-size: 70px;
    --mach-goods-feature-top-title-leading: 110px;
    --mach-goods-feature-sub-title-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --mach-goods-feature-mt: 40px;
    --mach-goods-feature-top-title-size: 50px;
    --mach-goods-feature-sub-title-size: 30px;
    --mach-goods-feature-sub-text-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --mach-goods-feature-mt: 30px;
    --mach-goods-feature-top-title-size: 40px;
    --mach-goods-feature-sub-title-size: 24px;
    --mach-goods-feature-sub-text-size: 14px;
  }
}
