[v-cloak] {
    display: none;
}

html,body{
    margin: 0;
    padding: 0;
    height: 100%;
}

.thumbnail-img{
    width: 200px;
}

#login-logo{
    margin:0 0;
    text-align: center;
    font-family: 楷体;
}

#login-logo img{
    width:680px;
    height:80px
}

#login-logo div{
    display: block;
    position: relative;
    margin-top:10px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: bold;
}

#login-logo div:before{
    position: absolute;
    content: '“';
    color: rgba(255, 255, 255, 0.81);
    font-size: 50px;
    font-weight: bold;
    margin-left: -50px;
    margin-top: -5px;
}

#login-logo div:after{
    position: absolute;
    content: '”';
    color: rgba(255, 255, 255, 0.81);
    font-size: 50px;
    font-weight: bold;
    margin-left: 5px;
}




.el-table__body tr.current-row>td{background-color:#CCE6FF !important;}
.el-table tbody tr:hover > td {
      background-color: #ecf5ff !important;
 }
.el-table__body .el-table__row.hover-row td{
    background-color: #ecf5ff !important;
}
