.banner-section {
  height: 800px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner-section img {
  display: block;
  height: 100%;
}
.banner-section .mobile-img {
  display: none;
}

.new-product-section .left {
  width: 400px;
  margin-left: 40px;
}
.new-product-section .left .more-btn {
  margin-left: 10px;
  margin-top: 100px;
}
.new-product-section .right {
  width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.new-product-section .right:before {
  content: "";
  display: block;
  padding-top: 58%;
}
.new-product-section .right img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hot-product-section .common {
  flex-wrap: wrap;
}
.hot-product-section .item {
  text-align: center;
  margin-bottom: 20px;
  width: 32%;
}
.hot-product-section .item .img-wrap {
  width: 100%;
  position: relative;
}
.hot-product-section .item .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.hot-product-section .item .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  left: 0;
  top: 0;
}
.hot-product-section .item .info {
  padding: 28px 0;
}
.hot-product-section .item .line {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.feature-section {
  background: url("../img/home/feature-bg.jpg") top center no-repeat;
  background-size: 1920px 963px;
  padding-top: 520px;
  overflow: hidden;
}
.feature-section .left {
  width: 400px;
  margin-left: 20px;
}
.feature-section .left .line {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.feature-section .left .line .label {
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-section .left .line .text {
  color: #9A9A9A;
}
.feature-section .right {
  width: 606px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.feature-section .right:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feature-section .right img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.guide-section {
  background-color: #f0f2e2;
  height: 530px;
  display: flex;
  align-items: center;
}
.guide-section .guide-wrap {
  width: 100%;
}
.guide-section .step-wrap {
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
}
.guide-section .step-wrap .item {
  width: 306px;
}
.guide-section .step-wrap .num {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  background-color: #444;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  margin-bottom: 32px;
}
.guide-section .step-wrap .label {
  margin-bottom: 20px;
}
.guide-section .step-wrap .text {
  color: #9A9A9A;
}

.problem-section .problem-wrap {
  width: 100%;
}
.problem-section .step-wrap {
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
}
.problem-section .step-wrap .item {
  width: 280px;
}
.problem-section .step-wrap .label {
  margin-bottom: 20px;
}
.problem-section .step-wrap .text {
  color: #9A9A9A;
}

@media (max-width: 960px) {
  .banner-section {
    height: 400px;
  }
  .banner-section .pc-img {
    display: none;
  }
  .banner-section .mobile-img {
    display: block;
  }
  .new-product-section {
    padding: 0 20px;
  }
  .new-product-section .common {
    flex-direction: column;
    align-items: center;
  }
  .new-product-section .common .left {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .new-product-section .common .left .more-btn {
    margin: 40px auto;
  }
  .new-product-section .common .right {
    width: 100%;
  }
  .hot-product-section {
    padding: 0 20px;
  }
  .hot-product-section .item {
    width: 48%;
  }
  .feature-section {
    padding: 420px 20px 0;
  }
  .feature-section .common {
    flex-direction: column;
    align-items: center;
  }
  .feature-section .common .left {
    text-align: center;
  }
  .feature-section .common .right {
    width: 100%;
  }
  .guide-section {
    text-align: center;
    height: auto;
    padding: 40px 20px;
  }
  .guide-section .common .step-wrap {
    flex-direction: column;
    align-items: center;
  }
  .guide-section .common .step-wrap .num {
    margin: 0 auto 24px;
  }
  .guide-section .common .step-wrap .item {
    margin-bottom: 20px;
  }
  .problem-section {
    text-align: center;
    height: auto;
    padding: 0 20px;
  }
  .problem-section .common .step-wrap {
    flex-direction: column;
    align-items: center;
  }
  .problem-section .common .step-wrap .item {
    margin-bottom: 20px;
  }
}

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