.main {
	background: #FFDA00;
	width: 100%;
}

.click {
	cursor: pointer;
}

.container {
	margin: 0 auto;
	background: #FFDA00;
	width: 1180px;
	height: 550px;
	padding-top: 86px;
	text-align: center;
	overflow: hidden;
}

.container div {
	float: left;
}

.login-left-img {
	height: 373px;
	width: 553px;
	display: inline-block;
	vertical-align: top;
}

.ImgBox {
	width: 553px;
	height: 373px;
}

.IMG {
	width: 100%;
	height: 100%;
}

.login-right {
	width: 350px;
	height: 360px;
	margin-left: 100px;
	padding: 40px;
	text-align: left;
	background: #FFFFFF;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
}

.login-right div {
	float: none;
	overflow: hidden;
}

#inputUserName,
#inputPassword {
	width: 300px;
	height: 40px;
	font-size: 16px;
	padding-left: 10px;
	border: 1px solid #cccccc;

}

#inputPassword {}

#input-hint-username {

	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#input-hint-username span,
#input-hint-password span {
	display: block;
	float: left;
}

#input-hint-username span img,
#input-hint-password span img {
	width: 16px;
	height: 16px;
}

.pic,
.pics {
	width: 16px;
	height: 16px;
	margin-top: 2px;

}

#input-hint-password {
	height: 20px;
	line-height: 20px;
}

#login {
	cursor: pointer;
}

#register {
	cursor: pointer;
}

.login-right-title {
	font-size: 20px;
	margin: 0px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.hidden {
	display: none !important;
}

.login-right-title b {
	color: #666;
	cursor: pointer;

}

.login-right-title .active {
	color: #333;
}

.login-right-input {}

.login-right-auto-forget {
	vertical-align: top;
	margin-top: 15px;
	font-size: 13px;
	color: black;
}

#inputAutoLogin {
	width: 16px;
	height: 16px;
}

label {
	display: inline-block;
	width: 150px;
	height: 26px;
}

label span {
	float: left;

}

.login-right-log-reg {
	vertical-align: top;
	margin-top: 15px;
	color: black;
}

.btn {
	font-size: 16px;
	width: 140px;
	height: 40px;
}

.xuan span {
	display: block;
	float: left;
}

#include-ensure {
	/*display: none;*/
}