html, body {
	height: 100%;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
button {
	line-height: normal;
}
.clearfix{overflow:auto;_height:1%}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
[v-cloak] {
  display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.dialogCustom{
	box-shadow: 0px 0px 10px #999 !important;
}

.dialogCustom .el-dialog__header{
	padding:10px
}
.dialogCustom .el-dialog__header .el-dialog__headerbtn{
	top:10px;
	right:10px;
}

.dialogCustom .el-dialog__body{
	padding:10px;
}
.el-pagination {
	text-align: right;
	margin-top: 10px;
}

.commoTable{
	border:1px solid #dfdfdf !important;
}
.commoTable.el-table th{
	background: #f1f1f1;
	color: #666;
}
.commoTable .el-button--mini, 
.commoTable .el-button--mini.is-round{
	padding:5px 10px !important;
}

.form-group .edui-default .edui-editor{
	border: none;
	margin: -6px 0;
}

.form-group .edui-default .edui-editor-toolbarbox{
	box-shadow: none;
}
.cropperLayer{
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	background: #fff;
	z-index:11;
}
.appContentBox{
	overflow: auto;
}
/* element 弹出框 更改样式 */

.el-dialog .el-dialog__footer{
	padding: 10px 20px 10px;
	background: #fafafa;
  border-top: 1px #e8e8e8 solid;
}

.el-link.uncursor{
  cursor: inherit;
}

.ant-modal-footer > div{
	display:flex;
	float:right;
}

.el-message-box__message{
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* height:100px; //询问框高度被修改了 */
}