body{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei",Arial, SimSun, "sans-serif", Mingliu,
	Verdana, Helvetica, Lucida;
}
ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
a,a:hover{
	text-decoration:none;
	color:#000;
}
input,button,select,a{
	outline: none;
}
.background-pic{
	background: url(../images/login/background.jpg) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.main-content{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#loginPart{
	width: 400px;
	height: auto;
	position: fixed;
	right: 12%;
	/*background: #190A05;*/
	/*background: rgba(25,10,5,.5) !important;*/
	/*filter: Alpha(opacity=75);*/
	background: #FFFFFF;
	background: rgba(255,255,255,0.4) !important;
	filter: Alpha(opacity=80);

	/*border: 1px solid #ccc;*/
	/*border-top: 3px solid #eab026;*/
	-moz-box-shadow: 0px 1px 3px rgba(10%,10%,20%,0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(10%,10%,20%,0.2);
	box-shadow: 0px 1px 3px rgba(10%,10%,20%,0.2);
	border-top: 3px solid #358fe6;
	padding: 18px 0 10px 0;
	box-sizing: border-box;
	top: 22%;
	z-index: 100;
}
.login-content{
	width: 330px;
	margin:0 auto;
	position: relative;
}
.login-tab{
	display: inline-block;
	width: 100%;
}
.login-tab li{
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.login-tab li a{
	display: block;
	border-bottom: 2px solid #85807D;
	color:#000;
	font-weight: bold;
}

.login-tab li.cur a{
	/*border-bottom: 2px solid  #eab026;*/
	border-bottom: 2px solid  #358fe6;
	color:  #358fe6;
}

.login-box{
	height: auto;
	padding:10px 0px;
	box-sizing: border-box;
}
#logo{
	background:url(../images/login/logotitle.png) no-repeat;
	width:709px;
	height: 100px;
	position: relative;
	top: 34px;
	left: 30px;
}
.username-box,.password-box{
	display: inline-block;
	/*width: 300px;*/
	width: 330px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	/*background: #C5C0BD;*/
	background: #ecf3f9;
}
.username-box i,.password-box i{
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	margin: 8px;
}
.username-box i{
	background: url(../images/login/accounts.png) no-repeat;
}
.password-box i{
	background: url(../images/login/password.png) no-repeat;
}
.username-box label,.password-box label{
	width: 44px;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	float: left;
	display: inline-block;
}
input.input,.verification{
	width: 250px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 14px;
	float: left;
	border: none;
	background-color: #ecf3f9;
	color:#000;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #C5C0BD inset;
}
.verification{
	width: 180px;
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
}
.btn:before,.btn:after{
	clear:both;
}
.btn{
	height:40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	border-radius:5px;
}
.sub_btn{
	/*width: 304px;*/
	/*background-color: #6f584d;*/
	width: 330px;
	background-color: #358fe6;
	font-weight: bold;
	color: #fff;
	display: block;
}
.sub_btn:hover{
	color:  #eab026;
}
.lock-box{
	border:1px solid #999;
	width: 140px;
	height: 126px;
	margin:0 auto;
}
#lock{
	background: url(../images/login/lock.png) no-repeat;
	width: 92px;
	height: 120px;
	display: block;
	margin: 10px auto;
}
.lock-tip{
	margin: 15px;
	text-align: center;
	font-size: 12px;
	color: #000;
}
.link-box{
	color: #fff;
	margin: 10px 0 10px 98px;
}
.link-box>a{
	font-size: 12px;
	color: #666;
	position: relative;
}
.link-box>a:hover{
	color: #eab026;
}
.verify{
	width:120px;
	height:30px;
	display:inline-block;
	margin-bottom: 20px;
}
.footer-menu{
	display: block;
	font-size: 14px;
	width: 1000px;
	margin: 0 auto;
}
.footer-menu li{
	float: left;
	width: 250px;
}
.footer-menu li i{
	width: 26px;
	height: 26px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: 4px;
}
.footer-menu li i.guide{
	background: url(../images/login/Help.png) no-repeat;
}
.footer-menu li i.download{
	background: url(../images/login/download.png) no-repeat;
	width: 23px;
}
.footer-menu li i.register{
	background: url(../images/login/user.png) no-repeat;
}
.footer-menu li i.expert{
	background: url(../images/login/expert.png) no-repeat;
	top: 10px;
}
.main{
	margin: 20px auto;
	width: 478px;
	text-align: center;
}
.main .list{
	float:left;
	margin-right: 36px;
}
.main .list li{
	height: 50px;
	line-height: 50px;
	position: relative;
	display: inline-block;
}
.main .list li .info-list{
	margin-left: 108px;
	display: none;
}
.main .list li .info-list li{
	float:left;
	width: auto;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	color:#666;
}
.main .list li .info-list li input{
	bottom:-5px;
}
.main .list li div{
	color:#e60012;
}
.main .list li div.label{
	width: 94px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	text-align: right;
	color: #000;
	vertical-align: top;
}
.main .list li label{
	height: 38px;
	line-height: 38px;
	border: 1px solid #c9caca;
	width: 340px;
	display: inline-block;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.main .list li label.active{
	outline: 0;
	border-color: #3a9ad8;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.main .list li input{
	height: 36px;
	line-height: 36px;
	width: 178px;
	padding-left: 5px;
	box-sizing: border-box;
	border:none;
	outline: none;
	color: #666;
	vertical-align: top;
}
.list li button{
	height: 36px;
	line-height: 36px;
	width: 108px;
	color: #fff;
	border: 1px solid transparent;
	cursor:pointer;
	vertical-align: top;
}
.list li button.blue-btn{
	background-color:#3a9ad8;
}
.list li button.small-btn{
	width:48px;
}
.list li label i{
	<!--background:url(../images/login/sprite2.png) no-repeat;-->
	width:28px;
	height: 30px;
	display:inline-block;
	position: relative;
	top: 4px;
}
#expertNum0{
	background-position: -86px 0;
}
.list li label.active #expertNum0{
	background-position: -57px 0;
}




.footv-box{
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.3) !important;
	filter: alpha(opacity=30);
	position: fixed;
	bottom: 20px;
	z-index: 10;
}
.footv {
	font-size: 12px;
	color: #000;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.footv .ftul {
	margin: auto;
	text-align: center;
	margin: 10px 0 10px 0px;
}

.footv a {
	color: #000;
	text-decoration: none;
	margin: 0 5px;
}

.footv a:visited {

}

.footv a:active {
	color: #F60;
	text-decoration: underline;
}

.footv a:hover {
	color: #F60;
	text-decoration: underline;
}