body{ position: relative;}
.goodsCompareCon {
	position: absolute;
	top: 600px;
	right: 180px;
	width: 840px;
	height: 140px;
	border: 2px solid rgb(46,88,166);
	padding: 0px 10px;
	box-sizing: border-box;
	display: none;
	background: #ffffff;
	z-index: 8888;
}
.goodsCompareCon .title {
	height: 36px;
	color: rgb(46,88,166);
	border-bottom: 2px solid rgb(46,88,166);
}
.goodsCompareCon .title h3 {
	float:left;
	margin-top: 5px;
	margin-bottom: 10px;
}
.goodsCompareCon .title span {
	margin-top: 5px;
	float: right;
	cursor: pointer;
}
.compare-content {
	height: 104px;
	position: relative;
}
.compare-content-pro {
	width: 22%;
	height: 100%;
	float: left;
	padding: 20px 0px;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
}
.compare-content-pro > div {
	float: left;
}
.compare_goods_intro {
	width: 115px;
	font-size: 12px;
}
.compare_goods_intro p {
	width: 95%;
	margin: 3px 0px 10px 3px;
}
.compare_goods_name {
	text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.compare_goods_price {
	color: #e51c23;
}
.images-wrap img {
	width: 64px;
	height: 64px;
}
.am-trash {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/trash.png) no-repeat;
	background-size: cover;
	float: right;
	margin-right: 15px;
}
.compare-content-handle {
	float: left;
	width: 12%;
	height: 100%;
	padding: 8px 0px;
	box-sizing:border-box;
}
.compare-content-pro div::after {
	content: '';
	width: 0px;
	height: 64px;
	border-left:1px dashed rgb(46,88,166);
	position: absolute;
	top: 20px;
	left: 98%;
}
.compare-content div.compare-content-handle::after  {
	border-left: none;
}
.compare-content-handle {
	padding: 20px 0px;
	box-sizing: border-box;
	text-align: center;
	float: right;
	position: absolute;
    right: 0px;
    top: 10px;
}
a.compare-btn {
	width: 66px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	background: rgb(46,88,166);
	border-radius: 3px;
	margin: 0px auto 10px;
}
.clear_compare {
	cursor: pointer;
}