body {
	background: #F3F7F8;
}

::-moz-placeholder {
	color: #c7c7c7;
}

::-webkit-input-placeholder {
	color: #c7c7c7;
}

:-ms-input-placeholder {
	color: #c7c7c7;
}

.login {
	position: fixed;
	top: calc(50% - 220px);
	left: calc(50% - 180px);
	width: 360px;
	height: 320px;
	background-color: #FFFFFF;
	opacity: 0.95;
	padding: 50px;
	border-radius: 15px;
}

.logo {
	width: 100%;
	text-align: center;
}

.tip {
	color: #31B5F7;
	font-size: 18px;
	font-weight: bold;
}

.main {
	width: 100%;
	margin-top: 0px;
	opacity: 1;
}

.emailicon {
	display: inline-block;
	float: left;
	background: url(../../images/home_user.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	margin: 10px;
}

.pwdicon {
	display: inline-block;
	float: left;
	background: url(../../images/home_pwd.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	margin: 10px;
}

.clearemailicon {
	display: inline-block;
	float: left;
	background: url(../../images/home_remove.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	margin: 10px;
	cursor: pointer;
}

.pwdseeicon {
	display: inline-block;
	float: left;
	background-image: url(../../images/pwd_hidde.png);
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	margin: 10px;
	cursor: pointer;
	margin-top: 13px;
}

.email,.pwd {
	padding: 5px 0;
	border: 1px solid #F1F1F1;
	margin-top: 0px;
	height: 50px;
}

.email {
	border-radius: 5px 5px 0 0;
	margin-top: 15px;
	border-bottom: none;
}

.pwd {
	border-radius: 0 0 5px 5px;
	margin-top: 0px;
}

.email>div,.pwd>div {
	height: 39px;
	float: left;
	display: inline-block;
}

#login_email,#login_pwd {
	height: 39px;
	width: 175px;
	line-height: 39px;
	font-size: 14px;
	padding-left: 5px;
}

.loginbtn {
	margin-top: 25px;
}

.pwdbtn,.regbtn {
	margin-top: 10px;
}

.pwdbtn {
	text-align: center;
}

.pwdbtn a {
	color: #E03D3E;
	font-size: 14px;
}

#login_btn {
	width: 100%;
	height: 45px;
	background: #31B5F7;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

#reg_btn {
	width: 100%;
	height: 40px;
	background: #F2F6F7;
	color: #CDCBCC;
	font-size: 18px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #CDCBCC;
	cursor: pointer;
}

.vediobg {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #000000;
}

.vediobg video {
	width: 100%;
	height: 100%;
}
.gabap{
	color:#939393;
}
@media screen and (max-width:640px) { /*宽度小于等于320,同理*/
	.vediobg video {
		height: 100%;
		width: auto;
		margin-left: -190px;
	}
	.gabap{
		color: #FFFFFF;
	}
}