html, body {
	height: 100%;
	width: 100%;
}
.com_login_bg {
	height: 100%;
	width: 100%;
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	display: none;
}
.login_show {
	display: block;
}
.login_show .com_login_box {
	-webkit-animation: loginshow 0.5s;
}
@-webkit-keyframes loginshow {
	0% {
		-webkit-transform: translateY(-200%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}
.com_login_box {
	background: #fff;
	border-radius: 5px;
	width: 360px;
	height: 520px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -296px -180px;
	z-index: 999;
	-webkit-box-shadow: 3px 4px 7px rgba(107, 107, 107, 0.67);
}
.com_login_logo {
	    height: 45px;
    width: 154px;
    background: url(img/big_logo.png) no-repeat center;
    margin: 40px auto 0;
}
.com_login_h1 {
	font-size: 24px;
	color: #000;
	text-align: center;
	padding: 5px 0;
}
.login_input {
	height: 40px;
	margin: 8px 34px 0;
	border-bottom: 1px solid #b2b2b2;
	position: relative;
}
.login_input input {
	height: 35px;
	*line-height: 35px;
	margin: 0 5px;	/* border-bottom: 1px solid #b2b2b2; */
	border: 0;
	width: 97%;
	line-height: 1.6;
	padding: 0;
}
.yz_ma {
	position: absolute;
	top: 8px;
	right: 8px;
}
.save_password {
	margin: 16px 34px;
	line-height: 18px;
}
.save_password input {
	margin-right: 4px;
	display: inline-block;
	vertical-align: -2px;
	padding: 2px;
}
.com_login_bt {
}
.com_login_bt button {
	background: #0076ff;
	height: 44px;
	line-height: 44px;
	width: 290px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: 6px 30px;
	border: 0;
	border-radius: 38px;
	outline: 0;
}
.com_login_fu {
	text-align: center;
	margin-top: 20px;
	margin-left: -18px;
}
.com_login_fu a {
	color: #0076ff;
	margin: 0 10px;
}
.com_login_fu span {
	color: #becfff;
}