* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.flex_def{
    display: flex;
}
.flex {
    display: flex;
    align-items: center;
}
.flex_column{
    flex-direction: column;
}
.flex_between {
    justify-content: space-between;
}
.car_detail_wrap {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.breadcrumbNavigation {
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
    padding: 0 8px;
}
.breadcrumbNavigation a {
    margin-right: 5px;
    font-size: 18px;
    color: #999999;
}
.carDetail_header {
    margin-top: 46px;
    margin-bottom: 40px;
    padding-right: 40px;
}
.carDetail_img {
    width: 453px;
    height: 324px;
    /* border: 1px solid #000; */
    margin: 0 55px 0px 0;
}
.carDetail_title {
    font-size: 20px;
    color: #333333;
    border-left: 4px solid #fc882b;
    padding-left: 19px;
    margin-bottom: 20px;
}
.carDetail_params{
    display: grid;
    grid-template-columns: repeat(3,auto);
    row-gap: 35px;
    color: #666666;
    font-size: 16px;
}
.carDetail_header_right{
    width: 371px;
}
.carDetail_price_detail{
    /* display: grid;
    grid-template-columns: repeat(3,auto);
    row-gap:50px; */
    margin-bottom: 40px;
}
.carDetail_price_box p{
    font-size: 14px;
    color: #666666;
	line-height: 1.5;
    margin-bottom: 25px;
}
.carDetail_price_box i{
    color: #de2428;
}
.carDetail_price_box button{
    width: 200px;
	height: 46px;
	background-color: #fc882b;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    border: none;
    margin: 0 auto;
}
.carDetail_img_list img{
	width: 314px;
	height: 285px;
	border: solid 1px #f19149;
}
.carImg_box{
    align-items: center;
}
.carImg_box p{
    font-size: 14px;
    line-height: 1.8;
    margin: 1em 0;
}
.carImg_box img{
    margin-bottom: 50px;
}
.carDetail_header_price{
    align-items: flex-end;
    margin-bottom: 44px;
}
.carDetail_header_price>div:first-of-type{
    color: #333333;
    font-size: 24px;
}
/* .carDetail_header_price>div:first-of-type>p:last-of-type{
    color: #666666;
    font-size: 16px;
    margin-top: 13px;
} */
.carDetail_header_price>div:last-of-type>span:first-of-type{
    color: #666666;
    font-size: 16px;
    margin-top: 13px;
    
}
.carDetail_header_price>div:last-of-type>span:last-of-type{
    color: #de2428;
    font-size: 28px;
    margin-left: 20px;
}    
.carDetail_header_price>div:last-of-type>span:last-of-type i{
    font-style: normal;
    color: #999999;
    font-size: 20px;
}
.carDetail_header_right .importedcar_header_price{
	color: #de2428;
    font: 20px/1.5 "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
    margin-bottom: 10px;
}
.carDetail_header_right .importedcar_header_price i{
	margin-top: 10px;
	font: 20px/1.5 "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
    color: #333;
}
.carDetail_header_right .importedcar_header_box {
	width: 371px;
	height: 60px;
}
.carDetail_header_right .importedcar_header_box li{
	width: 185px;
	height: 30px;
    float: left;
}
.carDetail_header_right .importedcar_header_button{
    margin-top: 40px;
}
.carDetail_header_right .importedcar_header_button span{
	line-height: 20px;
    text-align: center;
    border: 1px solid #fc882b;
    padding: 10px;
    border-radius: 2px;
}
.carDetail_header_right .importedcar_header_button button{
    font-size: 16px;
	width: 150px;
    height: 46px;
    background: #fc882b;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
	margin-left: 20px;
}
.other-car-detail-price{
    width: 371px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    border: 2px solid #fc882b;
    margin-bottom: 65px;
    border-radius: 6px;

}
.other-car-detail-price span{
    font-size: 18px;
    color: #fc882b;
}
.other-car-detail-price .m-price{
    margin-right: 10px;
    color: #de2428;
    font-weight: 600;
}
.other-car-detail-price .m-price i{
    font-style: normal;
    color: #de2428;
    font-weight: 600;
    font-size: 20px;
}
.pageBox {text-align: center;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;width:34px;height:34px;font:bold 14px/34px arial;}
.pageBox a:hover,.pageBox a:active{background:#3aa9f2;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #3aa9f2;border: 1px solid #3aa9f2;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}