.funIntroductionPage .productList {
  padding-top: 0.9rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff));
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background-image: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
}
.funIntroductionPage .productList h2 {
  font-size: 0.36rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
.funIntroductionPage .productList .w1000 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.funIntroductionPage .productList .productUnit {
  width: 3.2rem;
  height: 2.36rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.05);
          box-shadow: 0rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.04rem;
  padding: 0.27rem 0.42rem 0 0.36rem;
  font-size: 0.14rem;
  margin: 0 0.2rem 0.2rem 0;
}
.funIntroductionPage .productList .productUnit:nth-child(3n) {
  margin-right: 0;
}
.funIntroductionPage .productList .productUnit .productCover {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.13rem;
}
.funIntroductionPage .productList .productUnit h3 {
  font-size: 0.18rem;
  font-weight: 600;
  color: #333;
  line-height: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.funIntroductionPage .productList .productUnit h4 {
  line-height: 1.5;
  color: #666;
  font-size: 0.14rem;
  height: 3em;
}
.funIntroductionPage .productList .productUnit .getDetail {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.14rem;
  letter-spacing: 0rem;
  color: #f68a23;
}
.funIntroductionPage .productExperience {
  background-color: #ffffff;
  padding: 0.9rem 0;
  min-width: 12rem;
}
.funIntroductionPage .productExperience .video {
  width: 10rem;
  margin: 0.7rem auto 0;
}
.funIntroductionPage .productExperience .video video {
  width: 100%;
  height: 100%;
  background: #fff;
  outline: none;
}
.funIntroductionPage .otherPlatformAdvantages {
  background: #f7f7f7;
  padding: 0.89rem 0 0.7rem;
}
.funIntroductionPage .otherPlatformAdvantages .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 12rem;
  margin: 0.7rem auto 0;
}
.funIntroductionPage .otherPlatformAdvantages .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 3.8rem;
  height: 2.14rem;
  background-color: #ffffff;
  -webkit-box-shadow: -0.01rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.05);
          box-shadow: -0.01rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.04rem;
  padding: 0.4rem 0.23rem 0.29rem 0.26rem;
  margin-right: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.funIntroductionPage .otherPlatformAdvantages .list li:nth-child(3n) {
  margin-right: 0;
}
.funIntroductionPage .otherPlatformAdvantages .list li img {
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.21rem;
}
.funIntroductionPage .otherPlatformAdvantages .list li h4 {
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
  margin: 0rem 0 0.2rem 0rem;
  width: 2rem;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.funIntroductionPage .otherPlatformAdvantages .list li p {
  width: 2.45rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  text-align: left;
  height: 6.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}