/* banner  */

.banner-section {
  background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/upload/2020-05-26/1590481292sB9Jshtk.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: #fc395e;
  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;
}

/* 功能特点 */
.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;
}


/* 多种奖励类型 */
.multiple-reward-types-section {
  padding: 1.2rem 0 2rem 0;
}
.multiple-reward-types-title{
    background:linear-gradient(90deg,#FF7474,#FE3E53);
    border: 1px solid #FE3E53;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 30px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}
.multiple-reward-types-title h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.multiple-reward-types-title h4{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.multiple-reward-types-content{
    border: 1px solid #dddddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.multiple-reward-types-content p{
    color: #666666;
    font-size: 14px;
}


/* 椭圆 */
.big-oval {
  width: 1.55rem;
  height: 1.55rem;
  background: rgba(229, 242, 255, 0.8);
  border-radius: 50%;
  margin-left: -0.5rem;
  margin-top: -0.8rem;
  z-index: 98;
}

.small-oval {
  width: 0.46rem;
  height: 0.46rem;
  background: rgba(229, 242, 255, 0.8);
  border-radius: 50%;
  margin-left: 50%;
  margin-top: -0.69rem;
  z-index: 98;
}

.productDescription-subtitle {
  font-size: 11px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 16px;
}
<!--0.00024104118347168-->