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/new/bj.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: 800px;
    height: 380px;
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 365px);
    /*right: 12%;*/
    /*background: #190A05;*/
    /*background: rgba(25,10,5,.5) !important;*/
    /*filter: Alpha(opacity=75);*/
    /*background: #000000;*/
    /*background: rgba(0,0,0,0.3) !important;*/
    filter: Alpha(opacity=30);

    /*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 #3a86cd;*/
    box-sizing: border-box;
    /*top: 22%;*/
    z-index: 100;
    font-family: "微软雅黑";
}


.assist-li{
    text-align: left !important;
}
.assist-li a{
    color: #FFFFFF;
    line-height: 36px;
    font-size: 14px;
    font-weight:bold;
    letter-spacing: 1px;
    /*text-decoration:underline;*/
}

.assist-li a:hover {
    color:  #eab026;
}


.bgColor{
    position: absolute;
    opacity: 0.6;
    background: #0F90E6;
    width: 150px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px 0 0 5px;
}
.login-left{
    box-sizing: border-box;
    padding: 10px;
    width: 150px;
    height: 100%;
    float: left;
    border-radius: 5px 0 0 5px;
}
.login-left .title{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}
.login-left-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.login-left-text li{
    text-align: right;
    padding-right: 10px;
    color: #FFFFFF;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.login-left-text li span{
    z-index: 10;
}
.login-left-text li.pitchOn:before{
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background-image: url(../images/login/checked.png);
    position: absolute;
    top: 13px;
    left: 25px;
    background-size: 100% 100%;
}
.login-left-text li.pitchOn span:before{
    content:"    ";
    width: 130px;
    height: 36px;
    display: block;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    z-index: -1;
    border-radius: 20px 0 0 20px;
    right: -10px;
}
.login-left-text li.pitchOn span{
    font-weight: bold;
}
.login-content{
    box-sizing: border-box;
    float: left;
    width: 400px;
    height: 100%;
    margin:0 auto;
    position: relative;
    padding: 25px 50px;
    /*border-radius: 0 5px 5px 0;*/
    background: rgba(0,0,0,0.3);
}
.login-tab{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.login-tab li{
    /*float: left;*/
    /*width: 50%;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
}
.login-tab li a{
    display: block;
    /*border-bottom: 2px solid #85807D;*/
    color:#FFFFFF;
    /*font-weight: bold;*/
    font-size: 20px;
    text-align: right;
    text-indent: 3px;
}
.login-tab li #ca_J{
    text-align: left;
}
.login-tab li #ca_J:before{
    left: 0;
    width: 70px;
}
.login-tab li.cur a:before{
    content: "";
    width: 80px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    /*color:  #3a86cd;*/
}

.login-box{
    height: auto;
    padding:20px 0px;
    box-sizing: border-box;
}
.logo{
    position: relative;
}



#logo_title {
    position: absolute;
    top: 31px;
    left: 140px;
    line-height: 25px;
}

#logo_title span {
    font-weight: bold;
    font-size: 15px;
}

#logo_title span:nth-child(1) {
    letter-spacing: 3px;
    font-size: 18px;
}

#logonew{
    background:url(../images/login/logo.png) no-repeat;
    width:596px;
    height: 72px;
    position: relative;
    top: 34px;
    left: 30px;
}
.username-box,.password-box{
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    /*background: #C5C0BD;*/
    background: #ffffff;
    height: 46px;
    border-radius: 5px;
    /*line-height: 46px;*/
}
.username-box i,.password-box i{
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: 13px 10px;
}
.username-box i{
    background: url(../images/login/user.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: 260px;
    height: 100%;
    line-height: 46px;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 14px;
    float: left;
    border: none;
    background: #ffffff;
    color:#000;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #C5C0BD inset;
}
.verification{
    width: 160px;
    float: left;
    margin-right: 20px;
    border: 1px solid #ccc;
    height: 46px;
    border-radius: 5px;
    text-indent: 10px;
}
.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{
    margin-top: 30px;
    width: 100%;
    background-color: #0F90E6;
    font-weight: bold;
    color: #fff;
    display: block;
}
.sub_btn:hover{
    color:  #eab026;
}
.lock-box{
    /*border:1px solid #999;*/
    width: 140px;
    /*height: 126px;*/
    margin:10px auto 21px auto;
}
#lock{
    background: url(../images/login/lock1.png) no-repeat;
    width: 105px;
    height: 144px;
    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 140px;
}
.link-box>a{
    font-size: 12px;
    color: #FFFFFF;
    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: #000;
    background: rgba(0,0,0,.3) !important;
    filter: alpha(opacity=30);
    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: 0px 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;
}