*{
    padding: 0;
    margin: 0;
    @font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  }




  body{
    background-color: #f7f7f7;
    
  }
  .layout_main{
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    min-width: 500px;
    width: fit-content;
    height: 100%;
    padding-bottom: 500px;
    background-color: #fff;
    padding: 18px 20px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0,0.09);
    overflow: auto;
  }
  
/* 针对特定元素应用滚动条样式 */
.layout_main {
  scrollbar-width: thin; /* 滚动条宽度：thin（细）、auto（默认） */
  scrollbar-color: rgb(236, 236, 236)1f1f1; /* 滑块颜色 轨道颜色 */
  /* 基本样式，确保溢出时显示滚动条 */
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #eaeaeae1 transparent;
}
 

  dd{
    color:#595959;
  }
  .header{
    height: 60px;
  }
  
  
  .header-logo{
    height: 60px;
  }
  
  .layout-main{
    clear: both;
    width: 100%;
    padding-bottom: 50px;
  }
  
  .nva-content{
    margin-bottom: 500px;
}
.NvaSubItem{
    display: inline-block;
    width: fit-content;
    height: 64px;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #262626;
    position: relative;
}
.NvaSubItem-Pull{
    display: none;
    position:absolute;
    top: 82px;
    background-color: #fff;
    min-width: 80px;
    width:max-content;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0,0.1);
    border-radius: 4px;
    padding: 3px;
    left: -15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    width:110px;

}
.NvaSubItem-Pull ul{
    list-style: none;
    width: fit-content;
}

.NvaSubItem-Pull ul li{
    text-indent: 8px;
    height: 32px;
    line-height: 32px;
    color: #262626;
    padding: 2px 8px;
    text-align: center;
}
.NvaSubItem-Pull ul li a{
    text-decoration: none;
   color: #262626;
}
.NvaSubItem-Pull ul li:hover{
    background-color: rgba(236, 236, 236,.5);
    border-radius: 2px;
}

.NvaSubItem dl,.NvaSubItem dt,.NvaSubItem dd{
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    width: 80px;
    text-align: center;
}
.NvaSubItem{
    padding: 8px;
}
.NvaSubItem:hover{
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0,0.2);
    color: #1890ff;
    border-radius: 1px;
    cursor: pointer;
}
.NvaSubItem:hover .NvaSubItem-Pull{
    
        display: block;
}

.nva-content{
    width: 100%;
}

.nva-main{
    width: 100%;
}

.divider-style{
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
}
  
.divider{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 16px 0;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    border-block-start: 0 rgba(5, 5, 5, 0.06);
    letter-spacing: 1px;
}
.divider::after{
    width: 100%;
    position: relative;
    border-block-start: 1px solid transparent;
    border-block-start-color: inherit;
    border-block-end: 0;
    transform: translateY(50%);
    content: '';
    box-sizing: border-box;
}

.divider-inner-text{
    color: rgba(0, 0, 0, 0.88);
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5714285714285714;
    list-style: none;
}