.case{
    background-color: #F7FAFD;
}
.caseMain{
    margin-top: 20px;
    padding-bottom: 20px;
}
.caseMain *{
    margin: 0;
}
.section{
    width:100%;
    background-color: #FFFFFF;
    padding: 0 107px;
}
.section h2{
    text-align: center;
    padding-top: 50px;
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
}
.section h2::after{
    content: '';
    position: absolute;
    bottom: -20px;
    width: 59px;
    height: 0px;
    opacity: 1;
    border-top: 4px solid #2C82FF;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.feature{
    /*display: flex;*/
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature::after{
    content: '';
    width: 319px;
}
.auto{
    width: 319px;
}
.featureList{
    width: 319px;
    height: 156px;
    background: #F2F6FF;
    padding: 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.featureList img{
    width: 57px;
    height: 57px;
    margin-right: 15px;
    flex-shrink: 0;
    vertical-align:middle;
    margin-top:9.5px;
}
.featureList span{
    flex: 1;
    font-size: 16px;
}
.featureList div{
    display:inline-block;
    font-size:15px;
    vertical-align:middle;
    text-align:left;
}
.function{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:107px;
}
.functionList{
    width: 48%;
    height: 210px;
    border: 1px solid #D1D8E9;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 25px;
    position: relative;
}
.functionList strong{
    display: block;
    font-size: 22px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.functionList span{
    font-size: 16px;
    color: #767785;
    position: relative;
    z-index: 1;
}
.functionList .num{
    color: #F2F6FF;
    font-size: 70px;
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: bold;
    z-index: 0;
}
@media (max-width: 768px) {
   
    .section{
        padding: 0 10px;
    }
    .featureList{
        width: 48%;
        padding: 10px;
        margin-bottom: 10px;
        height: 100px;
    }
    .featureList img{
        width: 30px;
        height: 30px;
    }
    .featureList span{
        font-size: 12px;
    }
    .functionList{
        width: 100%;
    }
    .function{
        padding:0px;
    }
}

.section img{
    max-width:100%;
}

.section *{
    font-size:inherit;
}