/*
* @Author: xuebingsi
* @Date:   2019-04-01 13:37:17
* @Last Modified by:   zhibinm
* @Last Modified time: 2019-04-01 13:37:19
*/
* {
	padding: 0;
	margin: 0;
}

input,
	{
	background: none;
	outline: none;
	border: 0px;
}

html,
body {
	height: 100%;
}

input:focus {
	outline: none;
	/* 	border: 1px solid #5faafd; */
}

.login-bg {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loging-left-top {
	position: absolute;
	top: 1rem;
	left: 1.9rem;
	width: 8.8rem;
	height: 4.2rem;

}

.login_user {
	width: 38.4rem;
	height: 21.1rem;
	display: inline-block;
	/* box-shadow: darkgrey 2px 2px 10px 5px ; */
	box-shadow: 0px 0rem 0.2rem 0rem rgba(26, 74, 61, 10);
	margin-top: 100px;

}

.login_left {
	width: 17.3rem;
	height: 100%;
	/* 	border-right: 1px solid #4e9fed; */
	display: inline-block;
	background-image: url(../images/loging.jpg);
}

.login_text {
	position: relative;
	top: -16.8rem;
	left: 1.9rem;
	font-family: PMZDCuShuSong-regular;
	font-size: 1.5rem;
}

.login-text_1 {
	position: relative;
	top: -6.8rem;
	left: 23.5rem;
	display: inline-block;
	font-size: 0.4rem;
	color: gray;
}

.login_input {
	position: relative;
	left: 20rem;
	top: -16.8rem;
	margin-top: 2rem;
	border: none;
	border-bottom: 1px solid #dbe1e7;
	width: 15.8rem;
	height: 1.5rem;
}

.layui-btn-container {
	position: relative;
	top: -12rem;
	left: 3.5rem;
	width: 17rem;
	height: 2.3rem;
	background-color: #0f6a52;
	border-radius: 1rem;
	border: none;
	color: white;
}

.login-bottom {
	top: -24px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	bottom: 4rem;
	font-size: 0.5rem;
	color: gray
}


/* .login-bg {
	background: #eeeeee url() 0 0 no-repeat;
	background: url(../images/bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
} */

.login {
	padding: 40px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	overflow-x: hidden;
	box-sizing: border-box;
}

.login a.logo {
	display: block;
	height: 58px;
	width: 167px;
	margin: 0 auto 30px auto;
	background-size: 167px 42px;
}

.login .message {
	margin: 10px 0 0 -58px;
	padding: 18px 10px 18px 60px;
	background: #189F92;
	position: relative;
	color: #fff;
	font-size: 16px;
}

.login #darkbannerwrap {
	background: url(../images/aiwrap.png);
	width: 18px;
	height: 10px;
	margin: 0 0 20px -58px;
	position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email],
select {
	border: 1px solid #DCDEE0;
	vertical-align: middle;
	border-radius: 3px;
	height: 50px;
	padding: 0px 16px;
	font-size: 14px;
	color: #555555;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}

.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus,
select:focus {
	border: 1px solid #27A9E3;
}

.login input[type=submit],
.login input[type=button] {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 24px;
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
	background-color: #189F92;
	border-radius: 3px;
	border: none;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
}

.login hr {
	background: #fff url() 0 0 no-repeat;
}

.login hr.hr15 {
	height: 15px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.login hr.hr20 {
	height: 20px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
