
.el-menu[data-v-0116a601] {
        border-right: none;
}
.el-submenu .el-menu-item[data-v-0116a601] {
        height: 35px;
        line-height: 35px;
        padding: 0 45px;
        min-width: 200px;
}

    /* .el-menu-item :hover {
        background-color: #2D3947 !important;
    } */

    /*没有下级的菜单栏*/
.el-menu-item[data-v-0116a601], .el-submenu__title[data-v-0116a601] {
        height: 42px;
        line-height: 42px;
        position: relative;
        -webkit-box-sizing: border-box;
        white-space: nowrap;
        list-style: none;
}
.collapse-menu-new[data-v-0116a601] {
        margin-right: 10px;
        font-size: x-large;
        cursor: pointer;
        position: absolute;
        bottom: 1%;
        right: 0%;
}
.lzy[data-v-0116a601] {

        bottom: 0%;
        width: 100%;
        z-index: 100;
        line-height: 40px;
        background-color: rgb(255 255 255 / 20%);
}
.twoLevelMenu-box[data-v-0116a601] {
        padding-left: 20px;
}
.min-menu[data-v-0116a601] {
        width:50px;
}
.el-menu-vertical-demo[data-v-0116a601]:not(.el-menu--collapse) {
        width: 200px;
        min-height: 400px;
}
.el-menu-vertical-demo[data-v-0116a601] :hover {
        background-color: #424D60 !important;
}
.el-menu-item[data-v-0116a601]{
        background-color: #15232E!important;
        color:#B0B1B1!important;
}
.el-menu-item[data-v-0116a601] :hover{
        background-color: #424D60!important;
}
.el-menu-item.is-active[data-v-0116a601]{
        color:#fff!important;
        background-color: #103385 !important;
}
.el-menu-item[data-v-0116a601] :active{
        color:#fff!important;
        background-color: #103385 !important;
}
    /* .el-submenu__title :hover {
        background-color: #2D3947 !important;
    } */
.logo-img img[data-v-0116a601] {

    width: 32px;
    height: 32px;
    cursor: pointer;
    /* border-radius: 50%; */
}

.el-menu .el-badge {
  float: right;
  margin-right: 20px;
}
.el-menu .el-badge .el-badge__content {
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 0px;
}

.userTop_img[data-v-2d1fd5b0] {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: 0px;
  margin-right: 5px;
}
.tabBtnBox[data-v-2d1fd5b0] {
  border: 1px solid #e60013;
  border-radius: 50px;
  width: 200px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
}
.tabBtnBox div[data-v-2d1fd5b0] {
  width: 33.3333%;
}
.tabBtn[data-v-2d1fd5b0] {
  background-color: #fff;
  color: #e60013;
}
.checkroll-box[data-v-2d1fd5b0] {
  background-color: #e60013;
  color: #fff;
}
.logo-img img[data-v-2d1fd5b0] {
  display: inline-block;
  width: 160px;
  height: 35px;
  margin-top: 5px;
  cursor: pointer;
}
.header_inputBox[data-v-2d1fd5b0] {
  width: 200%;
  /* height: 34px;
          background-color: #f1f3f4;
          border-radius: 20px; */
}
.header_inputBox input[data-v-2d1fd5b0] {
  background-color: transparent;
  border: none;
  height: 35px;
  line-height: 35px;
  padding-left: 4px;
  width: 100%;
  outline: none;
}
.header_roleButton[data-v-2d1fd5b0] {
  float: right;
  margin-top: 11px;
  margin-right: 18px;
}
.header_persInfo[data-v-2d1fd5b0] {
  float: right;
  margin-top: 12px;
  margin-right: 30px;
  cursor: pointer;
}
.header_setting[data-v-2d1fd5b0] {
  float: right;
  margin-top: 12px;
  line-height: 29px;
}
.udesk-wap-main[data-v-2d1fd5b0] {
  float: right;
  margin-top: 9px;
  margin-right: 12px;
  /* line-height: 29px; */
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e60013;
}
.udesk-wap-main[data-v-2d1fd5b0]:hover {
  cursor: pointer;
  background: #e60013;
  color: #fff;
}
.udesk-wap-main i[data-v-2d1fd5b0] {
  font-size: 18px;
  font-weight: bold;
}
.collapse-menu[data-v-2d1fd5b0] {
  margin-left: 20px;
  margin-right: 20px;
  float: left;
  font-size: x-large;
  margin-top: 12px;
  cursor: pointer;
}
.show_in[data-v-2d1fd5b0] {
  width: 50px;
  -webkit-animation: go_in-data-v-2d1fd5b0 0.3s;
          animation: go_in-data-v-2d1fd5b0 0.3s;
}
@-webkit-keyframes go_in-data-v-2d1fd5b0 {
0% {
    width: 200px;
}
100% {
    width: 50px;
}
}
@keyframes go_in-data-v-2d1fd5b0 {
0% {
    width: 200px;
}
100% {
    width: 50px;
}
}
.show_out[data-v-2d1fd5b0] {
  width: 200px;
  -webkit-animation: go_out-data-v-2d1fd5b0 0.3s;
          animation: go_out-data-v-2d1fd5b0 0.3s;
}
@-webkit-keyframes go_out-data-v-2d1fd5b0 {
0% {
    width: 50px;
}
100% {
    width: 200px;
}
}
@keyframes go_out-data-v-2d1fd5b0 {
0% {
    width: 50px;
}
100% {
    width: 200px;
}
}
.setting-logout-icon[data-v-2d1fd5b0] {
  color: #e60013;
  font-size: 13px;
  margin-left: -10px;
}
.setting-logout-span[data-v-2d1fd5b0] {
  color: #777777;
  /*margin-left: 10px;*/
}
.nav-middle[data-v-2d1fd5b0] {
  float: right;
  margin-top: 12px;
  margin-right: 20px;
  border: 1px solid #e60013;
  border-radius: 50px;
  /* // width: 200px; */
  height: 23px;
  overflow: hidden;
  line-height: 25px;
  font-size: 12px;
  font-family: "open sans", "Helvetica Neue", "PingFangSC-Regular", "PingFang SC", "microsoft yaHei", Helvetica, Arial, sans-serif;
  /* // margin-top: -10px; */
}
.nav-middle > div[data-v-2d1fd5b0] {
  width: 100px;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  color: #e60013;
  text-align: center;
  cursor: pointer;
}
.nav-middle > .active[data-v-2d1fd5b0] {
  background-color: #e60013;
  color: #fff;
}

