@import url('../css/reset.css');
header {
  border-bottom: 1px solid #eee;
}
header .head {
  width: 1280px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
header .head .head-l {
  display: flex;
  align-items: center;
}
header .head .head-l .logo {
  margin-right: 40px;
  width: 196px;
  height: 48px;
}
header .head .head-l .logo img {
  width: 100%;
}
header .head .head-r {
  display: flex;
  align-items: center;
}
header .head .head-r nav {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
header .head .head-r nav a {
  font-family: m;
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  position: relative;
  font-weight: 500;
  border-radius: 20px 20px 20px 20px;
  padding: 10px 16px;
}
header .head .head-r nav a:hover {
  color: #007DF2;
  background: rgba(0, 125, 242, 0.1);
}
header .head .head-r .language-list {
  width: 48px;
  height: 40px;
  background: #EEEEEE;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 18px;
}
header .head .head-r .language-list img {
  width: 20px;
  height: 20px;
}
header .head .head-r .language-list .menu-box {
  position: absolute;
  right: 0;
  top: 38px;
  display: none;
  background: #fff;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}
header .head .head-r .language-list .menu-box li a {
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
header .head .head-r .language-list .menu-box li a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
header .head .head-r .language-list .menu-box li a span {
  font-family: m;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}
header .head .head-r .language-list .menu-box li:hover a {
  background: #F3F3F3;
}
header .head .head-r .language-list .menu-box li:hover a span {
  color: #111;
  text-decoration: underline;
}
header .head .head-r .language-list:hover .menu-box {
  display: block;
}
header .head .head-r .search-box {
  height: 40px;
  display: none;
  align-items: center;
  width: calc(100% - 56px);
  padding: 0 24px;
  background: #EEEEEE;
  border-radius: 8px;
  margin-right: 8px;
}
header .head .head-r .search-box input {
  width: calc(100% - 12px);
  font-family: m;
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  height: 40px;
  border: none;
  background: #EEEEEE;
  height: 30px;
}
header .head .head-r .search-box img {
  width: 16px;
  height: 16px;
}
header .head .head-r .search {
  border-radius: 8px;
  width: 48px;
  height: 40px;
  background: #007DF2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .head .head-r .search img {
  width: 16px;
  height: 16px;
}
header .head .head-r .m-menu {
  border-radius: 8px;
  width: 48px;
  height: 40px;
  background: #007DF2;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .head .head-r .m-menu img {
  width: 16px;
  height: 16px;
}
header .head .m-list-box {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
}
header .head .m-list-box .m-list-chlid {
  background: #fff;
}
header .head .m-list-box .m-list-chlid ul li {
  border-top: 1px solid #EEEEEE;
  padding: 8px 32px;
}
header .head .m-list-box .m-list-chlid ul li a {
  display: block;
  text-align: center;
}
header .head .m-list-box .m-list-chlid ul li a span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
#content {
  flex: 1;
}
footer {
  background: #111111;
}
footer .foot {
  width: 1280px;
  padding: 48px 40px 16px;
  margin: 0 auto;
}
footer .foot .foot-t {
  border-bottom: 1px solid #515151;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
footer .foot .foot-t .t-l .logo-foot {
  display: block;
  margin-bottom: 16px;
}
footer .foot .foot-t .t-l .logo-foot img {
  width: 197px;
  height: 48px;
}
footer .foot .foot-t .t-l p {
  width: 450px;
  font-family: m;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 21px;
  margin-bottom: 16px;
}
footer .foot .foot-t .t-r {
  display: flex;
}
footer .foot .foot-t .t-r ul {
  margin-right: 100px;
}
footer .foot .foot-t .t-r ul:last-child {
  margin-right: 0;
}
footer .foot .foot-t .t-r ul li {
  margin-bottom: 16px;
}
footer .foot .foot-t .t-r ul li h3 {
  font-family: m;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
footer .foot .foot-t .t-r ul li a {
  display: flex;
  align-items: center;
}
footer .foot .foot-t .t-r ul li a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
footer .foot .foot-t .t-r ul li a span {
  font-family: m;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
footer .foot .foot-t .t-r ul li a:hover span {
  text-decoration: underline;
}
footer .foot .b-text {
  display: block;
  font-family: m;
  font-weight: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    width: 100%;
    padding: 10px 16px;
  }
  header .head .head-l .logo {
    margin-right: 0;
  }
  header .head .head-r nav {
    display: none !important;
  }
  header .head .head-r .language-list {
    margin-right: 8px;
  }
  header .head .head-r .m-menu {
    display: flex;
    margin-left: 8px;
  }
  header .head .head-r .search-box {
    margin-right: 8px;
  }
  footer {
    background: #111111;
  }
  footer .foot {
    width: 100%;
    padding: 24px;
  }
  footer .foot .foot-t {
    flex-direction: column;
  }
  footer .foot .foot-t .t-l p {
    width: 100%;
  }
  footer .foot .foot-t .t-r {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .foot .foot-t .t-r ul:last-child {
    margin-right: 0;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    width: 100%;
    padding: 10px 16px;
  }
  header .head .head-l .logo {
    margin-right: 0;
  }
  header .head .head-r nav {
    display: none !important;
  }
  header .head .head-r .language-list {
    margin-right: 8px;
  }
  header .head .head-r .m-menu {
    display: flex;
    margin-left: 8px;
  }
  header .head .head-r .search-box {
    margin-right: 8px;
  }
  footer {
    background: #111111;
  }
  footer .foot {
    width: 100%;
    padding: 24px;
  }
  footer .foot .foot-t {
    flex-direction: column;
  }
  footer .foot .foot-t .t-l p {
    width: 100%;
  }
  footer .foot .foot-t .t-r {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .foot .foot-t .t-r ul:last-child {
    margin-right: 0;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .sale-box {
    font-size: 12px;
  }
  header .head {
    width: 100%;
    padding: 10px 16px;
  }
  header .head .head-l .logo {
    margin-right: 0;
  }
  header .head .head-r nav {
    display: none !important;
  }
  header .head .head-r .language-list {
    margin-right: 8px;
  }
  header .head .head-r .m-menu {
    display: flex;
    margin-left: 8px;
  }
  header .head .head-r .search-box {
    margin-right: 8px;
  }
  footer {
    background: #111111;
  }
  footer .foot {
    width: 100%;
    padding: 24px;
  }
  footer .foot .foot-t {
    flex-direction: column;
  }
  footer .foot .foot-t .t-l p {
    width: 100%;
  }
  footer .foot .foot-t .t-r {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .foot .foot-t .t-r ul {
    margin-right: 0;
  }
  footer .foot .foot-t .t-r ul:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .foot .foot-t .t-r ul:last-child li:first-child {
    width: 100%;
  }
  footer .foot .foot-t .t-r ul:last-child li a span {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .sale-box {
    font-size: 12px;
  }
  header .head {
    width: 100%;
    padding: 10px 16px;
  }
  header .head .head-l .logo {
    margin-right: 0;
  }
  header .head .head-r nav {
    display: none !important;
  }
  header .head .head-r .language-list {
    margin-right: 8px;
  }
  header .head .head-r .m-menu {
    display: flex;
    margin-left: 8px;
  }
  header .head .head-r .search-box {
    margin-right: 8px;
  }
  footer {
    background: #111111;
  }
  footer .foot {
    width: 100%;
    padding: 24px;
  }
  footer .foot .foot-t {
    flex-direction: column;
  }
  footer .foot .foot-t .t-l p {
    width: 100%;
  }
  footer .foot .foot-t .t-r {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .foot .foot-t .t-r ul {
    margin-right: 0;
  }
  footer .foot .foot-t .t-r ul:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .foot .foot-t .t-r ul:last-child li:first-child {
    width: 100%;
  }
  footer .foot .foot-t .t-r ul:last-child li a span {
    display: none;
  }
}
