@charset "utf-8";

* html,body{font-family:"微软雅黑"; margin:0; padding:0;}
body{background:#0083ff!important; height:auto;}

a{text-decoration:none;}
.block{display:block;}
.white{color:white;}
.width-400{width:400px;}
.height-30{height:30px;}
.size-13{font-size:14px;}
.fl{float:left !important;}
.fr{float:right !important;}
.center{
	margin:0 auto;
	text-align:center;
}

.border-t{border-top:1px solid #40a2ff;}

.login-logo{
/*     background:url(../images/logo1012.png) no-repeat; */
    height:70px;
	margin:0 auto;
	text-align:center;
	width:380px;
}
.login-logo img {
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.login-box{
	height:auto;
	margin:0 auto;
	margin-top:3%;
	padding:15px 0;
}
.login-tab{
	height:58px;
	float:left;
}
.login-tab ul{
	padding:0px;
	margin:0px;
	height:58px;
	text-align:center;
}
.login-tab li{
	list-style-type:none;
	float:left;
	width:50%;
	height:58px;
	line-height:58px;
	background:none;
	color:#a7d1f9;
	cursor:pointer;
	border-bottom:none;
	font-size:24px;
	font-family:"黑体";
	box-sizing:border-box;
}
.login-content{
	background:none;
	display:none;
	float:left;
}

.login-form{
    min-width:0;
    padding:0;	
    margin:0 auto;
	padding-top:20px;
}

.login-input{
    border:0;
    height:52px;
    line-height:52px;
	text-align:center;
    padding:0;
    font-size:17px;
    font-weight:normal;
	border-radius:8px;
	display:block;
	margin:0 0 15px 0;
	box-shadow:0 4px 10px 2px rgba(0,90,255,.2);
	filter:none !important;
}

.login-input-inline{
	border:0;
	height:52px;
	line-height:52px;
	text-align:center;
	padding:0;
	font-size:17px;
	font-weight:normal;
	border-radius:8px;
	display:inline-block;
	margin:0 0 15px 0;
	box-shadow:0 4px 10px 2px rgba(0,90,255,.2);
	filter:none !important;
}


.btn-active {
	background:#005aff;
	color:#fff;
	text-align:center;
	border:0;
	font-size:18px;
	margin:0 auto;
	box-shadow:0 4px 10px 2px rgba(0,90,255,.6);
	cursor:pointer;
}

.loginBtn{
    padding:15px 0;
    background:#005aff;
    color:#fff;
    text-align:center;
    border:0;
	font-size:18px;
	margin:0 auto;
	box-shadow:0 4px 10px 2px rgba(0,90,255,.6);
	cursor:pointer;
}

.ErrTips-box{
	line-height:14px;
	height:17px;
	position:relative;
	top:-10px;
}
.ErrTips{
	font-size:17px;
	line-height:14px;
	height:14px;
	color:#fec625;
}
.warningIcon{
	height:17px;
	width:17px;
	margin:0 auto;
	display:inline-block;
	background-image: url(../images/warning1012.png);
	background-position:center center;
	background-size:17px 17px;
	background-repeat:no-repeat;
	margin-right:2px;
    vertical-align: top;
}
