.menu-top {
  height: 1.146667rem;
  position: fixed;
  z-index: 10;
  background: #ffdd00 url(../../img/nav_left_logo.png) left center no-repeat;
  background-size: auto 100%;
  padding-left: 2.332425rem; }
  .menu-top .logo-box {
    width: 100%;
    position: fixed;
    overflow-x: auto;
    overflow-y: hidden;
    top: 0;
    background-color: #ffdd00; }
    .menu-top .logo-box::-webkit-scrollbar {
      display: none; }
  .menu-top .logo-href {
    position: absolute;
    height: 1.146667rem;
    padding-left: 2.332425rem;
    top: 0;
    left: 0; }
  .menu-top nav {
    align-items: center;
    height: 1.146667rem;
    white-space: nowrap;
    font-size: 0; }
    .menu-top nav a {
      height: 1.146667rem;
      box-sizing: border-box;
      vertical-align: top;
      color: #555555;
      display: inline-block;
      font-size: .373333rem;
      text-align: center;
      margin: 0 .333333rem;
      font-weight: 600;
      line-height: 1.126667rem; }
    .menu-top nav a.active {
      color: #222222;
      border-bottom: 2px solid #2E2E2E; }
    .menu-top nav a.menu-last {
      padding-right: 3.2rem;
      height: 1rem; }
  .menu-top .open-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 1.146667rem;
    background-color: #ffdd00;
    padding: 0 .373333rem; }
    .menu-top .open-menu img {
      width: .533333rem; }

.icon-list-menu {
  position: fixed;
  width: 100%;
  display: none;
  margin-top: 1.146667rem;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3); }
  .icon-list-menu .in-menu {
    padding: 0 .373333rem;
    background-color: white; }
  .icon-list-menu ul {
    font-size: .32rem;
    display: flex;
    flex-wrap: wrap; }
    .icon-list-menu ul li {
      height: 2.666667rem;
      border-bottom: 1px solid #e1e2e4;
      border-left: 1px solid #e1e2e4;
      display: inline-block;
      width: 33.3%;
      box-sizing: border-box; }
      .icon-list-menu ul li:nth-child(3n+1) {
        border-left-width: 0px; }
      .icon-list-menu ul li .is-icon {
        width: 50px;
        height: 50px;
        background-size: 100px; }
      .icon-list-menu ul li a {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-content: center;
        text-align: center; }
        .icon-list-menu ul li a p {
          display: block;
          width: 100%;
          color: #4e4f53;
          font-size: .32rem; }

.nav_left_logo {
  position: fixed;
  height: 1.146667rem;
  top: 0;
  left: 0; }
