.index-panel{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.index-panel .top-box{
    height: 54px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.index-panel .main-box{
    flex-grow: 1;
    display: flex;
    margin-top: 54px;
}

/** left-box */
.left-box{
    width: 180px;
}


/** menu*/
.menu-panel{
    height: 100%;
    padding: 12px 6px;
}

.menu-box{

}
.menu-box .menu{
    min-height: 40px;
    /* padding: 6px 0; */
}

.menu-box .menu-title{
    line-height: 40px;
    text-align: left;
    padding: 0 6px 0 46px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    margin: 3px 0;
    background-color: white;  /*避免和logo重叠*/
}


.menu-box .menu-title .arrow-right{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 10px;
    display: none;
}

.menu-box .have-child .menu-title .arrow-right{
    display: block;
}

.menu-box .menu-title .arrow-right .svg-arrow-right{
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: transform 0.3s;
}
.menu-box .menu-title .arrow-right .svg-arrow-right svg{
    width: 100%;
    height: 100%;
    fill: #000;
}



.menu-box .menu-title:hover{
    color: #1f6ff4;
    opacity: 0.8;
}

.menu-box .menu.active > .menu-title{
    background-color: #1f6ff4;
    color: #fff;
}

.menu-box .menu.active > .menu-title .arrow-right .svg-arrow-right{
    transform: rotateZ(90deg);
}
.menu-box .menu.active > .menu-title .arrow-right .svg-arrow-right svg{
    fill: #fff;
    
}

.menu-box .sub-menu.active > .menu-title{
    background-color: #fff;
    color: #1f6ff4;
}

.menu-box .menu-title .menu-icon{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    vertical-align: top;
    position: absolute;
    left: 6px;
}

.menu-box .second-menu-box{
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}


/* .menu-box .menu:hover .second-menu-box, */
.menu-box .menu.active .second-menu-box{
    max-height: 720px;
    overflow-x: scroll;
}

/** content-box */
.content-box{
    flex-grow: 1;
    background-color: #efeff5 ;
}

.content-box .frame-box{
    padding: 10px;
    height: 100%;
}


/**tab 样式*/
nav {
    background: #fff !important;
    color: #0f0f16 !important;
    margin-left: 0 !important;
}
  
.index-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: #fff;
    box-shadow: 0 1px 12px rgb(0 21 41 / 8%);
}

.content-tabs {
    height: 54px !important;
    background: #fff !important;
    flex-grow: 1;
    width: 10px;
    border-bottom: none !important;
}
.page-tabs {
    height: 54px;
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
    white-space: nowrap;
}

.page-tabs .J_menuTab {
    height: 54px;
    line-height: 54px;
    color: #676a6c;
    padding: 0 15px !important;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border-left: 1px solid #eee;
}
.page-tabs .J_menuTab:first-child{
    border: none;
}
  
.page-tabs .J_menuTab.active {
    background: #1f6ff4;
    color: #fff;
}
  
.page-tabs .J_menuTab i {
    color: #fff;
    padding-left: 5px;
    font-size: 12px;
}
  
.page-tabs .J_menuTab.active i {
    color: #fff;
}

.page-tabs .J_menuTab:hover {
    color: #1f6ff4;
}


.page-tabs .J_menuTab.active:hover {
    color: #fff;
}

.page-tabs .J_menuTab.active:hover i {
    color: #fff;
}

.page-tabs .J_menuTab:hover i {
    color: #1f6ff4;
}

/*logo部分*/
.logo-div {
    height: 54px;
    background-size: 180px auto;
    width: 180px;
    flex-shrink: 0;
    /* background-image: url(https://zhitou.zhishangsoft.com/images/index/zts-logo.png); */
    /* background-repeat: no-repeat; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-div img {
    /* width: 132px; */
    height: 29px;
}

.index-header .oper-box{
    height: 54px;
    display: flex;
    /* padding: 0 9px; */
}

.index-header .oper-box .setting-btn{
    width: 40px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
}


.index-header .oper-box .user-box{
    padding: 0 12px 0 6px;
    border-left: 1px solid #eee;
}
.index-header .oper-box .user-box .user-name{
    line-height: 54px;
    font-size: 14px;
    font-weight: bold;
}

.index-header .oper-box .user-box .user-name::before{
    font-size: 15px;
    vertical-align: -1px;
    padding-right: 6px;
}
.admin-oper-box li{
    line-height: 28px;
    height: 28px;
    padding: 0 12px;
    cursor: pointer;
}

li.index-option:hover{
background-color: rgb(245,245,245);
}
  
  /** btn-box  */
  .btn-box{
   display: flex; 
  }
  
  .btn-box .J_tabClose {
    width: 54px;
    height: 54px;
    background: url('../images/quanbuguanbi.png') no-repeat center;
    background-size: 24px 24px;
    cursor: pointer;
  }
  
  li.tab-close-item{
    line-height: 28px;
    height: 28px;
    padding: 0 12px;
    cursor: pointer;
  }
  li.tab-close-item:hover{
    background-color: rgb(245,245,245);
  }
  
  .btn-box .setting-btn .J_tabCloseAll {
    width: 100%;
    height: 100%;
  }
  
  .btn-box .userIndex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  

  
/*iframe内容部分*/
.J_mainContent {
    height: 100%;
  }
  
  #page-wrapper {
    padding-bottom: 25px;
    position: inherit;
    background: #efeff5 !important;
  }
  
  .J_iframe {
    /*margin-left: 25px !important;*/
    /*margin: 0 14px;*/
    width: calc(100%) !important;
  }
  
  
  