.el-option {
  display: none !important;
}
.add-box > .el-iconfont {
  display: none;
}
.msh-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 5;

  .container.position-relative {
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ._logo {
    height: 57px;
    margin-right: 60px;
    display: flex;
    img {
      height: 100%;
      width: auto;
      object-fit: contain;
    }
  }
  ._nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    ._item {
      font-size: 14px;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: center;
      ._lab {
        cursor: pointer;
        white-space: nowrap;
        color: #333333;
        .el-iconfont {
          font-size: 12px;
        }
      }
      ._lab.el-iconfont {
        font-size: 12px;
      }
      .el-icon-sousuo {
        font-size: 14px;
      }
      ._menus {
        display: none;
        position: fixed;
        width: 100vw;
        left: 0;
        pointer-events: none;
        top: var(--header-height);
        ._menus-cont {
          transform: scaleY(0);
          transform-origin: top;
          pointer-events: all;
          padding: 60px 0;
          background: #fff;
          display: flex;
          box-shadow: 0px 8px 32px 0px #6b72800f;
          ._menus-group {
            width: 33.3%;
            display: flex;
            flex-direction: column;
            gap: 30px;
            ._menu-text {
              font-size: 14px;
              color: #333;
              line-height: 17px;
              cursor: pointer;
              max-width: 210px;
            }
            ._menu-text._first {
              padding-bottom: 10px;
              border-bottom: 1px solid #333333;
            }
          }
        }
      }
    }
    ._item.hover {
      ._lab {
        text-decoration: underline !important;
      }
    }
    ._search-box {
      margin-right: 40px;
      align-items: center;
      justify-content: center;
      background: #f5f5f5;
      gap: 10px;
      font-size: 17px;
      width: 100%;
      left: 0;
      height: 57px;
      padding: 0 20px;
      display: none;
      i {
        font-size: 14px;
        cursor: pointer;
      }
      input {
        border: none;
        background: none;
        flex: 1;
        max-width: calc(100vw - 124px);
      }
    }
  }
  ._nav.on {
    .search-hide {
      display: none;
    }
    ._search-box {
      display: flex;
    }
  }
  ._right-btn {
    margin-left: 44px;
    .an {
      width: 118px;
      white-space: nowrap;
      --an-dark-color: #333;
    }
  }
  .all-menu-btn {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    margin-left: 20px;
    div {
      width: 21px;
      margin: 2px 0;
      height: 1px;
      background: #000;
      border-radius: 2px;
      position: relative;
    }
  }
  .all-menu-btn.on div:nth-child(1) {
    transform: rotate(45deg);
    top: 3px;
  }
  .all-menu-btn.on div:nth-child(2) {
    display: none;
  }
  .all-menu-btn.on div:nth-child(3) {
    transform: rotate(-45deg);
    top: -2px;
  }
  .pc-nav-cont {
    position: fixed;
    width: 100vw;
    top: var(--header-height);
    height: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 8px 32px 0px #6b72800f;
    ._menus-cont {
      transform-origin: top;
      pointer-events: all;
      padding: 60px 0;
      display: flex;
      ._menus-group {
        width: 33.3%;
        display: flex;
        flex-direction: column;
        gap: 30px;
        ._menu-text {
          font-size: 14px;
          color: #333;
          line-height: 17px;
          cursor: pointer;
          max-width: 210px;
        }
        ._menu-text._first {
          padding-bottom: 10px;
          border-bottom: 1px solid #333333;
        }
      }
    }
  }
}
.msh-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(44px);
  pointer-events: none;
}
.msh-header.show_nav:after {
  height: 100vh;
}
.msh-header-wap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  left: 0;
  top: 0;
  padding-top: calc(69px + 69px);
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  .second-back {
    color: #333;
    position: absolute;
    margin-top: -50px;
    line-height: 16px;
    font-weight: bold;
    display: none;
  }
  ._item {
    margin-bottom: 32px;
    ._lab {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 18px;
      color: #333333;
      font-weight: 500;
      padding-bottom: 20px;
      border-bottom: 1px solid #f3f4f6;
      i {
        font-size: 14px;
        display: block;
        transform: rotate(-90deg);
      }
    }
    ._menus {
      display: flex;
      flex-direction: column;
      gap: 66px;
      opacity: 0;
      position: absolute;
      pointer-events: none;
      background: #fff;
      right: -100%;
      transition: right 0.3s;
      height: 0;
      overflow: hidden;
      ._menu-text {
        margin-top: 40px;
        font-size: 18px;
        color: #333333;
        font-weight: 500;
        line-height: 18px;
        display: block;
      }
      ._menu-text._first {
        margin-top: 0;
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f3f4f6;
        color: #666;
      }
    }
  }
  ._item.on {
    ._lab {
      i {
        transform: rotate(0);
      }
    }
    ._menus {
      position: relative;
      right: 0;
      opacity: 1;
      pointer-events: all;
      height: auto;
    }
  }
  .btm-btn {
    padding: 36px 0;
    background: #fff;
    gap: 24px !important;
    margin-top: 20px;
    position: sticky;
    bottom: 0;
    .an {
      flex: 1;
      padding: 12px 0;
      font-weight: normal;
    }
    ._line2 {
      margin-top: 24px;
      border-top: 1px solid rgb(243, 244, 246);
      padding-top: 12px;
      font-weight: 500;
      align-items: center;
      a {
        color: #333333;
        font-size: 14px;
      }
    }
  }
}
.msh-header-wap.open {
  pointer-events: all;
  opacity: 1;
}
.msh-header-wap._sub-menu {
  .second-back {
    display: block;
  }
  ._item {
    ._lab {
      display: none;
    }
    ._item {
      display: none;
    }
  }
  ._item.on {
    display: block;
  }
}
.msh-header._bg-white {
  background: #fff;
}
.msh-search-wap {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  .search-cont {
    background: #fff;
    padding: calc(69px + 32px) 0 32px;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    z-index: 1;
    ._inner {
      display: flex;
      align-items: center;
      height: 62px;
      justify-content: space-between;
      width: 100%;
      border-bottom: 1px solid #e5e7eb;
      .el-iconfont {
        font-size: 16px;
        color: #99a1af;
      }
      input {
        font-size: 18px;
        width: calc(100% - 40px);
        border: none;
        outline: none;
      }
      input::placeholder {
        color: #dddddd;
      }
    }
  }
}
.msh-search-wap:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(44px);
  left: 0;
  top: 0;
}
.msh-search-wap.open {
  pointer-events: all;
  opacity: 1;
}
.an-s{
  font-weight: normal;
  padding: 7px 27px;
}
.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%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* transform: translateX(-50%); */
  /* bottom: 40px; */
}
.topBg_block .main-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  /* margin: 0 0 8px 0; */
  letter-spacing: 2px;
  /* font-family: 'Playfair Display'; */
  font-family: 'Manrope';
  /* 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;
  font-family: "IBMPlexSans";
  /* 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: 1200px) {
  .msh-header {
    ._logo {
      height: 40px;
    }
  }
}
@media (max-width: 992px) {
  .msh-header {
    .container.position-relative {
      height: 69px;
    }
    ._logo {
      height: 54px;
    }
    ._nav {
      justify-content: flex-end;
      gap: 18px;
      position: unset;
      ._item {
        ._lab {
          .el-iconfont {
            font-size: 16px;
          }
        }
        ._search-box {
          height: 38px;
          z-index: 2;
        }
      }
      ._item.hover {
        ._lab {
          text-decoration: underline !important;
        }
      }
    }
    ._nav.on {
      ._search-box {
        position: absolute;
        left: 0;
        width: calc(100% - 32px);
        z-index: 2;
        margin: 0 16px;
        height: 38px;
      }
    }
  }
  .msh-header:after {
    border-bottom: 0.5px solid #333333;
  }
}
@media (max-width: 1023.99px) {
  .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) {
  .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;
  }
}
