/* less document */
.tabs-menu {
  height: 60px;
  background: none;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.tabs-menu .tabs-menu__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background: rgba(251, 252, 255, 0.8);
  filter: blur(26px);
}
.tabs-menu .tabs-menu__backdrop-filter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  backdrop-filter: blur(26px);
}
.tabs-menu .tabs-menu__ul {
  position: relative;
  max-width: 998px;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li {
  line-height: 60px;
  position: relative;
  width: auto;
  background: none;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li a {
  display: block;
  font-size: 14px;
  font-family: source han sans cn-medium, source han sans cn;
  font-weight: 500;
  color: #3d3a2c;
  white-space: nowrap;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li   .tabs-menu__li {
  margin-left: 70px;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li.active a {
  color: #0052d9;
}
.lv-banner-tit {
  width: 100%;
  left: 0;
  top: 31%;
}
.lv-banner-tit .content {
  max-width: 998px;
}
.lv-banner-tit .lv-banner-tit__title {
  height: 22px;
  font-size: 24px;
  font-family: pingfang sc-heavy, pingfang sc;
  font-weight: 800;
  color: #ffead7;
  line-height: 22px;
}
.lv-banner-tit .lv-banner-tit__extra {
  max-width: 343px;
  font-size: 14px;
  font-family: pingfang sc-medium, pingfang sc;
  font-weight: 500;
  color: #ffcc9d;
  line-height: 28px;
  margin-top: 20px;
}
.lv-pgsec__djdt {
  margin-top: 92px;
}
