@import url('../css/base.css?v=1');
header .head-hd {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  margin: 0 auto;
}
header .head-hd .head-hd-l {
  display: flex;
}
header .head-hd .head-hd-l .logo {
  margin-right: 24px;
}
header .head-hd .head-hd-l .logo img {
  width: 160px;
  height: 72px;
}
header .head-hd .head-hd-l nav {
  display: flex;
  align-items: center;
}
header .head-hd .head-hd-l nav a {
  display: flex;
  align-items: center;
  margin-right: 16px;
  box-shadow: 0px 4px 0px 0px #E38134, inset 0px -3px 0px 0px #FFA02D;
  border-radius: 12px;
  background: #FFE609;
  padding: 11px 25px;
}
header .head-hd .head-hd-l nav a img {
  width: 26px;
  height: 26px;
  margin-right: 11px;
}
header .head-hd .head-hd-l nav a span {
  font-family: re;
  font-weight: 400;
  font-size: 20px;
  color: #A34800;
}
header .head-hd .head-hd-l nav a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
header .head-hd .head-hd-l nav a:last-child {
  margin-right: 0;
}
header .head-hd .search,
header .head-hd .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 48px;
  background: #FFE609;
  box-shadow: 0px 4px 0px 0px #E38134, inset 0px -3px 0px 0px #FFA02D;
  border-radius: 12px 12px 12px 12px;
}
header .head-hd .search img,
header .head-hd .menu img {
  width: 24px;
  height: 24px;
}
header .head-hd .menu {
  display: none;
}
header .head-hd .menus-box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 92px;
  left: -100%;
  z-index: 9;
}
header .head-hd .menus-box .m-child {
  width: 223px;
  height: 100vh;
  background: #fff;
  padding: 22px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
header .head-hd .menus-box .m-child nav {
  flex-direction: column;
  align-items: start;
}
header .head-hd .menus-box .m-child nav a {
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 0px 0px #E38134, inset 0px -3px 0px 0px #FFA02D;
  border-radius: 12px;
  background: #FFE609;
  padding: 12px;
  margin-bottom: 12px;
}
header .head-hd .menus-box .m-child nav a img {
  width: 26px;
  height: 26px;
  margin-right: 11px;
}
header .head-hd .menus-box .m-child nav a span {
  font-family: re;
  font-weight: 400;
  font-size: 20px;
  color: #A34800;
}
header .head-hd .menus-box .m-child nav a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
header .head-hd .menus-box .m-child nav a:last-child {
  margin-right: 0;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
}
footer .foot {
  width: 1280px;
  padding: 46px 24px;
  margin: 0 auto;
}
footer .foot .top {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot .top .t-l span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
footer .foot .top .t-l span:first-child {
  display: block;
  font-size: 20px;
  font-family: b;
  font-weight: bold;
}
footer .foot .top .t-r {
  width: 751px;
  height: 64px;
  background: #F2F2F2;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
}
footer .foot .top .t-r input {
  width: calc(100% - 150px);
  border: none;
  background: #F2F2F2;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-indent: 2em;
}
footer .foot .top .t-r button {
  border: none;
  width: 136px;
  height: 48px;
  background: #333333;
  border-radius: 8px 8px 8px 8px;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}
footer .foot ul {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
}
footer .foot ul li a {
  font-family: b;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
footer .foot ul li a:hover {
  text-decoration: underline;
}
footer .foot ul li:last-child {
  margin-right: 0;
}
footer .foot p {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head-hd {
    width: 100%;
    padding: 10px 12px;
  }
  header .head-hd .menu {
    display: flex;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  header .head-hd .head-hd-l .logo {
    margin-right: 0;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
  }
  footer .foot .top .t-r {
    width: calc(100% - 300px);
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head-hd {
    width: 100%;
    padding: 10px 12px;
  }
  header .head-hd .menu {
    display: flex;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  header .head-hd .head-hd-l .logo {
    margin-right: 0;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
  }
  footer .foot .top .t-r {
    width: calc(100% - 300px);
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head-hd {
    width: 100%;
    padding: 10px 12px;
  }
  header .head-hd .menu {
    display: flex;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  header .head-hd .head-hd-l .logo {
    margin-right: 0;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
  }
  footer .foot .top {
    flex-direction: column;
    align-items: start;
  }
  footer .foot .top .t-r {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head-hd {
    width: 100%;
    padding: 10px 12px;
  }
  header .head-hd .menu {
    display: flex;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  header .head-hd .head-hd-l .logo {
    margin-right: 0;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
  }
  footer .foot .top {
    flex-direction: column;
    align-items: start;
  }
  footer .foot .top .t-r {
    width: 100%;
  }
}
