@charset "utf-8";

.bodyLoginBg{
	background:#13326f url(../images/loginBg2.jpg) center no-repeat;
	width: 100%;
	background-size: cover;
	background-attachment:fixed;
}
.loginCon{
	margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}
.loginCon .logo{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	margin-bottom: 30px;
}
.loginCon .logo img{
	height: 70px;
	margin-right: 20px;
	vertical-align: top;
}
.loginForm{
	background:rgba(0,100,163,0.9);
	border: 1px solid #00beff;
	padding: 20px 100px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}
.loginForm .loginTit{
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #0089ee;
	text-align: center;
	margin-bottom: 30px;
}
.loginForm .loginTit a{
	display: inline-block;
	margin: 0 40px;
	height: 50px;
	line-height: 50px;
	transition: all 0.6s;
}
.loginForm .loginTit a:hover{
	color: #fff;
}
.loginForm .loginTit a.on{
	color: #fff;
	border-bottom: 3px solid #fff;
	height: 47px;
}
.publicTxtBox{padding:10px 0;position: relative;}
.publicTxtBox input{
	width: 430px;
	height: 58px;
	background: #003d60;
	border: 1px solid #003d60;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.publicTxtBox label{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.publicTxtBox label b{display: inline-block;width: 32px;text-align: center;}
.publicTxtBox input::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color:#b2b2b2;
}
.publicTxtBox input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color:#b2b2b2;
}
.publicTxtBox input::-webkit-input-placeholder{ /* WebKit browsers */
	color:#b2b2b2;
}
.publicTxtBox input:-ms-input-placeholder{ /* Internet Explorer 10+ */
    color:#b2b2b2;
}
.publicTxtBox .btnLogin{
	background:#00beff;
	font-weight:bold;
	cursor: pointer;
	margin-left: 84px;
	border: none;
	transition: all 0.6s;
	margin-top: 30px;
}
.publicTxtBox .btnLogin:hover{background:#00a3da;}
.loginTips {
    color: #ff3636;
    position: absolute;
	top: 260px;
	left: 188px;
	font-weight: 700;
}
.loginFoot{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	line-height: 30px;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
.loginFoot span{margin: 0 10px;color: #fff;}
.btnLoginReg{margin-left: 88px;}
.btnLoginReg a{
	width: 33.33%;
	color: #fff;
	line-height: 30px;
}
.btnLoginReg a:nth-of-type(2){text-align: right;}
.btnLoginReg a:nth-of-type(3){text-align: right;}
.btnLoginReg a:hover{color: #98ebff;font-weight: 700;}


/*短信验证码*/
.btnVerificCode{
	position: absolute;
	right: 14px;
	top: 30px;
	width: 100px;
	font-size: 16px;
	line-height: 16px;
	transition: .3s;
	color: #26b0ff;
	border-left: 1px solid #dedede;
	background: #003d60;
	cursor: pointer;
	z-index: 100;
	text-align: center;
}
.btnVerificCode:hover{color: #61c6ff;}
.btnVerificCode.seconds{cursor: default;}
.btnVerificCode.seconds:hover{color: #26b0ff;}

.addVideo.forget_reg{
	min-height: 420px;
	height: auto;
	padding: 10px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.regPrompt{
	color: #ff3636;
	padding: 0 20px 0 40px;
	line-height: 22px;
}
.regPrompt a{color: #fff;}
.userAgreement{color: #81e6ff;}
.userAgreement input{vertical-align: middle;margin: -2px 5px 0 0;}
.userAgreement a{color: #fff;}
.userAgreement a:hover{text-decoration: underline;}

.userAgreement .layui-form-radio{
	line-height:normal;
	margin: 0;
	padding-right: 0px;
}
.updateInfo .layui-form-item,
.updateInfo .layui-form-item .layui-inline{
	margin-bottom: 0;
}
.updateInfo .layui-form-item{
	width: 100%;
}
.updateInfo .layui-form-item .layui-inline{
	float: left;
	width: -webkit-calc(33.33% - 7px);
	width: -moz-calc(33.33% - 7px);
	width: calc(33.33% - 7px);
}
.updateInfo .layui-form-item .layui-inline:nth-last-of-type(1){
	margin-right: 0;
}
.updateInfo .layui-input, .updateInfo .layui-select, .updateInfo .layui-textarea{
	height: 32px;
	background-color: #002540;
	border: 1px solid #00a1c8;
}