@import url('../css/reset.css');
header {
  background: rgba(255, 255, 255, 0.1);
}
header .head {
  width: 800px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .logo img {


  border-radius: 8px 8px 8px 8px;
}
header .head .head-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head-r .search-box {
  margin-right: 16px;
  width: 200px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px 4px 4px 4px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head-r .search-box input {
  width: calc(100% - 20px);
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  background: none;
  border: none;
}
header .head .head-r .search-box img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
header .head .head-r .m-list,
header .head .head-r .m-search {
  cursor: pointer;
}
header .head .head-r .m-list img,
header .head .head-r .m-search img {
  width: 24px;
  height: 24px;
}
header .head .head-r .m-search {
  margin-right: 16px;
  display: none;
}
header .head .head-r .m-list {
  position: relative;
}
header .head .head-r .m-list .list-child {
  max-width: 165px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 19;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
  display: none;
}
header .head .head-r .m-list .list-child li {
  margin-bottom: 12px;
}
header .head .head-r .m-list .list-child li a {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
}
header .head .head-r .m-list .list-child li:last-child {
  margin-bottom: 0;
}
header .head .head-r .m-list .list-child li:hover a {
  color: #387FFF;
  text-decoration: underline;
}
header .head .head-r .m-list:hover .list-child {
  display: block;
}
#content {
  flex: 1;
}
footer {
  background: rgba(255, 255, 255, 0.1);
}
footer .foot {
  margin: 0 auto;
  width: 1280px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .foot .logo-foot {
  margin-bottom: 24px;
}
footer .foot .logo-foot img {

}
footer .foot ul {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
footer .foot ul li {
  margin-right: 24px;
}
footer .foot ul li a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
footer .foot ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .foot ul li:last-child {
  margin-right: 0;
}
footer .foot .lx {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    width: 100%;
    padding: 0 16px;
  }
  header .head .head-r .search-box {
    display: none;
  }
  header .head .head-r .m-search {
    display: block;
  }
  footer .foot {
    width: 100%;
  }
  footer .foot ul {
    flex-direction: column;
    justify-content: center;
  }
  footer .foot ul li {
    margin: 0 0 15px 0;
  }
  footer .foot ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    width: 100%;
    padding: 0 16px;
  }
  header .head .head-r .search-box {
    display: none;
  }
  header .head .head-r .m-search {
    display: block;
  }
  footer .foot {
    width: 100%;
  }
  footer .foot ul {
    flex-direction: column;
    justify-content: center;
  }
  footer .foot ul li {
    margin: 0 0 15px 0;
  }
  footer .foot ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    width: 100%;
    padding: 0 16px;
  }
  header .head .head-r .search-box {
    display: none;
  }
  header .head .head-r .m-search {
    display: block;
  }
  footer .foot {
    width: 100%;
  }
  footer .foot ul {
    flex-direction: column;
    justify-content: center;
  }
  footer .foot ul li {
    margin: 0 0 15px 0;
  }
  footer .foot ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    width: 100%;
    padding: 0 16px;
  }
  header .head .head-r .search-box {
    display: none;
  }
  header .head .head-r .m-search {
    display: block;
  }
  footer .foot {
    width: 100%;
  }
  footer .foot ul {
    flex-direction: column;
    justify-content: center;
  }
  footer .foot ul li {
    margin: 0 0 15px 0;
  }
  footer .foot ul li:last-child {
    margin-bottom: 0;
  }
}
