header {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
header .head {
  margin: 0 auto;
  width: 1280px;
  height: 72px;
  background: #FFFFFF;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .logo {
  width: 177px;
  height: 48px;
}
header .head .head_r {
  display: flex;
  align-items: center;
}
header .head .head_r .tags {
  display: flex;
  align-items: center;
}
header .head .head_r .tags img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
header .head .head_r .tags .q_cheng {
  display: none;
}
header .head .head_r .tags span {
  transform: translateY(-2px);
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #666666;
}
header .head .head_r .tags:hover .q_hui {
  display: none;
}
header .head .head_r .tags:hover .q_cheng {
  display: inline-block;
}
header .head .head_r .tags:hover span {
  color: #F27821;
  text-decoration: underline;
}
header .head .head_r .search {
  width: 267px;
  height: 40px;
  margin-left: 24px;
  background: #EEEEEE;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
header .head .head_r .search input {
  border: none;
  width: 205px;
  height: 16px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  background: #EEEEEE;
}
header .head .head_r .search input::-webkit-input-placeholder {
  color: #999;
}
header .head .head_r .search .search_img {
  width: 20px;
  height: 20px;
}
#content {
  flex: 1;
}
#content .bread {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  margin-bottom: 16px;
}
footer {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
footer .foot {
  margin: 0 auto;
  width: 1280px;
  padding: 32px 0;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .foot .foot_logo {
  width: 177px;
  height: 48px;
  margin-bottom: 24px;
}
footer .foot nav {
  display: flex;
  align-items: center;
}
footer .foot nav a {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  margin-right: 32px;
}
footer .foot nav a:last-child {
  margin-right: 0;
}
@media (any-hover: hover) {
  footer .foot nav a:hover {
    color: #333;
    text-decoration: underline;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    width: 100%;
    height: 60px;
    padding: 0 12px;
  }
  header .head .logo {
    width: 130px;
    height: 36px;
  }
  header .head .head_r {
    width: 60%;
  }
  header .head .head_r .tags {
    display: none;
  }
  header .head .head_r .search {
    margin-left: 20px;
    width: 100%;
    height: 28px;
    padding: 0 8px;
    display: flex !important;
    justify-content: space-between;
  }
  header .head .head_r .search input {
    border: none;
    width: calc(100% - 40px);
    height: 26px;
  }
  footer .foot {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 16px 0;
  }
  footer .foot .foot_logo {
    margin-bottom: 10px;
  }
  footer .foot nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .foot nav a {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    width: 100%;
    height: 60px;
    padding: 0 12px;
  }
  header .head .logo {
    width: 130px;
    height: 36px;
  }
  header .head .head_r {
    width: 60%;
  }
  header .head .head_r .tags {
    display: none;
  }
  header .head .head_r .search {
    margin-left: 20px;
    width: 100%;
    height: 28px;
    padding: 0 8px;
    display: flex !important;
    justify-content: space-between;
  }
  header .head .head_r .search input {
    border: none;
    width: calc(100% - 40px);
    height: 26px;
  }
  #content .bread {
    font-size: 12px;
  }
  footer .foot {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 16px 0;
  }
  footer .foot .foot_logo {
    margin-bottom: 10px;
  }
  footer .foot nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .foot nav a {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    width: 100%;
    height: 60px;
    padding: 0 12px;
  }
  header .head .logo {
    width: 130px;
    height: 36px;
  }
  header .head .head_r {
    width: 60%;
  }
  header .head .head_r .tags {
    display: none;
  }
  header .head .head_r .search {
    margin-left: 20px;
    width: 100%;
    height: 28px;
    padding: 0 8px;
    display: flex !important;
    justify-content: space-between;
  }
  header .head .head_r .search input {
    border: none;
    width: calc(100% - 40px);
    height: 26px;
  }
  #content .bread {
    font-size: 12px;
  }
  footer .foot {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  footer .foot .foot_logo {
    width: 146px;
    height: 50px;
    margin-right: 0px;
  }
  footer .foot nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .foot nav a {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    width: 100%;
    height: 60px;
    padding: 0 12px;
  }
  header .head .logo {
    width: 130px;
    height: 36px;
  }
  header .head .head_r {
    width: 60%;
  }
  header .head .head_r .tags {
    display: none;
  }
  header .head .head_r .search {
    margin-left: 20px;
    width: 100%;
    height: 28px;
    padding: 0 8px;
    display: flex !important;
    justify-content: space-between;
  }
  header .head .head_r .search input {
    border: none;
    width: calc(100% - 40px);
    height: 26px;
  }
  #content .bread {
    font-size: 12px;
  }
  footer .foot {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 16px 0;
  }
  footer .foot .foot_logo {
    margin-bottom: 10px;
  }
  footer .foot nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .foot nav a {
    margin: 0 0 10px 0;
  }
}
