@import url('../css/reset.css');
header {
  background: #1F1F1F;
}
header .head {
  width: 1280px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
header .head .head_l {
  display: flex;
  align-items: center;
}
header .head .head_l .logo {
  margin-right: 12px;
}
header .head .head_l .logo img {
  width: 200px;
  height: 60px;
}
header .head .head_l .search {
  width: 296px;
  height: 48px;
  background: #2D2D2D;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #DD382E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
header .head .head_l .search input {
  width: calc(100% - 36px);
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #686768;
  border: none;
  background: none;
}
header .head .head_l .search img {
  width: 28px;
  height: 28px;
}
header .head nav {
  display: flex;
  align-items: center;
}
header .head nav a {
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #5B5B5B;
  padding: 9px 32px;
  font-size: 16px;
  font-family: l;
  font-weight: 300;
  color: #FFFFFF;
  margin-right: 16px;
}
header .head nav a:last-child {
  margin-right: 0;
}
header .head nav a:hover {
  font-family: m;
  background: #DD382E;
  border-color: #DD382E;
}
#content {
  flex: 1;
}
footer {
  background: #1F1F1F;
}
footer .foot {
  width: 1280px;
  height: 264px;
  background: #1F1F1F;
  padding: 16px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .foot .foot_l {
  width: 447px;
}
footer .foot .foot_l .foot_logo img {
  width: 200px;
  height: 60px;
}
footer .foot .foot_l .wel {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 24px;
}
footer .foot .foot_l .sub_box {
  display: flex;
  margin-bottom: 12px;
}
footer .foot .foot_l .sub_box .ipt_box {
  width: 330px;
  height: 48px;
  background: rgba(255, 255, 255, 0);
  border-radius: 8px 8px 8px 8px;
  padding: 0 19px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot .foot_l .sub_box .ipt_box img {
  width: 20px;
  height: 20px;
}
footer .foot .foot_l .sub_box .ipt_box input {
  width: calc(100% - 28px);
  height: 15px;
  font-size: 12px;
  font-family: r;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  background: none;
}
footer .foot .foot_l .sub_box button {
  width: 105px;
  height: 48px;
  background: #DD382E;
  border-radius: 6px 6px 6px 6px;
  margin-left: 12px;
  font-size: 14px;
  font-family: m;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
footer .foot .foot_l .text {
  height: 40px;
  font-size: 12px;
  font-family: r;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 20px;
}
footer .foot .foot_c {
  display: flex;
  padding-top: 18px;
}
footer .foot .foot_c ul:first-child {
  margin-right: 132px;
}
footer .foot .foot_c ul li {
  margin-bottom: 12px;
}
footer .foot .foot_c ul li a {
  font-size: 14px;
  font-family: r;
  font-weight: 300;
  color: #FFFFFF;
}
footer .foot .foot_c ul li a:hover {
  text-decoration: underline;
}
footer .foot .foot_c ul li:first-child {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-decoration: none;
}
footer .foot .foot_c ul li:last-child {
  margin-bottom: 0;
}
footer .foot .foot_r {
  padding-top: 18px;
}
footer .foot .foot_r .r_title {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 8px;
}
footer .foot .foot_r .share_list {
  display: flex;
}
footer .foot .foot_r .share_list a {
  margin-right: 12px;
}
footer .foot .foot_r .share_list a img {
  width: 24px;
  height: 24px;
}
footer .foot .foot_r .share_list a:last-child {
  margin-right: 0;
}
