.messageBox__content {
	padding: 40px 20px;
}

.messageBox__content .messageBox__iconBox {
	text-align: center;
}

.messageBox__content .messageBox__title {
	text-align: center;
	margin: 20px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #353535;
}

.messageBox__content .messageBox__text {
	text-align: center;
	font-size: 14px;
	padding: 0 50px;
	color: #353535;
}

.messageBox__content .messageBox__btn-group {
	margin-top: 30px;
	text-align: center;
}

.tb-img-circle {
	width: 30px;
	height: 30px;
	cursor: zoom-in;
	border-radius: 50%;
	border: 2px solid #dddddd;
}

.tb-img-radius {
	width: 30px;
	height: 30px;
	cursor: zoom-in;
	border: 2px solid #dddddd;
	border-radius: 6px;
}

body .layui-btn.fx-btn-orange {
	background-color: #E45F2B;
}

body .layui-btn.fx-btn-red {
	background-color: #FF2B2B;
}

body .layui-btn.fx-btn-blue {
	background-color: #465CFF;
}

body .layui-btn.fx-btn-green {
	background-color: #09BE4F;
}

body .layui-btn.fx-btn-cyan {
	background-color: #5CB3CC;
}

body .tox-tinymce-aux {
	z-index: 19892000;
}

.btn-success-disabled {
	background-color: #89e7b3 !important;
	cursor: not-allowed;
}

.btn-success {
	background-color: #13ce66 !important;
}

.btn-danger-disabled {
	background-color: #ffa4a4 !important;
	cursor: not-allowed;
}

.btn-danger {
	background-color: #ff4949 !important;
}

.btn-info {
	background-color: #a6a9ad !important;
}

.btn-warning {
	background-color: #ffba00 !important;
}

.btn-rest-disabled {
	background-color: #f3805c !important;
	cursor: not-allowed;
}

.btn-rest {
	background-color: #FF5722 !important;
}

.el-form-item--mini.el-form-item {
	margin-bottom: 18px;
}

.el-form-item:after,
.el-form-item:before {
	display: table;
	content: "";
}

.el-form-item:after {
	clear: both;
}

.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
	line-height: 28px;
}

.el-form-item__label {
	text-align: right;
	vertical-align: middle;
	float: left;
	font-size: 14px;
	color: #606266;
	line-height: 40px;
	padding: 0 12px 0 0;
	box-sizing: border-box;
	font-weight: 700;
}

.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
	line-height: 28px;
}

.el-form-item__content {
	position: relative;
	font-size: 14px;
	word-break: break-all;
	padding-left: 20px;
}

.el-form-item__content:after,
.el-form-item__content:before {
	display: table;
	content: "";
}

.el-form-item__content:after {
	clear: both;
}

.acfiel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	max-width: 200px;
	cursor: pointer;
}

.attach-img {
	width: 48px;
	height: 48px;
}

.cof {
	color: #2a64a6;
	max-width: 160px;
}