.idx-top {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	background: white;
	height: 62px;
	box-sizing: border-box;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    z-index: 15;
}
.idx-top-fix{
	height: 65px;
}
.idx-top-img1 {
	width: 130px;
	height: 43px;
}
.idx-top-div{
	background: #f1f0f5;
	border-radius: 30px;
	padding: 9px 14px;
    display: flex;
    align-items: center;
    flex: 1;
}
.idx-top-div span{
	color: #aeaeae;
    font-size: 13px;
    margin-left: 5px;
}
.idx-top-div img{
	width: 16px;
}
.idx-top-a1{
	margin-left: 10px;
}
.idx-top-a1 img {
	width: 16px;
	margin-bottom: 3px;
}
.idx-top-a1 span{
	display: block;
	font-size: 13px;
}


.idx-swiper{
	padding: 0 15px;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	flex-shrink: 0;
	transition-property: transform;
}

.swiper-slide a {
	width: 100%;
	height: 100%;
}

.swiper-slide a img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.idx-menu{
	display: flex;
    align-items: center;
    padding: 18px 15px 19px;
}
.idx-menu a img{
	width: 48px;
}
.idx-menu a{
	width: 20%;
	text-align: center;
}
.idx-menu a span{
	display: block;
	font-size: 14px;
	margin-top: 6px;
}

.blank10-f9{
	background: #f9f9f9;
	height: 10px;
}

.idx-ttall{
	margin: 12px 15px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 11px;



    margin-bottom: 0;
}
.idx-toutiao{
	display: flex;
	align-items: center;
}
.idx-toutiao-img1{
	width: 38px;
	margin-right: 10px;
}
.idx-toutiao-div1{
	background: #fff0e7;
    color: #ff872c;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
    margin-right: 7px;
    font-weight: bold;
}

.idx-toutiao-div2{
	font-size: 14px;
    flex: 1;
    height: 18px;
    overflow: hidden;
}
.idx-toutiao-div2 a{
	display: block;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.idx-brand{
	padding: 0 15px 17px;
}
.idx-title{
	font-size: 18px;
	font-weight: bold;
}
.idx-title b{
	position: relative;
}
.idx-title b i{
	/*background: #20bca0;
	width: 3px;
	height: 15px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	z-index: -1;*/
}
.idx-title b i img{
	/*width: 16px;
    position: absolute;
    top: 22px;
    left: 10px;*/

    width: 19px;
    position: absolute;
    top: 23px;
    left: 8px;
    height: 10px;
}

/*首页条件找车*/
.idx-ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin-top: 15px;
}
.idx-ul a{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:12px 0 8px;
}
.idx-ul a img{
    width: 24px;
    margin-right: 5px;
}
.idx-ul .idx-ul-more img{
	width: 18px;
}
.idx-ul .idx-ul-more span{
	color: #20bca0;
}
.idx-ul1{
	display: flex;
	align-items: center;
	font-size: 14px;
	flex-wrap: wrap;
	justify-content: space-around;
}
.idx-ul1 a{
	width: 21.5%;
    background: #f4f6f6;
    color: #3e3e3e;
    text-align: center;
    border-radius: 30px;
    padding: 8px 0;
    margin: 13px 0 2px;
}

/*推荐车源*/
.idx-tjcar{
	padding: 0 15px 15px;
	padding: 17px 15px 15px;
}
.idx-tjcar-ul{
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom:1px;
	flex-wrap: wrap;
}
.idx-tjcar-ul a{
	width: calc(33.3% - 8px);
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 3px 3px 0px;
    margin: 5px 4px;
    height: 151px;
}
.idx-tjcar-ul a img{
	width: 100%;
	height: 78px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.idx-tjcar-ul a{
	width: calc(33.3vw - 18.2px);
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 3px 3px 0px;
	margin: 5px 4px;
/*	height: calc(33.3vw + 48px);*/
height: calc(33.3vw + 25px);
}
.idx-tjcar-ul a img{
	width: calc(33.3vw - 26px);
/*	height: calc(33.3vw - 26px);*/
height: calc(33.3vw - 49px);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.idx-tjcar-ul-span{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 14px;
    margin: 3px;
    line-height: 17px;
}
.idx-tjcar-ul div{
	margin: 4px 3px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #20bca0;
}
.idx-tjcar-ul div b{
	font-size: 16px;
}

/*三个广告div*/
.idx-three{
	padding: 15px 15px 18px 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.idx-three .idx-three-left{
    width: 39%;
    float: left;
    background: #fdf5ef;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    color: #ff872c;
    height: 149px;
}
.idx-three .idx-three-left img{
    width: 50px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.idx-three .idx-three-left1{
	margin-bottom: 9px;
}
.idx-three .idx-three-left2{
	font-size: 12px;
}
.idx-three .mb10{
	margin-bottom: 5px;
}
.idx-three .idx-three-right{
	width: calc(61% - 15px);
    float: right;
    box-sizing: border-box;
    margin-left: 15px;
}
.idx-three .idx-three-right1,.idx-three .idx-three-right2{
    display: flex;
    align-items: center;
    background: #e2f9f6;
    padding: 6px 10px;
    border-radius: 8px;
    height: 55px;
    color: #20bca0;
}
.idx-three .idx-three-right1 .idx-three-right11{

}
.idx-three .idx-three-right1 .idx-three-right12,.idx-three .idx-three-right2 .idx-three-right22{
    background: #20bca0;
    color: white;
    font-size: 12px;
    border-radius: 20px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 7px;
}
.idx-three .idx-three-right2 .idx-three-right22{
	background: #2898e0;
}
.idx-three .idx-three-right1 img{
	width: 50px;
}
.idx-three .idx-three-right2{
    background: #eaf6ff;
    color: #2898e0;
    margin-top: 15px;
}
.idx-three .idx-three-right2 .idx-three-right21{

}
.idx-three .idx-three-right2 .idx-three-right22{

}
.idx-three .idx-three-right2 img{
	width: 50px;
}
.idx-three .idx-three-right1,.idx-three .idx-three-right2{
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding-right: 13px;
}


/*最新资讯*/
.idx-article{
	padding: 0 15px 19px;
}
.idx-article-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
}
.idx-article-flex a{
    font-weight: normal;
    font-size: 13px;
    color: #999BA7;
}
.idx-article-thumb{
	display: flex;
	justify-content: space-around;
}
.idx-article-thumb .idx-article-thumb1{
	width: 31%;
}
.idx-article-thumb .idx-article-thumb1 .idx-article-thumb1-img{
	width: 100%;
	border-radius: 8px;
	height: 89px;
}
.idx-article-thumb1 span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-top: 6px;
}
.idx-article-nothumb a{
	display: flex;
	overflow: hidden;
	align-items: center;
	margin-top: 15px;
}
.idx-article-nothumb-span1{
	background: #e2f9f6;
	color: white;
	font-size: 13px;
	border-radius: 2px;
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 15px;
	color: #20bca0;
}
.idx-article-nothumb a b{
	flex: 1;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 5px;
}
.idx-article-nothumb a:nth-child(2n) .idx-article-nothumb-span1{
	background: #fdf5ef;
	color: #ff872c;
}
.idx-article-nothumb-span2{
	color: #999BA7;
	font-size: 13px;
}

/*底部车源*/
.idx-bom-carlist{
    margin-bottom: 22px;
    padding-top: 20px;
}
.idx-cars{
/*	padding: 0 15px 17px;*/
	padding: 0 15px 7px;
}
.idx-cars-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
}
.idx-cars-flex a{
    font-weight: normal;
    font-size: 13px;
    color: #999BA7;
}

.idx-cars-tab{
	margin-top: 16px;
    background: #f4f6f6;
    display: inline-block;
    padding: 5px;
    border-radius: 30px;
    font-size: 15px;
    margin-bottom: 5px;
}
.idx-cars-tab div{
	display: inline-block;
    border-radius: 30px;
    padding: 9px 23px;
}
.idx-cars-tc{
	text-align: center;
}
.idx-cars-tab-on{
/*	background: #ff872c;*/
	background: #20bca0;
	color: white;
/*	background: #ffe5d1;*/
/*    color: #ff872c;*/
    font-weight: bold;
}
.idx-cars-data{
	margin-top: 10px;
}
.idx-cars-data a{
	display: flex;
	align-items: center;
	padding: 7px 0;
	position: relative;
}
.idx-cars-data a img{
	width: 90px;
	width: 87px;
	height: 80px;

	width: 94px;
	height: 79px;
	border-radius: 5px;
}
.idx-cars-data .idx-cars-data-title{
	flex: 1;
	overflow: hidden;
	margin: 0 8px;
}
.idx-cars-data-price span{
	display:block;
	text-align: center;
}
.idx-cars-data-title span{
	display: block;
}
.idx-cars-data-title span:first-child{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    font-weight: bold;
    font-size: 15px;
}
.carlist-zhiding{
	position: absolute;
	    top: 6px;
    left: -1px;
    width: 17px !important;
    height: auto !important;
}
.idx-cars-data-title span:nth-child(2){
	color: #999BA7;
	font-size: 13px;
	margin: 9px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.idx-cars-data-title span:nth-child(3){
	color: #999BA7;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.idx-cars-data-title span:nth-child(3) img{	
	width: 12px;
	height: auto;
	margin-right: 3px;
}
.idx-cars-data-price span:first-child{
	color: #20bca0;
	font-weight: bold;
	font-size: 18px;
}
.idx-cars-data-price span:last-child{
    margin-top: 7px;
/*    background: #e2f9f6;*/
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 30px;
/*    color: #20bca0;*/
    color: #999BA7;
}
.idx-brand-waterindex{
	padding-top: 17px;
}
.idx-article-water{
	padding-top: 5px;
}

/*顶部右侧图片*/
.topa-right{
	position: absolute;
	right: 15px;
	left: unset !important;
	font-size: 14px;
	color: white !important;
}

.com-top-logo-right{
	text-align: center;
    background: #f4f6f6;
    border-radius: 30px;
    padding: 10px 0;
/*    margin-top: 16px;*/
margin-top: 5px;
    margin-bottom: 4px;
}
.com-top-logo-right img{
	width: 17px;
}
.com-top-logo-right1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.com-top-logo-right1 span{
    font-size: 13px;
    color: #999BA7;
    margin-left: 2px;
}
.com-top-logo-right2{
    color: #ff872c;
    font-size: 21px;
    margin-top: 3px;
    font-weight: bold;
}