* {
	font-family: "微软雅黑,arial, helvetica, sans-serif";
}

html,
body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
}

.header {
	background: #000;
}

.header a {
	width: 50%;
	color: #ddd;
	padding: 10px;
	font-size: 13pt;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

.middle {
	position: relative;
	width: 100%;
	height: 600px;
}

.middleContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.logoImg {
	height: 90px;
	position: relative;
	top: 10px;
	left: 10%;
}

.sysName {
	display: block;
	color: '#fff' !important;
	position: relative;
	top: 20px;
	left: 20%;
	font-size: 16pt;
	display: none;
}

.loginBox {
	margin-top: 5%;
	background: #fff;
	width: 280px;
	height: 260px;
	float: right;
	margin-right: 20%;
	padding: 10px 20px;
}

.loginBox>a {
	display: block;
	text-align: center;
	font-size: 14pt;
	color: #888;
	font-weight: bolder;
	letter-spacing: 4px;
}

.loginBox>div {
	position: relative;
	margin: 13px;
}

.loginBox>div>input {
	width: 100%;
	height: 38px;
	padding-left: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 38px;
	font-size: 15px;
	border: 1px solid #ccc;
}

.loginBox>div>a {
	display: block;
	position: absolute;
	right: 0px;
	height: 38px;
	top: 0px;
	background: #22aadd;
	line-height: 38px;
}

.loginBox>div>span {
	display: block;
	width: 90%;
	background: #199475;
	color: #fff;
	text-align: center;
	padding: 6px;
	font-size: 13pt;
	letter-spacing: 10px;
	font-weight: bold;
	margin: auto;
	cursor: pointer;
}

.loginBox>div>span:hover {
	background: #00BE67;
}

.loginBox>div:last-child {
	margin-top: 20px;
}

.loginBox .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 38px;
	width: 38px;
}

.code {
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	width: 120px;
	cursor: 'progress'
}

.bgImg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
}

/*.bgImg > img
{
	width: 100%;
	height: 100%;
}*/
.bottom>a {
	font-size: 11px;
	color: #aaa;
	display: block;
	text-align: center;
	padding: 4px;
	background: #666;
}

@media screen and (max-width: 768px) {

	html,
	body {
		width: 100%;
		height: 100%;
		background: #fff;
	}

	.middle {
		position: relative;
		width: 100%;
	}

	.middleContainer {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 100;
		text-align: center;
	}

	.logoImg {
		margin: 0px;
		left: 0px;
	}

	.bgImg {
		display: none;
	}

	.header {
		background: #fff;
	}

	.header a {
		color: #999;
		width: 100%;
		text-align: center;
	}

	.loginBox {
		width: 80%;
		margin-top: 5%;
		margin: auto;
		background: #fff;
		float: none;
		padding: 10px 20px;
	}

	.loginBox>div>span {
		width: 100%;
		border-radius: 4px;
	}

	.bottom>a {
		font-size: 11px;
		color: #aaa;
		display: block;
		text-align: center;
		padding: 4px;
		background: #fff;
	}
}


input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

@media screen and (min-width:768px) {
	.contain {
		position: relative;
		width: 100%;
		/* height: 100%; */
		min-height: 100vh;
		/* 加载背景图 */
		background-image: url('../images/login/loginbg.png');
		/* 背景图垂直、水平均居中 */
		background-position: center center;
		/* 背景图不平铺 */
		background-repeat: no-repeat;
		/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
		background-attachment: fixed;
		/* 让背景图基于容器大小伸缩 */
		background-size: 100% 100%;
		/* 设置背景颜色，背景图加载过程中会显示背景色 */
		background-color: #464646;
	}

	.login {
		position: fixed;
		right: 134px;
		top: 140px;
		background: url(../images/login/xbell_login.png);
		width: 400px;
		height: 556px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.vision {
		position: fixed;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 15px;
		font-family: Adobe Heiti Std, Adobe Heiti Std-R;
		font-weight: normal;
		color: #ffffff;
	}
}

@media screen and (max-width:768px) {
	.contain {
		background-color: #fff;
		min-height: 100vh;
	}

	.login {
		margin: 0 auto;
		width: 80%;
		height: 556px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.vision {
		position: fixed;
		bottom: 23px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 10px;
		font-family: Adobe Heiti Std, Adobe Heiti Std-R;
		font-weight: normal;
		color: #000;
	}

	.support {
		display: none;
	}
}


.title {
	margin-top: 77px;
	font-size: 28px;
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;
	color: #117cfe;
}

.name {
	margin-top: 50px;
	width: 316px;
	height: 49px;
	border: 1px solid #eeeeee;
	border-radius: 24px;
	display: flex;
	align-items: center;
	/* padding: 22px; */
}

.name input {
	border: none;
	height: 34px;
	outline: none;
	color: #666;
	background: none;
	margin-left: 11px;
}

.name img {
	width: 16px;
	height: 16px;
	margin-left: 22px;
}

.pwd {
	margin-top: 19px;
	width: 316px;
	height: 49px;
	border: 1px solid #eeeeee;
	border-radius: 24px;
	display: flex;
	align-items: center;

}

.pwd img {
	width: 16px;
	height: 16px;
	margin-left: 22px;
}

.pwd input {
	border: none;
	height: 34px;
	outline: none;
	color: #666;
	background: none;
	margin-left: 11px;
}

.yzm {
	margin-top: 19px;
	width: 316px;
	height: 49px;
	border: 1px solid #eeeeee;
	border-radius: 24px;
	display: flex;
	align-items: center;
	position: relative;

}

.yzm img {
	width: 90px;
	height: 35px;
	position: absolute;
	/* margin-left: 22px; */
	right: 22px;
}

.yzm input {
	border: none;
	height: 34px;
	outline: none;
	color: #666;
	background: none;
	margin-left: 22px;
}

.checkbox {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.checkbox .auto {
	font-size: 13px;
	font-family: Adobe Heiti Std, Adobe Heiti Std-R;
	color: #333333;
}

.checkbox a {
	font-size: 13px;
	font-family: 59, 59--Regular;
	color: #b9bed1;
	margin-left: 145px;
	text-decoration: none;
}

.submit {
	width: 316px;
	height: 49px;
	background: #0076fe;
	border-radius: 24px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
	cursor: pointer;
}