/* 全局css */
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Microsoft YaHei", Arial, sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, fieldset, textarea {
	margin: 0;
}

textarea {
	outline:none;resize:none;
}

pre {
	margin: 0;
	font-family: "Microsoft YaHei", Arial, sans-serif !important;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

a {
	color: #1a68c4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form .row:not(:last-child) {
    margin-bottom: 10px;
}

.ui-panel:not(:last-child){
	margin-bottom: 10px;
}

/* common */
.ui-ellipsis {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ui-margin {
	margin: 10px;
}

.ui-margin-top {
	margin-top: 10px;
}

.ui-margin-bottom {
	margin-bottom: 10px;
}

.ui-margin-right {
	margin-right: 10px;
}

.ui-margin-left {
	margin-left: 10px;
}

.ui-padding {
	padding: 10px;
}

.ui-padding-top {
	padding: 10px;
}

.ui-padding-bottom {
	padding-bottom: 10px;
}

.ui-padding-left {
	padding-left: 10px;
}

.ui-padding-right {
	padding-right: 10px;
}
/* common */

/* 在ie下去掉输入框的叉号和密码的眼睛图标*/
::-ms-clear {
	display: none;
}

::-ms-reveal {
	display: none;
}

/* 只在ie下面有效 */
.ui-disabledIme {
	ime-mode: disabled;
}

.ui-ctnr-fluid {
	margin-right: auto;
	margin-left: auto;
}

.ui-row-clear {
	margin-left: 0;
	margin-right: 0;
}

.ui-column-clear {
	padding-left: 0;
	padding-right: 0;
}

.ui-form-row {
	width: 100%;
	margin-top: 10px;
}

.ui-form-text {
	line-height: 34px;
	margin-bottom: 0;
	margin-right: 8px;
}

.ui-form-text-lg {
	font-size: 18px;
	line-height: 46px;
}

.ui-form-text-sm {
	font-size: 12px;
	line-height: 30px;
}

.ui-form-label {
	line-height: 16px;
	font-size: 14px;
    line-height: 14px;
}

.label-horizontal {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 8px;
    height: 34px;
}

.ui-form-label-lg {
	font-size: 18px;
    line-height: 20px;
}

.ui-form-label-sm {
	font-size: 12px;
	line-height: 14px;
}

.label-horizontal-lg {
	height: 46px;
}

.label-horizontal-sm {
	height: 30px;
}

.ui-form-label-required {
	color: #FF0000;
}

.ui-form-label-tip {
	color: #8d8d8d;
	margin-left: 3px;
	font-weight: normal;
}

.ui-datetime-inner {
	height: 154px;
}

.ui-selected-close {
	font-size: 20px;
	margin-left: 3px;
	text-decoration: none;
}

.ui-datetime-year-scope {
	font-weight: bold;
}

.ui-input-placeholder {
	color: #9999A2;
}

.ui-clickable {
	cursor: pointer;
}

.ui-text-ctnr {
    padding-top: 7px;
    padding-left: 0
}

.textbox-readonly,.textbox-readonly input, .textbox-readonly .textbox-icon {
	color: #999 !important;
    background-color: #eee !important;
}

/* cusSelect样式 begin */
.ui-cs-choices {
	padding: 2px 5px;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #555;
	background-color: #f9f9f9;
	background-image: none;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ui-cs-choices-lg {
	padding: 6px 5px;
	font-size: 18px
}

.ui-cs-choices-sm {
	padding: 1px 5px;
	font-size: 12px
}

.ui-cs-choices-focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.ui-cs-placeholder {
    color: #A9A9A9
}
    
.ui-cs-input input{
	width: 20px;
	line-height: 20px;
    background-color: transparent;
    border: 0;
    white-space: normal;
    vertical-align: top;
    outline-style: none;
    resize: none;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.ui-cs-disabled {
	background-color: #eee !important;
	opacity: 1;
	cursor: not-allowed;
}

.ui-cs-close {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 5px
}

.ui-cs-close:hover, .ui-cs-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	outline: none;
}

.ui-cs-choices ul{
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-cs-choices li {
    float: left;
    list-style: none;
    margin: 2px 5px 2px 0;
    line-height: 22px;
    border: 1px solid rgba(204, 204, 204, 0.01);
}

.ui-cs-choices-sm li {
    margin: 1px 5px 1px 0
}

.ui-cs-choices-lg li {
    margin: 3px 5px 3px 0;
    line-height: 24px;
}

.multi .ui-cs-selected {
	padding: 0 5px;
    border-color: #ccc;
    max-width: 100%;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),
        to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    border-radius: 1px
}

/* selectBadge样式 begin*/
.ui-cs-panel {
    font-size: 14px
}

.ui-cs-panel-lg {
    font-size: 18px
}

.ui-cs-panel-sm {
    font-size: 12px
}

.ui-cs-panel-top {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #faebcc;
    text-align: center;
    padding : 8px 5px
}

.ui-cs-panel-top .ui-cs-close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.ui-cs-choices-list {
    overflow:auto;
    margin-left: 9px;
    margin-right: 9px
}

.ui-cs-choices-list ul{
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: text
}

.ui-cs-choices-list li {
	padding: 0 5px;
    float: left;
    list-style: none;
    line-height: 20px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    text-decoration: none;
    border: 1px transparent solid;
}

.fix-row-cnt li {
	margin-right: 0;
}

.ui-cs-choise:hover {
    background-color: #CCE6FF;
}

.ui-cs-selected {
    max-width: 100%;
    color: #333
}

.ui-cs-mismatch {
	cursor:default !important;
    color: #A9A9A9
}

.ui-cs-mismatch:hover {
	background-color: transparent !important;
}

.ui-cs-choices-list .active {
    background-color: #FFE6B0 !important;
    color: #000000;
    border: 1px #FFB951 solid;
}
/* selectBadge样式 end*/
/* cusSelect样式 end */

/* uckeck样式 begin */
.ui-ucheck-container {
	width: 100%;
	overflow: hidden;
	text-align: left;
	overflow: hidden;
}

.ui-ucheck-option {
	margin-left: 3px;
	margin-right: 15px
}

.ui-ucheck-checked {
	font-weight: bold !important;
}
/* uckeck样式 end */
.ui-input-invalid {
	border-color: #ffa8a8 !important;
	background-color: #fff3f3 !important;
	color: #000;
}

.ui-dialog-btn {
	margin-left: 2px;
	margin-right: 2px;
}

.ui-ctnr {
	outline: 0;
}

.ui-hr {
	margin: 6px 0 6px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #c0c0c0;
}

.ui-hr-dotted {
	margin: 6px 0 6px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #c0c0c0;
}

.ui-hr-dashed {
	margin: 6px 0 6px 0;
	padding-bottom: 4px;
	border-bottom: 1px dashed #c0c0c0;
}

/* menu样式 begin */
.ui-menuT {
	background-color: #eeeeee;
	border-right: 1px solid #e3e3e3;
	overflow-x: hidden;
	position: relative;
	overflow-y: auto
}

.ui-menuT-ctnr {
	overflow: auto;
	height: 100%
}

.ui-menuT-ctnr a {
	color: #666;
}

.ui-menuT-icon {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px
}

.ui-menuT-title {
	position: relative;
	padding: 0 20px 0;
	white-space: nowrap;
	line-height: 40px;
	background-color: #fbfbfb
}

.ui-menuT-search {
	width: 100%;
	position:absolute;
	top:0;
	padding: 5px
}

.ui-menuT-title a {
	display: block;
	text-decoration: none
}

.ui-menuT-title-clickable i {
	cursor: pointer
}

.ui-menuT-title:hover, .ui-menuT-item:hover {
	background-color: #f4f8ff;
	text-decoration: none
}

.ui-menuT-item a:hover {
	text-decoration: none
}

.ui-menuT-item {
	line-height: 40px;
}

.ui-menuT-item a {
	display: block;
	padding: 0 0 0 48px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.ui-menuT.no-extra {
	border-top-width: 0;
	margin-top: 13px
}

.ui-menuT-selected {
	background-color: #548cdf !important;
}

.ui-menuT-selected a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.ui-menuT-status {
	position: absolute;
	top: 14px;
	right: 7px;
}

.ui-menuT-tool {
	width: 30px !important;
	line-height: 1.3;
	font-size: 12px;
	font-weight: bold;
}

.ui-menuT-primary {
	display: none;
}

.ui-menuT-accordion-select {
	background: #EAEEF3 !important;
}

.ui-menuT-nonode {
	width: 80%;
	height: 80px;
	border: 3px dashed #333;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: -50px auto 0;
	position: relative;
	top: 60px
}

.ui-menuT-title-main {
	font-size: 14px;
}

.ui-menuT-collapse {
	position: absolute;
	top: 40%;
	width: 20px;
	height: 50px;
	z-index: 3;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease
}

.ui-menuT-collapse:hover .ui-menuT-collapse-navbar {
	left: 0
}

.ui-menuT-collapse-open:hover .ui-menuT-collapse-navbar-bg {
	border-bottom: 8px solid transparent;
	border-right: 20px solid #D9DEE4;
	border-top: 8px solid transparent
}

.ui-menuT-collapse-close:hover .ui-menuT-collapse-navbar-bg {
	border-bottom: 8px solid transparent;
	border-left: 20px solid #D9DEE4;
	border-top: 8px solid transparent
}

.ui-menuT-collapse .ui-menuT-collapse-navbar-inner {
	top: -50%;
	position: relative;
	overflow: hidden
}

.ui-menuT-collapse .ui-menuT-collapse-navbar {
	height: 50px;
	position: relative;
	text-align: center;
	cursor: pointer;
	-o-transition: all 0.1s ease, 0.1s ease;
	-ms-transition: all 0.1s ease, 0.1s ease;
	-moz-transition: all 0.1s ease, 0.1s ease;
	-webkit-transition: all 0.1s ease, 0.1s ease
}

.ui-menuT-collapse .ui-menuT-collapse-navbar>span {
	font-size: 15px;
	line-height: 50px;
	vertical-align: text-top
}

.ui-menuT-collapse .ui-menuT-collapse-navbar-bg {
	width: 0;
	height: 50px;
	position: absolute;
	top: 0;
	border-bottom: 9px solid transparent;
	border-top: 9px solid transparent;
	-o-transition: all 0.1s ease, 0.1s ease;
	-ms-transition: all 0.1s ease, 0.1s ease;
	-moz-transition: all 0.1s ease, 0.1s ease;
	-webkit-transition: all 0.1s ease, 0.1s ease;
	border-top: 9px solid transparent;
}

.ui-menuT-collapse-open {
	left: 180px;
}

.ui-menuT-collapse-close {
	left: 0;
}

.ui-menuT-collapse-open .ui-menuT-collapse-navbar-bg {
	right: 0;
	border-right: 13px solid #D9DEE4;
}

.ui-menuT-collapse-close .ui-menuT-collapse-navbar-bg {
	left: 0;
	border-left: 13px solid #D9DEE4;
}

.ui-menuT-collapse-open .ui-menuT-collapse-navbar {
	left: 4px;
}

.ui-menuT-collapse-close .ui-menuT-collapse-navbar {
	left: -7px;
}

.dropdown>a {
	color: #fff;
}

.dropdown>a:hover {
	background-color: #96c0fb;
}

.dropdown>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: #fb8a1d;
    font-weight: bold;
}

.ui-mTabs-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

.ui-mTabs {
	font-size: 14px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
}

.ui-mTabs li {
	float: left;
	display: inline-block;
	margin: 0 4px -1px 0;
	padding: 0;
	position: relative;
	border: 0;
}

.ui-mTabs li a.ui-mTabs-inner:hover {
	background-color: #96c0fb;
}

.ui-mTabs li.ui-mTabs-selected a.ui-mTabs-inner {
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #fb8a1d;
	font-weight: bold;
	outline: none;
}

.ui-mTabs li a.ui-mTabs-inner, .ui-mTabs .dropdown-toggle {
	color: #fff;
	background-color: #80b1f6;
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	min-width: 80px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	-moz-border-radius: 0px 0px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	max-width: 104px;
}
/* menu样式 end */

/* panel样式 begin*/
.ui-panel-noborder {
	border: 0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* panel样式 end*/

/* grid样式 begin*/
.ui-grid-required {
	color: red;
	margin-right: 3px;
}

.ui-grid-footer {
	float: right;
	margin: 0 6px 0 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

span.ui-grid-col-btn {
	color: #999;
}

.datagrid-filter-row {
	height: 25px !important;
}

.ui-grid-wrap-title {
	white-space: normal !important;
    word-wrap: break-word !important;
}
/* grid样式 end*/

/* button样式 begin*/
.ui-btn-plain {
	border: 0;
}

.ui-btn-split {
	margin: 0 5px;
	color: #999;
}

.ui-btn-text {
	margin-left: 3px;
}

.ui-btn-group {
	margin-left: 4px;
}

.btn-grid {
	color: #1a68c4;
	background-color: #f1f7ff;
	border-color: #4B99F5;
	margin-left: 5px;
}

.btn-grid:focus, .btn-grid.focus {
	color: #1a68c4;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-grid:hover {
	color: #1a68c4;
	background-color: #fff;
	border-color: #4B99F5;
}

.btn-grid:active, .btn-grid.active, .open>.dropdown-toggle.btn-grid {
	color: #4B99F5;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-grid:active:hover, .btn-grid.active:hover, .open>.dropdown-toggle.btn-grid:hover,
	.btn-grid:active:focus, .btn-grid.active:focus, .open>.dropdown-toggle.btn-grid:focus,
	.btn-grid:active.focus, .btn-grid.active.focus, .open>.dropdown-toggle.btn-grid.focus
	{
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-grid:active, .btn-grid.active, .open>.dropdown-toggle.btn-grid {
	background-image: none;
}

.btn-grid.disabled, .btn-grid[disabled], fieldset[disabled] .btn-grid,
	.btn-grid.disabled:hover, .btn-grid[disabled]:hover, fieldset[disabled] .btn-grid:hover,
	.btn-grid.disabled:focus, .btn-grid[disabled]:focus, fieldset[disabled] .btn-grid:focus,
	.btn-grid.disabled.focus, .btn-grid[disabled].focus, fieldset[disabled] .btn-grid.focus,
	.btn-grid.disabled:active, .btn-grid[disabled]:active, fieldset[disabled] .btn-grid:active,
	.btn-grid.disabled.active, .btn-grid[disabled].active, fieldset[disabled] .btn-grid.active
	{
	background-color: #fff;
	border-color: #ccc;
}

.btn-grid .badge {
	color: #fff;
	background-color: #333;
}
/* button样式 end*/

/* stars样式 begin*/
.ui-stars-body {
    line-height: 30px;
    font-size: 14px;
    cursor: pointer
}

.ui-stars-body .selected {
    color: #FBAC34
}
/* stars样式 end*/

/* upload样式 begin*/
.ui-upload-ctnr {
	outline: 0;
	padding-left: 100px;
    position: relative
}

.ui-upload-fileCtnr ol {
	padding: 0 0 0 20px
}

.ui-upload-signleFileCtnr ol {
	padding: 0 0 0 3px
}

.ui-upload-signleFileCtnr ol li {
	list-style-type: none
}

.ui-upload-btn {
	width: 100px;
    top: 0;
    left: 0;
}

.ui-upload-btn-download {
	word-wrap: break-word;
}

.ui-upload-btn-delete {
	color: red;
}

.ui-upload-log {
	word-wrap: break-word;
}

.ui-upload-error {
	color: red;
}

.ui-upload-tip {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 29px;
}

.ui-upload-btn-disabled {
	color: grey;
	margin-right: 5px;
}

a.ui-upload-btn-disabled :HOVER {
	text-decoration: none;
}

.ui-upload-btn-clickable {
	margin-right: 5px;
	text-decoration: none;
}

.ui-upload-queue {
	display: none;
	overflow-x: hide;
}
/* upload样式 end*/

/* uploadImg样式 begin*/
.ui-uploadImg-img {
	text-align: left;
}

.ui-img-default {
	width: 130px;
	height: 150px;
	border: 1px solid gray;
	border-style: dashed;
}

.ui-uploadImg-img img {
	max-width: 100%;
}

.ui-crop-src {
	width: 500px;
	height: 400px;
	border: 1px solid #f0f0f0;
}

.ui-crop-preview {
	border: 1px rgba(0, 0, 0, .4) solid;
	background-color: white;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

.ui-crop-tip {
	color: #808080;
}

.ui-crop-vertical {
	border-right: 1px solid #dddddd;
	height: 430px;
	width: 0;
	margin: 0 auto;
}

.ez-upload-select-picture-card.hidden, .ez-upload-picture-card-wrapper.text .ez-upload-select-picture-card {
    display: none;
}
/* uploadImg样式 end*/

/* datetime样式 begin*/
.input-default {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
}

.input-icon-lg {
	top: 7px;
}

.input-icon-default {
	top: 2px;
}
/* datetime样式 end*/

/* panel样式 start*/
.ui-panel-header {
	padding-top: 30px;
	position: relative;
}

.ui-panel-tool {
	float: right;
	margin-top: 2px;
}

.ui-panel-tool span {
	cursor: pointer;
}
/* panel样式 end*/

/* 多行文本输入框*/
.ui-textarea-editDialog, .ui-textarea-editDialog[disabled], .ui-textarea-editDialog[readonly] {
	background-color: #f9f9f9;
}

.ui-textarea-editDialog.validatebox-invalid {
	border-color: #ffa8a8;
	background-color: #fff3f3;
	color: #000;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}

.ui-desc {
	border: 1px solid rgb(202, 202, 170);
	background: #FFFBE5;
	padding: 3px;
	margin-top: 5px;
	font-weight: bold;
}

.font-red {
	color: red;
}

.font-green {
	color: green;
}

/* 常用图标样式  begin*/
.ui-icon-left {
	margin-right: 5px;
}

.ui-icon-click {
	cursor: pointer;
}

.icon-img {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	vertical-align: top;
	background-position: center center;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	text-decoration: none;
	outline-style: none;
}

/*日期、下拉徽章使用的 */
.icon-clear-img {
	background: url('img/clear.png') no-repeat center center;
}

/* 向上箭头 */
.icon-arrow-up-img {
	background: url('img/arrow_up.png') no-repeat center center;
}

/* 向下箭头 */
.icon-arrow-down-img {
	background: url('img/arrow_down.png') no-repeat center center;
}

.icon-filter {
	background: url('img/filter.png') no-repeat center center;
}

.icon-filter:hover {
	text-decoration: none;
}

@font-face {font-family: "ezfont";
  src: url('fonts/iconfont.eot?t=1606440132441'); /* IE9 */
  src: url('fonts/iconfont.eot?t=1606440132441#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/iconfont.woff?t=1606440132441') format('woff'),
  url('fonts/iconfont.ttf?t=1606440132441') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('fonts/iconfont.svg?t=1606440132441#ezfont') format('svg'); /* iOS 4.1- */
}

.ezfont {
  font-family: "ezfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
  font-family:"ezfont" !important;
  font-style:normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star-full:before {
  content: "\e86b";
}

.icon-star-empty:before {
  content: "\e86c";
}

.icon-paperclip:before {
  content: "\e70d";
}

.icon-question-circle:before {
  content: "\e732";
}

.icon-agree:before {
  content: "\e819";
}

.icon-add:before {
  content: "\e81a";
}

.icon-cancel:before {
  content: "\e81b";
}

.icon-bookmark:before {
  content: "\e81c";
}

.icon-word:before {
  content: "\e81d";
}

.icon-add-circle:before {
  content: "\e81e";
}

.icon-bell:before {
  content: "\e81f";
}

.icon-chart:before {
  content: "\e820";
}

.icon-backup:before {
  content: "\e821";
}

.icon-delete:before {
  content: "\e822";
}

.icon-assign:before {
  content: "\e823";
}

.icon-encrypt:before {
  content: "\e824";
}

.icon-config:before {
  content: "\e825";
}

.icon-copy:before {
  content: "\e826";
}

.icon-download:before {
  content: "\e827";
}

.icon-calendar:before {
  content: "\e828";
}

.icon-import:before {
  content: "\e829";
}

.icon-close:before {
  content: "\e82a";
}

.icon-insert:before {
  content: "\e82b";
}

.icon-export:before {
  content: "\e82c";
}

.icon-input:before {
  content: "\e82d";
}

.icon-download-batch:before {
  content: "\e82e";
}

.icon-edit:before {
  content: "\e82f";
}

.icon-left:before {
  content: "\e830";
}

.icon-function:before {
  content: "\e831";
}

.icon-graduate:before {
  content: "\e832";
}

.icon-off:before {
  content: "\e833";
}

.icon-chat:before {
  content: "\e834";
}

.icon-clear:before {
  content: "\e835";
}

.icon-logout:before {
  content: "\e836";
}

.icon-cfg-site:before {
  content: "\e837";
}

.icon-more:before {
  content: "\e838";
}

.icon-lamp:before {
  content: "\e839";
}

.icon-init:before {
  content: "\e83a";
}

.icon-open:before {
  content: "\e83b";
}

.icon-msg:before {
  content: "\e83c";
}

.icon-password:before {
  content: "\e83d";
}

.icon-receive:before {
  content: "\e83e";
}

.icon-excel:before {
  content: "\e83f";
}

.icon-down:before {
  content: "\e840";
}

.icon-remove:before {
  content: "\e841";
}

.icon-login:before {
  content: "\e842";
}

.icon-help:before {
  content: "\e843";
}

.icon-right:before {
  content: "\e844";
}

.icon-photo:before {
  content: "\e845";
}

.icon-sum:before {
  content: "\e846";
}

.icon-reassign:before {
  content: "\e847";
}

.icon-triangle-down:before {
  content: "\e848";
}

.icon-store:before {
  content: "\e849";
}

.icon-repeat:before {
  content: "\e84a";
}

.icon-save:before {
  content: "\e84b";
}

.icon-fetch:before {
  content: "\e84c";
}

.icon-notice:before {
  content: "\e84d";
}

.icon-thesis:before {
  content: "\e84e";
}

.icon-register:before {
  content: "\e84f";
}

.icon-submit:before {
  content: "\e850";
}

.icon-triangle-up:before {
  content: "\e851";
}

.icon-unlock:before {
  content: "\e852";
}

.icon-issue:before {
  content: "\e853";
}

.icon-share:before {
  content: "\e854";
}

.icon-upload:before {
  content: "\e855";
}

.icon-user:before {
  content: "\e856";
}

.icon-tool:before {
  content: "\e857";
}

.icon-upload-batch:before {
  content: "\e858";
}

.icon-ok-circle:before {
  content: "\e859";
}

.icon-recover:before {
  content: "\e85a";
}

.icon-lock:before {
  content: "\e85b";
}

.icon-monitor:before {
  content: "\e85c";
}

.icon-trial:before {
  content: "\e85d";
}

.icon-sum-batch:before {
  content: "\e85e";
}

.icon-integral:before {
  content: "\e85f";
}

.icon-refresh:before {
  content: "\e860";
}

.icon-triangle-right:before {
  content: "\e861";
}

.icon-time:before {
  content: "\e862";
}

.icon-up:before {
  content: "\e863";
}

.icon-ok:before {
  content: "\e864";
}

.icon-submit-batch:before {
  content: "\e865";
}

.icon-triangle-left:before {
  content: "\e866";
}

.icon-remove-circle:before {
  content: "\e867";
}

.icon-search:before {
  content: "\e868";
}

.icon-pdf:before {
  content: "\e869";
}

.icon-view:before {
  content: "\e86a";
}
/* 常用图标样式  end*/
.datagrid-filter-c, .datagrid-editable>.textbox>.textbox-text,
	.datagrid-editable-input+.textbox>.textbox-text {
	height: 100%;
}

.has-feedback-sm {
	font-size: 12px;
}

.has-feedback-lg {
	font-size: 18px;
}

.spinner>.textbox-text {
	height: 25px;
}

/* 步骤标签 begin */
.ui-steps-with-title {
    position: relative;
    padding-top: 46px	
}

.ui-steps-title {
	width:100%;
	list-style-type: none;
	padding-left: 0;
	color: #8d8d8d
}

.ui-steps-title li {
	text-align: center;
	display: list-item;
	float: left;
	cursor: pointer
}

.ui-steps-rectangle{
	border: 1px solid #e6e7ea;
    position: absolute;
    top: 0
}

.ui-steps-rectangle .active {
	background-color: #548ddf;
	color: #fff;
}

.ui-steps-rectangle h4 {
	line-height: 44px;
	font-size: 16px;
}

.ui-steps-rectangle .active-right {
	background: transparent url(img/step/03.png) no-repeat;
}

.ui-steps-rectangle .active-left {
	background: transparent url(img/step/02.png) no-repeat right;
}

.ui-steps-arrow-l {
	background: transparent url(img/step/01.png) no-repeat;
}

.ui-steps-arrow-r {
	background: transparent url(img/step/01.png) no-repeat right;
}

.ui-steps-circle div {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;
}

.ui-steps .active div {
	background-color: #548ddf;
	color: #fff;
}

.ui-steps-circle .ui-hr {
	margin: 0 20px;
}

.ui-steps-done {
	color: #548ddf;
}

.ui-steps-done div {
	border-color: #548ddf
}

.ui-steps-toolbar {
	height: 46px;
	padding: 0 !important
}

.ui-steps-dialog {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #e6e7ea;
}
/* 步骤标签 end */

.radio:last-child,.checkbox:last-child {
  margin-bottom: 0;
}

/* area css start */
.area-select {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    outline: 0;
    height: 30px;
    padding: 5px 24px 5px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.area-select.disabled, .area-select.readonly {
    background-color: #eee;
    opacity: 1;
}

.area-select.disabled {
    cursor: not-allowed;
}

.area-select-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
}

.area-select.area-select-down {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}

.area-select.area-select-up {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent;
}

.area-select .area-select-placeholder {
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.area-select-arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}

.area-select-arrow b {
    border-color: #999 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.area-select-dropdown {
    position: absolute;
    border: 1px solid #66afe9;
    overflow-x: hidden;
    z-index: 10000;
    background: #fff;
    border-radius: 4px;
    display: none;
}

.area-select-dropdown > div{
    padding: 0 16px 16px 16px;
}

.area-select-dropdown.dropdown-down {
    display: block;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.area-select-dropdown.dropdown-down > div {
    border-top: 1px solid #F2F2F2;
}

.area-select-dropdown.dropdown-up {
    display: block;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}

.area-select-dropdown.dropdown-up > div {
    border-bottom: 1px solid #F2F2F2;
}

.area-select-dropdown ul.nav>li {
    width: 33.33333333%;
    text-align: center;
    padding: 5px;
    margin-right: 0;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.area-select-dropdown .tab-content>.tab-pane {
    padding: 6px 0 0 0;
}

ul.area {
    padding: 0;
    list-style: none;
}

.area-select-dropdown ul.area>li {
    width: 25%;
    text-align: center;
    padding: 6px;
    float: left;
    cursor: pointer;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.area-select-dropdown ul.area>li:HOVER, .area-select-dropdown ul.area>li.active {
    color: #31A4E8;
}

.area-select .area-select-clear {
    position: relative;
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 0;
}

.nav-tabs > li.active, .nav-tabs > li.active:hover, .nav-tabs > li.active:focus {
    color: #31A4E8;
    cursor: default;
    background-color: #fff;
    border-bottom: 3px solid #31A4E8;
    font-weight: bold;
}
.nav-tabs > li {
    margin-right: 2px;
    line-height: 16px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 8px 15px;
}
/* area css end */

/* upload样式 begin*/
.ui-upload-input {
	display: none !important;
	opacity: .01;
}

.upload-cntr {
	border-radius: 4px;
}

.upload-cntr>.upload-btn-wrapper>.icon {
	margin-left: 8px;
}

.upload-cntr.input-text {
	display: block;
	line-height: 1.5;
}

.ui-filelist {
	max-width: 640px;
}

.upload-cntr.input-text .ui-file {
	padding: 0;
	margin: 0 0 8px;
}

.upload-cntr.input-text .ui-file:hover {
	background: none;
}

.ui-upload-btn {
	outline: 0 !important;
}

.btn.ui-upload-btn:focus {
	border-color: #1890ff;
	-webkit-box-shadow: 0 0 0 2px #bae7ff;
	box-shadow: 0 0 0 2px #bae7ff;
}

.ui-input-invalid.ui-upload-btn {
	border-color: #ff4d4f !important;
	color: #ff4d4f;
}

.ui-input-invalid.ui-upload-btn:focus,.ui-input-invalid.ui-upload-btn:hover  {
	color: #ff4d4f;
	border-color: #ff4d4f;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px #ffccc7;
	box-shadow: 0 0 0 2px #ffccc7;
	border-right-width: 1px !important;
}

.ui-file {
	display: flex;
	flex-direction: row;
	margin-top: 8px;
	padding: 0 8px 0 4px;
}

.ui-file:hover {
	background: #E8F1F8;
}

.ui-file .file-name {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 3;
	max-width: 100%;
}

.ui-file .file-name .icon {
	margin-right: 8px;
	color: #999;
	font-size: 14px;
}

.ui-file .file-size {
	width: 56px;
	margin-left: 8px;
	color: #999;
}

.ui-file .file-status {
	width: 72px;
	margin-left: 8px;
}

.ui-file.fail .file-status {
	flex: 2;
	width: auto;
}

.ui-file.success .file-status {
	color: #52c41a;
}

.ui-file.fail .file-status, .ui-file.fail .file-name {
	color: #f5222d;
}

.ui-file.cancel .file-status, .ui-file.cancel .file-name {
	color: #999;
}

.ui-file.cancel .file-name span {
	text-decoration: line-through;
}

.ui-file .file-operate {
	flex: 0 0 auto;
	text-align: right;
	margin-left: 8px;
}

.ui-file .uploadimg-preview-wrap {
	pointer-events: auto;
	display: block;
}

.ui-file .uploadimg-preview-wrap>img {
	height: auto;
	max-height: 100%;
}

.ui-file .uploadimg-preview-wrap .close-btn {
	width: 32px;
	height: 32px;
	color: #fff;
	background-color: #f5222d;
	font-size: 20px;
	position: absolute;
	cursor: pointer;
	top: 8px;
	right: 8px;
	border-radius: 50%;
	text-align: center;
}

.btn-linked-split:before {
	content: '|';
	color: #e8e8e8;
	margin: 0 8px;
}

/* upload样式 end*/

/* uploadImg样式 begin*/
.ez-upload-picture-card-wrapper {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}

.ez-upload-picture-card-wrapper.id-card .ez-upload-list-item {
	width: 202px;
}

.ez-upload-picture-card-wrapper.id-card .ez-upload-list-picture-card .ez-upload-list-item img {
	width: 186px;
}

.ez-upload-select-picture-card {
	display: table;
    width: 136px;
    height: 136px;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: top;
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    color: #1890ff;
    float: left;
    font-size: 14px;
    outline: 0;
}

.ez-upload-select-picture-card.hidden, .ez-upload-picture-card-wrapper.text .ez-upload-select-picture-card {
	display: none;
}

.ez-upload-select-picture-card.ui-input-invalid {
	color: #f5222d;
}

.ez-upload-picture-card-wrapper.disabled .ez-upload-select-picture-card, .ez-upload-select-picture-card.disabled,
.ez-upload-picture-card-wrapper.readonly .ez-upload-select-picture-card {
	background-color: #F5F5F5;
	color: rgba(0,0,0,.25);
}

.ez-upload-picture-card-wrapper.disabled .ez-upload-select-picture-card, .ez-upload-select-picture-card.disabled {
	cursor: not-allowed;
}

.ez-upload-picture-card-wrapper .ez-upload-status {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.ez-upload-picture-card-wrapper .ez-upload-status .icon {
	font-size: 24px;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

.ez-upload-list-picture-card {
    display: inline-block;
}

.ez-upload-picture-card-wrapper .ez-upload-list-picture-card:before {
    display: table;
    content: " ";
}

.ez-upload-picture-card-wrapper .ez-upload-list-picture-card:after {
    display: table;
    content: " ";
    clear: both;
}

.ez-upload-list-picture-card.hidden {
	display: none;
}

.ez-upload-list-picture-card .ez-upload-list-item {
    display: inline-block;
    font-size: 14px;
    margin: 0 16px 16px 0;
    position: relative;
    padding: 8px;
    border: 1px solid #d9d9d9;
    height: 136px;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    outline: 0;
}

.ez-upload-picture-card-wrapper:not(.disabled) .ez-upload-list-picture-card .ez-upload-list-item:focus, .ez-upload-select-picture-card:not(.disabled):focus {
	border-color: #40a9ff;
    outline: 0;
    box-shadow: 0 0 0 2px #bae7ff;
}

.ez-upload-picture-card-wrapper:not(.disabled) .ez-upload-list-picture-card .ez-upload-list-item.upload-fail:focus, 
.ez-upload-picture-card-wrapper:not(.disabled) .ez-upload-list-picture-card .ez-upload-list-item.error:focus, 
.ez-upload-picture-card-wrapper:not(.disabled) .ez-upload-select-picture-card.ui-input-invalid:focus {
	border-color: #ff4d4f;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #ffccc7;
    box-shadow: 0 0 0 2px #ffccc7;
    border-right-width: 1px !important;
}

.ez-upload-list-picture-card .ez-upload-list-item.uploading, .ez-upload-list-picture-card .ez-upload-list-item.loading,
.ez-upload-list-picture-card .ez-upload-list-item.error, .ez-upload-list-picture-card .ez-upload-list-item.defalut {
	display: table;
    width: 136px;
    height: 136px;
    color: #1890ff;
}

.ez-upload-list-picture-card .ez-upload-list-item.error {
	color: #F5222D;
}

.ez-upload-list-picture-card .ez-upload-list-item.defalut {
	color: rgba(0, 0, 0, 0.45);
}

.ez-upload-picture-card-wrapper.disabled .ez-upload-list-picture-card .ez-upload-list-item,
.ez-upload-picture-card-wrapper.readonly .ez-upload-list-picture-card .ez-upload-list-item {
	opacity: .65;
}

.ez-upload-picture-card-wrapper.readonly .ez-upload-list-picture-card .ez-upload-list-item,
.ez-upload-picture-card-wrapper.text .ez-upload-list-picture-card .ez-upload-list-item,
.ez-upload-picture-card-wrapper.multiple .ez-upload-list-picture-card .ez-upload-list-item {
	cursor: default;	
}

.ez-upload-picture-card-wrapper.disabled .ez-upload-list-picture-card .ez-upload-list-item {
	cursor: not-allowed;
}

.ez-upload-list-picture-card .ez-upload-list-item.upload-fail, .ez-upload-list-picture-card .ez-upload-list-item.error {
	 border: 1px solid #F5222D;
	 color: #F5222D;
	 min-width: 136px;
}

.ez-upload-list-picture-card .ez-upload-list-item .ez-upload-status,
.ez-upload-list-picture-card .ez-upload-list-item.uploading .upload-img-wrapper,
.ez-upload-list-picture-card .ez-upload-list-item.uploading .ez-upload-list-item-actions,
.ez-upload-list-picture-card .ez-upload-list-item.loading .upload-img-wrapper,
.ez-upload-list-picture-card .ez-upload-list-item.loading .ez-upload-list-item-actions,
.ez-upload-list-picture-card .ez-upload-list-item.error .upload-img-wrapper,
.ez-upload-list-picture-card .ez-upload-list-item.defalut .upload-img-wrapper,
.ez-upload-picture-card-wrapper.text .ez-upload-list-picture-card .ez-upload-list-item .ez-upload-list-item-actions,
.ez-upload-picture-card-wrapper.text.previewable .ez-upload-list-picture-card .ez-upload-list-item.error .ez-upload-list-item-actions {
	display: none;	
}

.ez-upload-picture-card-wrapper.text.previewable .ez-upload-list-picture-card .ez-upload-list-item .ez-upload-list-item-actions {
	display: block;	
}

.ez-upload-list-picture-card .ez-upload-list-item.uploading .ez-upload-status,
.ez-upload-list-picture-card .ez-upload-list-item.loading .ez-upload-status,
.ez-upload-list-picture-card .ez-upload-list-item.error .ez-upload-status,
.ez-upload-list-picture-card .ez-upload-list-item.defalut .ez-upload-status {
	display: table-cell;	
}

.ez-upload-list-picture-card .ez-upload-list-item img {
	height: 100%;
    outline: 0;
    display: block;
}

.ez-upload-list-picture-card .ez-upload-list-item .ez-upload-list-item-actions {
	position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E6F7FF;
    opacity: .85;
    width: 100%;
    text-align: right;
    height: 24px;
    line-height: 24px;
}

.ez-upload-list-picture-card .ez-upload-list-item.upload-fail .ez-upload-list-item-actions, 
.ez-upload-list-picture-card .ez-upload-list-item.error .ez-upload-list-item-actions {
	background-color: #fff1f0;
}

.ez-upload-list-picture-card .ez-upload-list-item .ez-upload-list-item-actions .upload-fail-text {
	float: left;
	margin: 0 8px;
	font-size: 12px;
}

.ez-upload-list-picture-card .ez-upload-list-item .ez-upload-list-item-actions .icon {
	font-size: 12px;
	margin-right: 8px;
}

.ez-upload-picture-card-wrapper:not(.previewable) .ez-upload-list-picture-card .ez-upload-list-item .ez-upload-list-item-actions .icon.icon-eye,
.ez-upload-picture-card-wrapper.text .ez-upload-list-picture-card .ez-upload-list-item .ez-upload-list-item-actions .icon.icon-trash {
	display: none;
}

.ez-upload-picture-card-wrapper.previewable .ez-upload-list-picture-card .ez-upload-list-item .ez-upload-list-item-actions .icon.icon-eye {
	cursor: pointer;
}

.upload-img-wrapper {
	position: relative;
    display: inline-block;
    height: 100%;
}

.upload-img-wrapper img {
	height: 120px;
}

.upload-img-wrapper .id-card-modal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ez-upload-hint-text {
	margin-top: -8px;
	padding: 0;
	color: #999;
	font-size: 12px;
	display: block;
	list-style-position: inside;
}

.ez-uploadimg-preview-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 48px 72px;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    user-select: none;
    display: flex;
    flex-direction: column;
}

.ez-uploadimg-preview-wrap .img-drag {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 16px;
    overflow: hidden;
    background-color: #fff;
    flex: 1 1 auto;
    border-radius: 4px 4px 0 0;
}

.ez-uploadimg-preview-wrap .img-drag img {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ez-uploadimg-preview-wrap .img-operate {
    text-align: center;
    background: #fafafa;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 0 0 4px 4px;
}

.ez-uploadimg-preview-wrap .img-operate .operate-bar {
    display: inline-block;
    vertical-align: middle;
}

.ez-uploadimg-preview-wrap .img-operate .minus-btn, .ez-uploadimg-preview-wrap .img-operate .plus-btn {
    width: 36px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
}

.ez-uploadimg-preview-wrap .img-operate .minus-btn:not(.disabled):hover,
	.ez-uploadimg-preview-wrap .img-operate .plus-btn:not(.disabled):hover,
	.img-operate .operate-bar .last-img-btn:not(.disabled):hover,
	.img-operate .operate-bar .next-img-btn:not(.disabled):hover,
	.img-operate .operate-bar .close-btn:hover {
	color: #1890ff;
}

.img-operate .operate-bar .last-img-btn, .img-operate .operate-bar .next-img-btn, .img-operate .operate-bar .close-btn {
    display: inline-block;
    height: 36px;
    padding: 0 4px;
    cursor: pointer;
}

.img-operate .operate-bar .last-img-btn.disabled, .img-operate .operate-bar .next-img-btn.disabled,
.img-operate .minus-btn.disabled, .img-operate .plus-btn.disabled {
    cursor: not-allowed;
}

.ez-upload-hint-text.position-left {
	margin-top: -0;
    display: inline-block;
    vertical-align: top;
}
.ui-filelist a{
	cursor: pointer;
}

.ez-upload-list-item.upload-success{
    min-width: 136px;
}

.ez-upload-hint-text>ol{
    padding: 0px;
}

.ez-uploadImg-opacityBottom {
     width: 100%;
     height: 100%;
     position: fixed;
     background: rgba(0,0,0,0.8);
     z-index: 1000;
     top: 0;
     left: 0;
}

.ez-uploadImg-bigImg {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     width: 300px;
     height:300px;
}

.ez-upload-list-picture-card  .ez-upload-list-item-actions.defalut{
	background-color: inherit;
}
/* uploadImg样式 end*/