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{
    width: 100%;
    height: 100%;
    background: url("../images/login/yuyao_bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.background-pic .logo {
    /*background: url("../images/login/yuyao_logo.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    width: 500px;
    height: 68px;
    position: absolute;
    top: 48px;
    left: 48px;
    font-size: 29px;
    font-weight: bold;
    text-shadow:-1px 0 white,0 1px white,1px 0 white,0 -1px white;
    color: #3ca8da;
}

.main-content{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.login-content{
    width: 440px;
    height: 400px;
    position: absolute;
    padding: 28px 40px;
    box-sizing: border-box;
    right: 10%;
    z-index: 100;
    top: 25%;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 0 20px 0 #0574db1a;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-title{
    color: #000000d9;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 24px;
}

.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: 360px;
    height: 40px;
    margin-bottom: 24px;
    border-radius: 2px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}
.verificatione-box{
    width: 240px;
    vertical-align: middle;
    margin-right: 16px;
}
.verify{
    width: 100px;
    height: 40px;
    display:inline-block;
    vertical-align: middle;
    margin-bottom: 24px;
}
.verify img {
    width: 100%;
    height: 100%;
}
.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: 100%;
    height: 100%;
    line-height: 40px;
    box-sizing: border-box;
    padding: 8px 12px;
    font-size: 14px;
    float: left;
    border: none;
}
.verificatione-box .input{
    width: 186px;
}
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;*/

    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    color: #ffffff;
}
.login-btn{
    background: #0089D7;
}

.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{
    text-align: center;
}
.link-box>a{
    color: #2568EC;
    font-size: 14px;
}
/*.link-box>a:first-child{*/
/*    float: left;*/
/*}*/
/*.link-box>a:hover{*/
/*    color: #000;*/
/*}*/

.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%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 28px;
    box-sizing: border-box;

}
.footv {
    font-size: 14px;
    color: #ffffffa6;
    line-height: 24px;
    width: 100%;
    text-align: center;
}
.footv .ftul {
    font-size: 14px;
    color: #ffffffa6;
}

.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: 400px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin: 0 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;
}
