@import url('../css/reset.css');
header {
  background: #A5EB00;
}
header .head {
  width: 1280px;
  height: 74px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .head .head_l {
  display: flex;
  align-items: center;
}
header .head .head_l .logo {
  margin-right: 24px;
}
header .head .head_l .logo img {
  width: 109px;
  height: 64px;
}
header .head .head_l .menu_list {
  display: flex;
  align-items: center;
}
header .head .head_l .menu_list .menu_item {
  padding: 10px 24px;
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 33px;
  margin-right: 24px;
}
header .head .head_l .menu_list .menu_item:last-child {
  margin-right: 0;
}
header .head .head_l .menu_list .menu_item:hover {
  color: #fff;
  background: #ED4091;
}
header .head .search {
  width: 250px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 4px;
}
header .head .search input {
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  text-indent: 0.5em;
}
header .head .search img {
  width: 20px;
  height: 20px;
}
#content {
  flex: 1;
  width: 1280px;
  padding: 32px 40px;
  margin: 0 auto;
}
#content .bread {
  color: #999999;
  margin-bottom: 20px;
}
#content .bread a {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
}
footer {
  background: #A5EB00;
  border-radius: 16px 16px 0px 0px;
}
footer .foot {
  width: 1280px;
  padding: 40px;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot .foot_logo img {
  width: 109px;
  height: 64px;
}
footer .foot .foot_r nav {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
footer .foot .foot_r nav a {
  margin-right: 40px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666;
}
footer .foot .foot_r nav a:last-child {
  margin-right: 0;
}
footer .foot .foot_r nav a:hover {
  color: #333;
  text-decoration: underline;
}
footer .foot .foot_r .btm_text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  text-align: right;
  color: #666;
  line-height: 16px;
}
.bian {
  color: #fff !important;
  background: #ED4091 !important;
}
