@CHARSET "UTF-8";

body {
	margin: 0;	
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	color: #333333;
	background-color: #f5f5f5;
}

ul, li, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, p {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

html {
	
}
img {
	border: none;
}

em, i {
	font-style: normal;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display:inline-block;
}

input, select, textarea {
	margin: 0;
	padding: 0 ;
	vertical-align:middle !important;
}
input:focus{outline: none !important;}
select{
/* 	padding:0 !important; */
	font-size:12px !important;
}
input[type="radio"]{ border:none !important;}
input[type="checkbox"],input[type="radio"]{vertical-align: middle !important;margin-top:-2px !important;padding-top:0 !important;width:12x;height:12px;

}
a:hover {
	cursor: pointer;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a {
	text-decoration: none;
}

.shenfenItem {
	background-color: #d5d5d5;
	padding: 4px 8px;
	display: inline-block;
	margin: 2px 0;
	width: 80px;
	text-align: center;
}

#pageContainer {
	/* 	padding:0 5px;	 */
	
}

.margin0 {
	margin: 0 !important;
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

.display-inline-block {
	display: inline-block;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.font-bold {
	font-weight: bold;
}
/* 必填表单 *  */
.requiredItem {
	color: red;
}

.legendS {
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 18px;
	text-indent: 10px;
}

/*----------- 遮罩层 start -----------*/
.overloadContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	/* 	display:none; */
}

.overloadLayer {
	width: 100%;
	height: 100%;
	z-index: 10000;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background-color: #666;
}

.overloadClose {
	position: absolute;
	right: -30px;
	top: 0;
	background-color: #fff;
	width: 28px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.overloadClose:hover {
	background-color: #ccc;
}

.openDialogTarget {
	width: 100%;
	height: 100%;
}

.overloadNote {
	background-color: #fff;
	width: 90px;
	border-radius: 4px;
	position: fixed;
	top: 40%;
	left: 45%;
	padding: 2px 6px;
	z-index: 10001;
}

.overloadOpenDialog {
	background-color: #fff;
	position: fixed;
	/* 	padding: 2px 6px; */
	z-index: 10001;
}

.overloadOpenDialogDiv {
	
}

.overloadOpenDialogTitle {
	padding: 10px 4px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/*----------- 遮罩层 end -----------*/

/* 操作链接：编辑/修改 删除 */
.operate-link {	
	margin-right: 8px;
}

/* 表单填写不通过 */
.incorrect-input {
	border: 1px solid red !important;
}

/* ---------小菜单导航 ---------*/
.main-tab-container {
	position: relative;
	color: #0195ff;
}

.main-tab-container #nav-pills-private {
	/* 	border-top:1px solid #e5e5e5; */
	border-bottom: 1px solid #e5e5e5;
	/* 	padding-left:20px; */
}

.main-tab-container #nav-pills-private li {
	cursor: pointer;
}

.main-tab-container #nav-pills-private li a:hover {
	border-bottom: 3px solid #ccc;
	background-color: #fff;
}

.main-tab-container #nav-pills-private li a {
	border-radius: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main-tab-container #nav-pills-private li.selected a {
	border-bottom: 3px solid #0195ff;
}

.main-tab-item {
	/* 	 padding-left:20px; */
	/* 	 padding-right:20px; */
	/* 	 margin-bottom:50px */
	overflow: auto;
}
/* ---------小菜单导航 ---------*/

/* 表格 */
.v-table {
	width: 100%;
}

.v-table th, .v-table td {
	padding: 6px 8px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}

.v-table th {
	font-weight: bold;
}

.v-table thead th {
	vertical-align: bottom;
}

/* .v-table thead th:first-child { */
/* 	padding-left:20px; */
/* } */

/* .v-table tbody td:first-child { */
/* 	padding-left:20px; */
/* } */
.v-table caption+thead tr:first-child th, .v-table caption+thead tr:first-child td,
	.v-table colgroup+thead tr:first-child th, .v-table colgroup+thead tr:first-child td,
	.v-table thead:first-child tr:first-child th, .v-table thead:first-child tr:first-child td
	{
	border-top: 0;
}

.v-table tbody+tbody {
	/*   border-top: 2px solid #dddddd;  2016-01-07 20:45:25 自定义表格样式调整 去掉边框*/
	
}

.v-table .v-table {
	background-color: #ffffff;
}

.v-table-bordered {
	/*   border: 1px solid #dddddd;  2016-01-07 20:45:25 自定义表格样式调整 去掉边框*/
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
}

.v-table-bordered th, .v-table-bordered td {
	/*   border-left: 1px solid #dddddd;  2016-01-07 20:45:25 自定义表格样式调整 去掉边框*/
	
}

.v-table-bordered caption+thead tr:first-child th, .v-table-bordered caption+tbody tr:first-child th,
	.v-table-bordered caption+tbody tr:first-child td, .v-table-bordered colgroup+thead tr:first-child th,
	.v-table-bordered colgroup+tbody tr:first-child th, .v-table-bordered colgroup+tbody tr:first-child td,
	.v-table-bordered thead:first-child tr:first-child th,
	.v-table-bordered tbody:first-child tr:first-child th,
	.v-table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.v-table-striped tbody>tr:nth-child(even)>td, .v-table-striped tbody>tr:nth-child(even)>th
	{
	background-color: #f2f2f2;
}

.v-table-hover tbody tr:hover>td, .v-table-hover tbody tr:hover>th {
	background-color: #f2f2f2;
}

.v-title-table {
	border: 0px;
	background-color: #F5F5F5;
}

.v-content-table {
	border-top: 0;
}

.v-content-table a {
	border-top: 0;
	color: #0096FD;
}

.v-page {
	height: 50px;
	/* 	padding: 10px 0; */
	padding: 0 10px;
	display:block;
	
}

.pageNums {
	font-size: 12px;
	/* 	color: #0a0a0a; */
	font-weight: bold;
	padding: 4px;
}

/* 表单元素 */
.elementSpan {
	display: inline-block;
	margin-right: 10px;
	text-align: right;
}

.elementSpanTitle {
	display: inline-block;
	width: 146px;
}

.elementSpanValue {
	display: inline-block;
	width: 237px;
	text-align: left;
	margin-bottom: 10px;
}

.elementSpanValue input {
	margin: 0;
}

/* 新增表单 */
.addFromTd {
	padding: 4px 2px;
}

.addFromTdBtn {
	margin: 10px 0;
}

/* 消息提示窗口 */
.messageContainer {
	display: none;
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 0px 4px #49afcd;
	border-radius: 4px;
	width: 200px;
	height: 120px;
}

.messageTitle {
	padding: 4px 8px;
	box-shadow: 0px 0px 1px #49afcd;
}

.messageContent {
	padding: 12px 8px
}

/**------左侧导航----start---**/
.menuUl {
	list-style: none;
	margin: 0;
}

.menuUl-header {
	line-height: 36px;
	padding-left: 20px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-weight: bold;
}

.menuLi {
	list-style: none;
	line-height: 36px;
	padding-left: 41px;
	color: #333;
	cursor: pointer;
}

.menuLi:hover {
	color: #333;
	background-color: #e5e5e5;
}

.active:hover {
	background-color: #0195ff;
	color: #fff;
}

.active {
	background-color: #0195ff !important;
	color: #fff;
}
/**------左侧导航----end---**/

/* 系统主导航菜单 */
.main-nav-container {
	background: url('../img/img_02.png') repeat-x;
	height: 60px;
	line-height: 60px;
	color: #f1f1f1;
}

.main-nav-logo {
	//background: url('../img/img_01.png') no-repeat;
	width: 1px;
	height: 60px;
	margin-left: 10px;
	display: block;
}

.main-nav-quit {
	font-size: 14px;
}

.main-nav-tip {
	margin-right: 10px;
	cursor: pointer;
	line-height: 24px;
	display: inline-block;
}

.main-nav-icon {
	background: url('../img/img_04.png') no-repeat;
	padding-left: 24px;
}

.main-nav-bar {
	margin-right: 60px;
}

.main-nav-bar-ul {
	margin: 0 !important;
	display: block;
	line-height: 60px;
	list-style: none;
}

.main-nav-bar-li {
	display: list-item;
	line-height: 60px;
	list-style: none;
	float: left;
	padding: 0px 18px;
	width: 96px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}

.main-nav-bar-li:hover {
	background-color: #475059;
}

.main-nav-bar-li-active {
	background-color: #0195ff;
}

.main-nav-bar-li-active:hover {
	background-color: #0195ff;
}

.main-nav-bar-child-ul {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	margin: 0 !important;
	padding-bottom: 10px;
	width: 132px;
	background: url('../img/img_03.png');
	z-index: 1000;
}

.main-nav-bar-child-li {
	display: list-item;
	line-height: 30px;
	list-style: none;
	padding: 6px 10px;
	font-size: 14px;
	cursor: pointer;
}

.main-nav-bar-li:hover .main-nav-bar-child-ul {
	display: block;
}

.main-nav-bar-child-li:hover {
	background-color: #0195ff;
}

.main-nav-bar-child-li-active {
	background-color: #0195ff;
}

/**列表查询相关样式*/
.list-search {	
	margin-top: 10px;
    overflow: hidden;
    background: #f2f2f2;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border-top: 1px solid #ccc;
}
.list-search .left {
/* 	width: 100%;	 */
	display: inline-block;
	vertical-align: middle;
}
#reserveSearchForm,#monthSearchForm,#searchForm,#whiteSearchForm,#blackSearchForm{
	margin-bottom:8px !important;
}

.list-search .left .search-span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 0;
	border: 1px solid #D9D9D9;
	height: 34px;
	width: auto;
	padding: 0px 1px;
	overflow:hidden;
}

.list-search .left .search-span .search {
	vertical-align: middle;
	display: inline-block;
	height: 32px;
	width: 50px;
	line-height: 32px;
	margin-top: -10px;
	cursor: pointer;
	/* 	border-radius: 0px 4px 4px 0px; */
	background: url('../img/search.png') center no-repeat #ffffff;
}

.list-search .left .search-span-blue {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 0;
	border: 1px solid #0195FF;
	height: 34px;
	width: auto;
	padding: 0px 1px;
	overflow:hidden;
}

.list-search .left .search-span-blue .search-blue {
	vertical-align: middle;
	display: inline-block;
	height: 32px;
	width: 50px;
	line-height: 32px;
	margin-top: -10px;
	margin-right: -1px;
	cursor: pointer;
	background: url('../img/search3.png') center no-repeat #0195FF;
}

.list-search .right_border {
	border: 0px;
	border-right: 1px solid #CCCCCC;
	border-radius: 0;
    line-height: 32px;
    height: 32px;
    padding:0;
    
}

.list-search .no_border {
	border: 0px;
}

.list-search .left .more-search-btn {
	text-align: center;
	display: inline-block;
	height: 32px;
	width: 90px;
	color: #0096FD;
	line-height: 32px;
	cursor: pointer;
}

.list-search .left .search-title {
	text-align: center;
	display: inline-block;
	height: 32px;
	width: 220px;
	color: #989898;
	line-height: 32px;
}

.list-search .left 
input[type="text"], input[type="date"], select {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	border-right: 1px solid #CCCCCC;
	line-height: 32px;
	height: 32px;
	padding: 0px 0px;
	text-indent: 2px;
}

.clear-border {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
}

.list-search .right{
	vertical-align: middle;
	display: inline-block;
	text-align: right;	
	width: 49%;
	float: right;
	margin-top:20px;
	margin-right:10px;
}

.list-search .right .car-head {
	margin-right: -4px;
	padding: 0px 2px;
	line-height: 32px;
	height: 30px;
	width: 30px;
	display: inline-block;
	background-color: #E6E6E6;
	text-align: center;
	color: #656565;
	cursor: pointer;
}

.list-search .right 
input[type="text"], input[type="date"], select {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #CCCCCC;
}

.list-search .add {	
	line-height: 22px;
	display: inline-block;
	*display: inline;
	padding: 4px 8px;
	font-size: 14px;
	color: #0195FF;
	text-align: center;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #0195FF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.list-search .default {
	width: 50px;
	line-height: 22px;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	background-color: #0195FF;
	*background-color: #0195FF;
	background-image: -moz-linear-gradient(top, #0195FF, #0195FF);
	background-image: -webkit-gradient(linear, 0 0, 0 #0195FF, from(#0195FF),
		to(#0195FF));
	background-image: -webkit-linear-gradient(top, #0195FF, #0195FF);
	background-image: -o-linear-gradient(top, #0195FF, #0195FF);
	background-image: linear-gradient(to bottom, #0195FF, #0195FF);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #0195FF #0195FF #0195FF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #0195FF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0195FF',
		endColorstr='#0195FF', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

.data-obj {
	margin-top: -10px;
	width: 100%;
	height:100%;
	overflow: auto;
}

.data-obj .data-title {
	width: 100%;
	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	color: #0096FD;
	height: 55px;
	line-height: 55px;
}

.data-obj .data-tab {
	width: 100%;
	display: block;
	height: 60px;
	line-height: 60px;
}

.data-obj .data-tab .tab-span {
	padding: 0 6px;
    margin: 0 8px;
	display: inline-block;
	font-size: 14px;
	height: 55px;
	vertical-align: middle;
	line-height: 55px;
	color: #676767;
	text-align: center;
	cursor: pointer;
	border-bottom: 3px solid #fff;
}

.data-obj .data-tab .tab-span-choose {
	padding: 0 6px;
    margin: 0 8px;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    color: #0096FD;
    border-bottom: 3px solid #0096FD;
    text-align: center;
    cursor: pointer;
}

.data-obj .data-model {
	width: 100%;
	display: block;
	overflow:auto;
}

.data-obj .data-model .data-model-title {
	width: 100%;
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

.data-obj .data-model .data-model-table {
	width: 95%;
}

.data-obj .data-model .data-model-table table {
	width: 100%;
	border: 1px solid #E6E6E6;
}

.data-obj .data-model .data-model-table tbody>tr:nth-child(2n-1)>td,
	.data-obj .data-model .data-model-table tbody>tr:nth-child(2n-1)>th {
	background-color: #f2f2f2;
}

.data-obj .data-model .data-model-table th {
	background-color: #F2F2F2;
	color: #333333;
	line-height: 35px;
}

.data-obj .data-model .data-model-table td {
	text-align: center;
	line-height: 35px;
}

.data-obj .data-model .data-car-block {
	width: 100%;
	float: left;
}

.data-obj .data-model .data-car-block .car-block-span {
	width: 175px;
	display: inline-block;
	height: 50px;
	background-color: #ffffff;
	margin-left: 0px;
	vertical-align: middle;
	margin-top:10px;
}

.data-obj .data-model .data-car-block .car-block-span-gray {
	width: 155px;
	display: inline-block;	
	font-size: 14px;
	border: 1px solid #E6E6E6;
	background-color: #F2F2F2;
	margin-left: 0px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	color: gray;
}

.data-obj .data-model .data-car-block .car-block-span-choose {
	width: 155px;
	display: inline-block;	
	font-size: 14px;
	border: 1px solid #0096FD;	
	background-color: #ffffff;
	margin-left: 0px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #0096FD;
}
.data-obj .data-model .data-car-block .line_info{
	line-height:24px;
	display:block;
}
.data-obj .data-block {
	margin-top: 20px;
	width: 90%;
	float: left;
}

.data-obj .block-span {
	width: 195px;
	display: inline-block;
	height: 220px;
	background-color: #ffffff;
	margin-left: 0px;
}

.data-obj .block-span-gray {
	width: 175px;
	display: inline-block;
	height: 200px;
	border: 1px solid #E6E6E6;
	background-color: #F2F2F2;
	margin-left: 0px;
	cursor: pointer;
}

.data-obj .data-table {
	width: 100%;
	margin-top: 15px;
}

.data-obj .data-table .table {
	width: 80%;
	border: 0px;
}

.data-obj .data-table .table
input[type="text"], input[type="date"], input[type="datetime-local"],
	textarea, select {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #CCCCCC;
}

.data-obj .data-table .table
input[type="radio"] {
	border: 1px solid #CCCCCC;
	margin-top: -2px;
}

.data-obj .data-table .table .td-div {
	line-height: 30px;
	vertical-align: middle;
	margin-left: 0px;
}

.data-obj .data-table .table .td-div .car-head {
	margin-right: -4px;
	padding: 0px 2px;
	vertical-align: middle;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	background-color: #E6E6E6;
	text-align: center;
	color: #656565;
	cursor: pointer;
}
.table_info li{
	margin-top:10px;
}
.table_info .car-head {
	margin-right: -4px;
	padding: 0px 2px;
	vertical-align: middle;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	background-color: #E6E6E6;
	text-align: center;
	color: #656565;
	cursor: pointer;
}
.table_info .car_select{
	position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 28px;
    line-height: 28px;
    margin: 1px;}
.table_info .car_select_p{
    display: inline-block;
    position: relative;}
.data-obj .data-table .table .btn-div {
	line-height: 50px;
}

.data-obj .data-table .table .append {
	font-size: 0;
}

.data-obj .data-table .table tr {
	border: 0px;
}

.data-obj .data-table .table tr td {
	width: 33%;
	border: 0px;
	height: 50px;
	padding: 4px;
}

.data-obj .data-table .table .error {
	color: red;
}

.btn-blue {
	width: 70px;
	line-height: 22px;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	background-color: #0195FF;
	*background-color: #0195FF;
	background-image: -moz-linear-gradient(top, #0195FF, #0195FF);
	background-image: -webkit-gradient(linear, 0 0, 0 #0195FF, from(#0195FF),
		to(#0195FF));
	background-image: -webkit-linear-gradient(top, #0195FF, #0195FF);
	background-image: -o-linear-gradient(top, #0195FF, #0195FF);
	background-image: linear-gradient(to bottom, #0195FF, #0195FF);
	background-repeat: repeat-x;
	border: 1px solid #0195FF;
	border: 1px solid #0195FF;
	border-color: #0195FF #0195FF #0195FF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0195FF',
		endColorstr='#0195FF', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

.btn-gray {
	width: 70px;
	line-height: 22px;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	font-size: 12px;
	color: #323232;
	text-align: center;
	cursor: pointer;
	background-color: #F2F2F2;
	*background-color: #F2F2F2;
	background-image: -moz-linear-gradient(top, #F2F2F2, #F2F2F2);
	background-image: -webkit-gradient(linear, 0 0, 0 #F2F2F2, from(#F2F2F2),
		to(#F2F2F2));
	background-image: -webkit-linear-gradient(top, #F2F2F2, #F2F2F2);
	background-image: -o-linear-gradient(top, #F2F2F2, #F2F2F2);
	background-image: linear-gradient(to bottom, #F2F2F2, #F2F2F2);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2',
		endColorstr='#F2F2F2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

.poup-title {
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
}

.poup-title>span {
	margin-left: 20px;
	/* 	font-weight:bold; */
	color: #0096FD;
	font-size: 14;
}

.data_car_head_span {
	height: 30px;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	background-color: #E6E6E6;
	text-align: center;
	color: #656565;
	cursor: pointer;
}

/* ---------- 抽离样式--选择控件图标 2016-01-26 15:53:40 ------------*/
.chooseIcon {
	padding: 4px 8px;
}
/* ---------- 抽离样式- 综合查询-表单样式 2016-01-28 09:25:20 ------------*/
.itemTitle {
	font-size: 16px;
	color: #0195ff;
	padding: 4px 10px;
}

.conditionPanel {
	background-color: #f2f2f2;
	border-top:1px solid #ccc;
	}

.formItem {
	display: inline-block;
/* 	width: 161px; */
	margin-right: 10px;
	overflow: auto;
}

.formItemTitle {
	display: block;
	padding-left: 2px;
}

.formBtn {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 22px;
	border-radius: 4px;
	cursor: pointer;
}

.formbtn:first-child {
	margin-right: 10px;
}

.formBtn:hover {
	border: 1px solid #0195ff;
	color: #0195ff;
}

/**---------车牌号码输入 区域选择----------------**/
.firstCarNo {
	border-right: 1px solid #ccc;
	padding: 0px 30px;
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	background-color: #ddd;
	cursor: pointer;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.firstCarNo:hover {
	color: #0195ff;
	background-color: #fff;
}

.error {
	color: red;
}
.car_differents{
	background:#f2f2f2;
	margin: 15px 0;
    padding-right:20px;
	padding-bottom:20px;
	overflow:auto;
	border-bottom:1px solid #ddd;
	border-top:1px solid #f2f2f2;
}
.car_differents ul{
	margin:0 !important;
}
.car_differents ul li{
	float:left;
	background:#fff;
	border:1px #ddd solid;
	position:relative;
	margin-left:20px;
	margin-top:20px;	
    height: 53px;
    line-height:53px;    
    cursor: pointer;
    font-size:14px;
    width:242px;
    text-align:center;
}
.car_differents ul li span{
	width:100px;
	display:inline-block;
	text-align:center;
	font-size:14px;
	float:left;
}
.car_differents ul li img{
	width:42px;	
	float:left;
	vertical-align: middle;	
	}
.car_differents ul li .moreImg{
	float: none !important;
}
.car_differents #li_new{
	background: #fcfcfc;
}
.car_differents ul li b{
	display: none;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	color:#fff;
	width:242px;
	height:47px;
	text-align:center;
	font-weight:400;
	line-height:20px;
	padding-top:6px;
	cursor: auto;
}
.car_differents ul li b h5{
	font-weight:400;
	font-size:12px;
	margin:0 !important;
}
.car_differents ul li:hover b{
	display: block;
}
.entraniframe{
	background:#fff;
    height:600px;
    position: absolute;
    margin-top:-300px;
	margin-left:-400px;
    top: 50%;
	left:50%;
	width:800px;   
	border:1px solid #dedede;
	border-radius:8px;	
    }
.houseinfo{
	float:left;
	width:174px;
	background: #f9f9f9;
    border: 1px solid #eee;
    margin: 10px;
    padding:10px 0;
}
.houseinfo span{
	display:block;
	padding-left:20px;
	line-height:30px;
	color: #000;
}
.houseinfo span .carno{
	display:inline-block;
	font-size:14px;
	color:green;
	padding-left:0;
}
