/* banner  */

.banner-section {
  background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/upload/2020-06-01/1590999722D0D91DLT.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: #f7822a;
  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;
}

/* 打造门店运营管理闭环 */
.operation-management-section {
  padding: 1.2rem 0;
}
.app-management {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-management-content {
  background-color: #fff3f3;
  border-radius: 5px;
  display: flex;
  margin-top: 30px;
  height: 50px;
  text-align: center;
}
.app-management-content p {
  margin: auto;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.applets-marketing {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.applets-marketing-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.applets-marketing-left-content {
  background-color: #e5f2ff;
  border-radius: 5px;
  display: flex;
  margin: 30px 10px 0 0;
  height: 50px;
  text-align: center;
}
.applets-marketing-left-content p {
  color: #333333;
  font-size: 14px;
  margin: auto;
  text-align: center;
}
.applets-marketing-right-content {
  background-color: #e5f2ff;
  border-radius: 5px;
  display: flex;
  margin: 30px 0 0 10px;
  height: 50px;
  text-align: center;
}
.applets-marketing-right-content p {
  color: #333333;
  font-size: 14px;
  margin: auto;
  text-align: center;
}
/* 数字化门店管理，提升员工效率 */
.store-management-section {
  padding: 0.6rem 0 1rem 0;
}
.store-management-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
}
.store-management-content img {
  width: 100px;
  height: 100px;
}
.store-management-content h4 {
  color: #333333;
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.store-management-content p {
  color: #666666;
  font-size: 12px;
}
<!--0.00014400482177734-->