@import url('../css/reset.css');
header {
  border-bottom: 1px solid #eee;
}
header .head {
  width: 1280px;
  margin: 0 auto;
  padding: 8px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .logo img {
  width: 146px;
  height: 48px;
}
header .head nav {
  display: flex;
}
header .head nav a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-right: 48px;
}
header .head nav a:hover {
  color: #4285F4;
}
header .head nav a:last-child {
  margin-right: 0;
}
header .head .menu {
  width: 24px;
  height: 24px;
  display: none;
}
header .head .menus {
  width: 100%;
  height: calc(100vh - 48px);
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 49px;
  left: 0;
  z-index: 9;
  display: none;
}
header .head .menus .m-child {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0 16px 16px;
}
header .head .menus .m-child .menu-list {
  display: flex;
  flex-direction: column;
}
header .head .menus .m-child .menu-list a {
  font-size: 16px;
  font-family: r;
  color: #666666;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
header .head .menus .m-child .close {
  display: block;
  width: 24px;
  height: 24px;
  margin: 16px auto 0;
}
#content {
  flex: 1;
}
footer {
  width: 100%;
  background: #001351;
}
footer .foot {
  width: 1280px;
  height: 199px;
  padding: 40px 0;
  margin: 0 auto;
  padding: 0 100px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .foot .foot-logo {
  margin-bottom: 24px;
}
footer .foot .foot-logo img {
  width: 146px;
  height: 48px;
}
footer .foot nav {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
footer .foot nav a {
  margin-right: 40px;
  font-family: m;
  font-weight: 100;
  font-size: 16px;
  color: #FFFFFF;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
footer .foot nav a:hover {
  color: #4285F4;
}
footer .foot span {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot .xian {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    width: 100%;
    padding: 6px 16px;
  }
  header .head .logo img {
    width: 110px;
    height: 36px;
  }
  header .head nav {
    display: none;
  }
  header .head .menu {
    display: block;
  }
  footer .foot {
    width: 100%;
    padding: 32px 12px 16px;
    height: auto;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    width: 100%;
    padding: 6px 16px;
  }
  header .head .logo img {
    width: 110px;
    height: 36px;
  }
  header .head nav {
    display: none;
  }
  header .head .menu {
    display: block;
  }
  footer .foot {
    width: 100%;
    padding: 32px 12px 16px;
    height: auto;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    width: 100%;
    padding: 6px 16px;
  }
  header .head .logo img {
    width: 110px;
    height: 36px;
  }
  header .head nav {
    display: none;
  }
  header .head .menu {
    display: block;
  }
  footer .foot {
    width: 100%;
    padding: 32px 12px 16px;
    height: auto;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    width: 100%;
    padding: 6px 16px;
  }
  header .head .logo img {
    width: 110px;
    height: 36px;
  }
  header .head nav {
    display: none;
  }
  header .head .menu {
    display: block;
  }
  footer .foot {
    width: 100%;
    padding: 32px 12px 16px;
    height: auto;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
  footer .foot nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .foot nav a {
    margin: 0 0 12px;
  }
}
