@charset "UTF-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
	code, form, fieldset, legend, input, textarea, p, blockquote, th, td,
	em, button {
	margin: 0;
	padding: 0;
}

body, html {
	/*background-color: #f9f9f9;*/
}

body {
	font: 12px/1 '微软雅黑 Regular', '微软雅黑', arial, Simsun, sans-serif;
	color: #333;
	margin: 0 auto;
}

.inline-block {
	display: inline-block;
	*display:inline !important;zoom:1;
}

.hide {
	display: none;
}

.main {
	min-width: 1007px;
	max-width: 1180px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.main .btn-primary{
	border-radius:2px;	
	background:#5786cc;
}
.infoPanel .btn-warning{
	border-radius:2px;	
}
.infoPanel .btn-primary{
	border-radius:2px;	
	background:#5786cc;
}

 .infoPanel .btn-primary:hover{
	background:#3865B6;
}
.main .btn-primary:hover{
	background:#3865B6;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: rgb(77, 125, 200);
}

a:link {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top20 {
	margin-top: 20px;
}

.mar-top30 {
	margin-top: 30px;
}

.mar-top40 {
	margin-top: 40px;
}
.mar-top50 {
	margin-top: 50px;
}
.mar-top60 {
	margin-top: 60px;
}
.mar-top80 {
	margin-top: 80px;
}

.mar-left10 {
	margin-left: 10px;
}

.mar-left20 {
	margin-left: 20px;
}

.mar-left30 {
	margin-left: 30px;
}

.mar-left40 {
	margin-left: 40px;
}

.mar-left50 {
	margin-left: 50px;
}

.mar-left60 {
	margin-left: 60px;
}

.mar-left75 {
	margin-left: 75px;
}
.mar-left120{
	margin-left:120px;
}
.mar-left150{
	margin-left:150px;
}
.mar-left200 {
	margin-left: 200px;
}

.mar-right10 {
	margin-right: 10px;
}

.mar-right20 {
	margin-right: 20px;
}

.mar-right40 {
	margin-right: 40px;
}

.mar-right60 {
	margin-right: 60px;
}
.mar-right80 {
	margin-right: 80px;
}

.mar-right100 {
	margin-right: 100px;
}
.mar-right160 {
	margin-right: 160px;
}
.mar-right200 {
	margin-right: 200px;
}

.mar-bottom50 {
	margin-bottom: 50px;
}

.mar-bottom10{
	margin-bottom: 10px;
}

.mar-bottom20{
	margin-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font20 {
	font-size: 16px;
}

.font30 {
	font-size: 30px;
}

.w30 {
	width: 30px
}

.w50 {
	width: 50px
}

.w70 {
	width: 70px
}

.w100 {
	width: 100px
}

.w105 {
	width: 105px
}

.w120 {
	width: 120px
}

.w125 {
	width: 125px
}

.w150 {
	width: 150px
}

.w170 {
	width: 170px
}

.w180 {
	width: 180px
}

.w200 {
	width: 200px
}

.w215 {
	width: 215px
}

.w250 {
	width: 250px
}

.w287 {
	width: 287px
}

.w300 {
	width: 300px
}
.w360 {
	width: 360px
}
.w400 {
	width: 400px
}

.w500 {
	width: 500px
}

.w600 {
	width: 600px
}

.h400 {
	height: 400px;
}

.h20 {
	height: 20px
}

.h30 {
	height: 30px
}

.h50 {
	height: 50px
}

.h70 {
	height: 70px
}

.h100 {
	height: 100px
}

.h105 {
	height: 105px
}

.h600 {
	height: 600px;
}

.w700 {
	width: 700px
}

.w800 {
	width: 800px
}

.w900 {
	width: 950px
}

.w1000 {
	width: 1100px
}

.bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

label {
	font-weight: normal;
}

.clear {
	clear: both;
}
.input-group .form-control{
	z-index:initial;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: sub;
}

.clear-fix:before, .clear-fix:after, .panel .panel-head:before, .panel .panel-body:before,
	.board .board-head:before, .board .board-body:before, .panel .panel-head:after,
	.panel .panel-body:after, .board .board-head:after, .board .board-body:after
	{
	content: " ";
	display: table;
}

.panel .panel-head:after, .clear-fix:after, .panel .panel-body:after,
	.board .board-head:after, .board .board-body:after {
	clear: both;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 *  方形框
 */
.block {
	background: transparent;
	border: 1px solid #ccc;
	color: #555;
	border-radius: 10px;
	width: 75px;
	height: 70px;
	padding: 5px;
	margin: 5px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.block .main {
	font-size: 26px;
	padding: 3px 0;
	display: block;
}

.block .info {
	font-size: 14px;
}

.block.primary {
	color: #00ADEE;
	border-color: #00ADEE;
}

.block.danger, .block.danger-hover:hover {
	color: #FD6D6D;
	border-color: #FD6D6D;
}

.block.disable, .block.disable:hover {
	color: #ccc;
	border-color: #ccc;
}

.table-brief>thead>tr>th {
	padding: 2px;
	background-image: -webkit-linear-gradient(#d6d6d6, #CECECE 40%, #b5b5b5);
	background-image: -o-linear-gradient(#d6d6d6, #CECECE 40%, #b5b5b5);
	background-image: linear-gradient(#d6d6d6, #CECECE 40%, #b5b5b5);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD6D6D6',
		endColorstr='#FFB5B5B5', GradientType=0);
}

.table-brief.hover>tbody>tr:hover, .table-brief.hover>tfoot>tr:hover {
	background-color: #EFF8FA;
}

.table-info>thead>tr>th {
	border-bottom: 1px solid #ddd;
}

.table>thead:first-child>tr:first-child>th {
	border-top: 1px solid #ddd;
	background-color: #F1F4FB;
}

.table-info>tbody>tr:hover {
	background-color: #F1F4FB;
}

.table-info tbody tr {
	/* min-height: 100px; */
}

.panel {
	background-color: transparent;
	border: 1px solid #ccc;
	color: #555;
}

.panel .panel-head {
	/*background-image: -webkit-linear-gradient(top, #f3f4f6 0%, #cdd2d9 100%);*/
	/*background-image: -o-linear-gradient(top, #f3f4f6 0%, #cdd2d9 100%);*/
	/*background-image: linear-gradient(to bottom, #f3f4f6 0%, #cdd2d9 100%);*/
	/*background-repeat: repeat-x;*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F4F6', endColorstr='#FFCDD2D9', GradientType=0);*/
	padding: 5px 30px 5px 10px;
	/*border-bottom: 1px solid #ccc;*/
	color: #555;
	/*font-weight: bold;*/
	line-height: 25px;
	font-size: 14px;
}

.panel .panel-head .operate {
	float: right;
	font-weight: normal;
}

.panel .panel-body {
	padding: 5px;
	color: #666;
	background-color: white;
}

.panel .panel-body.gray {
	background-color: #F9F9FB;
}

.panel .panel-body.table>thead>tr>th {
	border-bottom: 0;
	line-height: 25px;
	font-weight: normal;
}

.panel .panel-body.table.border {
	border: 0;
}

.panel.panel-condensed {
	border: 1px solid #E4E4E4;
	background: white;
}

.panel.panel-condensed .panel-head {
	border-bottom: 0;
	font-size: 18px;
}

.panel.panel-condensed .panel-body {
	padding: 20px 35px;
}

.panel-default {
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	border-color: #E9EAED;
}

.panel-default .panel-head {
	background-image: -webkit-linear-gradient(top, #f7f7f8 0%, #dbdde2 100%);
	background-image: -o-linear-gradient(top, #f7f7f8 0%, #dbdde2 100%);
	background-image: linear-gradient(to bottom, #f7f7f8 0%, #dbdde2 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F8',
		endColorstr='#FFDBDDE2', GradientType=0);
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

.panel-default .panel-body {
	background: transparent;
}

.panel-default ul.panel-body {
	margin: 20px 30px;
	list-style-position: inside;
	list-style-type: disc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.panel-default ul.panel-body:first-child {
	padding-left: 0;
	border-left: 0;
}

.panel-default ul.panel-body li {
	line-height: 30px;
}

.panel-info {
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	border-color: #ADE1F6;
}

.panel-info .panel-head {
	border-radius:8px 8px 0 0;
	background-image: -webkit-linear-gradient(top, #c4e9f9 0%, #7fd0f1 100%);
	background-image: -o-linear-gradient(top, #c4e9f9 0%, #7fd0f1 100%);
	background-image: linear-gradient(to bottom, #c4e9f9 0%, #7fd0f1 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC4E9F9',
		endColorstr='#FF7FD0F1', GradientType=0);
}

.board {
	background-color: transparent;
	border: 1px solid transparent;
	color: #555;
}

.board .board-head {
	background-color: transparent;
	padding: 5px 30px 5px 10px;
	color: #4D7DC8;
	font-weight: bold;
}

.board .operate {
	float: right;
	font-weight: normal;
}

.board .board-body {
	background-color: white;
	padding: 20px 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #666;
	box-shadow: 0px 0px 4px #ddd;
	-webkit-box-shadow: 0px 0px 4px #ddd;
}

.board .board-body ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #D7D7D7;
}

.board .board-body ul:first-child {
	padding-left: 0;
	border-left: 0;
}

.board .board-body li {
	line-height: 30px;
}

.board .board-body .col-2 {
	width: 50%;
}

.board .board-body .col-3 {
	width: 33.33%;
}

.board ul.board-body {
	list-style-position: inside;
	list-style-type: disc;
}

.board ul.board-body li {
	line-height: 30px;
}

.board.board-danger .board-head {
	border-bottom: 3px solid #FD6D6D;
}

.board.board-danger .board-body {
	border-color: #C2E2FF;
}

.board.board-primary .board-head {
	border-bottom: 3px solid #00ADEE;
}

.board.board-primary .board-body {
	border-color: #C2E2FF;
}

.btn-line {
	display: inline-block;
	margin-bottom: 0;
	touch-action: manipulation;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-line, .btn-line-orange {
	border-color: #CECECE;
	background-color: #fff;
	color: #797979;
}

.btn-line:hover, .btn-line.hover, .btn-line:active, .btn-line.active,
	.btn-line:focus, .btn-line.focus {
	border-color: #5786cc;
	background-color: white;
	color: #5786cc;
}


.btn-line1 {
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-line1, .btn-line1-orange {
    border-color: #CECECE;
    background-color: #fff;
    color: #797979;
}

.btn-line1:hover, .btn-line1.hover, .btn-line1:active, .btn-line1.active,
    .btn-line1:focus, .btn-line1.focus {
    border-color: #5786cc;
    background-color: white;
    color: #5786cc;
}


.btn-line-orange:hover, .btn-line-orange.hover, .btn-line-orange:active,
	.btn-line-orange.active, .btn-line-orange:focus, .btn-line-orange.focus
	{
	border-color: #FC923F;
	background-color: white;
	color: #FC923F;
}

.btn-line-orange.hover:hover {
	background: #FC923F;
	color: white;
}

.btn-line-default {
	color: #333;
	background-color: #F2F2F2;
	border-color: #CECECE;
}

.btn-line-default:focus, .btn-line-default.focus {
	color: #333;
	background-color: #cccccc;
}

.btn-line-default:hover {
	color: #333;
	background-color: #d9d9d9;
}

.btn-line-default:active, .btn-line-default.active, .open>.btn-line-default.dropdown-toggle
	{
	color: #333;
	background-color: #e5e5e5;
	border-color: #afafaf;
}

.btn-line-default:active:hover, .btn-line-default:active:focus,
	.btn-line-default:active.focus, .btn-line-default.active:hover,
	.btn-line-default.active:focus, .btn-line-default.active.focus, .open>.btn-line-default.dropdown-toggle:hover,
	.open>.btn-line-default.dropdown-toggle:focus, .open>.btn-line-default.dropdown-toggle.focus
	{
	color: #333;
	background-color: #c7c7c7;
	border-color: #8e8e8e;
}

.btn-line-default:active, .btn-line-default.active, .open>.btn-line-default.dropdown-toggle
	{
	background-image: none;
}

.btn-line-default.disabled, .btn-line-default.disabled:hover,
	.btn-line-default.disabled:focus, .btn-line-default.disabled.focus,
	.btn-line-default.disabled:active, .btn-line-default.disabled.active,
	.btn-line-default[disabled], .btn-line-default[disabled]:hover,
	.btn-line-default[disabled]:focus, .btn-line-default[disabled].focus,
	.btn-line-default[disabled]:active, .btn-line-default[disabled].active,
	fieldset[disabled] .btn-line-default, fieldset[disabled] .btn-line-default:hover,
	fieldset[disabled] .btn-line-default:focus, fieldset[disabled] .btn-line-default.focus,
	fieldset[disabled] .btn-line-default:active, fieldset[disabled] .btn-line-default.active
	{
	background-color: #F2F2F2;
	border-color: #CECECE;
}

.btn-line-default .badge {
	color: #F2F2F2;
	background-color: #333;
}

.list-block {
	list-style: none;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.list-block li {
	float: left;
}

.list-block .list-item {
	margin: 0;
	width: 124px;
	height: 90px;
	border-left: 1px solid #E4E4E4;
}

.list-block .list-item:first-child, .list-block .list-item:first-child.active
	{
	border-left: 0;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.list-block .list-item:last-child.active {
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.list-block .list-item.active {
	background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
	background-image: linear-gradient(to bottom, #f3f3f3 0%, #e6e6e6 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3F3F3',
		endColorstr='#FFE6E6E6', GradientType=0);
	background-color: #F4F6F7;
}

.list-block .list-item.active:after {
	content: "◆";
	font-size: 36px;
	color: #E6E6E6;
	position: absolute;
	margin-top: -5px;
	margin-left: -18px;
}

.list-block .mainText {
	padding: 8px 0;
	display: block;
}

.list-block .info {
	font-size: 12px;
}

h3.base-title {
	background-color: #E1F1FF;
	border-left: 5px solid #00ADEE;
	font-weight: normal;
	line-height: 1.42857;
	font-size: 16px;
	padding: 2px 5px;
}

h3.line-title {
	color: #00ADEE;
	border-bottom: 1px solid #00ADEE;
	line-height: 1.42857;
	padding: 5px;
	font-size: 16px;
}

.base-block {
	background-color: #ECF5FF;
	border: 1px solid #C2E2FF;
	padding: 20px;
}

.base-header {
	background-image: -webkit-linear-gradient(top, #E1F1FF 30%, #fff 70%);
	background-image: -o-linear-gradient(top, #E1F1FF 30%, #fff 70%);
	background-image: linear-gradient(to bottom, #E1F1FF 30%, #fff 70%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE1F1FF',
		endColorstr='#FFFFFFFF', GradientType=0);
	height: 90px;
	width: 1152px;
	margin: 0 auto;
}

.base-body {
	width: 1152px;
	background-color: #E7F4FF;
	margin: 0 auto;
}

.base-cont {
	width: 920px;
	background-color: #fff;
	margin: 0 auto;
}

.text-gray {
	color: #A1A1A1;
}

.text-primary {
	color: #00ADEE;
}

.text-orange {
	color: text-orange;
}

.text-danger {
	color: #FD6D6D;
}

.text-success {
	color: #339900;
}

.inform-table {
	width: 700px;
	margin-top: 10px;
}

.inform-table tr {
	line-height: 38px;
	height: 38px;
}

.inform-table tr span {
	margin-right: 2px;
}

.inform-table tr input[type="checkbox"] {
	margin-left: 35px;
}

.warn {
	font-family: 'Applied Font Bold', 'Applied Font';
	color: #FF0000;
	font-size: 13px;
	font-weight: bolder;
}

.infoPanel {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	/* width: 890px; */
	min-height:500px;
	background-color: white;
}

.infoPanel .infoPanel-head {
	border-bottom: 1px solid #D7D7D7;
	line-height: 41px;
	font-size: 16px;
	padding-left: 15px;
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
}

.infoPanel ul.infoPanel-head :before, .infoPanel ul.infoPanel-head:after
	{
	content: " ";
	display: table;
}

.infoPanel  ul.infoPanel-head:after {
	clear: both;
}

.infoPanel .infoPanel-head li {
	float: left;
}

.infoPanel ul.infoPanel-head  li a {
	color: #999999;
	margin: 0 20px;
	display: inline-block;
	padding: 0 4px;
}

.infoPanel ul.infoPanel-head li a.active {
	border-bottom: 3px solid #FC923F;
	color: black;
}

.infoPanel a, .infoPanel a:hover, .infoPanel a:active, .infoPanel a:focus
	{
	text-decoration: none;
	outline: 0;
}

.infoPanel ul.infoPanel-head li hr {
	border-top: 0;
	border-left: 1px solid #eee;
	margin: 0;
	float: left;
	width: 0;
	height: 18px;
	margin-top: 12px
}

.infoPanel .infoPanel-body {
	clear: both;
}

.infoPanel .infoPanel-body .infoPanel-body-list {
	margin-top: 30px;
	margin-left: 30px;
}

.infoPanel .infoPanel-body .infoPanel-body-list-head {
	font-size: 15px;
}

.infoPanel .infoPanel-body .infoPanel-body-list span {
	padding-right: 10px;
	background-color: white;
}

.infoPanel .infoPanel-body .infoPanel-body-list hr {
	margin-top: -10px;
}

.infoPanel .infoPanel-body .infoPanel-body-list-detail {
	font-size: 13px;
	margin-top: 10px;
	margin-left: 76px;
}

.infoPanel .infoPanel_footer {
	margin-bottom: 20px;
	text-align: center;
}

.orange {
	color: #FF6600;
}

em {
	color: #999999;
	font-size: 12px;
	font-style: normal;
}

.blue {
	color: #5786CC;
}

.red {
	color: #FF0000;
}

.green {
	color: #00CC00;
}

.navMenu li {
	float: left;
	margin-right: 6px;
	width: 87px;
	text-align: center;
	cursor: pointer;
	line-height: 26px;
	list-style: none;
}

.navMenu li a {
	color: black;
	width: 87px;
	text-align: center;
	cursor: pointer;
	line-height: 26px;
	display: inline-block;
}

.navMenu li a.active {
	color: #4D7DC8;
}

.navMenu a:hover {
	color: #4D7DC8;
}

.head {
	background: #ccc;
	height: 60px;
	background-color: white;
}

.head-login{
	background: #ccc;
    height: 60px;
    line-height:23px;
    background-color: white;
}

.head .main div {
	display: inline-block;
}

.companyInter {
	display: block;
	line-height: 28px;
	background: url("../img/company.png") no-repeat;
	color: white;
	width: 87px;
}

.companyInter:hover {
	background: url("../img/company_mouseOver.png") no-repeat;
	color: white;
}

.headTips{
	color:#efb336;
}

label.error {
	display: table;
	color: red;
}
/* label.error{

  position: absolute;
	left: 320px;
  right: -200px;
  color:#ababab;
  margin-top:-25px;
	color:red;
} */
label.error:before {
	content: "\e014";
	font-size: 14px;
	font-family: 'Glyphicons Halflings';
	vertical-align: bottom;
}
#inImgCode-error,#inSmsCode-error,#inSMS-error{
	margin-left:100px;
}
.password-level{
    display: inline-block;
    width: 240px;
    margin-left: 10px;
    margin-top:10px;
}
.password-level li{
    float: left;
    text-align: center;
    margin-right: 4px;
}
.password-level span{
    display: block;
    vertical-align: top;
    width: 65px;
    height: 6px;
    line-height: 6px;
    background-color: #d7d7d7;
}
.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
#_MvcPager_Ctrl0_pib{
	width:50px;
	display:inline;
} 

#conditionTbl{
	margin: 20px;
    width: 96%;
    border: 1px solid #e4e4e4;
    background:#F2F2F4;
}
#conditionTbl input, .conditionTbl input{
	line-height: 25px;
}
/*skin 处理*/


.input-vi{
	position:relative;
}
.input-vi input{
	padding:6px 4px;
	height:34px;
}
.input-vi-query{
	position:absolute;
	top:-1px;
	right:5px;
	background:#ff9647;
	cursor:pointer;
}

#treeDemo .ico_docu,#treeLayer_jian .ico_docu,#treeDemoSearch .ico_docu{
    background-color:#5786cc
}

#treeDemo .ico_open,#treeLayer_jian .ico_open,#treeDemoSearch .ico_open{
    background-color:#5786cc
}
#treeDemo .ico_close,#treeLayer_jian .ico_close,#treeDemoSearch .ico_close{
	background-color:#5786cc
}

#treeDemo .remove,#treeDemoSearch .remove{
	background-image:url("../img/position/delete-tree.png");
	background-position:0 0 ;
	margin-left:4px;
	margin-top:-1px;
}

#treeDemo .add_diy,#treeDemoSearch .add_diy{
	margin-top:-5px;
}

#treeDemo .edit_diy,#treeDemoSearch .edit_diy{
	margin-top:-5px;
}

.skin-flightquery-vi{
    background-color:#EA8C00;
}

.skin-orderfill-vi{
	background-color:#43A813;
}
.skin-manageList-vi{
	background-color:#6b80bd;
}
.skin-flight-tips-over{
	background-color:#78c06e;
}

.skin-flight-tips-future{
    background-color:#b6b6b7;
}
.skin-settlement-hr{
	border: 1px solid #BBDFFF;
}
.queryTable{
	border:1px solid #e4e4e4;
	padding:15px;
	margin-top:10px;
    margin-bottom:10px;
}
.queryTable table{
	   width:100%
}
.queryTable th,.queryTable td{
	text-align:left;
	padding:4px;
}
.queryTable input,.queryTable select{
	height:24px;
	line-hegiht:24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}
.queryTable h3{
    margin: -15px -15px 15px -15px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 15px;
    background-color: #eceef1;
    background: -webkit-linear-gradient(270deg, rgba(245, 247, 248, 1) 0%, rgba(245, 247, 248, 1) 2%, rgba(230, 231, 235, 1) 100%, rgba(230, 231, 235, 1) 100%);
}
   
.queryList.style-left .table thead  tr>th,.queryList.style-left .table tbody  tr>td{
    text-align:left;
    padding:2px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height:25px;
    
}
.queryList table{
	table-layout: fixed;
}
.queryList  .table thead  tr>th.text-right,.queryList .table tbody  tr>td.text-right{
    text-align:right;
}
.queryList th.text-center,.queryList td.text-center{
    text-align:center;
}
.queryList.ellipsis table td,.queryList.ellipsis table th {
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
     table-layout: fixed;
     width: 80px;
     min-width: 60px;
}
.text-orange1{
    color: #ff9133;
}
.text-red {
    color: #ff5656;
}

.text-green {
    color: #6ccd61;
}
.text-gray1{
    color:#999999;
}
.text-gray2{
    color:#666666;
}
.refund-endorse {
	cursor: default;
}
.isFeishuCompanyHide {
	display: none !important;
}