td, input, textarea, button, option, td, th, a, li, font {
	font-family: Consolas;
}

.el-textarea__inner {
	font-family: Consolas;
}

body {
	background-color: #FFF;
	overflow: hidden;
	color: #666;
	margin: 0px;
	padding: 0px;
}

.login_bg {
	position: absolute;
	top: 60px;
	bottom: 40px;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	opacity: 0.6;
	z-index: 9998;
}

.login_box {
	border-color: #ccc;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	z-index: 9999;
	margin: auto auto;
	margin-top: -250px;
	margin-left: -400px;
}

.frame-body .header-logo {
	background-color: #357CA5;
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: center;
	width: 200px;
}

.frame-body .header-logo-cust {
	background-image: url('./image/logo_cust.png');
}

.frame-body .header-logo-amarsoft {
	background-image: url('./image/logo_amarsoft.png');
}

.frame-body .header-logo-tenwa {
	background-image: url('./image/logo_tenwa.png');
}

.frame-body .header-logo-rzdp {
	background-image: url('./image/logo_rzdp.png');
}

.frame-body .frame-footer,
.frame-body .frame-footer-login {
	border-top: 1px solid #CCC;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #888;
}

.frame-body .frame-footer {
	background-color: #FFF;
}

.frame-body .frame-footer-login {
	background-color: #333;
}

.frame-main-login {
	background-image: url(../common/image/login_bg.jpg);
	background-size: cover;
}

.el-drawer__header {
	margin: 0px;
	padding: 15px;
	border-bottom: 1px solid #DDD;
}

.el-dialog__body {
	padding: 15px;
}

.hehe-enter, .hehe-leave-to {
	opacity: 0;
	width: 80%;
	margin: auto;
}

.hehe-enter-to, .hehe-leave {
	opacity: 1;
	width: 100%;
	margin: auto;
}

.hehe-enter-active, .hehe-leave-active {
	transition: all 1s;
}