@import url('../css/reset.css');
header {
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #EEEEEE;
}
header .head {
  width: 1280px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
}
header .head .logo {
  width: 197px;
  height: 40px;
}
header .head .head_r {
  display: flex;
  align-items: center;
}
header .head .head_r .hot {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
header .head .head_r .hot img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
header .head .head_r .hot span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
header .head .head_r .search_box {
  width: 210px;
  height: 32px;
  background: #F1F1F1;
  border-radius: 25px 25px 25px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
header .head .head_r .search_box input {
  width: calc(100% - 30px);
  border: none;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  background: #F1F1F1;
  color: #999999;
}
header .head .head_r .search_box img {
  width: 20px;
  height: 20px;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 24px 80px;
  align-items: flex-start;
}
footer .foot .foot_top {
  width: 100%;
  height: 88px;
  background: #1C1C1C;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot .foot_top .logo {
  width: 197px;
  height: 40px;
}
footer .foot .foot_btm {
  width: 100%;
  height: 126px;
  background: #000000;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .foot .foot_btm nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .foot .foot_btm nav a {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 21px;
}
footer .foot .foot_btm nav a:last-child {
  margin-right: 0;
}
footer .foot .foot_btm nav a:hover {
  text-decoration: underline;
}
footer .foot .foot_btm span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
