/* 公共样式 */
:root{
    --templateCommenColor: #1350A0;
    --body-bg: #fff;
}
body{background: var(--body-bg);}
.nav_background{box-shadow: none;}
.content_box .main_content{padding-left: 0;margin-bottom: 30px;}
.main_content:last-child{margin-bottom: 0;}
.main_item{border-radius: 10px 10px 0 0;}
.main_item_content{border-radius: 0 0 10px 10px;}
.shopInfo{padding: 0;font-size: 0;}
/* 商家资质 */
.main_item_content.about{width: 100%;display: inline-block;line-height: 30px;text-indent: 2em;font-size: 16px;color: #333;padding-bottom: 32px;}
.shopInfo_item_value a:hover{color: var(--navActiveBgc);}
.footer_box{margin-top: 60px !important;}

/* 服务优势 */
.advantage{margin-top: 20px;}
.advantage .main_item_content{overflow: hidden;padding: 30px 120px;}
.service_advantage_item{width: 410px;height: 123px;margin-top: 30px;float: left;background: url(/image/shop/template/6/advantage_item.png) center center no-repeat;background-size: contain;line-height: 108px;padding-top: 15px;box-sizing: border-box;font-size: 0;}
.service_advantage_item:nth-of-type(1){margin-top: 0;}
.service_advantage_item:nth-of-type(2){margin-top: 0;}
.service_advantage_item:nth-of-type(2n){margin-left: 130px;}
.service_advantage_item .service_advantage_item_num{display: inline-block;font-size: 54px;font-weight: bold;width: 86px;height: 78px;line-height: 78px;color: #fff;text-shadow: 1px 2px 6px rgba(8,54,115,0.65);text-align: center;margin-left: 14px;vertical-align: top;}
.service_advantage_item .service_advantage_item_info{display: inline-block;width: 280px;margin-left: 15px;vertical-align: middle;}
.service_advantage_item .service_advantage_item_index{display: block;font-size: 18px;font-weight: bold;color: #333;line-height: 24px;}
.service_advantage_item .service_advantage_item_title{display: block;font-size: 14px;font-weight: 400;color: #666;margin-top: 40px;line-height: 24px;margin-top: 8px;text-align: left;}
