/* å®žåè®¤è¯start */
.menu-verification {
  position: absolute;
  top: 62px;
  left: 76px;
}
.header-verification i {
  margin-right: 5px;
  line-height: 20px;
}

.header-verification p {
  display: none;
  vertical-align: middle;
  font-size: 12px;
}

.header-verification:not(.active) p.state-unactive {
  display: inline-block;
  color: #f83;
  position: relative;
  top: -3px;
}

.header-verification:not(.active) .header-icon-verification {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMGE4IDggMCAxMTAgMTZBOCA4IDAgMDE4IDB6bTEgMTFIN3YyaDJ2LTJ6bTAtOEg3djdoMlYzeiIgZmlsbD0iI0ZBOTg0MSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-size: 100% 100%;
}

.header-verification:not(.active) .header-icon-verification-on {
  display: none;
}

.header-verification.active p.state-active {
  display: inline-block;
  color: #3dcaa6;
  position: relative;
  top: -3px;
}

.header-verification.active .header-icon-verification {
  display: none;
}

.header-verification.active .header-icon-verification-on {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNOCAwYTggOCAwIDEwMCAxNkE4IDggMCAwMDggMHoiIGZpbGw9IiM1MEQ0QUIiLz48cGF0aCBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjYiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTYuNzUzIDExLjA3Nkw0IDcuODk0bC41ODgtLjUgMi4xNTQgMS45MTVMMTEuNDQgNWwuNTYxLjUxN3oiLz48L2c+PC9zdmc+);
  background-size: 100% 100%;
}
/* å®žåè®¤è¯end */

/* åè®®start */
.array-add {
  min-width: 80px !important;
}
#protocol-cover {
  display: none;
  position: fixed;
  top: 0px;
  opacity: 0.5;
  background: #000000;
  z-index: 1998;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#devUserProtocol {
  border-radius: 4px;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  #devUserProtocol {
    display: none;
    position: fixed;
    z-index: 11999;
    width: 345px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    overflow: unset;
    overflow: unset;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -172px;
    background-color: white;
  }

  .protocol-content .protocol-close {
    padding-top: 40px;
  }

  .protocol-content .protocol-close i {
    width: 16px;
    height: 16px;
    opacity: 1;
    color: #666a75;
    border-radius: 2px;
    float: right;
    margin-top: -24px;
    margin-right: 16px;
    cursor: pointer;
    font-size: 16px;
  }

  .protocol-content .protocol-header {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 16px;
  }

  .protocol-content .protocol-header span {
    display: inline-block;
    margin: 0;
    height: 26px;
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #252b3a;
    line-height: 26px;
  }

  .protocol-content .protocol-body {
    width: 305px;
    margin-top: 16px;
    text-align: left;
    text-indent: 2em;
    margin-left: 20px;
  }

  .protocol-content .protocol-body p {
    opacity: 1;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #575d6c;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .protocol-content .protocol-body p a {
    color: #c7000b;
  }

  .protocol-content .protocol-notice {
    margin-top: 16px;
    width: 305px;
    margin-left: 20px;
    display: -webkit-inline-box;
  }

  .protocol-content .protocol-notice label {
    opacity: 1;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #8a8e99;
    line-height: 22px;
    display: block;
    width: 280px;
    padding-left: 8px;
    margin-top: -2px;
    cursor: pointer;
  }

  .protocol-content .protocol-footer {
    position: relative;
    background: white;
    text-align: center;
    margin: 28px 0;
  }
  #devUserProtocol .por-icon-close {
    position: relative;
    top: -39px;
    right: -17px;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  #devUserProtocol {
    display: none;
    position: fixed;
    z-index: 11999;
    width: 720px;
    height: auto;
    opacity: 1;
    border-radius: 2px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    overflow: unset;
    top: 25%;
    left: 50%;
    margin-left: -360px;
    background-color: white;
  }

  .protocol-content .protocol-close {
    padding-top: 40px;
  }

  .protocol-content .protocol-close i {
    width: 16px;
    height: 16px;
    opacity: 1;
    color: #666a75;
    border-radius: 2px;
    float: right;
    margin-top: -16px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
  }

  .protocol-content .protocol-header {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 28px;
  }

  .protocol-content .protocol-header span {
    display: inline-block;
    margin: 0;
    height: 26px;
    opacity: 1;
    font-size: 28px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 600;
    text-align: left;
    color: #252b3a;
    line-height: 26px;
  }

  .protocol-content .protocol-body {
    width: 640px;
    margin-top: 32px;
    text-align: left;
    text-indent: 2em;
    margin-left: 40px;
  }

  .protocol-content .protocol-body p {
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #575d6c;
    line-height: 24px;
  }

  .protocol-content .protocol-body p a {
    color: #c7000b;
  }

  .protocol-content .protocol-notice {
    margin-top: 24px;
    text-align: center;
  }

  .protocol-content .protocol-notice label {
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #8a8e99;
    line-height: 24px;
    padding-left: 8px;
    cursor: pointer;
  }

  .protocol-content .protocol-footer {
    position: relative;
    background: white;
    text-align: center;
    margin: 32px 0 40px;
  }

  .protocol-btn-red:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
  }
  #devUserProtocol .por-icon-close {
    position: relative;
    top: -44px;
    right: -40px;
    color: #fff;
  }
}

.protocol-content .protocol-footer a {
  width: 120px;
  opacity: 1;
  border-radius: 24px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  padding-top: 4px;
}

.protocol-content .protocol-footer #protocol-submit-btn {
  line-height: 30px;
  padding-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.protocol-body a:hover {
  text-decoration: underline;
  color: #c7000b;
}

.protocol-btn-primary {
  background-color: #f5f5f6 !important;
  border-color: #dee1e6 !important;
  color: #adb0b8 !important;
  cursor: default !important;
}

.protocol-btn-red {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}

#protocolSign {
  display: block;
}

.protocol-content .protocol-body span:first-child {
  display: block;
}

#my-protocol-cover {
  display: none;
  position: fixed;
  top: 0px;
  opacity: 0.5;
  background: #000000;
  z-index: 1998;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#my-devUserProtocol {
  position: fixed;
  z-index: 2008;
  left: 50%;
  top: 20%;
  width: 500px;
  height: 262px;
  background: #fff;
  margin-left: -250px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  #my-devUserProtocol {
    position: fixed;
    z-index: 2008;
    left: 0;
    top: 20%;
    width: 88vw;
    height: 262px;
    background: #fff;
    margin-left: 6vw;
    border-radius: 4px;
  }
}

#my-devUserProtocol .por-icon-close {
  position: relative;
  margin-top: -60px;
  margin-right: -2px;
  color: #fff;
}

#my-devUserProtocol .my-primary {
  width: 120px;
  height: 40px;
  opacity: 1;
  border-radius: 24px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  padding-top: 4px;
  margin-top: 44px;
  cursor: pointer;
}

/* åè®®end */

/* æ ¹æ®çª—å£å®½åº¦éšè—æŒ‡å®šdom */
@media only screen and (max-width: 820px) and (min-width: 320px) {
  #hd-header .pc {
    display: none !important;
  }
  #hd-footer .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 821px) {
  #hd-header .mb {
    display: none !important;
  }
  #hd-footer .mb {
    display: none !important;
  }
}

/* é¡µå°¾start */

#hd-footer .ul-footer-pc {
  display: flex;
  flex-direction: column;
}

#hd-footer .ul-footer-pc li {
  width: 100%;
  margin: 6px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  font-family: PingFangSC-Light;
}
#hd-footer .ul-footer-pc li a {
  color: #333;
  font-size: 16px;
  font-family: PingFangSC-Light;
}

#hd-footer .li-title-pc {
  font-weight: 600;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 18px;
}

#hd-footer a {
  color: unset;
}
#hd-footer .pc li {
  padding-left: 0;
}
#hd-footer .por-col-6:first-child {
  padding-left: 0;
}
#hd-footer .left-href-pc:first-child {
  margin-left: 0;
}

#hd-footer .flex-group-pc {
  display: flex;
  justify-content: space-between;
  color: #333;
}
#hd-footer .flex-group-pc a {
  font-family: PingFangSC-Light;
}
#hd-footer .right-bottom-pc,
#hd-footer .left-bottom-pc {
  padding: 12px 0;
  flex: 2;
}

#hd-footer .right-bottom-pc {
  text-align: right;
  flex: 1;
}

#hd-footer .right-href-pc {
  margin: 0 11px;
  font-family: PingFangSC-Light;
  font-size: 12px;
  color: #333;
  letter-spacing: 0;
  line-height: 16px;
}

#hd-footer .left-href-pc {
  margin: 0 14px;
  font-family: HuaweiSansLight;
  font-size: 12px;
  color: #333;
  letter-spacing: 0;
  line-height: 16px;
}

#hd-footer .color-red-hover:hover {
  color: #c7000b;
}

/* ç§»åŠ¨ç«¯ */
#hd-footer .por-collapse-container {
  margin-bottom: 0;
}

#hd-footer .maxlength-mb {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#hd-footer .burying-point-mb {
  color: #000;
  font-family: PingFangSC-Medium;
}

#hd-footer .ul-footer-mb {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}

#hd-footer .ul-footer-mb li {
  width: 100%;
  margin: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
}
#hd-footer .group-href-mb {
  display: flex;
  flex-direction: column;
}

#hd-footer .href-mb {
  margin: 8px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #777777;
  letter-spacing: 0;
  line-height: 16px;
}

#hd-footer .por-collapse-trigger .por-icon-down::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #575d6c;
  border-right: 1px solid #575d6c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 20px bottom;
  position: absolute;
  right: 8px;
  top: 5px;
}

#hd-footer .por-icon {
  margin-right: 15px;
  margin-top: -1px;
}

#hd-footer .href-title-one {
  display: inline-block;
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* é¡µå°¾end */

/* é¡µå¤´start */
@media only screen and (min-width: 821px) {
  #hd-header .por-icon {
    font-family: por-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
  }

  #header {
    height: 100px;
    position: static !important;
  }

  #header a {
    font-family: PingFangSC-Regular, PingFangSC-Medium;
  }

  #header .header-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
  }

  #header .header-wrapper {
    position: relative;
    height: 100%;
  }

  #header .header-inner {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .header-dropdown ::-webkit-scrollbar,
  .header-dropdown ::-webkit-scrollbar-track,
  .dropdown-product-wrapper-right ::-webkit-scrollbar,
  .dropdown-product-wrapper-right ::-webkit-scrollbar-track {
    background-color: transparent;
    width: 4px;
  }

  .header-dropdown ::-webkit-scrollbar-thumb,
  .dropdown-product-wrapper-right ::-webkit-scrollbar-thumb {
    background-color: #dfe1e6;
  }

  .header-dropdown ::-webkit-scrollbar-thumb:hover,
  .dropdown-product-wrapper-right ::-webkit-scrollbar-thumb:hover {
    background-color: #adb0b8;
  }

  .hide-padding-top-01:nth-child(1),
  .hide-padding-top-01:nth-child(2) {
    margin-top: 0 !important;
  }

  .thirdLogo-has .hide-padding-top-01:nth-child(2) {
    margin-top: 20px !important;
  }

  .wrapper-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  @media (min-width: 1367px) and (max-width: 1439px) {
    .wrapper-container {
      max-width: 1200px;
    }
  }

  @media (max-width: 1279px) {
    .wrapper-container {
      padding-left: 3%;
      padding-right: 3%;
    }
  }

  .header-icon-arrow-down,
  .header-icon-arrow-right-large {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1px;
    padding-right: 1px;
  }

  .header-icon-arrow-down::before,
  .header-icon-arrow-right-large::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

  .header-icon-arrow-down {
    width: 10px;
    height: 6px;
  }

  .header-icon-arrow-down::before {
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #header .hot,
  #header .new {
    display: inline-block;
    width: 25px;
    height: 9px;
    margin: -2px -36px 0 4px;
    vertical-align: middle;
    font-size: 0;
    background-repeat: no-repeat;
  }

  .header-topnav {
    width: 100%;
    height: 25px;
    background: #f5f5f5;
    padding: 0 3%;
  }

  .header-topnav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
  }
  .header-topnav-wrapper img {
    height: 16px !important;
    width: auto;
    margin-top: 4px;
  }

  .header-lang {
    position: relative;
    height: 25px;
    line-height: 25px;
  }

  .header-lang::marker {
    content: "";
  }

  .header-lang-current {
    font-size: 0;
    color: #000;
    height: 25px;
    line-height: 25px;
    padding: 0 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    opacity: 0.8;
    display: flex;
    align-items: center;
  }

  .header-lang-current .header-icon-earth {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    top: 5px;
    margin-right: 4px;
  }

  .header-lang-current i {
    margin-left: 6px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-lang-current i::before {
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-color: #000;
  }

  .header-lang-current svg{
    top: 0 !important;
  }

  .header-lang:hover .header-icon-arrow-down {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .header-lang:hover .header-icon-arrow-down::before {
    border-color: #000;
  }

  .header-lang-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-lang-list {
    display: none;
    position: absolute;
    top: 100%;
    cursor: default;
    right: 0;
    min-width: 100%;
    width: 140px;
    z-index: 999;
    padding: 4px 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(174, 186, 208, 0.27);
    box-shadow: 0 0 6px 0 rgba(174, 186, 208, 0.27);
  }

  .header-lang-list .header-site {
    width: 100%;
    padding: 12px 0;
  }

  .header-lang-list .header-site .header-site-left {
    height: 22px;
    line-height: 22px;
    color: #252b3a;
    font-weight: 600;
    font-size: 14px;
    width: 82px;
    margin-bottom: 8px;
  }

  .header-lang-list .header-site:nth-child(2) {
    border-top: 1px solid #dfe1e6;
  }

  .header-lang-list::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 20px;
    top: -20px;
  }

  .header-lang-item {
    position: relative;
  }

  .header-lang-item > a {
    position: relative;
    display: block;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    color: #252b3a;
    white-space: nowrap;
    cursor: default;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .header-lang-item + .header-lang-item {
    margin-top: 12px;
  }

  .header-lang-item > a {
    cursor: pointer;
  }

  .header-lang-item.active::after {
    content: "";
    position: absolute;
    left: -16px;
    height: 16px;
    top: 4px;
    border-right: 3px solid #000;
  }

  .header-lang-item.active > a,
  .header-lang-item:hover > a {
    color: #000;
  }

  .header-lang:hover .header-lang-current {
    opacity: 1;
  }

  .header-lang:hover .header-lang-list {
    display: block;
  }

  .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: 0 3%;
    height: 75px;
    border-bottom: 1px solid #dfe1e6;
  }

  .header-logo-outer {
    width: 108px;
  }

  .header-logo-outer .header-logo {
    display: block;
    height: 38px;
    background-size: cover;
    width: 108px;
  }

  .header-logo-outer .header-logo img {
    display: inline-block;
    height: 38px;
    width: 100%;
  }

  .header-ad-mb {
    display: none;
  }

  @media (max-width: 1460px) {
    .header-tools
      .header-tools-right
      > li.header-shopping-cart
      .shopping-cart-text {
      display: none !important;
    }
  }

  @media (max-width: 1280px) {
    .header-tools .header-tools-right > li.header-shopping-cart {
      display: none !important;
    }
  }

  .header-tools .header-tools-right li.header-shopping-cart {
    display: none;
    white-space: nowrap;
    border-left: 1px solid #dfe1e6;
    height: 18px;
    line-height: 18px;
    padding-left: 12px;
    position: relative;
    font-size: 0;
  }

  .header-tools .header-tools-right li.header-shopping-cart > a {
    display: inline-block !important;
    line-height: 18px;
    height: 18px;
  }

  .header-tools
    .header-tools-right
    li.header-shopping-cart
    > .shopping-cart-icon {
    position: relative;
    padding: 0 8px 0 0;
    margin-right: 2px;
    vertical-align: top;
  }

  .header-tools
    .header-tools-right
    li.header-shopping-cart
    > .shopping-cart-icon
    span {
    position: absolute;
    width: auto;
    min-width: 16px;
    background-color: #c7000b;
    float: right;
    top: -8px;
    right: 0;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    text-align: center;
  }

  .isDeveloper .show-search-box .header-nav {
    width: calc(100% - 688px);
  }

  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static !important;
    left: calc(47vw - 808px);
    width: calc(100% - 462px);
    margin: 0 auto;
    height: 75px;
    margin: 0 60px 0 160px;
  }

  .show-search-box .header-nav {
    width: calc(100% - 462px);
  }

  @media (max-width: 1720px) {
    .header-nav {
      left: 0;
    }
  }

  .header-nav .header-tag-pc {
    font-size: 20px;
    color: #252b3a;
    font-weight: 600;
    margin-right: 32px;
    float: left;
    white-space: nowrap;
  }

  .header-nav .header-nav-scroll {
    overflow: hidden;
    position: relative;
    padding-left: 16px;
  }

  .header-nav .header-nav-scroll i {
    position: absolute;
    display: none;
    height: 70px;
    line-height: 70px;
    width: 40px;
    cursor: pointer;
    top: 1px;
    z-index: 10;
  }

  .header-nav .header-nav-scroll i.scroll-lbtn {
    left: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #fff),
      color-stop(40%, #fff),
      to(transparent)
    );
    background-image: linear-gradient(90deg, #fff 0, #fff 40%, transparent);
  }

  .header-nav .header-nav-scroll i.scroll-rbtn {
    right: 0;
    text-align: right;
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0, #fff),
      color-stop(40%, #fff),
      to(transparent)
    );
    background-image: linear-gradient(270deg, #fff 0, #fff 40%, transparent);
  }

  .header-nav .header-nav-list {
    position: relative;
    float: left;
    z-index: 1;
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    left: 0;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }

  .header-nav .header-nav-list li {
    display: inline-block;
    padding: 0 16px;
  }

  .header-nav .header-nav-list li.hide {
    display: none !important;
  }

  .header-nav .header-nav-list li:first-child {
    padding-left: 0 !important;
  }

  .header-nav .header-nav-list li:last-child {
    padding-right: 0 !important;
  }

  @media (max-width: 1260px) and (min-width: 1024px) {
    .header-nav li[data-key="ei"] {
      display: none;
    }
  }

  @media (max-width: 1210px) and (min-width: 1024px) {
    .header-nav li[data-key="price"] {
      display: none;
    }
  }

  /* @media (max-width: 1688px) {
    .header-nav .header-nav-list li {
      padding: 0 10px;
    }
  } */

  @media (max-width: 1246px) and (min-width: 1024px) {
    .header-nav .header-nav-list li {
      padding: 0 8px;
    }
  }

  .header-nav .header-nav-list > li > a {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 75px;
    color: #000;
    cursor: default;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
  }

  .header-nav .header-nav-list > li > a[href] {
    cursor: pointer;
  }

  .header-nav .header-nav-list > li > a[href^="javascript:"] {
    cursor: default;
  }

  .header-nav .header-nav-list > li.header-nav-hot a {
    position: relative;
  }

  .header-nav .header-nav-list > li.header-nav-hot a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    border-radius: 50%;
    background: #c7000b;
  }

  .header-nav .header-nav-list > li.header-nav-item-hide {
    display: none;
  }

  .header-nav .header-nav-hover-line {
    position: absolute;
    z-index: 0;
    height: 3px;
    width: 0;
    padding: 0;
    background-color: #000;
    bottom: 0;
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header-nav .header-subsite-tools {
    width: auto;
    display: inline-block;
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-nav .header-bottom-mask {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-nav-list.overflow-visible {
    overflow: visible;
  }

  .header-nav-item-icon {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    -webkit-transform-origin: 0 6px;
    transform-origin: 0 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEVHcExhYW1YXmxXXm1daHRXXWxN3zriAAAABXRSTlMAFdS/FrilO9YAAAA+SURBVBjTY2AYGMBsCCKFDSCcIAEGBkZVCIdRVZGBQQgkAgJABlgAJgWXAEnBJUBSCAkGBidFJKtYBGjgfgDYdQUNEq/6yQAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
  }

  .header-nav.search-active .header-bottom-mask {
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .logined .header-login,
  .logined .header-register {
    display: none !important;
  }

  .header-tools {
    height: 100%;
    color: #252b3a;
    min-width: 120px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: auto;
  }

  .header-tools .header-subsite-mobile-title {
    display: none;
  }

  .header-tools .header-tools-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    margin-left: 16px;
  }

  .header-tools .header-tools-right > li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 0;
    cursor: pointer;
  }

  .header-tools .header-tools-right > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
  }

  .header-tools .header-tools-right > li > a:hover {
    color: #c7000b;
  }

  .header-tools .header-tools-right > li.header-register {
    height: auto;
  }

  .header-tools .header-tools-right > li.header-register > a {
    background-color: #c7000b;
    height: auto;
    line-height: normal;
    padding: 7px 16px;
    color: #fff;
  }

  .header-tools .header-tools-right > li.header-register > a:hover {
    background-color: #d64a52;
  }

  .header-tools .header-tools-right > li + li {
    margin-left: 16px;
  }

  @media screen and (max-width: 1023px) {
    .header-tools .header-tools-right > li + li {
      margin-left: 20px;
    }
  }

  .header-tools .header-tools-right .header-login-mobile,
  .header-tools .header-tools-right .header-menu-search-mb,
  .header-tools .header-tools-right .header-user {
    display: none;
  }

  .header-tools .header-user {
    display: none;
    font-size: 0;
    border-left: 1px solid #dfe1e6;
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
  }

  .header-tools .header-user:hover .header-nav-item-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEVHcEzOAAzIAAzIAAvRAAzHAAt43zAaAAAABXRSTlMAFdS/FrilO9YAAAA+SURBVBjTY2AYGMBsCCKFDSCcIAEGBkZVCIdRVZGBQQgkAgJABlgAJgWXAEnBJUBSCAkGBidFJKtYBGjgfgDYdQUNEq/6yQAAAABJRU5ErkJggg==");
    background-size: 100% 100%;
  }

  .header-tools .header-user .header-user-avator {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    vertical-align: middle;
  }

  @media (min-width: 769px) {
    .header-tools .header-user .header-user-avator {
      display: none;
    }
  }

  .header-tools .header-user .header-user-avator .header-tool-user-avator-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .header-tools .header-user .header-user-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-tools .header-user .header-user-name span {
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    max-width: 125px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #c7000b;
  }

  .header-tools .header-user .header-user-name .msg-num {
    width: auto;
    min-width: 16px;
    background-color: #c7000b;
    padding: 0 5px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    margin-left: 5px;
  }

  .header-tools .header-user .header-user-info {
    display: none;
    position: absolute;
    top: calc(100% + 17px);
    right: 0;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: default;
  }

  .header-tools .header-user .header-user-info .management span,
  .header-tools .header-user .header-user-info .message span,
  .header-tools .header-user .header-user-info .order span {
    width: auto;
    min-width: 16px;
    background-color: #c7000b;
    float: right;
    padding: 0 4px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    margin-top: 3px;
  }

  .header-tools .header-user .header-user-info::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 20px;
    top: -20px;
  }

  .header-tools .header-user .header-user-info-list {
    font-size: 14px;
  }

  .header-tools .header-user .header-user-info-list > li {
    position: relative;
    line-height: 20px;
    color: #252b3a;
  }

  .header-tools .header-user .header-user-info-list > li::after {
    content: none;
  }

  .header-tools .header-user .header-user-info-list > li > a {
    display: block;
    padding: 6px 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  @media (min-width: 769px) {
    .header-tools .header-user .header-user-info-list > li > a.mb-special {
      display: none !important;
    }
  }

  @media (max-width: 768px) {
    .header-tools .header-user .header-user-info-list > li > a.pc-special {
      display: none !important;
    }
  }

  .header-tools .header-user .header-user-info-list > li.order > a > span {
    background-color: #c7000b;
  }

  .header-tools .header-user .header-user-info-list > li:hover > a {
    color: #c7000b;
  }

  .header-tools .header-user .header-user-info-split {
    padding: 10px 20px;
  }

  .header-tools .header-user .header-user-info-split::before {
    content: "";
    display: block;
    border-top: 1px solid #dfe1e6;
  }

  @media (max-width: 768px) {
    .header-tools .header-user .header-user-info-split.pc-only {
      display: none;
    }
  }

  .header-tools .header-user .header-user-info-item-account {
    overflow: hidden;
  }

  .header-tools .header-user .header-user-info-item-account > a {
    float: left;
    width: 50%;
  }

  .header-tools .header-user .header-user-info-list .header-verification {
    padding-left: 0;
    line-height: 20px;
    text-align: right;
    height: 32px;
    display: block;
  }

  @media (min-width: 769px) {
    .header-tools .header-user:hover .header-user-info {
      display: block;
    }
  }

  .header-tools .header-user.msg .header-user-avator::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #e41e2c;
    border-radius: 50%;
  }

  .logined .header-tools .header-tools-right .header-user {
    display: block;
    height: 18px;
    line-height: 18px;
  }

  .header-ad-pc {
    display: inline-block;
    height: 40px;
    min-width: 40px;
    width: 40px;
    margin-right: 32px;
  }

  .header-ad-pc > img {
    width: 100%;
    height: 100%;
  }

  .header-login-mobile,
  .header-menu-search-mb {
    display: none;
  }

  @media (max-width: 1200px) {
    .header-ad-pc {
      display: none;
    }
  }

  @media (max-width: 1380px) and (min-width: 769px) {
    .isDeveloper .header-search-icon {
      margin-top: 21px;
    }

    .isDeveloper .header-bottom {
      height: 110px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .isDeveloper .header-logo-outer {
      margin-top: 8px;
    }

    .isDeveloper .header-tools {
      height: 60px;
    }

    .isDeveloper .header-nav {
      position: absolute;
      width: 100%;
      height: 50px;
      top: 60px;
      left: 0;
      float: left;
      padding: 0 3%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    .isDeveloper .header-nav .header-nav-list {
      height: 50px;
    }

    .isDeveloper .header-nav .header-nav-list > li > a {
      height: 50px;
      line-height: 50px;
    }

    .isDeveloper .header-nav .header-ad-pc + .header-nav-scroll {
      margin-left: 0;
    }
  }

  @media (max-width: 1023px) {
    #hd-header {
      height: 134px !important;
    }
    .header-bottom {
      height: 110px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .header-logo-outer {
      margin-top: 8px;
    }

    .header-tools {
      height: 60px;
    }

    .header-nav {
      position: absolute;
      width: 100%;
      height: 50px;
      top: 60px;
      left: 0;
      float: left;
      padding: 0 3%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 59px;
      margin-left: -100px;
      width: 100vw !important;
      margin-right: 0;
    }
    .header-tools {
      position: absolute;
      right: 25px;
    }

    .header-nav .header-nav-list li {
      padding: 0 8px;
      float: left;
    }

    .header-nav .header-nav-list {
      height: 50px;
    }

    .header-nav .header-nav-list > li > a {
      height: 50px;
      line-height: 50px;
    }

    .header-nav .header-ad-pc + .header-nav-scroll {
      margin-left: 0;
    }
  }

  @media (max-width: 768px) {
    .header-nav,
    .header-prompt,
    .header-search {
      display: none;
    }

    .header-tools .header-tools-right {
      margin-left: 10px;
      height: 100%;
      line-height: 100%;
    }

    .header-tools .header-tools-right > li {
      display: none;
    }

    .header-user-info .logout a {
      width: 50%;
      float: left;
      white-space: nowrap;
    }

    .header-user-info .logout .bottom-username {
      font-weight: 600;
    }

    .header-user-info .logout .logout-btn {
      text-align: right;
    }

    .logined .header-tools .header-tools-right .header-user {
      display: block;
      height: 40px;
      line-height: 40px;
    }

    .header-tools .header-user.header-user-info-show .header-user-info {
      display: block;
    }

    .header-tools .header-tools-right .header-login-mobile {
      display: block;
      margin-left: 0;
      height: 24px;
      line-height: 24px;
      padding: 0 10px;
    }

    .logined .header-tools .header-tools-right .header-login-mobile {
      display: none;
    }

    .header-tools
      .header-tools-right
      .header-login-mobile.header-login-mobile-show
      .header-user-info {
      display: block;
      position: absolute;
      top: calc(100% + 1px);
      right: 0;
      width: 100%;
      padding-top: 8px;
      padding-bottom: 0;
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      cursor: default;
      background: #fff;
      font-size: 14px;
      color: #252b3a;
    }

    .header-tools
      .header-tools-right
      .header-login-mobile.header-login-mobile-show
      .header-user-info
      li {
      padding: 8px 15px;
      height: 22px;
      line-height: 22px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      color: #252b3a;
    }

    .header-tools
      .header-tools-right
      .header-login-mobile.header-login-mobile-show
      .header-user-info
      li
      a {
      padding: 0;
    }

    .header-tools
      .header-tools-right
      .header-login-mobile.header-login-mobile-show
      .header-user-info
      .button-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      line-height: auto;
      padding: 15px 20px;
    }

    .header-tools
      .header-tools-right
      .header-login-mobile.header-login-mobile-show
      .header-user-info
      .button-container
      a {
      height: 32px;
      line-height: 32px;
      border-radius: 2px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }

    .header-tools
      .header-tools-right
      .header-login-mobile.header-login-mobile-show
      .header-user-info
      .button-container
      a
      + a {
      margin-left: 17px;
    }

    .header-tools
      .header-tools-right
      .header-login-mobile.header-login-mobile-show
      .header-user-info
      .button-container
      .header-user-info-button-red {
      height: 34px;
      width: calc(50% - 7px);
      border-radius: 4px;
      text-align: center;
      background: #c7000b;
      color: #fff;
    }

    .header-tools
      .header-tools-right
      .header-login-mobile.header-login-mobile-show
      .header-user-info
      .button-container
      .header-user-info-button-common {
      width: calc(50% - 7px);
      float: right;
      height: 34px;
      border-radius: 4px;
      border: 1px solid #c7000b;
      text-align: center;
      background: transparent;
      color: #c7000b;
    }

    .header-tools
      .header-tools-right
      .header-login-mobile.header-login-mobile-show
      .header-user-info
      .header-user-info-split {
      height: 1px;
      line-height: 1;
      background: #dfe1e6;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 10px 15px;
      padding: 0 15px;
    }

    .header-tools .header-tools-right .header-login-mobile .header-user-info {
      display: none;
    }

    .header-logo-outer {
      width: 93px;
    }

    .header-logo-outer .header-logo,
    .header-logo-outer .header-logo img {
      height: 32px;
    }

    .header-tools {
      height: 100%;
      min-width: auto;
      position: static;
    }

    .header-tools .header-user {
      border: none;
      margin: 0 !important;
      padding: 0 10px;
      position: static;
    }

    .header-tools .header-user .header-user-name {
      display: none;
    }

    .header-tools .header-user .header-user-info {
      top: calc(100% + 1px);
      width: 100%;
    }

    .header-bottom {
      height: 48px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }

  .header-tools-right a {
    color: #252b3a;
  }

  .header-nav-list > li:hover .header-nav-item-icon {
    visibility: hidden;
    opacity: 0;
  }

  .header-nav-list > li:hover .header-nav-item-icon-hover {
    visibility: visible;
    opacity: 1;
  }

  .header-nav-list > li.active .header-nav-item-icon,
  .header-nav-list > li.active .header-nav-item-icon-hover {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  body.show-dropdown {
    overflow: hidden;
  }

  #header.show-dropdown .header-container {
    height: 10% !important;
    z-index: 999;
  }

  .header-dropdown {
    position: absolute;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 899;
    background: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-dropdown.showMask {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh !important;
  }

  .header-dropdown.noMask {
    background: none;
  }

  .header-dropdown-list {
    position: relative;
    will-change: height;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
    padding: 0 3%;
    z-index: 899;
    overflow: hidden;
  }

  .header-dropdown-list.expanding,
  .header-dropdown-list.hiding {
    -webkit-transition: height 0.2s ease 0.1s;
    transition: height 0.2s ease 0.1s;
    overflow: hidden;
  }

  .header-dropdown-list > li {
    display: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }

  .header-dropdown-list > li.header-dropdown-dialog {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header-dropdown-list > li.header-dropdown-dialog.show {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header-dropdown-list > li:not(.J-drop-dialog) {
    background: #fff;
  }

  .header-dropdown-list > li.header-dropdown-more {
    background: #fff;
    padding-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 0;
  }

  .header-dropdown-list > li.show {
    display: block;
  }

  .header-dropdown-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    opacity: 0.6;
  }

  .header-dropdown-close::after,
  .header-dropdown-close::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 30%;
    height: 1px;
    width: 18px;
    border-radius: 1px;
    margin-left: -10px;
    background-color: #777;
  }

  .header-dropdown-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header-dropdown-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-dropdown-close:hover {
    opacity: 1;
  }

  .show-close .header-dropdown-close {
    display: block;
  }

  @media (max-width: 1366px) {
    .dropdown-product-nav-container {
      padding-left: 44px !important;
    }
    .header-dropdown-list {
      padding: 0;
    }

    .header-dropdown-list > li.show {
      padding: 0 3%;
    }

    .header-dropdown-close {
      right: 10px;
    }

    .header-dropdown-close::after,
    .header-dropdown-close::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 30%;
      height: 1px;
      width: 20px;
      border-radius: 1px;
      margin-left: -10px;
      background-color: #252b3a;
    }
  }

  @media (max-width: 1024px) {
    .header-dropdown {
      top: 110px;
    }
  }

  .dropdown-product-container {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100%;
    max-height: calc(94vh - 100px);
    overflow: hidden;
  }

  .header-container.fixed .dropdown-product-container {
    max-height: calc(94vh - 75px);
  }

  #header.show-top-prompt .dropdown-product-container {
    max-height: calc(94vh - 142px);
  }

  #header.show-top-ad .dropdown-product-container {
    max-height: calc(94vh - 170px);
  }

  .dropdown-product-wrapper {
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(94vh - 100px);
    margin: 0 auto;
    padding: 0;
  }

  .header-container.fixed .dropdown-product-wrapper {
    max-height: calc(94vh - 75px);
  }

  #header.show-top-prompt .dropdown-product-wrapper {
    max-height: calc(94vh - 142px);
  }

  #header.show-top-ad .dropdown-product-wrapper {
    max-height: calc(94vh - 170px);
  }

  @media (min-width: 1367px) and (max-width: 1439px) {
    .dropdown-product-wrapper {
      max-width: 1200px;
    }
  }

  .header-dropdown-solution .dropdown-product-wrapper {
    height: 668px;
  }

  .header-dropdown-ei .dropdown-product-wrapper {
    height: 600px;
  }

  .dropdown-product-wrapper-left {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-top: 32px;
    padding-bottom: 2px;
    border-right: 1px solid #dfe1e6;
    position: relative;
  }

  .dropdown-product-wrapper-left.two-cols {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }

  .dropdown-product-wrapper-left .back-mask {
    position: absolute;
    right: 0;
    width: 600%;
    height: 132%;
    top: 0;
    background-image: url("https://res-static-hc-cdn.ulanqab.huawei.com/aem/content/dam/cloudbu-develop/archive/china/zh-cn/developer/developer-page/images/common/dropdown-left-back(1).png");
    background-position-x: right;
  }

  .dropdown-product-wrapper-left .back-mask-onsit {
    background-image: url("https://res-static-hc-cdn.ulanqab.huawei.com/cloudbu-site/china/zh-cn/hdhomeportal/dropdown-left-back-onsit.png");
  }

  .dropdown-product-nav {
    height: calc(100% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }

  .dropdown-product-nav ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .dropdown-product-nav li + li {
    margin-top: 24px;
  }

  @media (max-width: 1599px) {
    .dropdown-product-nav li + li {
      margin-top: 16px;
    }
  }

  .dropdown-product-nav li:last-child {
    margin-bottom: 16px;
  }

  .dropdown-product-nav::after {
    content: "";
    display: none;
    background-color: #fff;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fff),
      to(hsla(0, 0%, 100%, 0))
    );
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 78px;
  }

  .dropdown-product-nav-container {
    height: 100%;
    padding: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    overflow: auto;
  }

  .dropdown-product-nav-menu {
    display: block;
    position: relative;
    padding: 0;
    cursor: default;
  }

  .dropdown-product-nav-menu[href] {
    cursor: pointer;
  }

  .dropdown-product-nav-menu-text {
    margin-right: 10px;
    line-height: 22px;
    font-size: 16px;
    line-height: 20px;
  }

  @media (max-width: 1599px) {
    .dropdown-product-nav-menu-text {
      font-size: 14px;
      line-height: 18px;
    }
  }

  .dropdown-product-nav-menu-text span {
    line-height: 18px;
    color: #777;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .dropdown-product-nav-menu-text span::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 4px);
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .dropdown-product-nav li.active span {
    color: #252b3a;
  }

  .dropdown-product-wrapper-right {
    position: relative;
    -webkit-box-flex: 20;
    -ms-flex: 20;
    flex: 20;
    padding-left: 12px;
    padding-bottom: 0;
    overflow: auto;
  }

  .dropdown-product-wrapper-right::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
  }

  .dropdown-product-wrapper-right.showGradient::after {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fff),
      to(hsla(0, 0%, 100%, 0))
    );
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  }

  .header-dropdown-list.show-text .dropdown-product-nav-container {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  [data-nav-index] {
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .header-dropdown-list.show-text [data-nav-index] {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .header-dropdown-list.show-text [data-nav-index="0"],
  .header-dropdown-list.show-text [data-nav-index] {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .active
    .dropdown-product-nav-menu
    .dropdown-product-nav-menu-text
    span::before,
  .dropdown-product-nav-menu:hover
    .dropdown-product-nav-menu-text
    span::before {
    width: 100%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .active .dropdown-product-nav-menu .dropdown-product-nav-menu-icon-normal,
  .dropdown-product-nav-menu:hover .dropdown-product-nav-menu-icon-normal {
    opacity: 0;
  }

  .active .dropdown-product-nav-menu .dropdown-product-nav-menu-icon-active,
  .dropdown-product-nav-menu:hover .dropdown-product-nav-menu-icon-active {
    opacity: 1;
  }

  .dropdown-product-body {
    height: 100%;
  }

  .dropdown-product-content {
    display: none;
    position: relative;
    overflow: hidden;
    height: 100%;
  }

  .dropdown-product-content.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-product-content-middle {
    -webkit-box-flex: 15;
    -ms-flex: 15;
    flex: 15;
  }

  .dropdown-product-content-middlet {
    font-size: 24px;
    line-height: 30px;
    color: #252b3a;
    padding-left: 26px;
    margin-bottom: 24px;
  }

  @media (max-width: 1599px) {
    .dropdown-product-content-middlet {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 20px;
    }
  }

  .dropdown-product-content-middlet a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .dropdown-product-content-middlet a[href]:hover {
    color: #c7000b;
  }

  .dropdown-product-content-middlet a i {
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }

  .dropdown-product-content-middleb {
    height: 100%;
    overflow: auto;
    margin-top: 32px;
    padding-bottom: 32px;
  }

  .dropdown-product-content-middleb .dropdown-product-module.no-title {
    margin-top: -16px;
  }

  .dropdown-product-content-middleb > div {
    margin-bottom: 40px;
  }

  @media (max-width: 1599px) {
    .dropdown-product-content-middleb > div {
      margin-bottom: 32px;
    }
  }

  .dropdown-product-content-middleb-split > div {
    margin-bottom: 32px;
  }

  @media (max-width: 1599px) {
    .dropdown-product-content-middleb-split > div {
      margin-bottom: 24px;
    }
  }

  .dropdown-product-module-title {
    font-size: 18px;
    line-height: 22px;
    color: #252b3a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 24px;
    padding-left: 26px;
    position: relative;
  }
  .dropdown-product-module-title img {
    display: none !important;
    width: 14px;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    margin-bottom: 2px;
  }
  .dropdown-product-module-title:hover img {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  .dropdown-product-module {
    margin-top: 30px;
  }

  .dropdown-product-module:first-child {
    margin-top: 0;
  }

  @media (max-width: 1599px) {
    .dropdown-product-module-title {
      font-size: 16px;
      line-height: 20px;
    }
  }

  .no-title .dropdown-product-module-title {
    margin-bottom: 0;
  }

  .dropdown-product-module-title i {
    margin-left: 8px;
  }

  .dropdown-product-module-title i.show-label {
    left: 35px;
  }

  .dropdown-product-module-title[href]:hover {
    color: #c7000b;
  }

  .dropdown-product-module-title[href]:hover i.show-label {
    left: 40px;
  }

  .dropdown-product-module-title-split {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }

  @media (max-width: 1599px) {
    .dropdown-product-module-title-split {
      font-size: 14px;
      line-height: 18px;
    }
  }

  .dropdown-product-module-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4px;
  }

  .dropdown-product-module-wrapper .dropdown-product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .dropdown-product-module-wrapper .dropdown-product-item p {
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 26px;
  }

  .dropdown-product-module-wrapper .dropdown-product-item a {
    font-weight: normal !important;
  }

  .dropdown-product-module-wrapper .item-three,
  .dropdown-product-module-wrapper .item-two {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }

  .dropdown-product-module-wrapper .dropdown-product-item-twocol,
  .dropdown-product-module-wrapper.two-cols .dropdown-product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  @media (max-width: 949px) {
    .dropdown-product-module {
      display: block !important;
    }
  }

  .dropdown-product-item-split {
    margin-top: 8px;
    padding: 0 26px;
    line-height: 24px;
  }

  @media (max-width: 1599px) {
    .dropdown-product-item-split {
      margin-top: 4px;
    }
  }

  .dropdown-product-item {
    margin-top: 20px;
    padding: 0 26px;
  }

  @media (max-width: 1599px) {
    .dropdown-product-item {
      margin-top: 16px;
    }
  }

  .dropdown-product-item-title-simplify:hover,
  .dropdown-product-item:hover .dropdown-product-item-title {
    color: #000;
  }

  .dropdown-product-item-title-split {
    padding-right: 5px;
  }

  .dropdown-product-item-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  @media (max-width: 1599px) {
    .dropdown-product-item-title {
      font-size: 14px;
    }
  }

  .dropdown-product-item-desc {
    font-size: 14px;
    line-height: 22px;
    color: #777;
    margin-top: 4px;
    position: relative;
    margin-right: 15px;
    display: inline-block;
  }

  .dropdown-product-module-wrapper .dropdown-product-item-split-right::after {
    content: " ";
    position: absolute;
    height: 14px;
    border-right: 1px solid #dfe1e6;
    right: -10px;
    top: 4px;
  }

  .dropdown-product-module-wrapper
    .dropdown-product-item-split-right:last-child::after {
    border-right: 1px solid transparent;
  }

  /* .dropdown-product-item-desc {
    font-size: 12px;
    line-height: 18px;
  } */

  .dropdown-product-content-right {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    padding-bottom: 32px;
    margin-top: 32px;
    padding-left: 32px;
  }

  .dropdown-product-recommend .dropdown-product-item {
    margin-top: 0;
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #dfe1e6;
  }

  .dropdown-product-recommend .dropdown-product-item-title {
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
  }

  .dropdown-product-recommend .dropdown-product-item-desc {
    font-size: 12px;
    line-height: 18px;
    color: #8a8e99;
  }

  @media (max-width: 949px) {
    .dropdown-product-wrapper-left {
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4;
    }

    .dropdown-product-wrapper-right {
      -webkit-box-flex: 17;
      -ms-flex: 17;
      flex: 17;
    }

    .dropdown-product-wrapper-right .dropdown-product-content-middleb > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
    }

    .dropdown-product-wrapper-right
      .dropdown-product-content-col
      + .dropdown-product-content-col {
      margin-top: 56px;
    }

    .dropdown-product-module-wrapper .dropdown-product-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }

  #hd-header .header-logo-outer {
    position: relative;
  }

  #hd-header .header-logo-outer img {
    width: auto !important;
    max-width: 127px;
  }

  #hd-header .header-logo-outer .logo-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    top: 3px;
    left: 56px;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #hd-header .cursor-ink-can {
    cursor: pointer;
  }
  #hd-header .header-container.fixed {
    position: fixed !important;
    top: -25px !important;
    width: 100% !important;
  }
  .cursor-style {
    cursor: pointer;
  }
  .cursor-style:hover {
    color: #000 !important;
  }

  .thirdLogo-has {
    display: flex;
  }
  .thirdLogo-has > div {
    flex: 1;
  }
  .thirdLogo-has .dropdown-product-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .header-icon-arrow-right {
    display: none !important;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 60%;
    transform-origin: 60%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    left: 0;
    color: #777;
  }
  .dropdown-product-item:hover i {
    left: 4px;
    color: #000;
  }

  .ant-back-top {
    position: fixed;
    z-index: 100;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: #ffffff;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 17%);
    border-radius: 24px;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    -webkit-box-pack: center;
    justify-content: center;
    right: 56px;
    bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+6L+U5Zue6aG26YOoPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yNy43NDAzODQ2LDMwLjQ5MTEwMzIgQzI4LjA4NjUzODUsMzAuODMyNzQwMiAyOC4wODY1Mzg1LDMxLjQwMjEzNTIgMjcuNzQwMzg0NiwzMS43NDM3NzIyIEMyNy4zOTQyMzA4LDMyLjA4NTQwOTMgMjYuODE3MzA3NywzMi4wODU0MDkzIDI2LjQ3MTE1MzgsMzEuNzQzNzcyMiBMMTkuMjU5NjE1NCwyNC42MjYzMzQ1IEMxOC45MTM0NjE1LDI0LjI4NDY5NzUgMTguOTEzNDYxNSwyMy43MTUzMDI1IDE5LjI1OTYxNTQsMjMuMzczNjY1NSBMMjYuNDcxMTUzOCwxNi4yNTYyMjc4IEMyNi44MTczMDc3LDE1LjkxNDU5MDcgMjcuMzk0MjMwOCwxNS45MTQ1OTA3IDI3Ljc0MDM4NDYsMTYuMjU2MjI3OCBDMjguMDg2NTM4NSwxNi41OTc4NjQ4IDI4LjA4NjUzODUsMTcuMTY3MjU5OCAyNy43NDAzODQ2LDE3LjUwODg5NjggTDIxLjE2MDYwMjEsMjQuMDAyMzgzIEwyNy43NDAzODQ2LDMwLjQ5MTEwMzIgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgICAgIDxmaWx0ZXIgeD0iLTIyLjIlIiB5PSItMTIuNSUiIHdpZHRoPSIxNDQuNCUiIGhlaWdodD0iMTI1LjAlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJmaWx0ZXItMiI+CiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEuNSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiPjwvZmVHYXVzc2lhbkJsdXI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iMCIgZHk9IjEiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSI+PC9mZU9mZnNldD4KICAgICAgICAgICAgPGZlQ29tcG9zaXRlIGluPSJzaGFkb3dPZmZzZXRJbm5lcjEiIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJhcml0aG1ldGljIiBrMj0iLTEiIGszPSIxIiByZXN1bHQ9InNoYWRvd0lubmVySW5uZXIxIj48L2ZlQ29tcG9zaXRlPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgMCAwIDAgMC41IDAiIHR5cGU9Im1hdHJpeCIgaW49InNoYWRvd0lubmVySW5uZXIxIj48L2ZlQ29sb3JNYXRyaXg+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLnlLvmnb8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODMxLjAwMDAwMCwgLTk3MS4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUxMi4wMDAwMDAsIDc2MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSLov5Tlm57pobbpg6giIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNC4wMDAwMDAsIDE5Mi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMy41MDAwMDAsIDI0LjAwMDAwMCkgcm90YXRlKC0yNzAuMDAwMDAwKSB0cmFuc2xhdGUoLTIzLjUwMDAwMCwgLTI0LjAwMDAwMCkgIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  }

  .pep-hd-hot-technical-field .row-top .row-top-pic .por-card-content {
    line-height: 49px !important;
  }

  .pep-hd-hot-technical-field .por-card-content {
    font-size: 24px !important;
  }

  .por-carousel-wrapper .por-carousel-slide > div > div {
    margin-top: 5% !important;
  }

  .por-carousel-wrapper .silde-title {
    min-height: 64px;
  }

  .por-carousel-wrapper .slide-inner-text {
    min-height: 44px;
  }
  .pep-hd-carousel #carousel1 {
    height: 36vw;
  }
  .pep-hd-carousel .por-carousel-slide > div {
    top: 0;
  }

  .pep-hd-carousel .por-carousel-slide a {
    width: unset !important;
  }
}

@media only screen and (max-width: 820px) and (min-width: 320px) {
  #hd-header {
    height: 48px;
  }

  #header .header-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
  }

  #header .header-container-relative {
    position: relative;
    left: 0;
    right: 0;
    z-index: 199;
    width: 100%;
  }

  #header .header-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
  }

  #header .header-wrapper {
    position: relative;
    height: 100%;
  }

  #header .header-inner {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  #header {
    height: 48px;
  }

  #header a {
    font-family: PingFangSC-Regular, PingFangSC-Medium;
  }

  #header .header-container {
    position: fixed;
  }

  #header .header-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .header-icon-arrow-down,
  .header-icon-arrow-right-large {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1px;
    padding-right: 1px;
  }

  .header-icon-arrow-down::before,
  .header-icon-arrow-right-large::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #575d6c;
    border-right: 1px solid #575d6c;
  }

  .header-icon-arrow-down {
    width: 10px;
    height: 6px;
  }

  .header-icon-arrow-down::before {
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header-icon-user {
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMSAxaDIydjIySDF6Ii8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzkpIj48cGF0aCBkPSJNMCAzOWgyNHYyNEgweiIvPjxjaXJjbGUgc3Ryb2tlPSIjMjUyQjNBIiBzdHJva2Utd2lkdGg9IjIiIGN4PSIxMiIgY3k9IjUxIiByPSIxMCIvPjxwYXRoIGQ9Ik0xMiA1M2E0LjAwMiA0LjAwMiAwIDAwMC04IDQgNCAwIDEwMCA4ek0xOC42MDQgNTguNzVhNi42NjggNi42NjggMCAwMC0xMy4xNzYtLjIwOCIgc3Ryb2tlPSIjMjUyQjNBIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PC9nPjwvc3ZnPg==);
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    background-position: 0 0;
  }

  .header-user-avator {
    display: none;
  }

  .header-top
    .header-main
    .header-tools
    .header-tools-list
    .header-user:hover
    .header-user-info,
  .header-user:hover .header-user-info {
    display: block;
  }

  .header-user:hover .header-user-name {
    color: #c7000b;
  }

  .header-user:hover .header-user-name i {
    border-top-color: #c7000b;
  }

  .header-topnav {
    width: 100%;
    height: 25px;
    background: #f5f5f5;
    padding: 0 3%;
  }

  .header-topnav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-lang {
    position: relative;
    height: 25px;
    line-height: 25px;
  }

  .header-lang::marker {
    content: "";
  }

  .header-lang-current {
    font-size: 0;
    color: #000;
    height: 25px;
    line-height: 25px;
    padding: 0 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    opacity: 0.8;
  }

  .header-lang-current .header-icon-earth {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBzdHJva2U9IiNBREIwQjgiPjxwYXRoIGQ9Ik02LjUwNyAxMi40OTVhNiA2IDAgMTAwLTEyIDYgNiAwIDAwMCAxMnoiLz48cGF0aCBkPSJNNi41IDEyLjQ5OWMtMS4yMSAwLTIuMTkyLTIuNjg2LTIuMTkyLTZzLjk4Mi02IDIuMTkyLTZNNi41LjQ5OWMxLjIxIDAgMi4xOTIgMi42ODYgMi4xOTIgNnMtLjk4MSA2LTIuMTkyIDZNLjc0OCA2LjUyOGwxMS43NTkuMDAxIi8+PC9nPjwvZz48L3N2Zz4=);
    top: 5px;
    margin-right: 4px;
  }

  .header-lang-current i {
    margin-left: 6px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-lang-current i::before {
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-color: hsla(0, 0%, 100%, 0.8);
  }

  .header-lang:hover .header-icon-arrow-down {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .header-lang:hover .header-icon-arrow-down::before {
    border-color: #000;
  }

  .header-lang-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-lang-list {
    display: none;
    position: absolute;
    top: 100%;
    cursor: default;
    right: 0;
    min-width: 100%;
    width: 140px;
    z-index: 999;
    padding: 4px 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(174, 186, 208, 0.27);
    box-shadow: 0 0 6px 0 rgba(174, 186, 208, 0.27);
  }

  .header-lang-list .header-site {
    width: 100%;
    padding: 12px 0;
  }

  .header-lang-list .header-site .header-site-left {
    height: 22px;
    line-height: 22px;
    color: #252b3a;
    font-weight: 600;
    font-size: 14px;
    width: 82px;
    margin-bottom: 8px;
  }

  .header-lang-list .header-site:nth-child(2) {
    border-top: 1px solid #dfe1e6;
  }

  .header-lang-list::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 20px;
    top: -20px;
  }

  .header-lang-item {
    position: relative;
  }

  .header-lang-item > a {
    position: relative;
    display: block;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    color: #252b3a;
    white-space: nowrap;
    cursor: default;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .header-lang-item + .header-lang-item {
    margin-top: 12px;
  }

  .header-lang-item > a[href] {
    cursor: pointer;
  }

  .header-lang-item.active::after {
    content: "";
    position: absolute;
    left: -16px;
    height: 16px;
    top: 4px;
    border-right: 3px solid #c7000b;
  }

  .header-lang-item.active > a,
  .header-lang-item:hover > a {
    color: #c7000b;
  }

  .header-lang:hover .header-lang-current {
    opacity: 1;
  }

  .header-lang:hover .header-lang-list {
    display: block;
  }

  @media (max-width: 768px) {
    .header-topnav {
      display: none;
    }
  }

  .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: 0 3%;
    height: 75px;
    border-bottom: 1px solid #dfe1e6;
  }

  .header-logo-outer {
    width: 108px;
  }

  .header-logo-outer .header-logo {
    display: block;
    height: 38px;
    background-size: cover;
    width: 108px;
  }

  .header-logo-outer .header-logo img {
    display: inline-block;
    height: 38px;
    width: 100%;
  }

  .header-tools {
    height: 100%;
    color: #252b3a;
    min-width: 266px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: auto;
  }

  .header-tools .header-tools-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    margin-left: 16px;
  }

  .header-tools .header-tools-right > li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 0;
    cursor: pointer;
  }

  .header-tools .header-tools-right > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
  }

  .header-tools .header-tools-right > li > a:hover {
    color: #c7000b;
  }

  .header-tools .header-tools-right > li.header-register {
    height: auto;
  }

  .header-tools .header-tools-right > li.header-register > a {
    background-color: #c7000b;
    height: auto;
    line-height: normal;
    padding: 7px 16px;
    color: #fff;
  }

  .header-tools .header-tools-right > li.header-register > a:hover {
    background-color: #d64a52;
  }

  .header-tools .header-tools-right > li + li {
    margin-left: 16px;
  }

  @media screen and (max-width: 1023px) {
    .header-tools .header-tools-right > li + li {
      margin-left: 20px;
    }
  }

  .header-tools .header-tools-right .header-login-mobile,
  .header-tools .header-tools-right .header-menu-search-mb,
  .header-tools .header-tools-right .header-user {
    display: none;
  }

  .header-tools .header-user .header-user-avator {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .header-tools .header-user .header-user-info {
    display: none;
    position: absolute;
    top: calc(100% + 17px);
    right: 0;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: default;
  }

  .header-tools .header-user .header-user-info .management span,
  .header-tools .header-user .header-user-info .message span,
  .header-tools .header-user .header-user-info .order span {
    width: auto;
    min-width: 16px;
    background-color: #c7000b;
    float: right;
    padding: 0 4px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    margin-top: 3px;
  }

  .header-tools .header-user .header-user-info::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 20px;
    top: -20px;
  }

  .header-tools .header-user .header-user-info-list {
    font-size: 14px;
  }

  .header-tools .header-user .header-user-info-list > li {
    position: relative;
    line-height: 20px;
    color: #252b3a;
  }

  .header-tools .header-user .header-user-info-list > li::after {
    content: none;
  }

  .header-tools .header-user .header-user-info-list > li > a {
    display: block;
    padding: 6px 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  @media (min-width: 769px) {
    .header-tools .header-user .header-user-info-list > li > a.mb-special {
      display: none !important;
    }
  }

  @media (max-width: 768px) {
    .header-tools .header-user .header-user-info-list > li > a.pc-special {
      display: none !important;
    }
  }

  .header-tools .header-user .header-user-info-list > li.order > a > span {
    background-color: #c7000b;
  }

  .header-tools .header-user .header-user-info-list > li:hover > a {
    color: #c7000b;
  }

  .header-tools .header-user .header-user-info-split {
    padding: 10px 20px;
  }

  .header-tools .header-user .header-user-info-split::before {
    content: "";
    display: block;
    border-top: 1px solid #dfe1e6;
  }

  @media (max-width: 768px) {
    .header-tools .header-user .header-user-info-split.pc-only {
      display: none;
    }
  }

  .header-tools .header-user .header-user-info-item-account {
    overflow: hidden;
  }

  .header-tools .header-user .header-user-info-item-account > a {
    float: left;
    width: 50%;
  }

  .header-tools .header-user .header-user-info-list .header-verification {
    padding-left: 0;
    line-height: 20px;
    text-align: right;
    height: 32px;
    display: block;
  }

  .header-tools .header-user:hover .header-user-info {
    display: block;
  }

  .header-bottom {
    height: 110px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-logo-outer {
    margin-top: 8px;
  }

  .header-tools {
    height: 60px;
  }

  .header-nav {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 60px;
    left: 0;
    float: left;
    padding: 0 3%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-nav .header-nav-list {
    height: 50px;
  }

  .header-nav .header-nav-list > li > a {
    height: 50px;
    line-height: 50px;
  }

  .header-nav .header-ad-pc + .header-nav-scroll {
    margin-left: 0;
  }

  .header-nav,
  .header-prompt,
  .header-search {
    display: none;
  }

  .header-tools .header-tools-right {
    margin-left: 10px;
    height: 100%;
    line-height: 100%;
  }

  .header-tools .header-tools-right > li {
    display: none;
  }

  .header-user-info .logout a {
    width: 50%;
    float: left;
    white-space: nowrap;
  }

  .header-user-info .logout .bottom-username {
    font-weight: 600;
  }

  .header-user-info .logout .logout-btn {
    text-align: right;
  }

  .logined .header-tools .header-tools-right .header-user {
    display: block;
    height: 40px;
    line-height: 40px;
  }

  .header-tools .header-user.header-user-info-show .header-user-info {
    display: block;
  }

  .header-tools .header-tools-right .header-login-mobile {
    display: block;
    margin-left: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
  }

  .logined .header-tools .header-tools-right .header-login-mobile {
    display: none;
  }

  .header-tools
    .header-tools-right
    .header-login-mobile.header-login-mobile-show
    .header-user-info {
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: default;
    background: #fff;
    font-size: 14px;
    color: #252b3a;
  }

  .header-tools
    .header-tools-right
    .header-login-mobile.header-login-mobile-show
    .header-user-info
    li {
    padding: 8px 15px;
    height: 22px;
    line-height: 22px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #252b3a;
  }

  .header-tools
    .header-tools-right
    .header-login-mobile.header-login-mobile-show
    .header-user-info
    li
    a {
    padding: 0;
  }

  .header-tools
    .header-tools-right
    .header-login-mobile.header-login-mobile-show
    .header-user-info
    .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    line-height: auto;
    padding: 15px 20px;
  }

  .header-tools
    .header-tools-right
    .header-login-mobile.header-login-mobile-show
    .header-user-info
    .button-container
    a {
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-tools
    .header-tools-right
    .header-login-mobile.header-login-mobile-show
    .header-user-info
    .button-container
    a
    + a {
    margin-left: 17px;
  }

  .header-tools
    .header-tools-right
    .header-login-mobile.header-login-mobile-show
    .header-user-info
    .button-container
    .header-user-info-button-red {
    height: 34px;
    width: calc(50% - 7px);
    border-radius: 4px;
    text-align: center;
    background: #c7000b;
    color: #fff;
  }

  .header-tools
    .header-tools-right
    .header-login-mobile.header-login-mobile-show
    .header-user-info
    .button-container
    .header-user-info-button-common {
    width: calc(50% - 7px);
    float: right;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #c7000b;
    text-align: center;
    background: transparent;
    color: #c7000b;
  }

  .header-tools
    .header-tools-right
    .header-login-mobile.header-login-mobile-show
    .header-user-info
    .header-user-info-split {
    height: 1px;
    line-height: 1;
    background: #dfe1e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 15px;
    padding: 0 15px;
  }

  .header-tools .header-tools-right .header-login-mobile .header-user-info {
    display: none;
  }

  .header-logo-outer {
    width: 93px;
  }

  .header-logo-outer .header-logo,
  .header-logo-outer .header-logo img {
    height: 32px;
  }

  .header-tools {
    height: 100%;
    min-width: auto;
    position: static;
  }

  .header-tools .header-user {
    border: none;
    margin: 0 !important;
    padding: 0 10px;
    position: static;
  }

  .header-tools .header-user .header-user-name {
    display: none;
  }

  .header-tools .header-user .header-user-info {
    top: calc(100% + 1px);
    width: 100%;
  }

  .header-bottom {
    height: 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-search-mb {
    display: block;
  }

  .header-menu-mb {
    display: inline-block;
    float: right;
    height: 48px;
    padding: 18px 0 15px 10px;
    font-size: 0;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .header-menu-mb span {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 3px;
    background: #252b3a;
    border-radius: 3px;
    -webkit-transform-origin: 20px;
    transform-origin: 16px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      opacity 0.55s ease, width 0.5s,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      opacity 0.55s ease, width 0.5s,
      -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      width 0.5s;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .header-menu-mb span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }

  .header-menu-mb.show-nav span {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header-menu-mb.show-nav span:nth-last-child(2) {
    width: 0;
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }

  .header-menu-mb.show-nav span:nth-last-child(3) {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  @media (max-width: 768px) {
    .header-dialog {
      display: none;
    }
  }

  .header-mbnav {
    display: none;
  }

  /****************************************************ä»¥ä¸‹æ‰‹æœºç«¯æ ·å¼**********************************************************/

  .header-mbnav.show {
    display: block;
    background: #fff;
  }

  .header-mbnav.show .por-icon-more-new {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 15px;
    height: 6px;
    margin-top: -4px;
    margin-left: 10px;
  }

  .header-mbnav.show .por-icon-more-new::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    border-radius: 1px;
    width: 100%;
  }

  .header-mbnav.show .por-icon-more-new::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    border-radius: 1px;
    width: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  .header-mbnav.show .header-subsite-mb-search {
    display: block;
    width: 100%;
    height: 60px;
    border-color: #f0f0f0;
    border-style: solid;
    border-width: 11px 15px;
  }

  .header-mbnav.show .header-subsite-mb-search_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    margin-left: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAJ1BMVEVHcEwlKzolKzomKzskKzoiJzokKjokKzkgIEAlLDozMzMkKjolKjngRhJkAAAADXRSTlMA/sJo9RWJRwikBdksCnit1QAAAHNJREFUGNNjYMAHgidpmsLYbY7eW0QyIGxWRfUFXEVCAWBOkzCINNQAcxINQCSzGFiVE0S1CkgdsziEUwhSwOkF4SyZACSYNkA43AroHBRlUAO4wAbAjFbUQbJUUDAV4RzVRJEChEN5FBOQvMDTgO45kgEACg4X1N3ZmzUAAAAASUVORK5CYII=);
    background-size: 100% 100%;
  }

  .header-mbnav.show .header-packup-container {
    display: block;
    height: 30px;
    width: 100%;
    position: fixed;
    bottom: 24px;
    pointer-events: none;
  }

  .header-mbnav.show .header-packup-container .header-packup-btn {
    height: 30px;
    width: 30px;
    pointer-events: auto;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAS1BMVEVHcEzW19p8gIzu7u7u7u5bYW9la3ju7u7s7Ozv7+/w8PDx8fHv7+/v7+/29vbv7+/q6uru7u7v7+/u7u7t7e3n5+icoKjv7+9XXWy15MygAAAAGHRSTlMA6fi0VP785eTSMRG/gBtzDGh/lXLn8p+EvdM/AAABgElEQVRYw62X64KCIBCFSbBhhDQvme//pLuatrsuHNDp/LTOl9BclYrImaHXzNYy634wTh1S1XnayXdVrvve/nOvjPaeYXcNU1TcJI9igH1BGGivNSWla3B3TBni6G0aS1mykWPcKFu3kP9JB/QU/X7wHQwd1O4eKnsUYP/8FzXTYfHveNB0QlpwAbtrcHwOwFtmNXRSzZr/6AUs+nv4VR9a8JXL9XoBH7cLwCP/NCGCX2II+zFhjqYO+YupLBChQyeY/Y+ptIjwfQYH/XYqCRJcNAoXP80ASDBqQP4XABEG1SP/CgCEPpyIm38DxAlaBeO4WP1vwPIoFOkcBozjg3YAO47BdFDhZNme/gBiyaZwMcwAsAzAcoCWAXQkkLIBfSyUcwFDoqQnASaeznkAB0tiGuBhScsAdLiopgFVoqynAD7ZWKgYKdlYYGujjNYmbq7y9i4eMOQjjnzIEo958kFTPurKh235uC9fOOQrj3zpkq99H1g85avvB5bvY+v/F7TaYCWp7MIfAAAAAElFTkSuQmCC);
    background-size: 100% 100%;
    margin: 0 auto;
  }

  .header-mb-icon {
    width: 14px;
    position: relative;
    top: 3px;
    left: 5px;
    vertical-align: top;
  }

  .header-mbnav {
    position: absolute;
    height: 100vh;
    left: 0;
    right: 0;
    top: 48px;
    bottom: 0;
  }

  .header-mbnav .header-packup-container {
    display: none;
  }

  .showPrompt .header-mbnav {
    top: 176px;
  }

  .header-mbnav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-mbnav-inner.show-next-level {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }

  .header-mbnav-level1,
  .header-mbnav-level2 {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .header-mbnav-level1 {
    padding-top: 4px;
    padding-bottom: 168px;
    overflow-y: auto;
  }

  .header-mbnav-level1::-webkit-scrollbar {
    display: none;
  }

  .header-mbnav-level2-inner {
    display: none;
    height: 100%;
  }

  .header-mbnav-level2-inner.show {
    display: block;
  }

  .header-mbnav-level2-head {
    position: relative;
    height: 48px;
    padding: 13px 48px;
    text-align: center;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .header-mbnav-level2-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 48px;
  }

  .header-mbnav-level2-back i {
    margin: 16px;
    color: #252b3a;
  }

  [data-name="language"] .header-mbnav-level2-item_link i {
    float: right;
  }

  .header-mbnav-level2-item_title {
    font-size: 14px;
    font-weight: 700;
    color: #252b3a;
  }

  .header-mbnav-level2-item_link {
    display: block;
    font-size: 14px;
    color: #252b3a;
    margin-top: 12px;
  }

  .header-mbnav-level2-item_link span {
    margin-left: 5px;
    color: #c7000b;
  }

  .header-mbnav-level2-item_link i {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .header-mbnav-level2-item_link .por-icon-checked {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAM1BMVEVHcEzCBRHGCxbDBhLEBRHCBRDDBRHCBRDPGBjCBRDCBRDBBhDGBxXCBxHEBxLBBhHBBRBjV6jrAAAAEHRSTlMAiRZMLJ1d9grS5qwjbja2uqP/3QAAAHxJREFUOMvtkksOgDAIRKVf+nXuf1qpLoxR6QGUdAEdmLyULssfkwhd1z3g1HnoDS4CXtE5AYl1gOgmAOFqSWTOqt4BZCRbDaCLJ0gDsFk6Ut1Tydqdy6xyH8MBUB7RmygoRgDyywu4NEzkvG6J/WB9AriwFnXJlYi/+Pk3+woFacAFcXQAAAAASUVORK5CYII=);
    background-size: 100% 100%;
  }

  .header-mbnav-level2-item .active {
    color: #c7000b;
  }

  .header-mbnav-level2-item + .header-mbnav-level2-item {
    border-top: 1px solid #dfe1e6;
    padding-top: 20px;
    margin-top: 20px;
  }

  .header-mbnav-level2-head-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #252b3a;
  }

  .header-mbnav-level2-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .header-mbnav-level2-leftmenu {
    position: relative;
    width: 120px;
    background: #f5f5f5;
    z-index: 10;
  }

  .header-mbnav-level2-leftmenu:only-child {
    width: 100%;
  }

  .header-mbnav-level2-collapses,
  .header-mbnav-level2-menulist {
    height: 100%;
    overflow-y: auto;
  }

  .header-mbnav-level2-collapses::-webkit-scrollbar,
  .header-mbnav-level2-menulist::-webkit-scrollbar {
    display: none;
  }

  .header-mbnav-level2-menulist {
    position: relative;
    padding: 11px 0;
  }

  .header-mbnav-level2-menulist a {
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-mbnav-level2-menulist a span {
    position: relative;
    display: inline-block;
    padding: 12px 0;
  }

  .header-mbnav-level2-menulist a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 31%;
    left: 0;
    width: 2px;
    height: 16px;
    background-color: #c7000b;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .header-mbnav-level2-menulist a i {
    margin-left: 8px;
  }

  .header-mbnav-level2-menulist .header-mbnav-level1-link:active a {
    font-size: 14px;
    font-weight: 600;
    background: #fff;
  }

  .header-mbnav-level2-menulist .header-mbnav-level1-link:active a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .header-mbnav-level2-menulist li.active a {
    font-size: 14px;
    font-weight: 600;
    background: #fff;
  }

  .header-mbnav-level2-menulist li.active a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .header-mbnav-level2-menus-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 0 24px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    margin: 0 15px;
  }

  .header-mbnav-level2-menus-more a {
    color: #252b3a;
  }

  .header-mbnav-level2-menus-more a i {
    margin-left: 8px;
  }

  .header-mbnav-level2-collapses {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 15px 16px 20px;
    background-color: #fff;
    width: calc(100% - 120px);
  }

  .header-mbnav-level2-collapses li {
    display: none;
  }

  .header-mbnav-level2-collapses li.show {
    display: block;
    padding-bottom: 150px;
  }

  .header-mbnav-level2-content-index {
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    padding: 0 0 24px;
    font-weight: 600;
  }

  .header-mbnav-level2-content-index i {
    margin-left: 8px;
  }

  .header-mbnav-level2-content-index .product-nav-more a i::after,
  .header-mbnav-level2-content-index .product-nav-more a i::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    border-radius: 1px;
  }

  .header-mbnav-level2-content-index .header-mbnav-level3 {
    margin-top: 12px;
    display: block;
    font-weight: 400;
  }

  .header-collapse-head a {
    cursor: pointer;
  }

  .header-collapse-body {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header-collapse-body .header-collapse-content {
    padding-left: 16px;
  }

  .header-collapse-body
    .header-collapse-content
    .header-collapse-level1
    .header-collapse-head {
    padding-top: 12px;
  }

  .header-collapse-body
    .header-collapse-content
    .header-collapse-level2-content-index {
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    padding: 12px 0 0;
  }

  .header-collapse.open > .header-collapse-body {
    height: auto;
  }

  .header-collapse.closed > .header-collapse-body > .header-collapse-content {
    display: none;
  }

  .header-collapse-level1
    > .header-collapse-head
    > a
    > .header-icon-arrow-down {
    margin-top: -3px;
  }

  li > .header-collapse.header-collapse-level1 > .header-collapse-head a {
    height: 22px;
  }

  .header-collapse > .header-collapse-head a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    border-bottom: none;
    color: #252b3a;
  }

  .header-mbnav-level1 .header-collapse > .header-collapse-head a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-collapse-line {
    height: 1px;
    width: 100%;
    background: #dfe1e6;
    margin: 12px 0;
  }

  .header-collapse-level2 {
    padding-top: 14px;
  }

  .header-collapse-level3 {
    padding-top: 12px;
  }

  .header-collapse-level2 .header-icon-arrow-down {
    margin-top: -3px;
  }

  .header-mbnav-hot-sale {
    color: #252b3a;
  }

  .header-mbnav-hot-sale-head {
    padding: 12px 15px;
  }

  .header-mbnav-hot-sale-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .header-mbnav-hot-sale-body > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border: 0 solid rgba(223, 225, 230, 0.2);
  }

  .header-mbnav-hot-sale-body > div a {
    display: block;
  }

  .header-mbnav-hot-sale-body > div:first-child {
    border-width: 0 1px 1px 0;
  }

  .header-mbnav-hot-sale-body > div:first-child a {
    padding: 20px 15px 15px;
  }

  .header-mbnav-hot-sale-body > div:nth-child(2) {
    border-width: 0 0 1px;
  }

  .header-mbnav-hot-sale-body > div:nth-child(2) a {
    padding: 20px 15px 15px;
  }

  .header-mbnav-hot-sale-body > div:nth-child(3) {
    border-width: 0 1px 0 0;
  }

  .header-mbnav-hot-sale-body > div:nth-child(3) a {
    padding: 15px 15px 20px;
  }

  .header-mbnav-hot-sale-body > div:nth-child(4) a {
    padding: 20px 15px 15px;
  }

  .header-collapse > .header-collapse-head h2 {
    display: inline-block;
    width: calc(100% - 10px);
  }

  .header-collapse > .header-collapse-head h2 span {
    display: inline-block;
    max-width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
  }

  .header-collapse > .header-collapse-head h2 i.hot {
    margin-left: 4px;
  }

  .header-collapse-level4 > .header-collapse-head a {
    padding-left: 55px;
    padding-right: 55px;
  }

  .header-collapse > .header-collapse-head .header-icon-arrow-down,
  .header-collapse > .header-collapse-head .header-icon-arrow-right-large {
    position: absolute;
    top: 50%;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }

  .header-collapse > .header-collapse-head .header-icon-arrow-down {
    right: 20px;
  }

  .header-collapse > .header-collapse-head .header-icon-arrow-right-large {
    right: 24px;
    margin-top: -5px;
  }

  .header-collapse.open > .header-collapse-head .header-icon-arrow-down {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .header-mbnav-common-list a {
    display: block;
    padding: 11px 40px;
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
  }

  .mbnav-solution-list {
    padding: 10px 0;
  }

  .mbnav-solution-item {
    padding: 0 40px;
  }

  .mbnav-solution-item + .mbnav-solution-item {
    margin-top: 20px;
  }

  .mbnav-solution-title > a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #c3c5c6;
  }

  .mbnav-solution-sub {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
    color: hsla(0, 0%, 100%, 0.5);
  }

  .mbnav-solution-sub > li {
    float: left;
    margin-right: 20px;
  }

  .mbnav-solution-sub > a {
    display: block;
  }

  .mbnav-solution-sub > li:last-child {
    margin-right: 0;
  }

  .mbnav-solution-sub > li:last-child a {
    padding-right: 2px;
  }

  .mbnav-solution-sub > li:last-child a i {
    margin-top: -2px;
  }

  .mbnav-solution-sub .new {
    margin-right: 0 !important;
  }

  @media (max-width: 768px) and (max-width: 413px) {
    .header-collapse > .header-collapse-head h2 span {
      max-width: 153px;
    }
  }

  @media (max-width: 768px) and (max-width: 374px) {
    .header-collapse > .header-collapse-head h2 span {
      max-width: 123px;
    }
  }

  .header-collapse-lang a {
    display: block;
    position: relative;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(102, 106, 117, 0.2);
    font-size: 14px;
    line-height: 1.5;
    color: #252b3a;
  }

  .header-collapse-lang .header-icon-checked {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 19px;
  }

  .header-search-mb {
    display: none;
  }

  @media (max-width: 768px) {
    .header-search-mb {
      display: block;
      padding: 15px;
      background: #0e1117;
    }

    .header-search-mb-box {
      position: relative;
      background-color: #252b3a;
    }

    .search-mb-input {
      height: 40px;
      width: 100%;
      border: 1px solid #a0a2a8;
      border-radius: 2px;
      padding-left: 10px;
      padding-right: 80px;
      background-color: #0e1117;
      font-size: 14px;
      line-height: 22px;
      color: #a0a2a8;
    }

    .search-mb-input:focus {
      border: 1px solid #fff;
      background-color: transparent;
      color: #252b3a;
    }

    .search-mb-clear {
      display: none;
      position: absolute;
      top: 0;
      right: 40px;
      width: 40px;
      height: 40px;
      padding: 12px;
      background-size: cover;
      line-height: 0;
    }

    .search-mb-clear span {
      font-size: 16px;
      color: #666a75;
    }

    .search-mb-clear::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      height: 22px;
      margin-top: -11px;
      border-right: 1px solid #666a75;
    }

    .search-mb-input.inputted ~ .search-mb-clear {
      display: block;
    }

    .search-mb-input:focus ~ .search-mb-clear span {
      color: #252b3a;
    }

    .search-mb-submit {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      padding: 12px;
      border: none;
      outline: none;
      background-color: transparent;
      line-height: 0;
      color: #77787b;
    }

    .search-mb-input:focus ~ .search-mb-submit i {
      color: #252b3a;
    }

    .header-collapse-level1 .header-collapse-line {
      display: none;
    }
  }

  .header-mbshearch {
    display: none;
    height: calc(100vh - 48px);
    margin-top: -1px;
  }

  .showPrompt .header-mbshearch {
    height: calc(100vh - 172px);
  }

  .header-mbshearch.show {
    display: block;
  }

  .header-mbshearch-innner {
    background-color: #f5f5f6;
  }

  .header-mbshearch-form {
    display: block;
    height: 60px;
    padding: 12px 20px 12px 15px;
  }

  .header-mbshearch-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header-mbshearch-form-row > div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .header-mbshearch-form-row > div:nth-child(2) {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .header-mbshearch-input-box {
    position: relative;
    background: #fff;
  }

  .header-mbshearch-input-box i {
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    left: 10px;
    top: 46%;
    font-size: 12px;
    margin-top: -6px;
    color: #252b3a;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDI0djI0SDB6Ii8+PGcgc3Ryb2tlPSIjMjUyQjNBIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xMC44NzQgMy40NGMtNC4xIDAtNy40MzYgMy4zMzUtNy40MzYgNy40MzVzMy4zMzYgNy40MzYgNy40MzYgNy40MzYgNy40MzYtMy4zMzYgNy40MzYtNy40MzYtMy4zMzUtNy40MzYtNy40MzYtNy40MzZoMHoiLz48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xNi4yMTEgMTYuMjFsNC44OTIgNC45MDMiLz48L2c+PC9nPjwvc3ZnPg==);
  }

  .header-mbshearch-input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 36px;
    padding-left: 32px;
    border: none;
    background: transparent;
    color: #252b3a;
  }

  .header-mbshearch-cancel {
    display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    color: #575d6c;
  }

  .header-mbshearch-droplist {
    display: none;
    padding: 0 20px 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .header-mbshearch-droplist.show {
    display: block;
  }

  .header-mbshearch-droplist a:active,
  .header-mbshearch-droplist a:active span,
  .header-mbshearch-droplist a:hover,
  .header-mbshearch-droplist a:hover span {
    color: #c7000b;
  }

  .header-mbshearch-droplist a:active i,
  .header-mbshearch-droplist a:hover i {
    border-color: #c7000b;
    color: #c7000b;
  }

  .header-mbshearch-droplist a:active[href]::after,
  .header-mbshearch-droplist a:hover[href]::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAmRJREFUSA3NVF1IU2EYfs45U8F0NUOLitIahAVC9HeRobeRpbW0DAShH5RaRCMwLwyCSAIDS0z6I2Zo1EUXXUZQFLbIjJGmZzSdtuVSNzVZa3Pb2zmnOmyyHXbCQS8ceH+f5/vO+74fQ4IghcKmEFuC/j8Jgs6vEL+kROyBGvH1Weltuo4sTBaNNTQRhSOK5ap/0dzrHkSCQSyvroKruQV8mQHhmdmEl1FNIBxXAitoa8H6W22Yff4C/TtK4B/k45JoRK9/YBAhjzduwkLnz8/DsivvRC0yNxfCZjiK/p2l0Hfega58rxwXFcZ9o4NGjKYYZzLGdq8TnG6ZlDrvGgd/sBq+d++x5mIjVjddEJB/ozD8/iryD9lQ0NGaDK6co929C9Bwsk2BIEbqzmDi/gPkVOyD3nwbbHYWMFR2iD5uLVacBDVB9/WbZNEsJeumbRRwjJHqJstHTqCsMNah8NlTBN3fMHquAYtOIPIGhh2I+HzgtNmLTBAKw3HaBPuxemhLirHuWjM0DMch5J2Gp/txgkvHd+cYKsCkp8nB0OQUbJU1+P7yFVadP4u1Vy4BHAtm0txN9tqToEhETk5GiR7TH31W8AeOYF4g2XC3XdjyShmCESdEZA9Nz8hOJWXK3AXn5av4S+DpegT78VNIy8vFxicPkbmlKLZczQiKueOt7fQGS0g4LY2aGiX9U+keyY6HJT0VsZTKFpuRISXw5Ycx12PBSmM98oVmRi9dDEI8ViVf4IuLPuiLqDc3nybudSqlSjGpBzGMyRjCOIIVVoj98+Ao1PwbgQLgwlBKNjmaJOUEvwClyg9zXMpx3AAAAABJRU5ErkJggg==);
  }

  .header-mbshearch-droplist a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    font-weight: 400;
    padding: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-mbshearch-droplist a span {
    color: #575d6c;
    font-weight: 400;
    opacity: 0.8;
  }

  .header-mbshearch-droplist a[href]::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-left: 8px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAmlJREFUSA1j/A8EDDQETDQ0G2z04LTg5cvXDCBMFADFASng2vVb/7UN7P+r6Vj/7+mf/v/fv394tZMcRGfOXWT49fs3g4+XK8PMOYsZ0rJKGT5//oLbM3itxyK5cMnq/6raVv8/fvz0f+WajWDfuHqF/79z9wEW1f//s4CsvnP3PsP7D59wuwJJ5tGjJ3BeWLAfg6qyEkNOQRVDaGQqQ3dHLYOzoy1cHsRgXLxszf+m1j4UQWI4Z47tYODj4wUrffnqDUNOfiXDpSvXGXKzkhhyMpPgRjBm5JT/v3f/IUNTXSlckBiGibE+AzMzM1zpb2C81DV2M6zdsJXB1dmOoau9loGbi4uBIS279H9gWBLW8CNHcNHS1f819e3+e/pF/3/67MV/klMR3Mk4GLFRIQwLZk9gePPmLUN71yQGqlsAsvfxk2cM377/YODh5mYApyIcjiFZ+O/fvwytHRMZlixfy2Bjbc5QWZbLwMLMxMwATNMMW7bvIclAd1cHBlYWhPvev//AkFtUw3Dq9HmG1KRohuKCDAYmJiYGxg2bdvwvr25hAGZ5kixATqbA4oMhK6+S4d379wxtzVUMPp4ucLMYQSkFZPvHT5/hgvgYQAcxTJu5gAFmwZZtuxmq6toZhIUEGaZN6mDQ1FBF0Q72o6CgAAMIEwOEgAaBwF+gjzt7pjDMXbCcwdzMiGFSXwuDoAA/hhGIQMSQwi7AxsYKlsjMLWc4d/4yQ1x0KDgykTMdik5SM9OLF6/+u3iG/Te39f6/dv1WgtrBcYBiIxEcUHIEpxBGRoKqybKAoKlICmiSk5HMp01RgWwBAJMtC6v/aULvAAAAAElFTkSuQmCC);
    background-size: 100% 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .header-mbshearch-droplist a i {
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #adb0b8;
    margin-top: -9px;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    color: #575d6c;
  }

  .header-mbshearch-droplist li:first-child {
    padding-top: 12px;
  }

  .header-mbshearch-droplist li:last-child {
    padding-bottom: 8px;
  }

  .header-mbshearch-droplist li.to-page + li:not(.to-page) {
    margin-top: 8px;
  }

  .header-mbshearch-droplist li.to-page + li:not(.to-page) a {
    padding-top: 16px;
    border-top: 1px solid rgba(138, 142, 153, 0.4);
  }

  .header-subsite-tools {
    width: auto;
    display: inline-block;
    float: right;
  }

  .header-ad-pc.load-ad + .header-subsite-logo + .header-nav,
  .header-subsite-logo + .header-nav {
    width: calc(100% - 750px);
    margin-left: 10px;
  }

  .header-subsite-logo + .header-nav {
    min-width: 60px;
  }

  .header-subsite-logo {
    background: none;
    line-height: 50px;
    width: 100px;
    float: left;
    color: #fff;
    height: 50px;
    margin: 0 0 0 15px;
    text-align: left;
    font-size: 18px;
  }

  .header-subsite-tools .header-tools-list {
    height: 50px;
  }

  .header-subsite-tools .header-subsite-search.market-search-inco {
    float: left;
    height: 100%;
    font-size: 0;
    cursor: pointer;
  }

  .header-subsite-tools .header-subsite-search.market-search-inco input {
    width: 400px;
    height: 36px;
    margin-top: 12px;
    color: #999;
    position: relative;
    font-size: 14px;
    line-height: 36px;
    padding: 0 42px 0 20px;
    border: none;
  }

  .header-subsite-tools
    .header-subsite-search.market-search-inco
    .market-header-inco {
    background: url(https://res-static-hc-cdn.ulanqab.huawei.com/aem/etc/clientlibs/cloudbu-site/clientlib-libs/header/images/header-search.png)
      no-repeat !important;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .header-subsite-tools li.header-subsite-right-item {
    line-height: 68px !important;
    color: #fff;
  }

  .header-subsite-tools li.header-subsite-right-item a {
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  .header-subsite-tools .header-subsite-right-item-menu.active {
    display: block;
  }

  .header-subsite-tools .header-subsite-right-item li > a {
    display: block;
    padding: 6px 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .header-subsite-tools .header-subsite-right-item-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #212634;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: default;
  }

  .header-subsite-tools .header-subsite-right-item-menu > ul {
    font-size: 14px;
  }

  .header-subsite-tools .header-subsite-right-item-menu > ul > li {
    position: relative;
    line-height: 20px;
    color: #fff;
  }

  .header-subsite-tools .header-subsite-right-item-menu > ul > li:hover > a {
    color: #f66f6a;
  }

  .header-subsite-tools .header-subsite-search .hotwords-container {
    background: #1d222e;
    width: 100%;
  }

  .header-subsite-tools .header-subsite-search .hotwords-container h3 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #a0a2a8;
  }

  .header-subsite-tools .header-subsite-search .hotwords-container li {
    display: block;
  }

  .header-subsite-tools .header-subsite-search .hotwords-container li a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
  }

  .header-subsite-tools .header-subsite-search .hotwords-container li:hover a {
    color: #f66f6a;
  }

  .header-subsite-tools
    .header-subsite-right-item-menu
    > ul
    > li.menu-user-list,
  .header-tools-list .menu-user-list {
    width: 100%;
    height: 30px;
    color: #a0a2a8;
    font-size: 12px;
  }

  .header-tools-list .menu-user-btn {
    display: block;
    height: 22px;
    line-height: 22px;
  }

  .header-tools-list .menu-user-tit {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 22px;
    cursor: default;
    display: block;
    padding: 6px 20px;
  }

  .header-tools-list .view-more {
    position: relative;
    top: 0;
    margin-top: 10px;
    padding: 0;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .header-tools-list .view-more .more {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -5px;
    padding: 0;
    width: 12px;
    height: 6px;
    vertical-align: middle;
  }

  .header-tools-list .click-more.hr {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    margin: 10px 0;
    width: calc(100% - 15px);
  }

  .header-subsite-tools .header-tools-list {
    height: 40px;
  }

  .header-subsite-tools li.header-subsite-right-item {
    line-height: 40px !important;
  }

  .pagenav-wrapper.fixed {
    top: 0 !important;
  }

  .pep-solution-page-navigate .por-section.fixed {
    z-index: 19;
  }

  .header-hwapp {
    display: none;
  }

  .header-topnav {
    display: block;
  }

  .header-collapse {
    margin-bottom: 15px;
  }

  .last-level-nav {
    margin-bottom: 10px;
  }
  .last-level-nav:last-child {
    margin-bottom: 0;
  }
  .last-level-nav:first-child {
    margin-top: 10px;
  }

  @media only screen and (max-width: 768px) {
    .header-user-mobile {
      padding: 0 15px;
      text-align: left;
    }
    .header-user-mobile > .header-collapse {
      border-bottom: 1px solid #dfe1e6;
    }
    .header-user-mobile .header-collapse-level1 {
      padding: 16px 0;
    }
  }
  .blod-font-title {
    font-weight: 600;
  }
  .logo-title {
    left: 3%;
    position: absolute;
    top: 11px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    height: 0;
  }
  .mb-login-panel {
    height: calc(100vh - 48px);
    position: absolute;
    top: 48px;
    background: #fff;
    width: 100vw;
    z-index: 10000;
    display: none;
  }
  .mb-login-panel > div {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
  }

  .mb-login-panel a {
    width: 34%;
    height: 48px;
    border-radius: 100px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    background: #000;
    color: #fff;
  }
  .mb-login-panel a.login {
    margin-right: 3%;
  }

  .mb-login-panel a.register {
    background: #fff;
    border: 1px solid #000;
    color: #000;
  }

  .user-info-mask {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: absolute;
    left: 0;
    top: 48px;
    width: 100vw;
    display: none;
  }

  .header-login-mobile a {
    color: #3a8ae9 !important;
  }

  .header-mbnav-level2-collapses .header-collapse-head span {
    display: inline-block;
    width: calc(100% - 35px);
    word-break: break-word;
  }

  .mb-scroll-top {
    position: fixed;
    z-index: 100;
    bottom: 24px;
    left: calc(50% - 15px);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAS1BMVEVHcEzW19p8gIzu7u7u7u5bYW9la3ju7u7s7Ozv7+/w8PDx8fHv7+/v7+/29vbv7+/q6uru7u7v7+/u7u7t7e3n5+icoKjv7+9XXWy15MygAAAAGHRSTlMA6fi0VP785eTSMRG/gBtzDGh/lXLn8p+EvdM/AAABgElEQVRYw62X64KCIBCFSbBhhDQvme//pLuatrsuHNDp/LTOl9BclYrImaHXzNYy634wTh1S1XnayXdVrvve/nOvjPaeYXcNU1TcJI9igH1BGGivNSWla3B3TBni6G0aS1mykWPcKFu3kP9JB/QU/X7wHQwd1O4eKnsUYP/8FzXTYfHveNB0QlpwAbtrcHwOwFtmNXRSzZr/6AUs+nv4VR9a8JXL9XoBH7cLwCP/NCGCX2II+zFhjqYO+YupLBChQyeY/Y+ptIjwfQYH/XYqCRJcNAoXP80ASDBqQP4XABEG1SP/CgCEPpyIm38DxAlaBeO4WP1vwPIoFOkcBozjg3YAO47BdFDhZNme/gBiyaZwMcwAsAzAcoCWAXQkkLIBfSyUcwFDoqQnASaeznkAB0tiGuBhScsAdLiopgFVoqynAD7ZWKgYKdlYYGujjNYmbq7y9i4eMOQjjnzIEo958kFTPurKh235uC9fOOQrj3zpkq99H1g85avvB5bvY+v/F7TaYCWp7MIfAAAAAElFTkSuQmCC");
    background-size: 100% 100%;
  }

  .icon-select {
    float: right;
    width: 14px;
    height: 7px;
    border-bottom: 2px solid #c7000b;
    border-left: 2px solid #c7000b;
    transform: rotate(-42deg);
    margin-top: 6px;
  }
}

.pep-hd-hit-contest .pc .card .text .card-desc,
.por-text-body-t1, 
.card-content-pc
 {
  word-break: unset !important;
}
.process-btn .por-btn-large,.prodoc-banner-btnGroup .por-btn-large {
    padding: 0 32px;
}
/* é¡µå¤´end */
@media screen and (max-width: 1500px) {
  .pep-hd-header .header-nav{
    margin-left:20px
  }
}
.header-search{
    min-width: unset !important;
   margin-left: 10px;
  }
.hwc-header-search-icon{
  right: 0;
}
.header-tools {
  flex-shrink: 0;
}

@media (max-width: 1400px) and (min-width: 1024px) {
  .pep-hd-header .header-nav .header-nav-list li {
      padding: 0 12px;
  }
  .header-tools-right.header-main {
    margin-left: 10px;
  }
  .header-tools-right.header-main .header-space {
    margin-right: 0 !important;;
  }
    .pep-hd-header .show-search-box .header-nav {
    width: calc(100% - 200px);
  }
  
}
.cnpm-pep-hwc-new-home-other-hot-areas .items,.cnpm-pep-hwc-new-home-other-hot-areas .img{
  background-color: #f3f5f5 !important;
}