﻿.company{ margin-bottom: 20px;}
.content-description{font-size:14px; line-height: 2; padding:0 0 20px; overflow-x: hidden;}
.content-description .y-title{margin-bottom: 20px;}
.content-description img{display: block; max-width: 100%; margin: 0 auto;}

.company-logo{float:left; width:130px; height:130px; margin-right:0; padding:5px 0 0 5px;}
.company-logo img{display: block; width:120px; height:120px;}
.company-intro{line-height:2.3; margin-left: 145px;}
.company-intro p{color:#000; font-size:16px;}
.company-intro p.address{margin-right: 120px; color:#999; font-size:14px;}
.company-intro p.brand-label{}
.company-intro p.brand-label a{display: inline-block; line-height: 1; padding:3px 5px; color:var(--primary); font-size:14px; background-color:rgba(208, 20, 20, 0.05); border-radius:2px;}

.company-product-lists{}
.company-product-lists .item{}
.company-product-lists .item-thumb{display: block;}
.company-product-lists .item-thumb img{display: block; width:100%; height: 156px;}
.company-product-lists .item-thumb .img-empty{display: block; width:209px; height:156px; background: url("../images/company-qualification-empty.png") no-repeat center;}
.company-product-lists .item-name{text-align: center; line-height: 2; display: block;}

.block-brand-lists{}
.block-brand-lists .item{display: block; line-height: 1; padding:18px 0; font-size:15px; border-bottom: 1px solid #eee;}

.block-body{ position: relative;}
.block-body .float-btn{position: absolute; z-index: 1; right:0px; bottom:20px;}
.block-body .float-btn .radius{border-radius:30px;}

.brand-info{margin:15px 0;}
.brand-info:last-child{padding-bottom: 15px;}
.brand-info .layui-table{margin:0; }
.brand-info .layui-table td{border-color:#eee; color: #333; padding: 10px;}
.brand-info .layui-table .td-info-header{background-color: #f5f5f5;}
.brand-info .layui-table td .iconfont{font-size: 18px; color:#FF5722;}

/*企业详情：认证显示*/
.verify{width:100%;}
.verify:after{display: table; content: ''; clear: both;}
.verify .item{float:left; padding:25px 0 15px; width:25%; text-align: center;}
.verify .item-icon{display: block; margin:0 auto 5px; width:45px; height:45px; }
.verify .item-icon.sj{background: url("/static/images/verify-sj.png") no-repeat top left; background-size: 100% 100%;}
.verify .item.active .item-icon.sj{background: url("/static/images/verify-sj-active.png") no-repeat top left; background-size: 100% 100%;}
.verify .item-icon.sm{background: url("/static/images/verify-sm.png") no-repeat top left; background-size: 100% 100%;}
.verify .item.active .item-icon.sm{background: url("/static/images/verify-sm-active.png") no-repeat top left; background-size: 100% 100%;}
.verify .item-icon.wx{background: url("/static/images/verify-wx.png") no-repeat top left; background-size: 100% 100%;}
.verify .item.active .item-icon.wx{background: url("/static/images/verify-wx-active.png") no-repeat top left; background-size: 100% 100%;}
.verify .item-icon.cs{background: url("/static/images/verify-cs.png") no-repeat top left; background-size: 100% 100%;}
.verify .item.active .item-icon.cs{background: url("/static/images/verify-cs-active.png") no-repeat top left; background-size: 100% 100%;}
.verify .item-icon img{display: block; width:40px; margin: 0 auto 5px;}
.verify .item-name{display: block; line-height:1; font-size:12px;}
.verify .item.active{color:#ff6806;}