
:root {
    --advantage-process-bg-color1: linear-gradient(0deg, #cb1e1e, #f33636);   /*服务优势 服务流程*/
    --advantage-process-bg-color2: #cb1e1e;

    --advantage-process-bg-img1:url(/image/shop/template/14/service_process_one.png);
    --advantage-process-bg-img2:url(/image/shop/template/14/service_process_two.png);
    --advantage-process-bg-img3:url(/image/shop/template/14/service_process_two_down.png);
}
.main_item{padding-bottom: 22px;}
/* 关于我们 */
.main_item_content li{margin-bottom: 15px;font-size: 0;}
.main_item_content li span{display: inline-block; font-size: 16px;vertical-align: middle;}
span.aboutus_title{margin-right: 15px;width: 70px;}

.aboutus_content a{font-size: 13px;color: #fff;background-color: #1c95f2;display: inline-block;width: 90px;height: 28px;line-height: 28px; border-radius: 5px;text-align: center;margin-right: 10px;}
.aboutus_content a::before{display: inline-block;content: '';width: 15px;height: 15px;background: url(../images/shop_contact_qq.png) no-repeat;background-size: cover;margin-right: 10px;transform: translateY(2px);}
.process{padding-bottom: 20px;}