@import "../css/pdf.css";
.banner {
  background: url('../images/readwindows/banner.jpg') center no-repeat;
}
.banner .banner-desc {
  width: 50%;
}
.banner .banner-desc ul {
  display: flex;
  flex-wrap: wrap;
}
.banner .banner-desc ul li {
  flex: 0 0 30%;
}
.part-2 {
  background: #f8f8f8;
}
.part-2 .flex-content .flex-item {
  flex-direction: column;
  width: 240px;
  height: 294px;
  justify-content: center;
  padding: 0 20px;
  border-radius: 20px;
  margin-top: 50px;
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.07);
}
.part-2 .flex-content .flex-item p {
  font-size: 22px;
  text-align: center;
}
.part-2 .flex-content .flex-item span {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 28px;
}
.part-2 .flex-content .flex-item.windows {
  background: url('../images/readwindows/win.png') top no-repeat;
}
.part-2 .flex-content .flex-item.dingzhi {
  background: url('../images/readwindows/Diyuan2.png') top no-repeat;
}
.part-2 .flex-content .flex-item.gongneng {
  background: url('../images/readwindows/gongneng.png') top no-repeat;
}
.part-2 .flex-content .flex-item.shouhou {
  background: url('../images/readweb/goutong.png') top no-repeat;
}
.part-3 .flex-content .flex-item {
  flex: 0 0 22%;
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 19%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  padding: 0 30px;
}
.part-3 .flex-content .flex-item .pic {
  margin-bottom: 10px;
  width: 30px;
}
.part-3 .flex-content .flex-item .desc {
  width: 100%;
}
.part-3 .flex-content .flex-item .desc p {
  color: #000000;
  font-weight: 600;
}
.part-3 .flex-content .flex-item .desc span {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  white-space: pre-wrap;
}
.review-3 {
  background: #448b5b;
}
.review-3 .part-desc h3 {
  color: #fff;
}
.review-3 .content {
  margin: auto;
  position: relative;
  z-index: 2;
}
.review-3 .content .swiper-pagination {
  width: 100%;
  margin-top: 5px;
}
.review-3 .content .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: #ffffff;
}
.review-3 .content .swiper-button-prev {
  width: 36px;
  right: 10px;
  left: auto;
  top: 15%;
  opacity: 0.5;
  outline: none;
}
.review-3 .content .swiper-button-prev::after {
  content: '';
  background: url('../images/pdf-ios/xia.svg') no-repeat;
  width: 36px;
  height: 36px;
  transform: rotate(180deg);
}
.review-3 .content .swiper-button-prev:hover {
  opacity: 1;
}
.review-3 .content .swiper-button-next {
  width: 36px;
  top: 75%;
  opacity: 0.5;
  outline: none;
}
.review-3 .content .swiper-button-next::after {
  content: '';
  background: url('../images/pdf-ios/xia.svg') no-repeat;
  width: 36px;
  height: 36px;
}
.review-3 .content .swiper-button-next:hover {
  opacity: 1;
}
.review-3 .content::before {
  content: url(../images/readweb/yinhao.svg);
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1;
}
.review-3 .content .swiper-container {
  width: 65%;
  margin-right: 115px;
  height: 171px;
}
.review-3 .content .swiper-container .flex-item {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.review-3 .content .swiper-container .flex-item .top {
  margin-bottom: 20px;
}
.review-3 .content .swiper-container .flex-item img {
  width: 37px;
  margin-right: 15px;
}
.review-3 .content .swiper-container .flex-item span {
  font-size: 16px;
  color: #fff;
}
.review-3 .content .swiper-container .flex-item .users {
  font-size: 18px;
}
.review-3 .content .swiper-container .flex-item p {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .banner {
    background-size: cover;
  }
  .banner .flex-container {
    justify-content: center;
  }
  .banner .banner-desc {
    width: 100%;
  }
  .banner .banner-desc ul li {
    flex: 0 0 50%;
  }
  .part-3 .flex-content .flex-item {
    flex: 100%;
  }
  .review-3 .content {
    padding: 0px 0 50px;
  }
  .review-3 .content .swiper-container {
    width: 80%;
  }
  .review-3 .content .swiper-container .flex-item {
    align-items: center;
    text-align: center;
  }
  .review-3 .content::before {
    content: url(../images/readweb/yinhao.svg);
    position: absolute;
    left: calc((100% - 212px)/2);
    top: -20px;
    z-index: -1;
  }
  .review-3 .content .swiper-container {
    margin-right: auto;
    height: auto;
  }
  .review-3 .content .swiper-button-next {
    width: 36px;
    top: auto;
    bottom: 0;
    left: 54%;
    right: auto;
    opacity: 0.7;
    outline: none;
  }
  .review-3 .content .swiper-button-next::after {
    transform: rotate(180deg);
  }
  .review-3 .content .swiper-button-prev {
    right: 54%;
    left: auto;
    top: auto;
    bottom: 0;
  }
  .review-3 .content .swiper-button-prev::after {
    transform: rotate(0);
  }
}
