﻿.el-main {
            padding: 0;
            margin: 0;
            border-radius: 0;
            height: calc(100vh - 80px);
            overflow: hidden;
        }

        ::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
            height: 1px;
        }

        .menu {
            display: inline-block;
        }

        .el-menu.el-menu--horizontal {
            border-bottom: none;
        }

        .el-menu--horizontal > .el-submenu .el-submenu__title {
            height: 80px;
            line-height: 80px;
            border-bottom: none;
            color: #cccccc;
        }

        .el-menu--horizontal > .el-submenu.is-opened .el-submenu__title {
            background-color: #5e9bf7;
            color: white;
        }

        .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
            background-color: #5e9bf7;
            color: white;
        }

        .el-menu--horizontal > .el-menu-item {
            height: 80px;
            line-height: 80px;
            border: none;
            color: #cccccc;
            padding: 0 30px;
        }

        .el-menu--horizontal.el-menu .el-menu-item:hover {
            height: 80px;
            line-height: 80px;
            border: none;
            color: white;
            background-color: #5e9bf7;
        }

        .el-menu--horizontal.el-menu .el-menu-item.is-active {
            border: none;
            color: white;
            background-color: #5e9bf7;
        }

        .el-button.el-button--text {
            line-height: 80px;
            height: 80px;
            float: left;
            padding: 0 80px;
            color: #cccccc;
        }

            .el-button.el-button--text:hover {
                color: white;
            }

        .el-header .el-button--info, .el-header .el-button--warning, .el-header .el-button--danger, .el-header .el-button--default {
            color: #FFF;
            background-color: unset;
            border: unset;
            font-size: 20px;
        }

        .UserName {
            white-space: nowrap;
            font-size: 16px;
            font-weight: 400;
            font-style: normal;
            text-decoration: none;
            font-family: "Segoe UI";
            color: #666666;
        }

        .Version {
            position: absolute;
            right: 7px;
            bottom: 5px;
            color: #CCCCCC;
            font-size: 10px;
        }

        .el-aside .el-submenu__title {
            background-color: #f2f2f2;
            border-radius: 4px;
        }

        .el-submenu {
            background-color: #ffffff;
            margin-bottom: 5px;
        }

        .el-menu-item a {
            color: #666666;
        }

        .el-submenu__title {
            color: #666666;
        }

            .el-submenu__title:hover {
                background-color: #dadada;
            }

        .el-aside .el-menu-item {
            border-radius: 3px;
        }

        .el-menu-item:hover {
            background-color: #dadada;
            border-left-color: #28304e;
        }

        .el-menu-item.is-active {
            background-color: #dadada;
            border-left-color: #28304e;
        }

        .el-breadcrumb {
            background-color: #f4f7fc;
            padding-left: 42px;
            line-height: 90px;
        }

        .el-main {
            background-color: #f2f2f2;
        }

        .demo-big-layer .layui-layer-ico.layui-layer-close.layui-layer-close2 {
            background: url(/Content/img/close2.png) no-repeat center !important;
            border: unset;
            border-radius: unset;
            height: 18px;
            width: 18px;
        }

        .el-icon-setting {
            font-size: 20px;
            color: white;
        }

        .el-dropdown {
            margin-left: 17px;
            margin-right: 20px;
        }