@import url('../css/base.css');
header .head-hd {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px 0 18px;
  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: 142px;
  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;
  background: #F83989;
  border-radius: 30px 30px 30px 30px;
  border: 2px solid #BAEC3A;
  padding-right: 16px;
}
header .head-hd .head-hd-l nav a img {
  width: 48px;
  height: 48px;
}
header .head-hd .head-hd-l nav a span {
  font-family: re;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
header .head-hd .head-hd-l nav a:hover {
  transform: scale(1.1);
  border-color: #FFFFFF;
  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: 60px;
  height: 60px;
  background: #F83989;
  border-radius: 30px 30px 30px 30px;
  border: 2px solid #C7FF79;
}
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: #BAEC3A;
  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: center;
}
header .head-hd .menus-box .m-child nav a {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background: #F83989;
  border-radius: 30px 30px 30px 30px;
  border: 2px solid #BAEC3A;
  padding-right: 16px;
}
header .head-hd .menus-box .m-child nav a img {
  width: 48px;
  height: 48px;
}
header .head-hd .menus-box .m-child nav a span {
  font-family: re;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
header .head-hd .menus-box .m-child nav a:hover {
  transform: scale(1.1);
  border-color: #FFFFFF;
  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: 12px 18px;
  box-sizing: border-box;
}
footer {
  background: #F83989;
}
footer .top {
  padding: 26px 24px;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .top .logos {
  width: 142px;
  height: 72px;
}
footer .top .top-r ul {
  display: flex;
  margin-bottom: 4px;
}
footer .top .top-r ul li {
  margin-right: 32px;
}
footer .top .top-r ul li a {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
footer .top .top-r ul li a:hover {
  text-decoration: underline;
}
footer .top .top-r ul li:last-child {
  margin-right: 0;
}
footer .top .top-r span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  float: right;
}
@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 .top {
    padding: 12px;
    width: 100%;
    flex-direction: column;
  }
  footer .top .top-r ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .top .top-r span {
    display: block;
    text-align: center;
    float: none;
  }
}
@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 .top {
    padding: 12px;
    width: 100%;
    flex-direction: column;
  }
  footer .top .top-r ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .top .top-r span {
    display: block;
    text-align: center;
    float: none;
  }
}
@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 .top {
    padding: 12px;
    width: 100%;
    flex-direction: column;
  }
  footer .top .top-r ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .top .top-r span {
    display: block;
    text-align: center;
    float: none;
  }
}
@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 .top {
    padding: 12px;
    width: 100%;
    flex-direction: column;
  }
  footer .top .top-r ul {
    justify-content: space-between;
  }
  footer .top .top-r ul li {
    margin-right: 0;
  }
  footer .top .top-r span {
    display: block;
    text-align: center;
    float: none;
  }
}
