@import url('../css/reset.css');

header {
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
}
header .head {
  width: 1280px;
  height: 68px;
  margin: 0 auto;
  padding: 0 80px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head_l {
  display: flex;
  align-items: center;
}
header .head .head_l .logo {
  margin-right: 60px;
}
header .head .head_l .logo img {
  width: 163px;
  height: 40px;
}
header .head .head_l nav {
  display: flex;
}
header .head .head_l nav a {
  margin-right: 48px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}
header .head .head_l nav a:hover {
  color: #397CEF;
  text-decoration: underline;
}
header .head .search_box {
  width: 210px;
  height: 32px;
  background: #F1F1F1;
  border-radius: 25px 25px 25px 25px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
}
header .head .search_box input {
  width: calc(100% - 25px);
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  border: none;
  background: #F1F1F1;
}
header .head .search_box img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
header .m_head {
  width: 100%;
  padding: 3px 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
header .m_head .m_list,
header .m_head .m_search {
  width: 24px;
  height: 24px;
}
header .m_head .m_logo {
  width: 154px;
  height: 38px;
}
header .m_head .menus {
  width: 100%;
  height: calc(100% - 44px);
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 44px;
  left: 0;
  z-index: 9;
  display: none;
}
header .m_head .menus .m_child {
  width: 100%;
  background: #fff;
}
header .m_head .menus .m_child nav a {
  display: block;
  border-top: 1px solid #eee;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  padding: 16px;
}
header .m_head .m_search_input {
  width: 85%;
  height: 32px;
  background: #eee;
  border-radius: 54px 54px 54px 54px;
  opacity: 1;
  border: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  display: none;
}
header .m_head .m_search_input input {
  border: none;
  width: 80%;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 16px;
  background: #eee;
}
header .m_head .m_search_input img {
  width: 20px;
  height: 20px;
}
#content {
  flex: 1;
  padding: 24px 80px;
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
footer {
  background: #FFFFFF;
  box-shadow: 0px -2px 16px 0px rgba(0, 0, 0, 0.05);
}
footer .foot {
  width: 1280px;
  height: 152px;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .foot .logo {
  margin-bottom: 30px;
}
footer .foot .logo img {
  width: 163px;
  height: 40px;
}
footer .foot nav {
  display: flex;
}
footer .foot nav a {
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  margin-right: 24px;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
footer .foot nav a:hover {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    padding: 20px 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    padding: 20px 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    width: 100%;
    height: auto;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .foot .logo {
    margin-bottom: 24px;
  }
  footer .foot .logo img {
    width: 154px;
    height: 38px;
  }
  footer .foot nav {
    flex-direction: column;
    align-items: center;
  }
  footer .foot nav a {
    margin: 0 0 16px 0;
  }
  footer .foot nav:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    width: 100%;
    height: auto;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .foot .logo {
    margin-bottom: 24px;
  }
  footer .foot .logo img {
    width: 154px;
    height: 38px;
  }
  footer .foot nav {
    flex-direction: column;
    align-items: center;
  }
  footer .foot nav a {
    margin: 0 0 16px 0;
  }
  footer .foot nav:last-child {
    margin-bottom: 0;
  }
}
