/* banner  */

.banner-section {
  background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/upload/2020-05-26/1590479828Ys3BikdY.png?source=1);
  background-size: cover;
  padding-top: 0.57rem;
  padding-bottom: 0.62rem;
  padding-left: 10%;
}

.banner-section .title {
  font-size: 23px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 32px;
}

.banner-section .sub-title {
  width: 50%;
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 14px;
}

.banner-section-content-btn {
  width: 120px;
  height: 40px;
  border: 0px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  margin-top: 32px;
  font-size: 10px;
  font-weight: 500;
  color: #f03548;
  line-height: 14px;
}

/* 简介 */
/* .description-section {
  padding: 0.6rem 0;
} */
.description-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.description-info h5 {
  width: 80%;
  margin: auto;
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 17px;
  z-index: 99;
}

/* 功能特点 */
.features-section {
  padding: 1.2rem 0 0.8rem 0;
}
.features-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
}
.features-content img {
  width: 80px;
  height: 80px;
}
.features-content h4 {
  color: #333333;
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.features-content p {
  color: #666666;
  font-size: 12px;
}
/* 营销工具 */
.marketing-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.9rem;
}
.marketing-content img {
  width: 0.6rem;
  height: 0.6rem;
}
.marketing-content p {
  color: #666666;
  font-size: 12px;
  margin-top: 0.1rem;
}


/* 六大商城模式自由切换 */
.mall-mode-section {
  padding: 1.2rem 0 0.4rem 0;
}
.mall-mode-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 30px;
  height: 230px;
  margin: 0.2rem 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.mall-mode-content img {
  width: 50px;
  height: 50px;
  margin: 0 0 0.2rem 0;
}

.mall-mode-content p {
  color: #666666;
  font-size: 14px;
  text-align: left;
  margin-top: 0.15rem;
}
<!--0.00014305114746094-->