* {
	padding: 0;
	margin: 0;
	border: 0;
}
 
body {
	font-size: 18px;
	font-family: "黑体";
	background: url(../img/ttj_bak_3.jpg?v=2);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
}

.tip {
	color:red;
	display: block;
	height:28px;
	line-height:28px;
	width: 100%;
	text-align: center;
	font-weight: normal;
}

.tipBak {
	background-color: #a58ead;
	width: 40%;
	margin-left: 30%;
}
 
form {
	width: 420px;
	height: 240px;
	/*padding-top: 60px;*/
	margin: 250px auto;
	background: rgb(255,255,255,0.1);
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.3);
}
.form-control {
	color: #FFF;
	margin-top: 15px;
	text-align: center;
}

.img-control {
	margin-top: 15px;
	text-align: center;
}


.number,.pas {
	width: 165px;
	height: 25px;
	border: 1px solid rgba(255,255,255,0.3);
	padding: 2px 2px 2px 22px;
	border-radius: 5px;
	color: #FFF;
}
.code {
	width: 165px;
	height: 25px;
	border: 1px solid rgba(255,255,255,0.3);
	padding: 2px 2px 2px 22px;
	border-radius: 5px;
	color: #949494;
}

.number {
	background: no-repeat 5px center rgb(255,255,255,0.1) ;
}
.pas {
	background: no-repeat 5px center rgba(255,255,255,0.3);
}

.img {
	vertical-align: middle;
}

.loginBtn {
	width: 193px;
	height: 28px;
	border-radius: 6px;
	border: 10px solid #000;
	/*margin-left: 45px;*/
	background: #2d77bd;
	color: #FFF;
	border: none;
	margin-top:10px;
}

.login-end {
	position: fixed;
	bottom: 10px;
	text-align: center;
	display: block;
	left: 0;
	right: 0;
	z-index: 1;
}

.login-end-inner {
	width: 100%;
	text-align: center;
}