/*手机设备*/
@media screen and (max-width:768px) {
}
/*平板设备*/
@media screen and (min-width:768px) and (max-width:1024px) {
}
/*电脑设备低分辨率设备*/
@media screen and (min-width:1025px) and (max-width:1359px) {
	#Index{
		width:30%;
		margin:0 auto;
	}
	#productsShowArea{
	    width:30%;
		margin:0 auto;
	}
	#VinCodeProductsArea{
	    width:30%;
		margin:0 auto;
	}
}
/*电脑设备高分辨率设备*/
@media screen and (min-width:1360px) {
	#Index{
		width:30%;
		margin:0 auto;
	}
	#productsShowArea{
	    width:30%;
		margin:0 auto;
	}
	#VinCodeProductsArea{
	    width:30%;
		margin:0 auto;
	}
}
html, body {
	font-family: PingFangSC-Medium, sans-serif;
}

.LevelIndex_tab_area .nav-tabs {
	border-bottom: 0 none;
	background: #EAEAEA;
}

.LevelIndex_tab_area .nav-tabs li {
	width: 50%;
}

.LevelIndex_tab_area .nav-tabs li a {
	background: #FFF;
	border-radius: 0;
	font-size: 16px;
	border: none;
	color:#888;
	text-align: center;
	margin:0;
	/* padding:0.11rem; */
	border:1px solid #5872AE;
}

.LevelIndex_tab_area .nav-tabs li.active a,.tab .nav-tabs li.active a i {
	border: 0 none;
	background: #5872AE;
	color: #fff;
	border:1px solid #5872AE;
}

/* .LevelIndex_tab_area .nav-tabs li.active a:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -14px;
	border: 7px solid transparent;
	border-top: 7px solid #5872AE;
}
 */
.LevelIndex_tab_area .tab-content {
	color: #5a5c5d;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}

#Index_CollapseOne_PanelBody>div {
	margin: 2px auto;
}

.autocomplete-suggestions {
	border: 1px solid #49C7FF;
	border-top: 0;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	color: #5a5c5d;
	cursor: pointer;
	font-size: 18px;
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #f6f6f6;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #333;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	display: block;
	border-bottom: 1px solid #333;
}
.models-condition {
	margin-top: 35px;
}

.models-condition .input-group {
	margin-bottom: 10px;
}

.vin-condition .models-last-condition,.models-condition .models-last-condition
	{
	margin-top: 15px;
}

.models-last-condition .table,.models-last-condition .table th,.models-last-condition .table td
	{
	border: 0;
}

.models-last-condition .table th {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background-color: #5872AE;
	line-height: 40px;
	height: 40px;
}

.models-last-condition .table td {
	padding: 0;
	margin: 0;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

/* #vinVehicleSelect.modal {
	top: 25%;
} */

#Index_VinQBtn {
    background: #5872AE;
    width: 75px;
    margin-left: 0;
    border: none;
    border-radius: 0 5px 5px 0;
}

.panel-config .td-label,.panel-product .td-label {
	width: 120px;
}

.panel-config>.panel-heading,.panel-product>.panel-heading {
	color: #333;
	background-color: #FFF;
}

.panel-product .td-label {
	font-weight: bold;
}

.select-car {
	margin-bottom: 20px;
}

.select-car .btn {
	padding: 8px 12px;
	text-align: left;
	padding-left: 20px;
}

.goBack {
	margin-bottom: 20px;
}
.select-car #select-btn{
	background-color: #5872AE;
}
#driveModelTab{
	border-bottom: 2px solid #fff;
}
#driveModelTab li{
	display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 40px;
}
#driveModelTab .active{
 	border: 2px solid #eaeaea;
 	border-bottom: 2px solid #fff;
}
/* .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background: #FFF;
    border:1px solid #5872AE;
    border-radius: 0; 
}  */
.carousel-indicators{
	bottom:-2px;
}
.carousel-indicators .active{
   /*  display: inline-block;
    width: 20px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer; */
    background: #5872AE;
    border:1px solid #5872AE;
    /* border-radius: 0;  */
} 
#LevelVehicleInputGroup{
	height: 40px;
    padding: 6px 30px;
    margin:5px 0;
    font-size:14px;
}
.ocrImgByButtun {
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 80px;
    color:#888;
    font-size:14px;
}
#promptArea button{
	color:#ED7D31;
}
#LevelVinCodeInputGroupArea .panel-body {
    padding: 0;
}
#sdtDirection span{
	background: yellow;
}
#oilChangeArea img{
	width:100%;
}


/******************产品页面******************/
.vehicleClickArea{
	font-size: 14px;
    font-weight: 800;
    padding: 15px 10px;
    background:#FFF;
}
.vehicleClickArea img{
    float: right;
    width: 20px;
}
#productTabArea{
    width: 100%;
    height: 60px;
    overflow: hidden;
}
#productCategoryTab {
    margin: 0 10px; /* 与外界元素的距离为0 */
    padding: 8px 0; /* 与内部元素的距离为0 */
    overflow-x:scroll;
    overflow-y:hidden;
    white-space: nowrap;
}
#productCategoryTab::-webkit-scrollbar {
    display: none;
}
#productCategoryTab span {
    display: inline-block;
    list-style: none;
    text-align: center;
    font-size: 16px;
    width:80px;
    color:#8B8B8B;
    padding:10px 0;
}
.productArea{
	position:relative;
	color:#333333;
	padding:0;
	letter-spacing:1px;
}
.ycPic img{
    width: 75px;
    margin-bottom: 10px;
}
.ycTitle{
	color:#A6A6A6;
	width:110px;
}

.jsTitle{
	width:110px;
}
.productArea ul{
	margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: auto; /* 宽度根据元素内容调整 */
}
.productArea ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
    font-size: 14px;
    margin:5px 0 0 10px;
}
 .priceArea{
 	text-align:center;
 }
 .productType{
	opacity: 0.7;
    color: #FFF;
    position: relative;
    bottom: 20px;
    text-align: center;
    font-size: 12px;
 }
 .recommendNotesArea{
 	padding:4px;
 	color:#FFF;
 	border-radius:4px;
 }
 .levelHyPic{
 	margin-top:10px;
 	padding:15px 10px;
 	background:#FFF;
 }
 .lunquHyPic{
 	margin-top:10px;
 	padding:15px 10px;
 	background:#FFF;
 }
 .lunquHyPic .firstPic{
 	max-height:160px;
 	overflow-y:scroll;
 }
 .hyPicArea{
 	padding:0 5px;
 }
 .picTitle{
 	color:#A6A6A6;
 	font-weight:600;
 }
 .firstPic img{
 	border:1px solid #eaeaea;
 }
 .noPic img{
 	border:1px solid #eaeaea;
 }
 .picTip{
    opacity: 0.7;
    color: #FFF;
    position: relative;
    bottom: 25px;
    text-align: center;
    font-size: 12px;
    width: 70%;
    padding:4px 0;
 }
.ycPic span{
    color: #fff;
    padding: 2px 6px;
    float: right;
    margin: 5px 5px 0 0;
    border-radius: 12px;
}
#vehicleTitleImg{
	float:left;
}
#vehicleTitleImg img{
	height: 25px;
    margin: 14px 0 0 0;
}
#vehicleAreaModal .close{
	font-size:25px;
}
 /* .carousel-indicators li{
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #FFA500;
    border-radius: 10px;
} */

#feedbackButton {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    right: 5px;
    color: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
#feedbackButtonBsxy {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    right: 5px;
    color: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
#productContentArea {
    overflow-y: scroll;
}
.product_page_footer {
    height: 45px;
}
#front25GoBack {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 18px;
}
/*******************首页下面产品分类区域******************/
#entrancePro{
	font-size:14px;
}
#entrancePro img{
	width:100%;
}
.entrancePro{
	margin-top:10px;
	color:#B8B8B8;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.entranceProImg{
	height:36px;
    width: 36px;
}