<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-title{
	/*margin-top: 88px;*/
	font-size: 14px;
	color: #c5c5c5;
	height:100px;
	border-bottom: 1px dashed #dfdfdf;
}
.about-title h3{
	font-size: 29px;
	color: #000;
	font-weight:lighter;
	line-height: 50px;
}
.plug-item{
	position: relative;
	display: block;
	padding: 25px 0;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.plug-item.active::before{
	position: absolute;
	content: "æŽ¨è";
	color: #fff;
	top: 2px;
	right: 0px;
	font-size: 14px;
	z-index: 99;
	padding: 5px 3px 0px 20px;
}
.plug-item.active::after{
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	border-top: 25px solid #ff2d4b;
	border-right: 30px solid  #ff2d4b;
	border-left: 30px solid  rgba(255,255,255,0);
	border-bottom: 25px solid  rgba(255,255,255,0);
}
.plug-item:hover{
	-webkit-box-shadow: 0px 0px 20px #ccc;
	-moz-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
}
.plug-img img{
	width: 75px;
	height: 75px;
}
.plug-name{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 10px 0;
}
.plug-price{
	font-size: 20px;
	color: #44abf6;
	display: inline-block;
	margin-right: 10px;
}
.plug-description{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	padding: 0px 20px;
	height: 60px;
	text-align: center;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.plug-sale-num{
	color: #999;
}</pre></body></html>