img {
	vertical-align: bottom;
}
#top {
	padding: 73px 0 40px;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	background-color: #eaeae0;
}
#top span {
	font-size: 34px;
}
#mainContainer h1 {
	width: 100%;
	padding: 44px 0 17px;
	text-align: center;
	background-color: #eaeae0;
	line-height: 36px;
	font-size: 3.4rem;
}
#mainContainer h1 span {
	font-size: 2.4rem;
}
#mainContainer h1 .lead {
	display: block;
	margin-top: 8px;
}
#mainContainer #main .car_ul {
	width: 1001px;
	margin: 0 auto;
	padding-left: 2px;
	box-sizing: border-box;
}
#mainContainer #main ul .carList {
	width: 333px;
	position: relative;
	float: left;
	border-right: 1px #e0e0e0 solid;
/*	border-top: 1px #e0e0e0 solid;*/
	border-bottom: 1px #e0e0e0 solid;
	box-sizing: border-box;
/*	overflow: hidden;*/
}
#mainContainer #main ul .carList a {
	text-decoration: none;
	color: inherit;
}
#mainContainer #main ul .carList:nth-child(3n+1) {
	border-left: 1px #e0e0e0 solid;
}
#mainContainer #main ul .carList:nth-child(1),
#mainContainer #main ul .carList:nth-child(2),
#mainContainer #main ul .carList:nth-child(3) {
	border-top-width: 0;
}
#mainContainer #main ul .carList .pic {
	position: relative;
	overflow: hidden;
}
#mainContainer #main ul .carList .pic .date {
	position: absolute;
	color: #fff;
	bottom: 10px;
	left: 10px;
	padding-left: 95px;
	line-height: 24px;
	font-size: 1.3rem;
	height: 24px;
	z-index: 10;
}
#mainContainer #main ul .carList.pickup .pic:before {
	content: " ";
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/pc/search/images/result/icon_pickup.png) 0 0 no-repeat;
	z-index: 10;
}
#mainContainer #main ul .carList .date:after {
	content: " ";
	background: url(/pc/search/images/detail/icon_fav_st_01.png) 0 0 no-repeat;
	display: block;
	width: 86px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#mainContainer #main ul .carList.st2 .date:after {
	background: url(/pc/search/images/detail/icon_fav_st_02.png) 0 0 no-repeat;
}
#mainContainer #main ul .carList.st3 .date:after {
	background: url(/pc/search/images/detail/icon_fav_st_03.png) 0 0 no-repeat;
}
#mainContainer #main ul .carList.st4 .date:after {
	background: url(/pc/search/images/detail/icon_fav_st_04.png) 0 0 no-repeat;
}
#mainContainer #main ul .carList.st5 .date:after {
	background: url(/pc/search/images/detail/icon_fav_st_05.png) 0 0 no-repeat;
}
#mainContainer #main ul .carList .favBox {
	position: absolute;
    top: 230px;
    right: 10px;
    width: 38px;
    height: 38px;
    z-index: 10;
	
}
#mainContainer #main ul .carList .favIcon {
	display: block;
	background: url(/pc/search/images/result/btn_fav_off.png) 0 0 no-repeat;
	width: 38px;
	height: 38px;
	position: absolute;
/*
	top: 230px;
	right: 10px;
*/
	z-index: 10;
}
#mainContainer #main ul .carList.fav .favIcon {
	background: url(/pc/search/images/result/btn_fav_on.png) 0 0 no-repeat;
}
#mainContainer #main ul .carList .name {
	padding: 15px 15px 21px;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
}
#mainContainer #main ul .carList.new .name span:first-child:before {
	/*content: "NEW";
    color: #fff;
    font-size: 1.1rem;
    background-color: #ff6151;
    display: inline-block;
    line-height: 1.5rem;
    box-sizing: border-box;
    padding: 0 4px;
    vertical-align: text-top;
	margin-right: 7px;*/
	content: " ";
	display: inline-block;
	width: 34px;
	height: 15px;
	background: url(../img/icon_new.png) 0 0 no-repeat;
	vertical-align: text-bottom;
	position: absolute;
	top: 0;
	left: 0;
}
#mainContainer #main ul .carList .name span {
	display: block;
	line-height: 1;
	position: relative;
	margin-bottom: 8px;
}
#mainContainer #main ul .carList.new .name span:first-child {
	padding-left: 44px;
}

#mainContainer #main ul .carList.st4 .pic:after,
#mainContainer #main ul .carList.st4 .name:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: url(/pc/search/images/detail/bg_fav_st_02.png) 0 0 repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#mainContainer #main ul .carList.st5 .pic:after,
#mainContainer #main ul .carList.st5 .name:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: url(/pc/search/images/detail/bg_fav_st_02.png) 0 0 repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#pageNav {
	text-align: center;
	vertical-align: top;
	margin: 0px 0px 60px;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	width: 100%;
	position: relative;
	top: -1px;
}
#pageNav .inner {
	width: 1000px;
	margin: 0 auto;
	height: 80px;
	position: relative;
}
#pageNav p {
	text-align: center;
	color: #00aeff;
	line-height: 80px;
}
#pageNav .btn {
	width: 170px;
	height: 100%;
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
}
#pageNav .btn a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 80px;
	text-decoration: none;
	font-size: 1.6;
	font-weight: bold;
	color: #000;
}
#pageNav .prevBtn {
	left: 0;
}
#pageNav .nextBtn {
	right: 0;
}
#pageNav .prevBtn a:after {
	content: " ";
	display: block;
	background: url(/pc/search/common/images/icon_pager_prev.png) 0 0 no-repeat;
	width: 16px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 20px;
}
#pageNav .nextBtn a:after {
	content: " ";
	display: block;
	background: url(/pc/search/common/images/icon_pager_next.png) 0 0 no-repeat;
	width: 16px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 20px;
}


#mainContainer #main .backTopBtn {
	width: 490px;
	margin: 0 auto 70px;;
}
.actionCircle {
	display: none;
	position: absolute;
	width: 588px;
	height: 588px;
	top: 50%;
	margin-top: -294px;
	margin-left: -294px;
	left: 50%;
}