<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu-box{
  width:100%;
  height:92px;
  background-image:url(/images/menu/menu.png);
  background-position:center top;
  background-repeat:no-repeat;
  //-moz-background-size:100% auto;
  //background-size:100% auto;
  background-color:transparent;
}
#menu{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  //width: 13.2%;
  margin: 0;
  padding: 0;
  height: 79px;
}
#menu li a{
  display: block;
  padding: 32px 15px 33px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li.img_list{
    display:none;
}
#toggle{ 
 display: none;
}
#toggle &gt; a{
  display:block;
}
@media only screen and (max-width: 768px) {
  #menu-box{width:100%;background:none;height:23px;}
  div.menu_postion{background:none;}
  div.menu_postion2{background:none;}
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
    height:23px;
  }
  #toggle{
    display: block;
    position: absolute;
    background: #ffffff;
    right:0;
    top:20px;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  #menu-box{width:100%;background:none;}
  div.menu_postion{background:none;}
  div.menu_postion2{background:none;}

  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: absolute;
    background: #ffffff;
    right:0;
    top:20px;
    text-align: right;
    width:90px;
  }
}</pre></body></html>