/* 服务 */
.div-fw {
    flex: 1;
}
.div-fw .div-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}
.div-fw .div-content div {
    background: #F9F9F9;
    text-align: center;
    align-items: center;
    width: 96px;
    height: 78px;
    padding: 8px 0;
    cursor:pointer;
    margin: 0;
}
.div-fw .div-content div:hover {background:#F5F9FF;}
.div-fw .div-content div img, .div-fw .div-content div label{
    display: block;
    margin: 0 auto;
    cursor:pointer;
}
.div-fw .div-content div label {
    font-size: 14px;
}
.icon-fw {
    background-image: url('../../images/fw.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 8px;
}