@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button,lable,button, dd, div, dl, dt, form, img, input,p, td, th{
margin: 0;
padding: 0;
border:none;
list-style:none;
}
body {
color: #333;
font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", Helvetica Neue, Helvetica, Hiragino Sans GB, tahoma, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: 500;
}
a {
color: #333;
text-decoration:none;
}
a:hover {
color: #1194d3;
}

/*login-------------------------------start*/
body{width:100%; height:100%; }
.winlogin .logintextbox{border:1px solid #ccc;border-radius:3px;height:30px;line-height:30px;width:88%;padding:0 4px}
.winlogin .login_btn{width:50%; height:34px;line-height:34px; background-color:#0C80D7; font-size:14px; color:#fff; cursor:pointer;margin:0 auto; padding:0;border-radius:4px;}
/*login-------------------------------end*/



/*newLogin*/
input{
	outline: none;
}
.cl{
	clear: both;
}
.w1200{
	width:1200px;
	margin:0 auto;
}
.login-header{
	height:56px;
	width:100%;
	box-shadow: 3px 1px 10px rgba(0,20,174,0.15);
}
.login-header .logo img{
	display: block;
}
.loginbox h3{
	text-align:center;
	font-size:14px;
	color:#b0b8c3;
	margin:25px 0;
	line-height:28px;
}
.loginbox .logincot{
	background:#fff;
	width:692px;
	height:370px;
	overflow:hidden;
	box-shadow: 0 0 5px rgba(0,20,174,0.15);
	margin:0 auto;
	position: relative;
}
.loginbox .logincot:before{
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:3px;
	background:linear-gradient(left,#67c9ff,#8473ff);
    background:-webkit-linear-gradient(left,#67c9ff,#8473ff);
}
.loginbox .logincot .formbox{
	width:290px;
	margin:20px auto;
}
.loginbox .logincot .formbox .tab{
	float:right;
}
.loginbox .logincot .formbox .tab i{
	border:#eeeeee 1px solid;
	height:22px;
	line-height:22px;
	font-size:12px;
	color:#424242;
	font-style:normal;
	display: block;
	float:left;
	padding:0 10px;
	position: relative;
}
.loginbox .logincot .formbox .tab i.wechat{
	background:url(ico-wechat.png) 10px center no-repeat;
	background-size:16px;
	padding:0 10px 0 31px;
}
.loginbox .logincot .formbox .tab i:after{
	content:"";
	width:3px;
	height:5px;
	background:url(ico-arrow.jpg) 0 0 no-repeat;
	background-size:3px;
	position: absolute;
	right:-3px;
	top:50%;
	margin-top:-2.5px;
}
.loginbox .logincot .formbox .tab img{
	width:42px;
	height: 42px;
}
.loginbox .logincot .formbox .tab .item{
	display:none;
	cursor:pointer;
}
.loginbox .logincot .formbox .tab .item.cur{
	display:block;
}
.loginbox .logincot .formbox ul li{
	margin:30px 0 60px 0;
	overflow:hidden;
	position: relative;
}
.loginbox .logincot .formbox ul li label{
	font-size:14px;
	color:#424242;
	float:left;
	display: block;
	width:36px;
	line-height:32px;
}
.loginbox .logincot .formbox ul li input{
	border-bottom:#eeeeee 1px solid;
	width:250px;
	float:left;
	line-height:32px;
	height:32px;
	font-size:14px;
	padding-left:4px;
}
.loginbox .logincot .formbox ul li input::-webkit-input-placeholder{
	color:#dddddd;
}
.loginbox .logincot .formbox .btn a{
	display: block;
	width:250px;
	height:46px;
	background:#30a8fd;
	border-radius:50px;
	-webkit-border-radius:50px;
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#fff;
}
.loginbox .logincot .formbox ul li .eye{
    position: absolute;
    right:0;
    display: block;
    background:url(ico-eye-open.png) 0 0 no-repeat;
    background-size:16px;
    margin-top:-8px;
    top:50%;
    width:16px;
    height:16px;
}
.loginbox .logincot .formbox ul li .eye.close{
    background:url(ico-eye-close.png) 0 0 no-repeat;
    background-size:16px;
}
.loginbox .copyright{
	position: fixed;
	bottom:10px;
	line-height: 30px;
	text-align: center;
	width:100%;
	color:#677691;
	font-size:12px;
}
.loginbox .qrcodebox .qrcodepic{
	border:#f0f0f0 1px solid;
	width:200px;
	height:200px;
	margin:30px auto 0 auto;
	text-align:center;
}
.loginbox .qrcodebox .qrcodepic img{
	width:150px;
	height:150px;
	display: block;
	margin:10px auto 0 auto;
}
.loginbox .qrcodebox .qrcodepic span{
	color:#999;
	text-align:center;
	display:block;
	background:url(ico-scan.png) 15px center no-repeat;
	background-size:20px;
	font-size:14px;
	padding-left:25px;
	margin:10px 0 0 0;
}
.loginbox .qrcodebox p{
	text-align:center;
	margin:10px 0 0 0;
	line-height:24px;
	color:#929db1;
	font-size:14px;
}
.loginbox .qrcodebox p a{
	color:#49a0ff;
}
.loginbox .itemcon .item{
	display:none;
}