@import url('../css/reset.css');
header {
  background: #E14B00;
}
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: 160px;
  height: 60px;
}
header .head .head_l .search {
  width: 296px;
  height: 48px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  border: none;
  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: #fff;
  border: none;
  background: none;
}
header .head .head_l .search input::-webkit-input-placeholder {
  color: #fff;
}
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;
  background: #007BE1;
  padding: 9px 32px;
  font-size: 16px;
  font-family: m;
  font-weight: 300;
  color: #FFFFFF;
  margin-right: 16px;
  border-radius: 12px;
}
header .head nav a:last-child {
  margin-right: 0;
}
#content {
  flex: 1;
}
footer {
  background: #E14B00;
}
footer .foot {
  width: 1280px;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot img {
  width: 160px;
  height: 60px;
  background: rgba(255, 255, 255, 0.01);
  margin-right: 12px;
}
footer .foot .foot_nav a {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 20px;
}
footer .foot .foot_nav a:last-child {
  margin-right: 0;
}
