@import url('../css/reset.css');
header {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
header .head {
  width: 1280px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head_l {
  display: flex;
}
header .head .head_l .logo img {
  width: 140px;
  height: 70px;
}
header .head .head_l nav {
  display: flex;
  margin-left: 32px;
}
header .head .head_l nav a {
  display: flex;
  align-items: center;
  padding: 7px 26px;
}
header .head .head_l nav a i {
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 50%;
  margin-right: 8px;
}
header .head .head_l nav a span {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #666666;
}
header .head .head_l nav a:hover span {
  color: #F82485;
}
header .head .head_l nav a:hover i {
  background: #F82485;
}
header .head .search {
  width: 299px;
  height: 38px;
  background: #fff;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
header .head .search input {
  border: none;
  text-indent: 0.2em;
  background: #fff;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
}
header .head .search .search_img {
  width: 32px;
  height: 32px;
}
#content {
  flex: 1;
  width: 1280px;
  padding: 16px 20px;
  margin: 0 auto;
}
footer {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
footer .foot {
  width: 1280px;
  padding: 12px 0;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot .foot_logo {
  margin-right: 16px;
}
footer .foot .foot_logo img {
  width: 140px;
  height: 70px;
}
footer .foot nav {
  display: flex;
  align-items: center;
}
footer .foot nav a {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999990;
  margin-right: 20px;
}
footer .foot nav a:hover {
  color: #333;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
footer .foot .btm_text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
