body.hgs-product-detail-root {
  background: #050505;
  color: #fff;
}

body.hgs-product-detail-root .main.pagebox {
  background: #050505;
}

body.hgs-product-detail-root .hgs-mask-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.45);
}

body.hgs-product-detail-root .hgs-search-modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

body.hgs-product-detail-root .hgs-search-modal.hgs-is-active {
  opacity: 1;
  pointer-events: auto;
}

body.hgs-product-detail-root #c_portalResnav_main-15643630593255153 .hgs-nav-item.hgs-is-active:before {
  width: 100%;
}

body.hgs-product-detail-root .hgs-nav-link.hgs-is-active,
body.hgs-product-detail-root .hgs-mobile-nav-link.hgs-is-active {
  color: #fff;
}

body.hgs-product-detail-root #c_portalResnav_main-15643630593255153 .hgs-mobile-header .hgs-nav-toggle.hgs-is-active {
  -webkit-animation: rotate 0.5s linear 0s;
  animation: rotate 0.5s linear 0s;
}

body.hgs-product-detail-root #c_portalResnav_main-15643630593255153 .hgs-mobile-header .hgs-mobile-menu .hgs-mobile-nav-link.hgs-is-active {
  background-color: #e9e9e9;
  color: #111;
}

body.hgs-product-detail-root #c_portalResnav_main-15643630593255153 .hgs-search-modal.hgs-is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

body.hgs-product-detail-root #c_portalResnav_main-15643630593255153 .hgs-search-modal.hgs-is-active .hgs-search-form-wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}

body.hgs-product-detail-root .hgs-mobile-header .hgs-nav-toggle .hgs-nav-toggle-line {
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, opacity 0.3s ease;
}

body.hgs-product-detail-root .hgs-mobile-header .hgs-mobile-menu li.hgs-delay-01 {
  transition-delay: 0.05s;
}

body.hgs-product-detail-root .hgs-mobile-header .hgs-mobile-menu li.hgs-delay-02 {
  transition-delay: 0.1s;
}

body.hgs-product-detail-root .hgs-mobile-header .hgs-mobile-menu li.hgs-delay-03 {
  transition-delay: 0.15s;
}

body.hgs-product-detail-root .hgs-mobile-header .hgs-mobile-menu li.hgs-delay-04 {
  transition-delay: 0.2s;
}

body.hgs-product-detail-root .hgs-mobile-header .hgs-mobile-menu li.hgs-delay-05 {
  transition-delay: 0.25s;
}

body.hgs-product-detail-root .hgs-mobile-header .hgs-mobile-menu li.hgs-delay-06 {
  transition-delay: 0.3s;
}

body.hgs-product-detail-root .hgs-mobile-header .hgs-mobile-menu li.hgs-delay-07 {
  transition-delay: 0.35s;
}

body.hgs-product-detail-root .hgs-mobile-header .hgs-mobile-menu li.hgs-delay-08 {
  transition-delay: 0.4s;
}

body.hgs-product-detail-root .hgs-product-category__link.hgs-is-current {
  background: #d40006 !important;
}

body.hgs-product-detail-root .hgs-product-category__link.hgs-is-current .hgs-product-category__title {
  color: #fff !important;
}

body.hgs-product-detail-root #w_grid-1573712298531 {
  background:
    linear-gradient(rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.92)),
    url("../origin/img/about_bj.jpg") no-repeat center center / cover;
}

body.hgs-product-detail-root .hgs-product-detail__shell {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 100%;
  padding: 40px 35px;
}

body.hgs-product-detail-root .hgs-product-detail__content {
  padding-left: 3vw;
}

body.hgs-product-detail-root .hgs-product-detail__header {
  margin: 0 0 30px;
  padding: 0;
}

body.hgs-product-detail-root .hgs-product-detail__summary-content p {
  color: #e70012;
  font-size: 14px;
  font-weight: bold;
}

body.hgs-product-detail-root .hgs-product-detail__summary-content {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  padding: 20px 0;
}

body.hgs-product-detail-root .hgs-product-detail__actions {
  margin-bottom: 20px;
}

body.hgs-product-detail-root .hgs-product-detail__backlink-box {
  margin-left: 1vw;
}

body.hgs-product-detail-root .hgs-product-detail__backlink-label {
  display: none;
}

body.hgs-product-detail-root .hgs-product-detail__contact-button,
body.hgs-product-detail-root .hgs-product-detail__backlink .font {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.6vw 3vw;
  border: 1px solid #e70012;
  border-radius: 0;
  background: #e70012;
  color: #fff;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: normal;
  transition: all 0.36s ease;
}

body.hgs-product-detail-root .hgs-product-detail__contact-button:hover,
body.hgs-product-detail-root .hgs-product-detail__backlink:hover .font {
  background: #fff;
  color: #e70012;
  border-color: #e70012;
}

body.hgs-product-detail-root .hgs-product-detail__details {
  background: none;
}

body.hgs-product-detail-root .hgs-product-detail__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

body.hgs-product-detail-root .hgs-product-detail__tab {
  float: none;
  display: flex;
  flex: 1 1 240px;
  width: auto;
  min-width: 0;
  margin-right: 0;
}

body.hgs-product-detail-root .hgs-product-detail__tab-label {
  width: 100%;
  text-align: center;
}

body.hgs-product-detail-root .hgs-product-detail__panel-group {
  padding: 30px 35px 20px;
}

body.hgs-product-detail-root .hgs-product-detail__image-box {
  background: #121212;
  border: 1px solid #666;
  min-height: 450px;
  overflow: hidden;
  position: relative;
}

body.hgs-product-detail-root .hgs-product-detail__image {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

body.hgs-product-detail-root .hgs-product-detail__placeholder {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 450px;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

body.hgs-product-detail-root .hgs-product-detail__meta {
  color: #777;
  font-size: 14px;
  line-height: 2;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

body.hgs-product-detail-root .hgs-product-detail__meta li span {
  color: #e70012;
}

body.hgs-product-detail-root #c_portalResProduct_detail-15737123007707132 .hgs-product-detail__tab--params {
  display: none;
}

body.hgs-product-detail-root.hgs-has-params #c_portalResProduct_detail-15737123007707132 .hgs-product-detail__tab--params {
  display: flex !important;
}

body.hgs-product-detail-root .hgs-product-detail__richtext,
body.hgs-product-detail-root .hgs-product-detail__richtext p,
body.hgs-product-detail-root .hgs-product-detail__richtext div,
body.hgs-product-detail-root .hgs-product-detail__richtext span,
body.hgs-product-detail-root .hgs-product-detail__richtext li,
body.hgs-product-detail-root .hgs-product-detail__richtext td,
body.hgs-product-detail-root .hgs-product-detail__richtext th {
  color: #333;
}

body.hgs-product-detail-root .hgs-product-detail__richtext p,
body.hgs-product-detail-root .hgs-product-detail__richtext div {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 15px;
}

body.hgs-product-detail-root .hgs-product-detail__richtext img,
body.hgs-product-detail-root .hgs-product-detail__richtext video,
body.hgs-product-detail-root .hgs-product-detail__richtext iframe {
  height: auto !important;
  max-width: 100% !important;
}

body.hgs-product-detail-root .hgs-product-detail__richtext table {
  font-size: 16px;
  max-width: 100%;
  width: 100% !important;
}

body.hgs-product-detail-root .hgs-product-detail__richtext table td {
  border: 1px solid #ddd;
  padding: 12px;
  line-height: 1.8;
}

body.hgs-product-detail-root .hgs-product-detail__richtext a {
  color: #e70012;
}

body.hgs-product-detail-root .hgs-product-detail__panel.hide,
body.hgs-product-detail-root .hgs-product-detail__panel.hgs-is-hidden {
  display: none;
}

body.hgs-product-detail-root .hgs-product-detail__pager-link,
body.hgs-product-detail-root .hgs-product-detail__pager-text,
body.hgs-product-detail-root .hgs-product-detail__pager-text .font {
  color: #999;
}

body.hgs-product-detail-root .hgs-product-detail__pager-link {
  display: inline-block;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

body.hgs-product-detail-root .hgs-product-detail__pager-link:hover,
body.hgs-product-detail-root .hgs-product-detail__pager-link:hover .font {
  color: #e70012;
}

@media (max-width: 768px) {
  body.hgs-product-detail-root .hgs-product-category__body {
    display: none;
    width: 100%;
  }

  body.hgs-product-detail-root .hgs-product-category.hgs-is-open .hgs-product-category__body {
    display: block;
  }

  body.hgs-product-detail-root .hgs-product-detail-tab.hgs-is-active,
  body.hgs-product-detail-root .hgs-product-detail-tab:hover {
    color: #f52f33;
    border-bottom: 2px solid #f52f33;
  }

  body.hgs-product-detail-root .hgs-product-detail__shell {
    display: block;
    padding: 10px;
  }

  body.hgs-product-detail-root .hgs-product-detail__content {
    padding: 0;
  }

  body.hgs-product-detail-root .hgs-product-detail__summary-content p {
    font-size: 16px;
    line-height: 30px;
  }

  body.hgs-product-detail-root .hgs-product-detail__summary-content {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  body.hgs-product-detail-root .hgs-product-detail__contact-button,
  body.hgs-product-detail-root .hgs-product-detail__backlink .font {
    padding: 2vw 5vw;
    font-size: 14px;
  }

  body.hgs-product-detail-root .hgs-product-detail__details {
    padding: 0;
  }

  body.hgs-product-detail-root .hgs-product-detail__tab {
    flex-basis: calc(50% - 2px);
    padding: 0 10px;
  }

  body.hgs-product-detail-root .hgs-product-detail__panel-group {
    padding: 20px 10px 10px;
  }

  body.hgs-product-detail-root .hgs-product-detail__richtext table {
    font-size: 12px;
  }

  body.hgs-product-detail-root .hgs-product-detail__richtext table td {
    padding: 5px;
    line-height: 1.4;
  }

  body.hgs-product-detail-root .hgs-product-detail__richtext p,
  body.hgs-product-detail-root .hgs-product-detail__richtext div {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 10px;
  }

  body.hgs-product-detail-root .hgs-product-detail__image-box,
  body.hgs-product-detail-root .hgs-product-detail__placeholder {
    min-height: 300px;
    height: 300px;
  }

  body.hgs-product-detail-root .hgs-product-detail__pager-link {
    max-width: 65%;
  }
}

@media only screen and (min-width: 769px) {
  body.hgs-product-detail-root .hgs-product-detail-tab {
    cursor: pointer;
  }

  body.hgs-product-detail-root .hgs-product-detail-tab.hgs-is-active,
  body.hgs-product-detail-root .hgs-product-detail-tab:hover {
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
  }
}
