[v-cloak]{
    display: none;
}

page {
    height: 100%;
    width: 100%;
}

body {
    background-color: #ffffff;
}
.el-tabs--border-card>.el-tabs__content{
    padding-bottom: 0;
}
.el-card.is-always-shadow, .el-card.is-hover-shadow:focus, .el-card.is-hover-shadow:hover{
    padding-bottom: 20px;
}
.el-tabs__nav{
    width: 100%;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
    width: 50%;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item{
    width: 50%;
}
#tab-1{
    width: 51%;
}
#tab-0 ,#tab-1{
    text-align: center;
} 
#loginApp .top{
    height: 60px;
    color: #333333;
    border-bottom: 1px solid #cecece;
    position: fixed;
    width: 100%;
}
.el-card.is-always-shadow, .el-card.is-hover-shadow:focus, .el-card.is-hover-shadow:hover{
    box-shadow: none;
    border: none;
    background: transparent;
}
.el-card__body{
    padding: 0;
}
.text {
    font-size: 14px;
}

.item {
    margin-bottom: 18px;
    margin-top: 40px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both
}

.head_div {
    color: #333333;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -238px;
    width: 480px;
    height: 40px;
    background-color: #00c1d1;
    line-height: 40px;
    box-shadow: 0 0 20px #666666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.box-card {
    position: absolute;
    height: 360px;
    width: 480px;
    top: 120px;
    right: 60px;
    background-color: #ffffff;
    overflow: visible;
}

.el-input {
    font-size: 16px;
}

.loginBtn {
    width: 100%;
    background-color:#ff9800;
    border-color: #ff9800;
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
}

.loginBtn:hover {
    background-color:#ff9800;
    opacity: 0.8;
}

.loginBtn:focus {
    background-color:#ff9800;
    opacity: 0.8;
}

.loading-div {
    position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 99;
    background: rgba(255,255,255,0.8);
}

.loading-div-icon {
    position: relative;
    top: 50%;
    left: 50%;
    font-size: 60px;
    margin-top: -30px;
    margin-left: -30px;
    color: #999999;
}

.foot {
    position: fixed;
    bottom: 10px;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.logo-div {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 60px;

}

#pane-1 .box{
    overflow: hidden;
    margin: 0 auto;
}
#qrCode iframe{
    width: 100%;
    margin: 0 auto;
}
.top .logo{
    line-height: 60px;
    width: 200px;
    text-align: center;
    color: #333333;
    font-size: 40px;
    float: left;
    font-weight: 800;
}
.top .name{
    float: left;
    line-height: 60px;
    padding: 0;
    margin: 0;
}
#loginApp .center{
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-position: center 0;
}

.add_div {
    position: relative;
    top: 200px;
    left: 100px;
    width: 45%;
}

.copyright1 {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.copyright2 {
    color: #999999;
    position: absolute;
    bottom: 22px;
    right: 20px;
    text-align: right;
    width: 200px;
    float: right;
    text-align: center;
    font-size: 13px;
}

.copyright3 {
    color: #999999;
    font-size: 13px;
    position: absolute;
    bottom: 42px;
    right: 20px;
    text-align: right;
    width: 200px;
    float: right;
    text-align: center;
}