.caseBanner{
    width: 100%;
    height: 612px;
    background-image: url(../image/schemeBanner.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.feature{
    padding:0 107px;
    text-align:center;
}

.feature::after{
    content: '';
    width: 244px;
}
.auto{
    width: 244px;
}
.featureList{
    width: 244px;
    height: 120px;
    background: #F2F6FF;
    padding: 22px;
    box-sizing: border-box;
/*    display: flex;
    align-items: center;*/
    position: relative;
    margin-bottom: 30px;
    display:inline-block;
    margin-left:15px;
    margin-right:15px;
}
@media (max-width: 1445px) {

    .section{
        padding: 0 20px;
    }
}
@media (max-width: 768px) {

    .section{
        padding: 0 10px;
    }
    .feature{
        padding:0px;
    }
    .featureList{
        width: 48%;
        padding: 10px;
        margin-bottom: 10px;
        height: 100px;
        margin-left:unset;
        margin-right:unset;
    }
    .featureList img{
        width: 30px;
        height: 30px;
        vertical-align:middle;
    }
    .featureList span{
        font-size: 12px;
        vertical-align:middle;
    }
    .functionList{
        width: 100%;
    }
    .caseBanner{
        padding: 0 10px;
        height: 400px;
        background-position: -423px 0;

    }
}