/* 车辆列表样式开始 */
.hot-list-item {
	width: 285px;
	margin-bottom: 40px;
	margin-right: 20px;
	position: relative;
}
.hot-list-item:nth-child(4n){
	margin-right: 0;
}
.hot-list-item .startBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	height: 218px;
}
.hot-list-item img {
	width: 100%;
	height: 190px;
}
.hot-list-item-title {
	font-size: 18px;
	color: #333;
	margin: 16px 0 12px 0;
}
.hot-list-item-preSaleDate{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 32px;
	color: #fff;
	background-image: url(../img/preSaleBg.png);
}
.hot-list-item-subTitle {
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
}

.hot-list-item-salePrice {
	font-size: 24px;
	color: #FF4356;
}

.hot-list-item-salePrice span:nth-child(2) {
	font-size: 14px;
	color: #666;
}

.hot-list-item-tag li {
	padding: 2px 3px;
	font-size: 11px;
	color: #FF9A02;
	margin-right: 10px;
	margin-bottom: 12px;
	background:rgba(255,244,231,1);
	border-radius:11px;
}
/* 车辆列表样式结束 */
.auth-nav {
  font-size: 14px;
  padding: 36px 0;
}
.auth-selector {
  padding: 0 24px;
  background: #F8F8F8;
}
.auth-selector .s-wrap{
	padding-top: 16px;
	border-bottom: 1px solid #E8E8E8;
}
.auth-selector .s-wrap .s-key {
  font-size: 14px;
  float: left;
  width: 6%;
  padding: 5px 10px;
}
.auth-selector .s-wrap .s-value {
  padding-left: 6%;
}
.auth-selector .s-wrap .s-value li {
  float: left;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
  margin-bottom: 10px;
}
.auth-selector .s-wrap .s-value li.select{
	background:rgba(3,116,255,1);
	font-size: 14px;
	color: #fff;
	
}
.filter-list {
  font-size: 14px;
  margin: 10px 0;
}
.filter-list ul {
  border: 1px solid #cccccc;
  display: inline-block;
}
.filter-list ul li {
  float: left;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
.filter-list ul li.select {
  background: #cccccc;
}
.filter-list ul li:last-child {
  border: none;
}
.main-list {
  overflow: hidden;
}
.main-list .main-ul {
  margin-right: -20px;
}
.main-list .main-ul .main-item {
  float: left;
  width: 25%;
  padding-right: 20px;
  background-clip: content-box;
}
.after-sale-service {
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #CCCCCC;
}
