body{
    background: url("/static/hunbei/img/logo-bg.jpg");
}
.wrap{
    display:flex;
    flex-direction:column;
    height:100%;
}
.main{
    position: relative;
    flex:1;
    overflow: hidden;
}
.main .mid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    width: 1200px;
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    /*transform: translateY(-50%);*/
    /*margin-top: 50%;*/
}
.main-left{
    margin-top: 50px;
}
.main-right{
    width: 400px;
    margin: 0 auto;
}
.right-content{
    width: 300px;
    margin-left:60px;
}
.main-title{
    text-align: left;
    font-size: 40px;
    margin-top: 20px;
}
.sub-title{
    color: #919191;
    font-size: 18px;
    margin-top: 10px;
}
.bind-info{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-input{
    margin-top: 0px;
    overflow: hidden;
}
.comp input{
    border: none;
    line-height: 30px;
    margin-left: 30px;
    width: 70%;
}
.comp img{
    position: absolute;
    margin-top: 10px;
}
.comp{
    border-bottom: 1px solid #ccd5db;
    line-height: 40px;
    margin-top: 20px;
}
.comp .pwd{
    width: 100px;
}
.code{
    width:320px;
}
#get_code{
    display: inline-block;
    width: 100px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 4px;
    cursor: pointer;
}
.lostpwd{
    margin-top: 4px;
    padding: 5px;
    position: relative;
}
.apwd{
    margin-top: 10px;
    color: #919191;
}
.areg{
    position: absolute;
    right: 0;
    color: #ed5566;
}
.dologin{
    display: flex;
    flex-direction: row;
    align-content: center;
    margin-top: 20px;
}
.dologin button{
    width: 200px;
    background: #ed5566;
    color: white;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 16px;
    border-radius: 20px;
    margin:0 auto;
}
.fastlogin{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
}
.fastlogin .title{
    text-align: center;
    line-height: 60px;
    width: 120px;
    margin: 0 auto;
    z-index: 9;
    background:white;
}
.fastlogin .line{
    border-top: 1px solid #ccd5db;
    width: 300px;
    position: absolute;
    top: 32px;
}
.fast-btn{
    text-align: center;
}
.fast-btn img{
    width: 30px;
    margin: 0px 30px;
}
/*t头部*/
.header{
    background: white;
    height: 60px;
}
.header-main{
    width: 1200px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
}
.header-logo{
    margin-top: 8px;
}
.header-login{
    display: flex;
    margin-right: 0px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}
.btn-reg{
    background: #ed5566;
    color: white;
    padding: 5px 20px;
    border-radius: 30px;
    cursor: pointer;
}
.btn-reg a{
    color: white;
}
.btn-login{
    margin-left: 20px;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
}
/*遮罩层二维码*/
.mask{
    background:rgba(0,0,0,.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    display: flex;
    color: black;
    justify-content: center;
    align-items: center;
}
.zhifu{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zhifu-main{
    background: white;
    width: 400px;
    height: 400px;
}
#zhifu{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.t-preview-title{
    background: #ED5566;
    color: white;
    padding-left: 30px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
}
#qrcode{
    margin: 20px 0px;
    border: 1px solid #ccc;
}
.t-close{
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.zhifu-title{
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}
/*找回密码*/
.pwd-title{
    font-size: 22px;
    text-align: center;
    margin: 50px;
    font-weight: bold;
}
.pwd-list{
    display: flex;
}
.pwd-list input{
    border: none;
    margin-left: 20px;
    border-bottom: 2px solid #EEEEEE;
    line-height: 30px;
    width: 200px;
}
.pwd-list{
    margin-top: 30px;
}
.pwd-list-title{
    display: inline-block;
    width: 60px;
    text-align:justify;
    text-align-last: justify;
}
.reset{
    margin: 60px;
}