@import url('../css/reset.css');
header {
  background: #FFFFFF;
  border: 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 .head_l {
  display: flex;
  align-items: center;
}
header .head .head_l .logo {
  width: 149px;
  height: 42px;
  margin-right: 40px;
}
header .head .head_l nav {
  display: flex;
  align-items: center;
}
header .head .head_l nav a {
  margin-right: 40px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}
@media (any-hover: hover) {
  header .head .head_l nav a:hover {
    color: #1C73E8;
    text-decoration: underline;
  }
}
header .head .head_l nav a:last-child {
  margin-right: 0;
}
header .head .pc_search {
  width: 44px;
  height: 32px;
}
header .head .pc_search_box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 0px 0px;
  position: fixed;
  top: 72px;
  left: 0;
  display: none;
  z-index: 11;
}
header .head .pc_search_box .pc_input_box {
  width: 1072px;
  height: 108px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  margin: 12px auto;
  padding: 24px;
}
header .head .pc_search_box .pc_input_box .kuang {
  width: 1024px;
  height: 54px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #999999;
  padding: 3px 3px 3px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .pc_search_box .pc_input_box .kuang img {
  width: 24px;
  height: 24px;
}
header .head .pc_search_box .pc_input_box .kuang input {
  width: calc(100% - 164px);
  border: none;
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
}
header .head .pc_search_box .pc_input_box .kuang .btn {
  width: 121px;
  height: 48px;
  background: #1C73E8;
  border-radius: 29px 29px 29px 29px;
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
header .m_head {
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #ECECEC;
  padding: 0 20px;
  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: 114px;
  height: 32px;
}
header .m_head .list_box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 0px 0px;
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 11;
  display: none;
}
header .m_head .list_box .list_child {
  width: 196px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
header .m_head .list_box .list_child a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
header .m_head .search_box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 0px 0px;
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 11;
  padding: 12px;
  display: none;
}
header .m_head .search_box .search_child {
  width: 100%;
  padding: 16px;
  height: 74px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ECECEC;
}
header .m_head .search_box .search_child .search_item {
  width: 100%;
  height: 38px;
  border-radius: 38px 38px 38px 38px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px;
}
header .m_head .search_box .search_child .search_item input {
  width: calc(100% - 54px);
  border: none;
  text-indent: 1em;
  font-family: m;
  font-size: 14px;
  color: #999999;
}
header .m_head .search_box .search_child .search_item img {
  width: 44px;
  height: 32px;
}
#content {
  flex: 1;
  box-sizing: border-box;
}
footer {
  background: #000C24;
}
footer .foot {
  width: 1280px;
  height: 174px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .foot .logo_foot {
  width: 148px;
  height: 42px;
  margin-bottom: 32px;
}
footer .foot nav {
  display: flex;
  align-items: center;
}
footer .foot nav a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 40px;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
footer .foot nav a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .foot .logo_foot {
    width: 114px;
    height: 32px;
    margin-bottom: 32px;
  }
  footer .foot nav {
    display: flex;
    align-items: center;
  }
  footer .foot nav a {
    font-size: 12px;
    margin-right: 12px;
  }
  footer .foot nav a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .foot .logo_foot {
    width: 114px;
    height: 32px;
    margin-bottom: 32px;
  }
  footer .foot nav {
    display: flex;
    align-items: center;
  }
  footer .foot nav a {
    font-size: 12px;
    margin-right: 12px;
  }
  footer .foot nav a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .foot .logo_foot {
    width: 114px;
    height: 32px;
    margin-bottom: 32px;
  }
  footer .foot nav {
    display: flex;
    align-items: center;
  }
  footer .foot nav a {
    font-size: 12px;
    margin-right: 12px;
  }
  footer .foot nav a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    display: none;
  }
  header .m_head {
    display: flex;
  }
  footer .foot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .foot .logo_foot {
    width: 114px;
    height: 32px;
    margin-bottom: 32px;
  }
  footer .foot nav {
    display: flex;
    align-items: center;
  }
  footer .foot nav a {
    font-size: 12px;
    margin-right: 12px;
  }
  footer .foot nav a:last-child {
    margin-right: 0;
  }
}
