@font-face {
  font-family: "PingFang SC Custom";
  src: url("/web/custom/assets/font/PingFang SC.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body,
.template,
.el-container,
.el-main {
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

body {
  color: #111827;
  font-size: 14px;
}

.template,
.product {
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}

.template {
  min-height: 100vh;
}

.el-container:nth-child(2) {
  min-width: 0;
}

.el-main {
  min-height: 100vh;
  padding: 68px 20px 28px 202px !important;
}

.el-aside {
  position: fixed;
  left: 0;
  top: 48px;
  z-index: 1002;
  width: 182px !important;
  height: calc(100vh - 48px);
  overflow-y: auto;
  background: #fff !important;
  border-right: 1px solid #e6eaf0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.el-aside::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.ali-logo {
  display: none;
}

.el-aside .el-menu,
.drawer-menu-list-top .el-menu {
  background: #fff !important;
  border-right: 0;
}

.el-aside .el-menu-item,
.el-aside .el-submenu__title,
.drawer-menu-list-top .el-menu-item,
.drawer-menu-list-top .el-submenu__title {
  display: flex;
  align-items: center;
  height: 46px;
  margin: 0;
  padding: 0 18px !important;
  color: #111827 !important;
  background: #fff !important;
  font-size: 14px;
  line-height: 46px;
}

.el-aside .el-menu-item:hover,
.el-aside .el-submenu__title:hover,
.drawer-menu-list-top .el-menu-item:hover,
.drawer-menu-list-top .el-submenu__title:hover {
  color: #0052d9 !important;
  background: #f4f7ff !important;
}

.el-aside .el-menu-item.is-active,
.drawer-menu-list-top .el-menu-item.is-active {
  color: #fff !important;
  background: #0052d9 !important;
}

.el-aside .el-menu-item.is-active i,
.el-aside .el-menu-item.is-active .aside-menu-text,
.drawer-menu-list-top .el-menu-item.is-active i,
.drawer-menu-list-top .el-menu-item.is-active .aside-menu-text {
  color: #fff !important;
}

.el-aside .iconfont,
.drawer-menu-list-top .iconfont {
  margin-right: 8px;
  color: inherit;
}

.el-aside .line,
.drawer-menu-list-top .line {
  height: 1px;
  margin: 8px 18px;
  background: #edf0f5;
}

.el-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 18px 0 32px !important;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e7ee;
  background: #fff !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .08) !important;
}

.hezi-header-left,
.hezi-header-right,
.header-right,
.header-left {
  display: flex;
  align-items: center;
  height: 48px;
}

.hezi-header-left {
  flex: 0 0 auto;
  gap: 38px;
}

.hezi-logo {
  display: block;
  width: 112px;
  height: 42px;
  object-fit: contain;
  cursor: pointer;
}

.drawer-menu-top {
  display: flex;
  align-items: center;
  height: 66px;
  padding: 0 20px;
  border-bottom: 1px solid #edf0f5;
  box-sizing: border-box;
}

.drawer-menu-logo {
  display: block;
  width: 118px;
  height: 46px;
  object-fit: contain;
  cursor: pointer;
}

.hezi-header-right,
.header-right {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 0;
  gap: 22px;
  color: #111827;
  font-size: 14px;
  line-height: 1;
}

.hezi-header-right .header-right-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin: 0;
  line-height: 1;
}

.hezi-header-right .right-item,
.hezi-header-right .item,
.hezi-header-right .el-dropdown,
.hezi-header-right .el-dropdown-country,
.hezi-header-right .el-dropdown-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header-right .car-item {
  margin-right: 0;
  cursor: pointer;
}

.hezi-cart-icon {
  display: block;
  flex: 0 0 auto;
}

.header-right .car-item:hover .hezi-cart-icon path {
  fill: #0052d9;
}

.header-right .header-right-item img {
  width: 22px;
  height: 22px;
  border-radius: 4px;
}

.hezi-globe {
  color: #111827;
  font-size: 18px;
}

.hezi-lang-icon {
  display: block;
  flex: 0 0 auto;
  color: #111827;
}

.hezi-globe:hover .hezi-lang-icon {
  color: #0052d9;
}

.header-right .header-right-item .head-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #0052d9;
  background: #e9f1ff;
  font-weight: 700;
}

.header-right .header-right-item .cloum-line {
  border-color: #d9dee8 !important;
}

.el-dropdown-country,
.el-dropdown-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.hezi-user {
  gap: 12px;
  color: #111827;
  font-size: 14px;
}

.hezi-user span {
  display: inline-flex;
  align-items: center;
  height: 48px;
  line-height: 1;
}

.hezi-header-right .el-badge__content {
  z-index: 3;
  top: 9px;
  right: 1px;
  transform: translateY(0) translateX(100%);
  line-height: 18px;
}

.mobile-menu-trigger {
  display: none;
}

@media screen and (max-width: 750px) {
  .el-header {
    left: 0;
    height: 54px !important;
    padding: 0 12px 0 18px !important;
    justify-content: space-between;
  }

  .el-main {
    padding: 64px 12px 24px !important;
  }

  .el-aside {
    display: none;
  }

  .hezi-header-left {
    min-width: 0;
    gap: 14px;
    height: 54px;
    align-items: center;
  }

  .hezi-logo {
    display: none;
  }

  .hezi-console {
    display: inline-flex;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
    gap: 5px;
    height: 32px;
    color: #111827;
    font-size: 14px;
  }

  .hezi-console span {
    display: inline-flex !important;
    align-items: center;
  }

  .hezi-console i {
    color: #111827;
    font-size: 17px;
  }

  .hezi-header-right {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
  }

  .header-right .cloum-line-item {
    display: none;
  }

  .header-right .hg-24 {
    display: flex !important;
  }

  .mobile-menu-trigger {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu-trigger span {
    display: block;
    height: 2px;
    margin: 3px 0;
    border-radius: 2px;
    background: #111827;
  }

  .mobile-menu-trigger span:nth-child(1) {
    width: 13px;
  }

  .mobile-menu-trigger span:nth-child(2) {
    width: 20px;
  }

  .mobile-menu-trigger span:nth-child(3) {
    width: 15px;
  }

  .hezi-header-right .header-right-item {
    width: 24px;
    min-width: 24px;
    height: 48px;
    padding: 0;
  }

  .hezi-header-right .el-dropdown,
  .hezi-header-right .el-dropdown-country,
  .hezi-header-right .el-dropdown-header,
  .hezi-header-right .right-item,
  .hezi-header-right .item {
    width: 24px;
    min-width: 24px;
    height: 48px;
  }

  .hezi-header-right svg {
    width: 18px;
    height: 18px;
  }

  .hezi-user {
    gap: 0;
  }

  .hezi-user span {
    display: none !important;
  }

  .header-right .header-right-item .head-box {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .hezi-header-right .car-item {
    margin-right: 14px;
  }

  .hezi-header-right .el-badge__content {
    top: 5px;
    right: 2px;
    z-index: 6;
    min-width: 14px;
    height: 14px;
    padding: 0 4px;
    font-size: 10px;
    line-height: 14px;
    transform: translateY(0) translateX(70%);
  }

  .drawer-menu {
    width: 200px !important;
    max-width: 72vw;
    background: #fff !important;
    box-shadow: 8px 0 24px rgba(15, 23, 42, .08);
  }

  .drawer-menu .el-drawer__body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .drawer-menu-top {
    height: 66px;
    padding: 0 18px;
  }

  .drawer-menu-logo {
    display: block !important;
    width: 118px !important;
    height: 46px !important;
    object-fit: contain;
    cursor: pointer;
  }

  .drawer-menu-list-top {
    padding-top: 2px;
    background: #fff !important;
    box-shadow: 8px 0 24px rgba(15, 23, 42, .08);
  }

  .drawer-menu-list-top .el-menu {
    width: 100%;
    background: #fff !important;
  }

  .drawer-menu-list-top .el-menu-item,
  .drawer-menu-list-top .el-submenu__title {
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 20px !important;
    color: #111827 !important;
    background: #fff !important;
    font-size: 14px;
  }

  .drawer-menu-list-top .el-menu-item i,
  .drawer-menu-list-top .el-submenu__title i {
    margin-right: 8px;
    color: inherit;
  }

  .drawer-menu-list-top .line {
    height: 1px;
    margin: 8px 12px;
    background: #eef1f6;
  }
}
