@charset "UTF-8";
/*标签的重置和设置默认值*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu,*{
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
*{outline: 0!important;}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, fieldset, img, iframe, abbr {
	border: 0;
}
img {
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
	outline: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
body, textarea, input, button, select, keygen, legend {
	color: #282c33;
	outline: 0;
}
body {
	background: #fff;
}
a, a:hover {
	color:#3370ff;
}
p{
	word-break: break-all;
}
/* function 字体、大小、颜色、排版*/
.f-none {
	display: none;
}
.f-block {
	display: block;
}
.none{
	display: none!important;
}
.f-inline-block {
	display: inline-block;
*display:inline;
*zoom:1;
}
.f-pull-left {
	float: left;
}
.f-pull-right {
	float: right;
}
.f-clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "";
}
.f-clearfix {
*zoom:1;
}
.f-padding-left{padding-left:15px!important;;}
.f-padding-right{  padding-right: 15px!important;}
.f-padding-top{padding-top:15px!important;;}
.f-padding-bottom{padding-bottom:15px!important;;}
.f-padding{padding:15px!important;;}
.f-margin-left{margin-left:15px!important;;}
.f-margin-right{  margin-right: 15px!important;}
.f-margin-bottom{margin-bottom:15px!important;;}
.f-margin-top{margin-top:15px!important;;}
.f-margin{margin:15px!important;;}
.f-relative {
	position: relative!important;
}
.f-absolute {
	position: absolute!important;
}
.f-inline{
	display: inline;
}
.f-relative-z {
	position: relative;
	zoom: 1;
}
.f-hidden {
	overflow: hidden;
}
.f-visible {
    overflow: visible;
}
.f-family-arial {
	font-family: arial, \5b8b\4f53;
}
.f-family-yahei {
	font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
}
.f-font-12 {
	font-size: 12px;
}
.f-font-14 {
	font-size: 14px;
}
.f-font-16 {
	font-size: 16px;
}
.f-font-18 {
	font-size: 18px;
}
.f-font-20 {
	font-size: 20px;
}
.f-font-24 {
	font-size: 24px;
}
.f-weight-normal {
	font-weight: normal;
}
.f-weight-bold {
	font-weight: bold;
}
.f-text-left {
	text-align: left!important;
}
.f-text-center {
	text-align: center!important;
}
.f-text-right {
	text-align: right!important;
}
.f-text-justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
.f-vertical-align-top, .vertical-align-top * {
	vertical-align: top!important;
}
.f-vertical-align-middle, .vertical-align-middle * {
	vertical-align: middle!important;
}
.f-vertical-align-bottom, .vertical-align-bottom * {
	vertical-align: bottom!important;
}
.f-text-ellipsis {/*溢出的内容以省略号排版*/
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f-break-all{
	word-wrap: break-word!important;
	word-break:break-all!important;
	white-space:normal!important;
}
.f-overflow-x-auto{
    overflow-x: auto;
}
.f-indent-24 {
	text-indent: 2em;
}

/* edit 2019-09-23 */
.f-a-black{
	color:#282c33;
}
.f-a-black:hover{
	color:#0080F8;
}
.f-decoration-none-underline{
	text-decoration:none;
}
.f-decoration-none-underline:hover{
	text-decoration:underline;
}
/* end */

.f-decoration-underline, .f-decoration-underline:hover {
	text-decoration: underline;
}
.f-decoration-none, .f-decoration-none:hover {
	text-decoration: none;
}
.f-cursor-pointer {
	cursor: pointer;
}
.f-cursor-default {
	cursor: default;
}
.f-cursor-help {
	cursor: help;
}
.f-cursor-move {
	cursor: move;
}
.f-user-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*控件样式*/
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 30px;
	width:300px;
	margin-bottom: 10px;
	line-height: 30px;
	color: #555a62;
	text-indent: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
textarea{
	display: inline-block;
	height: 30px;
	width:300px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #555a62;
	padding: 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input, textarea, .uneditable-input {
	position:relative;
	*top:1px;
	margin:0 4px 0 0;
	*margin:0 0 0 -4px;
}
input.error{
	border:1px solid #da1515;
}
textarea {
	height: auto;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}
/*清除ie中输入文字出现叉号*/
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}
select, input[type="file"] {
	height: 30px;/* In IE7, the height of the select element cannot be changed by height, only font-size */
*margin-top: 4px;/* For IE7, add top margin to align select with labels */
	line-height: 30px;
}
select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
select[multiple], select[size] {
	height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.u-search label{
	height: 32px;
	line-height: 32px;
	padding-right: 10px;
}
/*按钮*/
.u-btn {
	display: inline-block;
 *display: inline;
	padding: 0 15px;
	margin-bottom: 0;
 *margin-left: .3em;
	font-size: 14px;
	height: 30px;
	line-height:30px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
 *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', 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);*/
}
.u-btn:hover, .u-btn:focus, .u-btn:active, .u-btn.active, .u-btn.disabled, .u-btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.u-btn:active, .u-btn.active {
	background-color: #cccccc \9;
}
.u-btn:first-child {
 *margin-left: 0;
}
.u-btn:hover, .u-btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.u-btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.u-btn.active, .u-btn:active {
	background-image: none;
	outline: 0;
	/*-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);*/
	/*-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);*/
	/*box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.u-btn.disabled, .u-btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.u-btn-blue{
	padding: 0 15px;
	font-size: 14px;
	height: 30px;
	line-height:30px;
	border-radius: 4px;
	background-color: #3370ff;
	color: #fff;
	border:1px solid #3370ff;
	/*-webkit-box-shadow: 0 2px 0 #3a6dc1;*/
	/*-o-box-shadow: 0 2px 0 #3a6dc1;*/
	/*box-shadow: 0 2px 0 #3a6dc1;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#3a6dc1', Direction=180, Strength=2);*/
}
.u-btn-blue:hover{
	color: #fff;
	background-color: #4386f4;
	border:1px solid #4386f4;
}
.u-btn-blue:active,.u-btn-blue.active{
	background-color: #3971ce;;
	border: 1px solid #3971ce;
}
.u-btn-green{
	padding: 0 15px;
	font-size: 14px;
	height: 30px;
	line-height:30px;
	border-radius: 4px;
	background-color: #16a05d;
	color: #fff;
	border:1px solid #16a05d;
	/*-webkit-box-shadow: 0 2px 0 #148e53;*/
	/*-o-box-shadow: 0 2px 0 #148e53;*/
	/*box-shadow: 0 2px 0 #148e53;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#148e53', Direction=180, Strength=2);*/
}
.u-btn-green:hover{
	color: #fff;
	background-color: #28b973;
	border:1px solid #28b973;
}
.u-btn-green:active,.u-btn-green.active{
	background-color: #179055;;
	border: 1px solid #179055;
}
.u-btn-yellow{
	padding: 0 15px;
	font-size: 14px;
	height: 30px;
	line-height:30px;
	border-radius: 4px;
	background-color: #f6cc35;
	color: #fff;
	border:1px solid #f6cc35;
	/*-webkit-box-shadow: 0 2px 0 #dbb62f;*/
	/*-o-box-shadow: 0 2px 0 #dbb62f;*/
	/*box-shadow: 0 2px 0 #dbb62f;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#dbb62f', Direction=180, Strength=2);*/
}
.u-btn-yellow:hover{
	color: #fff;
	background-color: #ffdc5f;
	border:1px solid #ffdc5f;
}
.u-btn-yellow:active,.u-btn-yellow.active{
	background-color: #e0b827;;
	border: 1px solid #e0b827;
}
.u-btn-gray,.u-btn-disabled{
	padding: 0 15px;
	font-size: 14px;
	height: 30px;
	line-height:30px;
	border-radius: 4px;
	background-color: #8b9199;
	color: #fff;
	border:1px solid #8b9199;
	/*-webkit-box-shadow: 0 2px 0 #7c8188;*/
	/*-o-box-shadow: 0 2px 0 #7c8188;*/
	/*box-shadow: 0 2px 0 #7c8188;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#7c8188', Direction=180, Strength=2);*/
}
.u-btn-gray:hover{
	color: #fff;
	background-color: #9ca4af;
	border:1px solid #9ca4af;
}
.u-btn-gray:active,.u-btn-gray.active{
	background-color: #7f858d;;
	border: 1px solid #7f858d;
}
.u-btn-gray2{
    padding: 0 15px;
    font-size: 14px;
    height: 30px;
    line-height:30px;
    border-radius: 4px;
    background-color: #d0e3ff;
    color: #2f83ff;
    border:1px solid #d0e3ff;
    /*-webkit-box-shadow: 0 2px 0 #d0e3ff;*/
    /*-o-box-shadow: 0 2px 0 #d0e3ff;*/
    /*box-shadow: 0 2px 0 #d0e3ff;*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#7c8188', Direction=180, Strength=2);*/
}
.u-btn-gray2:hover{
    color: #2f83ff;
    background-color: #b4d2ff;
    border:1px solid #b4d2ff;
}
.u-btn-gray2:active,.u-btn-gray2.active{
    background-color: #b4d2ff;
    border: 1px solid #b4d2ff;
}
.u-btn-disabled{
	background-color:#c6c8cc;
	border:1px solid #c6c8cc;
	/*-webkit-box-shadow: 0 2px 0 #bababa;*/
	/*-o-box-shadow: 0 2px 0 #bababa;*/
	/*box-shadow: 0 2px 0 #bababa;*/
}
.u-btn-red{
	padding: 0 15px;
	font-size: 14px;
	height: 30px;
	line-height:30px;
	border-radius: 4px;
	background-color: #f51818;
	color: #fff;
	border:1px solid #f51818;
	/*-webkit-box-shadow: 0 2px 0 #c60909;*/
	/*-o-box-shadow: 0 2px 0 #c60909;*/
	/*box-shadow: 0 2px 0 #c60909;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#7c8188', Direction=180, Strength=2);*/
}

.u-btn-red:hover,.u-btn-red:active,.u-btn-red.active{
	background-color: #e21010;
	border: 1px solid #e21010;
}
/*表格*/
.u-table {
  width: 100%;
  margin-bottom: 20px;
}

.u-table th,
.u-table td {
	text-align: left;
	line-height: 23px;
	vertical-align: middle;
}

.u-table th {
	line-height: 24px;
	border-top: 1px solid #dddddd;
	padding: 8px 0;
}

.u-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #dddddd;
}

.u-table th span{
	border-left: 1px solid #dddddd;
	display: inline-block;
	padding-left: 10px;
}

.u-table>th:first-child>span{
	border-left: none;
}
.u-table th:first-child span{
	border-left: none;
}

.u-table caption + thead tr:first-child th,
.u-table caption + thead tr:first-child td,
.u-table colgroup + thead tr:first-child th,
.u-table colgroup + thead tr:first-child td,
.u-table thead:first-child tr:first-child th,
.u-table thead:first-child tr:first-child td {
  border-top: 0;
}

.u-table tbody + tbody {
  border-top: 2px solid #dddddd;
}


.u-table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.u-table-bordered th,
.u-table-bordered td {
  border-left: 1px solid #dddddd;
}

.u-table-bordered caption + thead tr:first-child th,
.u-table-bordered caption + tbody tr:first-child th,
.u-table-bordered caption + tbody tr:first-child td,
.u-table-bordered colgroup + thead tr:first-child th,
.u-table-bordered colgroup + tbody tr:first-child th,
.u-table-bordered colgroup + tbody tr:first-child td,
.u-table-bordered thead:first-child tr:first-child th,
.u-table-bordered tbody:first-child tr:first-child th,
.u-table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.u-table-bordered thead:first-child tr:first-child > th:first-child,
.u-table-bordered tbody:first-child tr:first-child > td:first-child,
.u-table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.u-table-bordered thead:first-child tr:first-child > th:last-child,
.u-table-bordered tbody:first-child tr:first-child > td:last-child,
.u-table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.u-table-bordered thead:last-child tr:last-child > th:first-child,
.u-table-bordered tbody:last-child tr:last-child > td:first-child,
.u-table-bordered tbody:last-child tr:last-child > th:first-child,
.u-table-bordered tfoot:last-child tr:last-child > td:first-child,
.u-table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.u-table-bordered thead:last-child tr:last-child > th:last-child,
.u-table-bordered tbody:last-child tr:last-child > td:last-child,
.u-table-bordered tbody:last-child tr:last-child > th:last-child,
.u-table-bordered tfoot:last-child tr:last-child > td:last-child,
.u-table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.u-table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.u-table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.u-table-bordered caption + thead tr:first-child th:first-child,
.u-table-bordered caption + tbody tr:first-child td:first-child,
.u-table-bordered colgroup + thead tr:first-child th:first-child,
.u-table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.u-table-bordered caption + thead tr:first-child th:last-child,
.u-table-bordered caption + tbody tr:first-child td:last-child,
.u-table-bordered colgroup + thead tr:first-child th:last-child,
.u-table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/*皮肤*/
/*字体颜色*/
.s-font-white{color: #fff!important;}
.s-font-red{color: #f51818!important;}
.s-font-blue{color: #3370ff!important;}
.s-font-blue2{color: #86b0f5!important;}
.s-font-black{color: #282c33!important;}
.s-font-black2{color: #3c434c!important;}
.s-font-gray1{color: #555a62!important;}
.s-font-gray2{color: #8b9199!important;}
.s-font-gray3{color: #c2c6cc!important;}
.s-font-yellow{  color: #ffe345!important;}
.s-font-deepyellow{  color: #ffa106!important;}
.s-font-orange{color: #de5227!important;}
.s-font-green{color: #16a05d!important;}
/*背景颜色*/
.s-background-gary1{background-color: #e4e9f2!important;}
.s-background-gary2{background-color: #f2f6fa!important;}
.s-background-gary3{background-color: #f0f5ff!important;}
.s-background-white{background-color: #ffffff!important;}
.s-background-yellow{background-color: #fffdf4!important;}
.s-background-yellow2{background-color: #f6cc35!important;}
.s-background-blue{background-color:#417ad9!important;}
.s-background-pink{background-color: #ffe2e2!important;}
/*边框颜色*/
.s-background-red {background: #c81624!important;}
.s-border-gray{border-color: #e4e7eb;}
.s-border-gray1{border-color: #c2c6cc!important;}
.s-border-blue {border-color: #2f83ff !important;}
.g-main-content{background-color: #ebf0fa;}
/*a标签不可点击*/
.s-disable{
    color: #d9d9d9!important;
    cursor: no-drop;
}

/*表格组件开始*/
.m-table-box table th:first-child .u-content{
	border-left: none;
}
.m-table-box{
	padding-right: 15px;
	/*min-height:200px;*/
}
.m-table-box .m-table-scroll{
	position: relative;
}
.m-table{
	margin:20px 0;
	width: 100%;
}
.m-table-box table{
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}
.g-content .m-table-box table{
	background-color: transparent;
}
.m-table-box table thead tr{background-color: #f2f6fa;}
.m-table-box table tr{
	border-bottom: 1px solid #e4e7eb;
}
/*.m-table-box table tr:hover{background-color: #f5f5f5!important;}*/
.m-table-box table th{
	white-space: normal;
	height: 39px;
	text-align: left;
}
.m-table-box table td{
	white-space: normal;
    word-break:break-all;
	text-align: left;
}
.m-table-box table td{padding-left: 10px;}
.m-table-scroll.has-CKB table th:first-child,.m-table-scroll.has-CKB table td:first-child{
	width: 30px;
	padding-right:0;
	padding-left: 10px;
}
/*.m-table table td{
	border-left: none;
	border-right: none;
}*/
.m-table table td>a{
	color: #3370ff;
}
.m-table table td>span{
	padding:0 5px;
	color: #8b9199;
}
.tr-background-gray{background: #F5F5F5;}
.tr-background-gray1{background: #F5F5F5;}
.tr-background-white{background: #FFFFFF;}
/*分类选择*/
thead th .u-content{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 24px;
	padding-left: 9px;
	border-left: 1px solid #e4e7eb;
	line-height: 24px;
}
thead th .u-content .u-til{
	/*display: inline-block;*/
	display: none;
	height: 100%;
	padding-right: 14px;
	cursor: pointer;
	background: url("../image/Fjt.png") no-repeat right center;
}
thead th .u-content .u-sort{
	width: 30px;
	height:100%;
	display: inline-block;
	background: url("../image/wz_1.png") center no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
thead th .u-drop-down{
	width:100%;
}
thead th .u-drop-down ul{
	display: none;
	width:100%;
	text-align: center;
}
thead th .u-drop-down ul a{
	overflow: hidden;
	white-space:normal;
	text-overflow: ellipsis;
}
thead th .u-drop-down ul i{
	display: inline-block;
	width: 12px;
	height: 24px;
	vertical-align: middle;
}
thead th .u-drop-down li.active i{
	background: url("../image/checked.png") no-repeat left center;
}
.m-table .u-filter{
	width:46px;
	height:30px;
	margin-right:10px;
	margin-top: 2px;
	margin-bottom:0;
	border: 1px solid #e4e7eb;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background:#fff url("../image/choseMenu.png") center no-repeat;
	position: relative;
}
.m-table .u-menu-background{
	z-index:2;
	width: 12px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 40px;
	background: url(../image/menuList.png) center no-repeat;
	display: none;
}

.m-table .u-list,.u-search .u-list{
	z-index: 1;
	padding:10px;
	height: auto;
	border: 1px solid #e8ecf4;
	position: absolute;
	top: 47px;
	right: 0;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}
.m-table .u-list li,.u-search .u-list li{
	min-width: 86px;
	height: 24px;
	line-height: 24px;
	padding-bottom: 10px;
	white-space: nowrap;
}
.m-table .u-list input,.u-search .u-list input{
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.m-table .u-checkBox,.u-search .u-list .checkbox{
	display: inline-block;
}
.m-table .u-checkBox span,.u-search .u-list .checkbox span{
	height: 20px;
	width: 20px;
	padding-left: 0;
}

/*表格控件结束*/
/*全选列表项*/
.u-operate-all{
	float: left;
}
.u-operate-all.diff{
	margin-bottom: 20px;
}
.u-operate-all .u-select-all{
	display: inline-block;
	margin-left: 10px;
}
.u-operate-all div:first-child +button{
	margin-right: 10px;
}

/*分页控件开始*/
.u-paging{
	float: right;
	position: relative;
}
.u-paging a{
	margin-left: 2px;
	background-color: #ebeef2;
	color: #3c434d;
	border: none;
	outline: none;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 0px #d1d4d7;
	-o-box-shadow: 0 2px 0px #d1d4d7;
	box-shadow: 0 2px 0px #d1d4d7;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d1d4d7', Direction=180, Strength=2);
}
.u-paging .u-home,.u-paging .u-prev,.u-paging .u-next{
	width: 70px;
}
.u-paging .u-number{
	/*width: 30px;*/
	padding:0 10px;
}
.u-paging .u-pagenumber{
	position: relative;
	width: 100px;
	background-color: #ebeef2;
	color: #3c434d;
	border: none;
	outline: none;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 0px #d1d4d7;
	-o-box-shadow: 0 2px 0px #d1d4d7;
	box-shadow: 0 2px 0px #d1d4d7;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.u-paging a:hover{
	background-color: #eef5ff;
}
.u-paging input{height: 30px;width: 40px!important;border: 1px solid #c6c8cc;}
.u-paging a.u-gaping-determine{
	width: 60px;
    margin-left: 5px;
}
.u-paging>span{
margin-left:5px;
}
.u-pagenumber img{margin-left: 5px;vertical-align: middle;}
.u-paging .z-active1{
	background-color: #3370ff!important;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 0px #3c77d9;
	-o-box-shadow: 0 2px 0px #3c77d9;
	box-shadow: 0 2px 0px #3c77d9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#3c77d9', Direction=180, Strength=2);
}
.u-paging .z-hover2{
	background-color: #ebeef2;
	color: #3c434d ;
}
.u-paging .z-active2{
	background-color: #4386f4;
	color: #ffffff;
}
.u-paging>input{
    margin-left: 5px;
}
.u-gaping-background{
	width: 50px;
	height: 9px;
	background: url(../image/gapingList.jpg) top center no-repeat;
	position: absolute;
	top: -9px;
	right: 0;
	z-index: 2;
	display: none;
}
.u-paging ul{
	width: 54px;
	height: auto;
	border: 1px solid #e4e9f2;
	position: absolute;
	right: 0;
	top: -82px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}
.u-paging ul li{
	width: 54px;
	height: 24px;
	background: #fff;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}
/*分页控件结束*/
/*标题控件开始*/
.u-tab{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	width:100%;
	border-bottom: 1px solid #e4e7eb;
}
.u-tab li{
	float: left;
	height: 60px;
	margin-right: 30px;
}
.u-tab li.active{background-color:#3370ff;}
.u-tab li.active a{
	color: #282c33;
	font-weight:bold;
}
.u-tab li a{
	display: block;
	height:57px;
	color: #c2c6cc;
	text-align: center;
	background-color: #fff;
}
.u-tab li a:hover{color:#555a62;}

.u-tab2{
	margin-top: 10px;
}
.u-tab2 li{
	float: left;
	width: 25%;
}
.u-tab2 li a{
	display: block;
	text-align: center;
	line-height: 28px;
	color: #555a62;
	border: 1px solid #e4e7eb;
	background-color: #f2f6fa;
}
.u-tab2 li.active a{
	background-color: #fff;
	border: none;
	border-top:1px solid #e4e7eb;
}

.u-tab3{
	height: 39px;
	line-height: 40px;
	background-color: #fff;
	width:100%;
	border-bottom: 1px solid #4386f4;
	float: none;
}
.u-tab3 li{
	float: left;
	height: 38px;
	margin-right: 5px;
}
.u-tab3 li.active a{
	background-color: #3370ff;
	color: #fff;
	border: 1px solid #3370ff;
}
.u-tab3 li a{
	display: block;
	padding:0 15px;
	height:38px;
	text-align: center;
	background-color:#f2f6fa;
	color: #8b9199;
	border-radius: 4px 4px 0 0;
	border:  1px solid #c2c6cc;
	border-bottom: 1px solid #4386f4;
}
.u-tab3 a:hover{
	background-color:#fff;
}
.g-top .u-tab{background:none;}
/*标题控件结束*/

/*弹窗控件开始*/
.u-dialog{
    display:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.u-dialog .dialog-content{
	padding: 20px 10px;
	color: #555a62;
	min-height: 150px;
	max-height: 280px;
	overflow-y: auto;
}
.u-dialog .dialog-foot{
	height: 50px;
	background: #f2f6fa;
}
.u-dialog .dialog-foot button,.ui-dialog .ui-dialog-buttonpane button{
	/*width: 60px;*/
	height: 30px;
    line-height: 30px;
    padding: 0 15px;
	float: right;
	margin-left: 7px;
	border: none;
	outline: none;
	margin-top: 9px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}
.u-dialog .dialog-foot button.determine,.ui-dialog .ui-dialog-buttonpane button.determine{
	background: #3370ff;
    border:1px solid #3370ff;
    -webkit-box-shadow: 0 2px 0 #3a6dc1;
    -o-box-shadow: 0 2px 0 #3a6dc1;
    box-shadow: 0 2px 0 #3a6dc1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#3a6dc1', Direction=180, Strength=2);
	margin-right: 18px;
}
.u-dialog .dialog-foot button.determine:hover,.ui-dialog .ui-dialog-buttonpane button.determine:hover{
    background-color: #4386f4;
    border:1px solid #4386f4;
}
.u-dialog .dialog-foot button.cancel,.ui-dialog .ui-dialog-buttonpane button.cancel{
	background: #8b9199;
    border:1px solid #8b9199;
    -webkit-box-shadow: 0 2px 0 #7c8188;
    -o-box-shadow: 0 2px 0 #7c8188;
    box-shadow: 0 2px 0 #7c8188;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#7c8188', Direction=180, Strength=2);
}
.u-dialog .dialog-foot button.cancel:hover,.ui-dialog .ui-dialog-buttonpane button.cancel:hover{
    background-color: #9ca4af;
    border:1px solid #9ca4af;
}
/*分页结束*/
/*全选开始*/
.u-all-chose{float: left;padding-left: 10px;}
.u-all-chose button{
	padding:0 14px;
	background: #fff;
	color: #555a62;
	border:1px solid #e4e9f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 25px;
	margin-left: 15px;
	-webkit-box-shadow: 0 1px 0px #e4e9f2;
	-o-box-shadow: 0 1px 0px #e4e9f2;
	box-shadow: 0 1px 0px #e4e9f2;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#e4e9f2', Direction=180, Strength=10);
}
/*全选结束*/
/*状态*/

.z-state{
	display: inline-block;
	border-radius: 10px;
	height: 20px;
	line-height: 20px;
	padding: 2px 10px;
	text-align: center;
    font-size:12px;
    cursor: default;
}
/*青色*/
.z-success{
	background-color: #deffef!important;
	color: #16a05d!important;
}
/*宝蓝色*/
.z-doing{
	background-color: #dff7ff!important;
	color: #39a4ef!important;
}
/*淡黄色*/
.z-unoperte{
	background-color: #fff9e5!important;
	color: #a27f00!important;
}
/*红色*/
.z-fail{
	background-color: #ffe2e2!important;
	color: #da1515!important;
}
/*灰色*/
.z-disable{
	background-color: #e4e9f2!important;
	color: #8b9199!important;
}
/*紫色*/
.z-start{
	background-color: #ecdfff!important;
	color: #ae5da1!important;
}
/*蓝色*/
.z-active1{
	background-color: #4386f4;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 0px #d1d4d7;
	-o-box-shadow: 0 2px 0px #d1d4d7;
	box-shadow: 0 2px 0px #d1d4d7;
}
/*绿色*/
.z-assist{
    background-color: #0c3!important;
    color: #fff!important;
}

/*select组件*/
.u-drop-down{
	width:300px;
	position:relative;
	margin-right: 5px;
}
.u-selected{
	width: 100%!important;
	height:30px;
	line-height:30px;
	border:1px solid #c6c8cc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#807a62;
	text-indent: 10px;
	margin-bottom: 0!important;
	background: url("../image/select-bg.png") no-repeat 280px center;
}
.u-drop-down ul{
	padding:0;
	width:100%;
	max-height:180px;
	overflow-y:auto ;
	background-color:#fff;
	margin-top:2px;
	border:1px solid #c6c8cc;
	position:absolute;
	display:none;
	z-index: 2;
}
.u-drop-down ul li{
	list-style: none;
	text-indent:10px;
}
.u-drop-down ul li a{
	display:block;
	color:#282c33;
	text-decoration:none;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.u-drop-down ul li:hover{background-color:#f2f6fa;}
.u-drop-down ul li a:active{
	background-color: #e4e9f2;
}
/*层级关系选择*/
.u-relationship-select{
	width: 300px;
	position:relative;
	padding: 1px 0;
	display: inline-block;
	margin-right: 5px;
}
.u-relationship-select .remind{
	width:338px;
	position: absolute;
	line-height: 32px;
	background: url(../image/select-bg.png) 318px center no-repeat;
}
.u-relationship-select ul{
	width:100%;
	background-color:#fff;
	margin-top:2px;
	z-index: 2;
	display: none;
}
.u-relationship-select ul.first-level{
	border:1px solid #c6c8cc;
	position: absolute;
    max-height: 200px;
    overflow-y: auto;
}
.u-relationship-select ul li{
	list-style: none;
}
.u-relationship-select ul.first-level li{
	text-indent:10px
}
.u-relationship-select ul.second-level li{
	text-indent:30px
}
.u-relationship-select ul.third-level li{
	text-indent:50px
}
.u-relationship-select ul li a{
	display:block;
	color:#282c33;
	text-decoration:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.u-relationship-select ul li a:hover{
	background-color:#f2f6fa;
}
.u-relationship-select ul li a:active{
	background-color: #e4e9f2;
}
	/*多选下拉框开始*/
	.u-selected span,.u-imitation-tab{
		padding: 0px 8px;
		background: #007FFF;
		color: #fff;
		border-radius:10px ;
		line-height: 14px;
		margin-right: 4px;
	}
	.u-imitation-tab{
		border-radius:4px ;
		padding: 2px 8px;
	}
	.u-selected span i,.u-imitation-tab i{
		font-size: 12px;
		margin-left: 5px;
		cursor: pointer;
		color: #93bcff;
	}
	.u-relationship-select h2{
		border-bottom: 1px dashed #d7d7d7;
		color: #3266cd;
		cursor: pointer;
	}
	/*多选下拉框结束*/
/*层级关系选择结束*/
/*checkBox组件*/
.u-checkBox .u-label{
	width: 16px;
	height: 16px;
	display: block;
	float: none;
	border:2px solid #c2c6cc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	padding-right:0;
	position: absolute;
	top: 0;
	left: 0;
}
.u-checkBox .active {
    background: url("../image/checked.png") no-repeat center;
    border-color: #2f83ff;
}
.u-checkBox .not-all{
	background: url("../image/not-all-checked.png") no-repeat center;
	border-color: #2f83ff;
}
.u-checkBox span{
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 10px;
	line-height: 20px;
	vertical-align: middle;
}
.u-checkBox .u-ipt-hide{
	/*width:1px;
	height: 1px;
	left: 0;
	top: 0;
	position: absolute;
	border: none;
	opacity: 0;
	filter: Alpha(Opacity=0);*/
    display: none;
}

/*radio组件*/
.u-radio{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.u-radio.f-visible{
    overflow:visible;
}
.u-radio .u-label{
	display: inline-block;
	width: 16px;
	height: 16px;
    margin-bottom:1px;
	padding-right: 5px;
    background: url("../image/radio.png") no-repeat 0 -16px;
	cursor: pointer;
	vertical-align: text-bottom;
}
.u-radio .active{
	background: url("../image/radio.png") no-repeat;}
.u-radio .u-ipt-hide{
	/*left: 0;
	top: 0;
	position: absolute;
	border: none;
	opacity: 0;
	filter:Alpha(Opacity=0);*/
	display: none;
}
.u-radio>span{
	margin-right: 10px;
}
/*部门列表组件*/
.u-department-list li>a{
	color: #3c434c;
}
.u-department-list li>a.active{
	color: #4386f4;
}
.u-department-list li>a>span{
    padding-left: 5px;
}
.u-department-list li>span{
	display: inline-block;
	height: 11px;
	width: 11px;
}
.u-department-list li>span.ul                                                       {
    background: url("../image/department-list-bg.png") no-repeat;
}
.u-department-list li>span.hasBg{
    background: url("../image/department-list-bg.png") no-repeat;
}
.u-department-list li>span.u-list-open.hasUl{
	background: url("../image/department-list-bg.png") no-repeat 0 -28px;
}
.u-department-list li{
	padding-left: 20px;
}
.u-department-list ul li i{
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url("../image/department-list-bg.png") no-repeat 0 -58px;
}
.u-department-list>ul li>ul{
	display: none;}
/*弹窗组件*/
.u-dialog{
	width: 540px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.u-dialog .dialog-content>div{
	margin-bottom: 10px;
}
.u-dialog .dialog-content>div>input{
	margin:0;
	width: 338px;
}
.u-dialog .dialog-content>div>span{
	display: inline-block;
	line-height: 32px;
	width: 100px;
	text-align: right;
	vertical-align: top;
}
.u-dialog .dialog-content .u-drop-down{
	width: 160px;
	margin-bottom:0;
}
.u-dialog .dialog-content .u-drop-down input{
	/*background-position: 140px center;*/
}
.u-dialog .dialog-content div>p,.u-dialog .dialog-content div>.u-drop-down{
	display: inline-block;
}
.u-dialog .dialog-content .u-phone input{
	width: 128px;
}
.u-dialog .dialog-content .u-phone input:last-child{
	width: 182px;
}
.u-dialog .dialog-content .u-phone i{
	color: #c2c6cc;
}
.u-dialog .dialog-content .u-upload-car-img p{vertical-align: bottom;}

/*头部*/
.g-head{
	position: fixed;
	top:0;
	left:0;
	width:100%;
    height: 56px;
	min-width: 1024px;
	max-height: 56px;
	z-index: 1000;
	background:#3370ff url(../image/headbg.png) repeat-y left top;
}
.g-head .m-logo{
	display: inline-block;
	/*display:table;*/
	float:left;
	height: 56px;
	line-height: 26px;
	margin:0 0 0 13px;
	color: #fff;
	font-size:20px;
	overflow:hidden;
}
.g-head .m-logo h1{
	display:table;
	height:56px;
	font-weight:400;
}
.g-head .m-logo h1 span{
	display:table-cell;
	vertical-align:middle;
}
.g-head .m-menu{
	float: right;
}
.g-head .m-pull-left{
	float: left;
	margin-right: 30px;
	height: 56px;
}
.g-head .m-pull-right{
	float: right;
	height: 56px;
	padding-right: 15px;
}
.g-head .m-info-menu{
	float: left;
}
.g-head .m-info-menu li{
	float: left;
}
.g-head .m-info-menu li>span{
	color: #fff;
}
.g-head .m-info-menu li a{
	color: #fff;}
.g-head .m-info-menu li a>i{
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url("../image/drop-down.png") no-repeat center ;
}
.g-head .m-nav-ssoOrgan {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.g-head .m-nav-ssoOrgan .icon-dropdown{
	display:inline-block;
	margin-left:3px;
	font-size:12px;
}
.g-head .m-nav-ssoOrgan.active .icon-dropdown{
	transform: rotate(180deg);
}
.g-head .m-nav-ssoOrgan .u-nav-ssoOrgan{
	padding:5px 12px;
	box-shadow:0px 6px 10px 0px rgba(0,0,0,0.1);
}
.g-head .m-nav-ssoOrgan .u-nav-ssoOrgan p{
	border-bottom:1px dashed #e3d7d7;
}
.g-head .m-nav-ssoOrgan .u-nav-ssoOrgan p:last-child{
	border-bottom:none;
}
.g-head .m-nav-ssoOrgan .u-nav-ssoOrgan p>a{
	display:block;
	color:#303133;
}
.g-head .m-nav-ssoOrgan .u-nav-ssoOrgan p>a:hover{
	color:#3370FF;
}
.g-head .m-nav-ssoOrgan.active .u-nav-ssoOrgan{
	display:block;
}
.m-pull-left .m-info-menu{
	padding-top: 12px;
}
.m-pull-left .m-info-menu li{
	position: relative;
}
.m-pull-left .m-info-menu li>div{
	position: absolute;
	right:18px;
	top: -10px;
	/*width: 30px;*/
	/*height: 24px;*/
	/*background: url(../image/info-menu-info.png) 3px 2px no-repeat;*/
	text-align: center;
	line-height: 24px;
	color: #423400;
}
.m-pull-left .m-info-menu li>div>span{
	display:block;
	position: absolute;
	background-color: #f6cc35;
	line-height: 16px;
	padding: 0 3px;
}
.m-pull-left .m-info-menu li>div>i{
	display: block;
	position: absolute;
	width: 4px;
	height: 7px;
	background: url("../image/info-menu-info.png") no-repeat;
	top: 13px;
}

.m-pull-left .m-info-menu li{
	height: 32px;
	border-radius: 16px;
	background-color: #4986ea;
	margin-right: 16px;
	padding:0 15px;
}
.m-pull-left .m-info-menu li:hover{
	background-color: #5c97f8;
}
.m-pull-left .m-info-menu li:hover{background-color:#5d98fb}
.m-pull-left .m-info-menu li.select{background-color:#326ccc}
.m-pull-left .m-info-menu a{
	display: block;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	padding-left: 26px;
}

.m-pull-left .u-home a{
	background: url("../image/info-menu-home.png") no-repeat 0 6px;
}
.m-pull-left .u-use a{
	background: url("../image/info-menu-bd.png") no-repeat 0 6px;
}
.m-pull-left .u-dispatch a{
	background: url("../image/info-menu-bd.png") no-repeat 0 -26px;
}
.m-pull-left .u-deliver a{
	background: url("../image/info-menu-bd.png") no-repeat 0 -58px;
}
.m-pull-left .u-sms a{
	background: url("../image/info-menu-bd.png") no-repeat 0 -90px;
}
.g-head .m-pull-left .u-repair a{
	background: url("../image/info-menu-bd.png?v=200708") no-repeat 0 -124px;
}
.m-pull-right .m-info-menu{
	padding:15px 0;
}
.m-pull-right .m-info-menu li{
	line-height: 26px;
	position: relative;
}
.m-pull-right .m-info-menu li>span{
	padding:0 10px;
}
.m-pull-right .m-info-menu .u-counsel{
	position: absolute;
	right:0;
	display: none;
}
.m-pull-right .m-info-menu .u-counsel ul{
	border:1px solid #e4e9f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
	width:auto;
}
.m-pull-right .m-info-menu .u-counsel ul li{
    padding:0 5px;
	float: none;
    width:60px;
}
.m-pull-right .m-info-menu .u-counsel ul li:hover{
    background: #e4e9f2;
}
.m-pull-right .m-info-menu .u-counsel ul li a{
	font-size: 14px;
	color: #555a62;
}
.m-pull-right .m-info-menu .u-notice a>i{
	display: none;
}

.g-body .g-side{
	background-color: #ebf0fa;
	position: fixed;
	top: 0;
	left:0;
	width: 154px;
	height:100%;
	z-index: 2;
	overflow-y: auto;
}
.g-side .g-side-content{
	padding-top: 76px;
}
.g-side .m-nav li a{
	display: block;
	color: #282c33;
}
.m-nav li span{
	margin-left: -15px;
	font-weight:bold;
}
.m-nav li i{
	display: inline-block;
	width: 55px;
	vertical-align: middle;}
.m-nav>li:first-child>a>i{
	background: url("../image/side-nav-bg.png") no-repeat 20px 7px;
}
.m-nav>li:first-child+li>a>i{
	background: url("../image/side-nav-bg.png") no-repeat 20px -371px;
}
.m-nav>li:first-child+li+li>a>i{
	background: url("../image/side-nav-bg.png") no-repeat 20px -328px;
}
.m-nav>li:first-child+li+li+li>a>i{
	background: url("../image/side-nav-bg.png") no-repeat 20px -77px;
}
.m-nav>li:first-child+li+li+li+li>a>i{
	background: url("../image/side-nav-bg.png") no-repeat 20px -116px;
}
.m-nav>li:first-child+li+li+li+li+li>a>i{
	background: url("../image/side-nav-bg.png") no-repeat 20px -203px;
}
.m-nav>li:first-child+li+li+li+li+li+li>a>i{
	background: url("../image/side-nav-bg.png") no-repeat 20px -327px;
}
.m-nav>li:first-child+li+li+li+li+li+li+li>a>i{
	background: url("../image/side-nav-bg.png") no-repeat 20px -447px;
}
.m-nav>li:first-child+li+li+li+li+li+li+li+li>a>i{
    background: url("../image/side-nav-bg.png") no-repeat 20px -287px;
}
.m-nav>li:first-child+li+li+li+li+li+li+li+li+li>a>i{
    background: url("../image/side-nav-bg.png") no-repeat 20px -487px;
}
.m-nav>li:first-child+li+li+li+li+li+li+li+li+li+li>a>i{
	background: url("../image/side-nav-bg.png") no-repeat 20px -557px;
}
.m-nav>li>div>a:hover,.m-nav>li.active>div>a{
	color: #282c33;
}
.g-side .m-nav li dl{
	padding-left: 55px;
	margin-top: -5px;
}

.m-nav.closed li{
	position: relative;
}
.m-nav.closed li:hover dl{
	padding: 5px;
	padding-bottom: 0;
	display: block!important;
	padding-left:0;
	position: absolute;
	top: 0;
	left: 55px;
	z-index:20000;
	background-color: #e2ebff;
}
.m-nav.closed li:hover dl dd{
	width: 100px;
	height: 36px;
	padding-left: 20px;
	border-bottom: 1px solid #d7e0f2;
}


.g-switch{
	cursor: pointer;
	position: fixed;
	top: 240px;
	left:154px;
	width: 14px;
	height: 40px;
	z-index: 1;
	background: url(../image/closeLeft.jpg) center center no-repeat #fff;
}
.m-sub-menu{
	display: none;
}
.m-sub-menu>dd>a:hover,.m-sub-menu>dd.active>a{
	color: #417ad9;
}
/*.m-nav dd.active{*/
	/*background: url("../image/li-hover-bg.png") no-repeat right center;*/
/*}*/
.g-box{
	margin: 56px 0 0 168px;
	padding-left: 10px;
}
.g-top{
	/*height: 60px;*/
	height: 55px;
}
.g-top h3{
	display: inline;
	font-weight:800;
	color: #282c33;
	line-height: 60px;
	padding-right: 16px;

}
.g-top div{
	display: inline-block;
}
.g-top>h3:first-child+div{
	border-left:1px solid #e4e7eb;
}
.g-top button{
	border:none;
	outline:none;
	background-color: transparent;
	line-height: 24px;
	font-size: 14px;
	color: #3370ff;
	padding-left: 18px;
	margin-left: 16px;
}

.g-top p{
	float: right;
	line-height: 60px;
	font-size: 14px;
	color: #8b9199;
	margin-right: 15px;
}
.g-top p span {
	padding: 0 5px;
}
.g-content{
	/*display: none;*/
	border-top: 1px solid #e4e7eb;
}

.u-search{
	height: auto;
    line-height:10px;
    padding: 0px 121px 7px 0px;
    margin-top:7px;
	border-bottom: 1px solid #e4e7eb;
}
.u-search .left-unit{
	width:100%;
	border-right: 1px solid #e4e7eb;
}
.u-search .right-unit{
	right: 10px;
    top:7px;
}
.u-search form{
	padding-top: 20px;
}
.u-search .form-group{
	float: left;
	width: 400px;
    margin-bottom: 7px;
    margin-top: 7px;
    height: 32px;
}
.u-search div{
	position: relative;
	display: inline-block;
}
.u-search label{
	/*display: inline-block;*/
    float: left;
	width: 80px;
	text-align: right;
	padding-right: 0;
}
.u-search button{
	margin-left: 5px;
}
.u-search .u-list{
	top: 34px;
	right: 2px;
	z-index: 2;
}
.u-search .u-list .u-checkBox>span{
	height: 20px;}

.u-search .u-add-condition{
	width: 20px;
	height: 20px;
	border:none;
	outline:none;
	background: transparent url("../image/add-custom-bg.png") no-repeat;
	vertical-align: middle;
}
.u-search input{
	margin:0;
}
.m-add-customer{
	display: none;
}
.u-top{
	width:100%;
	line-height: 40px;
	border-top:1px solid #e4e7eb;
	border-bottom:4px solid #e4e7eb;
	margin-bottom: 27px;
	background-color: #ebf0fa;
}
.u-top span{
	font-size:16px;
	color: #417ad9;
	padding-left: 20px;
}
.u-top button{
	margin: 4px 16px 0 0 ;
	float: right;
	line-height: 25px;
	font-size: 14px;
	color: #555a62;
	border:1px solid #e4e9f2;
	background: #fff url("../image/back.png") no-repeat 10px center;
	padding-left: 30px;
}
.u-top button:hover{
	border:1px solid #e4e9f2;
	background: #fff url("../image/back.png") no-repeat 10px center;
}
.m-info{
	clear: right;
	padding-top: 20px;
	padding-bottom: 10px;
}
.m-info-box>div{
	margin-bottom:15px;
}
.m-info-box .u-title1{
	width:100%;
}

.u-title1 span{
	width:8%;
	padding-left: 18px;
	margin-bottom: 30px;
	display: inline-block;
	line-height: 20px;
	max-height: 20px;
	color: #282c33;
	font-size: 16px;
	background: url("../image/small-icon.png") no-repeat 0 2px;
}
.u-title1 hr{
	width: 90%;
	float: right;
	height: 10px;
	border:none;
	border-bottom:1px solid #e4e9f2;
}
.g-code{
    right:0;
}
.m-info-box label{
	display: inline-block;
	width: 180px;
	vertical-align: top;
	color: #3c434c;
	line-height: 32px;
	text-align: right;
}
.m-info-box label i{
	color: #e70012;
	vertical-align: middle;
	padding-right: 6px;
}
.m-info-box div input,.m-info-box div textarea{
	width: 340px;
	color: #3c434c;
	margin:0;
}
.m-info-box div .u-drop-down{
	width: 340px;
	display: inline-block;
}
.m-info-box div .u-drop-down input{
	background-position: 320px center;
}
.m-info-box .u-gender,.m-info-box .u-driver,.m-info-box .u-EC{
	line-height: 32px;
	vertical-align: middle;
}
.m-info-box .u-gender .u-radio,.m-info-box .u-driver .u-radio,.m-info-box .u-EC .u-radio{
	display: inline-block;
}

.u-expiration-time input,
.u-birthday input,
.u-entry-time input, 
.u-get-license-time input,
.u-health-check input{
	background: url("../image/select-time.png") no-repeat 320px center;
}
.m-info-box .u-upload-ID{
	margin-bottom: 10px;
}
.m-info-box .u-upload-ID div,.m-info-box .u-upload-license div,.u-file{
	display:inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
	background: transparent url("../image/upload-bg.png") no-repeat center 18px;
}
.m-info-box .u-upload-ID div img,.m-info-box .u-upload-license div img,.u-file img{
	width:128px;
	height: 92px;
	border:1px solid #c2c6cc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.m-info-box .u-upload-ID div input,.m-info-box .u-upload-license div input,.u-file input{
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	width: 128px;
	height: 92px;
	opacity:0;
	filter:alpha(opacity=0);
	margin-right:0;
	cursor: pointer;
}
.m-info-box .u-upload-ID div button,.m-info-box .u-upload-license div button,.u-file button{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	color: #8b9199;
	border:none;
	outline:none;
	background:none;
}
.m-info-box .u-work-experience input,.m-info-box .u-education-experience input{
	width: 152px;
	background: url("../image/select-time.png") no-repeat 132px center;
}
.m-info-box .u-work-experience span{
	color: #c8c8ca;
}
.m-info-box .u-job-describe label{
	vertical-align: top;
}
.m-info-box .u-job-describe textarea{
	height: 124px;
}
.m-info-box .u-education-experience span{
	color: #555a62;
}
.m-info .u-btns{
	border-top: 1px solid #e4e7eb;
	padding-top:16px;
	padding-bottom:16px;
	padding-left: 44%;
}

thead th .u-content .u-desc{
	width: 30px;
	height:100%;
	display: inline-block;
	background: url("../image/wz_desc.png") center no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

thead th .u-content .u-asc{
	width: 30px;
	height:100%;
	display: inline-block;
	background: url("../image/wz_asc.png") center no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

.g-switch-154px{left: 154px;
	background-image: url(../image/closeLeft.jpg);
	z-index: 1;}
.g-switch-55px{left: 55px; background-image: url("../image/openLeft.jpg"); z-index: 0;}