/*�ֻ��豸*/
@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: "Microsoft YaHei";
} */

.Index_tab_area .nav-tabs {
	border-bottom: 0 none;
	background: #EAEAEA;
}

.Index_tab_area .nav-tabs li {
	width: 50%;
}

.Index_tab_area .nav-tabs li a {
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	border: none;
	color:#999999;
	text-align: center;
	margin:0;
	padding:0.11rem;
}

.Index_tab_area .nav-tabs li.active a,.tab .nav-tabs li.active a i {
	border: 0 none;
	background: #d7242a;
	color: #fff;
}

.Index_tab_area .nav-tabs li.active a:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -14px;
	border: 7px solid transparent;
	border-top: 7px solid #d7242a;
}

.Index_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: #d7242a;
	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: #d7242a;
}

.panel-config .td-label,.panel-product .td-label {
	width: 140px;
}

.panel-config>.panel-heading,.panel-product>.panel-heading {
	/* color: #fff; */
	background-color:#f2f2f2;
	border-color: #f2f2f2;
	margin-left: -1px;
	margin-right: -1px;
}

.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: #d7242a;
}
#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: #666;
    border:1px solid #666;
    border-radius: 0; 
} 
.carousel-indicators .active{
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background: #1a457d;
    border:1px solid #1a457d;
    border-radius: 0; 
} 
.list-span {
    width: 45%;
    background-color: #d7242a;
    /* margin-top: 5px; */
    position: relative;
    text-align: left;
}
.list-span:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 28px;
    background-color: #d7242a;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: -6px;
    transform: skew(24deg);
    border-right: solid 3px #d7242a;
}
.container{
	background:#eaeaea;
	padding-left:0;
}
.productIcon{
	float:left;
}
.productIcon:after{
	margin-top:2px;
    content: "";
    width: 8px;
    height: 14px;
    background-color: #d7242a;
    display: block;
    /* position: absolute; */
    bottom: 0;
    z-index: 2;
    /* right: -6px; */
    transform: skew(24deg);
    border-right: solid 3px #d7242a;
}
.Prompt{
	float:right;
	margin-top:-23px;
	color:#d7242a;
}
.Prompt span{
	font-size:18px;
	margin-left:3px;
}
#jiyouArea .div-desc{
	padding:0 0 0 5%;
}
#jiyouArea .ProductTitle{
	padding:0 0 0 15px;
	display:inline-block;
    margin: -15px 0 0 0;
    height:100px;
}
.Tips{
	float:right;
	color:#FFF;
}