#index {
    width: 100%;
    height: 100%;
    overflow: auto;
    min-width: 950px;
}

.header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: relative;
    top: 0;
    box-shadow: 0 0 7px #e2e2e2;
    z-index: 1;
}

.header .login-box {
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
}

.header .login-icon {
    width: 60px;
    padding: 5px 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.header .login-box img,
.header .login-icon img {
    height: 50px;
    vertical-align: top;
}

.header .login-box img {
    width: 200px;
}


/*展开收起菜单*/

.clap-btn {
    width: 60px;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #8492A6;
    background-color: rgba(255, 255, 255, 0.15);
    line-height: 60px;
    cursor: pointer;
    transition: transform 0.5s;
}

.clap-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.clap-btn.is-open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .right-box {
    float: right;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    margin-right: 10px;
    color: #2d2f33;
}

.header .todo-box,
.header .user-info {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.header .todo-box {
    margin-right: 50px;
}

.header .user-info {
    padding-right: 10px;
}

.todo-box .icon-lingdang {
    font-size: 25px;
    color: #888;
    position: relative;
    top: 6px;
}

.todo-box .el-badge__content {
    position: absolute;
    top: 10px;
    left: 15px;
}

.header .user-info .caret {
    margin: -4px 0 0 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.user-info .user-photo {
    display: inline-block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.user-info .kanBan-photo {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: -5px;
    margin-top: -3px;
}

.user-info .kanBan-photo>img {
    display: block;
    width: 100%;
    height: 100%;
}

.user-info .user-photo>img {
    display: block;
    width: 100%;
    height: 100%;
}

.header .user-info.active .dropdown-menu-usermenu,
.header .user-info:hover .dropdown-menu-usermenu {
    display: block;
}

.header .dropdown-menu {
    border: 0;
    margin-top: 0px;
    border-radius: 2px 0 2px 2px;
    box-shadow: none;
    padding: 5px;
    background: #f8f9fb;
}

.header .dropdown-menu:after {
    border-bottom: 6px solid #f8f9fb;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 10px;
    position: absolute;
    top: -6px;
}

.dropdown-menu-todo {
    border: none;
}

.dropdown-menu-todo .part-title {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}

.dropdown-menu-todo .todo-piece {
    line-height: 18px;
    margin: 5px 0;
    padding-left: 12px;
    font-size: 13px;
}

.dropdown-menu-todo .todo-piece a {
    color: inherit;
    padding: 0;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.dropdown-menu-todo .todo-piece a:hover {
    color: #20a0ff;
    background-color: transparent;
}

.body-content {
    width: 100%;
    height: calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    overflow: hidden;
}

.body-content .left-inner-box {
    width: 210px;
    height: 100%;
    background-color: #f8f9fb;
    box-shadow: 0 0 7px #e2e2e2;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.body-content .right-content {
    width: 100%;
    height: 100%;
    padding-left: 200px;
}

.index-menu:not(.el-menu--collapse) {
    width: 100%;
    height: 100%;
}

.index-iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.left-close .body-content .left-inner-box {
    width: 65px;
    overflow: visible;
}

.left-close .body-content .right-content,
.left-close .header .right-header {
    padding-left: 65px;
}


/*菜单模块*/

.menu-model {
    display: inline-block;
    margin: 0;
}

.menu-model>li {
    height: 50px;
    display: inline-block;
    color: #fff;
    line-height: 50px;
    padding: 0 25px;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.75;
}

.menu-model>li:hover {
    opacity: 0.9;
}

.menu-model>li.active {
    background-color: #fff;
    color: #20a0ff;
    opacity: 1;
}

.left-inner-box .el-menu {
    background-color: #f8f9fb;
}

.left-inner-box .el-submenu>.el-menu {
    background-color: #efeff4;
}

.left-inner-box .el-submenu .el-menu-item {
    min-width: 0;
}

.index-menu>div>.el-submenu.is-active {
    background-color: #ecf5ff;
}

.el-submenu.is-active>.el-submenu__title>.el-submenu__icon-arrow {
    color: #20a0ff;
}

.el-menu-item.is-active {
    position: relative;
    border-right: 3px solid #20a0ff;
}

#index .el-submenu [class^=el-icon-],
#index .el-menu-item [class^=el-icon-] {
    font-size: 19px;
    /* margin: 4px 3px 0 -3px; */
    color: #8492A6;
}

#index .el-submenu__title,
#index .el-menu-item {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.el-menu--collapse .el-submenu .el-menu {
    margin-left: 0;
}

.el-submenu__title * {
    vertical-align: baseline;
}

.el-menu--collapse>div>.el-menu-item span,
.el-menu--collapse>div>.el-submenu>.el-submenu__title span {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block;
}

.el-menu--collapse>div>.el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse>div>.el-submenu>.el-submenu__title .el-submenu__icon-arrow {
    display: none;
}

.el-popover[x-placement^=bottom] {
    margin-top: -2px;
}

.top-menu {
    display: inline-block;
    /* width: calc(100% - 500px); */
    vertical-align: top;
    height: 100%;
    /* min-width: 880px; */
}

.top-menu ul.index-choose-list {
    height: 100%;
    margin: 0;
}

.top-menu ul li {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 60px;
    padding: 0;
}

.top-menu ul li:hover {
    cursor: pointer;
    font-weight: bolder;
}

.top-menu ul li.active {
    background: #efeff4;
    font-weight: bolder;
}

.index-menu {
    overflow: visible;
}

.w-65 {
    width: 65px;
}

.form-input {
    width: 200px;
}

.lh-30 {
    line-height: 30px;
}


/* 菜单响应式 */


/* @media screen and (max-width: 1380px) {
    .top-menu li {
        display: none;
    }
    .top-menu li:nth-child(1){
        display: block;
    }
    .top-menu li:nth-child(2){
        display: block;
    }
    .top-menu li:nth-child(3){
        display: block;
    }
    .top-menu .more {
        display: block;
    }
} */

/* 修改菜单按钮样式,新风格覆盖旧风格 start */
.header{
    box-shadow: none;
}
.body-content .left-inner-box{
    overflow: hidden;
    width: 200px;
    transition: all 0.3s;
    background-color: #454b67;
}
.left-inner-box .el-submenu>.el-menu{
    background: transparent;
}
.index-menu>div>.el-submenu.is-active{
    background: transparent;
}
.el-menu-item, .el-submenu__title{
    color: #ffffff;
    opacity: 0.8;
}
.el-submenu__title:hover{
    background-color: #363d5b;
    opacity: 1;
    font-weight: bolder;
}
.el-submenu .el-menu-item:hover{
    background-color: #4b5063;
    opacity: 1;
    font-weight: bolder;
}
.el-menu-item.is-active:hover{
    background-color:#4b5063;
}
.el-menu-item.is-active{
    border-left: 3px solid #33d5e8;
    border-right: none;
    color: #33d5e8;
    font-weight: bolder;
    background-color:#4b5063;
}
#index .el-submenu [class^=el-icon-], #index .el-menu-item [class^=el-icon-]{
    color: #ffffff;
}
.right-content{
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.left-inner-box .el-menu{
    background-color: transparent;
}

.collapse-wrapper{
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -moz-transition:all 0.3s;
    width: 16px;
    height: 32px;
    text-align: center;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    background-color: #000;
    cursor: pointer;
    z-index: 99;
    line-height: 32px;
}
.collapse-wrapper.is-open{
    transform: rotate(180deg);
    -ms-transform:  rotate(180deg);
    -moz-transform:  rotate(180deg);
    -webkit-transform:  rotate(180deg);
    transform-origin: right;
    -ms-transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
}
.collapse-wrapper .el-icon-arrow-left{
    color: #ffffff;
    font-size: 12px;
    vertical-align: middle;
}
.banner-wrapper{
    display: inline-block;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}
.w-60{
    width: 60px;
}
.w-200{
    width: 200px;
}

.header{
    background-color: #363d5b;
}
.top-menu ul li{
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
}
.top-menu ul li.active{
    color: #33d5e8;
    border-bottom:4px solid #33d5e8;
    background-color: #363d5b;
}
.top-menu ul li:hover{
    opacity: 1;
}

.el-dropdown-link{
    color: #ffffff;
}

.aliasName{
    color: #ffffff;
    opacity: 0.8;
}
.caret{
    border-top-color: #ffffff !important;
    opacity: 0.8;
}
.header .login-box img{
    height: auto;
}
.login-box{
    position: relative;
}
.maskBanner{
    position: absolute;
    right: 0;
    top: 0;
    height:60px;
    background-color: #363d5b;
    transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -moz-transition:all 0.3s;

    
}
.w-150{
    width: 150px;
}
.w-0{
    width: 0;
}
.el-submenu.is-active>.el-submenu__title>.el-submenu__icon-arrow{
    color: #33d5e8;
}

.el-icon-setting{
    color: #33d5e8;
    font-size: 20px;
    vertical-align: text-top;
}
.header .login-box{
    padding-top: 2px;
}
.left-inner-box .el-submenu>.el-menu{
    background: #454b67;
}
.el-menu.index-menu.el-menu--collapse{ 
    position: fixed;
}
.el-menu--collapse .el-submenu .el-menu{
    margin-left: 8px;
}
.page-component__scroll.el-scrollbar{
    margin-top: 8px;
}
/* end */


/* 滚动条组件样式更改 ，不加高度不出滚动条*/
.page-component__scroll{
    height: 95%;
    height: calc(100% - 50px);
    height:-moz-calc(100% - 50px); 
    height:-webkit-calc(100% - 50px);
}
.page-component__scroll .el-scrollbar__wrap {
    overflow-x: hidden;
    height: 100%;
}

/* app下载页*/
.app-img-box {
    width: 150px;
    height: 150px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50px;
    left: -33px;
    border-radius: 3px;
    z-index: 100;
    display: none;
    border: 1px solid #eee;
    /* visibility: hidden; */
}
.app-img-box img{
    width: 100%;
}
.app-down{
    position:relative;
    width: 100px;
    height: 150px;
}