[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: 楷体;

}
.logo-title {
    color: #345381;
}

#login-logo img{
    width:220px;
    margin-bottom: 25px;
    /*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;
}

.login-btn {
    background-color: #42b3ff;
    border-color: #42b3ff;
}


.scrollbar-box {
    background-color: #111b3f;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.scrollbar-box ::-webkit-scrollbar {
    display: none;
}

.el-menu-vertical-demo {
    background-color: #111b3f;
}

.el-submenu.is-opened >.el-menu >li{
    background-color: #040e2d !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px;
}

.el-submenu.is-opened >.el-menu >li:hover{
    background-color: #1e2b55 !important;
}

.el-submenu.is-opened >.el-menu >li .menu-btn{
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 40px;
    border-radius: 10px;
}
.el-submenu.is-opened .el-menu-item.is-active .menu-btn{
    background-color: #409eff;
    color: #fff;
}

.main-box-bg {
    background-color: #111b3f;
    transform: scaleX(1.005);
    height: inherit;
}
.main-box-bg > .el-card {
    background-color: #f5f5f5;
}

.main-box-bg >.el-card {
    padding: 0px;
    position: relative;
    right: -5px;
    border-radius: 30px 0px 0px 0px;
    border: none;
}


.main-box-bg >.el-card >.el-card__body{
    height: 100vh;
}
.el-menu {
    border-right: none;
}

.el-tabs__nav-wrap {
    background-color: #fff;
    border-radius: 3px 0 0 0;
    border-bottom: 1px solid #E4E7ED;
}
.main-box-bg .el-table {
    margin-top: 10px;
}

.el-pagination {
    background: #fff;
}

.new-table-box {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}
.new-table-box .new-table-title{
    padding: 10px 10px;
    overflow: hidden;
    line-height: 35px;
}
.new-table-box .new-table-title .table-name{
    float: left;
    color: #666;
}

.v-modal {
    display: none;
}


.data-statistics .top-current{
    font-size: 16px;
}
.data-statistics .top-current > i{
    margin-right: 10px;
}

.staticsHeadBox {
    overflow: hidden;
}

.staticsHeadBox .staticsHead{
    float: right;
}

.staticsHeadBox .staticsHead .el-col-4{
    width: 100%;
    padding: 0px !important;
    margin-right: 10px;
}

.staticsHeadBox .staticsHead .row-bg{
    padding: 0px;
}
#staticsHead.fixed {
    width: 200px;
    height: 40px;
}
#staticsHead.fixed .row-bg{
    position: fixed;
    right: 22px;
    top: 62px;
    z-index: 100;
}
#staticsHead.fixed .row-bg .el-col-4 {
    margin-right: 0px;
}

.interval-box {
    float: right;
    display: flex;
}
.interval-box >*{
    margin-left: 10px;
}

.header-buttons button{
    background: none;
    color: #fff;
    border: none;
    display: flex;
    margin-left: 10px;
    padding: 0px;
}
.header-buttons button:hover{
    color: #409EFF;
}

.mheight {
    min-height: calc(100vh - 350px);
}
.mheight.sheight {
  min-height: calc(100vh - 270px);
}