html,
body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.login {
	background-color: #E9EFF4 !important;
}

.login .yk_header {
	height: 11vh;
	overflow: hidden;
	/* box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15); */
}

.login .yk_header .yk_logo {
	margin-left: 40px;
	width: 600px;
	height: 10vh;
	margin-top:1vh;
	line-height: 26px;
}

.logintext {
	font-size: 28px;
	font-family: 楷体;
	font-weight: bold;
	/* padding-top: 7px; */
	padding-top: 2vh;
	display: inline-block;
}

.logine {
	font-size: 20px;
	color: #000000;
	letter-spacing: 0.8px;
}

.login .yk_header .yk_logo img {
	float: left;
	height: 9vh;
	margin-right: 15px;
}

.login .yk_header .yk_logo .logo_fn {
	font-size: 22px;
	font-family: lingxin;
	font-weight: bold;
	display: inline-block;
	/* padding-top: 1.7vh;
	 */
	 line-height: 10vh;;
	box-sizing: border-box;
	width: 390px;
	height: 10vh;
	color: rgb(15, 12, 7);
}

.login .yk_header .yk_logo .logo_fn span {
	display: block;
	float: left;
}

.login .yk_header .yk_logo .logo_fn span:nth-child(1) {
	line-height: 5vh;
	letter-spacing: 4px;
}

.login .yk_header .yk_logo .logo_fn span:nth-child(2) {
	font-size: 7px;
	line-height: 2vh;
}

.login .yk_header .yk_logo_ri {
	float: right;
	margin-right: 80px;
}

.login .yk_header .yk_logo_ri span {
	display: block;
	line-height: 10vh;
	font-size: 26px;
	color: rgb(77, 77, 77);
	font-family: lingxin;
}

.login .yk_content {
	/* height: 78vh; */
	overflow: hidden;
	position: relative;    
    width: 100%;
    height: calc(89vh - 90px);
    background-image: url(../image/login1.jpg);
    background-size: cover;
    background-repeat: no-repeat;  
}

.login .yk_content .bg {
	height: 100%;
	width: 100%;
}

.login .yk_content .font {
	position: absolute;
	top: 30%;
	left: 10%;
}

.login .yk_content .yk_login {
	position: absolute;
	top: 20%;
	right: 12%;
	opacity: 0.9;
	box-shadow: 10px 10px 5px #888888;
	border-radius: 4px !important;
}

.login .content {
	margin-top: 0;
	margin-bottom: 0;
	width: 350px;
}

.login .copyright {
	/*width: 600px;*/
	padding-top: 20px;
}

.alert-reset-ok,
.alert-reset-error,
.alert-register-ok,
.alert-register-error {
	padding: 10px;
	margin-bottom: 10px;
}