body,html{
	width: 100%;height: 100%;
	/*background-image: url(../images/main02_02.png);*/
	background-repeat: no-repeat;
	/*background-size: cover;	 */
	background-position:center;
}
.container-fluid{
	overflow: hidden;
}
.box{
	background: rgba(0,0,0,0.5);
	/*opacity: 0.7;*/
	border-radius: 20px;
	width: 89%;
    height: 355px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	/*padding-bottom: 10px; */
}
.boxImg img{
	width: 100%;
	/*height: 80%;*/
	vertical-align: middle;
	display: block;
}
.boxImg{
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	padding-bottom: 20px;
	/*height: 90px;*/
}
.login{
	margin-top: 25px;
}
.userwrite{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	height: 40px;
	margin-top: 20px;
	overflow: hidden;

}
.userwrite span,
.userwrite input[type='password'],
.userwrite input[type='text']{
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-left: 20px;
}
.userwrite input[type='password'],
.userwrite input[type='text']{
	width: 77%;
	/*border: 1px solid #ccc;*/
}
.userwrite input focus{
	/*border-color:#66afe9;*/
}
.btn{
	border-radius: 10px;
	display: block;width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #D93B1E;
	text-decoration: none;
	outline: none;
	padding: 0;border: 0;
	font-size: 16px;
 
}
.btn:hover{
	color: #fff !important;
}
.btn:active{
	color: #fff;
}
.userBtn{
	background: none !important;
	margin-top: 25px;
}
.userBtn:hover{
	color: #fff;
}

.tips{
	margin: 0 auto;
	margin-top: 15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.wrongMsg{
	margin: 0 auto;
	margin-top: 5px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: 20px;
	/*color: red;*/
}
.erweima{
	display: none;
}
.tabName{
	display: none;
}

.yanzhengma input[type='text']{
	width: calc(60% - 20px);
}
.yanzheng{
	width: 40%;
	height: 40px;
	float: right;
        padding-right: 10px;
}
.yanzheng img{
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 5px;
}
.rember{
	color: #fff;
	line-height: 10px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rember span,
.rember input{
	margin-top: 5px;
	display: block;
	float: left;
}