@import url('../css/base.css');
header {
  height: 70px;
}
header .head-hd {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  margin: 0 auto;
}
header .head-hd .head-hd-l {
  display: flex;
}
header .head-hd .head-hd-l .logo img {
  width: 128px;
  height: 70px;
}
header .head-hd .head-hd-l nav {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
header .head-hd .head-hd-l nav a {
  margin-left: 12px;
  transition: all 0.5s;
}
header .head-hd .head-hd-l nav a img {
  width: 50px;
  height: 50px;
}
header .head-hd .head-hd-l nav a:hover img {
  transform: scale(1.1);
}
header .head-hd .search {
  display: block;
}
header .head-hd .search img {
  width: 64px;
  height: 56px;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}
footer .top {
  padding: 26px 24px;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .top .logos {
  width: 130px;
  height: 70px;
}
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 {
  color: #FFE048;
  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: 0 12px;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  #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;
    transform: translateX(15px);
  }
  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: 0 12px;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  #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;
    transform: translateX(15px);
  }
  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: 0 12px;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  #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;
    transform: translateX(15px);
  }
  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: 0 12px;
  }
  header .head-hd .head-hd-l nav {
    display: none;
  }
  #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;
    transform: translateX(15px);
  }
  footer .top .top-r span {
    display: block;
    text-align: center;
    float: none;
  }
}
