/* supplier 供应商展示详情 */
.nav_b{
    background-color: transparent!important;
    color: #707070!important;
}

.main{
    position: relative;
    margin-bottom: 50px!important;
}
.supplierDetail-top{
    justify-content: space-between;
   
}
.supplierDetail-top ._left{
    width: 610px;
}
.supplierDetail-top ._left .top_description{
    width: 609px;
    height: 238px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(112, 112, 112,0.14);
    overflow: hidden;
    padding: 0  0 20px 30px;
    /* box-sizing: border-box;
    padding: 20px 30px;
    font-size: 18px;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 400;
    color: #2B2F36;
    line-height: 38px;
    overflow-y: auto; */
    
}
.supplierDetail-top ._left .top_description p{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 30px 20px 0;
    font-size: 18px;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 400;
    color: #2B2F36;
    line-height: 38px;
    overflow-y: auto;
}
/* 整个滚动条 */
.supplierDetail-top ._left .top_description p::-webkit-scrollbar {
    /* 对应纵向滚动条的宽度 */
    width: 9px;
    /* 对应横向滚动条的宽度 */
    height: 9px;
}

/* 滚动条上的滚动滑块 */
.supplierDetail-top ._left .top_description p::-webkit-scrollbar-thumb {
    background-color: #AECEEA;
    border-radius: 32px;
}

/* 滚动条轨道 */
.supplierDetail-top ._left .top_description p::-webkit-scrollbar-track {
    background-color: #ebf0f5;
    border-radius: 32px;
}

.supplierDetail-top ._left .other_info{
    height: 119px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(112, 112, 112,0.14);
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 400;
    color: #2B2F36;
    line-height: 38px;
    margin-top: 12px;
}

.supplierDetail-top ._right{
    width: 640px;
    height: 368px;
    position: relative;
}
.supplierDetail-top ._right img{
    width: 100%;
    height: 100%;
    display: block;
}
.supplierDetail-top ._right ._desc{
    width: 100%;
    height: 60px;
    text-align: center;
    background: rgba(14, 92, 161,.71);
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;    
}
.supplierDetail-floor{
    padding: 70px 0 0;
}
.supplierDetail-floor .supplierDetail-title{
    font-size: 28px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2B2F36;
    line-height: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.supplierDetail-floor_content{
	width: 100%;
	/*height: 384px;*/
	background: #FFFFFF;
	box-shadow: 0px 3px 16px 1px rgba(0,0,0,0.1);
	padding-top: 36px!important;
    box-sizing: border-box;
	padding-bottom: 42px!important;
}
.supplierDetail-floor_content .supplierDetail-floor_content--item{
	border-right: 1px solid #E5E5E5;
    width: 20%;
}
.supplierDetail-floor_content .supplierDetail-floor_content--item h4{
	font-size: 17px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #2B2F36;
    text-align: center;
    margin-bottom: 54px;
}

.supplierDetail-floor_content .supplierDetail-floor_content--item img{
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
}
.supplierDetail-floor_content .supplierDetail-floor_content--item ._description{
	font-size: 15px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #2B2F36;
	line-height: 21px;
	padding: 20px 30px 0;
}
.supplierDetail-type2 .supplierDetail-floor_content{
    height: 346px;
}
.supplierDetail-type2 .supplierDetail-floor_content--item img{
    width: 210px;
    height: 160px;
}
/* 供应商展示 */