.m-new-nav .mrr16 {
  margin-right: 16vw; }

.m-new-nav .menu-btn {
  display: inline-block;
  width: 8.4vw;
  height: 100%;
  line-height: 11vw;
  color: #ffffff;
  font-size: 4.8vw;
  vertical-align: middle;
  margin-bottom: 1vw; }

.m-new-nav .close-btn {
  width: 7vw;
  height: 7vw;
  margin-right: 4vw; }

.m-new-nav .m-top-bar {
  width: 100%;
  height: 11.7vw;
  background: #202124; }
  .m-new-nav .m-top-bar .logo {
    width: 17vw;
    height: 11.7vw;
    display: block;
    position: absolute;
    left: 4vw;
    top: 0;
    color: #fff; }
    .m-new-nav .m-top-bar .logo i {
      position: absolute;
      font-size: 20vw;
      top: 50%;
      transform: translateY(-50%);
      color: #fff !important;
    }
  .m-new-nav .m-top-bar .m-top-bar-control {
    width: 70.13vw;
    height: 11.7vw;
    float: right;
    text-align: right;
    padding-right: 2vw;
    font-size: 0; }
    .m-new-nav .m-top-bar .m-top-bar-control .loginWrap{
        width: 80%;
    }
    .m-new-nav .m-top-bar .m-top-bar-control .loginWrap,
    .m-new-nav .m-top-bar .m-top-bar-control .menu-btn {
      vertical-align: top;
      text-align: right;
      padding-right: 1.33vw;
      display: inline-block; }
    .m-new-nav .m-top-bar .m-top-bar-control a {
      vertical-align: middle;
      display: inline-block;
      height: 11.7vw;
      line-height: 11.7vw;
      font-size: 3.1vw;
      margin-right: 2.8vw;
      color: #ffffff; }
      .m-new-nav .m-top-bar .m-top-bar-control .loginWrap .userName{
          max-width:75%;
          display: inline-block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin-right: 3vw;
      }
      .m-new-nav .m-top-bar .m-top-bar-control .loginWrap .logout{
          margin-right: 0;
      }
.m-new-nav .m-new-nav-content {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 11.7vw;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  width: 100%;
  background: #191b1e; }
  .m-new-nav .m-new-nav-content .m-new-nav-left {
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    width: 31vw; }
    .m-new-nav .m-new-nav-content .m-new-nav-left .m-new-nav-level-1 {
      width: 100%;
      height: 10vw;
      line-height: 10vw;
      text-indent: 3vw;
      font-size: 4vw;
      background: #191b1e;
      display: block;
      position: relative;
      color: #999;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      margin: 1vw 0; }
    .m-new-nav .m-new-nav-content .m-new-nav-left .m-new-nav-level-1.active {
      background: #26292d; }
    .m-new-nav .m-new-nav-content .m-new-nav-left .m-new-nav-level-1::after {
      content: '';
      position: absolute;
      left: 0;
      height: 4vw;
      width: 1.07vw;
      background: #35ccbb;
      top: 50%;
      margin-top: -2vw;
      display: block;
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .m-new-nav .m-new-nav-content .m-new-nav-left .m-new-nav-level-1.active::after {
      opacity: 1; }
  .m-new-nav .m-new-nav-content .m-new-nav-right {
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100% - 32vw);
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 4vw;
    background: #26292d; }
    .m-new-nav .m-new-nav-content .m-new-nav-right .m-new-nav-block {
      padding: 3.2vw 0 0 0;
      border-bottom: 0.1vw solid #3c3f42; }
      .m-new-nav .m-new-nav-content .m-new-nav-right .m-new-nav-block .block-title {
        font-size: 3.6vw;
        line-height: 3.6vw;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0;
        color: #999999; }
      .m-new-nav .m-new-nav-content .m-new-nav-right .m-new-nav-block .block-content {
        margin-top: 2.8vw; }
        .m-new-nav .m-new-nav-content .m-new-nav-right .m-new-nav-block .block-content .block-content-item {
          line-height: 1;
          min-height: 10vw;}
          .m-new-nav .m-new-nav-content .m-new-nav-right .m-new-nav-block .block-content .block-content-item a {
            min-width: 16vw;
            display: inline-block;
            font-size: 4vw;
            font-weight: normal;
            font-stretch: normal;
            line-height: 2.5;
            letter-spacing: 0;
            color: #ffffff; }
    .m-new-nav .m-new-nav-content .m-new-nav-right .m-new-nav-more:link,
    .m-new-nav .m-new-nav-content .m-new-nav-right .m-new-nav-more:visited,
    .m-new-nav .m-new-nav-content .m-new-nav-right .m-new-nav-more:hover,
    .m-new-nav .m-new-nav-content .m-new-nav-right .m-new-nav-more:active {
      margin-top: 2.6vw;
      display: inline-block;
      font-size: 4vw;
      color: #ffffff; }