#index-logo {
  margin: 200px 300px 0;
  /* for no-js */

  cursor: default;
}
@media screen and (max-width: 768px) {
  #header {
    position: static;
    left: 0;
    top: 0;
    margin-top: 10px;
    padding: 0 10px;
    width: 768px;
    height: 80px;
  }
  #header #header-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 0;
  }
  #header #header-wrapper #logo {
    float: left;
    margin: 0 0 0 6px;
    passing: 5px 0 5px;
  }
  #header #header-wrapper #logo img {
    height: 70px;
  }
  #header #header-wrapper #menu {
    width: 70%;
    height: 80px;
    float: right;
    padding: 0;
  }
  #header #header-wrapper #menu ul {
    margin: 0;
    padding: 0;
  }
  #header #header-wrapper #menu ul li {
    float: left;
    width: 30%;
    height: 80px;
    text-align: right;
    line-height: 80px;
  }
  #header #header-wrapper #menu ul li a {
    font-size: 1.2rem;
    color: #dfdfdf;
  }
  #index-logo {
    margin: 10px 20px 0;
    cursor: default;
    width: 748px;
  }
  #container {
    width: 768px;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
