﻿@charset 'utf-8';
@font-face {
  font-family: 'fzzzhongjw';
  src: url('fonts/fzzzhongjwgb10.eot');
  src: url('fonts/fzzzhongjwgb10.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/fzzzhongjwgb10.ttf') format('truetype'); /* Safari, Android, iOS */
}
html {
  font-family: "Microsoft YaHei",sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  background-color: #fff;
}
.ztree * {
  font-family: 'Microsoft YaHei', sans-serif;
}
body{
  margin: 0;
  background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
  display: block;
}
audio,
canvas,
progress,
video{
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]){
  display: none;
  height: 0;
}
[hidden],
template{
  display: none;
}
a{
  background-color: transparent;
}
a:active,
a:hover{
  outline: 0;
}
abbr[title]{
  border-bottom: 1px dotted;
}
b,
strong{
  font-weight: bold;
}
dfn{
  font-style: italic;
}
h1{
  font-size: 2em;
  margin: 0.67em 0;
}
mark{
  background: #ff0;
  color: #000;
}
small{
  font-size: 80%;
}
sub,
sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup{
  top: -0.5em;
}
sub{
  bottom: -0.25em;
}
img{
  border: 0;
}
svg:not(:root){
  overflow: hidden;
}
figure{
  margin: 1em 40px;
}
hr{
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;}
pre{
  overflow: auto;
}
code,
kbd,
pre,
samp{
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea{
  color: inherit;
  font: inherit;
  margin: 0;
}
button{
  overflow: visible;
}
button,
select{
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit']{
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled]{
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
  border: 0;
  padding: 0;
}
input{
  line-height: normal;
}
input[type='checkbox'],
input[type='radio']{
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button{
  height: auto;
}
input[type='search']{
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration{
  -webkit-appearance: none;
}
fieldset{
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend{
  border: 0;
  padding: 0;
}
textarea{
  overflow: auto;
}
optgroup{
  font-weight: bold;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th{
  padding: 0;
}
.clearfix:before, .clearfix:after{
	display: table;
	content: ' ';
}
.clearfix:after{
	clear: both;
}
.fn-hide{
	display: none;
}
input[type='text'],input[type='password'],select,textarea{
	border: 1px solid #ccc;
	height: 30px;
	font-size: 1.2em;
	line-height: 1.4;
	color: #666;
/* 	-webkit-transition: border-color 0.5s, box-shadow 0.5s; */
/* 	-moz-transition: border-color 0.5s, box-shadow 0.5s; */
/* 	-ms-transition: border-color 0.5s, box-shadow 0.5s; */
/* 	-o-transition: border-color 0.5s, box-shadow 0.5s; */
/* 	transition: border-color 0.5s, box-shadow 0.5s; */
}
input[type='text']:hover,input[type='password']:hover,select:hover{
/* 	border-color: #6794f5; */
}
input[type='text']:focus,input[type='password']:focus,select:focus{
/* 	border-color: #6794f5; */
}
input[type='text'][disabled]{
	border-color: #ccc;
}
input[type='text']::-moz-placeholder,input[type='password']::-moz-placeholder{
	color: #999;
	opacity: 1;
/* 	font-size: 1.2em; */
}
input[type='text']:-ms-input-placeholder,input[type='password']:-ms-input-placeholder{
	color: #999;
/* 	font-size: 1.2em; */
}
input[type='text']::-webkit-input-placeholder,input[type='password']::-webkit-input-placeholder{
	color: #999;
/* 	font-size: 1.2em; */
}
a{
	color: #3598DB;
	text-decoration: none;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
a:hover{
	color: #3598DB;
	text-decoration: underline;
}
.fn-hide{
	display: none;
}
button{
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
[class^='btn-'], [class^=' btn-'], .btn{
	height: 30px;
	min-width: 80px;
}
.btn-o{
	color: #000;
	background: url(./../images/list_bg.gif) repeat-x;
	border: 1px solid #b2dfff;
	font-size: 1.2em;
	height: 26px;
	min-width: 60px;
}
.btn-o:disabled{
	color: #aaa;
}
.btn-blue{
	color: #fff;
	background-color: #208cd4;
	border: 1px solid #17689d;
	font-size: 1.4em;
}
.btn-blue:hover{
	border-color: #1d7cbc;
	background-color: #186ba3;
}
.btn-gray{
	border: 1px solid #bed2d6;
	background-color: #e1e7e9;
	color: #777f90;
	font-size: 1.4em;
}
.btn-gray:hover{
	border-color: #a3bec5;
	background-color: #cad6d9;
}
.btn-warn{
	color: #fff;
	background-color: #F68A62;
	border: 1px solid #dc6a58;
	font-size: 1.4em;
}
.btn-warn:hover{
	background-color: #f47342;
	border: 1px solid #d54733;
}
.btn-grp [class^='btn-'], .btn-grp [class*=' btn-']{
	float: left;
}
.btn-grp [class^='btn-'], .btn-grp [class*=' btn-']{
	float: left;
}
button[disabled],button[disabled]:hover,button[disabled]:active{
	background-color: #d8dedf;
	border-color: #aaa;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mask-loading{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	text-align:center;
	top: 0;
	left: 0;
	font-size: 2em;
	background: url(./../images/loading.gif) center center no-repeat;
}
.tb-no-data{
	font-size: 1.2em;
	text-align: center;
}

.row:before, .row:after{
	display: table;
	content: ' ';
}

.row:after{
	clear: both;
}

.row {
  margin-bottom: 20px;
}

.row.m {
  margin-bottom: 10px;
}

.row.s {
  margin-bottom: 8px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3h {
  width: 29.1666666%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-offset-12 {
  margin-left: 100%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-0 {
  margin-left: 0;
}

[class^='col-'], [class*=' col-'] {
  float: left;
  min-height: 1px;
}

.fn-ar {
  text-align: right;
}

.fn-al {
  text-align: left;
}

.fn-ac {
  text-align: center;
}

.fn-fl {
  float: left;
}

.fn-fr {
  float: right;
}

.fn-fn {
  float: none;
}

.font-b {
  font-weight: bold;
}