/*loginPc.css*/
body,html{
	width: 100%;height: 100%;
	background-repeat: no-repeat;
	background-position:center;
	/*background-size: cover;	 */
	/*background-image: url(../images/main02_02.png);*/
}
.container-fluid{
	overflow: hidden;
}
.box{
	background: rgba(0,0,0,0.5);
	/*opacity: 0.7;*/
	border-radius: 20px;
	width: 400px;
    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%;
	vertical-align: middle;
	display: block;
}
.boxImg{
	border-bottom: 1px solid #fff;
	margin-top: 20px;
	height: 90px;
}
.login{
	margin-top: 25px;
}
.userwrite{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	height: 40px;
	margin-top: 20px;
	overflow: hidden;

}

.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;
	opacity: 1;
        font:16px "microsoft yahei",Arial,sans-serif;
}
.btn:hover{
	color: #fff !important;
}
.btn:active{
	color: #fff !important;
}
.userBtn{
	background: none !important;
	margin-top: 25px;
}
.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: calc(70% - 20px);
	/*border: 1px solid #ccc;*/
}
.userwrite input focus{
	/*border-color:#66afe9;*/
}

.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;
	 
}

.yanzhengma input{
	width: calc(100% - 130px);
}
.yanzheng{
	width: 30%;
        padding-right: 10px;
	height: 40px;
	float: right;
}
.yanzheng img{
	display: block;
	width: 90%;
	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;
}
.erweima,
.tabName{display: none;}

/*扫码登录*/
/*@media (min-width: 768px){
	.erweima,
	.tabName{display: none !important;}
	body{
		background-image: none;
	}
}*/
@media screen and (min-width: 1023px){
	.boxImg img{
		height: 80%;
	}
	.box{
		height: 400px;
	}
	.boxImg{
		border-bottom: 0;
		height: auto;
	}
	.tabName>div{
		width: 50%;
		color: #fff;
		font-size: 16px;
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: center;
		z-index: 9999;
	}
	.tabInfo{
		border-bottom: 2px solid #fff;
		/*position: relative;*/
		box-sizing: border-box;
		height: 50px;
	}
	.tabName{
		display: block;
		overflow: hidden;
		/*position: absolute;*/
		/*bottom: 0;*/
		z-index: 1000;
		box-sizing: border-box;
	}
	
	.tabName>div:hover{
		cursor: pointer;
	}
	.line{
		border-bottom: 2px solid #0571BC;
		/*position: absolute;*/
		/*bottom: 0;*/
	}
	.erweima{
		display: none;
		width: 200px;
		height: 200px;
		margin:  0 auto;
	}
	.erweima img{
		display: block;
		width: 100%;
		height: 100%;

	}
}