*,body,html{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
body{
	min-width: 1366px;

}
a{
	color:inherit;
	text-decoration:none
}
ul,li{
	list-style: none;
}
.login-wrap{
	z-index:-999;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:1366px;
	min-height:625px;
	height:100%;
    text-align: center;
	background:#003;
	overflow: hidden;
}
.login-wrap img{
	height: 100%;
}
.login-wrap .login-bg{
	height: 100%;
	padding-left: 0px;
	margin-bottom: 0px;
	position: relative;
}
.login-wrap .login-bg img{
	min-height: 100%;
	top: 0px;
}
.login-wrap .login-bg ul{
	width:100%;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}
.login-wrap .login-bg ul li{
	position: absolute;
	opacity: 1;
	width:100%;
	height:100%;
	overflow:hidden;
}
.login-wrap .login-bg ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.login-wrap .login-bg ul li img{
	min-height: 100%;
    min-width: 100%;
	position: absolute;
	top: 0px;
}
.login-wrap .login-bg ul li:first-child img{
	position: relative;
}

.login-wrap .nexImg,.login-wrap .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;

}
.login-wrap .nexImg:hover,.login-wrap .preImg:hover{
	opacity: 0.8;
}
.login-wrap .nexImg{
	right: 0px;
}
.login-wrap .nexImg img,.login-wrap .preImg img{

}
.login-wrap .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 70px;
	text-align: center;
}
.login-wrap .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.login-wrap .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.5;
	margin-left: 10px;
}
.login-wrap .jumpBtn ul li:first-child{
	margin-left: 0px;
}
.login-wrap .jumpBtn ul li.active{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: black;
	opacity: 0.5;
	margin-left: 10px;
}
.login-top{
	width:100%;
	height:100px;
	text-align:left;
	vertical-align:middle;
}
.login-top img.logo{
	display:inline-block;
	height:80%;
	width:auto;
	margin:10px;
	vertical-align:middle;
}
.login-top span{
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	color:#fff;
}
.login-box{
	position: fixed;
	right: 15%;
}
.loging-title{
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:40px;
}
.login-main{
	width:400px;
	min-height:315px;
	background:#fff;
	border-radius:8px;
	overflow:hidden;
	color:#333;
	font-size:14px;
    -moz-box-shadow: 0 0 10px #666666;
    -webkit-box-shadow: 0 0 10px #666666;
    box-shadow: 0 0 10px #666666;
}
.w-300box{
	padding: 0px 50px 20px 50px;
	min-height: 190px;
}
.pt50{
	padding-top: 50px;
}
.mt-50{
	margin-top: 50px;
}
.col-orange{
    color: #FF9900;
}
.col-blue{
    color: #0066CC;
}
.col-gray{
	color: #ccc;
}
.col-333{
	color: #333;
}
.input-box{
	width:100%;
	border:#ccc 1px solid;
	height:40px;
	vertical-align:middle;
	padding-left:48px;
	background-color: #fff;
	background-position:10px center;
	background-repeat: no-repeat;
}
.input-box.disabled{
	background-color: #efefef;
}
.input-box.focus{
	border:#0099FF 1px solid;
}
.input-box input[type="text"], .input-box input[type="password"]{
	width:240px;
	height:38px;
	border:none;
	outline:none;
	background: none;
}


.sub_account {
	width:240px;
	height:38px;
	border:none;
	outline:none;
	background: none;
}
textarea:disabled, input:disabled {
	background:none;
}
 .input-box.user{
	background-image: url(/images/user.png);
} 
.input-box.code{
	background-image: url(/images/code.png);
}
.input-box.phone{
	background-image: url("/images/phone.png");
}
.input-box.message{s
	background-image: url("/images/message.png");
}
.input-box.valid-code{
	background-image: url("/images/code2.png");
}
.input-box.code2{
	background-image: url("/images/code2.png");
}
.mt16{
	margin-top:16px;
}
.input-box.valid-code input{
	width: 160px;
}
.input-box.valid-code img{
	cursor: pointer;
	position: fixed;
	height: 38px;
	width: 90px;
}
.input-box.message input{
	width: 150px;
}
.input-box.message a.btn{
	display: inline-block;
	padding: 0 6px;
	color: #0066CC;
}
.login-btn{
	display:inline-block;
	width: 300px;
    height: 40px;
	line-height:40px;
    background-color:#0099FF;
    border: none;
    border-radius: 0px;
    font-size: 18px;
    color: #FFFFFF;
	text-align:center;
}
.hr{
	border-bottom:1px solid #efefef;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.login-bottom{
	width:100%;
	vertical-align:middle;
	line-height:52px;
	padding:0 30px;
	position:relative;
}
.login-bottom a{
	display:inline-block;
	vertical-align:middle;
	color: #0066CC;
}
.login-bottom .mark{
	position: absolute;
	right:0;
	width:52px;
	height:52px;
}
.login-bottom .mark.ewm{
	position: absolute;
	right:0;
	width:52px;
	height:52px;
	background: url(/images/code_bg.png) no-repeat center center;
}
.login-bottom .mark.pc{
	position: absolute;
	right:0;
	width:52px;
	height:52px;
	background: url("/images/pc_bg.png") no-repeat center center;
}
.footer{
	position: fixed;
	bottom:0;
	width:100%;
	padding:20px;
	color:#fff;
	font-size:14px;
	z-index: -999;
}
.login-box-top{
	padding: 20px 30px;
	position: relative;

}
.login-box-top a{
	display: inline-block;
    vertical-align: middle;
    color: #0066CC;
}
.login-box-top a.other{
	padding-right: 20px;
	background: url("/images/down.png") no-repeat right center;

}
.other-verify{
	border: 1px solid #ccc;
	width: 104px;
	text-align: center;
	position: absolute;
	right: 30px;
	background: #fff;
	z-index: 9999;
}
.other-verify a{
	display: block;
	line-height: 26px;
}
.other-verify a:focus, .other-verify a:hover{
	background: #efefef;
}
.ico-img{
	display: block;
	margin: 30px auto 20px auto;
	width: 92px;
	height: 92px;
}
.ewm-img{
	display: block;
	margin: 20px auto 10px auto;
	width: 200px;
	/*height: 305px;*/
}
.login-main span{
	display:inline-block
}
.login-main span.state{
	display: block;
	text-align: center;
}

.erqu-box{
	display: table;
	text-align: center;
	margin:45px auto;
	vertical-align: middle;
}
.erqu{
	width: 140px;
	height: 140px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.erqu img.ewm-img{
	width: 100%;
	margin: 10px auto;
	height: auto;
	vertical-align: middle;
	border: 2px solid #ededed;
}
.erqu img.ico-img{
	width: 60%;
	margin: 10px auto;
	height: auto;
	vertical-align: middle;
}
.erqu .fast-login-a{
	display: inline-block;
	height: 133px;
	margin-left: 10px;
	box-shadow: 0 0 6px #ccc;
	border-radius: 4px;
}
.erqu .fast-login-a:hover{
	display: inline-block;
	height: 133px;
	margin-left: 10px;
	box-shadow: 0 0 6px #9fcfef;
	border-radius: 4px;
}
.erqu .fast-login-a:active{
	display: inline-block;
	height: 133px;
	margin-left: 10px;
	box-shadow: 0 0 6px #0066cc;
	border-radius: 4px;
}



