.wrap-nav3 {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #eaeaea;
}

.indextopadv {
	margin-top: 20px;
}

/* .layui-layer {
	box-shadow: none !important;
	background-color: transparent !important;
} */
.carselect-box{
	
	/* z-index: 9999; */
}

.carselect-box .pop-wrapper .brand>.index li.active, .carselect-box .pop-wrapper .brand>.index li:hover
	{
	color: #fff;
	border-radius: 4px;
	background-color: #e94740;
}

.carselect-option dd.active, .carselect-option dd.selected {
	color: #e94740;
	font-weight: 700;
	background-color: #eee;
}

.carselect-option dd.selected i {
	color: #e94740 !important;
}

.carselect-box .pop-wrapper .brand>.index li {
	cursor: pointer;
}

.carselect-box.active:not (.disabled ) .carselect-option {
	display: block;
}

.homepage-findcar .findcar-select .carselect-option {
	top: 48px;
}

.carselect-option {
	position: absolute;
	top: 0px;
	left: -2px;
	right: 0;
	display: block;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big,
	blockquote, body, canvas, center, cite, code, dd, del, details, dfn,
	div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1,
	h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins,
	kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q,
	ruby, s, samp, section, select, small, span, strike, strong, sub,
	summary, sup, textarea, time, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.carselect-box .pop-wrapper .brand, .carselect-box .pop-wrapper .step1,
	.carselect-box .pop-wrapper .step2, .carselect-box .pop-wrapper .step3 {
	position: relative;
	width: 240px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 8px 20px 0 rgba(17, 30, 54, .09);
	float: left;
	height: 572px;
}
.carselect-box .pop-wrapper .step1{
	width: 270px;
}

.carselect-box .pop-wrapper .step2, .carselect-box .pop-wrapper .step3 {
	width: 250px;
}

.carselect-box .pop-wrapper .brand>.index {
	float: left;
	width: 30px;
	height: 100%;
	line-height: 22px;
	text-align: center;
	color: #fff;
	/* background-color: #111e36; */
	background-image:
		url('https://shanghai-level-2023-1251256917.cos.ap-shanghai.myqcloud.com/img/vehicle/ad/bg.png');
	border-radius: 4px 0 0 4px;
	display: -ms-flexbox;
	display: flex;
	padding: 5px;
	box-sizing: border-box;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ol, ul {
	list-style: none;
}

.carselect-box .pop-wrapper .brand>.list {
	top: 0;
	right: 0;
	bottom: 0;
	left: 30px;
	border-radius: 0 4px 4px 0;
}

.carselect-box .pop-wrapper .list dd i {
	font-family: layui-icon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	content: "";
	color: #c5cad4;
	font-family: athm-iconfont;
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 12px;
}

.carselect-option dl {
	max-height: 572px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
}

.carselect-option .list__box {
	color: #111e36;
	font-weight: 700;
	line-height: 30px;
	padding: 0 12px;
	background-color: #f1f3f6;
}

.carselect-option dd {
	position: relative;
	line-height: 30px;
	padding: 0 12px;
	cursor: default;
	white-space: nowrap;
	font-size: 14px;
}

.step1,.step2,.step3{
	display: none;
	/* z-index: 9999; */
    background: #fff;
}

.carselect-box .pop-wrapper .brand,.carselect-box .pop-wrapper .step1,.carselect-box .pop-wrapper .step2 {
    width: 215px;
}

.carselect-box .pop-wrapper .step3 {
	min-width:260px;
    width: auto;
}

.carselect-option dd i{
	margin-left: 10px;	
}
.carselect-option dd font{
	margin: 0 15px 0 0;
}