@import "../css/pdf.css";
.banner {
  background: url('../images/readweb/banner.jpg') center no-repeat;
}
.banner .banner-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .banner-desc p {
  margin-bottom: 5px;
  text-align: center;
}
.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.web {
  background: url('../images/readweb/jishu.png') top no-repeat;
}
.part-2 .flex-content .flex-item.read {
  background: url('../images/readweb/shu.png') top no-repeat;
}
.part-2 .flex-content .flex-item.gongneng {
  background: url('../images/readweb/Diyuan2.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 30%;
  align-items: flex-start;
  margin-top: 50px;
}
.part-3 .flex-content .flex-item .pic {
  margin-right: 20px;
  margin-top: 7px;
  flex: 0 0 50px;
}
.part-3 .flex-content .flex-item .pic img {
  width: 50px;
}
.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;
}
.review-2 {
  background: #448b5b;
}
.review-2 .part-desc h3 {
  color: #fff;
}
.review-2 .content {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.review-2 .content .swiper-pagination {
  width: 100%;
  margin-top: 5px;
}
.review-2 .content .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  background: #ffffff;
}
.review-2 .content .swiper-button-prev {
  width: 36px;
  opacity: 0.5;
  outline: none;
}
.review-2 .content .swiper-button-prev::after {
  content: '';
  background: url('../images/readweb/zuo.svg') no-repeat;
  width: 36px;
  height: 36px;
}
.review-2 .content .swiper-button-prev:hover {
  opacity: 1;
}
.review-2 .content .swiper-button-next {
  width: 36px;
  opacity: 0.5;
  outline: none;
}
.review-2 .content .swiper-button-next::after {
  content: '';
  background: url('../images/readweb/you.svg') no-repeat;
  width: 36px;
  height: 36px;
}
.review-2 .content .swiper-button-next:hover {
  opacity: 1;
}
.review-2 .content::before {
  content: url(../images/readweb/yinhao.svg);
  position: absolute;
  left: calc((100% - 216px)/2);
  top: -30px;
  z-index: -1;
}
.review-2 .content .swiper-container {
  width: 70%;
}
.review-2 .content .swiper-container .flex-item {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.review-2 .content .swiper-container .flex-item img {
  width: 87px;
  margin: 10px 0;
}
.review-2 .content .swiper-container .flex-item p {
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .banner .flex-container {
    justify-content: center;
  }
  .banner .banner-desc {
    width: 100%;
  }
  .part-3 .flex-content .flex-item {
    flex: 100%;
  }
}
