.advantage {
    min-height: 822px;
    background-color: #F5F9FF;
    padding-top: 100px;
}
.advantage .title {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 40px;
    letter-spacing: 0.8px;
    margin-bottom: 17px;
}
.advantage .subTitle {
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 18px;
}
.advantage .content {
    margin-top: 90px;
}
.advantage .content .top-row {
    display: flex;
    justify-content: space-around;
}
.advantage .content .bottom-row {
    display: flex;
    justify-content: space-around;
    padding: 0 146px;
}
.advantage .content .item {
    text-align: center;
    margin-bottom: 16px;
}
.advantage .content .item .main {
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}
.advantage .content .item .desc {
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    line-height: 20px;
    width: 142px;
    margin: 0 auto;
}
.advantage .content .item .img-box {
    margin: 0 auto;
    width: 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #277cf4;
    border-radius: 26px;
}
.advantage .content .item .img-box img {
    width: 51px;
    height: 51px;
}



@media screen and (max-width: 992px) {
    .advantage{
        padding-top: 60px;
        padding-bottom: 60px;
        height: auto;
        /*min-height: 556px;*/
    }
    .advantage .container{
        max-width: 992px;
    }
    .advantage .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 12px;
        font-weight: bold;
    }
    .advantage .subTitle{
        font-size: 12px;
    }
    .advantage .content{
        margin-top: 35px;
        padding: 0 50px;
    }
    .advantage .content .item{
        flex: auto;
        width: 50%;
        max-width: 50%;
    }
    .advantage .content .bottom-row{
        padding: 0;
        justify-content: left;
    }
    .advantage .content .item .main{
        font-size: 14px;
        margin-top: 10px;
        font-weight: bold;
    }
    .advantage .content .item .desc{
        font-size: 12px;
    }
    .advantage .content .item .img-box{
        width: 60px;
        height: 60px;
    }
    
    .advantage .content .item .img-box img {
        width: 30px;
        height: 30px;
    }

}

@media screen and (max-width: 600px) {
    .advantage .content{
        padding:0;
    }
}