@import url('../css/reset.css');
header {
  background: #fff;
}
header .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  padding: 8px 60px;
  margin: 0 auto;
}
header .head .head-l {
  display: flex;
  align-items: center;
}
header .head .head-l .logo {
  width: 178px;
  height: 60px;
  margin-right: 60px;
}
header .head .head-l nav {
  display: flex;
  align-items: center;
}
header .head .head-l nav a {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  margin-right: 16px;
  border: 1px solid #fff;
  border-radius: 24px 24px 24px 24px;
}
header .head .head-l nav a img {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
header .head .head-l nav a span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
header .head .head-l nav a:hover {
  background: #F4F4F4;
  border: 1px solid #eee;
}
header .head .head-l nav a:last-child {
  margin-right: 0;
}
header .head .search-box {
  width: 224px;
  height: 48px;
  background: #F4F4F4;
  border-radius: 24px 24px 24px 24px;
  padding: 4px 4px 4px 16px;
  display: flex;
  align-items: center;
}
header .head .search-box input {
  width: 156px;
  height: 21px;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  background: #F4F4F4;
  border: none;
}
header .head .search-box button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
header .head .search-box button img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
header .m-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
header .m-head .menu {
  width: 40px;
  height: 40px;
}
header .m-head .m-logo img {
  width: 118px;
  height: 40px;
}
header .m-head .m-search {
  display: flex;
}
header .m-head .m-search input {
  width: 251px;
  height: 40px;
  background: #F4F4F4;
  border-radius: 24px 24px 24px 24px;
  font-family: r;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  padding: 0 16px;
  box-sizing: border-box;
  display: none;
  border: none;
  margin-right: 6px;
}
header .m-head .m-search button {
  background: #fff;
  cursor: pointer;
}
header .m-head .m-search button img {
  width: 40px;
  height: 40px;
}
header .m-head .m-list-box {
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}
header .m-head .m-list-box .m-list-chlid {
  background: #FFFFFF;
  width: 100%;
}
header .m-head .m-list-box .m-list-chlid ul li {
  border-top: 1px solid #D9D9D9;
}
header .m-head .m-list-box .m-list-chlid ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}
header .m-head .m-list-box .m-list-chlid ul li a img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
header .m-head .m-list-box .m-list-chlid ul li a span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
header .m-head .m-list-box .m-list-chlid ul li:last-child {
  border-bottom: 1px solid #D9D9D9;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 16px 60px;
}
footer {
  background: #fff;
}
footer .foot {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 12px;
}
footer .foot .foot-logo {
  width: 178px;
  height: 62px;
  margin-bottom: 16px;
}
footer .foot nav {
  display: flex;
  align-items: center;
}
footer .foot nav a {
  margin-right: 20px;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
footer .foot nav a:hover {
  color: #FEB440;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 16px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 16px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 16px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 16px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
  }
}
