/* -------------------------------------------------------------------
 * Pages Common
 * 主页/产品中心/学习资料/动态分享/关于我们 - 共用区块样式
------------------------------------------------------------------- */

.section {
    padding: 80px 0;
}

.section-heading .section-title {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.section-heading .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 4px;
    background: #23c87a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pb-minus-70 {
    padding-bottom: 70px;
}

.features.section {
    background: #fff;
}

.features-box {
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(43, 50, 54, 0.2);
    box-shadow: 0 6px 10px 0 rgba(43, 50, 54, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features-box:hover {
    -webkit-box-shadow: 0 22px 49px 0 rgba(43, 50, 54, 0.2);
    box-shadow: 0 22px 49px 0 rgba(43, 50, 54, 0.2);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.features-box .features-icon i {
    color: #fff;
    font-size: 40px;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #23c87a;
}

.features-box .features-icon img {
    display: block;
    margin: 0 auto 20px;
    width: auto;
    max-width: 120px;
    max-height: 90px;
    object-fit: contain;
}

.features-box .features-body {
    margin-top: 0;
}

.features-box .features-title {
    font-size: 18px;
    margin-bottom: 0.5rem;
}
