@charset "utf-8";
html, body {
	height: 100%;
	margin: 0px;
	font-size: 12px;
}
.mydiv {
	background-image: url(/images/div_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	z-index: 99;
	width: 791px;
	height: 408px;
	left: 35%; /*FF IE7*/
	top: 30%; /*FF IE7*/
	margin-left: -150px !important; /*FF IE7 该值为本身宽的一半 */
	margin-top: -60px !important; /*FF IE7 该值为本身高的一半*/
	margin-top: 0px;
	position: fixed !important; /*FF IE7*/
	position: absolute; /*IE6*/
 _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : /*IE6*/
 document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2); /*IE5 IE5.5*/
}
.div_content {
	width: 90%;
	position: absolute;
	height: 100px;
	color: white;
	font-family: Microsoft YaHei;
}
.div_header {
	width: 100%;
	top: 35px;
	position: absolute;
	height: 38px;
	color: yellow;
	font-family: Microsoft YaHei;
}
#notice-box {
	border: solid #666 1px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	background-color: #49484D;
}
.etabs {
	margin: 0;
	padding: 0;
}
.tab {
	display: inline-block;
	zoom: 1;
 *display: inline;
	background: #eee;
	border: solid 1px #999;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
	color: blue;
}
.tab a:hover {
	text-decoration: underline;
}
.tab.active {
	background: #fff;
	padding-top: 6px;
	position: relative;
	top: 1px;
	border-color: #666;
}
.tab a.active {
	font-weight: bold;
}
.tab-container .panel-container {
	padding: 10px;
}
.panel-container {
	margin-bottom: 10px;
}
.bg {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	background-color: rgba(0,0,0,.3);
	display: flex;
	align-items: center;
}
.login_content, .register_content {
	min-height: 430px;
	border-radius: 8px;
	width: 340px;
	background-color: cornsilk;
	flex-direction: column;
	position: relative;
	padding: 10px 50px 0;
	color: #666;
}
.close, .closeRegister {
	position: absolute;
	right: 10px;
	top: 10px;
}
.login-wrapper .input-wrapper {
	border-radius: 8px;
	background: #fff !important;
}
.input-wrapper {
	width: 100%;
	margin-top: 10px !important;
}
.el-input {
	position: relative;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.el-input__inner {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 124%;
}
.login-container {
	width: 100%;
	margin-top: 3rem;
	cursor: pointer;
}
.login-btn {
	width: 120%;
	line-height: 250%;
	border-radius: 8px;
	background: #d0b06c !important;
	color: #fff !important;
	border: 0px;
}
.message_container {
    position: absolute;
    top: 120px;
    opacity: 0;
    margin-left: 70px;
}
.message {
    background: rgba(7,7,7,.7);
    min-width: 50px;
    margin: 0 auto;
    padding: 8px 20px 3px 20px;
    border-radius: 5px;
}
.message p {
    color: #ebeef5;
}