.header_box {
  padding: 0.3rem 0.6rem; }
  .header_box .city_xy {
    font-size: 0.65rem; }
  .header_box .logo_xy {
    width: 7.5rem;
    font-size: 0.9rem;
    text-align: center; }
  .header_box .city_xy, .header_box .ri_click {
    margin-top: 0.2rem; }

#ws_menuMain {
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  text-align: center;
  display: none; }
  #ws_menuMain .ws_content {
    transform: translate(0, 1300px);
    -webkit-transform: translate(0, 1300px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
    #ws_menuMain .ws_content.active_show {
      transform: translate(0, 100px);
      -webkit-transform: translate(0, 100px); }
    #ws_menuMain .ws_content.active_show .ws_menuBox {
      margin-bottom: 0.6rem; }
    #ws_menuMain .ws_content .ws_menuBox {
      margin: 0 0.4rem;
      width: 3.7rem;
      display: inline-block;
      font-size: 0.7rem;
      color: #535353;
      line-height: 1.5rem;
      margin-bottom: 1.2rem;
      transition: all .5s 0.2s;
      -webkit-transition: all .5s 0.2s; }
      #ws_menuMain .ws_content .ws_menuBox a {
        color: #535353; }
      #ws_menuMain .ws_content .ws_menuBox img {
        width: 2.8rem;
        height: 2.8rem; }

#ws_menuOff img {
  width: 2.8rem;
  height: 2.8rem; }

/*# sourceMappingURL=header.css.map */
#ws_menuMain .ws_content.active_show .ws_menuBox span{display:block;}