/*seo优化专题*/
.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.img-fluid {
  max-width: 100%;
}
.fw-bold {
  font-weight: bold;
}
.more-product-btn {
  background: #e60012;
  height: 68px;
  width: 340px;
  font-size: 24px;
  color: #fff;
  border-radius: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
}
.more-product-btn:hover {
  text-indent: 16px;
  color: #fff;
}
.more-product-wrap {
  color: #040000;
}
.more-product-wrap .more-product-container {
  max-width: 1400px;
  margin: 0 auto;
}
.more-product-wrap .section-main {
  display: flex;
}
.more-product-wrap .section-main .text-red {
  color: #e60012;
}
.more-product-wrap .section {
  padding: 60px 0;
}
.more-product-wrap .section .section-main .body .row {
  padding-right: 48px;
}
.more-product-wrap .section .section-main .body .row h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
.more-product-wrap .section .section-main .body .row .desc {
  width: 650px;
  font-size: 24px;
  margin-bottom: 40px;
  color: #666666;
  line-height: 1.4;
}
.more-product-wrap .section .section-main .body .row .desc .blank {
  height: 12px;
}
.more-product-wrap .section .section-main .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-product-wrap .section:nth-child(even) {
  background-color: #f1f1f1;
}
.more-product-wrap .section:nth-child(even) .section-main .row {
  padding-left: 48px;
  padding-right: 0;
}
@media all and (max-width: 1440px) {
  .more-product-wrap .more-product-container {
    max-width: 100%;
    padding: 0 8%;
  }
  .more-product-wrap .section .section-main .body .row .desc {
    font-size: 24px;
    width: 500px;
  }
}
/*# sourceMappingURL=./style_more_product.css.map */