﻿body {

}
#allLoginTop {
    width: 100%;
}
    #allLoginTop #headerApp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 75px;
        line-height: 75px;
        width: 100%;
        background-color: #fff;
        color: #7FB0DA;
        padding: 0 10px 0 20px;
        font-size: 14px;
        font-weight: 600;
    }
        #allLoginTop #headerApp .right{
            padding:0 10px;
        }
        #allLoginTop #headerApp .right:hover {
            background-color: #F9FAFC;
        }
        #allLoginTop #headerApp .right img {
            vertical-align: middle;
            width: 40px;
            border-radius: 50%;
            margin-left: 6px
        }
.headerTopOut:hover {
    background-color: #ECF5FF !important;
    color: #64A0D3 !important;
    cursor: pointer;
}
.menuListAllClass {
    width: 240px;
    height: 809px;
    overflow-y: auto;
}
    .menuListAllClass .redCount {
        display: inline-block;
        padding: 0px 6px;
        border-radius: 14px;
        background-color: red;
        color: white;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

 ::-webkit-scrollbar {
      width: 6px; /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
      background: #ccc;
    }
    /*定义滑块 样式*/
    ::-webkit-scrollbar-thumb {
      border-radius: 3px;
      height: 80px; /* 滚动条滑块长度 */
      background-color: #4c97da;
    }
.allLoginMain{
   display: flex;
  justify-content: space-between;
  overflow-x: auto;

}
.contentMainAll{
    flex:1;
    padding: 10px 0 0 20px;
   // padding-top:10px;
   // overflow-x: auto;
   // box-sizing: border-box;
}