.crumbs-nav{
	color: #a1a1a1;
	font-size: 16px;
}
.crumbs-nav a{
	color: #a1a1a1;
	font-size: 16px;
}
.crumbs-nav a:hover{
	color: #fff;
}
.crumbs-nav span{
	color: #fff;
}
.moudle_brands{
	margin: 20px 0;
}
.moudle_brands .swiper-slide{
	width: 172px;
	height: 172px;
	background: #f7f7f7;
	text-align: center;
	border: 1px solid #e8e8e8;
	display: block;
}
.moudle_brands .swiper-slide:last-child{
	margin-right: 0;
}
.moudle_brands .swiper-slide.active{
	border-color: #00ae35;
	border-width: 2px;
	color: #00ae35 !important;
}
.brands_icon{
	width: 90px;
	height: 90px;
	margin: 30px auto 15px;
}
.brands_name{
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.select_group{
	width: 25%;
	height: 65px;
	background: #ececed;
	margin-right: 2%;
	padding: 14px 0 0;
	display: inline-block;
}
.select_group label{
	width: 25%;
	border-right: 1px solid #d6d6d6;
	font-size: 16px;
	color: #777;
	text-align: center;
	box-sizing: border-box;
	line-height: 37px;
	display: inline-block;
	padding: 0;
}
.select_group select{
	width: 70%;
	font-size: 16px;
	color: #000;
	text-align: center;
	text-align-last: center;
	border: none;
	background: transparent;
	line-height: 37px;
}
.select_group option{
	line-height: 37px;
	background: #ececed;
	border: none;
}
.form_submit{
	width: 18%;
    text-align: center;
    color: #fff;
    background: #eeab1f;
    font-size: 16px;
    display: inline-block;
    float: right;
    height: 65px;
    border: none;
}
.layui-form-select .layui-input{
	background: transparent;
	border: none;
	text-align: center;
}
.layui-input-block{
	margin-left: 25%;
}
/* 车辆列表 */
.car{
	margin-bottom: 20px;
	display: block;
	transition: all 0.3s;
}
.carsList .item-img{
	width: 275px;
	height: 275px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	text-align: center;
    line-height: 275px;
	position: relative;
}
.carsList .item-img img{
	width: 90%;
	height: auto;
	display: inline-block;
}
.carsList .item-info{
	width: 893px;
	height: 275px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	padding: 10px 25px;
	position: relative;
}
.carsList img.img_cu{
	position: absolute;
	width: 35px;
	height: 36px;
	right: 10px;
	top: 0;
}
.carsList img.img_green{
	position: absolute;
	width: 35px;
	height: 88px;
	right: 19px;
	top: 0;
}
.carsList .item-name{
	line-height: 35px;
	font-size: 24px;
	color: #555;
}
.carsList .item-name:hover{
	color: #555;
}
.carsList .item-special{
	margin: 10px 0;
}
.carsList .item-special span{
	line-height: 20px;
	padding: 1px 10px;
	display: inline-block;
	border: 1px solid #00ae35;
	color: #00ae35;
	font-size: 16px;	
	margin-right: 5px;
}
.carsList .item-colors{
	font-size: 14px;
	color: #353535;
	line-height: 20px;
	margin: 10px 0;
}
.carsList .item-color{
	display: inline-block;
	background: #dee0e3;
	border-radius: 5px;
	padding: 0 5px;
	margin-right: 20px;
	margin-left: 5px;
	height: 16px;
    line-height: 16px;
}
.carsList .item-color span{
	display:inline-block;
	width: 10px;
	height: 10px;
	    margin: 0 1px;
	border-radius: 50%;
}
.carsList .item-doc{
	height: 90px;
	font-size: 14px;
	color: #777;
	line-height: 20px;
	overflow: hidden;
	position: relative;
}
.carsList .item-doc:after { 
    content:"..."; 
    font-weight:bold; 
    position:absolute; 
    bottom:0; 
    left:0; 
} 
.carsList .price{
    background-color: #00ae35;
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
}
.carsList .update{
	line-height: 36px;
	color: #777;
	font-size: 14px;
}
.car:hover{
	background: rgba(0,0,0,0.01);
}
.change-btn{
	position: absolute;
	top: 0;
	display: inline-block;
	height: 172px;
	line-height: 172px;
	width: 30px;
	text-align: center;
	font-family: serif;
    font-weight: 600;
	z-index: 999;
}
.change-btn-prev{
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.12) , rgba(0,0,0,0.02)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(0,0,0,0.12), rgba(0,0,0,0.02)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(0,0,0,0.12), rgba(0,0,0,0.02)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(0,0,0,0.12) , rgba(0,0,0,0.02)); /* 标准的语法 */
}
.change-btn-next{
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.02) , rgba(0,0,0,0.12)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,0.02), rgba(0,0,0,0.12)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgba(0,0,0,0.02), rgba(0,0,0,0.12)); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, rgba(0,0,0,0.02) , rgba(0,0,0,0.12)); /* 标准的语法 */
}
@media screen and (max-width:768px) {
.moudle_brands .swiper-slide{
	width: 70px;
	height: 70px;
	margin-right: 6px;
}
.swiper-wrapper{
	overflow-x: scroll;	
}
.brands_icon {
width: 60%;
height: auto;
margin: 3px auto 2px;
}
.brands_name {
    font-size: 14px;
    line-height: 20px;
}
	.select_group {
    width: 32%;
    height: 30px;
    margin-right: 0%;
    padding: 0px 0 0;
}
.select_group label{
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}
.layui-input-block {
    min-height: 30px;
}
.select_group select{
	line-height: 30px;
}
.layui-form-select .layui-input{
	height: 30px;
}
.form_submit {
    width: 75%;
    font-size: 14px;
    display: block;
    float: none;
    height: 35px;
    margin: 0 auto 20px;
    border-radius: 3px;
}
.carsList .item-img{
	float: none;
	display: block;
	margin: 10px auto;
}
.carsList .item-info{
	float: none;
	width: 100%;
	height: auto;
}
.carsList .item-name{
	font-size: 18px;
}

.carsList .item-doc{
	height: auto;
	margin-bottom: 10px;
}

}
@media screen and (min-width:768px) {
	/* .model{
		float: none;
	} */
}
@media screen and (min-width:992px) {
	
}
@media screen and (min-width:1200px) {
	
}