body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.icon-caidan:before {
    content: "\e6a0";
    color: white;
    font-size: 26px;
}
.icon-zhankai:before {
    content: "\e736";
    color: white;
    font-size: 26px;
}

.icon-zhankaianniuicon:before {
    content: "\e737";
    color: white;
    font-size: 20px;
}

.main {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.main>.el-container {
    height: 100%;
}

.el-header-logo {
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    padding-top: 6px;
    box-sizing: border-box;
    background-color: #2B7DE1;
}

.el-header-logo.collapse {
    width: 65px;
}

.menu {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0;
    right: -17px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 200px;
}
.menu img {
    width: 23px;
    height: 23px;
}
.menu::-webkit-scrollbar {
    display: none;
}

.el-aside {
    background-color: white;
    color: #333;
    line-height: 200px;
    overflow: hidden;
    height: 100%;
    border: 0;
    margin: 0;
}

.el-container .el-header {
    height: 40px !important;
}

.el-header-col {
    height: 40px;
    position: absolute;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
    font-size: 20px;
    color: white;
    padding-left: 10px;
}

.el-header-col .system-title {
    margin-left: 10px;
    float: left;
}

.org-info {
    position: absolute;
    left: 250px;
    color: white;
    font-size: 16px;
}

.org-info.collapse {
    left: 110px;
}

.layout-select .el-radio-button__inner {
    border: none;
    border-left: none !important;
}

.el-header {
    background-color: #2B7DE1;
    color: #333;
    line-height: 40px;
}

.el-footer {
    background-color: #B3C0D1;
    color: #333;
    text-align: center;
    line-height: 60px;
}

.el-main {
    background-color: #E9EEF3;
    padding: 0px 0px 0px 10px !important;
}

.el-menu-vertical-main:not(.el-menu--collapse) {
    width: 200px;
}

.el-menu-item,
.el-submenu__title {
    height: 40px;
    line-height: 40px;
}

.splite-line {
    border-right: 1px solid #dcdfe6;
    position: absolute;
    color: white;
    height: 20px;
    top: 20px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    padding-right: 10px;
}

.el-drawer.ltr,
.el-drawer.rtl,
.el-drawer__container {
    top: 0;
    bottom: 0;
    overflow-y: auto;
    height: 100%;
}

/* 抽屉去掉丑陋的边框 */

:focus {
    outline: 0;
}

.user-set {
    margin-right: 10px;
    float: right;
}

.user-set i {
    font-size: 16px;
}

.user-set .el-button--text {
    color: white;
    font-size: 14px;
}

.user-info {
    position: absolute;
    right: 180px;
    color: white;
    font-size: 14px;
}

.el-badge {
    position: absolute;
    right: 110px;
    font-size: 20px;
    color: white;
}

.el-badge__content.is-fixed {
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.login-out {
    position: absolute;
    right: 20px;
}

.login-out .el-button--text {
    color: white;
    font-size: 14px;
}

.icon-tuichu1:before {
    content: "\e792";
    font-size: 16px;
}

.el-tabs {
    background: #fff;
    height: 100%;
    overflow: hidden;
}

.el-tabs .el-tabs__header .el-tabs__nav-wrap {
    width: 100%;
}

.el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-next,
.el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 34px;
}

.el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-prev {
    border-right: 1px solid #E4E7ED;
}

.el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-prev .el-icon-arrow-left:before {
    content: "\e792";
}

.el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-next .el-icon-arrow-right:before {
    content: "\e791";
}

.el-tabs__nav-prev i,
.el-tabs__nav-next i {
    font-weight: bold;
    font-size: 18px;
    color: #303133;
    /*#909399*/
    transition: all .1s;
}

.el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-next {
    border-left: 1px solid #E4E7ED;
}

.el-tabs__nav-wrap.is-scrollable.is-top {
    padding: 0 34px 0 34px;
}

.el-tabs__nav-wrap.is-top {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.dropdown-opt {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 10px;
    height: 35px;
    line-height: 35px;
    z-index: 2;
    text-align: center;
    background-color: #fff;
    color: #606266;
    font-size: 14px;
}

.dropdown-opt .dropdown-opt-item {
    border-radius: 0;
    padding: 0 20px;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
}

.dropdown-opt .dropdown-opt-item:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}

.dropdown-opt .dropdown-opt-item-btn {
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.dropdown-opt-items {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    background: #fff;
}

.dropdown-opt:hover .dropdown-opt-items {
    height: 91px;
    opacity: 1;
    padding: 10px 0;
}

.tabs-detail {
    position: absolute;
    display: block;
    top: -36px;
    transition: all .3s;
    opacity: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 36px;
}

.tabs-detail::after {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    background: #E4E7ED;
    transition: all 2s;
    transform-origin: 0% 0%;
    bottom: 0;
    width: 0;
}

.main-tabs-detail .tabs-detail::after {
    width: 100%;
}

.tabs-detail .el-breadcrumb {
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 20px;
}

.main .el-tabs__header {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    z-index: 1;
    margin: 0;
    transition: all .3s;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04); */
}

.main-tabs-detail .tabs-detail {
    opacity: 1;
    z-index: 1;
}

.main-tabs-detail .el-tabs__header {
    opacity: 0;
    z-index: 0;
}

.el-tabs__content {
    overflow: visible;
    height: calc(100% - 30px);
}

.el-tabs__content .el-tab-pane {
    height: 100%;
}

.role-select .el-radio-button__inner {
    border: none;
    border-left: none !important;
}

.role-select .el-radio-button__inner, .el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
}

.user-set .el-badge__content.is-fixed{
    top:10px;
}

.user-set .el-badge{
    cursor: pointer;
    color: white;
    font-size: 14px;
    right: 215px;
    top: 1px;
}

.user-set .el-popover .el-badge{
    top:35px;
    right: 274px;
}

.message-popover{
    position: absolute;
    top: 41px;
    left: 1500px;
    transform-origin: center top;
    z-index: 2001;
    height: 285px;
    overflow: auto;
    padding-bottom: 0;
}


.el-divider--horizontal{
    margin: 5px 0;
}


.messageBtn .el-button{
    color: #2B7DE1;
    border: 0;
    padding: 0;
    float: right;
}

.messageBtn {
    position: fixed;
    z-index: 1;
    top: 347px;
    right: 233px;
    border: 0;
    padding: 5px;
    float: right;
    width: 258px;
    background-color: white;
    border-radius: 5px;
}

.info{
   text-align: center;
}

.el-dropdown-link {
    cursor: pointer;
    color: white;
    font-size: 14px;
}


.main .el-tabs__item {
    line-height: 30px;
    height: 30px;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
    border-left: none;
}

.iframe-scroll {
    overflow-y: scroll;
    height: 500px;
}

.a {
    cursor: pointer;
    color: #409eff;
    border: 0 !important;
    background-color: transparent !important;
}

.menu-right {
    position: fixed;
    transition: all .5s;
    background: #FFF;
    z-index: 2;
    font-size: 12px;
}

.menu-right ul {
    list-style: none;
    margin: 0px;
    padding: 10px 0;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.menu-right ul li {
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 28px;
    white-space: nowrap;
    cursor: pointer;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
}

.menu-right ul li:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}
.el-submenu .el-menu-item {
    height: 35px;
    line-height: 35px;
}