/* 页面 */
body{
	position: relative;
    line-height: inherit !important;
    max-width: 100vw;
    overflow-x: hidden;
}
.container{
    text-align: left !important;
    width: 100%;
    min-width: 100%!important;
}
.main{
	width: 100%;
	height: 100%;
	padding: 15vh 7vw 10vh;
}

.public_header{
	display: flex;
	justify-content: space-between;
}
.nav_text{
	position: relative;
}
.nav_text ._EN{
	font-size: 0.8rem;
	line-height: 0.8rem;
	font-weight: 300;
	color: #f4f4f4;
	opacity: 0;
}
.nav_text ._CN{
	font-size: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	color: #111;
}
.search_box{
	display: flex;
	justify-content: flex-end;
}
.search_min{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000;
	position: relative;
	cursor: pointer;
	margin-top: 0.15rem;
}
.search_input{
	width: 3rem;
	height: 0.6rem;
	border: none;
	font-size: 0.18rem;
}
.search_car_name{
	line-height: 0.6rem;
	cursor: pointer;
	position: relative;
}
.search_car_name::after{
	content: '下拉选择车款';
	position: absolute;
	opacity: 0.5;
	right: 0.2rem;
	opacity: 0.5;
	transition: all .3s;
}
.search_car_name.active::after{
	opacity: 0;
}
.search_min input::-webkit-input-placeholder {
  color: rgba(0,0,0,.2);
}
.search_img{
	width: 0.25rem;
	opacity: .7;
	cursor: pointer;
	transition: all .3s;
}
.search_img:hover{
	opacity: 1;
}
/* 下拉框 */
.search_ul{
	position: absolute;
	top: 0.9rem;
	width: 100%;
	background-color: #fff;
	height: 3rem;
	max-height: 3rem;
	z-index: 100;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: all .3s;
}
.search_ul._hide{
	height: 0 !important;
}
.search_li{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.18rem;
	padding: 0 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search_li .search_li_choose{
	width: 0.25rem;
	opacity: 0;
	transition: opacity .4s;
}
.search_li.active .search_li_choose{
	opacity: 1;
}
.search_li:hover{
	background-color: rgba(0,0,0,.15);
	cursor: pointer;
}


.list{
	margin-top: 0.8rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_min{
	width: 49.3%;
	display: flex;
	background: #FAFAFA;
	align-items: center;
	margin-top: 0.2rem;
}
.lm_left{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F4F4F4;
    position: relative;
}
.lm_left .lm_bk{
	width: 3.75rem;
}
.lm_left .lm_car{
	width: 3.75rem;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lm_right{
	margin-left: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem 0;
}
.lr_btn{
	display: flex;
	margin-top: 0.2rem;
}
.lr_title{
	font-size: 0.24rem;
}
.lr_btn_min{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.lr_btn_i{
	position: relative;
}
.lr_btn_i img{
	width: 0.22rem;
	transition: all .3s;
}
.lbi_1{
	position: relative;
	
}
.lbi_2{
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
}
.lr_btn_t{
	margin-left: 0.2rem;
	font-size: 0.16rem;
	line-height: 0.16rem;
	transition: all .3s;
}
.lr_btn_min:nth-of-type(2){
	margin-left: 0.5rem;
}
@media (min-width: 768px){
	.lr_btn_min:hover .lbi_2{
		opacity: 1;
	}
	.lr_btn_min:hover .lbi_1{
		opacity: 0;
	}
	.lr_btn_min:hover .lr_btn_t{
		color: #DFB591;
	}
}


.down_explain{
	display: flex;
	border-top: 1px solid #EEE;
	padding: 0.5rem 7vw 0.5rem;
	width: 100%;
	justify-content: space-between;
}
.de_left{
	font-size: 0.21rem;
}
.de_right{
	display: flex;
	align-items: flex-end;
}
.der_t{
	font-size: 0.16rem;
	color: #000;
	text-align: right;
}
.der_t div:nth-of-type(1){
	
}
.der_t div:nth-of-type(2){
	opacity: 0.5;
	margin-top: 0.01rem;
	margin-bottom: 0.08rem;
}
.de_right img{
	width: 1rem;
	margin-left: 0.1rem;
}


@media (max-width: 768px){
	.main{
		padding: 13vh 7vw 5vh;
        max-width: 100vw;
        /* overflow-x: hidden; */

	}
	.public_header{
		flex-direction: column;
	}
	.nav_text ._CN{
		font-size: 0.6rem;
	}
	.search_min{
		margin-top: 0.4rem;
	}
	.search_box, .search_min{
		width: 100%;
	}
	.search_input{
		width: 100%;
		font-size: 0.26rem;
	}
	.search_li {
	    height: 0.8rem;
	    line-height: 0.8rem;
	    font-size: 0.28rem;
	    padding: 0 0.3rem;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.search_ul{
		box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 5%);
	}
	.search_img{
		width: 0.3rem;
	}
	.list_min{
		width: 100%;
		margin-top: 0.25rem;
        display: flex;
        flex-direction: column;
	}
	.list{
		margin-top: 0.4rem;
	}
    .lm_right{
        margin-left: 0;
        width: 100%;
        padding: 0.5rem 0.4rem 0.3rem;
    }
    .lr_title{
        font-size: 0.28rem;
    }
	.lm_left .lm_bk{
        width: 100%;
        height: auto;
        object-fit: cover
    }
    .lm_left .lm_car{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .lr_btn{
        margin-top: 0.3rem;
    }
	.lr_title{
		width: 100%;
	}
	.lr_btn_t{
		font-size: 0.23rem;
		line-height: 0.23rem;
	}
    .lr_btn_t{
        margin-left: 0.12rem;
    }
	.lr_btn_i img{
		width: 0.3rem;
	}
	.lr_btn_min{
		padding: 0.2rem 0.2rem;
        background-color: #EFEFEF;
        width: 49%;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.lr_btn_min:nth-of-type(2){
		margin-left: 2%;
	}
	.down_explain{
		flex-direction: column;
        max-width: 100vw;
	}
	.de_right img{
		display: none;
	}
	.de_left{
		font-size: 0.26rem;
	}
	.de_right{
		width: 100%;
	}
	.der_t{
		text-align: left;
		font-size: 0.18rem;
        line-height: 0.24rem;
		margin-top: 0.2rem;
		font-weight: 300;
	}
	
	
}