@charset "UTF-8";
.page {
  font-size: 0.26rem;
  background: #fff;
  overflow-x: hidden;
}

.main {
  margin-top: 1rem;
  text-align: center;
}
.main .top {
  padding-top: 0.74rem;
}
.main .top .logo {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  margin: 0 auto 0.34rem;
}
.main .top .topImg {
  width: 100%;
  margin-top: 0.38rem;
  margin-bottom: 1.4rem;
}
.main .top h1 {
  font-size: 0.48rem;
  font-weight: 300;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #444444;
}
.main .top h3 {
  font-size: 0.2rem;
  font-weight: 300;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  margin: 0.3rem 0 0.34rem;
}
.main h2 {
  font-size: 0.42rem;
  line-height: 0.42rem;
  letter-spacing: 0.02rem;
  color: #333333;
}

.topBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topBtns .btn {
  width: 2.26rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa24f), to(#ff7447)), -webkit-gradient(linear, left top, left bottom, from(#ff7447), to(#ff7447));
  background-image: -webkit-linear-gradient(left, #ffa24f 0%, #ff7447 100%), -webkit-linear-gradient(#ff7447, #ff7447);
  background-image: -moz-linear-gradient(left, #ffa24f 0%, #ff7447 100%), -moz-linear-gradient(#ff7447, #ff7447);
  background-image: -o-linear-gradient(left, #ffa24f 0%, #ff7447 100%), -o-linear-gradient(#ff7447, #ff7447);
  background-image: linear-gradient(90deg, #ffa24f 0%, #ff7447 100%), linear-gradient(#ff7447, #ff7447);
  background-blend-mode: normal, normal;
  border-radius: 0.34rem;
}
.topBtns .btn + .btn {
  margin-left: 0.2rem;
  border: 0.02rem solid #ff7447;
  background: #fff;
  color: #ff7447;
}

/* 产品优势 */
.advantages h2 {
  margin-bottom: 0.6rem;
}
.advantages .banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.4rem;
}
.advantages .banners .banner {
  width: 3.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.87rem;
}
.advantages .banners .banner img {
  width: 2.84rem;
  height: 111;
}
.advantages .banners .banner h3 {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #333333;
  margin-top: 0.56rem;
  margin-bottom: 0.23rem;
}
.advantages .banners .banner h4 {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.42rem;
  letter-spacing: 0rem;
  color: #999999;
}

/* 支持多种转换 */
.swiperSection {
  margin-top: 0.43rem;
  margin-bottom: 0.96rem;
}
.swiperSection .i {
  font-size: 0.42rem;
  letter-spacing: 0.02rem;
  color: #333333;
}
.swiperSection h3 {
  text-align: center;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.62rem;
  letter-spacing: 0rem;
  color: #999999;
  margin-bottom: 0.47rem;
}
.swiperSection h3 .active {
  color: #ff7447;
}
.swiperSection h3 .i {
  margin: 0 0.1rem;
}
.swiperSection .swiper {
  width: 100%;
  position: relative;
}
.swiperSection .swiper > img {
  max-width: 100%;
}
.swiperSection .swiper .swiper-o {
  width: 100%;
}
.swiperSection .swiper .swiper-o .swiper-row {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
}
.swiperSection .swiper .swiper-o .swiper-row img {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  left: 50%;
  top: 1.18rem;
  margin-left: 2rem;
}
.swiperSection .swiper ul {
  position: absolute;
  bottom: 0.94rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiperSection .swiper ul li {
  width: 0.26rem;
  height: 0.26rem;
  background-color: #f2f2f2;
  border-radius: 0.04rem;
}
.swiperSection .swiper ul li + li {
  margin-left: 0.18rem;
}
.swiperSection .swiper ul .active {
  background: #fcddbb;
}

/* 用户反馈 */
#certify {
  position: relative;
  width: 100vw;
}

#certify .swiper-container {
  width: 100%;
  padding-top: 0.54rem;
  padding-bottom: 1.1rem;
}

#certify .swiper-slide {
  width: 2.86rem !important;
  height: 3.96rem !important;
  background: #fff;
  -webkit-box-shadow: 0 0 0.1rem 0.02rem #ddd;
  box-shadow: 0 0 0.1rem 0.02rem #ddd;
  border-radius: 0.1rem;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 0.4rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
  border: 0.06rem solid #fff;
  background-color: #d5d5d5;
  width: 0.2rem;
  height: 0.2rem;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 0.06rem solid #00aadc;
  background-color: #fff;
}

.swiper-button-prev {
  left: 0.08rem;
  width: 0.54rem;
  height: 0.54rem;
}

.swiper-button-next {
  right: 0.08rem;
  width: 0.54rem;
  height: 0.54rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: unset;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  outline: unset;
  background: unset !important;
  background-image: none !important;
}

.swiperUnit {
  padding: 0.3rem 0.22rem;
}

.swiperUnit img {
  height: 0.74rem;
  width: 0.74rem;
  border-radius: 50%;
}

.swiperUnit h3 {
  font-size: 0.26rem;
  font-weight: 600;
  letter-spacing: 0rem;
  color: #333333;
  margin-top: 0.12rem;
  margin-bottom: 0.16rem;
}

.swiperUnit .position {
  font-family: MicrosoftYaHei;
  font-size: 0.22rem;
  letter-spacing: 0rem;
  color: #999999;
}

.swiperUnit .divider {
  width: 2.46rem;
  height: 0.02rem;
  background-color: #dddddd;
  margin-top: 0.16rem;
  margin-bottom: 0.15rem;
}

.swiperUnit .content {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  white-space: normal;
  width: 2.42rem;
  text-align: left;
  word-break: break-all !important;
  line-height: 0.32rem;
  letter-spacing: 0rem;
  color: #444444;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* 底部下载/开通会员 */
.abaveFooter h2 {
  font-size: 0.42rem;
  line-height: 0.42rem;
  font-weight: 300;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #444444;
}
.abaveFooter h3 {
  font-size: 0.24rem;
  font-weight: 300;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  margin: 0.26rem 0 0.36rem;
}
.abaveFooter .contact {
  text-align: left;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.22rem;
  letter-spacing: 0rem;
  color: #999999;
  padding-left: 1.24rem;
  margin: 0.26rem 0 0.8rem;
}