.special-mainview {
	width: 100%;
	position: relative;
	padding-top: 482px;
}
.special-banner {
	width: 100%;
	overflow: hidden;
}
.special-banner > img {
	width: 100%;
	display: block;
	float: left;
}
.special-car-list {
	margin:0 auto;
	z-index: 2;
	width: 1200px;
	overflow: hidden;
}
.mine-car {
	display: block;
	position: relative;
	background-color: #fff;
	float: left;
	overflow: hidden;
	width: 285px;
	height: 314px;
	box-sizing: border-box;
	/*border:1px solid #eee;*/
	padding:20px;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all .2s linear;
}
.mine-car:hover{
	-webkit-transform: translate3d(0,-3px,0); /*开启硬件加速*/
	-webkit-backface-visibility: hidden; /*元素旋转时隐藏背面*/
	-webkit-transform-style: preserve-3d; /*保留3D空间*/
	box-shadow:0px 4px 12px 0px rgba(0,0,0,0.15);
}
.mine-car:nth-child(4n) {
	margin-right: 0;
}
.mine-car:last-child {
	margin-bottom:80px;
}
.mine-car-img {
	width: 100%;
	height: 177px;
}
.mine-car-img > img {
	width: 100%;
/*	display: block;*/
	margin-top: 10px;
}
.mine-car-type {
	width: 100%;
	height: 17px;
	margin-bottom: 4px;
	line-height:17px;
	font-size:16px;
	/*font-family:"PingFangSC-M";*/
	font-weight:normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.windowStyle .mine-car-type {
	font-weight: 600;
}
.mine-car-prize {
	width: 100%;
	height:14px;
	font-size:14px;
	/*font-family:"PingFangSC-R";*/
	line-height: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mine-car-prize > span {
	text-decoration: line-through;
}
.mine-car-prize > span > i{
    font-size: 13px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    text-decoration: line-through;
    font-style: normal;
}
.mine-car-pay {
	width: 100%;
	font-size:16px;
	height: 17px;
	line-height: 17px;
	color: #FE3F20;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.windowStyle .mine-car-pay {
	font-weight: 600;
}
.mine-car-pay > span {
	margin-left: 20px;
	font-weight: normal;
}