* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: 'Microsoft YaHei';
}

html {
	height: 100%;
}

body {
	height: 100%;
}

.pageConatiner {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: url('../../resource/images/bg.jpg') no-repeat;
	background-size: cover;
}

.main {
	width: 100%;
	overflow: auto;
	flex: 1;
	position: relative;
	overflow: hidden;
}

.bottom {
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, .3);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.left2 {
	width: 50%;
	height: 100%;
	float: left;
}

.content {
	width: 580px;
	height: 100%;
	position: relative;
	background: rgba(255, 255, 255, .1)
}

.login {
	width: 100%;
	height: 400px;
	/*background: orange;*/
	margin: 0 auto; /*水平居中*/
	position: absolute;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
}

.title {
	width: 100%;
	heigth: 40px;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

.sub {
	width: 100%;
	heigth: 30px;
	font-size: 11px;
	line-height: 30px;
	color: rgba(255, 255, 255, .3);
	text-align: center;
}

.logo-blank {
	width: 100%;
	height: 40px;
}

.user,.pwd,.mobile {
	width: 340px;
	height: 45px;
	margin: 0 auto;
	border: 1px rgba(0, 0, 0, .2) solid;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff;
}

.username,.mobileNo {
	width: 300px;
	height: 45px;
	font-size: 16px;
	border: 0px;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, .0);
}


.password {
	width: 280px;
	height: 45px;
	font-size: 16px;
	border: 0px;
	outline: none;
	padding-left: 20px;
	float: left;
	background: rgba(0, 0, 0, .0);
}

.passimg {
	width: 40px;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .0);
}

.passimg img {
	margin: 15px 10px 20px 10px;
}

.valid {
	width: 340px;
	height: 46px;
	margin: 0 auto;
	background: rgba(0, 0, 0, .0);
}

.validleft {
	width: 200px;
	height: 45px;
	float: left;
	border: 1px rgba(0, 0, 0, .2) solid;
	background: #fff;
}

.validcode {
	width: 162px;
	height: 46px;
	font-size: 16px;
	border: 0px;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, .0);
}

.validimg-div {
	width: 128px;
	height: 46px;
	float: right;
	/* border: 1px rgba(0, 0, 0, .2) solid; */
}

.validimg-div img {
	cursor: pointer;
}

.submit {
	width: 340px;
	height: 45px;
	margin: 0 auto;
	background: rgb(10, 154, 217);
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	line-height: 45px;
	font-size: 18px;
	transition: 0.3s;
}

.sms-send{
	margin: 0 auto;
	background: rgb(10, 154, 217);
	cursor: pointer;
	text-align: center;
	color: #fff;
	line-height: 46px;
	font-size: 16px;
	transition: 0.3s;
}

.submit:hover,.sms-send:hover  {
	background: #6dc1e6;
}

.error {
	width: 340px;
	height: 45px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	color: #f96291;
	line-height: 20px;
	font-size: 16px;
}

.err {
	border: 1px #ff9595 solid;
	background: #fbd3d3;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}