html,body{
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: "PingFang SC Regular","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
div{
    box-sizing: border-box !important;
}
.app{
    width: 100%;
    height: 100%;
}
.soft-name-all{
}
.login-content{
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    padding-bottom: 60px;
}
.login-card{
    background-color: #fff;
    width: 900px;
    height: 450px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}
.login-left{
    display: block;
    width: 450px;
    height: 450px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.login-right{
    width: 450px;
    height: 450px;
    padding: 50px 75px;
}
.login-form{
    margin-top: 50px;
    width: 300px;
}
.login-menu{
    width: 300px;
}
.el-menu-item.is-active{
    color: #6aa2db !important;
}
.left-img{
    width: 600px;
    height: 600px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.left-img img{
    width: 500px;
    height: 500px;
    display: block;
}
.qr-div{
    width: 300px;
    height: 400px;
    margin-top: 50px;
}
#output{
    width: 200px;
    height: 200px;
    margin: 0px auto;
}
.qr-title{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 30px;
}
.bottom-copy{
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
}