.ser-content{
    padding: .1rem .2rem;
    background-color: #fff;
}
.ser-content .iconfont{
    font-size: 0.64rem;
    color: #06c562;
    font-weight: 700;
}
.ser-content .ser-info{
    display: flex;
    height: .66rem;
    line-height: 0.66rem;
}
.ser-content .ser-info .title{
    font-size: 20px;
}
.ser-content .ser-info .title a{
     font-size: 20px;
    color: #333;
}
.ser-content .ser-text{
    font-size:14px;
    line-height: 1.5;
    margin-bottom: .1rem;
}
.ser-content .ser-bnt{
    display: block;
    width: 1.8rem;
    height: .48rem;
    margin: 0 auto;
    background: #06c562;
    border: .01rem solid #06c562;
    border-radius: .04rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    line-height: .48rem;
    cursor: pointer;
    margin-top: 0.2rem;
}
.ser-content .ser-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ser-content .ser-list a,
.ser-content .ser-list span{
    margin-top: .08rem;
    font-size: .14rem;
    text-align: center;
    border-radius: .04rem;
    display: inline-block;
    width: 31.333333%;
    height: .3rem;
    line-height: .3rem;
    color: #06c562;
    background: #f2f9ff;
    overflow: hidden;
}
.bgf6{
    background-color: #f6f6f6;
}
