*{
    padding: 0px;
    margin: 0px;
		/* font-family: 'customFont'; */
}
/*修改滚动条样式*/
div::-webkit-scrollbar{
	width: 10px;
	height: 8px;
	/**/
}
.el-table th {
    background: #f5f8f6 !important;
    color: #424242 !important;
}
.el-range-editor.el-input__inner{
	padding: 0px 15px !important;
}
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content,.el-tree-node__content:hover{
	background: #eef8f1;
}
.el-select-dropdown__item.selected{
	color: #2ea44f;
}
div::-webkit-scrollbar-track{
	background: #ffffff;
	border-radius: 5px;
}
.el-scrollbar__bar.is-vertical{
	width: 8px;
}
div::-webkit-scrollbar-thumb{
	background: #e2e2e2;
	border-radius: 5px;
}
div::-webkit-scrollbar-thumb:hover{
	background: #bfbfbf;
}
.el-dialog__wrapper
body {
	margin: 0 !important;
}
body {
	margin: 0 !important;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
	text-decoration: none;
	 color: #333;
}
a:visited{
	text-decoration: none;
}
.el-checkbox__input.is-checked .el-checkbox__inner{
	background-color:#2ea44f
}
.el-checkbox__input.is-checked+.el-checkbox__label{
	color:#2ea44f
}
a:active{
	text-decoration: none;
}
table td{
	border: none !important;
	border-bottom: 1px solid #EBEEF5 !important;
}
a:hover{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
input,button{
	outline: none;
	border: none;
	margin: 0px;
}
select{
	border: none;
	outline: none;
}
label{
	margin-bottom:0px;
}
textarea{ 
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-left: .1rem;
	overflow: hidden;
	text-align: left;
	border: 0px; 
	margin: 0px;
	resize: none;
	outline: 0px;
	text-align: left;
}
p{
	margin: 0px ;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{
	border-color: #fff !important;
}
/* 多选框禁用样式重置 */
.el-checkbox__input.is-disabled.is-checked  .el-checkbox__inner {
	background-color: #2ea44f !important;
	border-color: #2ea44f !important;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
	background-color: #fff !important;
}
.el-checkbox__input.is-disabled+span.el-checkbox__label {
	color: #606266 !important;
}
/* 单选框禁用样式重置 */
.el-radio__input.is-disabled.is-checked .el-radio__inner {
	background-color: #2ea44f !important;
	border-color: #2ea44f !important;
}
.el-radio__input.is-disabled .el-radio__inner {
	background-color: #fff !important;
}
.el-radio__input.is-disabled+span.el-radio__label {
	color: #606266 !important;
}
/* 下拉框禁用样式重置 */
.el-input.is-disabled .el-input__inner {
	color: #606266 !important;
}
/* 输入框禁用样式重置 */
.el-textarea.is-disabled .el-textarea__inner {
	color: #606266 !important;
}
.el-dialog__header{
	padding: 10px !important;
	background: #268a42 !important;
}
.el-dialog__title{
	color: #fff !important;
}
.el-dialog__headerbtn{
	top: 15px;
}
.el-dialog__headerbtn .el-dialog__close{
	color: #fff !important;
}
.el-dialog{
	height: 70vh ;
}
.el-dialog__body{
	padding: 0px;
	height: calc(100% - 45px) !important;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: url(../../assets/img/dialog_bg.351aab63.png) no-repeat center/100% 100% !important;
}
*{
    padding: 0px;
    margin: 0px;
		/* font-family: 'customFont'; */
}
/*修改滚动条样式*/
div::-webkit-scrollbar{
	width: 10px;
	height: 8px;
	/**/
}
.el-table th {
    background: #f5f8f6 !important;
    color: #424242 !important;
}
.el-range-editor.el-input__inner{
	padding: 0px 15px !important;
  }
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content,.el-tree-node__content:hover{
	background: #eef8f1;
}
.el-select-dropdown__item.selected{
	color: #2ea44f;
}
div::-webkit-scrollbar-track{
	background: #ffffff;
	border-radius: 5px;
}
.el-scrollbar__bar.is-vertical{
	width: 8px;
}
div::-webkit-scrollbar-thumb{
	background: #e2e2e2;
	border-radius: 5px;
}
div::-webkit-scrollbar-thumb:hover{
	background: #bfbfbf;
}
.el-dialog__wrapper
body {
	margin: 0 !important;
}
body {
	margin: 0 !important;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
	text-decoration: none;
	 color: #333;
} 
a:visited{
	text-decoration: none;
} 
.el-checkbox__input.is-checked .el-checkbox__inner{
	background-color:#2ea44f
}
.el-checkbox__input.is-checked+.el-checkbox__label{
	color:#2ea44f
}
a:active{
	text-decoration: none;
}
table td{
	border: none !important;
	border-bottom: 1px solid #EBEEF5 !important;
}
a:hover{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
input,button{
	outline: none;
	border: none;
	margin: 0px;
}
select{
	border: none;
	outline: none;
}
label{
	margin-bottom:0px;
}
textarea{ 
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-left: .1rem;
	overflow: hidden;
	text-align: left;
	border: 0px; 
	margin: 0px;
	resize: none;
	outline: 0px;
	text-align: left;
}
p{
	margin: 0px ;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{
	border-color: #fff !important;
 }
/* 多选框禁用样式重置 */
.el-checkbox__input.is-disabled.is-checked  .el-checkbox__inner {
	background-color: #2ea44f !important;
	border-color: #2ea44f !important;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
	background-color: #fff !important;
}
.el-checkbox__input.is-disabled+span.el-checkbox__label {
	color: #606266 !important;
}
/* 单选框禁用样式重置 */
.el-radio__input.is-disabled.is-checked .el-radio__inner {
	background-color: #2ea44f !important;
	border-color: #2ea44f !important;
}
.el-radio__input.is-disabled .el-radio__inner {
	background-color: #fff !important;
}
.el-radio__input.is-disabled+span.el-radio__label {
	color: #606266 !important;
}
/* 下拉框禁用样式重置 */
.el-input.is-disabled .el-input__inner {
	color: #606266 !important;
}
/* 输入框禁用样式重置 */
.el-textarea.is-disabled .el-textarea__inner {
	color: #606266 !important;
}
.el-dialog__header{
	padding: 10px !important;
	background: #268a42 !important; 
}
.el-dialog__title{
	color: #fff !important;
}
.el-dialog__headerbtn{
	top: 15px;
}
.el-dialog__headerbtn .el-dialog__close{
	color: #fff !important;
}
.el-dialog{
	height: 70vh ;
}
.el-dialog__body{
	padding: 0px;
	height: calc(100% - 45px) !important;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: url(../../assets/img/dialog_bg.351aab63.png) no-repeat center/100% 100% !important;
}
