.banner{
  height: 8rem;
}
.banner .swiper-slide{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.banner .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.13rem;
  border-radius: .05rem;
  background: #fff;
  opacity: .7;
}
.banner .swiper-pagination-bullet-active{
  width: .75rem;
  background-color: #3a42a2;
  opacity: 1;
}
.page-box + .page-box{
  margin-top: 1rem;
  padding-bottom: 1px;
  border-top: 0.08rem solid #f5f5f5;
}
.page-video{
  display: block;
  width: 9.33rem;
  height: auto;
  margin: 1.5rem auto;
}
.page-title{
  position: relative;
  font-size: 0.75rem;
  line-height: 2.13rem;
  color: #3740a3;
  text-align: center;
}
.page-title:before{
  font-size: 2.13rem;
  line-height: 1;
  font-weight: bold;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #eee;
}
.page-title-1:before{
  content: '01';
}
.page-title-2:before{
  content: '02';
}
.page-title-3:before{
  content: '03';
}
.page-title-4:before{
  content: '04';
}
.page-info{
  font-size: 0.32rem;
  line-height: 2;
  width: 8.31rem;
  margin: 2em auto;
  text-align: justify;
  color: #666;
}

.page-box-5{
  padding-top: 1.13rem;
  padding-bottom: 1rem;
  background: #fff url(../img/hardcover-service/page-box-5-bg.jpg) 0 0;
  -webkit-background-size: 1.47rem 2.53rem;
  background-size: 1.47rem 2.53rem;
}
.page-box-5 + .footer{
  padding-top: 0;
}
.page-box-5-title{
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 3.95rem;
  height: 4.77rem;
  margin: auto;
  background: url(../img/hardcover-service/page-box-5-title.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.page-box-5-list{
  padding: 1rem 0.8rem .5rem;
}
.page-box-5-list-title{
  font-size: 0.43rem;
  line-height: 1.5;
  height: 1rem;
  position: relative;
  padding-left: 0.8rem;
  color: #333;
}
.page-box-5-list-title:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/hardcover-service/page-box-5-list-title.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
  content: '';
  background-size: contain;
}
.page-box-5-list-info{
  font-size: 1.1em;
  line-height: 1.5;
  color: #999;
}
