body{
  background: #0B7EA1;
}
.page-title{
  padding: 30px 25px;
  color: #fff;
  font-size: 14px;
}

.content{
  padding: 0 25px;
}

.info > h2{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.info > p{
  margin-top: 50px;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}

.line{
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.block > h2{
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.block > p{
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}

.block .li{
  margin-right: 30px;
}

.block .li::before{
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin-right: 10px;
}

.block .color{
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.color + .color{
  margin-left: 20px;
}

.block > .img{
  margin-top: 20px;
  width: 100%;
}
.img > img{
  width: 100%;
}

.swiper-container{
 padding: 30px 0;
}

.swiper-card{
  width: 280px;
  height: 406px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  overflow: hidden;
}

.swiper-card > a {
  width: 100%;
}

.swiper-card > a > img {
  width: 280px;
  height: 406px;
  transition: transform .3s;
  transform: translateY(0);
}

.swiper-pagination-bullet{
  background: #fff;
} 
.swiper-pagination-bullet-active{
  background: #fff;
}

.swiper-button-next, .swiper-button-prev{
  left: 30px;
  right: auto;
  width: 13px;
  background-size: 13px;
}
.swiper-button-next{
  right: 30px;
  left: auto;
}

.cell-group{
  margin-top: 20px;
}

.cell{
  display: flex;
}

.cell+.cell{
  margin-top: 25px;
}

.cell-icon{
  width: 40px;
  height: 40px;
}
.cell-content{
  margin-left: 20px;
  color: #fff;
}

.cell-content > h3{
  font-size: 12px;
}

.cell-content > p{
  margin-top: 10px;
  font-size: 10px;
}


