.mobile-text {
  padding: 36px 16px 70px;
}
.title {
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
  position: relative;
  margin-bottom: 16px;
}
.des-wrap {
  font-weight: 500;
  font-size: 13px;
}
.des-img-wrap {
  margin-top: -33px;
}
.mobile-wrap p + p {
  margin-top: 8px !important;
}
.mobile-wrap-first .mobile-text {
  background: linear-gradient(360deg, rgba(74, 197, 117, 0) 0%, rgba(74, 197, 117, 0.5) 3%, #4AC575 5%);
}
.mobile-wrap-first .title,
.mobile-wrap-first .des-wrap {
  color: #FFFFFF;
}
.mobile-wrap-se .title {
  color: #90D12E;
}
.mobile-wrap-se .des-wrap {
  color: #1A1A1A;
}
.mobile-wrap-se .mobile-text {
  padding-bottom: 24px;
}
.mobile-wrap-th {
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 13px 0 20px;
}
.mobile-wrap-th .item-wrap {
  display: flex;
  align-items: center;
}
.left-img-wrap {
  flex: 0 0 100px;
  height: 170px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.left-img-wrap > img {
  width: 100px;
}
.middle-wrap {
  flex: 0 0 86px;
  background: #90D12E;
  margin-right: 14px;
}
.middle-item {
  text-align: center;
  align-self: stretch;
  display: flex;
  align-items: center;
  background: #90D12E;
  justify-content: center;
  flex: 0 0 86px;
  font-weight: 800;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin: 0 14px 0 12px;
}
.right-img-wrap {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 12px;
  color: #1A1A1A;
  margin-right: 14px;
  line-height: 1.2;
  flex: 0 0 130px;
}
.right-img-wrap > img {
  width: 79px;
  margin-bottom: 8px;
}

.mobile-wrap-four {
  background: #6CC957;
  background-image: url(../images/bg_img@2x.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.mobile-wrap-four .title,
.mobile-wrap-six .title {
  color: #FFFC01;
}

.mobile-wrap-four .des-wrap,
.mobile-wrap-six .des-wrap {
  font-weight: 500;
  font-size: 13px;
  color: #1A1A1A;
}

.mobile-wrap-five {
  background: #F3F3F3;
}
.mobile-wrap-five .title-circle-wrap {
  font-weight: normal;
  font-size: 24px;
  color: #90D12E;
  line-height: 21px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-wrap-five .title-circle-wrap .circle1 {
  width: 5px;
  height: 3px;
  background: rgba(144, 209, 46, 0.4);
  border-radius: 50%;
}
.mobile-wrap-five .title-circle-wrap .circle2 {
  width: 6px;
  height: 4px;
  border-radius: 50%;
  background: rgba(144, 209, 46, 0.7);
}
.mobile-wrap-five .title-circle-wrap .circle3 {
  width: 7px;
  border-radius: 50%;
  height: 5px;
  background: #90D12E;
}
.mobile-wrap-five .title-circle-wrap .fokus-title {
  font-weight: bold;
  font-size: 24px;
  color: #90D12E;
  line-height: 21px;
  margin: 0 9px;
}
.mobile-wrap-five .sub-title {
  font-weight: 400;
  font-size: 10px;
  color: #666666;
  text-align: center;
  margin: 19px 0 30px 0;
}
.mobile-wrap-five .des {
  position: relative;
  margin-bottom: 30px;
}
.mobile-wrap-five .des-txt {
  position: absolute;
  top: 272px;
  padding: 0 16px;
  line-height: 1.5;
  text-align: center;
}
.mobile-wrap-five .des-title {
  font-weight: 700;
  font-size: 16px;
  color: #1A1A1A;
}
.mobile-wrap-five .des-p {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}

.mobile-wrap-six {
  background: #6CC957;
  background-image: url(../images/bg_img@2x.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center 77px;
}
.mobile-wrap-six .mobile-text {
  line-height: 1.2;
}

.mobile-wrap-seven .mobile-text {
  padding: 0;
}
.mobile-wrap-seven .des {
  position: relative;
}
.mobile-wrap-seven .des-txt {
  position: absolute;
  top: 48px;
  padding: 0 16px;
  line-height: 1.5;
}
.mobile-wrap-seven .des-title {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-shadow: 2px 2px #000;
}
.mobile-wrap-seven .des-p {
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  text-shadow: 2px 2px #000;
}