body {
  margin-top: 94px;
}

.header {
  width: 100%;
  top: 22px;
  z-index: 3;
  transition: .5s;
  padding: 17px 0;
  position: fixed;
  background: white;
  top: 0;
  box-shadow: 0px 3px 26px #d8d8d8;
}
.header .logo img {
  width: 420px;
  position: relative;
  top: -4px;
}
.header .container2 {
  overflow: visible;
}
.header .header_menu {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.header .header_menu > ul {
  overflow: visible;
  margin-right: 28px;
}
.header .header_menu > ul > li {
  position: relative;
  padding-bottom: 15px;
}
.header .header_menu > ul > li > a {
  width: 98px;
  height: 36px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  font-size: 16px;
}
.header .header_menu > ul > li .lv2 {
  position: absolute;
  left: 6px;
  top: 41px;
  width: 100%;
  display: none;
}
.header .header_menu > ul > li .lv2 ul li {
  float: none;
  line-height: 2;
}
.header .header_menu > ul > li .lv2 ul li a {
  font-size: 16px;
  color: white;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.header .header_menu > ul > li .lv2 ul li:hover a {
  border-bottom: 1px solid white;
}
.header .header_menu > ul > li:hover > a, .header .header_menu > ul > li.active > a {
  background: url("../images/header_active.png") no-repeat center;
  background-size: cover;
}
.header .header_menu > ul > li:last-child a, .header .header_menu > ul > li:nth-last-child(2) a {
  width: 60px;
  background: none;
}
.header .taobao {
  position: relative;
  top: -9px;
}

.header.on .header_menu > ul > li > a {
  color: black;
}

.header.on .header_menu > ul > li:hover > a,
.header.on .header_menu > ul > li.active > a {
  background: url("../images/header_active2.png") no-repeat center;
  background-size: cover;
}

.header.on .header_menu > ul > li .lv2 {
  background: #e26a0a;
}

.header.on .header_menu > ul > li:last-child a,
.header.on .header_menu > ul > li:nth-last-child(2) a {
  background: none;
}

.footer {
  padding-top: 100px;
  background: #2c2217;
}
.footer .content {
  border-bottom: 1px solid #564e45;
  padding-bottom: 20px;
}
.footer .content .item {
  float: left;
}
.footer .content .item .title {
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer .content .item .title img {
  margin-right: 19px;
}
.footer .content .item .msg {
  color: white;
  opacity: 0.24;
  font-size: 14px;
  padding-left: 36px;
}
.footer .content .erweima {
  float: right;
}
.footer .content .erweima li {
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  color: #ffe6d1;
}
.footer .content .erweima li p {
  margin-top: 5px;
}

.beizhu {
  background: #2c2217;
}

/*lng_en*/
.header_en .header_menu > ul > li .lv2 {
  width: 150px;
  left: 50%;
  margin-left: -67px;
}

@media (max-width: 1450px) {
  .header .logo {
    max-width: 28%;
  }

  .header .header_menu > ul {
    margin-right: 0;
  }

  .header .header_menu > ul > li > a {
    width: 90px;
    height: 32px;
  }

  .header .header_menu > ul > li:last-child a, .header .header_menu > ul > li:nth-last-child(2) a {
    width: 39px;
    padding-left: 0;
  }

  .header .taobao {
    left: 6px;
  }
}
@media (max-width: 768px) {
  body {
    margin-top: 0;
  }

  .footer .content .item {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer .content .erweima {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer .content .erweima ul {
    float: none;
    display: inline-block;
  }

  .footer .content .item .title {
    margin-bottom: 7px;
    justify-content: center;
  }

  .footer {
    padding-top: 40px;
  }

  .footer .content .item .msg {
    opacity: 1;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
