.top{
    height: 1.7733rem;
    line-height: 2rem;
    width: 100%;
    background: url('../img/advantage.png') no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 0.6667rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0.04rem 0.0533rem 0.1067rem rgba(99, 100, 130, 0.25);
    margin-bottom: 1.1333rem;
}
.advantage_list .item{
    width: 4.24rem;
    height: 2.7467rem;
    border-radius: 0.1067rem;
    background: #FFFFFF;
    box-shadow:0.0533rem 0.0533rem 0.2rem #e3e3e3;
    margin-bottom: 0.5067rem;
    text-align: center;
    position: relative;
}
body{
    background: #f4f4f4;
}
.advantage_list{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding: 0 0.6rem 1.0667rem 0.6rem;
}
.advantage_list .item img{
    
    margin: 0.6rem auto 0.22rem auto;
    display: block;
}
.advantage_list .item p{
    font-size: 0.2667rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 0.4267rem;
}