header .head {
  width: 1280px;
  height: 80px;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head_l {
  display: flex;
  align-items: center;
}
header .head .head_l .logo {
  margin-right: 24px;
}
header .head .head_l .logo img {
  width: 160px;
  height: 60px;
}
header .head .head_l .search {
  width: 296px;
  height: 48px;
  background: #27004E;
  border-radius: 8px 8px 8px 8px;
  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-content: center;
}
header .head nav a {
  padding: 7px 29px 7px 39px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
}
header .head nav a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 22px;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
}
footer .foot {
  padding: 20px 0;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot .foot_logo {
  margin-right: 12px;
}
footer .foot .foot_logo img {
  width: 160px;
  height: 60px;
}
footer .foot nav {
  display: flex;
  align-items: center;
}
footer .foot nav a {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  margin-right: 20px;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
footer .foot nav a:hover {
  font-family: b;
}
.hong {
  color: #F83CB6 !important;
}
.hong::after {
  background: #F83CB6 !important;
}
