.login-register{
    width: 100%;
    height: 950px;
    font-family: PingFangSC-Medium;
}
.login-top{
    width: 100%;
    height: 199px;
    background: url('../img/img1/login_top.jpg') no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.shade-top{
    width:100%;
    height: 48px;
    background: #000;background: rgba(0,0,0,0.27);
    font-size: 14px;
    line-height: 48px;
    padding:0 120px;
    text-align: left;
}
.shade-top p{
    float: right;
}
.shade-top p{
    cursor: pointer;
}
.login-top h1{
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    letter-spacing: 0.27px;
    margin:45px auto 17px;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0,0,0,0.50);
}
.login-content{
    width: 100%;
    background: #fff;
    margin-top:40px;
}
.form-input{
    width: 479px;
    border: 1px solid  #EFEFEF;
    margin: 0 auto 0;
    text-align: center;
    padding: 32px;
}
.form-input-box{
    width: 412px;
    height: 50px;
    line-height: 50px;
    border:1px solid #E4E4E4 ;
    margin-top: 38px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 14px;

}
.form-input-box input{
    width: 370px;
    height: 43px;
    border: 0;
    outline:none;
    padding: 0 20px 0 12px ;
}
.send-out{
    width: 109px;
    height: 50px;
    border: 1px solid #e4e4e4;
    color: #4AB0E1;
    cursor: pointer;
    font-size: 14px;
}
.btn-login{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #4AB0E1;
    color: #fff;
    margin-top: 16px;
}
.form-name{
   padding:0 100px;
   color: #999;
   cursor: pointer;
}
.actives{
    color: #333;
}
.color666{
    color: #666;
}
.color4AB0E1{
    color: #4AB0E1;
}
.tips-name{
    position: absolute;
    bottom: -40px;
    left: 0;
    color: red;
    font-size: 14px;
    text-align: left;
}
.cursor-pointer{
    cursor: pointer;
}
.shade-top-img{
    width:22px;
    height:22px;
    line-height: 22px;
    background: rgba(0,0,0,0.23);
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}
.shade-top-img img{
    width:13px;
    height: 13px;
    margin:4px 0 0 5px;
}
 .label-img img{
     width: 20px;
     height:20px;
     margin-top: 15px;
 }
