.container{
	background-color: #F2F2F2;
}

.header {
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background: -moz-linear-gradient(left, #dc002a 0%, #e02424 50%, #f45b43 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, #dd022a), color-stop(50%, #e02424), color-stop(100%, #f45b43));
	background: -webkit-linear-gradient(left, #dc002a 0%, #e02424 50%, #f45b43 100%);
	background: -o-linear-gradient(left, #dc002a 0%, #e02424 50%, #f45b43 100%);
	background: -ms-linear-gradient(left, #dc002a 0%, #e02424 50%, #f45b43 100%);
	background: linear-gradient(to right, #dc002a 0%, #e02424 50%, #f45b43 100%);
}

input {
	outline: 0;
}

.header>img {
	display: block;
	width: 60px;
	position: absolute;
	top: 24px;
	right: 10px;
	transform: translateY(-50%);
}

.title-city {
	position: absolute;
	top: 0%;
	padding: 0;
	margin: 0;
	left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	text-align: left;
}

.title-city input {
	height: 45px;
	line-height: 45px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 50px;
	font-size: 16px;
}

.title-city img {
	display: inline-block;
	position: absolute;
	right: -8px;
	top: 55%;
	transform: translateY(-50%);
	width: 15px;
	/* margin: 35rpx 0 0 14rpx ; */
}

/* 标题栏 */
.tabs-container{
	background-color: #fff;
	width: 100%;
	height: 43.5px;
	display: flex;
}
.tab3, .tab4{
	width: 27%;
	height: 43.5px;
	font-size: 14.5px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #A2A2A2;
	line-height: 43.5px;
	text-align: center;
}
.tab1, .tab2{
	width: 22%;
	height: 43.5px;
	font-size: 14.5px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #A2A2A2;
	line-height: 43.5px;
	text-align: center;
}
.tab-active{
	display: inline-block;
	font-size: 17.5px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #1D1D1D;
	height: 40.5px;
	line-height: 40.5px;
	border-bottom: 3px solid #E00217;
	text-align: center;
	
}
.tab3{
	font-family: YouSheBiaoTiHei;
	font-weight: 700;
	color: #A2A2A2;
	background: linear-gradient(0deg, #F02620 0%, #E024DE 28.955078125%, #43F4F2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 轮播图 */
.carousels-container{
	background-color: #ffffff;
	margin: 14.5px 15px 19.5px 15px;
}
.carousel-img{
	width: 100%;
	vertical-align: top;
}
.swiper-slide img{
	width: 100%;
	vertical-align: top;
}

/* 导航栏 */
.navs-container{
	display: flex;
	margin: 0 .5px;
}
.navs-container>div{
	width: 22%;
	margin: 0 21px;
}
.navs-container img{
	width: 100%;
}
/* 团车金融 */
.tcjr-img{
	margin: 18px 15px 14px 15px;
}
.tcjr-img>img{
	width: 100%;
}

/* 最新资讯 */
.zixun-container{
	background-color: #fff;
	margin: 0 15px;
	border-radius: 10px;
	padding: 19px 13px;
}
.zixun-title-container{
	position: relative;
	height: 39px;
	border-bottom: 1px solid #EEEEEE;
}
.zixun-title-container .left{
	position: absolute;
	left: 1px;
	bottom: 11px;
	font-weight: 500;
	font-size: 20px;
}
.zixun-title-container .right{
	position: absolute;
	right: 1px;
	bottom: 11px;
	color: #9E9E9E;
	font-size: 11.5px;
}
.zx-item{
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}
.zxi-title{
	margin: 12px 1px 8px 3px;
	color: #505050;
	font-size: 18px;
}
.zxi-imgs{
	display: flex;
}
.zxi-imgs>div{
	width: 32.6%;
	margin: 0 2px;
}
.zxi-imgs img{
	width: 100%;
}
.zxi-bottom{
	position: relative;
	top: 6px;
	text-align: center;
}
.zxi-bottom .left{
	left: 2px;
	color: #afafaf;
	font-size: 11.5px;
}
.zxi-bottom .right{
	color: #afafaf;
	font-size: 11.5px;
}
.zxi-bottom .right img{
	margin-left: 5px;
	width: 10.5px;
	display: inline-block;
	vertical-align: middle;
}

/* 团购活动 */
.tuangou-container{
	background-color: #fff;
	margin: 14px 15px;
	border-radius: 10px;
	padding: 18px 13px 0 13px;
}
.tg-title{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: Source Han Sans SC;
	font-weight: 500;
}
.tg-title2{
	width: 100%;
	text-align: center;
	font-size: 12.5px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #9E9E9E;
	margin: 4px 0;
}
.tg-item{
	display: flex;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
}
.item-pic{
	width: 39.18%;
	margin-bottom: 35px;
	margin-right: 10px;
	margin-top: 14px;
}
.item-pic>img{
	width: 100%;
}
.car-name{
	font-size: 16.5px;
	margin-bottom: 5px;
}
.price-container{
	display: flex;
	margin-bottom: 10px;
}
.price{
	margin-right: 13px;
	color: #F82525;
	font-size: 12px;
}
.price-right{
	color: #439546;
	font-size: 12px;
	height: 21px;
	text-align: center;
}
.price-right>img{
	display: inline;
	width: 8.5px;
}
.btn{
	width: 80.5px;
	height: 30.5px;
	background-color: #FF3938;
	border-radius: 15px;
	line-height: 30.5px;
	text-align: center;
	color: #fff;
	font-size: 12.25px;
}

/* 底部版权 */
.bottom-bigger-logo{
	background-color: #fff;
	margin-top: 10px;
}
.bottom-bigger-logo img{
	width: 100%;
	vertical-align: top;
}