.advantage_content{
  /* padding-top: 260px; */
  /* padding-top: 80px; */
}
.advantage_content .model{
  background: #F1F1F5;
  padding: 80px 0px 78px;
}
.advantage_content .model .content_width{
  margin: 0 auto;
  margin-top: 78px;
}
.mg53{
  margin-bottom: 53px;
}
.mg_b20{
  margin-bottom: 20px;
}
.advantage_content .model .content_width p{
  font-size: 12px;
  color: #666
}

.progress_box {
  width: 610px;
  margin:auto;
}

.progress_box li {
  position: relative;
  padding: 0 47px;
  list-style: none;
  height: 110px;
  border-left: 4px solid #F1F1F5;
}

.progress_box li:before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #4BACFD;
  border-radius: 2px;
  top: 0px;
  /* border: 3px solid #fff; */
}
.progress_box .last_progress .progress_content{
  top: inherit;
  bottom: -50px;
}
.progress_box .last_progress::before{
  top: inherit;
  bottom: 0px;
}
.progress_box .progress_content{
  position: absolute;
  top: -4px;
}
.progress_box .progress_title{
  font-size: 15px;
  color: #222;
  font-weight: 600;
  margin-bottom: 3px;
}
.progress_box .progress_time{
  color: #999999;
  font-size: 12px;
}
.first_progress::before{
  background: transparent!important;
  border-color: transparent!important;
}
.pic_set{
  width: 100%;
  background: #0098FF;
  padding: 80px 0px;
  text-align: center;
}
.pic_set img{
  width: 50%;
}
.advantage_list{
  display: flex;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 90px;
  flex-wrap: wrap;
}
.advantage_list .advantage_list_li{
  min-width: 180px;
  width: calc((100% - 180px) / 5);
  margin-right: 45px;
  background-color: #0098FF;
  color: #fff;
  padding: 64px 27px 46px;
  box-sizing: border-box;
  height: 223px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.advantage_list .advantage_list_li h4{
  margin-bottom: 27px;
}
.advantage_list .advantage_list_li:last-child{
  margin-right: 0px;
}