<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* manafacture æ&nbsp;·å¼ */
.manufacturer-content{
	width:100%;
}
.manufacturer-content-header{
	background:#fff;
}


.manufacture_content{
	margin-top:10px;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
}
.manu_screen_box{
	/* height: 50px; */
	background: #c5001f;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 8px 10px;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
}
.manu_screen_box .manu_screen_item {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	float: left;
	width: 42px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.manu_screen_box .manu_screen_item::after {
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #cd8181;
	position: absolute;
	top: 5px;
	right: 0;
}
.manu_screen_box .manu_screen_item:last-child {
	border-right: none;
	width: 60px;
}
.manu_screen_box .manu_screen_item:last-child:after  {
	display: none;
}
.manu_screen_box .manu_screen_item:hover {
	background: #f73e3e;
}
.manu_screen_box .active{
	background: #fff;
	color: #c00000;
}
.manu_screen_box .active::after {
	display: none;
}
.manu_screen_body{
	display: block;

}
.manu_screen_body .manu_list{
	margin-bottom: 15px;
	background: #fff;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
}

.manu_screen_body .manu_list_title{
	height: 53px;
	font-size: 16px;
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 15px;
	line-height: 53px;
	border-bottom: 1px solid #c5001f;
}
.manu_list_box{
	margin-bottom: 20px;
}
.manu_screen_body .manu_list_title&gt;i{
	color: #c00000;
}
.manu_screen_body .manu_list_title&gt;span{
	color: #c5001f;
}

.manu_screen_body .manu_list_conta{
	box-sizing: border-box;
	padding:10px 0 10px 16px;
	column-count: 3;
}
.manu_screen_body .manu_list_conta a{
	color: #333;
	line-height: 26px;
	font-size: 14px;
	
}
.manu_screen_body .manu_list_conta a:hover{
	text-decoration:red underline;
	color: #c00000;
}
.manu_list_box{
	margin-bottom: 20px;
}

/* çƒ­é—¨æœç´¢éƒ¨åˆ†æ&nbsp;·å¼ */
.manufacture_search{
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
}
.manufacture_search .man_ser_top .font_left{
	padding: 15px 0 15px 0;
	float: left;

}
.manufacture_search .man_ser_top .font_left i{
	color: #c00000;
	font-size: 20px;
}
.manufacture_search .man_ser_top .font_left h2{
	color: #333;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}
.manufacture_search .man_ser_top .font_right{
	float: right;
	padding-top: 15px;
}
.manufacture_search .man_ser_top .font_right span{
	color: #ce0f05;
	font-size: 14px;
	margin-top: 32px;
	font-weight: 600;
}
.manufacture_search .man_ser_span{
	clear: both;
}
.manufacture_search .man_ser_span&gt;a{
	font-size: 14px;
	color: #333;
	margin-right: 13px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
	height: 20px;
	line-height: 20px;
}
.manufacture_search .man_ser_span&gt;a:hover{
	color: #ce0f05;
}
.manufacture_search .man_ser_span .new_popular_search_on{
	background: yellow;
	font-weight: 600;
}

.loging_up{
	position: fixed;
	right: 25px;
	bottom: 100px;
	background: #F2F2F2;
	width: 60px;
	height: 60px;
	z-index: 999;
	display: none;
	text-align: center;
}
.loging_up&gt;i{
	display: block;
	font-size: 36px;
	font-weight: 600;
	margin: 12px auto;
}</pre></body></html>