.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
  padding: 68px 0 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0) 100%
  );
}
.header .logo {
  display: block;
}
.header .logo img {
  height: 53px;
  object-fit: contain;
}
.header .logo .scroll-1 {
  display: none;
}
.header .tab-menu {
  position: relative;
  background: #22222273;
  padding: 8px 16px;
  border-radius: 16px;
  font-weight: 500;
  /*gap: 23px;*/
  flex: 1;
  max-width: 685px;
}
.header .tab-menu:after {
  backdrop-filter: blur(6px);
  opacity: 1;
}
.header .tab-menu ._item ._label {
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  cursor: pointer;
  display: flex;
  position: relative;
}
.header .tab-menu ._item ._label a {
  color: #fff;
}
.header .tab-menu ._item ._label i {
  font-size: 12px;
  font-weight: bold;
}
.header .tab-menu ._item ._label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 8px;
  background: #fff;
  left: 10px;
  transition: all 0.3s;
}
.header .tab-menu ._item.on ._label:after {
  width: calc(100% - 20px);
}
.header .tab-menu ._item ._cont {
  position: absolute;
  border-radius: 16px;
  padding: 24px 60px;
  justify-content: space-between;
  background: #22222273;
  left: 0;
  width: 100%;
  display: flex;
  pointer-events: none;
  top: 61px;
  opacity: 0;
  transition: none;
}
.header .tab-menu ._item ._cont:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -9px;
}
.header .tab-menu ._item ._cont:after {
  backdrop-filter: blur(6px);
  opacity: 1;
}
.header .tab-menu ._item ._cont ._line:last-child {
  display: none;
}
.header .tab-menu ._item.open ._cont,
.header .tab-menu ._item.on ._cont {
  opacity: 1;
  pointer-events: all;
}
.header .tab-menu ._item ._cont ._col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header .tab-menu ._item ._cont ._col a {
  color: #d9d9d9;
  font-size: 16px;
}
.header .tab-menu ._item ._cont ._col a:hover {
  color: #ffffff;
}
.header .tab-menu ._item ._cont ._line {
  height: 105px;
  margin: 10px;
  width: 1px;
  background: #7d7d7d;
  display: block;
}
.header .tab-search-line {
  display: flex;
  align-items: center;
  padding-left: 3px;
}
.header .tab-menu.search .tab-search-line {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  padding-right: 13px;
}
.header .tab-menu.search ._item ._label {
  opacity: 0;
}
.header .tab-search-line ._input {
  display: none;
  align-items: center;
}
.header .tab-menu.search .tab-search-line ._input {
  display: flex;
  flex: 1;
}
.header .tab-menu.search .tab-search-line ._label {
  opacity: 1;
}
.header .tab-search-line ._input input {
  flex: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  outline: none;
  border: none;
}
.header .tab-search-line ._input .el-iconfont {
  cursor: pointer;
  color: #fff;
}

.header .all-menu-btn {
  display: none;
  backdrop-filter: blur(4px);
  background: #22222273;
  border-radius: 14px;
  width: 72px;
  height: 60px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
}
.header .all-menu-btn div {
  width: 35px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  margin: 4px 0;
  position: relative;
}
.header .all-menu-btn.on div:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
}
.header .all-menu-btn.on div:nth-child(2) {
  display: none;
}
.header .all-menu-btn.on div:nth-child(3) {
  transform: rotate(-45deg);
  top: -7px;
}
#wapMenu {
  transform: translateY(-100%);
}
#wapMenu.open {
  transform: translateY(0);
}
.wap-header-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  background: #000;
  color: #fff;
  left: 0;
  top: 0;
  overflow-y: auto;
  padding-bottom: 60px;
}
.wap-header-menu ._search-box {
  padding-top: 32px;
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 2;
}
.wap-header-menu ._search-box .el-icon-guanbi {
  margin-left: 12px;
  width: 20px;
  font-size: 20px;
  pointer-events: all;
}
.wap-header-menu ._search {
  display: flex;
  align-items: center;
  background: #323232;
  padding: 0 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  gap: 13px;
  height: 35px;
  width: fit-content;
  pointer-events: all;
}
.wap-header-menu ._search.width-fill {
  width: calc(100% - 32px);
}
.wap-header-menu ._search i {
}
.wap-header-menu .tab-wap-menu {
  /* margin-top: 24px; */
  margin-top: 86px;
  margin-bottom: 66px;
}
.wap-header-menu .tab-wap-menu ._item {
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.wap-header-menu .tab-wap-menu ._item ._label {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  outline: none;
}
.wap-header-menu .tab-wap-menu ._item ._label i {
  font-size: 12px;
}
.wap-header-menu .tab-wap-menu ._item ._cont {
  display: none;
}
.wap-header-menu .tab-wap-menu ._item.on ._cont {
  display: block;
}
.wap-header-menu .tab-wap-menu ._item.on ._label i {
  transform: rotate(90deg);
}
.wap-header-menu .tab-wap-menu ._item ._cont a {
  display: block;
  padding-bottom: 16px;
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 500;
}
.wap-header-menu .tab-wap-menu ._item ._cont a:hover {
  color: #fff;
}
.wap-header-menu ._link {
  gap: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.wap-header-menu ._link i {
  font-size: 20px;
}
.wap-header-menu .other-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wap-header-menu .other-menu .share-link {
  display: flex;
  gap: 28px;
}
.wap-header-menu .share-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.wap-header-menu .share-item ._name {
  font-size: 16px;
  font-weight: bold;
}
.wap-header-menu .share-item .share-line {
  display: flex;
  gap: 36px;
}
.wap-header-menu .share-item .share-line a i {
  color: #fff;
  font-size: 27px;
}
.wap-header-menu .share-item a {
  color: #fff;
}
.wap-header-menu .share-item .wx {
  display: none;
}
.wap-header-menu .search-result-list {
  margin-top: 40px;
}
.wap-header-menu .search-result-list a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 14px;
}
.topBg_block {
  position: relative;
  height: 350px;
  /* height: 388px;
  background-image: url("/img/topBg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat; */
}
.topBg_block .topBg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.topBg_block .topBg-text {
  position: absolute;
  width: 100%;
  /* max-width: 1320px; */
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.topBg_block .main-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  /* margin: 0 0 8px 0; */
  letter-spacing: 2px;
  /* text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); */
}
.topBg_block .sub-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: 4px;
  /* text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3); */
}
/* @media (min-width: 1200px) {
    .topBg_block .topBg-text{
        max-width: 1140px;
    }
    .topBg_block .sub-title {
        font-size: 38px;
    }
} */
@media (max-width: 1023.99px) {
  .header {
    padding: 32px 0;
  }
  .header .tab-menu,
  .header .wal > .ticket-btn {
    display: none;
  }
  .header .all-menu-btn {
    display: flex;
    z-index: 3;
    width: 42px;
    height: 35px;
    border-radius: 8px;
  }
  .header .all-menu-btn div {
    width: 21px;
    margin: 2px 0;
  }
  .header .all-menu-btn.on div:nth-child(3) {
    top: -3px;
  }
  .header .logo img {
    height: 32px;
  }
  .topBg_block .sub-title {
    font-size: 36px;
    letter-spacing: 3px;
  }
  .topBg_block .main-title {
    font-size: 20px;
  }
  .topBg_block .topBg-text {
    bottom: 32px;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .topBg_block {
    height: 260px;
  }

  .topBg_block .topBg {
    object-position: center bottom;
  }
}
@media (max-width: 767.99px) {
  .wap-header-menu .tab-wap-menu {
    margin-bottom: 34px;
  }
  .wap-header-menu .other-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .wap-header-menu .other-menu .share-link {
    flex-direction: column;
    gap: 16px;
    line-height: 20px;
    margin-bottom: 36px;
  }
  .wap-header-menu .share-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .wap-header-menu .share-item .wx {
    display: block;
  }

  .topBg_block .sub-title {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .topBg_block .main-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .topBg_block .topBg-text {
    bottom: 24px;
    padding: 0 16px;
  }

  .topBg_block {
    height: 200px;
  }

  .topBg_block .topBg {
    object-position: center bottom;
  }
}
