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;
}
input:-webkit-autofill {    -webkit-box-shadow: 0 0 0px 1000px white inset !important; }
.background-pic{
    background: url(../images/login/background.jpg) 50% 100% no-repeat;
    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: 800px;
    height: auto;
    position: fixed;
    background: #fff;
    padding: 10px 0 40px 0;
    box-sizing: border-box;
    top: 22%;
    z-index: 100;
    left: 50%;
    margin: 0 0 0 -400px;
    border-radius: 15px;
    box-shadow: 0 0 20px #999;
}
.login-content{
    width: 500px;
    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:#fff ;
    font-weight: bold;
}
.login-tab li.cur a{
    border-bottom: 2px solid #FF8400;
    color: #FF8400;
}
.login-box{
    height: auto;
    padding: 30px 0 0 0;
    box-sizing: border-box;
}
#logo{
    background:url(../images/login/logo.png) no-repeat;
    width:610px;
    height: 54px;
    position: absolute;
    top: 60px;
    left: 30px;
    z-index: 9999999;
}
.username-box,.password-box,.verificatione-box{
    display: inline-block;
    width: 498px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 5px;
}
.verificatione-box{
    width: 362px;
    vertical-align: middle;
}
.username-box i,.password-box i,.verificatione-box i{
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: 10px 0;
    padding: 0 15px;
    border-right: 1px #ccc solid;
}
.username-box i{
    background: url(../images/login/accounts.png) 50% 50% no-repeat;
}
.password-box i{
    background: url(../images/login/password.png) 50% 50% no-repeat;
}
.verificatione-box i{
    background: url(../images/login/verificatione.png) 50% 50% no-repeat;
}
.username-box label,.password-box label{
    width: 44px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    float: left;
    display: inline-block;
}
input.input,.verification{
    width: 420px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
    float: left;
    border: none;
}
.verificatione-box .input{
    width: 300px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #C5C0BD inset;
}
.verification{
    width: 150px;
    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;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.sub_btn{
    width: 100%;
    background-color: #f68c68;
    font-weight: bold;
    color: #fff;
    display: block;
    border-radius: 5px;
}
.sub_btn:hover{
    background-color: #f6794f;
}
.login-btn{
    background-color: #6cd5f7;
    margin-top: 20px;
}
.login-btn:hover{
    background-color: #57d0f7;
}
.sub_btn:hover{
    color: #fff;
}
.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: #D7D7D7;
}
.link-box{
    color: #fff;
    margin: 10px 0;
    height: 16px;
}
.link-box>a{
    font-size: 12px;
    float: right;
}
.link-box>a:first-child{
    float: left;
}
.link-box>a:hover{
    color: #000;
}
.verify{
    height: 35px;
    display:inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
}
.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: #000;
    background: rgba(0,0,0,.3) !important;
    filter: alpha(opacity=90);
    position: fixed;
    bottom: 20px;
    z-index: 10;
}
.footv {
    font-size: 12px;
    color: #fff;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    padding: 10px 0;
    text-shadow: 0 3px 6px #000;
    position: relative;
}
.footv .ftul {
    margin: auto;
    text-align: center;
    margin: 10px 0 10px 0px;
}

.footv a {
    color: #fff;
    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;
}

.login-header {
    height: 50px;
    line-height: 50px;
    width: 100%;
    /*background-color: #666;*/
}
.login-header .logo {
    width: 350px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin: 20px 35px 0 35px;
    float: left;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
}
.login-right-info {
    position: relative;
    top: 14px;
    float: right;
}
.login-right-info span{
    display: inline-block;
    float: left;
    height: 30px;
    width: 1px;
    background-color:#fff ;
}
.login-right-info a {
    color: #fff;
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 2px 12px 0 12px;
}
#home{
    background: url(../images/login/house.png) no-repeat;
    width:24px;
    height:24px;
}
.login-title{
    font-size: 30px;
    text-align: center;
    padding: 30px 0 0;
    color: rgb(63,210,241);
}