@font-face {
  font-family: Fz;
  src: url('/expert/web/static/FZCuJinLJW.woff2');
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Fz;
}
.web-header {
  height: 70rem;
  background-color: #fef7e4;
  background-image: url(/expert/web/static/web-header-bg.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat-x;
  line-height: 70rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.web-header nav {
  max-width: 1200rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.web-header nav .logo img {
  height: 44rem;
  margin-top: 13rem;
  display: block;
}
.web-header nav ul > li {
  float: left;
  position: relative;
}
.web-header nav ul > li .title,
.web-header nav ul > li .title a {
  font-size: 16rem;
}
.web-header nav ul > li:hover .title,
.web-header nav ul > li:hover .title a {
  color: #9a3312;
}
.web-header nav ul > li:hover::after {
  content: '';
  width: 26rem;
  height: 13rem;
  background-image: url('/expert/web/icon/header-active.png');
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13rem;
}
.web-header nav ul > li .title {
  font-family: Fz;
  font-weight: 400;
  font-size: 16rem;
  color: #5e4a23;
  text-align: right;
  cursor: pointer;
  padding: 0 15rem;
}
.web-header nav ul > li .title a {
  text-decoration: none;
  font-family: Fz;
  font-weight: 400;
  font-size: 16rem;
  color: #5e4a23;
  text-align: right;
}
.web-header nav ul > li .children {
  display: none;
  z-index: 2;
  position: absolute;
  min-width: 600rem;
  left: 0;
  margin-left: -260rem;
  align-items: center;
  justify-content: center;
}
.web-header nav ul > li .children a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-family: Fz;
  font-size: 16rem;
  margin-left: 25rem;
}
.web-header nav ul > li .children a:hover {
  color: #DAC69C;
}
.web-header nav ul > li:hover > .children {
  display: flex;
}
.web-header nav ul > li:last-child .title {
  padding-right: 0;
}
.web-header nav ul > li.none:hover::after {
  background-image: none;
}
.web-header .nav-child {
  height: 70rem;
  top: 70rem;
  left: 0;
  right: 0;
  background: #9A3312;
  opacity: 0.8;
  position: fixed;
  z-index: 1;
  display: none;
}
.bird {
  margin-left: 12rem;
  width: 22rem;
  height: 27rem;
  margin-top: 21rem;
}
