@import url('../css/reset.css?v=1');
header {
  border-bottom: 1px solid #ECECEC;
}
header .head {
  width: 1280px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
header .head .logo img {
  width: 144px;
  height: 46px;
}
header .head nav a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  margin-right: 32px;
}
header .head nav a:hover {
  color: #4285F4;
}
header .head nav a:last-child {
  margin-right: 0px;
}
header .head .m_list {
  width: 24px;
  height: 24px;
  display: none;
}
header .fd_box {
  width: 100%;
  height: calc(100vh - 48px);
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 48px;
  left: 0;
  display: none;
}
header .fd_box .fd {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
}
header .fd_box .fd a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  padding: 16px;
  border-bottom: 1px solid #eee;
}
header .fd_box .fd a:last-child {
  border-bottom: none;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 24px 60px;
}
footer {
  background: #000C24;
}
footer .foot {
  width: 1280px;
  height: 170px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
footer .foot .foot_logo {
  margin-bottom: 24px;
}
footer .foot .foot_logo img {
  width: 144px;
  height: 46px;
}
footer .foot nav {
  display: flex;
  align-items: center;
}
footer .foot nav a {
  margin-right: 32px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
footer .foot nav a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    width: 100%;
    height: 48px;
    padding: 0 16px;
  }
  header .head .logo img {
    width: 144px;
    height: 36px;
  }
  header .head nav {
    display: flex;
  }
  header .head .m_list {
    display: none;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    height: auto;
    padding: 32px 0;
  }
  footer .foot .foot_logo {
    margin-bottom: 24px;
  }
  footer .foot .foot_logo img {
    width: 144px;
    height: 36px;
  }
  footer .foot nav {
    flex-direction: row;
  }
  footer .foot nav a {
    margin: 0 16px 0 0;
  }
  footer .foot nav a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    width: 100%;
    height: 48px;
    padding: 0 16px;
  }
  header .head .logo img {
    width: 144px;
    height: 36px;
  }
  header .head nav {
    display: flex;
  }
  header .head .m_list {
    display: none;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    height: auto;
    padding: 32px 0;
  }
  footer .foot .foot_logo {
    margin-bottom: 24px;
  }
  footer .foot .foot_logo img {
    width: 144px;
    height: 36px;
  }
  footer .foot nav {
    flex-direction: row;
  }
  footer .foot nav a {
    margin: 0 16px 0 0;
  }
  footer .foot nav a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    width: 100%;
    height: 48px;
    padding: 0 16px;
  }
  header .head .logo img {
    width: 144px;
    height: 36px;
  }
  header .head nav {
    display: none;
  }
  header .head .m_list {
    display: block;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    height: auto;
    padding: 32px 0;
  }
  footer .foot .foot_logo {
    margin-bottom: 24px;
  }
  footer .foot .foot_logo img {
    width: 144px;
    height: 36px;
  }
  footer .foot nav {
    flex-direction: column;
  }
  footer .foot nav a {
    margin: 0 0 16px 0;
  }
  footer .foot nav a:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    width: 100%;
    height: 48px;
    padding: 0 16px;
  }
  header .head .logo img {
    width: 144px;
    height: 36px;
  }
  header .head nav {
    display: none;
  }
  header .head .m_list {
    display: block;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    height: auto;
    padding: 32px 0;
  }
  footer .foot .foot_logo {
    margin-bottom: 24px;
  }
  footer .foot .foot_logo img {
    width: 144px;
    height: 36px;
  }
  footer .foot nav {
    flex-direction: column;
  }
  footer .foot nav a {
    margin: 0 0 16px 0;
  }
  footer .foot nav a:last-child {
    margin-bottom: 0;
  }
}
