@import url('../css/reset.css?v=2');
header .head {
  width: 1280px;
  height: 82px;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .logo img {
  width: 160px;
  height: 60px;
}
header .head .head-r {
  display: flex;
  align-items: center;
}
header .head .head-r .class-box {
  width: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 82px;
}
header .head .head-r .class-box span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #3A3A3A;
}
header .head .head-r .class-box .sj {
  width: 32px;
  height: 32px;
}
header .head .head-r .class-box ul {
  padding: 16px 28px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 82px;
  left: 0;
  z-index: 59;
  display: none;
}
header .head .head-r .class-box ul li {
  margin-bottom: 12px;
}
header .head .head-r .class-box ul li a {
  display: block;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
header .head .head-r .class-box ul li a:hover {
  color: #B88E2F;
}
header .head .head-r .class-box ul li:last-child {
  margin-bottom: 0;
}
header .head .head-r .class-box:hover .sj {
  transform: rotate(180deg);
}
header .head .head-r .class-box:hover ul {
  display: block;
}
header .head .head-r .search-box {
  width: 242px;
  height: 48px;
  background: rgba(216, 216, 216, 0.01);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
}
header .head .head-r .search-box input {
  width: calc(100% - 44px);
  height: 32px;
  border: none;
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-indent: 1em;
}
header .head .head-r .search-box img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
header .m-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
}
header .m-head .menu,
header .m-head .m-search {
  width: 32px;
  height: 32px;
}
header .m-head .m-logo img {
  width: 100px;
}
header .menu-box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 60;
}
header .menu-box .m-child {
  width: 266px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  padding: 50px 0 50px 12px;
}
header .menu-box .m-child .close {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
header .menu-box .m-child .m-search-box {
  width: 242px;
  height: 48px;
  background: rgba(216, 216, 216, 0.01);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
header .menu-box .m-child .m-search-box input {
  width: calc(100% - 44px);
  height: 32px;
  border: none;
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-indent: 1em;
}
header .menu-box .m-child .m-search-box img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
header .menu-box .m-child .menu-list a {
  display: block;
  padding: 14px 12px;
  box-sizing: border-box;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #e9e9e9;
}
#content {
  flex: 1;
  width: 1280px;
  padding: 0 40px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
footer .foot {
  width: 1280px;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot .logo img {
  width: 160px;
  height: 60px;
}
footer .foot .foot-r ul {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .foot .foot-r ul li {
  margin-right: 22px;
}
footer .foot .foot-r ul li a {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
}
footer .foot .foot-r ul li a:hover {
  color: #B88E2F;
  text-decoration: underline;
}
footer .foot .foot-r ul li:last-child {
  margin-right: 0;
}
footer .foot .foot-r span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  float: right;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  footer .foot .foot-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .foot .foot-r ul li {
    transform: none;
  }
  footer .foot .foot-r span {
    display: block;
    text-align: center;
    float: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  footer .foot .foot-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .foot .foot-r ul li {
    transform: none;
  }
  footer .foot .foot-r span {
    display: block;
    text-align: center;
    float: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  footer .foot .foot-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .foot .foot-r ul li {
    transform: none;
  }
  footer .foot .foot-r span {
    display: block;
    text-align: center;
    float: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    width: 100%;
    padding: 12px;
  }
  footer .foot {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  footer .foot .foot-r {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .foot .foot-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .foot .foot-r ul li {
    transform: translateX(12px);
  }
  footer .foot .foot-r span {
    float: none;
  }
}
