body {
  min-height: 100vh;
}
body .center_box {
  height: calc(100vh - 95px);
}
body .header {
  height: 95px;
}

.header {
  padding: 0 20px;
  position: relative;
  padding-top: 30px;
  z-index: 33;
}
.header .name {
  flex: 1;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  padding-left: 26px;
}
.header .name span {
  font-weight: 100;
}
.header .header_menu {
  margin-top: 16px;
}
.header .header_menu > ul {
  overflow: visible;
}
.header .header_menu > ul > li {
  position: relative;
  z-index: 333;
  padding-bottom: 28px;
}
.header .header_menu > ul > li.active > a {
  color: #e5ae49;
}
.header .header_menu > ul > li > a {
  display: block;
  font-size: 13px;
  border-left: 1px solid grey;
  padding: 0 23px;
}
.header .header_menu > ul > li:last-child a {
  border-right: 1px solid grey;
}
.header .header_menu > ul > li:hover .lv2 {
  display: block;
}
.header .header_menu > ul > li .lv2 {
  width: 100%;
  position: absolute;
  display: none;
  top: 45px;
  width: 90px;
  z-index: 333;
  left: -4px;
  background: rgba(255, 255, 255, 0.7);
}
.header .header_menu > ul > li .lv2 ul li {
  float: none;
}
.header .header_menu > ul > li .lv2 ul li:hover a {
  background: gainsboro;
}
.header .header_menu > ul > li .lv2 ul li a {
  display: block;
  padding: 8px;
  font-size: 13px;
  text-align: center;
}

.bottom_btn {
  padding: 8px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bottom_btn .jiantou {
  text-align: right;
  cursor: pointer;
}
.bottom_btn img {
  width: 55px;
  height: 55px;
}
.bottom_btn .list {
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.bottom_btn .list.on {
  display: flex;
}
.bottom_btn .list li {
  margin: 0 5px;
}

.beizhu {
  position: relative;
}

.footer_xuanfu {
  position: fixed;
  right: 0;
  bottom: 286px;
  z-index: 333;
  display: none;
}
.footer_xuanfu ul {
  border-radius: 4px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.08);
}
.footer_xuanfu ul li {
  float: none;
  position: relative;
}
.footer_xuanfu ul li:hover .tubiao {
  background: #ececec;
}
.footer_xuanfu ul li:hover .content_box {
  display: block;
}
.footer_xuanfu ul li:nth-child(3) .tubiao img {
  width: 28px;
}
.footer_xuanfu ul li .tubiao {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.footer_xuanfu ul li .tubiao img {
  width: 20px;
}
.footer_xuanfu ul li .content_box {
  position: absolute;
  right: 100%;
  display: none;
  top: 0;
  background: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.footer_xuanfu ul .lianxi .content_box .item {
  width: 200px;
}
.footer_xuanfu ul .lianxi .content_box .qq {
  padding: 30px;
  border-bottom: 1px solid #eeeeee;
  background-color: #f7f7f7;
}
.footer_xuanfu ul .lianxi .content_box .qq2 {
  background: #ffd100;
  color: white;
  border-radius: 5px;
  padding: 7px 8px;
}
.footer_xuanfu ul .lianxi .content_box .call {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #6a6a6a;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
}
.footer_xuanfu ul .lianxi .content_box .call img {
  width: 20px;
  opacity: .7;
  margin-right: 10px;
}
.footer_xuanfu ul .lianxi .content_box .weixin {
  height: 110px;
  line-height: 2;
  padding: 29px 0;
}
.footer_xuanfu ul .erweima .content_box {
  width: 350px;
  padding: 20px 20px;
}
.footer_xuanfu ul .erweima .content_box .top_title {
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer_xuanfu ul .erweima .content_box .list {
  display: flex;
  justify-content: space-between;
}
.footer_xuanfu ul .erweima .content_box .list .er {
  width: 30%;
}
.footer_xuanfu ul .erweima .content_box .list .er p {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.footer_xuanfu ul .youxiang .content_box .item {
  width: 237px;
  justify-content: flex-start;
  padding-left: 16px;
}
.footer_xuanfu ul .youxiang .content_box .call {
  font-size: 14px;
}

@media (max-width: 1450px) {
  body .header {
    height: 54px;
    padding-top: 0;
  }

  .header .header_menu > ul > li {
    position: relative;
    padding-bottom: 19px;
  }

  .header .header_menu > ul > li .lv2 {
    top: 38px;
  }
}
@media (max-width: 768px) {
  .footer_xuanfu {
    display: none !important;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
