@font-face {
	font-family: "iconfont logo";
	src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
	src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

[v-cloak] {
	display: none;
}

input[type='text'] {
	-webkit-appearance: none !important;
}


/*头部*/

html,
body {
	overflow-x: hidden;
}

.header {
	background-color: #f3f3f3;
	font-size: 16px;
	color: #9a9a9a;
	/*height: 47px;*/
	line-height: 47px;
}

.login-box {
	background-color: #00ae35;
	width: 214px;
	color: #fff;
	text-align: center;
	margin-left: 20px;
}

.login-box a {
	color: #fff;
	margin: 0 7px;
}

.logo-img {
	display: inline-block;
}

.logo-img img {
	width: 320px;
	height: auto;
}

.search-box {
	min-height: 130px;
	overflow: hidden;
	background-color: #fff;
}

.form-search {
	display: block;
	float: right;
	height: 60px;
	position: relative;
	margin-top: 39px;
	width: 65%;
}

#search {
	border: 2px solid #e6e6e6;
	border-right: none;
	height: 60px;
	width: 100%;
	line-height: 60px;
	padding-left: 12px;
	color: #828282;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.btn-submit {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	background-color: #00ae35;
	padding: 0;
	margin: 0;
	border: none;
}

.btn-submit img {
	height: 60px;
	width: auto;
}


/*导航*/

.nav {
	height: 60px;
	line-height: 60px;
	background-color: #000;
	color: #f4f4f4;
	font-size: 16px;
}

.empty-box {
	width: 320px;
	height: 60px;
	display: block;
}

.list li {
	display: inline-block;
}

.list-a {
	width: 140px;
	text-indent: 15px;
	color: #f4f4f4;
	display: inline-block;
}

.icon-phone {
	width: 30px;
	height: 30px;
	vertical-align: top;
	margin-top: 15px;
}

.phone {
	font-size: 22px;
	margin: 0 15px;
	color: #fff;
}


/*banner*/

.brands {
	width: 270px;
	border: 3px solid #00ae35;
	margin-top: -60px;
}

.brands-ul {
	height: 400px;
}

.brand-li {
	padding: 0 30px;
	line-height: 50px;
	height: 50px;
	border-bottom: 2px solid #ededed;
	transition: all 0.3;
	display: none;
}

.brand-li:hover {
	background-color: #e9e9e9;
}

.brand-li-first {
	background-color: #00ae35;
	height: 57px;
	line-height: 57px;
	color: #fff;
	font-size: 20px;
	display: block !important;
}

.brand-li-first:hover {
	background-color: #00ae35;
}

.brand-li-normal:nth-child(n+6) {
	display: none;
}

.brand-a {
	font-size: 16px;
	color: #3a3a3a;
	display: block;
}

.brand-a .item-logo {
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 30px;
}

.brand-a .item-more {
	font-family: monospace;
}

.icon-list {
	width: 30px;
	height: 22px;
	vertical-align: middle;
	margin-right: 37px;
}

.brand-li-last {
	background-color: #e9e9e9;
	color: #000;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}

.carousel {
	/*width: 890px;
			height: 370px;*/
	margin-left: 10px;
	margin-top: 10px;
}

.carousel-item a {
	display: block;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}

.layui-carousel-ind {
	text-align: left;
	text-align: left;
	padding-left: 20px;
	top: -40px;
}

.layui-carousel-ind ul {
	background: transparent;
}

.layui-carousel-ind ul:hover {
	background: transparent;
}

.layui-carousel-ind li {
	background: #fff;
}

.layui-carousel-ind li.layui-this {
	background: #5b5b5b;
}


/*模块*/


/*模块一:合作伙伴*/

.company-logo {
	width: 145px;
	height: auto;
	margin-bottom: 5px;
	margin-right: 5px;
}

.moudle {
	padding: 20px 0;
}

.moudle-title {
	line-height: 70px;
	text-align: center;
}

.moudle-title span {
	display: inline-block;
	border-bottom: 2px #eeab1f solid;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: PingFangSC-Regular, sans-serif;
}


/*模块二:热门车型*/

.model {
	display: block;
	width: 272px;
	margin: 0 10px 40px 0;
	padding: 0 10px;
	border-radius: 5px;
}

.model:hover {
	/* background: #f8f8f8; */
	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.08);
	transition: all 0.3s;
}

.model:nth-of-type(4n) {
	margin-right: 0;
}

.model .item-img {
	width: 272px;
	height: 255px;
	border: 1px solid #ebebeb;
	position: relative;
}

.model .item-img img {
	display: block;
	width: 250px;
	height: 130px;
	margin: 60px auto;
	object-fit: cover;
}

.model .item-price {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #00ae35;
	color: #fff;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
}

.model .item-light {
	line-height: 30px;
	margin-top: 10px;
	color: #00AE35;
	font-size: 16px;
}

.model .item-name {
	line-height: 30px;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.model .item-color {
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #5a5a5a;
	font-size: 14px;
}


/*模块三:改装定制*/

.refixs {
	background: #f2f2f2;
	padding: 20px 0 90px;
}

.refix-item {
	display: inline-block;
}

.refix-item img {
	width: 580px;
	height: auto;
}


/*模块四:车辆仓库*/

.warehouse {
	margin-right: 30px;
}

.warehouse:nth-of-type(3n) {
	margin-right: 0;
}

.warehouse img {
	width: 380px;
	height: auto;
	display: block;
}

.warehouse .item-name {
	line-height: 50px;
	height: 50px;
	background: #f2f2f2;
	color: #656565;
	font-size: 16px;
	padding-left: 30px;
}

.footer {
	background: #131313;
	padding: 40px 0 60px;
}

.logo-img-white {
	margin-bottom: 20px;
	width: 170px;
	height: auto;
}

.footer-item {
	color: #828282;
	line-height: 30px;
	font-size: 16px;
}

.code-img {
	width: 110px;
	height: auto;
}

.code-item {
	color: #828282;
	line-height: 22px;
	font-size: 14px;
}

.nav_mobeil {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}

.nav_mobeil a {
	display: inline-block;
	margin: 0 20px;
}

#login-area {
	width: 735px;
	height: 440px;
	display: none;
}

#readMore {
	width: 80%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 3px;
	background: #00ae35;
	display: block;
	margin: 10px auto;
}

@media screen and (max-width:768px) {
	.nav {
		height: 50px;
		line-height: 50px;
	}
	.logo-img img {
		width: 65%;
	}
	.search-box .layui-container {
		text-align: center;
	}
	.search-box .form-search {
		float: none;
		margin: 0 auto;
	}
	#search {
		height: 40px;
		line-height: 40px;
		box-shadow: none;
		border-radius: 0;
	}
	.btn-submit img {
		height: 40px;
	}
	.header .layui-row:first-child {
		display: none;
	}
	.brands {
		width: 100%;
		margin-top: 0;
	}
	.brands-ul {
		height: auto;
	}
	.brand-li-first {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.icon-list {
		width: 22px;
		height: auto;
	}
	.carousel {
		margin-left: 0;
	}
	.moudle-title {
		line-height: 30px;
	}
	.moudle-title span {
		font-size: 18px;
	}
	.company-logo {
		width: 25%;
		margin-right: 0;
		margin-bottom: 4px;
		padding: 0 2px;
		box-sizing: border-box;
	}
	.moudle {
		padding: 0px;
	}
	.model {
		padding: 0;
		margin: 0 auto;
		float: none;
		width: 95%;
	}
	.model:nth-of-type(4n) {
		margin: 0 auto;
	}
	.model .item-img {
		width: 100%;
		margin: 0 auto;
	}
	.model .item-img img {
		width: 85%;
		height: auto;
		margin: 50px auto;
	}
	.refix-item img {
		width: 100%;
		margin: 5px 0;
	}
	.footer {
		padding: 20px;
	}
	.footer .fr {
		float: none;
	}
	.nav .layui-container {
		padding-left: 10px;
	}
	.nav p.fr {
		display: none;
	}
	.nav_mobeil {
		display: block;
	}
	.crumbs-nav {
		white-space: nowrap;
		width: 130%;
	}
	.nav .list {
		overflow-x: scroll;
	}
}

.nav-item {
	font-size: 20px;
	color: #fff;
	display: inline-block !important;
	line-height: 58px;
	cursor: pointer;
	box-sizing: border-box;
	height: 58px;
}

.nav-item-brand {
	padding: 2px 30px 0;
	padding-left: 32px;
	width: 264px;
	margin-right: 30px;
	border-top: 2px;
}

.nav-item:hover {
	color: #fff;
}

.nav-item.active {
	border-bottom: 2px solid #fff;
}

@media screen and (min-width:768px) {
	/* .model{
		float: none;
	} */
}

@media screen and (min-width:992px) {}

@media screen and (min-width:1200px) {
	.brand-li {
		display: block;
	}
}

.layui-layer-rim {
	border: none !important;
}

.layui-layer-title {
	text-align: center;
	font-size: 18px;
	color: #555;
}

.login-area {
	width: 735px;
	height: 440px;
	font-size: 0;
	overflow: hidden;
	background: url('/public/static/index/images/loginBG.png') no-repeat;
	border-radius: 3px;
	background-position-y: -1px;
}

.login-area .img-login-left {
	width: 311px;
	height: 440px;
}

.login-area a {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 10px;
}

.login-area a img {
	width: 100%;
	height: 100%;
}

.login-form {
	width: 424px;
	padding: 36px 45px 36px 43px;
}

.form-title {
	font-size: 22px;
	color: #444;
	line-height: 40px;
	margin-bottom: 27px;
}

.login-group {
	position: relative;
	margin-top: 20px;
	width: 336px;
}

.login-input {
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	color: #888;
	padding-left: 12px;
	width: 100%;
}

#getcode {
	width: 100px;
	height: 48px;
	line-height: 48px;
	background: #00ae35;
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 1px;
	border: 0;
}

#loginBtn {
	width: 336px;
	height: 52px;
	line-height: 52px;
	background: #00ae35;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 3px;
	margin-top: 108px;
	border: 0;
}

.login-checkbox {
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	margin-right: 5px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.login-checkbox:after {
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	top: 0;
	content: "";
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	display: inline-block;
	visibility: visible;
	padding: 0;
	border-radius: 0;
	text-align: center;
}

.login-checkbox:checked:after {
	content: "✓";
	font-size: 14px;
	font-weight: 600;
}

.login-group {
	line-height: 20px;
	font-size: 14px;
	color: #888;
}