﻿[v-cloak] {
    display: none!important;
}
.menu-header-wrapper {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 109;
}
.menu-header {
    width: 100%;
    min-width: 1350px;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #f0f2f5
}

.menu-header .el-icon-arrow-down {
    transition: all .5s
}

.menu-header .overturn-icon {
    transform: rotate(180deg)
}
.page-content {
    height: calc(100vh - 70px);
    min-width: 900px;
}
.menu {
    height: calc(100vh - 70px);
    background: #fff;
    border-right: 1px solid #f0f2f5;
}

.el-menu-vertical-demo:not(.el-menu--collapse) {
    width: 180px;
    min-height: 400px;
}

.menu-icon {
    position: absolute;
    bottom: 16px;
    right: 12px;
}

.el-menu {
    border-right: none;
    padding-left: 15px;
}

.el-menu .el-menu-item {
    display: flex;
    align-items: center;
    height: 40px;
    margin-top: 4px;
    border-radius: 3px;
}

.el-menu .el-menu-item:hover {
    background: #f8f8f8;
}

.el-menu .el-submenu__title {
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    border-radius: 3px;
}

.el-menu .el-submenu__title:hover {
    background: #f8f8f8;
}

.home {
    background: #f5f5f5;
}

.promotion-detail .detail {
    height: 64px;
}

.promotion-detail .bg-f7f8fa {
    background-color: #f7f8fa;
}

.promotion-detail .pagination {
    height: 104px;
}

.title-icon {
    width: 16px;
    height: 16px;
    background: #ff5110;
    border-radius: 50%;
}
.vue-loading {
    margin: auto;
}