html {
	width: 100%;
	height: 100%;
}
body,p,div,ul,li,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding: 0;
}
.body_backgroud{
	background: #eeeeee;
	background: url(/img/login-bg2.png);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	font-family: "宋体", "微软雅黑", "Microsoft YaHei UI";
	font-size: 14px;
	text-decoration: none;;
}
#weizhi{ width:100%; height:100%; margin:0 auto;
}
img{ border:none;}
img a{border:none;}
.top{ width:1000px; height:111px;}
input:-webkit-autofill { -webkit-box-shadow:0 0 0 1000px white inset; }
input:focus { outline: none; background-color:"#fff"; }
.mid{ width:1000px; height:478px;}
.mid_left{
	position: relative;
	height: 100%;
	width: 100%;
	/*background-image:url(/img/Login_Bg.png);*/
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}

.mid_right{
	width:447px;
	height:478px;
	flex-basis: 50%;
	position: absolute;
	right: 180px;
	top: 130px;
}

.loginDiv {
	width: 410px;
	height: 420px;
	border-radius: 10px;
	margin: 70px auto;
	padding: 26px 41px 0 39px;
	box-sizing: border-box;
	position: relative;
}

.wrap-login{
	height: 100%;
	max-width: 95%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
