/**
 * 产品功能部分
 */
.grid .function-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.grid .function-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.grid .function-pack .width-pack .f-title {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

.grid .function-pack .width-pack .f-desc {
    font-size: 14px;
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 40px;
}

/**
 * 产品架构部分
 */
.grid .architecture-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.grid .architecture-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.grid .architecture-pack .width-pack .a-title {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

.grid .architecture-pack .width-pack .a-desc {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8471);
    margin-bottom: 48px;
}

.grid .architecture-pack .width-pack .a-img {
    /* font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px; */
}

/**
 * 产品优势部分
 */
.grid .advantage-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-image: url(../../image/common/bg1.png);
}

.grid .advantage-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.grid .advantage-pack .width-pack .a-title {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

.grid .advantage-pack .width-pack .a-desc {
    font-size: 14px;
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 40px;
}

/**
 * 产品特征部分
 */
.grid .feature-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.grid .feature-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.grid .feature-pack .width-pack .f-title {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

.grid .feature-pack .width-pack .f-desc {
    font-size: 14px;
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 40px;
}

/**
 * 应用场景部分
 */
.grid .scene-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.grid .scene-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.grid .scene-pack .width-pack .s-title {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

.grid .scene-pack .width-pack .s-desc {
    font-size: 14px;
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 40px;
}

/**
 * 应用场景2部分
 */
.grid .scene2-pack {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.grid .scene2-pack .width-pack {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.grid .scene2-pack .width-pack .f-title {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8471);
    text-align: center;
    margin-bottom: 40px;
}

.grid .scene2-pack .width-pack .f-desc {
    font-size: 14px;
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 40px;
}

