/* 方案优势 */
.schemeView {
    height: 430px;
    text-align: center;
    background-color: #f5f5f5;
    padding-top: 50px;
}
.schemeView h3 {
    font-size: 30px;
    color: #333436;
    font-weight: bold;
}

.schemeView .subTitle {
    font-size: 15px;
    color: #7a7d77;
    margin-top: 10px;
}
.schemeView .itemBackView {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 50px;
    width: 60%;
    margin: 0 auto;
}

.schemeView .itemBackView .itemView {
    width: 25%;
}

.schemeView .itemBackView .itemView .itemTitle {
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
}

.schemeView .itemBackView .itemView img {
    width: 50%;
}

.schemeView .itemBackView .itemView .itemSubTitle1 {
    font-size: 14px;
    color: #6c6c6c;
    margin-top: 15px;
}

/* 智慧零售管理平台 */
.managerView img {
    width: 100%;
}

/* 广告视频营销 */
.advert {
    height: 350px;
    text-align: center;
    background-color: #f4f4f4;
    padding-top: 50px;
}
.advert h3 {
    font-size: 30px;
    line-height: 30px;
    color: #333436;
    font-weight: bold;
}
.advert div {
    font-size: 15px;
    line-height: 17px;
    color: #6c6c6c;
    margin-top: 16px;
}
.advert img {
    margin-top: 40px;
    height: 230px;
}

/* 智能交互系统 */
.system {
    height: 400px;
    text-align: center;
    background-color: #fff;
    display: flex;
    /* padding-top: 85px; */
}
.system img {
    height: 230px;
    margin: auto;
    margin-right: -50px;
}
.system .textView {
    margin: auto;
    margin-left: -50px;
}
.system .textView h3 {
    font-size: 30px;
    line-height: 30px;
    color: #333436;
    font-weight: bold;
}
.system .textView div {
    font-size: 15px;
    line-height: 17px;
    color: #6c6c6c;
    margin-top: 16px;
}

/* 吸客引流专家 */
.bottom img{
    width: 100%;
}