/*锟街伙拷锟借备*/
@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) {
	#LevelIndex,#productsArea{
		width:30%;
		margin:0 auto;
	}
	#productsShowArea{
	    width:30%;
		margin:0 auto;
	}
	#LevelVinCodeProductsArea{
	    width:30%;
		margin:0 auto;
	}
	#indexArea {
		width: 30%;
		margin: 10px auto 10px auto;
	}
}
/*锟斤拷锟斤拷锟借备锟竭分憋拷锟斤拷锟借备*/
@media screen and (min-width:1360px) {
	#LevelIndex,#productsArea{
		width:30%;
		margin:0 auto;
	}
	#productsShowArea{
	    width:30%;
		margin:0 auto;
	}
	#LevelVinCodeProductsArea{
	    width:30%;
		margin:0 auto;
	}
	#indexArea {
		width: 30%;
		margin: 10px auto 10px auto;
	}
}
html,body {
	font-family: "Microsoft YaHei";
}

.LevelIndex_tab_area .nav-tabs {
	border-bottom: 0 none;
	background: #EAEAEA;
}

.LevelIndex_tab_area .nav-tabs li {
	width: 25%;
}
/*锟桔碉拷锟斤拷锟斤拷一锟斤拷指锟斤拷锟节碉拷*/
.foldRow{
	position: relative;
}
/*锟桔碉拷*/
.fold{
	position: absolute;
	right:5px;
	height:100%;
	top:0;
	width:10px;
	display:block;
	background:url(../img/r.png) no-repeat;
	background-position: 50% 50%;
}
/*展锟斤拷*/
.unfold{
	position: absolute;
	right:5px;
	height:100%;
	top:0;
	width:10px;
	display:block;
	background:url(../img/b.png) no-repeat;
	background-position: 50% 50%;
}
.LevelIndex_tab_area .nav-tabs li a {
	background: transparent;
	border-radius: 0;
	font-size:15px;
	border: none;
	color:#999999;
	padding: 12px 22px;
	text-align: center;
	margin:0;
	padding:10px 0;
}

.LevelIndex_tab_area .nav-tabs li.active a,.tab .nav-tabs li.active a i {
	border: 0 none;
	/* background: #344e8b; */
	color: #fff;
	background: -webkit-linear-gradient(#344e8b, #5d7ecd);
}

.LevelIndex_tab_area .nav-tabs li.active a:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -14px;
	border: 7px solid transparent;
	/* border-top: 7px solid #344e8b; */
}

.LevelIndex_tab_area .tab-content {
	color: #5a5c5d;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	font-size: 90%;
}

#LevelIndex_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: #7183ae;
	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;
}
#FBKVinCodeInputGroupArea .modal-content .modal-body {
	padding: 15px 5px;
}

#FBKVinCodeInputGroupArea .modal-content .modal-footer {
	border-top: 0;
	padding-top: 0px;
}

/* #vinVehicleSelect.modal {
	top: 25%;
} */

.panel-config .td-label,.panel-product .td-label {
	width: 120px;
}

.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: #E4620A;
}
#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;
}

/* 选锟斤拷锟斤拷式 */
.liClass{
	background-color: #7183ae;
	color: #fff;
}

/* 锟斤拷品锟斤拷锟斤拷锟斤拷锟絫d锟斤拷瓤锟斤拷锟�*/
.table-condensed tbody tr td:FIRST-CHILD {
	width:30%;
}
.table-condensed tbody tr td {
	word-break: break-all;
    word-wrap: break-word;
}
.table{
	margin-bottom: 10px;
}
/* ocr锟斤拷示锟斤拷锟斤拷 */
#ocrHelpPicture .modal-body{
	padding: 18px;
}
.notImg{
	padding:0 2px 0 2px;
}
#LevelIndex .noticeImgAndContent{
	position:relative;
	width:150px;
	overflow:hidden;
}
.notImg,.noticeImgAndContent,.noticeImg,.noticeContent{
	float:left;
}
.noticeImg{
	height:20px;
	background:#000;
}
.noticeContent{
	margin-left:2px;
}
.scroll {
	/*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
	width:1500px;
	position:absolute;
	left:0px;
	top:0px;
}
.scroll li {
	width:150px;
	float:left;
	line-height:20px;
	text-align:center;
	list-style:none;
}

#myNoticeModal .modal-body ul{
	padding-left:20px;	
}

/* 查询按钮背景色 */
.input-group-btn {
    background: #ccc;
    border-radius: 3px;
    background: #344e8b;
}
/* 前后标题拆分样式 */
.productListEmClass{
	display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #8e8b8b;
    border-radius: 5px;
    margin: 0px 3px 3px 3px;
}
.allPageTitleClass{
	background:#eaeaea;
	color:#6898d2
}
.foot .reset{
	background: linear-gradient(#344e8b, #fff 250%);
}
.foot .yes{
	background: #344e8b;
}