/* 企业档案 */

.sellershop_companyBox {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
/* 公司简介 */
.companyIntroduction {
	line-height: 22px;
	font-size: 13px;
	flex: 1;
}
.companyIntroduction p {
	white-space: pre-line;
	word-break: break-all;
    overflow-wrap: break-word;
}
.companyIntroductionImg {
	width: 480px;
	height: 270px;
	border-radius: 10px;
	object-fit: cover;
	margin-left: 30px;
}

/* 分销商代理商公司简介 */
.dailishop_companyBox {
	background: url('../images/shop_overview_bg.png') no-repeat top;
	width: 100%;
	height: 310px;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	margin-top: 20px;
}
.dailiIntroduction {
	flex: 1;
	padding: 0 20px 0 0;
}
.dailiIntroduction p {
	font-size: 15px;
	line-height: 32px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
	height: auto;
}
.dailishop_companyBox .Information_Floating_Box {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	background: none;
	padding: 0 20px 0 40px;
	box-shadow: none;
	display: flex;
    flex-direction: column;
    gap: 27px;
	width: auto;
	border-radius: 0;
}
.dailishop_companyBox .Information_Floating_Box .shop_certification_title {
	font-size: 14px;
}
.dailishop_companyBox .Information_Floating_Box .shop_certification_grade .certification_grade_item {
	font-size: 14px;
}
.dailishop_companyBox .Information_Floating_Box .shop_certification_grade .certification_grade_number {
	font-size: 16px;
}
.dailishop_companyBox .shopProportionContainer {
	min-width: 230px;
}

/* 分销商代理商工商信息 */
.gongshangBox {
	background: #fff;
	width: 100%;
	border-radius: 5px;
	padding: 30px 32px;
	box-sizing: border-box;
	margin-top: 20px;	
}
.gongshang {
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
}
.gongshangItem {
	flex-basis: 50%;
	background-color: #fff;
	min-height: 58px;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.gongshangItemTitle {
	background-color: #F0F2F7;
	border-bottom: #FFFFFF;
	text-align: center;
	line-height: 58px;
	color: #666;
	width: 200px;
	flex-shrink: 0;
    border-bottom: 1px solid #fff;
}
.gongshangItemP {
	padding-left: 40px;
	color: #333;
	flex: 1;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	height: 58px;
}
.allw {
	flex-basis: 100%;
}

/* 资质荣誉 */
.companyCertificateItem {
	width: 276px;
	height: 353px;
	border-radius: 5px;
	border: 1px solid #DFE4EF;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
}
.companyCertificateItem img {
	width: 256px;
	height: 288px;
	object-fit: contain;
	cursor: pointer;
	background: #F6F8FA;
	padding: 20px;
	box-sizing: border-box;
}
.companyCertificateItem:hover {
	box-shadow: 0px 0 12px 0px rgba(130, 133, 142, 0.3);
    border: 1px solid transparent;
}
.companyCertificateItem:hover img{
	border: 1px solid #00A0E8;
}
/* 公司相册 */
.companyPhotoItem {
	text-align: center;
	color: #666;
	font-size: 12px;
	width: 220px;
	overflow: hidden;
}
.companyPhotoItem img{
	width: 220px;
	height: 220px;
	object-fit: cover;
	box-shadow: 0px 0 12px 0px rgba(106, 106, 106, 0.2);
	border-radius: 10px;
	cursor: pointer;
}

/* 联系 */
.companyContactItem {
	height: 135px;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	gap: 10px;
	align-items: center;
	border: 1px solid transparent;
	overflow: hidden;
	padding-right: 10px;
}

.phoneItem {
	min-width: 170px;
}

.phoneItem .clr-newhui {
	height: 24px;
}

.gap5 {
	gap: 5px;
}
.overhide {
	overflow: hidden;
}
.companyContactItem:hover {
	border: 1px solid #FF8C00;
}
.companyContactItem .icon-a-Polygon {
	font-size: 75px;
	color: #FF8C00;
	margin-left: 30px;
	position: relative;
}
.companyContactItem .icon-a-CallSilentStroke, .icon-a-Vector5, .icon-a-Vector6 {
	position: absolute;
	left: 18px;
	top: 34px;
}
.companyContactItem .tool_tip_box {
	height: 21px;
}
.gap6 {
	gap: 6px;
}
.companyDot {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #D2D2D2;
}
.companyDotOn {
	width: 20px;
	background-color: #0070BC;
}


/* 红色模板 */
.red_template_set .companyCertificateItem:hover img{
	border: 1px solid #FF872D;
}
.red_template_set .companyDotOn {
	background-color: #FF872D;
}

/* 蓝色模板 */
.blue_template_set .companyCertificateItem:hover img{
	border: 1px solid #19BAA7;
}
.blue_template_set .companyContactItem .icon-a-Polygon {
	color: #19BAA7;
}
.blue_template_set .companyContactItem:hover {
	border: 1px solid #19BAA7;
}
.blue_template_set .companyDotOn {
	background-color: #19BAA7;
}

/* 黑色模板 */
.black_template_set .companyCertificateItem:hover img{
	border: 1px solid #27E4D9;
}
.black_template_set .companyContactItem .icon-a-Polygon {
	color: #27E4D9;
}
.black_template_set .companyContactItem:hover {
	border: 1px solid #27E4D9;
}
.black_template_set .companyDotOn {
	background-color: #27E4D9;
}

/* 黑色-薄荷绿模板 */
.green_template_set .companyCertificateItem:hover img{
	border: 1px solid #FFA50D;
}
.green_template_set .companyContactItem .icon-a-Polygon {
	color: #FFA50D;
}
.green_template_set .companyContactItem:hover {
	border: 1px solid #FFA50D;
}
.green_template_set .companyDotOn {
	background-color: #FFA50D;
}


/* 联系方式 */
.contentBox {
	width: 1221px;
	height: 358px;
	border-radius: 10px;
	background: url('../images/shop_contact_bg.png') no-repeat top;
	flex-shrink: 0;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	box-sizing: border-box;
	font-size: 14px;
}
.contentCompanyImage {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 10px;
}
.contentItem {
	width: 380px;
	color: #333;
	display: flex;
}
.contentItem p {
	color: #444;
}
.contentImBox {
	flex: 1;
	padding: 40px;
	border-radius: 10px;
	background-color: #fff;
	height: 246px;
    box-sizing: border-box;
}
.contentImBtn {
	width: 120px;
	height: 32px;
	border-radius: 50px;
	background-color: #00A0E8;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	justify-self: center;
}