* {
	font-family: "微软雅黑";
	font-size: 16px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #666;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body {
	width: 100%;
}

body {
	background: url(../images/1.1.jpg) no-repeat;
	/* 背景图垂直、水平均居中 */
	background-position: center center;
	/* 背景图不平铺 */
	background-repeat: no-repeat;
	/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
	background-attachment: fixed;
	/* 让背景图基于容器大小伸缩 或 background-size: 100%; */
	background-size: cover;
	/* 设置背景颜色，背景图加载过程中会显示背景色 */
	background-color: #006DF6;
}

.bg1 {
	width: 100%;
	height: 237px;
	/* background: #797E82; */
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

.gyl {
	width: 510px;
	height: 237px;
	color: #FFFFFF;
	font-size: 50px;
	position: absolute;
	left: 15%;
	top: 11%;
	bottom: 0px;
	margin: auto;
}

.gy2 {
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

.bg {
	width: 375px;
	height: 337px;
	background: #fff;
	position: relative;
	position: absolute;
	left: 56%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 1;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}

.password {
	position: absolute;
	top: 9.5rem;
	right: 2.5rem;
	display: flex;
}

.login-btn {
	position: absolute;
	top: 16rem;
	right: 2.5rem;
	border: none;
	color: white;
	width: 18.825rem;
	text-align: center;
	background-color: #3B3B3D;
	text-indent: 0rem;
	border-radius: 20px;
}

.img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.wel {
	width: 375px;
	height: 35px;
	color: black;
	font-size: 1.5rem;
	position: absolute;
	top: 2rem;
	text-align: center;
}

input {
	border-bottom: 0.0625rem solid #347ebc;
	height: 2.5625rem;
	width: 15.8125rem;
	text-indent: 3.125rem;
	outline: none;
}

.user {
	position: absolute;
	top: 6rem;
	right: 2.5rem;
	display: flex;
}

.rem {
	position: absolute;
	top: 12.5rem;
	right: 17.2rem;
	border: none;
	color: #323333;
}

.rem input {
	width: 0.8125rem;
}

.fg {
	position: absolute;
	top: 12.5rem;
	right: 2.5rem;
	border: none;
	color: #323333;
}

#yonghu {
	border-bottom: 1px solid #347ebc;
	height: 41px;
	line-height: 41px;
}

#reb {
	margin-top: -33px;
	margin-left: 20px;
	font-size: 11px;
}

@media ( min-width :1201px) and (max-width:1500px) {
	.gyl {
		width: 500px;
		font-size: 35px;
		top: 16%;
	}
}

@media ( min-width :800px) and (max-width:1200px) {
	.bg {
		width: 355px;
		height: 300px;
	}
	.gyl {
		font-size: 25px;
	}
	.wel {
		width: 355px;
	}
	.user {
		top: 5rem;
		right: 3.5rem;
	}
	.password {
		top: 8rem;
		right: 3.5rem;
	}
	input {
		width: 12rem;
	}
	.rem {
		top: 11rem;
		right: 14.3rem;
	}
	.fg {
		top: 11rem;
		right: 3.5rem;
	}
	.login-btn {
		top: 14rem;
		width: 15rem;
	}
}

.footer {
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 30px;
	padding-bottom: 5px;
	text-shadow: #000 0.1em 0.1em 0.1em;
	font-size: 16px;
}

.padding-5 {
	padding: 5px !important;
}

.footer a, .footer span {
	color: #fff;
}

@media screen and (max-width:428px) {
	.login-main {
		width: 360px !important;
	}
	.login-main .login-top {
		width: 360px !important;
	}
	.login-main .login-bottom {
		width: 360px !important;
	}
}

.login_ft {
	width: 100%;
	z-index: 2;
	height: 40px;
	background-color: rgba(57, 61, 73, 0.3);
	text-align: center;
	line-height: 40px;
	/*background-color: rgba(255, 255, 255, 0.3);*/
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 0px;
	padding-bottom: 0px;
}