/* Migrated from template/default/html/head.html */
.nav-mobile-bar {
  display: none;
}
@media only screen and (min-width: 1201px) {
  .nav-mobile-bar,
  .nav-mobile-mask,
  .nav-mobile-more-panel {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .navcontainer {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: none;
  }
  .navcontainer > .center {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    font-size: 0;
  }
  .navcontainer .logo {
    width: 100% !important;
    height: 13vw;
    padding: 2vw 5vw !important;
    display: flex !important;
    align-items: center;
    background: #fff !important;
    box-sizing: border-box;
    margin: 0 !important;
  }
  .navcontainer .logo img {
    width: auto !important;
    height: 9vw !important;
    max-width: 42vw;
    object-fit: contain;
  }
  .navcontainer .navbar.pc {
    display: none !important;
  }
  .nav-mobile-bar {
    width: 100%;
    height: 10vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }
  .nav-mobile-bar .mobile-nav-item {
    height: 10vw;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111 !important;
    font-size: 3.4vw;
    line-height: 10vw;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  .nav-mobile-bar .mobile-nav-item.is-active {
    background: #c42d26;
    color: #fff !important;
    font-weight: 600;
  }
  .nav-mobile-bar .mobile-nav-item:visited,
  .nav-mobile-bar .mobile-nav-item:hover,
  .nav-mobile-bar .mobile-nav-item:active,
  .nav-mobile-bar .mobile-nav-item:focus {
    color: #111 !important;
  }
  .nav-mobile-bar .mobile-nav-item.is-active,
  .nav-mobile-bar .mobile-nav-item.is-active:visited,
  .nav-mobile-bar .mobile-nav-item.is-active:hover,
  .nav-mobile-bar .mobile-nav-item.is-active:active,
  .nav-mobile-bar .mobile-nav-item.is-active:focus {
    background: #c42d26;
    color: #fff !important;
    font-weight: 600;
  }
  .nav-mobile-bar .mobile-more {
    gap: 1vw;
  }
  .nav-mobile-more-panel {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 23vw;
    z-index: 9998;
    background: rgba(255,255,255,.98);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    padding: 4vw;
    box-sizing: border-box;
  }
  .nav-mobile-more-panel.is-open {
    display: block;
  }
  .nav-mobile-more-panel .mobile-more-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .nav-mobile-more-panel .mobile-more-link {
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333 !important;
    font-size: 3.5vw;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .nav-mobile-more-panel .mobile-more-link:last-child {
    border-bottom: 0;
  }
  .nav-mobile-more-panel .mobile-more-link.is-active {
    color: #fff !important;
    background: #c42d26;
    border-color: #c42d26;
  }
  .nav-mobile-mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 23vw;
    bottom: 0;
    z-index: 9997;
    background: rgba(0,0,0,.2);
  }
  .nav-mobile-mask.is-open {
    display: block;
  }
  .nav-mobile-bar .mobile-more:after {
    content: "";
    width: 4vw;
    height: 3vw;
    display: inline-block;
    background: linear-gradient(#111,#111) 0 0/100% 1px no-repeat,
    linear-gradient(#111,#111) 0 50%/100% 1px no-repeat,
    linear-gradient(#111,#111) 0 100%/100% 1px no-repeat;
    opacity: .95;
  }
  body:not(.page-index) .homecontainer > .main-top-banner {
    margin-top: 23vw !important;
    top: 0 !important;
  }
}

