/* banner  */

.banner-section {
  background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/upload/2020-05-26/1590479706Tox0Jv9u.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: #fc564a;
  line-height: 14px;
}
/* 简介 */
.description-section {
  padding: 0.8rem 0;
}

.description-left-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
}

.description-left-info h2 {
  font-size: 23px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 34px;
  z-index: 99;
}

.description-left-info h5 {
  margin-top: 18px;
  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;
}

.description-right-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
}

/* 近百种营销玩法，高效引流裂变 */
.marketing-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.7rem;
}
.marketing-content img {
  width: 60px;
  height: 60px;
}
.marketing-content p {
  color: #666666;
  font-size: 12px;
  margin-top: 0.1rem;
}

/* 功能特点 */
.features-section {
  background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/upload/2020-05-26/15904797342fi2UAq4.png);
  background-size: cover;
  object-fit: cover;
  padding: 0.8rem 0;
}
.features-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.wrapper ul li img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.2rem;
}
.wrapper ul li p {
  color: #ffffff;
  font-size: 12px;
}

.but_left {
  float: left;
  margin: auto 0;
}
.but_right {
  float: right;
  margin: auto 0;
}

/* 案例展示 */
.case-show-section {
  padding: 1.2rem 0 0.8rem 0;
}

/* 大屏幕 */
@media screen and (min-width: 800px) {
  /* 功能特点 */
  .wrapper {
    width: 10.8rem;
    overflow: hidden;
  }
  .wrapper ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 18rem;
  }
  .wrapper ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 0.65rem;
    height: 320px;
    width: 250px;
    float: left;
  }
}
/* 小屏幕 */
@media screen and (max-width: 800px) {
  /* 功能特点 */
  .wrapper {
    width: 10.8rem;
    overflow: hidden;
  }
  .wrapper ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 26rem;
  }
  .wrapper ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 20px;
    width: 100%;
    float: left;
  }
}
<!--0.00019001960754395-->