.advantage{
  background-color: #F7F6F6;
}
.advantage .advantage-title{
  color: #333333;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.advantage .advantage-desc{
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
  color: #555555;
  font-size: 14px;
  text-align: center;
}
.advantage .advantage-item-wrapper{
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.advantage .advantage-item-img{
  cursor: pointer;
}
.advantage .advantage-item{
  width: 393px;
  position: absolute;
}
.advantage .advantage-item-title{
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #25B864;
  margin-bottom: 8px;
}
.advantage .advantage-item-desc{
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}
.advantage .advantage-item-1{
  top: 20px;
  right: calc(50% + 205px - 20px);
  text-align: right;
}
.advantage .advantage-item-3{
  top: 174px;
  right: calc(50% + 205px + 20px);
  text-align: right;
}
.advantage .advantage-item-5{
  bottom: 20px;
  right: calc(50% + 205px - 20px);
  text-align: right;
}
.advantage .advantage-item-2{
  top: 20px;
  left: calc(50% + 205px - 20px);
  text-align: left;
}
.advantage .advantage-item-4{
  top: 174px;
  left: calc(50% + 205px + 20px);
  text-align: left;
}
.advantage .advantage-item-6{
  bottom: 20px;
  left: calc(50% + 205px - 20px);
  text-align: left;
}