/* .navbarLogo{
  filter: grayscale(100%) invert(100%); 
  -moz-filter: grayscale(100%) invert(100%);
  -ms-filter: grayscale(100%) invert(100%);
  -o-filter: grayscale(100%) invert(100%);
  -webkit-filter: grayscale(1) invert(100%);
} */


/* pc */
/* @media screen and (min-width: 751px){ */
      .backtopImage{
        width: 80px;
      }
      .logoImage{
        height: 30px;
        /* margin-right: 60px; */
        margin-right: 30px;
        cursor: pointer;
      }
      .routerList{
        /* min-width: 1240px; */
        min-width: 1140px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        font-size: 16px;
        height: 60px;
        color: #fff;
        display: flex;
        justify-content: center;
        /* box-shadow: 4px 1px 25px -2px rgba(0,0,0,0.27); */
        align-items: center;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.6);
      }
      .routerList_key{
        /* margin-right: 39px; */
        margin-right: 30px;
      }
      .active{
        padding: 0 !important;
      }
      .towMenu_key{
        padding-bottom: 15px;
        cursor: pointer;
      }
      .towMenu_key a{
        color: #fff;
      }
      .towMenu_key:hover>a{
        opacity: 0.5;
      }
      .routerList2{
        /* min-width: 1140px; */
        min-width: 1240px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        font-size: 16px;
        height: 60px;
        box-shadow: 4px 1px 8px 2px rgba(217,217,217,0.5); 
        color: black;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
      }
      .routerList_key2{
        /* margin-right: 39px; */
        margin-right: 30px;
        color: black;
      }
      .towMenu_key2{
        padding-bottom: 15px;
        cursor: pointer;
        color: black;
      }
      .towMenu_key2:hover a{
        color: rgb(5, 156, 226);
      }
      .tt{
        opacity: 0.5 !important;
      }
      .tt2{
        color: rgb(5, 156, 226) !important;
      }
      /* 二级菜单 */
      .ztt{
        opacity: 0.5 !important;
      }
      .towMenu{
        position: absolute;
        margin-top: 10px;
        padding: 5px 0;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.38);
        color: #fff;
      }
      .towMenu2{
        position: absolute;
        margin-top: 10px;
        padding: 5px 0;
        border-radius: 5px;
        background: #ffffff;
        box-shadow: 4px 1px 8px 0px rgba(130,130,130,0.24); 
      }
      .towMenu2 a{
        color: #333333;
      }
      .towMenu2 .towMenuLi:hover, .towMenu2 a:hover{
        color: #013B93;
      }
      .towMenuLi{
        font-size: 14px;
        list-style-type: none;
        cursor: pointer;
        padding: 5px 5px;
      }
      .towMenu .towMenuLi:hover{
        opacity: 0.5;
      }
      .towMenu_router{
        display: block;
        padding: 6px 20px;
      }
      a{
        color:inherit;
        text-decoration: none;
      }
      li{
        list-style-type: none;
      }
      /* 新路由 */
      .routerListZ>ul{
        padding: 0;
      }
      .routerListZ td ul{
        display: none;
      }
      .routerListZ td:hover ul{
        display: block;
      }
      /* .routerListZ td:hover, .routerListZ ul>li:hover{
        opacity: 0.5;
      } */
      .routerListZ tbody{
        display: flex;
        margin-top: 15px;
      }
      .routerListZ td{
        width: 100px;
        /* padding-bottom: 15px; */
        text-align: center;
      }
      .routerListZ ul>li{
        width: 115px;
        text-align: center;
      }
      .towMenuZ{
        display: flex;
        align-items: center;
      }
/* } */
/* mobile */
@media screen and (max-width: 0px){
  .backtopImage {
    width: 1.066667rem;
  }
  .routerL /deep/ .el-input__inner {
    height: 0.693333rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .routerL .el-button--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.173333rem;
    font-size: 0.24rem;
    height: 0.693333rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    background-color: #013B93;
    border-color: #013B93;
  }

  .routerL .el-button--primary:hover {
    background-color: rgb(5, 83, 201);
    border-color: rgb(5, 83, 201);
  }

  .routerL {
    /* height: 100px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .routerList {
    /* opacity: 0.6; */
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
  }

  .routerList2 {
    background: #fff;
    color: #000;
    /* box-shadow: 0px -4px 12px 0px #999; */
    box-shadow: 0.053333rem 0.013333rem 0.106667rem 0.026667rem rgba(217,217,217,0.5);
  }

  /* 导航栏 */

  .routerDH {
    padding: 0.306667rem 0.466667rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logoImage {
    width: 2.906667rem;
  }

  .logoImage2 {
    width: 0.4rem;
    margin-left: 0.373333rem;
  }

  /* 菜单-搜索 */

  .menuList {
    padding: 0 0.466667rem;
  }

  .search {
    width: 7.333333rem;
    margin: 0.573333rem auto 0.093333rem auto;
    display: flex;
    justify-content: center;
  }
  .search /deep/ .el-input{
    display: block;
  }

  .search_content {
    font-size: 0.24rem;
    margin-bottom: 0.52rem;
    display: flex;
    flex-wrap: wrap;
  }

  .search_content>div {
    margin-top: 0.173333rem;
    margin-right: 0.4rem;
  }

  /* 菜单-路由 */

  .menuRouter {
    padding: 0.48rem 0;
    border-top: 0.026667rem solid rgba(255,255,255,0.18);
  }

  .menuRouter2 {
    padding: 0.48rem 0;
    border-top: 0.026667rem solid rgba(0,0,0,0.18);
  }

  .menuR, .menuR a {
    font-size: 0.293333rem;
    font-family: 'PingFangSC', 'PingFangSC-Medium';
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
  }
  .menuRZ, .menuRZ a{
    font-size: 0.293333rem;
    font-family: 'PingFangSC', 'PingFangSC-Medium';
    font-weight: 600;
    color: #ffffff;
  }
  .menuRZ{
    margin-top: 0.32rem;
  }

  .menuRSpan {
    margin-top: 0.32rem;
    display: block;
  }

  .menuRSpan:first-child {
    margin-top: 0;
  }

  .menuR1, .menuR1 a {
    color: #ffffff;
  }

  .menuR2, .menuR2 a {
    color: #000;
  }

  .menuR img {
    width: 0.24rem;
  }

  .menuRTow {
    display: flex;
    flex-wrap: wrap;
  }

  .menuRTow>div {
    margin: 0.2rem 0.266667rem 0.133333rem 0;
  }

  .routerLink {
    padding: 0.2rem 0;
    font-size: 0.266667rem;
    font-family: 'PingFangSC', 'PingFangSC-Regular';
    font-weight: 400;
  }

  .routerLink1 {
    color: rgba(255,255,255,0.8);
  }

  .routerLink2 {
    color: rgba(0,0,0,0.8);
  }

  .ztt {
    opacity: 0.5 !important;
  }

  .ztt2 {
    color: #013B93 !important;
  }

  .userImage {
    width: 0.666667rem;
    height: 0.666667rem;
    overflow: hidden;
    border-radius: 50%;
    background-color: skyblue;
    cursor: pointer;
  }
  /* 新样式 */
  .towMenuUl{
    display: flex;
    padding-left: 0.2rem;
  }
  .towMenuLi{
    opacity: 0.6;
    margin: 0.2rem 0.266667rem 0.133333rem 0;
  }
}