#demand {
	background: #edf2fa;
}

.ded:hover .tt {
	color: #3c78fc;
}

.gx {
	height: 60px;
}

.gx .g1x {
	width: 86px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
	background: #f4f7fe;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%) scale(0);
	transform-origin: 100% 50%;
	opacity: .1;
	transition: transform .5s, opacity .7s;
	z-index: 100;
}

.gx .g1x:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 6px solid #f4f7fe;
	position: absolute;
	left: 35px;
	top: -5px;
	z-index: 100;
}

.gx:hover .g1x {
	transform: translate(15px, 25px) scale(1);
	opacity: 1;
	color: #3c78fc;
}

.gx .g1x a:hover {
	color: #3c78fc;
}

.chanpinItem {
	width: 275px;
	height: 295px;
	margin-top: 20px;
	margin-left: 20px;
	background: #fafbfd;
	border-radius: 4px;
	display: block;
}

.chanpinItem:hover {
	text-decoration: none;
}

.chanpinItem:hover .tt {
	color: #3c78fc;
}

.chanpinImg {
	width: 100%;
	height: 220px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.chanpinColor {
	color: #03b16d;
}

.time {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}