[v-cloak]{
	display: none !important;
}
html,body,div,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,img,select,button,textarea,iframe,table,th,td {margin: 0;padding: 0}
img {border: 0 none;vertical-align: top}
ul,ol,li {list-style-type: none}
h1,h2,h3,h4,h5,h6 {font-weight: normal;display:block;}
body,input,select,button,textarea,li {font-size: 14px;font-family: Arial, Helvetica, "STHeiti STXihei", "Microsoft YaHei", Tohoma, sans-serif;}
a,button {cursor: pointer}
i,em,cite {font-style: normal}
a,a:link {text-decoration: none}
a:focus {outline: none}
html,body{width: 100%;height: 100%;overflow-y: hidden;}
css style:html,body{-moz-user-select: none; -khtml-user-select: none; user-select: none;}
.hide{display:none;}
.show{display:block;}
.fl,.left,.h-left{float:left;}.fr,.right,.h-right{float:right;}
.clear-float:after,.h-clear-float:after{content:"";display:block;visibility:hidden;height:0;clear:both;}
*{margin:0;padding:0;}
::-ms-clear,::-ms-reveal{display:none;}
.h-main-box{
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow-y:auto;
}
.i{
	color:red;
}
/************************閺夊牊鎸搁崣鍡楊浖閸℃瀚查柟绋款樀閹告娊寮藉畡鎵*******************/
.default-btn{
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0px 10px;
	background-color: #009688;
	color:#fff;
	white-space: nowrap;
	border:none;
	outline:none;
	border-radius: 2px;
}
.default-btn:hover{
	background-color: #33aba0;
}
.default-btn i{
	margin-right: 5px;
}
.blue-btn{
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0px 10px;
	background-color: #4eadf5;
	color:#fff;
	white-space: nowrap;
	border:none;
	outline:none;
	border-radius: 2px;
}
.blue-btn:hover{
	background-color: #4bb2ff;
}
.blue-btn i{
	margin-right: 5px;
}
.yellow-btn{
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0px 10px;
	background-color: #FFB800;
	color:#fff;
	white-space: nowrap;
	border:none;
	outline:none;
	border-radius: 2px;
}
.yellow-btn:hover{
	background-color: #ffc633;
}
.yellow-btn i{
	margin-right: 5px;
}
.red-btn{
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0px 10px;
	background-color: #FF5722;
	color:#fff;
	white-space: nowrap;
	border:none;
	outline:none;
	border-radius: 2px;
}
.red-btn:hover{
	background-color: #ff794e;
}
.red-btn i{
	margin-right: 5px;
}
.layout-form {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.layout-form-3{
	width:1086px;
	margin:0px auto;
}
.layout-form-2{
	width:734px;
	margin:0px auto;
}
.layout-form-1{
	width:372px;
	margin:0px auto;
}
.layout-form-row {
    position: relative;
    text-align: center;
}
.layout-form-row:after{
	content:"";
	display:block;
	clear:both;
}
.layout-form-item {
	position: relative;
    margin: 0px;
    float: left;
    min-height: 36px;
}
.layout-form-label {
    width: 90px;
    float: left;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 20px;
}
.layout-form-content {
	text-align: left;
    float:left;
    min-width: 252px;
    padding: 4px 5px;

}
.layout-form-row .one{
	width: 100%;
	float:left;
	min-height: 36px;
	height:36px;
}
.layout-form-row .two{
	margin:0px;
	float:left;
	width: 50%;
	min-height: 36px;
}
.layout-form-row .three{
	margin:0px;
	float:left;
	width: 33.33%;
	min-height: 36px;
}
.layout-form-row .four{
	margin:0px;
	float:left;
	width: 25%;
	min-height: 36px;
}
.layout-form-row .delicon{
	position: absolute;
	bottom:2px;
	right: 2px;
	line-height: 18px;
	height: 18px;
	color:#fff;
	background-color: #009688;
	cursor: pointer;
	padding-right: 3px;
	padding-left: 2px;
	border-radius: 2px;
	display:none;
	z-index:1000;
}
.form-label{
	width: 100px;
	float:left;
	text-align: right;
	margin-top:8px;
	margin-bottom: 8px;
	line-height: 20px;
}
.form-content{
	margin-left:100px;
	position: relative;
	padding:4px 5px;
	text-align:left;
}


.h-input {
	border: 1px solid #ddd;
    border-radius: 2px;
    height: 26px;
    width: 250px;
    line-height: 26px;
    text-indent: 1px;
    outline: none;
}

.h-input-date{
	border: 1px solid #ddd;
	outline: none;
	height: 26px;
	line-height: 26px;
	text-indent: 1px;
	border-radius: 2px;
	width: 250px;
	background:url(images/date.png) no-repeat right center;
}
.h-input-time{
	border: 1px solid #ddd;
	outline: none;
	height: 26px;
	line-height: 26px;
	text-indent: 1px;
	border-radius: 2px;
	width: 250px;
	background:url(images/time.png) no-repeat right center;
}
.h-input:focus,.h-input-date:focus,.h-input-time:foucs{
	border-color: #00a5a5;
}
.h-textarea{
	border: 1px solid #ddd;
	outline: none;
	line-height:20px;
	border-radius: 2px;
	padding: 0px 2px;
	resize:none;
	text-indent:.3em;
	display: block;
	-webkit-transition: 0.3s border-color ease-in-out;
	-moz-transition: 0.3s border-color ease-in-out;
	-o-transition: 0.3s border-color ease-in-out;
	transition: 0.3s border-color ease-in-out;
	font-size: 14px;
	overflow:auto;
	width: 950px;
	height:60px;
}
/***********************鐎殿噯鎷烽柛蹇氭珪鐎垫粓鏌﹂敓锟�***********************/
.form-switch{
	position: relative;
	height: 22px;
    line-height: 22px;
    min-width: 35px;
    padding: 0 5px;
    margin-top: 4px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    border-radius: 12px;
    cursor:pointer;
}
.form-switch em {
    position: relative;
    top: 0;
    width: 25px;
    margin-left: 21px;
    padding: 0!important;
    text-align: center!important;
    color: #666!important;
    font-style: normal!important;
    font-size: 12px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

.form-switch i {
    position: absolute;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #d2d2d2;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}
.form-onswitch {
	border-color: #5FB878;
    background-color: #5FB878;
}
.form-onswitch {
	border-color: #5FB878;
    background-color: #5FB878;
}
.form-switch-disabled {
	border: 1px solid #ccc!important;
    background-color: #ddd!important;
}
.form-switch-disabled i{
	background-color: #fff!important;
}

.form-onswitch i{
	left: 100%;
    margin-left: -21px;
    background-color: #fff;
}
.form-onswitch em {
    margin-left: 5px;
    margin-right: 21px;
    color: #fff!important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

/*************************闁告娲熼敓钘夘槹椤㈠宕仦绛嬫Щ闂侇偄顦伴、瀣儍閸曨剛澹夌�殿噯鎷�*******************/
.h-checkbox-css{
	font-size:14px;
	cursor:pointer;
	display:inline-block;
}
.h-checkbox-margin{
	margin-left:10px;
	margin-right:10px;
}
.h-checkbox-margin-5{
	margin-left:5px;
	margin-right:5px;
}
.h-checkbox-css-28{
	height:28px;
	line-height: 28px;
}

.h-checkbox-radio-css-28{
	height:28px;
	line-height: 28px;
}

.h-checkbox-css-26{
	height:26px;
	line-height: 26px;
}
.h-checkbox-css-20{
	height:18px;
	line-height: 18px;
}
.h-checkbox-css i{
	font-family: "iconfont" !important;
	font-size:14px;
	font-style:normal;
	display:inline-block;
	width:14px;
	height:14px;
	text-align:center;
	line-height:14px;
	font-weight: bold;
	color:#fff;
	vertical-align:middle;
	margin:-2px 2px 1px 0px;
	border:#00a5a5 1px solid;
	border-radius: 2px;
	*display:none;
	display:none\9;
}
.h-checkbox-css i:before{
	content: "\ebe7";
}
.h-checkbox-css input[type="checkbox"],input[type="radio"]
{
	display:none; *display:inline-block;
	display:inline-block\9;
	margin-right: 2px \9;
	outline:none;
}
.h-checkbox-css i {
	color:transparent;
}
.h-checkbox-css input[type="radio"] + i {border-radius:10px;}
.h-checkbox-css input[type="radio"]:checked + i {background:#00a5a5;color:#fff}
.h-checkbox-css input[type="checkbox"]:checked + i {background:#00a5a5;color:#fff}
.h-checkbox-css input[type="checkbox"]:disabled + i,input[type="radio"]:disabled + i {border-color:#d2d2d2;}
.h-checkbox-css input[type="checkbox"]:checked:disabled + i,input[type="radio"]:checked:disabled + i {background:#d2d2d2;}
.h-checkbox-css input[type="radio"] + i {background-color:transparent;color:transparent}
/*********************toolbar鐎规悶鍎遍崣鍧楀冀閿燂拷***********/
.h-toolbar{
	width: 100%;
	line-height: 26px;
	padding:4px 0px;
	border:1px solid #e6e6e6;
	background-color: #f5f5f5;
	border-radius: 2px;
	display: inline-block;
}
.h-toolbar-noborder{
	border-left: 0px!important;
	border-right: 0px!important;
}
.h-toolbar-label{
	vertical-align:middle;
	padding:0px 5px;
	display: inline-block;
}
.h-toolbar-separator{
	vertical-align:middle;
		display: inline-block;
	width: 1px;
	height: 17px;
	background-color: #e6e6e6;
}
.h-toolbar-button{
	vertical-align:middle;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left:8px;
	padding-right:8px;
	margin-left:2px;
	border:1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
}
.h-toolbar-button i{
	margin-right: 2px;
	color:#007e7e;
}
.h-toolbar-right{
	float:right;
	vertical-align:middle;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left:8px;
	padding-right:8px;
	margin-left:2px;
	border:1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
}
.h-toolbar-button:hover{
	border-color: #ddd;
	background-color: #e6e6e6;
}
.h-toolbar-expbtn{
	vertical-align:middle;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left:8px;
	padding-right:8px;
	margin-left:2px;
	border:1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
}

.h-toolbar-expbtn i{
	color:#666;
}
.h-toolbar-expbtn:hover{
	border-color: #ddd;
	background-color: #e6e6e6;
}
.h-toolbar-text{
	outline: none;
	vertical-align:middle;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border:1px solid #e6e6e6;
	border-radius: 2px;
	padding:0px 2px;
	width:150px;
}
.h-toolbar-text:focus {
	border:1px solid #00a5a5;
}
.h-toolbar-body{
	border-left:1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.h-toolbar-menubutton{
	vertical-align:middle;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left:8px;
	padding-right:8px;
	margin-left:2px;
	border:1px solid transparent;
	border-radius: 2px;
	cursor: pointer;

}
.h-toolbar-menubutton i{
	color:#666;
}
.h-toolbar-menubutton:hover{
	border-color: #ddd;
	background-color: #e6e6e6;
}
.h-toolbar-menubutton:hover i{
	color:#333;
}
.h-toolbar-menuitem{
	display:none;

}
.h-toolbar-disabled{
	color:#999!important;
}
.h-toolbar-disabled i{
	color:#999!important;
}
.h-contextmenu{
	position: absolute;
	left:700px;
	top:100px;
	min-width: 150px;
	min-height:30px;
	background-color:#f8f8f8;
	border-radius: 2px;
	padding:2px;
	border:1px solid #e6e6e6;
}
.h-context-separator{
	width:100%;
	border-bottom: 1px solid #ccc;
	margin-top:1px;
	margin-bottom: 1px;
}
.h-context-menuitem{
	height: 25px;
	line-height: 25px;
	position: relative;
	cursor: pointer;
	border-radius: 2px;
}
.h-context-menuitem:hover{
	background-color: #ddd;
}
.h-context-menu-icon{
	position: absolute;
	left: 2px;
	top:2.5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.h-context-menu-icon img {
	width: 17px;
	height: 17px;
	margin-top:1.5px;
}
.h-context-menu-sub{
	position: absolute;
	right: 2px;
	top:2.5px;
	width: 16px;
	text-align: center;
	height: 20px;
	color:#00a5a5;
	line-height: 20px;
	font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
}
.h-context-menu-sub:before{
	content: "\e656";
}
.h-context-menu-text{
	position: absolute;
	left:23px;
	color:#666;
	right: 19px;
	top: 0px;
	height: 25px;
	line-height: 25px;
}
.h-context-disabled>.h-context-menu-text{
	color: #999!important;
}
.h-context-disabled>.h-context-menu-sub{
	color: #999!important;
}
.h-context-disabled:hover{
	background-color: #f8f8f8!important;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}
/***************************闂傚牄鍨哄姗�寮藉畡鎵*******************/
/******************************************闂傚倸鍊搁悧鍕垂閸濆嫷鐔嗛柨鐕傛嫹************************************/
.h-panel-wrap{

}
.h-panel-header{
	height: 34px;
	line-height: 34px;
	background-color: #f5f5f5;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border:1px solid #ddd;
	position: relative;
}
.h-panel-header-text{
	position: absolute;
	height: 34px;
	line-height: 34px;
	left:15px;
	right: 70px;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.h-panel-header-collapse{
	position: absolute;
	right: 40px;
	width: 25px;
	height: 34px;
	line-height:34px;
	color:#999;
	cursor: pointer;
	text-align: center;
}
.h-panel-header-collapse:hover{
	color: #333;
}
.h-panel-header-close{
	position: absolute;
	right: 5px;
	width: 25px;
	height: 34px;
	line-height:34px;
	color:#999;
	text-align: center;
	cursor: pointer;
}
.h-panel-header-close:hover{
	color:#333;
}
.h-panel-body{
	border-top: 0px;
	border-left: 1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	overflow: auto;
}
/******************************下拉列表样式*************************************/
.h-dropdown-box{
	position: absolute;
	width:286px;
	height: 180px;
	border:1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius:2px;
	border-radius: 2px;
	display:none;
	z-index: 9999;
	overflow:auto;

}
.h-dropdown-querybox{
	height:28px;
	padding:3px;
}

.h-dropdown-search{
	clear: both;
	position:relative;
	border:1px solid #ccc;
	-webkit-border-radius:2px;
	border-radius: 2px;
}
.h-dropdown-search:hover{
	border:1px solid #00a5a5;
}
.h-dropdown-search-left{
	height:27px;
	line-height:27px;
	margin-right:26px;

}
.h-dropdown-search-left input{
	height:26px;
	line-height:26px;
	border:0px;
	width:100%;
	outline: none;
	text-indent: 5px;
	font-size: 14px;

}
.h-dropdown-search-right{
	position: absolute;
	right:0px;
	top:0px;
	height:26px;
	line-height:26px;
	width:26px;
	text-align: center;
	font-size:16px;
	color:#c2c2c2;
	cursor: pointer;
}
.h-dropdown-search-right:hover{
	color:#333;
}

.h-dropdown-item{
	position: relative;
	height: 28px;
	line-height: 28px;
}

.h-dropdown-item-left{
	position: absolute;
	left:0;
	top:0;
	width:20px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color:#fff;
}
.h-dropdown-item-left i{
	border:1px solid #ccc;
	width: 14px;
	height:14px;
}
.h-dropdown-item-right{
	height: 28px;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow:hidden;
}
.h-dropdown-check .h-dropdown-item-right{
	margin-left: 20px;
}

.h-select-item{
	position:relative;
	height:20px;
	line-height: 20px;
	padding:0px 3px ;
	margin:2px 3px 2px 0px ;
	border:1px solid #ddd;
	border-radius: 2px;
	-webkit-border-radius:2px;
	float:left;
	color:#666;
	max-width: 243px;
}
.h-select-item:hover{
	background-color:#00a5a5;
	border:1px solid #00a5a5;
	color:#fff;
}
.h-select-item:hover i{
	color:#fff;
}
.h-select-item-text{
	position:relative;
	margin-right: 18px;
	height:20px;
	line-height: 20px;
	max-width:208px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
.h-select-item-close{
	padding-right: 2px;
	position: absolute;
	line-height: 16px;
	right:0px;
	top:0px;
	font-size:10px;
	color:#ccc;
	cursor: pointer;
}

.h-dropdown-select{
	 position: relative;
	 border:1px solid #ddd;
	 border-radius: 2px;
	 -webkit-border-radius:2px;
	 width:250px;
	 background-color:#fff;
}
.h-select-inner{
	position: relative;
	min-height: 26px;
	line-height: 26px;
	max-height: 84px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-left:3px;
	margin-right:28px;
	border:0px;
	font-size: 14px;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.h-select-inner input{
	width:100%;
	height:100%;
	outline:none;
	border:0px;
	height:26px;
	line-height:26px;
}
.h-select-toggle{
	position: absolute;
	right: 0px;
	top:0px;
	width:26px;
	height:26px;
	line-height:26px;
	text-align: center;
	font-size:17px;
	color:#c2c2c2;
	cursor: pointer;
}
.h-select-toggle:hover{
	color:#333;
}
.h-select-toggle i{
	font-size: 14px;
}
.h-select-button{
	position: absolute;
	right: 0px;
	top:0px;
	width:26px;
	height:26px;
	line-height:26px;
	text-align: center;
	font-size:17px;
	color:#666;
	cursor: pointer;
}
.h-select-clearbtn{
	position: absolute;
	right:26px;
	height: 26px;
	line-height: 26px;
	top:0px;
	width: 20px;
	text-align: center;
	color:#666;
	cursor: pointer;
}
.h-select-clearbtn:hover{
	color:#000;
	background-color: #f0f0f0;
}
.h-select-clearbtn i{
	font-size: 14px;
}
.h-select-button:hover{
	color:#000;
	background-color: #f0f0f0;
}
.h-select-button i{
	font-size: 14px;
}
.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}


.h-dropdown-menu{
	height: 140px;
	overflow-y: auto;
}
.h-dropdown-menu li{
	height:28px;
	line-height: 28px;
	font-size: 14px;
	padding:0px 5px;
	border:1px solid #fff;
	-webkit-border-radius:2px;
	border-radius: 2px;
	cursor:pointer;

}
.h-dropdown-menu li:hover{
	background-color:#f2f2f2;

}
.h-dropdown-menu li:hover div{
	background-color:#f2f2f2;

}

.h-dropdown-menu li:hover .h-dropdown-item-left i  {
	background-color:#f2f2f2;
}
.h-dropdown-menu li:hover .h-dropdown-item-left .h-dropdown-check-icon  {
	background-color:#dcf8a8;
	border:1px solid #dcf8a8!important;
	color:#fff!important;
}
.h-dropdown-item{
	position: relative;
	height: 28px;
	line-height: 28px;
}

.h-dropdown-check-icon{
	background-color:#5fb878;
	color:#666;
}

.h-dropdown-check-icon:hover{
	background-color:#5fb878!important;
	color:#fff;
}
.h-dropdown-check-icon .h-dropdown-item-left{
	background-color: #5fb878!important;
}
.h-dropdown-check-icon .h-dropdown-item-left i{
	border:1px solid #5fb878!important ;
}
.h-dropdown-item-disabled{
	background-color: #fff!important;
	color:#ddd!important;
}
.h-dropdown-item-disabled:hover{
	background-color: #fff!important;
	color:#ddd!important;
}
.h-dropdown-item-disabled:hover .h-dropdown-item .h-dropdown-item-left{
	background-color: #fff!important;
	color:#fff!important;
}
.h-dropdown-item-disabled:hover .h-dropdown-item .h-dropdown-item-left i{
	background-color: #fff!important;
	color:#fff!important;
}
.h-dropdown-item-disabled:hover .h-dropdown-item .h-dropdown-item-right{
	background-color: #fff!important;
	color:#ddd!important;
}
.h-dropdown-item-disabled .h-dropdown-item .h-dropdown-item-right{
	color:#ddd!important;
}
.h-dropdown-check-icon:hover .h-dropdown-item .h-dropdown-item-left i{
	border:1px solid #5fb878;
	background-color:#5fb878!important;
	color:#fff!important;
}

.h-dropdown-check-icon .h-dropdown-item .h-dropdown-item-right{
	color:#fff!important;
}
.h-dropdown-check-icon:hover .h-dropdown-item .h-dropdown-item-right{
	background-color:#5fb878!important;
	color:#fff!important;
}
.h-dropdown-check-icon:hover .h-dropdown-item-right{
	color:#666;
}
.h-dropdown-menu li:hover .h-dropdown-check-icon{
	color:#00a0ea;
}

.h-date{
	position:absolute;
	left:30px;
	top:0px;
	background-color: #fff;
	border:1px solid #ccc;
	color: #666;
	width: 240px;
	min-height: 120px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	z-index: 9000;
}
.h-date-top{
	padding: 5px;
	height:26px;
}

.h-date-movebtn-l{
	width:21px;
	height: 24px;
	line-height: 24px;
	background-color: #F6F6F6;
	font-size: 16px;
	border:0px;
	border-right: 1px solid #ccc ;
	float:left;
	color:#666;
}
.h-date-movebtn-l i{
	color:#999;
	font-size: 14px;
}
.h-date-movebtn-l i:hover{
	color:#666;
}
.h-date-movebtn-r{
	border-left: 1px;
	width:21px;
	height: 24px;
	line-height: 24px;
	background-color: #F6F6F6;
	border:0px;
	border-left: 1px solid #ccc ;
	font-size: 16px;
	float:right;
	color:#666;
}
.h-date-movebtn-r i{
	color:#999;
	font-size: 14px;
}
.h-date-movebtn-r i:hover{
	color:#666;
}
.h-date-movebtn-l:hover{
	background-color: #fff;
}
.h-date-movebtn-l:focus{
	outline: 0;
}
.h-date-movebtn-r:focus{
	outline: 0;
}
.h-date-movebtn-r:hover{
	background-color: #fff;
}
.h-date-year{
	width: 121px;
    margin-right: 6px;
    float: left;
    height: 24px;
    border:1px solid #ccc;
}
.h-date-year-center{
	float:left;
	height:24px;
	width:79px;
	font-size:16px;
}
.h-date-year-center input{
	border:0px;
	height: 23px;
	line-height: 24px;
	width:57px;
	font-size: 12px;
	text-align: center;
}
.h-date-year-center i{
	cursor: pointer;
	color:#999;
	font-size: 14px;
}
.h-date-year-center i:hover{
	color:#666;
}
.h-date-month{
	float:left;
	height: 24px;
	border:1px solid #ccc;
	width:99px;
}
.h-date-month-center{
	float:left;
	font-size:16px;
	height:24px;
	width:57px
}
.h-date-month-center i{
	cursor: pointer;
	color:#999;
	font-size: 14px;
}
.h-date-month-center i:hover{
	color:#666;
}
.h-date-month-center input{
	border:0px;
	height: 23px;
	line-height: 24px;
	width:37px;
	font-size: 12px;
	text-align: center;
}
.h-date-table{
	margin:0px 5px;
	width: 230px;
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #ccc;
}
.h-date-table tbody tr{
	height: 22px;
}

.h-date-table-chinese{
	height: 40px!important;
}
.h-date-wrap{
	border:1px solid #fff;
	border-radius: 2px;
	-webkit-border-radius:2px;
}
.h-date-wrap:hover{
	border:1px solid #00a5a5;
	border-radius: 2px;
	-webkit-border-radius:3px;
	background-color:#00a5a5;
	color:#fff;
}
.h-date-wrap-current{
	background-color:#f48e3a;
	border:1px solid #f48e3a;
	color:#fff;
}
.h-date-day{
	height: 21px;
	line-height: 21px;
	font-size: 12px;
}
.h-date-chinese{
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
}
.h-date-table td {
	width: 31px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}

.h-date-table thead th {
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	height:21px !important;
	line-height: 21px!important;
	background-color: #F6F6F6;
	border-bottom: 1px solid #ccc;
}
/*缂佸倷鑳堕弫銈夊籍閵夛附鍩傞柡宥呭槻缁憋拷*/
.h-date-nothis{
	color: #ccc;
}
.h-date-bottom{
	padding:5px;
	height: 22px;
	line-height: 22px;
}
.h-date-hms{
	border: 1px solid #ccc;
	float:left;
	background-color: #fff;
}
.h-date-hms  li {
	list-style: none;
	 float: left;
    height: 20px;
    line-height: 20px;
}
.h-date-time-label{
	width: 33px;
	text-align: center;
	font-weight: 400;
	border-right: 1px solid #ccc;
    background-color: #F6F6F6;
}
.h-date-weekend{
	color:#ff0000;
}
.h-date-hms input{
	float: left;
    width: 21px;
    height: 20px;
    line-height: 20px;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}
.h-date-hms input:hover{
	background-color: #ccc;
}
.h-date-btn{

	float:right;
	background-color: #fff;
	height:22px;
}
.h-date-btn button {
	width:30px;
	background-color: #F6F6F6;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right: 1px solid #ccc;;
	height: 22px;
	line-height: 20px;
	cursor: pointer;
	outline: none;
	width: 37px;
	text-align: center;
}

.h-date-btn button:hover{
	background-color: #fff;
}
.h-date-btn button:focus {
    outline: 0;
}
.h-year-panel{
	position: absolute;
	z-index: 9001;
	width:121px;
	height:182px;
	left:400px;
	top: 10px;
	border-radius: 3px;
	border:1px solid #ccc;
	display:none;
}
.h-year-panel-top{
	width:100%;
	height:20px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	background-color: #F6F6F6;
	text-align: center;
	font-size: 15px;
	color:#666;
	cursor: pointer;
}
.h-year-panel-top:hover{
	background-color: #fff;
}
.h-year-panel-bottom{
	width:100%;
	height:20px;
	line-height: 20px;
	border-top: 1px solid #ccc;
	background-color: #F6F6F6;
	text-align: center;
	font-size: 15px;
	color:#666;
	cursor: pointer;
}
.h-year-panel-bottom:hover{
	background-color: #fff;
}
.h-year-panel-center{
	width:100%;
	height: 140px;
	line-height: 20px;
	background-color: #fff;
}
.h-year-panel-center li{
	float:left;
	width: 60px;
	text-align: center;
	height: 20px;
	list-style: none;
	line-height: 20px;
	cursor:pointer;
	text-overflow: ellipsis;

}
.h-year-panel-center li:hover{
	background-color: #eee;
}
.h-date-current{
	background-color: #eee!important;
}
.h-month-panel{
	position: absolute;
	z-index: 9001;
	width:121px;
	height:150px;
	left:600px;
	top: 10px;
	border-radius: 3px;
	border:1px solid #ccc;
	background-color: #fff;
	display: none;
}
.h-month-panel li{
	float:left;
	width: 60px;
	text-align: center;
	height: 25px;
	list-style: none;
	line-height: 25px;
	cursor:pointer;
	text-overflow: ellipsis;
}
.h-month-panel li:hover{
	background-color: #eee;
}
/**
 * 閻忓繐绻戝鍌炴閵忊剝绶�
 */
.h-hour-panel{
	position: absolute;
	z-index: 9001;
	width:161px;
	height:171px;
	border-radius: 3px;
	border:1px solid #ccc;
	display: none;
}
.h-hour-panel-top{
	width:100%;
	height:20px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	background-color: #F6F6F6;
	text-align: center;
	font-size: 12px;
	color:#666;
}
.h-hour-panel-close{
	float:right;
	padding-right:10px;
	cursor: pointer;
	font-size:15px;
	color:#999;
}
.h-hour-panel-close:hover{
	color:#ff0000;
}
.h-hour-panel-content{
	width:100%;
	height: 150px;
	background-color: #fff;
}
.h-hour-panel-content li{
	float:left;
	width: 40px;
	text-align: center;
	height: 25px;
	list-style: none;
	line-height: 25px;
	cursor:pointer;
	text-overflow: ellipsis;
}
.h-hour-panel-content li:hover{
	background-color: #eee;
}
.h-minute-panel{
	position: absolute;
	z-index: 9001;
	width:211px;
	height:171px;
	border-radius: 3px;
	border:1px solid #ccc;
	background-color: #fff;
	display: none;
}
.h-minute-panel-top{
	width:100%;
	height:20px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	background-color: #F6F6F6;
	text-align: center;
	font-size: 12px;
	color:#666;
}
.h-minute-panel-close{
	float:right;
	padding-right:10px;
	cursor: pointer;
	font-size:15px;
	color:#999;
}
.h-minute-panel-close:hover{
	color:#ff0000;
}
.h-minute-panel-content{
	width:100%;
	height: 150px;
}
.h-minute-panel-content li{
	float:left;
	width: 21px;
	text-align: center;
	height: 25px;
	list-style: none;
	line-height: 25px;
	cursor:pointer;
	text-overflow: ellipsis;
}
.h-minute-panel-content li:hover{
	background-color: #eee;
}
/**********************************妤犵偛鐡ㄥ﹢锟介悗娑崇稻閻楀崬顕ｉ敓锟�*********************************/
.h-ym-wrap{
	border:1px solid #ddd;
	border-radius: 2px;
	width: 260px;
	height: 210px;
	display: none;
	position:absolute;
}
.h-ym-top{
	position: relative;
	height: 26px;
	padding:5px 5px 0px 5px;
}
.h-ym-top-l{
	cursor: pointer;
	position: absolute;
	left:5px;
	top:5px;
	width: 21px;
		outline: none;
	text-align: center;
	height: 24px;
	line-height: 24px;
	background-color: #F6F6F6;
	border:1px solid #ccc;
}
.h-ym-top-r{
	cursor: pointer;
	position: absolute;
	right:5px;
	top:5px;
	width: 21px;
	outline: none;
	text-align: center;
	height: 24px;
	line-height: 24px;
	background-color: #F6F6F6;
	border:1px solid #ccc;
}
.h-ym-top-center{
	position: absolute;
	left:27px;
	right: 27px;
	height: 24px;
	outline: none;
	text-align: center;
	line-height: 24px;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.h-ym-top-center span{
	cursor: pointer;
}
.h-ym-top-r i{
	color:#999;
	font-size: 14px;
}

.h-ym-top-r i:hover{
	color:#666;
}
.h-ym-top-l i{
	color:#999;
	font-size: 14px;
}

.h-ym-top-l i:hover{
	color:#666;
}
.h-ym-main{
	position: relative;
	height:148px;
}
.h-ym-item{
	float:left;
	margin-top: 5px;
	width: 78px;
	border-radius: 2px;
	margin-left: 5px;
	height: 30px;
	outline: none;
	line-height: 30px;
	cursor: pointer;
	border:1px solid #dedede;
	text-align: center;
}
.h-ym-item:hover{
	background-color: #00a5a5;
	color:#fff;
	border-color:#00a5a5;
}
.h-yw-item{
	margin-top:5px;
	margin-left:5px;
	width: 140px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	outline: none;
	text-align: center;
}
.h-yw-item:hover{
	background-color: #00a5a5;
	color:#fff;
	border-color:#00a5a5;
}
.h-yw-item-selected{
	background-color: #00a5a5;
	color:#fff;
	border-color:#00a5a5;
}
/**********************************閻㈩垰鍟惇顒勫箳瑜屽▎锟�****************************************/
.cell-row{
	position: relative;
}
.cell-row:after{
	content: '';
    display: block;
    clear: both;
}
.cell1{
	float: left;
	width: 8.333333%;
}
.cell2{
	float: left;
	width: 16.666666%;
}
.cell3{
	float: left;
	width: 25%;
}
.cell4{
	float: left;
	width: 33.333333%;
}
.cell5{
	float: left;
	width: 41.666666%;
}
.cell6{
	float: left;
	width: 50%;
}
.cell7{
	float: left;
	width: 58.333333%;
}
.cell8{
	float: left;
	width: 66.666666%;
}
.cell9{
	float: left;
	width: 75%;
}
.cell10{
	float: left;
	width: 83.333333%;
}
.cell11{
	float: left;
	width: 91.666666%;
}
.cell12{
	float: left;
	width: 100%;
}
/****************************************闁轰焦婢橀悺褔宕濋悩鎻掓闁硅矇鍌涱偨***************************/
.numedit-moderl{
	height: 26px;
	line-height: 26px;
	position: relative;
	border-radius: 2px;
	width: 100px;
	border:1px solid #ddd;
}
.numedit-moderl-r{
	position: absolute;
	right: 0px;
	width: 20px;
	height: 26px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}
.numedit-moderl-c{
	position: absolute;
	left:22px;
	height: 26px;
	height: 26px;
	right: 22px;

}
.numedit-moderl-c input{
	height: 26px;
	line-height: 26px;
	width: 100%;
	border:0px;
	outline: none;
	text-align: center;
}
.numedit-moderl-l i{
	color:#00a5a5;
	font-size: 14px;

}
.numedit-moderl-l{
	position: absolute;
	left: 0px;
	width: 20px;
	height: 26px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right:1px solid #ddd;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}
.numedit-moderl-r i{
	color:#00a5a5;
	font-size: 14px;
}
/******婵☆垪锟藉磭纭�闁告瑥鐤囩粩鐔煎礉閻樻彃娅ら柟绋款樀閹革拷**********/
.numedit-moder-c{
	position: absolute;
	left:1px;
	top:0px;
	right: 22px;
	height: 26px;
}
.numedit-moder-c input{
	height: 26px;
	line-height: 26px;
	width: 100%;
	border:0px;
	outline: none;
	text-align: left;
	text-indent: 2px;
}
.numedit-moder-r{
	position: absolute;
	right: 0px;
	top:0px;
	width: 20px;
	height: 26px;
	border-left: 1px solid #ddd;
}
.numedit-moder-r .top{
	position: absolute;
	right: 0px;
	top:0px;
	cursor: pointer;
	border-top-right-radius: 2px;
	width: 20px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}
.numedit-moder-r .top i{
	color:#00a5a5;
	font-size: 14px;
}
.numedit-moderl-disabled  i{
	color:#c2c2c2!important;
}
.numedit-moder-r .bottom{
	position: absolute;
	right: 0px;
	bottom:0px;
	cursor: pointer;

	border-bottom-right-radius: 2px;
	width: 20px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}
.numedit-moder-r .bottom i{
	color:#00a5a5;
	font-size: 14px;
		-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

/*****************************************鐎殿喚鎳撻崵顓犵玻濡わ拷瑜帮拷**************************************/
.layout-wrap{
	position: fixed;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	z-index:19010000;
}
.layout-shade{
	position: fixed;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	background-color: #666;
	opacity: 0.1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	z-index:19010000;
}
.layout-shade-dialog{
	position: fixed;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	z-index:19010000;
}
.layout-wait-icon{
	background:url(images/loading-2.gif) no-repeat left center;
	height: 60px;
	text-align: left;
	text-indent: 40px;
}
.layout-wait-wrap{
	background-color: #fff;
	position: absolute;
	left:50%;
	margin-left:-125px;
	top:50%;
	margin-top: -30px;
	padding-left:20px;
	padding-right: 20px;
	line-height: 60px;
	border:1px solid #ddd;
	min-width: 150px;
	height: 60px;
	border-radius: 2px;
	z-index:19010001;
}
.layout-dialog{
	position: absolute;
	left:50%;
	top:50%;
	min-width: 250px;
	min-height: 130px;
	background-color: #fff;
	border:1px solid #ddd;
	z-index:19010001;
}
.layout-dialog-title{
	height: 40px;
	position: relative;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	position: relative;
}
.layout-dialog-title-label{
	position: absolute;
	left:10px;
	top:0px;
	bottom: 0px;
	line-height: 40px;
	right: 35px;
	text-align: left;
	cursor: move;
}
.layout-dialog-title-close{
	position: absolute;
	top:0px;
	right: 10px;
	bottom: 0px;
	width: 25px;
	cursor: pointer;
	text-align: right;
	line-height: 40px;
}
.layout-dialog-title-close i{
	color:#666;
}
.layout-dialog-title-close i:hover{
	color:#00a5a5;
}
.layout-dialog-content{
	position: relative;
	padding-bottom: 15px;
	max-width: 400px;
}
.layui-layer-move{
	position: fixed;
	z-index:20000001;
	cursor: move;
	left:0px;
	right: 0px;
	top:0px;
	display:none;
	bottom: 0px;
	background-color: transparent;
}
.layout-dialog-b{
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.layout-dialog-btnok{
	height: 30px;
	margin-right: 15px;
	line-height: 30px;
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #00a5a5;
	color:#fff;
	white-space: nowrap;
	border:none;
	outline:none;
	border-radius: 2px;
}
.layout-dialog-btnno{
	height: 30px;
	margin-right: 10px;
	line-height: 30px;
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFB800;
	color:#fff;
	white-space: nowrap;
	border:none;
	outline:none;
	border-radius: 2px;
}
.layout-dialog-content-l{
	position: absolute;
	left:5px;
	top:10px;
	width: 30px;
	height: 35px;
}
.layout-dialog-content-l .error{
	font-size: 30px;
	color:#ff0000;
}
.layout-dialog-content-l .warn{
	font-size: 30px;
	color:#f39b12;
}
.layout-dialog-content-l .info{
	font-size: 30px;
	color:#00ba9b;
}
.layout-dialog-content-l .question{
	font-size: 30px;
	color:#f4c500;
}
.layout-dialog-content-r{
	margin-top: 15px;
	float:left;
	letter-spacing: 1.1px;
	margin-right: 5px;
	margin-left:40px;
	overflow-x: hidden;
	overflow-y: auto;
	word-break: break-all;
    font-size: 14px;
    line-height: 24px;
}

.layui-layer-load{background:url(images/loading-2.gif) center center no-repeat;}
.layout-wrap-frame{
	position: relative;
}
.layout-main{
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 19020000;
}
.layout-main-frame{
	width: 100px;
	height: 100px;

}
.layout-main-body{
	position: relative;
	min-height: 100px;
	min-width: 150px;
	margin:5px;
}
/**************************listbox闁哄秴鍢茬槐锟�*******************************/
.h-table-pbar{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 35px;
	line-height: 35px;
	background-color: #f8f8f8;
	border-top:1px solid #e6e6e6;
}
.h-table-header{
	margin: 0px;
	padding:0px;
	overflow: hidden;
	background: #f5f5f5;
}
.h-table-header table {
    width: 100%;
    text-align:center;
    border-collapse: collapse;
    table-layout: fixed !important;
}
.h-table-header td{
	line-height: 18px;
	padding:5px 0px;
	color:#333;
	text-align:center;

}
.h-table-header-cell{
	margin:0px;
	width:100%;
	position: relative;
	display: table;
	-moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;

}
.h-table-header-data{
	display: table-cell;
	vertical-align: middle;
	-moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    word-break:break-all;
}
.h-table-header-asc{
	font-size:12px!important;
	color:#666;
	font-family: "iconfont" !important;
	font-style: normal;
}
.h-table-header-asc:before{
	content: "\e601";
}
.h-table-header-desc{
	font-size:12px!important;
	color:#666;
	font-family: "iconfont" !important;
	font-style: normal;
}
.h-table-header-desc:before{
	content: "\e600";
}
.h-table-header-nosort{
	font-size:12px;
	color:#ccc;
	font-family: "iconfont" !important;
    font-style: normal;

}
.h-table-header-nosort:before{
	content: "\e6b8";
}

.h-table-header-move{
	width:2px;
	position: absolute;
	right: 0px;
	bottom: 1px;
	top: 1px;
	cursor: col-resize;
	-moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}

.h-table-header-data span{
	width: 10px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer!important;
}
.h-table-header>.h-table-line-b td{
	border-bottom:1px solid #e6e6e6!important;
}
.h-table-header>.h-table-line-v td{
	border-right:1px solid #e6e6e6;
}
.h-table-header>.h-table-norightline tr td:last-child {
    border-right: 0px!important;
}
.h-table-view{
	margin: 0px;
	padding:0px;
	overflow: auto;
	background-color: #fff;
}
.h-table-view table{
	width:100%;
    border-collapse: collapse;
    table-layout: fixed !important;
}
.h-table-view td{
	line-height: 18px;
	padding:4px 2px;
	text-align:left;
	color:#666;
	cursor: pointer;
	word-wrap:break-word;
}
.h-table-view>.h-table-line-v td{
	border-right:1px solid #e6e6e6;
}
.h-table-view>.h-table-norightline tr td:last-child {
    border-right: 0px;
}
.h-table-view>.h-table-line-b td{
	border-bottom:1px solid #e6e6e6!important;
}
.h-table-view tr:hover td{
	background-color: #f2f2f2;
	color:#333!important;
}
.h-table-selected{
	background-color: #bbe8ff!important;
}
.h-table-selected td{
	background-color: #bbe8ff!important;
}
.h-table-even{
	background-color: #f8f8f8;
}
/**********************************濞戞挸顑嗘刊铏规偘閵婏妇澹�******************************************/
.selectgrid-top{
	position: absolute;
	top:0px;
	left:0px;
	right: 0px;
	height: 35px;
	border-bottom: 1px solid #e6e6e6;
}
.selectgrid-top .condition{
	position: absolute;
	top:0px;
	padding-left:3px;
	left:0px;
	bottom: 0px;
	right: 185px;
	line-height: 35px;
}
.selectgrid-conditem{
	margin-left:3px;
	float:left;
	margin-right: 3px;
}
.selectgrid-top .btngroup{
	position: absolute;
	right: 0px;
	line-height: 35px;
	height: 35px;
	width: 185px;
	text-align: right;
	padding-right: 5px;
	top:0px;
}
.selectgrid-pbwrap{
	position: absolute;
	bottom: 0px;
	left:0px;
	right: 0px;

	height: 26px;
	line-height: 26px;
	border-top: 1px solid #e6e6e6;
	background-color: #f5f5f5;
}
.selectgrid-pbwrap-btn{
	text-align: center;
    padding: 0px 6px;
    float:left;
    border-radius: 2px;
    font-family: "iconfont" !important;
    font-style: normal;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
.selectgrid-pbwrap-btn:hover{
	color:#333;
}
.selectgrid-pbwrap-before:before {
    content: "\eb06";
}

.selectgrid-pbwrap-last:before {
    content: "\eb07";
}

.selectgrid-pbwrap-prior:before {
    content: "\eb0a";
}
.selectgrid-pbwrap-next:before {
    content: "\eb09";
}
.selectgrid-centerwrap{
	position: absolute;
	left:0px;
	right: 0px;
	top:36px;
	bottom: 27px;
}
.selectgrid{
	position: relative;
    overflow: hidden;
    height: 100%;
    border: 0px solid #ccc;
}
.selectgrid-header{
	margin: 0px;
    padding: 0px;
    overflow:hidden;
    background: #f5f5f5;
}

.selectgrid-header table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed !important;
}
.selectgrid-header tr{
	height: 26px;
}
.selectgrid-header td {
    border-right: 1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6!important;
}
.selectgrid-view{
	margin: 0px;
    padding: 0px;
    overflow: auto;
    background-color: #fff;
}
.selectgrid-view tr{
	height: 26px;
}
.selectgrid-view tr:hover{
	background-color: #f0f0f0;
	cursor: pointer;
}
.selectgrid-view-even{
	background-color: #f9f9f9;
}
.selectgrid-view table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed !important;
}
.selectgrid-view  td {
    border-right: 1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6!important;
}
.selectgrid-pbwrap-label{
	float:right;
	height: 26px;
	line-height: 26px;
	margin-right: 5px;
}
.selectgrid-pbwrap-page{
	float:left;
	padding:0px 5px;
	height: 26px;
	line-height: 24px;
}
.h-queryresult{
	position: relative;
	margin-left:3px;
	min-height: 50px;
	overflow: hidden;
}
.h-edit-panel{
	width:100%;
	overflow:auto;
	display:none;
	position:relative;
}
/***********************************閻炴稏鍔嶉悧锟�****************************************************/
/***************************濞存嚎鍊曞鍓佹偘閵娿劊锟藉啴寮介崗鑲╁鐎殿噯鎷�****************************/
.h-fixgrid{
	position: relative;
	overflow: hidden;
	height: 100%;
	width:100%;
	border:1px solid #e6e6e6;
	border-radius: 2px;

}
.h-fixgrid-move{
	position: absolute;
	z-index:20000001;
	cursor: col-resize;
	left:0px;
	right: 0px;
	top:0px;
	display:none;
	bottom: 0px;
	background-color: transparent;
}
/**************闁告帗顨呴妵锟�********************/
.h-fixgrid-pbar{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
	background-color: #f8f8f8;
	border-top:1px solid #e6e6e6;
}
.h-fixgrid-header{
	margin: 0px;
	padding:0px;
	overflow: hidden;
	background: #f5f5f5;
}
.h-fixgrid-header table {
    width: 100%;
    text-align:center;
    border-collapse: collapse;
    table-layout: fixed !important;
}
.h-fixgrid-header td{
	line-height: 18px;
	padding:5px 0px;
	color:#333;
	text-align:center;

}
.h-fixgrid-header-cell{
	margin:0px;
	width:100%;
	position: relative;
	display: table;
	-moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;

}
.h-fixgrid-header-data{
	display: table-cell;
	vertical-align: middle;
	-moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    word-break:break-all;
}
.h-fixgrid-header-asc{
	font-size:12px!important;
	color:#666;
	font-family: "iconfont" !important;
	font-style: normal;
}
.h-fixgrid-header-asc:before{
	content: "\e601";
}
.h-fixgrid-header-desc{
	font-size:12px!important;
	color:#666;
	font-family: "iconfont" !important;
	font-style: normal;
}
.h-fixgrid-header-desc:before{
	content: "\e600";
}
.h-fixgrid-header-nosort{
	font-size:12px;
	color:#ccc;
	font-family: "iconfont" !important;
    font-style: normal;

}
.h-fixgrid-header-nosort:before{
	content: "\e6b8";
}

.h-fixgrid-header-move{
	width:2px;
	position: absolute;
	right: 0px;
	bottom: 1px;
	top: 1px;
	cursor: col-resize;
	-moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}

.h-fixgrid-header-data span{
	width: 10px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer!important;
}
.h-fixgrid-header>.h-fixgrid-line-b td{
	border-bottom:1px solid #e6e6e6!important;
}
.h-fixgrid-header>.h-fixgrid-line-v td{
	border-right:1px solid #e6e6e6;
}
.h-fixgrid-header>.h-fixgrid-norightline tr td:last-child {
    border-right: 0px!important;
}
/******濞戞搩鍙冨Λ鍧楀礃閸涱収鍟囬柛鏍ф惈閻擄拷******/
.h-fixgrid-view{
	margin: 0px;
	padding:0px;
	overflow: auto;
	background-color: #fff;
}
.h-fixgrid-view table{
	width:100%;
    border-collapse: collapse;
    table-layout: fixed !important;
}
.h-fixgrid-view td{
	line-height: 18px;
	padding:4px 2px;
	text-align:left;
	color:#666;
	cursor: pointer;
	word-wrap:break-word;
}
.h-fixgrid-view>.h-fixgrid-line-v td{
	border-right:1px solid #e6e6e6;
}
.h-fixgrid-view>.h-fixgrid-norightline tr td:last-child {
    border-right: 0px;
}
.h-fixgrid-view>.h-fixgrid-line-b td{
	border-bottom:1px solid #e6e6e6!important;
}

.h-fixgrid-selected{
	background-color: #bbe8ff!important;
}
.h-fixgrid-selected td{
	background-color: #bbe8ff!important;
}
.h-fixgrid-even{
	background-color: #f8f8f8;
}
/**********************************闁搞儱鎼悾楣冨礆閿燂拷*********************/
.h-fixgrid-fixed-cols{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow:hidden;
	z-index: 1002;
}
.h-fixgrid-fixed-cross{
	overflow:hidden;
	z-index: 1003;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

/***************************濞存嚎鍊曞鍫曞礌閸濆嫮鍘甸悽顖氬暙閻拷****************************/
.h-fixgrid-fixed-cross{
	margin: 0px;
	padding:0px;
	overflow: hidden;
	background: #f5f5f5;
	z-index:1003;
}
.h-fixgrid-fixed-cross table {
    width: 100%;
    text-align:center;
    border-collapse: collapse;
    table-layout: fixed !important;
}
.h-fixgrid-fixed-cross td{
	line-height: 18px;
	padding:5px 0px;
	color:#333;
	text-align:center;
}
.h-fixgrid-fixed-cross>.h-fixgrid-line-b td{
	border-bottom:1px solid #e6e6e6!important;
}
.h-fixgrid-fixed-cross>.h-fixgrid-line-v td{
	border-right:1px solid #e6e6e6;
}
.h-fixgrid-fixed-cross>.h-fixgrid-norightline tr td:last-child {
    border-right: 0px!important;
}
.h-fixgrid-view-hover td{
	background-color: #dcf8a8;
	color:#333!important;
}
.h-fixgrid-pbar-before{
	text-align: center;
	padding: 3px 8px;
	border-radius: 2px;
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 14px;
	color:#666;
	cursor: pointer;
}
.h-fixgrid-pbar-before:hover{
	color:#00a5a5;
}
.h-fixgrid-pbar-before:before{
	content: "\eb0a";
}
.h-fixgrid-pbar-disabled{
	color:#ccc!important;
}
.h-fixgrid-pbar-next{
	text-align: center;
	padding: 3px 5px;
	border-radius: 2px;
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 14px;
	color:#666;
	cursor: pointer;
}
.h-fixgrid-pbar-next:hover{
	color:#00a5a5;
}
.h-fixgrid-pbar-next:before{
	content: "\eb09";
}
.h-fixgrid-pbar-btn{
	text-align: center;
	padding: 3px 8px;
	border-radius: 2px;
	color:#666;
	cursor: pointer;
}
.h-fixgrid-pbar-btn:hover{
	color:#00a5a5;
}
.h-fixgrid-pbar-more{
	text-align: center;
	padding: 3px 2px;
	border-radius: 2px;
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 14px;
	color:#666;
	cursor: pointer;
}
.h-fixgrid-pbar-more:hover{
	color:#00a5a5;
}
.h-fixgrid-pbar-more:before{
	content: "\e67d";
}
.h-fixgrid-pbar-active{
	background-color: #00a5a5 !important;
	color:#fff!important;;
}
.h-fixgrid-pbar-label{
	text-align: left;
	padding: 3px 2px;
	color:#666;
}
.h-fixgrid-pbar-input{
	border:1px solid #e6e6e6;
	width:50px;
	outline: none;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.h-fixgrid-pbar-input:focus{
	border:1px solid #00a5a5;
}
.h-fixgrid-pbar-button{
	height: 20px;
	border:1px solid #e6e6e6;
	width: 40px;
	font-size: 14px;
	line-height: 20px;
	outline: none;
	padding:2.5px 5px;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
	background-color: #fff;
}
.h-fixgrid-pbar-button:hover{
	border:1px solid #00a5a5;
}
.h-fixgrid-pbar-choose{
	height: 20px;
	line-height: 20px;
	padding:2.5px 3px;
	margin-left:30px;
	background-color: #fff;
	border:1px solid #e6e6e6;
	border-radius: 2px;
}
.h-fixgrid-pbar-inner{
	display: inline-block;
	width: 50px;
	text-align: center;
}
.h-fixgrid-pbar-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-family: "iconfont" !important;
	font-style: normal;
	text-align: center;
	cursor: pointer;
}
.h-fixgrid-pbar-icon:before{
	content: "\e6b5"
}
.h-fixgrid-pbar-icon:hover{
	color:#00a5a5;
}
.h-fixgrid-page{
	position: absolute;
	left:535px;
	bottom: 30px;
	width: 76px;
	display: none;
	z-index: 1005;
	border-radius: 2px;
	height: 150px;
	border:1px solid #e6e6e6;
	background-color: #fff;
}
.h-fixgrid-page-row{
	height:25px;
	line-height: 25px;
	padding-left: 10px;
	cursor: pointer;
}
.h-fixgrid-page-row:hover{
	background-color:#00a5a5 !important;
	color:#fff !important;
}
.h-fixgrid-page-active{
	background-color:#00a5a5 !important;
	color:#fff !important;
}

.mini-btn-blue {
	border:1px #00a5a5 solid;
	background-color:#00a5a5;
	height:20px;
	line-height: 18px;
	padding: 0 5px;
	font-size: 14px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
	outline: none;
}

.mini-btn-red {
	border:1px #ff6c6f solid;
	background-color:#ff6c6f;
	height:20px;
	line-height: 18px;
	padding: 0 5px;
	font-size: 14px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
	outline: none;
}
.mini-btn-orange {
	border:1px #f6cf6f solid;
	background-color:#f6cf6f;
	height:20px;
	line-height: 18px;
	padding: 0 5px;
	font-size: 14px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
	outline: none;
}
.mini-btn-yellow {
	border:1px #FFB800 solid;
	background-color:#FFB800;
	height:20px;
	line-height: 18px;
	padding: 0 5px;
	font-size: 14px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
	outline: none;
}
.mini-btn-green {
	border:1px #6fcf6f solid;
	background-color:#6fcf6f;
	height:20px;
	line-height: 18px;
	padding: 0 5px;
	font-size: 14px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
	outline: none;
}
.mini-btn-grey {
	border:1px #999 solid;
	background-color:#999;
	height:20px;
	line-height: 18px;
	padding: 0 5px;
	font-size: 14px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
	outline: none;
}
.mini-btn-darkblue {
	border:1px #3C8BFF solid;
	background-color:#3C8BFF;
	height:20px;
	line-height: 18px;
	padding: 0 5px;
	font-size: 14px;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
	outline: none;
}
.mini-btn-* i{
	font-size: 12px;
}



.h-fixgrid-pagewrap{
	position: relative;
}
.h-fixgrid-rownum{
	text-align:center !important;
	background-color:#f8f8f8 !important;
}
.grid-expand{
	width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    font-size:10px;
    color:#666;
}
.grid-expand:before{
	content: "\e79f";
    display: inline-block;
	font-family: "iconfont" !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}
.grid-collapse{
	width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    font-size:10px;
    color:#666;
}
.grid-collapse:before{
	content: "\e6ee";
    display: inline-block;
	font-family: "iconfont" !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}
.grid-expand-wrap{
	position:relative;
	margin:5px;
}
.treegrid-indent {
    width: 12px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.treegrid-expand{
	width: 12px;
    height: 16px;
    display: inline-block;
    position: relative;
    font-size:10px;
}
.treegrid-expand:before{
    content: "\e656";
    display: inline-block;
	font-family: "iconfont" !important;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}
.treegrid-collapsed{
	width: 12px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.treegrid-collapsed:before{
    content: "\e651";
    display: inline-block;
	font-family: "iconfont" !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}
/*************************************************tab闂侇偄顦甸妴宥夊础閿燂拷*****************************/
.h-tabs-title{
	height:34px;
	line-height: 34px;

	white-space: nowrap;
}
.h-tabs-card>.h-tabs-title{
	background-color: #f5f5f5;
	border:1px solid #ddd;

}
.h-tabs-card>.h-tabs-title li{
	padding:0 15px;
	display: inline-block;
    vertical-align: middle;
	cursor: pointer;
	position: relative;
}
.h-tab-brief>.h-tabs-title {
	border-bottom:1px solid #ddd;
}
.h-tab-brief>.h-tabs-title li {
	padding:0 15px;
	display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-bottom: 2px solid transparent;
	position: relative;
}
.h-tab-brief>.h-tabs-title .h-tabs-active{
	border-bottom: 2px solid #009688;
}
.h-tabs-card>.h-tabs-title .h-tabs-active{
	background-color: #fff;
	margin-left: -1px;
	border-left:1px solid #ddd;
	margin-right: -1px;
	border-right:1px solid #ddd;
}
.h-tabs-card>.h-tabs-content{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	min-height: 3px;
	position: relative;
}
.h-tab-brief>.h-tabs-content{
	min-height: 3px;
}
.h-table{
	position: relative;
	overflow: hidden;
	height: 100%;
	width:100%;
	border:1px solid #e6e6e6;
	border-radius: 2px;
}
/********************************navtab闁哄秴鍢茬槐锟�*****************************/
.h-navtab{
	position:relative;
	height:33px;
	background:#f8f8f8;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #e9e9e9;
}
.h-navtab-left{
	position:absolute;
	top:0px;
	left:0;
	width:17px;
	height:33px;
	line-height: 33px;
	overflow:hidden;
	cursor:pointer;
	color:#666;
	text-align: center;
	background-color: #f8f8f8;
}
.h-navtab-right{
	position:absolute;
	top:0px;
	right:0;width:17px;
	height:33px;
	line-height: 33px;
	overflow:hidden;
	cursor:pointer;
	color:#666;
	text-align: center;
	background-color: #f8f8f8;
}
.h-navtab-left:hover{
	background-color: #fff;
	color:#009688;
}
.h-navtab-right:hover{
	background-color: #fff;
	color:#009688;
}
.h-navtab ul{
	list-style:none;
	margin:0;
	padding:0;
	width:9999px;
	height:33px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.h-navtab li{
	float:left;
	height: 28px;
	line-height:28px;
	cursor:pointer;
	background-color:#f8f8f8;
	position:relative;
	overflow:hidden;
	margin-right:3px;
	margin-top:2px;
	padding:0px 25px 0px 10px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom: 2px solid #f8f8f8;
	border-radius:2px 2px 0px 0px;
	font-size:14px;
	font-family:'Microsoft Yahei';
	color:#666;

}
.h-navtab li i{
	position: absolute;
	right:2px;
	top:0px;
	height: 13px;
	line-height: 13px;
	top:3px;
	font-size:12px;
	color:#ccc;
}
.h-navtab li i:hover{
	color:#666;
}
.h-navtab-current{
	border-bottom: 2px solid #009688!important;
	background-color:#fff!important;
	color:#333!important;
}
.h-navtab li:hover{
	border-bottom: 2px solid #009688;
	background-color:#fff;
	color:#009688;
}

.h-navtab-content{
	margin:0 auto;
	padding:0;
	border:none;
	width:100%;
}
.l-tab-content-item{
	width:100%;
	overflow:hidden;
}
.l-tab-content-item iframe{width:100%; height:100%; border:none;overflow:hidden;}
/**********************************************缂侀箖娼ч幃婊堝籍閸洘锛熼弶鐐茬摠閻楀崬顕ｉ敓锟�************************************************/
.h-timeline{
	list-style-type: none;
	background: url("images/version_line.png") repeat-y scroll 98px 0 transparent;
	margin:5px;
	padding: 0;
}
.h-timeline li {
	position: relative;
	margin-bottom: 10px;
	min-height:40px;
}
.h-timeline li .date {
	position: absolute;
	width: 90px;
	text-align: right;
	left:0px;
	top:0px;
	font-size: 14px;
	color: #999;
}
.h-timeline li .time {
	position: absolute;
	width: 90px;
	text-align: right;
	top:16px;
	font-size: 16px;
	color: #3594cb;
	overflow: hidden;
}
.h-timeline li .point {
	position: absolute;
	background: url("images/check-on.png") no-repeat scroll 0 0 transparent;
	background-size:10px 10px;
	width: 10px;
	height: 10px;
	left: 94px;
	color: #fff;
	cursor:pointer;
}

.h-timeline li.error .point {
	position: absolute;
	background: url("images/check-error.png") no-repeat scroll 0 0 transparent;
	background-size:10px 10px;
	width: 10px;
	height: 10px;
	left: 94px;
	color: #fff;
	cursor:pointer;
}
.h-timeline li.disabled .point {
	position: absolute;
	background: url("images/check-disabled.png") no-repeat scroll 0 0 transparent;
	background-size:10px 10px;
	width: 10px;
	height: 10px;
	left: 94px;
	color: #fff;
	cursor:pointer;
}
.h-timeline li.current .point {
	background: url("images/check-current.png") no-repeat scroll 0 0 transparent;
	background-size:10px 10px;
}
.h-timeline li.current .time {
	color:#1db501;
}
.h-timeline li.current .content {
	background-color: #1db501;
}
.h-timeline li.disabled .point {
	background: url("images/check-disabled.png") no-repeat scroll 0 0 transparent;
	background-size:10px 10px;
}
.h-timeline li.disabled .time {
	color:#b8bbbc;
}
.h-timeline li.disabled .content {
	background-color: #b8bbbc;
}
.h-timeline li.error .point {
	background: url("images/check-error.png") no-repeat scroll 0 0 transparent;
	background-size:10px 10px;
}
.h-timeline li.error .time {
	color:#c22007;
}
.h-timeline li.error .content {
	background-color:#c22007;
}
.h-timeline li .content {
	margin-left: 115px;
	background-color: #3594cb;
	padding: 5px 10px;
	color:#fff;
	line-height:22px;
	font-size: 14px;
	border-radius:5px;
}
/***************************************************閺夆晜绋戠�规娊寮堕敓锟�**************************************/
.h-progress{
	height: 20px;
	background-color: #f0f0f0;
	border-radius: 2px;
	margin: 3px;
	overflow: hidden;
}
.h-progress-bar{
	height: 100%;
	width:30%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background-color: #33aba0;
	text-align: center;
}
.h-progress-bar span{
	overflow: hidden;
	text-overflow:hidden;
	white-space: nowrap;
}
/***************************************婵縿鍎甸鍍簍ep闁哄秴鍢茬槐锟�******************************/
.h-steps{
	position: relative;
	padding: 0px;
	overflow:hidden;
	margin:0px;
	font-size: 0px;
	height: 45px;
}

.h-step-progress{
	height: 2px;
	background-color:#33aba0;
	position: absolute;
	left:0px;
	right: 0px;
	top:12px;
}
.h-step-item{
	float:left;
	position: relative;
	height: 45px;
}
.h-step-item-b{
	position: absolute;
	left:0px;
	right:0px;
	text-align: center;
	height: 18px;
	bottom: 0px;
	color:#666;
	font-size: 14px;
	line-height: 18px;
}
.h-step-item-t{
	position: absolute;
	left:50%;
	z-indx:2;
	margin-left:-12px;
	top:0px;
	height: 24px;
	line-height: 24px;
	right: 0px;
}
.h-step-item-icon{
	position: absolute;
	left:0px;
	width:22px;
	bottom: 0px;
	top:0px;
	text-align: center;
	line-height: 22px;
	background-color: #f0f0f0;
	border:1px solid #f0f0f0;
	border-radius: 12px;
	z-index:3;
	cursor: pointer;
}
.h-step-active{
	background-color: #fff!important;
	border:1px solid #33aba0!important;;
}

.step-icon-txt{
	margin:2px;
	width:18px;
	height:18px;
	line-height: 18px;
	color:#999;
	font-size:14px;
	text-align: center;
	border-radius: 9px;
	background-color:#f0f0f0;
}
.h-step-active .step-icon-txt{
	background-color: #33aba0!important;
	color:#fff!important;
}
.h-step-item-line{
	position: absolute;
	left:0px;
	right: 0px;
	top:12px;
	height: 2px;
	background-color:#f5f5f5;
}
.h-steps::after{
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.v-steps{
	position: relative;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.v-step-item{
	position: relative;
}
.v-step-progressl{
	width: 2px;
	background-color:#33aba0;
	position: absolute;
	left:12px;
	height:0px;
	top:0px;
}
.v-step-progress2{
	width: 2px;
	background-color:#33aba0;
	position: absolute;
	right:12px;
	bottom: 0px;
	top:0px;
}
.v-step-l1{
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	width:24px;
	height: 24px;
}
.v-step-item-icon{
	position: absolute;
	left:0px;
	width:22px;
	height:22px;
	bottom: 0px;
	top:0px;
	text-align: center;
	line-height: 22px;
	background-color: #f0f0f0;
	border:1px solid #f0f0f0;
	border-radius: 12px;
	z-index:1;
	cursor: pointer;
}
.v-step-item-line{
	position: absolute;
	left:12px;
	top:24px;
	bottom:0px;
	width: 2px;
	background-color:#f5f5f5;
}
.v-step-item-t1{
	position: absolute;
	left:27px;
	top:0px;
	right:0px;
	color:#666;
	height: 24px;
	line-height: 24px;
}
/***********************************缂傚倹鐗炵欢顐ゆ偘閵婏妇澹�***********************************************/
.h-edittable-wrap{
	position: absolute;
	left:0px;
	right: 0px;
	bottom:0px;
	top:0px;
}

.h-edittable-header{
	position: absolute;
	left:0px;
	right: 0px;
	top:0px;
	overflow:hidden;
	background-color:#f5f5f5;
}
.h-edittable-body{
	position: absolute;
	left:0px;
	right: 0px;
	top:30px;
	bottom:0px;
	background-color:#fff;
	overflow:auto;
}

.h-edittable{
	color:#666;
	border-collapse: collapse;
    table-layout: fixed !important;
}
.h-edittable td{
	padding:2px;
    min-height:25px;
    line-height:25px;
    font-size:14px;
	text-align: center;
    border-collapse:collapse;
	border: 1px solid #E6E6E6;
}

.h-edittable-inner{
	position: relative;
	border:0px;
}
.h-edittable-inner input{
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	height:25px;
	line-height:25px;
	border: 0px;
	outline:none;
	font-size:14px;
}
.h-noborder-input{
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	height:25px;
	line-height:25px;
	border: 0px;
	outline:none;
	font-size:14px;
}
.h-edittable-date{
	position: relative;
	outline: none;
	line-height: 1.42857143;
	height: 25px;
	line-height: 25px;
	display: block;
	-webkit-transition: 0.3s border-color ease-in-out;
	-moz-transition: 0.3s border-color ease-in-out;
	-o-transition: 0.3s border-color ease-in-out;
	transition: 0.3s border-color ease-in-out;
	font-size: 14px;
	background:url(images/date.png) no-repeat right center;
}
.h-editable-toolbar{
	position: relative;
	height:30px;
	line-height:30px;
	font-size:0px;
}

.h-edittable-btn{
	width:22px;
	height: 22px;
	line-height:22px;
	text-align:center;
	float: left;
	margin-left:3px;
	font-size: 20px;
	color:#58ade1;
	cursor:pointer;
}


.h-toolbar-edit-button{
	vertical-align:middle;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left:8px;
	padding-right:8px;
	margin-left:3px;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	border-color: #d8d8d8;
	background-color: #d8d8d8;
}
.h-toolbar-edit-button i{
	margin-right: 2px;
	color:#007e7e;
}
.h-toolbar-edit-button:hover{
	background-color: #ccc;
}
.h-edittable-label-btn{
	width:50px;
	height: 22px;
	line-height:22px;
	text-align:center;
	margin-left:3px;
	font-size: 14px;
	background-color:#00a5a5;
	color:#fff;
	display:inline-block;
	border-radius:2px;
	cursor:pointer;
}
.h-edittable-all{
	display:none;
	position:absolute;
	left:0px;
	right: 0px;
	top: 40px;
	bottom: 0px;
	border-radius: 3px;
	background-color:#fff;
}
.dropgrid{
	position: absolute;
	top:75px;
	left:0px;
	right: 0px;
	bottom: 0px;
}
.h-edittable-red-btn{
	width:22px;
	height: 22px;
	line-height:22px;
	text-align:center;
	float: left;
	margin-left:3px;
	font-size: 20px;
	color:#eb5f48;
	cursor:pointer;
}
/*************************************************闁哄倸娲ｅ▎銏＄▔婵犱胶鐐婇柡宥呭槻缁憋拷********************************************/
.upload-div{
	min-width: 480px;
}

/* 闁哄倸娲ｅ▎銏ゅ礆濡ゅ嫨锟藉啴寮藉畡鎵 */
/* .fileList{
	padding-top: 5px;
	width:300px;
	clear:both;
} */
.fileList{
	padding: 5px;
	width:300px;
	clear:both;
}

.fileList .tip{
	font-size: 12px;
    color: #606266;
    line-height: 25px;
}
/*
.fileList .fileitem{
	position: relative;
	color:#606266;
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
} */
.fileList .fileitem{
	position: relative;
	color:#606266;
	line-height: 20px;
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
	padding:5px 5px;
}
.fileList .fileitem .filename{
	width:95%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.fileList .fileitem:hover {
	background-color: #f5f7fa;
	color: #00b8e9;
}
.fileList .fileitem .close{
	position: absolute;
    right: 2px;
    top: 3px;
}
.fileList .fileitem .close:hover {
	cursor: pointer;
}
.fileList .fileitem .progress-bar{
	width: 80%;
    border: 1px solid #00b8e9;
}
.uploaded{
	color:#5cc251;
}
/*闁搞儱澧芥晶鏍箰婢舵劖灏﹂柡宥呭槻缁憋拷  */
.image-list{
	margin-right: 20px;
	max-width: 360px;
    margin-left: 20px;
	float: left;
    position: relative;
    height: 155px;
}
.image-list .btn-panel{
    height: 20px;
    top: 69px;
    position: absolute;
    width: 348px;
    left: -12px;
}

.image-list .btn-panel i{
	color:#ccc;
	cursor: pointer;
}

.image-list .btn-panel i:hover{
	color:#333;
}
.image-btn{
	border: 1px dashed #cccccc;
    width: 145px!important;
    height: 145px!important;
	line-height: 145px!important;
    border-radius: 5px;
    text-align: center;
    line-height: 145px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}
.image-btn:hover{
	border: 1px dashed #00b8e9;
}

.image-list .image-uploaded{
	border: 1px solid #cccccc;
    width: 145px;
    height: 145px;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
    position: relative;
}
.image-list .image-uploaded .progress-span{
	 text-align:center;
    line-height: 145px;
}
.image-list .image-uploaded img{
    width: 145px;
    height: 145px;
    border-radius: 5px;
}
.image-list .image-uploaded .shade{
	text-align: center;
    line-height: 145px;
	position: absolute;
    width: 145px;
    height: 145px;
    border-radius: 5px;
    left:0px;
    top : 0px;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
}

.image-list .image-uploaded .shade i{
	margin: 10px;
	font-size: 24px;
}
.image-list .image-uploaded .shade i:hover{
	color:#00b8e9;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{
	position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{outline: none;position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{outline: none;position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{outline: none;background-position:bottom left;}
#cboxNext{outline: none;position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{outline: none;position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}
.webuploader-container {
	position: relative;
	height:30px;
	line-height:30px;
	margin-top:3px;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	cursor: pointer;
	background: #00b7ee;
	padding: 0px 10px;
	color: #fff;
	font-size:14px;
	font-family:"Microsoft YaHei";
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick i{
	margin-right:5px;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}


/* =================attachuploader======================  */
.attachplugin{
	position: relative;
	border: 0;
}

.attachplugin .attachlist{
	border: 1px dashed rgb(193, 193, 193);
    border-radius: 5px;
   	overflow-y: auto;
   	overflow-y: hidden;
   	float:left;
}
.attachplugin .attachlist-header{
	height:30px;
	background-color: #00b7ee;
	cursor: pointer;
	display:inline-block;
}
.attachplugin .attachsingle-header{
	height:30px;
	background-color: #00b7ee;
	cursor: pointer;
	display:inline-block;
	float: right;
}

.attachplugin .attachsingle-header:hover{
	background: #00a2d4;
}
.attachplugin .file-upload{
	display:inline-block;
	width:100%;
	height:100%;
	text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    border-radius: 3px;
    color:#ddd;
    border-radius: 5px;
}
.attachplugin .attachtext{
	display:block;
	height:100%;
	text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    border-radius: 3px;
    color:#ddd;
}
.attachplugin .webuploader-container{
	position: relative;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
}

.attachplugin .attachlist .imgitem{
	width:100%;
	height:100%;
	border: 0;
}
.attachplugin .attachlist .imgitem img{
	width:100%;
	height:100%;
	max-width:900px;
	border: 0;
}
.attachplugin .attachlist .imgitem .cboxElement{
	display:none;
}

.attachplugin .plugin-btn{
	font-size:20px;
	width:22px;
	height:20px;
	color:#aaa;
	cursor: pointer;
	visibility:hidden;
}
.attachplugin .plugin-btn:hover{
	font-size:22px;
	color:rgb(255,100,0);
}
.attachplugin .imgbtn-panel{
    border-radius: 5px;
    background: rgba(0,0,0,0.5);
	text-align: center;
    align-items: center;
    justify-content: center;
	display:flex;
    color:white;
	position: absolute;
	top:1px;

}
.attachplugin .imgbtn-panel i{
	font-size:26px;
	margin:0 5px;
	cursor: pointer;
}
.attachplugin .imgbtn-panel i:hover{
	font-size:30px;
	color:rgb(255,255,0);
}


.attachplugin .attachlist .fileitem{
	height:24px;
    cursor: pointer;
    list-style-type: none;
    text-decoration: none;
    COLOR: #664E21;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    padding:2px 5px;
}
.attachplugin .attachlist .fileitem .fileitem-info{
	height:100%;
	line-height:24px;
	text-align: left;
}
.attachplugin .attachlist .fileitem .fileitem-info .fileitem-name{
	white-space:nowrap;
	overflow:hidden;
	float:left;
    text-overflow: ellipsis;
	height:100%;
}
.attachplugin .attachlist .fileitem .fileitem-info .fileitem-name:hover{
	color:  #00b8e9;
    font-size: 15px;
}
.attachplugin .attachlist .fileitem .fileitem-info .fileitem-btnpanel{
	width:50px;
	float:right;
	padding-right:10px;
	height:100%;
}
.attachplugin .attachlist .fileitem .fileitem-info .fileitem-btnpanel i{
	float:right;
	color:#00b7ee;
	padding-left:4px;
	font-size: 18px;
}
.attachplugin .attachlist .fileitem .fileitem-info .fileitem-btnpanel i:hover{
	font-size: 20px;
	color:rgb(255,100,0);
}
.attachplugin .attach-fileinput{
	border: 1px solid #ddd;
    border-radius: 2px;
    height: 28px;
    line-height: 30px;
    text-indent: 3px;
    outline: none;
}
.attachplugin .attachsingle-filename{
	float:left;
}
.attachplugin .single-filebtnpanel{
	float:left;
	text-align: center;
    align-items: center;
    justify-content: center;
	display: inline-block;
	width:40px;
	height:28px;
	border:1px solid #ddd;
	border-left:none;
}
.attachplugin .single-filebtn{
	color:#00b7ee;
	line-height:30px;
	font-size:18px;
	cursor: pointer;
}
.attachplugin .single-filebtn:hover{
	color:rgb(255,100,0);
}
/***********************************时间选择控件*********************************************/
.h-time-wrap{
	position: absolute;
	left:100px;
	top:100px;
	overflow: hidden;
	z-index: 9999;
	background: #fff;
	border-radius: 2px;
	border:1px solid #ccc;
}
.h-time-wrap-top{
	position: relative;
	height:200px;

}
.h-time-wrap-bottom{
	border-top: 1px solid #ccc;
	position: relative;
	height: 30px;
	line-height: 30px;
	background-color:#fff;
}
.h-time-list-wrap{
	position: relative;
	width: 56px;
	overflow-x:hidden;
	overflow-y: hidden;
	height: 200px;
	float: left;
}
.h-time-list-title{
	position: absolute;
	left:0px;
	right:0px;
	height:28px;
	text-align: center;
	line-height: 28px;
	background-color: #f0f0f0;
}
.h-time-list{
	position: absolute;
	top:28px;
	bottom:0px;
	left:0px;
	overflow-y: auto;
	right:0px;
}
.h-time-item{
	height: 24px;
	width:100%;
	cursor: pointer;
	text-align: center;
	overflow:hidden;
	color:#333;
	line-height: 24px;
}
.h-time-item:hover{
	background-color: #f2f2f2;
	color:#333;
}
.h-time-item-choose{
	background-color: #5fb878!important;
	color:#fff!important;
}
/*********************************折叠面板***************************/
.h-collapse{
	background-color: #f7f7f7;
    border-radius: 3px;
	border: 1px solid #dcdee2;
	position: relative;
}
.h-collapse-item{
	border-top: 1px solid #dcdee2;
	height:auto;
}
.h-collapse-item:first-child{
	border-top: 0px;
}
.h-collapse-item .h-collapse-header{
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	cursor: pointer;
	color:#666;
	position: relative;
    border-bottom: 0px;
}
.h-collapse-header i{
	margin-right: 5px;
	font-size:14px;
}
.h-collapse-content{
	position: relative;
	height:auto;
	padding:10px;
	background-color: #fff;
}

.h-collapse-item-active .h-collapse-header {
	border-bottom: 1px solid #dcdee2!important;
}



/****************************************************人员选择样式表*****************************************/
.organ-wrap{
	background-color: #fff;
	position: absolute;
	left:50%;
	margin-left:-350px;
	top:50%;
	margin-top: -330px;
	border:1px solid #ddd;
	width: 700px;
	height: 600px;
	border-radius: 5px;
	z-index:19010001;
}
.organ-wrap-title{
	position: relative;
	height:60px;
	font-size: 16px;
	letter-spacing: 1.5;
	text-align: center;
	line-height: 60px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #eceff4;
}
.organ-wrap-inner{
	position: relative;
	margin:5px;
	height:480px ;
}
.organ-wrap-bottom{
	position: relative;
	margin:5px;
	height:40px ;
	line-height: 40px;
	text-align: center;
}
.organ-wrap-inner-l{
	position: absolute;
	left:0px;
	top:0px;
	width:50%;
	bottom:0px;
}
.organ-wrap-inner-r{
	position: absolute;
	left:50%;
	top:0px;
	width:50%;
	bottom:0px;
}
.organ-wrap-inner-t{
	position: relative;
	height: 35px;
	font-size: 16px;
	text-indent: 5px;
	line-height: 35px;
}
.organ-wrap-inner-c{
	position: absolute;
	left:5px;
	right:5px;
	top:35px;
	bottom:0px;
	border-radius: 5px;
	padding: 5px;
	border:1px solid #dedede;
	background-color: #f4f6f8;
}
.organ-chooseitem{
	position: relative;
	height: 35px;
	line-height: 35px;
}
.organ-chooseitem-icon{
	position: absolute;
	left:0px;
	top:4px;
	width:25px;
	height: 25px;
	border:1px solid #dedede;
	border-radius: 13px;

	background-color:#fff ;
}
.organ-chooseitem-no-label{
	position: absolute;
	left:0px;
	color:#666;
	top:0px;
	right:35px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height:35px;
	line-height: 35px;
}
.organ-chooseitem-label{
	position: absolute;
	left:30px;
	color:#666;
	top:0px;
	right:35px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height:35px;
	line-height: 35px;
}
.organ-chooseitem-remove{
	position: absolute;
	top:0px;
	font-size: 20px;
	color:#666;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	right:0px;
	width:30px;
	text-align: center;
}
.organ-query{
	position: relative;
	height: 34px;
	line-height: 34px;
	border:1px solid #dedede;
	border-radius: 5px;
	background-color: #fff;
}
.organ-query-icon{
	position: absolute;
	left:0px;
	width:34px;
	top:0px;
	text-align: center;
	height: 34px;
}
.organ-query-icon i{
	font-size: 20px;
	color:#999;
}
.organ-query-iwrap{
	position: absolute;
	left:35px;
	right:35px;
	height: 34px;
}
.organ-query-iwrap input{
	border:0px;
	color:#333;
	outline: none;

	line-height: 34px;
	height: 34px;
	width:251px;
}
.organ-query-clear{
	position: absolute;
	right:0px;
	top:0px;
	display: none;
	text-align: center;
	height: 34px;
	line-height: 34px;
	width: 34px;
	cursor: pointer;
}
.organ-query-clear i{
	font-size: 18px;
	color:#999;
}
.organ-level{
	position: relative;
	height: 30px;
	line-height: 30px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.organ-span{
	background-color:#e7eaef;
	max-width:100px;
	padding:3px;
	margin:0px 2px;
	border-radis:2px;

}
.organ-level ul{
	list-style: none;
	overflow:hidden;
	height:30px;
	white-space: nowrap;
}
.li-item{
	max-width: 100px;
	padding:0px;
	text-align: left;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	float:left;
	display:inline-block;
}
.li-item-choose{
	max-width:100px;
	text-align: right;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	float:left;
	color:#38adff;
	display:inline-block;
}
.li-item-split{
	width:15px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	float:left;
	text-align: center;
}
.li-item-split i{
	color:#999;
	font-size: 14px;
}
.organ-content{
	position: absolute;
	left:5px;
	right:0px;
	height: 340px;
	overflow-y: auto;
}
.organ-user{
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-bottom: 2px;
}

.organ-user:hover{
	background-color: #e7eaef;
}

.organ-user-choose{
	position: absolute;
	left:0px;
	top:14px;
	width:18px;
	height: 18px;
	line-height:18px;
}
.organ-user-icon{
	position: absolute;
	left:20px;
	top:2px;
	width:34px;
	text-align: center;
	height: 34px;
	border-radius: 17px;
	border:1px solid #DEDEDE;
	line-height: 36px;
	background-color:#fff;
}
.organ-user-icon-l{
	position: absolute;
	left:58px;
	right:5px;
	top:0px;
	height: 40px;
}
.organ-user-icon-nl{
	position: absolute;
	left:20px;
	right:5px;
	top:0px;
	height: 40px;
}
.organ-user-icon-lt{
	position: relative;
	height: 22px;
	color:#333;
	line-height: 22px;

}
.organ-user-icon-lb{
	position: relative;
	height: 18px;
	color:#999;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 18px;
}
.organ-row{
	position: relative;
	height:34px;

}
.organ-row-select{
	background: #e7eaef;
}
.organ-row-inner{
	position: absolute;
	left:20px;
	top:0px;
	right:50px;
	line-height: 34px;
	height: 34px;
}
.organ-row-down{
	position: absolute;
	right:5px;
	text-align: center;
	line-height: 34px;
	height: 34px;
	color:#38adff;
	width:50px;
	cursor: pointer;
}
.organ-row-down i{
	color:#38adff;
	font-size: 18px;
}
.organ-row-inner-icon{
	position: absolute;
	left:0px;
	width:25px;
	height: 34px;
	line-height: 34px;
}
.organ-row-inner-l{
	position: absolute;
	left:25px;
	right:0px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
}
.organ-row-inner-icon i{
	color:#38adff;
	font-size: 18px;
}
