#app{
    background: url(../images/login.png) center bottom no-repeat;
    overflow: hidden;
}
#container{
    background: url(../images/login_people.png) center bottom no-repeat;
    background-size: 1300px auto;
    overflow: hidden;
}
.wrapper{
    width: 480px;
    height: auto;
    margin: 30px auto 60px;
    padding: 100px 0 0;
    overflow: hidden;
    position: relative;
}
.login-logo{
    position: absolute;
    width: 450px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.login-logo img{
    width: 450px;
    height: auto;
    display: block;
}
.wrapper-box{
    padding: 20px 30px;
    height: auto;
    background: #ffffff;
    border-radius: 5px;
}
.tabheader{
    overflow: hidden;
    width: 300px;
    margin: 0 auto 15px;
}
.tabheader li{
    text-align: center;
    padding: 0 0 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 50%;
}
.tabheader li.curr{
    color: #0f64e3;
}
.tabheader li.curr::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: #0f64e3;
    margin: 0 auto;
}
.login{
    overflow: hidden;
}
.login dd{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.login dd .icon{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
}
.login dd .txt{
    display: block;
    width: 360px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px 0 43px;
    border-radius: 5px;
    border: 1px solid #DCDFE6;
    background: #f5f8fa;
    overflow: hidden;
}
.login dd .txt:focus{
    border: 1px solid #409EFF;
}
.login dd .txt.short{
    width: 215px;
}
.login dd .getMobileCode{
    margin-left: 10px;
    display: block;
    width: 135px;
    border: 0;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    background: #0f64e3;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
}
.login dd .getMobileCode.disabled{
    background: #9bbbd0;
}
.login dd .verifyCode{
    height: 44px;
    border-radius: 5px;
    margin: 0 10px;
}
.login dd .el-icon-refresh{
    font-size: 24px;
    margin-top: 10px;
    cursor: pointer;
}
.login dt{
    display: block;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    background: #0f64e3;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    overflow: hidden;
}
.tips{
    margin-top: 15px;
    overflow: hidden;
}
.tips li a{
    color: #0f64e3;
    font-size: 12px;
}
.other{
    overflow: hidden;
    margin-top: 15px;
}
.other dt{
    position: relative;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    color: #8099aa;
}
.other dt::before{
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background: rgba(128,153,170,.25);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.other dt::after{
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background: rgba(128,153,170,.25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}
.other dd{
    color: #0f64e3;
    padding-left: 23px;
    margin-top: 10px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 12px;
    overflow: hidden;
}
.other dd a{
    color: #0f64e3;
}
.other dd:nth-of-type(1){
    background: url(../images/shuibie.png) left center no-repeat;
    background-size: 18px 18px;
    margin-right: 70px;
}
.other dd:nth-of-type(2){
    background: url(../images/wechat.png) left center no-repeat;
    background-size: 18px 18px;
}
.other dd:nth-of-type(3){
    background: url(../images/duanxin.png) left center no-repeat;
    background-size: 18px 18px;
}
.dialogLoginTips{
    overflow: hidden;
}
.dialogLoginTips .el-dialog--center .el-dialog__body{
    padding: 5px 25px 10px;
}
.dialogLoginTips dd{
    margin-bottom: 5px;
    color: #8099aa;
    font-size: 12px;
    line-height: 18px;
}
.dialogLoginTips dt{
    margin: 10px 0 0;
}
.dialogLoginTips dt img{
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.dialogLoginTips dt strong{
    text-align: center;
    display: block;
    color: #000000;
    font-weight: normal;
}