html,body{
	width: 100%;
	height: 100%;

}
.login{
	background: url('../../imgs/login/loginbg.jpg');
	background-size: auto 100%;
	font-family: "Microsoft YaHei";
	width:100%;
	height:100%;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.loginBox{
	width:450px;
	position: absolute;
	top: 50%;
	right: 80px;
	margin-top: -172.5px;
	z-index: 1;
	padding: 55px 37px;
	background-color: rgba(0,0,0,.6);
	box-shadow: 2px 2px 8px rgba(0,0,0,.7);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.7);
	-ms-box-shadow: 2px 2px 8px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,.7);
}
.loginBox>.inputPartBox{
	width: 100%;
	margin-bottom: 35px;
	position: relative;
}
.loginBox>.inputPartBox>i{
	color: #CECACB;
	font-size: 27px;
	position: absolute;
	top: 15px;
	left: 26px;
	z-index: 1;
}
.loginBox .errorTips{
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	bottom: -24px;
	left: 0;
	z-index: 1;
	letter-spacing: 2px;
}
.loginBox>.inputPartBox>input{
	width: 100%;
	background-color: #fff;
	border: solid 1px #000;
	height: 55px;
	padding-left: 79px;
	font-size: 20px;
	letter-spacing: 2px;
}
.loginBox>button{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	letter-spacing: 16px;
	border: none;
	background-color: #F5740C;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}
.loginBox>button:active{
	background-color: #ff6700;
}

.roleFixedBox{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.rolePart{
	width: 600px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
	z-index: 1;
	box-shadow: 2px 2px 8px rgba(0,0,0,.7);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.7);
	-ms-box-shadow: 2px 2px 8px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,.7);
	background-color: #fff;
}
.rolePart h6{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-size: 16px;
}
.rolePart h6 .closeRolePart{
	float: right;
	font-size: 24px;
	cursor: pointer;
}
.rolePart ul{
	width: 100%;
	margin: 0 auto;
	overflow-x:auto; 
	padding: 30px;
}
.rolePart ul li{
	height: 150px;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #e7e7eb;
	cursor: pointer;
}
.rolePart ul li:last-child{
	margin-right: 0;
}
.rolePart ul li img{
	width: 70px;
	height: 70px;
	margin: 15px auto 0;
}
.rolePart ul li p{
	font-size: 14px;
	margin-top: 5px;
}
.rolePart ul li span{
	font-size: 12px;
}
.errorTipsFixed{
	font-size: 14px;
	text-align: center;
	color: red;
}
@media (max-width: 750px) {

	html,
	body {
		max-width: 750px;
		overflow: hidden;
	}

	.loginBox {
		width: 80%;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
		margin-top: 150px;
	}

	.loginBox>.inputPartBox>input {
		font-size: 13px;
		padding-left: 45px;
	}

	.loginBox>.inputPartBox>i {
		top: 16px;
		left: 16px;
		font-size: 13px;
	}

	.loginBox>button {
		font-size: 13px;
		height: 45px;
		line-height: 45px;
		letter-spacing: 12px;
	}

	.loginBox>.inputPartBox>input {
		height: 45px;
	}
	.loginBox{
		padding: 35px 27px;
	}
	.loginBox>.inputPartBox {
		margin-bottom: 25px;
	}
}