.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;
}

.advantage-title{
  font-size: 0.64rem;
  margin: 2rem 0 1rem;
  text-align: center;
  color: #333;
}
.advantage-title > span{
  color: #7171e2;
}
.advantage-info{
  font-size: 0.32rem;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.advantage-1-list{
  font-size: 0.27rem;
  line-height: 1.5;
  width: 2.93rem;
  height: 0.93rem;
  padding-left: 0.27rem;
  margin: 0.47rem 0;
  border-radius: 0.07rem;
  background: #f5f5f5;
  color: #666;
}
.advantage-1-list + .advantage-1-list{
  margin-left: 0.2rem;
}

.advantage-1-bg{
  width: 6.57rem;
  height: 6.04rem;
  margin: 1rem auto;
  background: #fff url(../img/advantage/advantage-1-bg.jpg) 50% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.advantage-2-bg{
  width: 6.93rem;
  height: 4.85rem;
  margin: 1rem auto;
  background: #fff url(../img/advantage/advantage-2-bg.jpg) 50% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.advantage-3-bg{
  width: 5.47rem;
  height: 6.93rem;
  margin: 1rem auto;
  background: #fff url(../img/advantage/advantage-3-bg.jpg) 50% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.advantage-4{
  padding-bottom: 1em;
  background: #f5f5f5;
}
.advantage-4 + .footer{
  padding-top: 0;
}
.advantage-4-list{
  padding: 0.54rem 0;
  padding-left: 0.48rem;
}
.advantage-4-title{
  position: relative;
  width: 3.13rem;
  text-align: center;
}
.advantage-4-title > b{
  font-size: 1.6rem;
  line-height: 1;
  color: #3740a3;
}

.advantage-4-title > span{
  font-size: 0.53rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: .75em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin: auto;
  color: #cfb98d;
}
.advantage-4-info{
  line-height: 1.5;
}
.advantage-4-info > p:first-child{
  font-size: 0.32rem;
  color: #3740a3;
}
.advantage-4-info > p + p{
  font-size: 0.27rem;
  color: #999;
}
.advantage-4-btn{
  font-size: 0.32rem;
  margin: 1rem .4rem;
  height: 1.07rem;
  border-radius: .54rem;
  color: #cfb98d;
  border: 1px solid;
  -webkit-box-shadow: 0 0.27rem 0 #ede9e0;
  box-shadow: 0 0.27rem 0 #ede9e0;
}
