.cui-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: 0.2s;
}

.cui-btn-normal {
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 38px;
}

.cui-btn-small {
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
}

.cui-btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}

.cui-btn-primary {
  border-color: #c7000b;
  background-color: #c7000b;
  color: #fff;
}

.cui-btn-primary:hover,
.cui-btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}

.cui-btn-dark {
  border-color: #252b3a;
  background-color: #252b3a;
  color: #fff;
}

.cui-btn-outline-primary {
  border: solid 1px #c7000b;
  color: #c7000b;
}

.cui-btn-outline-primary:hover,
.cui-btn-outline-primary .hover {
  border-color: #c7000b;
  background-color: #c7000b;
  color: #fff;
}

.cui-btn-outline-dark {
  border: solid 1px #252b3a;
  color: #252b3a;
}

.cui-btn-outline-dark:hover,
.cui-btn-outline-dark .hover {
  border: solid 1px #c7000b;
  color: #c7000b;
}

.cui-btn-outline-light {
  border: solid 1px #fff;
  color: #fff;
}

.cui-btn-outline-light:hover,
.cui-btn-outline-light .hover {
  border-color: #c7000b;
  background-color: #c7000b;
  color: #fff;
}

.cui-btn.disabled,
.cui-btn[disabled] {
  cursor: default;
  background-color: #f7f7f7;
  border-color: #ddd;
  color: #a0a2a8;
}

.cui-btn.disabled:hover,
.cui-btn[disabled]:hover {
  box-shadow: none;
}

.cui-select {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 32px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}

.cui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 30px;
  cursor: pointer;
}

.cui-select select::-ms-expand {
  display: none;
}

.cui-select i {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 30px;
  background: white;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.cui-select i::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #666a75;
  margin-bottom: 1px;
}

.cui-select::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 32px;
  bottom: 5px;
  border-right: solid 1px #ddd;
}

.cui-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}

.cui-select-option-list {
  display: none;
}

.cui-select.open .cui-select-option-list {
  display: block;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 152px;
  overflow: auto;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-top: 5px;
}

.cui-select.open .cui-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}

.cui-select.open .cui-select-option-list li:hover {
  background: #f7f7f7;
  color: #c7000b;
}

.cui-select.open .cui-select-option-list li.selected {
  background: #c7000b;
  color: #fff;
}

@font-face {
  font-family: 'por-icon';
  src: ;
  src:  format('embedded-opentype'),  format('woff2'),  format('woff'),  format('truetype'),  format('svg');
  font-weight: normal;
  font-style: normal;
}

.por-icon {
  font-family: 'por-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.por-icon-menu::before {
  content: '\ea01';
}

.por-icon-more::before {
  content: '\ea02';
}

.por-icon-search::before {
  content: '\ea03';
}

.por-icon-caret-down::before {
  content: '\ea04';
}

.por-icon-minus::before {
  content: '\ea05';
}

.por-icon-plus::before {
  content: '\ea06';
}

.por-icon-close::before {
  content: '\ea07';
}

.por-icon-left::before {
  content: '\ea08';
}

.por-icon-right::before {
  content: '\ea09';
}

.por-icon-first::before {
  content: '\ea0a';
}

.por-icon-last::before {
  content: '\ea0b';
}

.por-icon-down::before {
  content: '\ea0c';
}

.por-icon-up::before {
  content: '\ea0d';
}

.por-icon-msg::before {
  content: '\ea0e';
}

.por-icon-set::before {
  content: '\ea0f';
}

.por-icon-about::before {
  content: '\ea10';
}

.por-icon-delete::before {
  content: '\ea12';
}

.por-icon-add::before {
  content: '\ea13';
}

.por-icon-full-screen::before {
  content: '\ea14';
}

.por-icon-doc::before {
  content: '\ea15';
}

.por-icon-share::before {
  content: '\ea16';
}

.por-icon-like::before {
  content: '\ea17';
}

.por-icon-star::before {
  content: '\ea18';
}

.por-icon-review::before {
  content: '\ea19';
}

.por-icon-watch::before {
  content: '\ea2a';
}

.por-icon-list-card::before {
  content: '\ea2b';
}

.por-icon-list::before {
  content: '\ea2c';
}

.por-icon-change::before {
  content: '\ea2d';
}

.por-icon-filter::before {
  content: '\ea2e';
}

.por-icon-select::before {
  content: '\ea2f';
}

.por-icon-error::before {
  content: '\ea31';
}

.por-icon-warn::before {
  content: '\ea32';
}

.por-icon-prompt::before {
  content: '\ea33';
}

.por-icon-success::before {
  content: '\ea34';
}

.por-icon-confirm::before {
  content: '\ea03';
}

#header {
  height: 100px;
}

@media (max-width: 1023px) {
  #header {
    height: 135px;
  }
}

#header.show-top-prompt {
  height: 142px;
}

@media (max-width: 1023px) {
  #header.show-top-prompt {
    height: 177px;
  }
}

@media (max-width: 768px) {
  #header.show-top-prompt {
    height: 168px;
  }
}

#header.show-top-prompt .header-top-ad.ad-new {
  display: none;
}

#header.show-top-ad {
  height: 170px;
}

@media (max-width: 1280px) {
  #header.show-top-ad {
    height: 100px;
  }
}

@media (max-width: 1023px) {
  #header.show-top-ad {
    height: 135px;
  }
}

@media (max-width: 768px) {
  #header.show-top-ad {
    height: 48px;
  }
}

#header.show-top-prompt.show-top-ad {
  height: 142px;
}

@media (max-width: 1023px) {
  #header.show-top-prompt.show-top-ad {
    height: 177px;
  }
}

@media (max-width: 768px) {
  #header.show-top-prompt.show-top-ad {
    height: 168px;
  }
}

#header.show-top-prompt.show-top-ad .header-top-ad.ad-new {
  display: none;
}

#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;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

#header img.lazyload {
  opacity: 0;
}

#header.fade {
  display: none !important;
}

@media (min-width: 769px) {
  #header:not(.fade) ~ #content .pagenav-wrapper.fixed {
    display: none;
  }

  .pagenav-wrapper.fixed {
    top: 0 !important;
  }

  #header:not(.fade) ~ #content .v6-container .support-nav.fixed {
    display: none;
  }
}

a {
  color: inherit;
}

ul,
li,
dd,
dl {
  list-style: none;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media (max-width: 768px) {
  #header {
    height: 48px;
  }

  #header .header-container {
    position: fixed;
  }

  #header .header-ad {
    display: none;
  }

  #header .top-ad {
    display: none;
  }

  #header .header-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .header-inner.header-pure {
    height: 44px;
  }
}

.prompt-content {
  display: none !important;
}

/* endregion header 皮肤 */

/* region 导航滚动条样式 */
.header-dropdown *::-webkit-scrollbar,
.header-dropdown *::-webkit-scrollbar-track {
  background-color: transparent;
  width: 4px;
}

.header-dropdown *::-webkit-scrollbar-thumb {
  background-color: #dfe1e6;
}

.header-dropdown *::-webkit-scrollbar-thumb:hover {
  background-color: #adb0b8;
}

/* endregion 导航滚动条样式 */

/* 页内导航适配 */
.cloudbr-pagenav.fixed .cloudbr-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  left: 0 !important;
  margin-left: 0 !important;
  justify-content: center;
  top: 0 !important;
  background: #fff;
  color: #252b3a;
}

.cloudbr-pagenav.fixed .partner-pagenav-nav a {
  color: #252b3a !important;
}

.product-v6-pagenav .pagenav-box.fixed {
  top: 0 !important;
}

.support-bestpractice-list .support-nav.fixed {
  top: 0 !important;
  z-index: 1000 !important;
}

.product-overview-nav {
  top: 0 !important;
}

.scrolled .sidebar-box.fixed {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  left: 0 !important;
  margin-left: 0 !important;
  justify-content: center;
  top: 0 !important;
  background: #fff;
}

.scrolled .sidebar-box.fixed a {
  color: #252b3a;
}

.pagenav-box {
  top: 0 !important;
}

.go_global-pagenav.fixed .cloudbr-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  left: 0 !important;
  margin-left: 0 !important;
  justify-content: center;
  top: 0 !important;
  background: #fff;
  color: #252b3a;
}

.go_global-pagenav.fixed .cloudbr-wrapper a {
  color: #252b3a !important;
}

.ei-pagenav.fixed .ei-pagenav-content {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  left: 0 !important;
  margin-left: 0 !important;
  justify-content: center;
  top: 0 !important;
  background: #fff;
  color: #252b3a;
}

.ei-pagenav.fixed .ei-pagenav-content a {
  color: #252b3a !important;
}

.product-header-btn-wrapper {
  margin-top: 0 !important;
  z-index: 999 !important;
}

.sidebar-box.fixed {
  height: 75px !important;
}

.fixed .sidebar-menu .item {
  line-height: 75px !important;
}

.product-header-btn-wrapper a {
  height: 50px !important;
  line-height: 50px !important;
}

.ei-pagenav.fixed .ei-pagenav-content {
  height: 75px !important;
  line-height: 75px !important;
}

.support-video-list .support-nav.fixed {
  top: 0 !important;
  z-index: 1000 !important;
}

.support-index-list .support-nav.fixed {
  top: 0 !important;
  z-index: 1000 !important;
}

.v6-anchor-nav {
  top: 0 !important;
  z-index: 1000 !important;
}

.nav-fixed.active {
  top: 0 !important;
  z-index: 1000 !important;
}

.solution-pagenav.fixed .solution-pagenav-content {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  left: 0 !important;
  margin-left: 0 !important;
  justify-content: center;
  top: 0 !important;
  background: #fff;
  color: #252b3a;
}

.solution-pagenav.fixed .solution-pagenav-content a {
  color: #252b3a !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%;
  }
}

@media (max-width: 767px) {
  .wrapper-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#header .showprompt .top-ad-height {
  height: 100px !important;
}

#header .show-top-prompt {
  height: 142px !important;
}

@media (max-width: 768px) {
  .showprompt .header-mbnav {
    top: 48px !important;
  }

  .showprompt .header-mbnav {
    top: 48px !important;
  }
}

/* region 代码图标 */
.header-icon-corner-down {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 5px;
  border-top: solid 5px #d2d2d2;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}

.header-icon-arrow-right {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 60%;
  transition: all 0.2s;
  position: relative;
  left: 0;
}

a:hover > .header-icon-arrow-right {
  left: 4px;
}

@media (max-width: 1599px) {
  .header-icon-arrow-right {
    transform-origin: top;
  }
}

.header-icon-arrow-right-large,
.header-icon-arrow-down {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1px;
  padding-right: 1px;
}

.header-icon-arrow-right-large::before,
.header-icon-arrow-down::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #575d6c;
  border-right: solid 1px #575d6c;
}

.header-icon-arrow-right-large {
  width: 6px;
  height: 10px;
}

.header-icon-arrow-right-large::before {
  margin-left: -3px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-icon-arrow-down {
  width: 10px;
  height: 6px;
}

.header-icon-arrow-down::before {
  margin-top: -5px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-icon-close {
  background: ;
  background-size: 100% 100%;
}

.header-icon-menu {
  background: none;
  width: 18px;
  height: 14px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.header-icon-menu::before {
  content: '';
  display: block;
  margin-top: 4px;
  border-top: solid 2px #fff;
}

.header-icon-dropdown {
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: white transparent transparent transparent;
}

/* endregion 代码图标 */

/* 产品（解决方案）状态图标 */
#header .new,
#header .hot {
  display: inline-block;
  width: 25px;
  height: 9px;
  margin: -2px -36px 0 4px;
  vertical-align: middle;
  font-size: 0;
  background-repeat: no-repeat;
}

#header .new {
  background-image: ;
  background-size: 100% 100%;
}

#header .hot {
  background-image: ;
  background-size: 100% 100%;
}

/* 产品（解决方案）状态图标 */
.inputted ~ .header-search-submit:hover {
  cursor: pointer;
  color: #c7000b;
}

.header-search .header-search-close {
  display: none;
  position: absolute;
  right: 50px;
  top: 50%;
  width: 18px;
  height: 18px;
  padding: 1px;
  margin-top: -9px;
  color: #575c6c;
  cursor: pointer;
  transition: 0.2s;
}

.header-search .header-search-close:hover {
  color: #c7000b;
}

.header-search .header-search-close::after {
  content: '';
  position: absolute;
  height: 16px;
  border-left: solid 1px #8a8e99;
  left: 100%;
  top: 50%;
  margin-top: -8px;
  margin-left: 7px;
}

.bottom-username {
  display: none;
}

@media (max-width: 1023px) {
  .header-icon-user {
    display: inline-block;
    vertical-align: middle;
    background-image: ;
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    background-position: 0 0;
  }

  .header-menu-search-mb {
    padding-top: 1px;
  }

  .header-icon-search {
    display: inline-block;
    vertical-align: middle;
    background-image: ;
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    background-position: 0 0;
  }
}

.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: 3px;
  background-image: ;
  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: ;
  background-size: 100% 100%;
}

@media (min-width: 769px) {
  .header-user-avator {
    display: none;
  }

  .header-top .header-main .header-tools .header-tools-list .header-user:hover .header-user-info {
    display: block;
  }

  .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-user-info-list .logout .bottom-username {
    display: none !important;
  }
}

.header-topnav {
  width: 100%;
  height: 25px;
  background: #111;
  padding: 0 3%;
}

.header-topnav-wrapper {
  display: flex;
  justify-content: flex-end;
}

.header-lang {
  position: relative;
  height: 25px;
  line-height: 25px;
}

.header-lang-current {
  font-size: 0;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding: 0 4px;
  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: ;
  top: 5px;
  margin-right: 4px;
}

.header-lang-current i {
  margin-left: 6px;
  transform: rotatex(0deg);
  transform-origin: 2px 2px;
  transition: all 0.2s;
}

.header-lang-current i::before {
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-color: rgba(255, 255, 255, 0.8);
}

.header-lang:hover .header-icon-arrow-down {
  transform: rotatex(180deg);
}

.header-lang:hover .header-icon-arrow-down::before {
  border-color: #fff;
}

.header-lang-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  transition: all 0.2s;
}

.header-lang-list {
  display: none;
  position: absolute;
  top: calc(100%);
  cursor: default;
  right: 0;
  min-width: 100%;
  z-index: 999;
  padding: 4px 16px;
  background: #fff;
  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:not(:first-child) {
  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;
  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-hwapp {
  color: rgba(255, 255, 255, 0.8);
  height: 25px;
  line-height: 25px;
  margin-left: 12px;
}

.header-hwapp:hover .header-icon-hwapp {
  background-image: ;
}

.header-hwapp .header-icon-hwapp {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-image: ;
  top: 2px;
  margin-right: 4px;
}

.header-hwapp .header-hwapp-link {
  font-size: 12px;
}

.header-hwapp .header-hwapp-link:hover {
  color: #fff;
}

.header-top-ad {
  height: 70px;
  position: relative;
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.header-top-ad .show-top-ad {
  display: flex;
}

.header-top-ad img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: inherit;
}

.header-top-ad i {
  display: block;
  position: absolute;
  top: 14px;
  left: calc(50%   607px);
  top: 50%;
  transform: translate(0, -50%);
  width: 23px;
  height: 23px;
  cursor: pointer;
  opacity: 0.6;
}

.header-top-ad i::before,
.header-top-ad i::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  height: 2px;
  width: 23px;
  border-radius: 1px;
  margin-left: -10px;
  background-color: #252b3a;
}

.header-top-ad i::before {
  transform: rotate(45deg);
}

.header-top-ad i::after {
  transform: rotate(-45deg);
}

.header-top-ad i:hover {
  opacity: 1;
}

.header-top-ad .img1 {
  display: block;
}

.header-top-ad .img2,
.img3 {
  display: none;
}

@media (max-width: 1440px) {
  .header-top-ad i {
    left: calc(50%   566px);
  }

  .header-top-ad .img2 {
    display: block;
  }

  .header-top-ad .img1,
  .img3 {
    display: none;
  }
}

@media (max-width: 1280px) {
  .header-top-ad i {
    left: auto;
    right: 3%;
  }

  .header-top-ad .img3 {
    display: block;
  }

  .header-top-ad .img1,
  .img2 {
    display: none;
  }
}

@media (max-width: 1280px) {
  .header-top-ad {
    display: none;
  }
}

.header-prompt {
  display: none;
  padding: 12px 3%;
  background: #dfe1e6;
}

.show-top-prompt .header-prompt {
  display: block;
}

.header-prompt-wrapper {
  display: flex;
  flex-direction: row;
}

.header-prompt-content {
  line-height: 18px;
  display: flex;
  justify-content: center;
  width: calc(100% - 200px);
}

.header-prompt-content i {
  color: #5e7ce0;
  font-size: 16px;
}

.header-prompt-content p {
  font-size: 12px;
  margin-left: 8px;
  color: #252b3a;
}

.header-prompt-content p a {
  color: #526ecc;
}

.header-prompt-radio {
  display: flex;
}

.header-prompt-radio p {
  font-size: 12px;
  color: #575d6c;
  margin-left: 4px;
}

.header-prompt-radio .header-prompt-closed {
  height: 12px;
  line-height: 12px;
  width: 12px;
  margin-left: 24px;
  margin-top: 3px;
  color: #8a8e99;
  cursor: pointer;
}

.header-prompt-checkbox {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #8a8e99;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
}

.header-prompt-checkbox::after {
  content: '';
  display: none;
}

.header-prompt-checkbox:hover {
  background-size: cover;
}

.header-prompt-checkbox.active {
  background:  no-repeat center !important;
  background-size: 100% 100%;
  border-color: #c7000b;
}

.header-user-info-list-prompt {
  padding: 4px 16px;
}

.header-user-info-list-prompt .prompt-link {
  color: #526ecc;
}

.header-user-info-list-prompt a,
.header-user-info-list-prompt p {
  color: #252b3a;
  font-size: 14px;
  line-height: 18px;
}

.header-user-info-list-prompt > .header-user-info-split {
  padding: 16px 0 !important;
}

.header-user-info-list-prompt .logout:hover a {
  color: #c7000b;
}

@media (max-width: 768px) {
  .header-prompt {
    padding: 16px;
    height: 120px;
  }

  .header-prompt-wrapper {
    flex-flow: column;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .header-prompt-content {
    height: auto;
    width: 100%;
  }

  .header-prompt-radio {
    display: block;
    margin-top: 10px;
    width: 100%;
    padding-left: 24px;
  }

  .header-prompt-radio .header-prompt-checkbox {
    float: left;
  }

  .header-prompt-radio > p {
    float: left;
  }

  .header-prompt-radio .header-prompt-closed {
    float: right;
  }

  .show-top-prompt .pagenav-wrapper.fixed {
    top: 168px !important;
  }
}

/* region 导航搜索pc端 */
.header-search {
  height: 100%;
  width: 18px;
  transition: all 0.2s;
  z-index: 20;
}

.show-search-box .header-search {
  width: 200px;
  min-width: 150px;
}

.show-search-box .search-default {
  display: block !important;
}

.header-search-inner {
  overflow: hidden;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  float: left;
}

.header-search-inner input {
  position: absolute;
  top: 19px;
  height: 36px;
  width: 100%;
  border: 1px solid #fff;
  outline: none;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
  transition: all 0.3s;
  z-index: 1;
}

.header-search-inner input::-ms-clear {
  width: 0;
  height: 0;
}

.header-search-inner input:-ms-input-placeholder {
  color: #757986;
}

.header-search-inner input::-moz-placeholder {
  color: #757986;
}

.header-search-inner input::-webkit-input-placeholder {
  color: #757986;
}

.header-search-inner input::placeholder {
  color: #757986;
}

.header-search-inner .header-search-submit {
  position: absolute;
  top: 28px;
  right: 70px;
  width: 18px;
  height: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #575d6c;
  line-height: 0;
  transition: 0.2s;
  z-index: 30;
  cursor: pointer;
  transition: 2s;
}

.header-search-inner .header-search-submit i {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: ;
  background-size: 100% 100%;
}

.header-search-inner .header-search-submit:hover i {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: ;
  background-size: 100% 100%;
}

.show-search-box .header-search .header-search-inner {
  float: right;
}

.show-search-box .header-search .header-search-inner .header-search-submit {
  right: 70px;
}

.show-search-box .header-search .header-search-content {
  width: 200px;
  right: 0;
}

.show-search-box .header-search .header-search-icon {
  position: relative;
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-top: 19px;
}

.show-search-box .header-search .header-search-icon input {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 1px solid #adb0b8;
  padding-left: 12px;
  font-size: 14px;
  vertical-align: baseline;
}

.show-search-box .header-search .header-search-icon i {
  position: absolute;
  top: 10px;
  right: 14px;
}

.show-search-box .header-search .header-search-icon:hover {
  cursor: pointer;
}

.show-search-box .header-search .header-search-icon:hover input:hover {
  cursor: pointer;
  border: 1px solid #252b3a;
}

.show-search-box .header-search .header-search-icon:hover i {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: ;
  background-size: 100% 100%;
}

.show-search-box .header-search.active .header-search-content {
  right: -1px;
  z-index: 100;
}

.header-search-icon {
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-top: 28px;
  z-index: 30;
  transition: 0.2s;
}

.header-search-icon i {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: ;
  background-size: 100% 100%;
}

.header-search-icon input {
  display: none;
}

.header-search-icon:hover i {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: ;
  background-size: 100% 100%;
}

.header-search.active .close-icon {
  cursor: pointer;
  border-left: 1px solid #ddd;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 29px;
  height: 18px;
  width: 50px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 18px;
}

.header-search.active .close-icon:hover {
  background-image: ;
}

@media (max-width: 1023px) {
  .header-search.active .close-icon {
    top: 20px;
  }
}

@media (max-width: 1380px) {
  .isdeveloper .header-search.active .close-icon {
    top: 20px;
  }
}

.header-search.active .header-search-inner {
  overflow: visible;
}

.header-search.active .header-search-inner input {
  border: 1px solid #dfe1e6;
  padding: 8px 16px;
  padding-right: 55px;
  z-index: 10;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.show-search-box .header-search.active .header-search-inner input {
  padding-right: 85px;
}

.header-search.active .header-search-icon i {
  display: none;
}

.header-search-droplist {
  display: none;
  position: absolute;
  border: 1px solid #dfe1e6;
  border-top: none;
  top: 57px;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.header-search-droplist h2 {
  font-size: 12px;
  padding: 12px 0 0 15px;
  color: #8a8e99;
  white-space: nowrap;
}

.header-search-droplist > ul {
  padding: 8px 0;
}

.header-search-droplist > ul > li {
  padding: 0;
  width: calc(100%);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s;
}

.header-search-droplist > ul > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  color: #252b3a;
  transition: all 0.2s;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search-droplist > ul > li > a span {
  color: #575d6c;
  opacity: 0.8;
}

.header-search-droplist > ul > li > a.hover {
  background-color: #efeff1;
  color: #c7000b;
}

.header-search-droplist > ul > li > a.hover span {
  color: #c7000b;
}

.header-search-droplist > ul > li:hover > a,
.header-search-droplist > ul > li:hover .search-block {
  background-color: #efeff1;
}

.header-search-droplist > ul > li:hover .text,
.header-search-droplist > ul > li:hover .text > span,
.header-search-droplist > ul > li:hover a {
  color: #c7000b;
}

.header-search-droplist > ul > li:hover .text span,
.header-search-droplist > ul > li:hover .text > span span,
.header-search-droplist > ul > li:hover a span {
  color: #c7000b;
}

.header-search-droplist > ul > li:hover .tag-product {
  color: #c7000b;
  border-color: #c7000b;
}

.header-search-droplist > ul > li:hover .text::after {
  background-image: ;
}

.header-search-droplist > ul li.to-page   li:not(.to-page)::before {
  content: '';
  display: block;
  width: calc(100% - 32px);
  margin: 4px 16px 6px;
  height: 1px;
  background-color: #dfe1e6;
}

.header-search-droplist .search-block {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s;
  cursor: pointer;
}

.header-search-droplist .search-block .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-search-droplist .search-block .text::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin-top: -2px;
  margin-left: 8px;
  background-image: ;
  background-size: 100% 100%;
  transition: 0.2s;
}

.header-search-droplist .search-block span {
  font-weight: normal;
  color: #575d6c;
  opacity: 0.8;
}

.header-search-droplist .search-block .search-tag {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 4px;
}

.header-search-droplist .search-block .search-tag a {
  display: inline-block;
  height: 18px;
  line-height: 17px;
  border-radius: 2px;
  border: 1px solid #adb0b8;
  padding: 0 8px;
  margin-top: 2px;
  font-size: 12px;
  color: #575d6c;
}

.header-search-droplist .search-block .search-tag a:not(.tag-console) {
  margin-right: 12px;
}

.header-search-droplist .search-block .search-tag .tag-console:hover {
  color: #c7000b;
  border-color: #c7000b;
}

.header-search-droplist .search-block .search-tag .tag-console:hover   a {
  border-color: #adb0b8 !important;
  color: #575d6c !important;
}

.header-search-droplist .search-block:hover,
.header-search-droplist .search-block.hover,
.header-search-droplist .search-block.hover a.hover,
.header-search-droplist a.hover,
.header-search-droplist a:hover {
  color: #c7000b;
  border-color: #c7000b;
  cursor: pointer;
}

.header-search-droplist .search-block:hover span,
.header-search-droplist .search-block.hover span,
.header-search-droplist .search-block.hover a.hover span,
.header-search-droplist a.hover span,
.header-search-droplist a:hover span {
  color: #c7000b;
}

.header-search-droplist .search-block.hover .text::after {
  background-image: ;
}

.header-search-content {
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.header-search-droplist.show {
  display: block;
}

.header-search-droplist.j-search-hot {
  position: absolute;
  width: 100%;
  transition: all 0.2s;
}

.header-search.active .header-search-content {
  width: 350px;
  right: -20px;
  overflow: visible;
}

@media (max-width: 1130px) {
  .header-search.active .header-search-content {
    width: 350px;
  }
}

@media (max-width: 1023px) {
  .header-search-inner input {
    top: 10px;
  }

  .header-search-icon {
    margin-top: 21px;
  }

  .header-search-inner .header-search-submit {
    top: 18px;
  }

  .header-search-droplist {
    top: 50px;
  }
}

@media (max-width: 1380px) {
  .isdeveloper .header-search-inner .header-search-submit {
    top: 18px;
  }
}

/* region header 主导航 */
.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s;
  padding: 0 3%;
  height: 75px;
  border-bottom: 1px solid #dfe1e6;
}

/* header logo */
.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;
}

/* header shopping cart start */

@media (max-width: 1460px) {
  .header-tools .header-tools-right > li.header-shopping-cart .shopping-cart-text {
    display: none !important;
  }
}

/* 低于1280不显示购物车 */

@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;
  width: 28px;
}

.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;
}

/* header shopping cart end */

/* header nav */
.isdeveloper .show-search-box .header-nav {
  width: calc(100% - 380px - 108px - 200px);
}

.header-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: calc((94vw - 1280px) / 2-108px - 60px);
  width: calc(100% - 266px - 108px - 18px);
  margin: 0 auto;
  height: 75px;
  padding: 0 60px;
}

.show-search-box .header-nav {
  width: calc(100% - 266px - 108px - 200px);
}

@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;
}

.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: linear-gradient(to right, #fff 0, #fff 40%, rgba(0, 0, 0, 0));
}

.header-nav .header-nav-scroll i.scroll-rbtn {
  right: 0;
  text-align: right;
  background-image: linear-gradient(to left, #fff 0, #fff 40%, rgba(0, 0, 0, 0));
}

.header-nav .header-nav-list {
  position: relative;
  float: left;
  z-index: 1;
  height: 75px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  left: 0;
  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: #252b3a;
  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: #c7000b;
  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: flex;
}

.header-nav .header-bottom-mask {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.01);
  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;
  transform-origin: 0 6px;
  transition: 0.5s;
  background: ;
  background-size: 100% 100%;
}

.header-nav.search-active .header-bottom-mask {
  z-index: 2;
  opacity: 0;
  transform: scale(1);
}

.logined .header-login,
.logined .header-register {
  display: none !important;
}

.header-tools {
  height: 100%;
  color: #252b3a;
  min-width: 266px;
  height: 75px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: auto;

  /* region 导航用户信息 */
}

.header-tools .header-subsite-mobile-title {
  display: none;
}

.header-tools .header-tools-right {
  display: flex;
  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: solid 1px #dfe1e6;
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}

.header-tools .header-user:hover .header-nav-item-icon {
  transform: rotatex(180deg);
  background: ;
  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: flex;
  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;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.header-tools .header-user .header-user-info .message span,
.header-tools .header-user .header-user-info .management 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 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: solid 1px #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%;
}

.header-tools .header-user .message span {
  display: none;
}

.header-tools .header-user.msg .message span {
  display: inline-block;
}

.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-menu-search-mb,
.header-login-mobile {
  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;
    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%;
    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) {
  .header-bottom {
    height: 110px;
    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%;
    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;
  }
}

@media (max-width: 768px) {
  .header-search,
  .header-nav,
  .header-prompt {
    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-bottom: 32px;
    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 {
    height: 32px;
  }

  .header-logo-outer .header-logo img {
    height: 32px;
  }

  .header-tools {
    height: 100%;
    min-width: auto;
    position: initial;
  }

  .header-tools .header-user {
    border: none;
    margin: 0 !important;
    padding: 0 10px;
    position: initial;
  }

  .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;
    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;
    transition: 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;
    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;
  }

  .header-menu-mb span:nth-last-child(2) {
    transform: rotate(0);
    transition: width 0.5s ease;
  }

  .header-menu-mb.show-nav span {
    opacity: 1;
    transform: rotate(45deg);
  }

  .header-menu-mb.show-nav span:nth-last-child(2) {
    width: 0;
    opacity: 0;
    transform: rotate(0);
    transition: width 0.5s;
  }

  .header-menu-mb.show-nav span:nth-last-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
  }

  .header-ad-mb {
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-left: 20px;
  }

  .header-ad-mb img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .header-user-info .logout .bottom-username .msg-num {
    display: none;
  }
}

/* endregion header 主导航 */

/* region 页面内导航 */
.header-pagenav {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.header-pagenav ul {
  font-size: 0;
  text-align: center;
}

.header-pagenav ul li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.header-pagenav ul li.active {
  position: relative;
}

.header-pagenav ul li.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 4px #c7000b;
  transition: border-color 0.2s;
}

.header-pagenav a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 75px;
  transition: color 0.2s;
}

.header-pagenav a:hover {
  color: #c7000b;
}

/* endregion 页面内导航 */

/* endregion 导航收起状态 */
.link-searcher {
  display: inline-block;
  position: relative;
  width: calc(100% - 20px);
  z-index: 1;
  height: 27px;
  margin-right: 20px;
}

.link-searcher input {
  display: inline-block;
  width: 100%;
  height: 27px;
  border: none;
  border-bottom: 1px solid #dfe1e6;
  padding-right: 55px;
  color: #252b3a;
}

.link-searcher input::-ms-clear {
  width: 0;
  height: 0;
}

.link-searcher input::placeholder {
  color: #8a8e99;
  font-size: 14px;
}

.link-searcher .link-searcher-clear {
  display: none;
  position: absolute;
  background: ;
  right: 34px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 20px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  transition: 0.2s;
}

.link-searcher-clear:hover {
  background: ;
}

.link-searcher-clear::after {
  content: '';
  position: absolute;
  height: 16px;
  border-left: solid 1px #757985;
  opacity: 0.3;
  left: 100%;
  top: 50%;
  margin-top: -8px;
  margin-left: 8px;
}

.link-searcher.active .link-searcher-clear {
  display: inline-block;
}

.link-searcher-submit {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  padding: 1px;
  background: transparent;
  line-height: 0;
}

.link-searcher-submit i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: ;
  font-size: 16px;
  color: rgba(87, 93, 108, 0.8);
  transition: 0.2s;
}

.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 {
  transform: rotatex(180deg);
}

.header-nav-list > li.active .header-nav-item-icon-hover {
  transform: rotatex(180deg);
}

.link-searcher-more {
  height: 100%;
  position: absolute;
  right: 16px;
  top: 0;
  color: #252b3a;
  font-weight: 600;
  outline: none;
  border: none;
  padding: 1px;
  background: transparent;
  line-height: 0;
}

.link-searcher-more a {
  display: flex;
  height: 100%;
  align-items: center;
}

.link-searcher-more a .header-icon-arrow-right {
  margin-left: 5px;
  margin-top: 2px;
}

.link-searcher-more:hover {
  color: #c7000b;
}

.link-searcher-submit:hover i {
  background: ;
}

.link-searcher-drop {
  display: none;
  position: absolute;
  top: calc(100%   3px);
  right: 0;
  left: 0;
  height: 181px;
  overflow: auto;
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  color: #252b3a;
}

.link-searcher-drop ul {
  position: relative;
}

.link-searcher-drop.show {
  display: block;
}

.link-searcher-drop li.no-result {
  height: 170px;
}

.link-searcher-drop li.no-result a {
  display: flex;
  height: 100%;
  padding: 0 30px;
  line-height: 22px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #adb0b0;
}

.link-searcher-drop li:first-child a {
  padding-top: 5px;
}

.link-searcher-drop li:last-child a {
  padding-top: 5px;
}

.link-searcher-drop a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 32px;
}

.link-searcher-drop li.active a {
  color: #c7000b;
  background-color: rgba(160, 162, 168, 0.08);
}

/* region 主菜单下拉内容 */
body.show-dropdown {
  overflow: hidden;
}

#header.show-dropdown .header-container {
  height: 100%;
  z-index: 999;
}

.header-dropdown {
  position: absolute;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 899;
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s;
}

.header-dropdown.showmask {
  background: rgba(0, 0, 0, 0.5);
}

.header-dropdown.nomask {
  background: none;
}

.header-dropdown-list {
  position: relative;
  will-change: height;
  transition: height 0.2s ease;
  padding: 0 3%;
  z-index: 899;
}

.header-dropdown-list.expanding {
  transition: height 0.2s ease 0.1s;
  overflow: hidden;
}

.header-dropdown-list.hiding {
  transition: height 0.2s ease 0.1s;
  overflow: hidden;
}

.header-dropdown-list > li {
  display: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header-dropdown-list > li.header-dropdown-dialog {
  box-shadow: none;
}

.header-dropdown-list > li.header-dropdown-dialog.show {
  display: inline-block;
  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::before,
.header-dropdown-close::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 30%;
  height: 1px;
  width: 30px;
  border-radius: 1px;
  margin-left: -10px;
  background-color: #252b3a;
}

.header-dropdown-close::before {
  transform: rotate(45deg);
}

.header-dropdown-close::after {
  transform: rotate(-45deg);
}

.header-dropdown-close:hover {
  opacity: 1;
}

.show-close .header-dropdown-close {
  display: block;
}

@media (max-width: 1366px) {
  .header-dropdown-list {
    padding: 0;
  }

  .header-dropdown-list > li.show {
    padding: 0 3%;
  }

  .header-dropdown-close {
    right: 10px;
  }

  .header-dropdown-close::before,
  .header-dropdown-close::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 30%;
    height: 1px;
    width: 20px;
    border-radius: 1px;
    margin-left: -10px;
    background-color: #252b3a;
  }
}

@media (max-width: 1023px) {
  .header-dropdown {
    top: 110px;
  }
}

@media (max-width: 768px) {
  .header-dropdown {
    display: none;
  }
}

/* endregion 主菜单下拉内容--解决方案 */

/* region 主菜单下拉内容--更多 */
.header-dropdown-more {
  width: 240px;
  margin-left: -15px;
}

.header-more-list {
  padding: 20px 30px;
  background: #fff;
  color: #252b3a;
}

.header-more-list > li {
  font-size: 14px;
  line-height: 22px;
}

.header-more-list > li:not(.header-more-item-hide)   li {
  margin-top: 12px;
}

.header-more-list > li.header-more-item-hide {
  display: none;
}

.header-more-list a {
  display: block;
}

.header-more-list > li:hover a {
  color: #c7000b;
}

.header-more-list > li.header-nav-hot a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: -16px;
  margin-left: 2px;
  border-radius: 50%;
  background: #c7000b;
  vertical-align: middle;
}

/* “更多”需在不同分辨率保持与面包导航的一级菜单相同宽度 */

@media (max-width: 1218px) {
  .header-dropdown-more {
    width: 20%;
  }
}

@media (max-width: 1023px) {
  .header-dropdown-more {
    width: 25%;
  }
}

/* endregion 主菜单下拉内容--更多 */

/* endregion 主菜单下拉内容 */

/* region 主菜单通用下拉内容2 */
.dropdown-common-container {
  height: 100%;
  position: relative;
  max-height: calc(94vh - 75px - 25px);
  overflow: hidden;
}

.header-container.fixed .dropdown-common-container {
  max-height: calc(94vh - 75px);
}

#header.show-top-prompt .dropdown-common-container {
  max-height: calc(94vh - 75px - 25px - 42px);
}

#header.show-top-ad .dropdown-common-container {
  max-height: calc(94vh - 75px - 25px - 70px);
}

.dropdown-common-container::after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
}

.dropdown-common-container.showgradient::after {
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.dropdown-common-wrapper {
  padding: 0;
  max-height: calc(94vh - 75px - 25px);
}

.header-container.fixed .dropdown-common-wrapper {
  max-height: calc(94vh - 75px);
}

#header.show-top-prompt .dropdown-common-wrapper {
  max-height: calc(94vh - 75px - 25px - 42px);
}

#header.show-top-ad .dropdown-common-wrapper {
  max-height: calc(94vh - 75px - 25px - 70px);
}

.dropdown-common-wrapper-inner {
  padding: 0 0 0 0;
  display: flex;
  max-height: calc(94vh - 75px - 25px);
}

.header-container.fixed .dropdown-common-wrapper-inner {
  max-height: calc(94vh - 75px);
}

#header.show-top-prompt .dropdown-common-wrapper-inner {
  max-height: calc(94vh - 75px - 25px - 42px);
}

#header.show-top-ad .dropdown-common-wrapper-inner {
  max-height: calc(94vh - 75px - 25px - 70px);
}

.dropdown-common-left-wrapper {
  border-right: 1px solid #dfe1e6;
  padding: 32px 0 32px 0;
  flex: 5;
  z-index: 100;
  max-height: calc(94vh - 75px - 25px);
}

.header-container.fixed .dropdown-common-left-wrapper {
  max-height: calc(94vh - 75px);
}

#header.show-top-prompt .dropdown-common-left-wrapper {
  max-height: calc(94vh - 75px - 25px - 42px);
}

#header.show-top-ad .dropdown-common-left-wrapper {
  max-height: calc(94vh - 75px - 25px - 70px);
}

.dropdown-common-left-wrapper > div {
  overflow: auto;
  padding-right: 16px;
  height: calc(100% - 50px);
}

.dropdown-common-icon {
  display: inline-block;
  width: 112px;
  height: 70px;
}

.dropdown-common-title {
  font-size: 24px;
  line-height: 30px;
  color: #252b3a;
  margin-top: 24px;
  transition: all 0.2s;
}

.dropdown-common-title[data-link='true']:hover {
  color: #c7000b;
}

.dropdown-common-desc {
  font-size: 14px;
  line-height: 22px;
  color: #575d6c;
  margin-top: 12px;
  padding-right: 24px;
}

.dropdown-common-link {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
  margin-top: 16px;
  transition: all 0.2s;
  cursor: pointer;
  font-weight: 600;
}

.dropdown-common-link i {
  margin-left: 8px;
}

.dropdown-common-link:hover {
  color: #c7000b;
}

.dropdown-common-sublink {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #575d6c;
  margin-top: 12px;
  transition: all 0.2s;
  cursor: pointer;
  font-weight: 400;
}

.dropdown-common-sublink i {
  margin-left: 8px;
}

.dropdown-common-sublink:hover {
  color: #c7000b;
}

.dropdown-common-contact {
  display: block;
  color: #575d6c;
  font-size: 14px;
  height: 18px;
  margin-top: 32px;
  transition: all 0.2s;
  cursor: pointer;
}

.dropdown-common-contact:hover {
  color: #c7000b;
}

.dropdown-common-right-wrapper {
  margin-bottom: 0;
  padding-left: 12px;
  flex-flow: row wrap;
  flex: 18;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 32px;
  max-height: calc(94vh - 75px - 25px);
}

.header-container.fixed .dropdown-common-right-wrapper {
  max-height: calc(94vh - 75px);
}

#header.show-top-prompt .dropdown-common-right-wrapper {
  max-height: calc(94vh - 75px - 25px - 42px);
}

#header.show-top-ad .dropdown-common-right-wrapper {
  max-height: calc(94vh - 75px - 25px - 70px);
}

.dropdown-common-rightl {
  flex: 15;
  padding-bottom: 32px;
  display: block;
}

.dropdown-common-rightl::after {
  content: '';
  display: table;
  clear: both;
}

.dropdown-common-col {
  flex: 1;
}

.dropdown-common-module   .dropdown-common-module {
  margin-top: 32px;
}

@media (max-width: 1599px) {
  .dropdown-common-module   .dropdown-common-module {
    margin-top: 32px;
  }
}

.dropdown-common-module-title {
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
  transition: all 0.2s;
  padding-left: 28px;
  position: relative;
}

@media (max-width: 1599px) {
  .dropdown-common-module-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.dropdown-common-module-title i {
  margin-left: 8px;
}

.dropdown-common-module-title[href]:hover {
  color: #c7000b;
}

.dropdown-common-module-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
}

.dropdown-common-module-wrapper .dropdown-common-item {
  flex: 0 0 33%;
  max-width: 33%;
  padding: 0 28px;
  margin-top: 16px;
}

.dropdown-common-module-wrapper .common-item-two {
  flex: 1;
  max-width: 100%;
}

.dropdown-common-module-wrapper .common-item-three {
  flex: 1;
  max-width: 100%;
}

.dropdown-common-module-wrapper.two-cols .dropdown-common-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.common-flex-item-2-1 {
  flex: 0 0 66%;
  max-width: 66%;
}

.common-flex-item-2-2 {
  flex: 0 0 33%;
  max-width: 33%;
}

.common-flex-item-2 {
  flex: 0 0 33%;
  max-width: 33%;
}

.common-flex-item-3 {
  flex: 0 0 33%;
  max-width: 33%;
}

.dropdown-common-item {
  display: block;
  cursor: pointer;
  margin-top: 20px;
}

@media (max-width: 1599px) {
  .dropdown-common-item {
    margin-top: 16px;
  }
}

.dropdown-common-item:hover .dropdown-common-item-title {
  color: #c7000b;
}

.dropdown-common-item-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #252b3a;
  transition: all 0.2s;
}

@media (max-width: 1599px) {
  .dropdown-common-item-title {
    font-size: 14px;
    line-height: 18px;
  }
}

.dropdown-common-item-desc {
  font-size: 14px;
  line-height: 22px;
  color: #8a8e99;
  margin-top: 4px;
}

@media (max-width: 1599px) {
  .dropdown-common-item-desc {
    font-size: 12px;
    line-height: 18px;
  }
}

.dropdown-common-rightr {
  flex: 5;
  padding-bottom: 32px;
}

.dropdown-common-recommend {
  height: 100%;
}

.dropdown-common-recommend .dropdown-common-item {
  display: block;
  padding: 17px 0;
  margin-top: 0;
  border-bottom: 1px solid #dfe1e6;
}

.dropdown-common-recommend .dropdown-common-item-title {
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
}

.dropdown-common-recommend .dropdown-common-item-desc {
  font-size: 12px;
  line-height: 18px;
  color: #8a8e99;
}

.dropdown-common-recommend-title {
  font-size: 18px;
  line-height: 22px;
  margin-left: 18.5px;
  color: #252b3a;
}

@media (max-width: 1599px) {
  .dropdown-common-recommend-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.dropdown-common-recommend-link {
  display: inline-block;
  width: 215px;
  height: 237px;
  border-radius: 4px;
  margin-top: 16px;
  padding: 23px 25px;
  margin-left: 18px;
  position: relative;
  overflow: hidden;
}

.dropdown-common-recommend-link .link-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  transition: 0.2s;
  transform: scale(1.01);
  z-index: 0;
}

.dropdown-common-recommend-link:hover .link-bg {
  transform: scale(1.08);
}

.dropdown-common-recommend-link .link-title {
  font-size: 16px;
  line-height: 22px;
  color: #252b3a;
  z-index: 1;
  position: relative;
  font-weight: bold;
}

.dropdown-common-recommend-link .link-desc {
  font-size: 12px;
  line-height: 18px;
  color: #252b3a;
  margin-top: 4px;
  z-index: 1;
  position: relative;
}

@media (max-width: 1279px) {
  .dropdown-common-right-wrapper > .dropdown-common-rightr {
    display: none;
  }
}

@media (max-width: 949px) {
  .dropdown-common-left-wrapper {
    flex: 5;
  }

  .dropdown-common-right-wrapper {
    flex: 15;
  }

  .dropdown-common-right-wrapper .dropdown-common-rightl {
    flex-flow: column;
  }

  .dropdown-common-right-wrapper .dropdown-common-col   .dropdown-common-col {
    margin-top: 56px;
  }

  .dropdown-common-module-wrapper .dropdown-common-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* region 主菜单下拉内容--产品 */
.dropdown-product-container {
  position: relative;
  height: fit-content;
  max-height: 100%;
  max-height: calc(94vh - 75px - 25px);
}

.header-container.fixed .dropdown-product-container {
  max-height: calc(94vh - 75px);
}

#header.show-top-prompt .dropdown-product-container {
  max-height: calc(94vh - 75px - 25px - 42px);
}

#header.show-top-ad .dropdown-product-container {
  max-height: calc(94vh - 75px - 25px - 70px);
}

.dropdown-product-wrapper {
  max-width: 1280px;
  display: flex;
  height: 800px;
  max-height: calc(94vh - 75px - 25px);
  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 - 75px - 25px - 42px);
}

#header.show-top-ad .dropdown-product-wrapper {
  max-height: calc(94vh - 75px - 25px - 70px);
}

@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 {
  flex: 4;
  padding-top: 32px;
  padding-bottom: 2px;
  border-right: 1px solid #dfe1e6;
}

.dropdown-product-wrapper-left.two-cols {
  flex: 6;
}

.dropdown-product-nav {
  margin-top: 24px;
  overflow: auto;
  height: calc(100% - 130px);
  display: flex;
}

.dropdown-product-nav ul {
  flex: 1;
  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: block;
  background-color: #fff;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 78px;
}

.dropdown-product-nav-container {
  height: 100%;
  padding: 0;
  transform: translate(0, -60px);
  transition: 0.2s;
  position: relative;
}

.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: #575d6c;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  transition: all 0.2s;
}

.dropdown-product-nav-menu-text span::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(100%   4px);
  width: 100%;
  height: 2px;
  transition: all 0.2s;
  transition-delay: 0;
  background: #c7000b;
  transform: scalex(0);
  transform-origin: 0%;
}

.dropdown-product-nav li.active span {
  color: #252b3a;
}

.dropdown-product-more {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #252b3a;
}

.dropdown-product-more a {
  transition: all 0.2s;
  transition-delay: 0;
}

.dropdown-product-more a:hover {
  color: #c7000b;
}

.dropdown-product-contact {
  display: block;
  color: #575d6c;
  font-size: 14px;
  height: 18px;
  margin-top: 12px;
  transition: all 0.2s;
  cursor: pointer;
}

.dropdown-product-contact:hover {
  color: #c7000b;
}

@media (max-width: 1024px) {
  .dropdown-product-contact {
    font-size: 12px;
  }
}

/* 中间下拉区域内容 */
.dropdown-product-wrapper-right {
  position: relative;
  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: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

/* 顺序展示下拉的内容动画 */
.header-dropdown-list.show-text .dropdown-product-nav-container {
  transform: translate(0, 0);
  transition-delay: 0.35s;
}

[data-nav-index] {
  opacity: 0;
  transition: 0.2s;
}

.header-dropdown-list.show-text [data-nav-index] {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.4s;
}

.header-dropdown-list.show-text [data-nav-index='0'] {
  transition-delay: 0.4s;
}

.header-dropdown-list.show-text [data-nav-index='1'] {
  transition-delay: 0.42s;
}

.header-dropdown-list.show-text [data-nav-index='2'] {
  transition-delay: 0.44s;
}

.header-dropdown-list.show-text [data-nav-index='3'] {
  transition-delay: 0.46s;
}

.header-dropdown-list.show-text [data-nav-index='4'] {
  transition-delay: 0.48s;
}

.header-dropdown-list.show-text [data-nav-index='5'] {
  transition-delay: 0.5s;
}

.header-dropdown-list.show-text [data-nav-index='6'] {
  transition-delay: 0.52s;
}

.header-dropdown-list.show-text [data-nav-index='7'] {
  transition-delay: 0.54s;
}

.header-dropdown-list.show-text [data-nav-index='8'] {
  transition-delay: 0.56s;
}

.header-dropdown-list.show-text [data-nav-index='9'] {
  transition-delay: 0.58s;
}

.header-dropdown-list.show-text [data-nav-index='10'] {
  transition-delay: 0.6s;
}

.header-dropdown-list.show-text [data-nav-index='11'] {
  transition-delay: 0.62s;
}

.dropdown-product-nav-menu:hover .dropdown-product-nav-menu-text span::before,
.active .dropdown-product-nav-menu .dropdown-product-nav-menu-text span::before {
  width: 100%;
  transform: scalex(1);
}

.dropdown-product-nav-menu:hover .dropdown-product-nav-menu-icon-normal,
.active .dropdown-product-nav-menu .dropdown-product-nav-menu-icon-normal {
  opacity: 0;
}

.dropdown-product-nav-menu:hover .dropdown-product-nav-menu-icon-active,
.active .dropdown-product-nav-menu .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: flex;
}

.dropdown-product-content-middle {
  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;
  }
}

@media (max-width: 1599px) {
  .dropdown-product-content-middlet {
    margin-bottom: 20px;
  }
}

.dropdown-product-content-middlet a {
  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;
  transition: all 0.2s;
  margin-bottom: 24px;
  padding-left: 26px;
  position: relative;
}

@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: flex;
  flex-wrap: wrap;
  margin-top: -4px;
}

.dropdown-product-module-wrapper .dropdown-product-item {
  flex: 0 0 33%;
  max-width: 33%;
}

.dropdown-product-module-wrapper .item-two {
  flex: 1;
  max-width: 100%;
}

.dropdown-product-module-wrapper .item-three {
  flex: 1;
  max-width: 100%;
}

.dropdown-product-module-wrapper.two-cols .dropdown-product-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.dropdown-product-module-wrapper .dropdown-product-item-twocol {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1599px) {
  .dropdown-product-module-wrapper-split {
    margin-top: 0;
  }
}

.flex-item-2-1 {
  flex: 0 0 66%;
  max-width: 66%;
}

.flex-item-2-2 {
  flex: 0 0 33%;
  max-width: 33%;
}

.flex-item-2 {
  flex: 0 0 33%;
  max-width: 33%;
}

.flex-item-12-1 {
  flex: 0 0 33%;
  max-width: 33%;
}

.flex-item-12-2 {
  flex: 0 0 66%;
  max-width: 66%;
}

.flex-item-2-1-split {
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-item-2-2-split {
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-item-2-split {
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-item-3 {
  flex: 0 0 33%;
  max-width: 33%;
}

@media (max-width: 949px) {
  .dropdown-product-module {
    display: block !important;
  }
}

@media (max-width: 949px) {
  .flex-item-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flex-item-2:last-child {
    margin-top: 32px;
  }

  .flex-item-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flex-item-3:not(first-child) {
    margin-top: 32px;
  }

  .flex-item-12-1,
  .flex-item-12-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flex-item-12-2 {
    margin-top: 32px;
  }
}

.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:hover .dropdown-product-item-title {
  color: #c7000b;
}

.dropdown-product-item-title-simplify:hover {
  color: #c7000b;
}

.dropdown-product-item-title-split {
  padding-right: 5px;
}

.dropdown-product-item-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #252b3a;
  transition: all 0.2s;
}

@media (max-width: 1599px) {
  .dropdown-product-item-title {
    font-size: 14px;
    line-height: 18px;
  }
}

.dropdown-product-item-desc {
  font-size: 14px;
  line-height: 22px;
  color: #8a8e99;
  margin-top: 4px;
}

@media (max-width: 1599px) {
  .dropdown-product-item-desc {
    font-size: 12px;
    line-height: 18px;
  }
}

.dropdown-product-content-right {
  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;
}

.dropdown-product-recommend-title {
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
}

.dropdown-product-recommend-link {
  display: inline-block;
  width: 215px;
  height: 237px;
  border-radius: 4px;
  margin-top: 16px;
  padding: 23px 25px;
  overflow: hidden;
  position: relative;
}

.dropdown-product-recommend-link .link-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  transition: 0.2s;
  transform: scale(1.01);
  z-index: 0;
}

.dropdown-product-recommend-link:hover .link-bg {
  transform: scale(1.08);
}

.dropdown-product-recommend-link .link-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #252b3a;
  z-index: 1;
  position: relative;
}

.dropdown-product-recommend-link .link-desc {
  font-size: 12px;
  line-height: 18px;
  color: #252b3a;
  margin-top: 4px;
  z-index: 1;
  position: relative;
}

@media (max-width: 1279px) {
  .dropdown-product-content-right {
    display: none;
  }
}

@media (max-width: 949px) {
  .dropdown-product-wrapper-left {
    flex: 4;
  }

  .dropdown-product-wrapper-right {
    flex: 17;
  }

  .dropdown-product-wrapper-right .dropdown-product-content-middleb > div {
    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 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/** 右侧推荐列表 */
.dropdown-product-recommend-right {
  flex: 5;
  margin-top: 32px;
  padding-bottom: 32px;
  padding-right: 16px;
}

@media (max-width: 1439px) {
  .dropdown-product-recommend-right {
    margin-top: 24px;
  }
}

.dropdown-product-recommend {
  margin-left: 38px;
}

.dropdown-product-rec-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: medium;
  color: #252b3a;
  margin-bottom: 8px;
}

@media (max-width: 1599px) {
  .dropdown-product-rec-title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 1439px) {
  .dropdown-product-rec-title {
    margin-bottom: 0;
  }
}

.dropdown-product-rec-link {
  border-bottom: 1px solid #eee;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.rec-title {
  font-weight: bold;
  font-size: 14px;
  color: #252b3a;
  letter-spacing: 0;
  line-height: 18px;
}

.dropdown-product-rec-link:hover {
  transition: all 0.2s;
  transition-delay: 0;
}

.dropdown-product-rec-link:hover .rec-title {
  color: #c7000b;
}

.rec-desc {
  font-size: 12px;
  color: #8a8e99;
  letter-spacing: 0;
  line-height: 18px;
}

@media (max-width: 1279px) {
  .dropdown-product-content-right,
  .dropdown-product-recommend-right {
    display: none;
  }
}

.header-dialog {
  position: absolute;
  top: 100px;
  z-index: -1;
}

.dropdown-dialog-wrapper {
  display: flex;
  padding: 24px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}

.dropdown-dialog-wrapper .dropdown-dialog-label {
  width: 100%;
  font-size: 14px;
  color: #252b3a;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

.dropdown-dialog-wrapper .dropdown-dialog-label a {
  position: relative;
}

.dropdown-dialog-wrapper .dropdown-dialog-label a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  right: -18px;
  top: 0;
  transform: rotate(-90deg);
  background:  no-repeat center / cover;
}

.dropdown-dialog-col {
  min-width: 150px;
}

.dropdown-dialog-col   .dropdown-dialog-col {
  margin-left: 20px;
}

.dropdown-dialog-item {
  display: block;
  height: auto;
  transition: height 0.2s;
}

.dropdown-dialog-item > a {
  display: inline-block;
  margin-bottom: 12px;
}

.dropdown-dialog-item > a h2 {
  color: #252b3a;
  font-weight: 600;
}

.dropdown-dialog-item li > a {
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  transition: all 0.2s;
}

.dropdown-dialog-item li > a:hover {
  color: #c7000b;
}

.dropdown-dialog-item li   li {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .header-dialog {
    display: none;
  }
}

/* region 移动端导航折叠 */
.header-mbnav {
  display: none;
}

@media (max-width: 768px) {
  .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-left: 15px solid #f0f0f0;
    border-right: 15px solid #f0f0f0;
    border-top: 11px solid #f0f0f0;
    border-bottom: 11px solid #f0f0f0;
  }

  .header-mbnav.show .header-subsite-mb-search_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    margin-left: 10px;
    background-image: ;
    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: ;
    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;
  }

  /* region 下拉菜单内容样式 */
  .header-mbnav-inner {
    display: flex;
    height: 100%;
    transition: 0.3s;
  }

  .header-mbnav-inner.show-next-level {
    transform: translate(-100%, 0);
  }

  .header-mbnav-level1,
  .header-mbnav-level2 {
    width: 100%;
    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: rgba(255, 255, 255, 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: bold;
    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: ;
    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: bold;
    font-size: 16px;
    line-height: 22px;
    color: #252b3a;
  }

  .header-mbnav-level2-body {
    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-menulist,
  .header-mbnav-level2-collapses {
    height: 100%;
    overflow-y: auto;
  }

  .header-mbnav-level2-menulist::-webkit-scrollbar,
  .header-mbnav-level2-collapses::-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;
    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;
    transform-origin: left;
    transform: scalex(0);
    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 {
    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 {
    transform: scalex(1);
  }

  .header-mbnav-level2-menus-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 0 24px;
    border-top: solid 1px rgba(255, 255, 255, 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 {
    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 0;
    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: normal;
  }

  /* endregion 下拉菜单内容样式 */

  /* region 折叠组件基本样式 */
  .header-collapse-head a {
    cursor: pointer;
  }

  .header-collapse-body {
    height: 0;
    overflow: hidden;
    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 0;
  }

  .header-collapse.open > .header-collapse-body {
    height: auto;
  }

  .header-collapse.closed > .header-collapse-body > .header-collapse-content {
    display: none;
  }

  /* endregion 折叠组件基本样式 */
  .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: 16px;
  }

  .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: flex;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .header-mbnav-hot-sale-body > div {
    flex: 0 0 50%;
    max-width: 50%;
    border: solid 0 rgba(223, 225, 230, 0.2);
  }

  .header-mbnav-hot-sale-body > div a {
    display: block;
  }

  .header-mbnav-hot-sale-body > div:nth-child(1) {
    border-width: 0 1px 1px 0;
  }

  .header-mbnav-hot-sale-body > div:nth-child(1) a {
    padding: 20px 15px 15px;
  }

  .header-mbnav-hot-sale-body > div:nth-child(2) {
    border-width: 0 0 1px 0;
  }

  .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%;
    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 {
    -ms-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: rgba(255, 255, 255, 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: solid 1px 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;
}

/* endregion 移动端导航折叠 */

/* region 导航搜索移动端 */
.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: solid 1px #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: solid 1px #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;
  }
}

/* endregion 导航搜索移动端 */
.header-mbshearch {
  display: none;
  height: calc(100vh - 48px);
  margin-top: -1px;
}

.showprompt .header-mbshearch {
  height: calc(100vh - (44px   128px));
}

.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: flex;
  flex-wrap: nowrap;
}

.header-mbshearch-form-row > div:nth-child(1) {
  flex: auto;
}

.header-mbshearch-form-row > div:nth-child(2) {
  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: ;
}

.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 20px;
  background: #fff;
  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:hover {
  color: #c7000b;
}

.header-mbshearch-droplist a:active span,
.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: ;
}

.header-mbshearch-droplist a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  font-weight: normal;
  padding: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-mbshearch-droplist a span {
  color: #575d6c;
  font-weight: normal;
  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: ;
  background-size: 100% 100%;
  transition: 0.2s;
}

.header-mbshearch-droplist a i {
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border: solid 1px #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: solid 1px rgba(138, 142, 153, 0.4);
}

/* region 子站header定制的样式 */
.header-subsite-tools {
  width: auto;
  display: inline-block;
  float: right;

  /* padding-right: 20px; */
}

.header-ad-pc.load-ad   .header-subsite-logo   .header-nav {
  width: calc(100% - 750px);
  margin-left: 10px;
}

.header-subsite-logo   .header-nav {
  width: calc(100% - 750px);
  margin-left: 10px;
  min-width: 60px;
}

.header-subsite-logo {
  background: none;
  line-height: 50px;
  width: 100px;
  margin: 0;
  float: left;
  color: #fff;
  height: 50px;
  margin-left: 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;
  padding: 0;
  color: #999;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 36px;
  padding-right: 42px;
  border: none;
}

.header-subsite-tools .header-subsite-search.market-search-inco .market-header-inco {
  background:  no-repeat !important;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: none;
  outline: none;
  background-color: transparent;
  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-menu {
  display: none;
}

.header-subsite-tools .header-subsite-right-item li > a {
  display: block;
  padding: 6px 20px 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;
  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 {
  width: 100%;
  height: 30px;
  color: #a0a2a8;
  font-size: 12px;
}

.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 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 rgba(255, 255, 255, 0.1);
  margin: 10px 0;
  width: calc(100% - 15px);
}

.cui-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: 0.2s;
}

.cui-btn-normal {
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 38px;
}

.cui-btn-small {
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
}

.cui-btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}

.cui-btn-primary {
  border-color: #c7000b;
  background-color: #c7000b;
  color: #fff;
}

.cui-btn-primary:hover,
.cui-btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}

.cui-btn-dark {
  border-color: #252b3a;
  background-color: #252b3a;
  color: #fff;
}

.cui-btn-outline-primary {
  border: solid 1px #c7000b;
  color: #c7000b;
}

.cui-btn-outline-primary:hover,
.cui-btn-outline-primary .hover {
  border-color: #c7000b;
  background-color: #c7000b;
  color: #fff;
}

.cui-btn-outline-dark {
  border: solid 1px #252b3a;
  color: #252b3a;
}

.cui-btn-outline-dark:hover,
.cui-btn-outline-dark .hover {
  border: solid 1px #c7000b;
  color: #c7000b;
}

.cui-btn-outline-light {
  border: solid 1px #fff;
  color: #fff;
}

.cui-btn-outline-light:hover,
.cui-btn-outline-light .hover {
  border-color: #c7000b;
  background-color: #c7000b;
  color: #fff;
}

.cui-btn.disabled,
.cui-btn[disabled] {
  cursor: default;
  background-color: #f7f7f7;
  border-color: #ddd;
  color: #a0a2a8;
}

.cui-btn.disabled:hover,
.cui-btn[disabled]:hover {
  box-shadow: none;
}

.cui-select {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 32px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}

.cui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 30px;
  cursor: pointer;
}

.cui-select select::-ms-expand {
  display: none;
}

.cui-select i {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 30px;
  background: white;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.cui-select i::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #666a75;
  margin-bottom: 1px;
}

.cui-select::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 32px;
  bottom: 5px;
  border-right: solid 1px #ddd;
}

.cui-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}

.cui-select-option-list {
  display: none;
}

.cui-select.open .cui-select-option-list {
  display: block;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 152px;
  overflow: auto;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-top: 5px;
}

.cui-select.open .cui-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}

.cui-select.open .cui-select-option-list li:hover {
  background: #f7f7f7;
  color: #c7000b;
}

.cui-select.open .cui-select-option-list li.selected {
  background: #c7000b;
  color: #fff;
}

/* footer-service */
.footer-service {
  background: #f3f3f3;
}

.footer-service-wrapper {
  position: relative;
}

.footer-service-wrapper > ul {
  overflow: hidden;
  border-bottom: solid 1px #e2e2e2;
}

.footer-service-wrapper > ul > li {
  float: left;
  width: 20%;
}

.footer-service-wrapper > ul > li > a {
  display: block;
  position: relative;
  height: 100px;
  padding-left: 55px;
  padding-top: 28px;
}

.footer-service-wrapper > ul > li > a > i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-size: 100% 100%;
}

.footer-service-wrapper > ul > li > a > h2 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
}

.footer-service-wrapper > ul > li > a > p {
  font-size: 14px;
  line-height: 18px;
  color: #666a75;
}

.footer-service-wrapper > ul > li > a:hover > h2 {
  color: #c7000b;
}

@media (max-width: 1199px) {
  .footer-service-wrapper > ul > li > a {
    height: 130px;
    padding: 20px 0 0;
    text-align: center;
  }

  .footer-service-wrapper > ul > li > a > i {
    position: static;
    display: block;
    margin: 0 auto 5px;
  }

  .footer-service-wrapper > ul > li > a > p {
    margin-top: 2px;
  }
}

@media (max-width: 767px) {
  .footer-service-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-service-wrapper > ul > li {
    width: 33.3333%;
  }

  .footer-service-wrapper > ul > li:nth-of-type(1) {
    width: 50%;
    padding-right: 5%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.09);
    text-align: right;
  }

  .footer-service-wrapper > ul > li:nth-of-type(1) a {
    display: inline-block;
  }

  .footer-service-wrapper > ul > li:nth-of-type(2) {
    width: 50%;
    padding-left: 5%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.09);
    text-align: left;
  }

  .footer-service-wrapper > ul > li:nth-of-type(2) a {
    display: inline-block;
  }

  .footer-service-wrapper > ul > li > a {
    height: 100px;
    padding: 13px 5px 0;
  }

  .footer-service-wrapper > ul > li > a > i {
    width: 30px;
    height: 30px;
  }

  .footer-service-wrapper > ul > li > a > h2 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }

  .footer-service-wrapper > ul > li > a > p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}

/* region footer */

/* common style */
#footer {
  color: rgba(37, 43, 58, 0.7);
  background: #f3f3f3;
}

.footer-link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-link:hover {
  color: #c7000b;
}

/* footer-hots-mb */
.footer-hots-mb {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .footer-hots-mb {
    display: none;
  }
}

.footer-hots-mb-wrapper {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: solid 1px #e2e2e2;
}

.footer-hots-mb-title {
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
  margin-bottom: 8px;
}

.footer-hots-mb ul li {
  display: inline-block;
  font-size: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-hots-mb ul a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(37, 43, 58, 0.7);
}

/* footer-nav */
.footer-nav {
  background: #f3f3f3;
}

.footer-nav-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-nav-wrapper::before,
.footer-nav-wrapper::after {
  content: ' ';
  display: table;
}

.footer-nav-wrapper::after {
  clear: both;
}

@media (min-width: 1521px) {
  .footer-service.wide .footer-service-wrapper {
    max-width: 1440px;
  }

  #footer.wide .footer-nav-wrapper,
  #footer.wide .footer-hot-recommend-wrapper,
  #footer.wide .footer-copyright-wrapper {
    max-width: 1440px;
  }
}

@media (max-width: 1439px) {
  .footer-service.wide .footer-service-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  #footer.wide .footer-nav-wrapper,
  #footer.wide .footer-hot-recommend-wrapper,
  #footer.wide .footer-copyright-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.footer-nav-content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e2e2e2;
}

.footer-nav-content::before,
.footer-nav-content::after {
  content: ' ';
  display: table;
}

.footer-nav-content::after {
  clear: both;
}

.footer-nav-menus {
  float: left;
  width: calc(100% - 242px);
  padding-left: 54px;
}

.footer-nav-menus::after {
  content: '';
  display: table;
  clear: both;
}

.footer-nav-menus dl {
  float: left;
  width: 20%;
  padding-left: 30px;
  font-size: 14px;
}

.footer-nav-menus dl dt {
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #252b3a;
}

.footer-nav-menus dl dd {
  font-size: 14px;
  line-height: 24px;
}

.footer-nav-menus dl dd   dd {
  margin-top: 8px;
}

.footer-nav-menus .split-line {
  max-width: 120px;
  border-top: solid 1px #666;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.footer-law-mb {
  display: none;
}

.footer-nav-submenus {
  float: left;
  width: 242px;
  padding-left: 4px;
  border-right: solid 1px #e2e2e2;
}

.footer-nav-submenus-inner {
  float: left;
}

.footer-nav-contact {
  margin-bottom: 24px;
}

.footer-nav-contact-phone {
  margin-bottom: 12px;
  text-align: left;
}

.footer-nav-contact-phone > h2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}

.footer-nav-contact-phone > a,
.footer-nav-contact-phone > p {
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #252b3a;
  font-weight: 600;
  position: relative;
}

.footer-nav-contact-phone > a i,
.footer-nav-contact-phone > p i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}

.footer-nav-contact-phone > a span,
.footer-nav-contact-phone > p span {
  margin-left: 28px;
  transition: all 0.2s;
}

.footer-nav-contact-phone > a   p,
.footer-nav-contact-phone > p   p {
  margin-top: 7px;
}

.footer-nav-contact-phone .contact-icon {
  opacity: 1;
}

.footer-nav-contact-phone .contact-icon-hover {
  opacity: 0;
}

.footer-nav-contact-phone > a:hover .contact-icon {
  opacity: 0;
}

.footer-nav-contact-phone > a:hover .contact-icon-hover {
  opacity: 1;
}

.footer-nav-contact-phone > a:hover span {
  color: #c7000b;
}

.footer-nav-contact-emails {
  position: relative;
  font-size: 0;
}

.footer-nav-contact-emails > li {
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}

.footer-nav-contact-emails-item {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}

.footer-nav-contact-emails-item a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-nav-download {
  display: none;
}

.foot-email {
  position: absolute;
  top: 50%;
  left: 100%;
  display: none;
  height: 24px;
  border-radius: 3px;
  margin-top: -12px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  color: #333;
  line-height: 24px;
  font-size: 12px;
}

.foot-email p::before {
  content: '';
  position: absolute;
  top: 7px;
  right: 100%;
  display: block;
  border: 5px solid;
  border-left: 0;
  border-color: transparent #fff transparent transparent;
}

.footer-nav-contact-emails-item:hover .foot-email {
  display: block;
}

.footer-nav-contact-emails-item:hover > a {
  color: #c7000b;
}

.footer-nav-about {
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 0;
}

.footer-nav-about dt {
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}

.footer-nav-about dd {
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}

.footer-nav-about dd:last-child {
  margin-right: 0;
}

.footer-nav-about dd.footer-nav-about-dd-mb {
  display: none;
}

.footer-nav-submenus-link {
  display: block;
  padding-top: 12px;
  float: left;
  font-size: 12px;
  line-height: 24px;
}

.footer-nav-submenus-link > p {
  display: none;
}

.footer-nav-submenus-link > i {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  font-size: 34px;
  background-size: 100% 100%;
  color: #252b3a;
}

.footer-nav-submenus-qr {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 140px;
  height: 152px;
  margin-bottom: -18px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px 2px 2px 0;
}

.footer-nav-submenus-qr span {
  display: block;
  width: 120px;
  height: 120px;
  margin: 10px 10px 0;
  background-size: cover;
}

.footer-nav-submenus-qr p {
  font-size: 12px;
  line-height: 18px;
  color: #252b3a;
  text-align: center;
}

.footer-nav-submenus-qr::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  border-left: solid 3px;
  border-right: solid 3px;
  border-top: solid 3px;
  border-bottom: 0;
  border-color: #fff transparent transparent;
}

.footer-nav-submenus-qr.qr-weibo::before {
  left: 50%;
  margin-left: -3px;
}

.footer-nav-submenus-qr.qr-wechat::before {
  left: 17px;
  margin-left: -3px;
}

.footer-nav-submenus-qr.qr-app::before {
  right: 17px;
  margin-right: -3px;
}

.qr-wechat span {
  background-image: url(/uploads/image/rc2bfcfimages/qr-wechat.png);
}

.qr-weibo span {
  background-image: url(/uploads/image/rc2bfcfimages/qr-weibo.png);
}

.qr-zhihu span {
  background-image: url(/uploads/image/rc2bfcfimages/qr-zhihu.jpg);
}

.qr-app span {
  background-image: url(/uploads/image/rc2bfcfimages/qr-app.png);
}

.footer-icon-phone {
  background-image: ;
}

.footer-icon-trust {
  background-image: url(/uploads/image/rc2bfcfimages/trust.svg);
}

.footer-icon-safety {
  background-image: url(/uploads/image/rc2bfcfimages/safety.svg);
}

.footer-hot-recommend {
  background: #f3f3f3;
}

.footer-hot-recommend .footer-hot-recommend-content.expand {
  height: auto;
  max-height: 185px;
  padding-bottom: 12px;
}

.footer-hot-recommend .footer-hot-recommend-content.expand .footer-collapse-icon {
  transform: rotatex(180deg);
}

.footer-hot-recommend .footer-hot-recommend-content {
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 20px;
  position: relative;
  height: auto;
  max-height: 117px;
  overflow: hidden;
}

.footer-hot-recommend .footer-hot-recommend-content div {
  float: left;
}

.footer-hot-recommend .footer-hot-recommend-content .content-left {
  font-weight: 600;
  color: #252b3a;
  font-size: 14px;
  padding-top: 8px;
  line-height: 18px;
}

.footer-hot-recommend .footer-hot-recommend-content .content-center {
  margin-left: 20px;
  width: calc(100% - 86px);
}

.footer-hot-recommend .footer-hot-recommend-content .content-center a {
  display: inline-block;
  width: 110px;
  font-weight: 400;
  color: #575d6c;
  font-size: 14px;
  line-height: 18px;
  transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 32px;
  margin-top: 8px;
}

.footer-hot-recommend .footer-hot-recommend-content .content-center a:hover {
  color: #c7000b;
}

.footer-hot-recommend .footer-hot-recommend-wrapper {
  font-size: 12px;
  transition: all 0.2s;
  overflow: hidden;
}

.footer-hot-recommend .footer-hot-recommend-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #f3f3f3;
}

.footer-hot-recommend .footer-collapse-icon {
  position: absolute;
  right: 12px;
  cursor: pointer;
  top: 16px;
  height: 16px;
  width: 16px;
  background: ;
  background-size: 100% 100%;
  transform: rotatex(0deg);
  transition: all 0.2s;
}

@media (max-width: 1200px) {
  .footer-product-recommend .footer-product-recommend-wrapper .footer-product-recommend-menus dl {
    margin-right: 24px;
  }
}

@media (min-width: 1024px) {
  .footer-nav-submenus-link:hover {
    margin-top: 0;
  }

  .footer-nav-submenus-link:hover i {
    color: #c7000b;
  }

  .footer-nav-submenus-link:hover .footer-nav-submenus-qr {
    display: block;
  }
}

.footer-nav-other-link {
  clear: both;
  overflow: hidden;
  padding-top: 30px;
}

.footer-nav-other-link span,
.footer-nav-other-link a {
  float: left;
  font-size: 12px;
  line-height: 18px;
}

.footer-nav-other-link span {
  margin-right: 40px;
  color: white;
}

.footer-nav-other-link a {
  margin-right: 24px;
}

.footer-nav-contact-title {
  display: none;
}

.footer-nav-contact-icon {
  display: none;
}

@media (max-width: 1199px) {
  .footer-nav-menus {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .footer-hot-recommend {
    display: none;
  }

  .footer-nav-content {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }

  .footer-nav {
    padding: 0;
  }

  .footer-nav-menus {
    display: none;
  }

  .footer-nav-submenus {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    border: none;
    font-size: 0;
  }

  .footer-nav-submenus-inner {
    float: none;
    width: auto;
    padding-left: 0;
    background: none;
  }

  .footer-nav-contact {
    display: none;
  }

  .footer-nav-about {
    display: block;
    float: none;
    overflow: hidden;
    padding: 20px 0;
    margin: 15px auto 0;
    font-size: 0;
    text-align: center;
  }

  .footer-nav-about dt {
    display: none;
  }

  .footer-nav-about > dd {
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
    margin-right: 48px;
  }

  .footer-nav-about > dd.footer-nav-about-dd-mb {
    display: inline-block;
  }

  .footer-nav-submenus-link {
    padding-top: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 34px;
  }

  .footer-nav-submenus-link i {
    margin-top: 0;
  }

  .footer-nav-submenus-link p {
    display: block;
    margin-left: 44px;
  }

  .footer-nav-submenus-link.weixin-sh {
    cursor: pointer;
  }

  .footer-nav-submenus-link-phone {
    line-height: 20px;
  }

  .footer-nav-submenus-link-phone p:first-of-type {
    margin-top: -3px;
  }

  .footer-nav-submenus-link-phone p:last-of-type {
    margin-bottom: -3px;
  }

  .footer-nav-submenus-qr {
    display: none !important;
  }

  .footer-nav-other-link {
    display: none;
  }

  .footer-law-mb {
    clear: both;
    display: block;
    font-size: 0;
    text-align: center;
    color: #252b3a;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .footer-law-mb ::before {
    clear: both;
    display: block;
    font-size: 0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .footer-law-mb > li {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-law-mb > li   li::before {
    content: '';
    height: 17px;
    display: inline-block;
    position: relative;
    top: 3px;
    border-right: 1px solid;
    margin-left: 12px;
    margin-right: 12px;
  }

  .footer-copyright-container {
    border: none;
  }

  .footer-nav-contact-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-nav-contact-button {
    display: inline-block;
  }

  .footer-nav-download {
    display: block;
    margin-bottom: 16px;
    text-align: center;
  }

  .footer-nav-download a {
    font-size: 14px;
    line-height: 20px;
    color: #252b3a;
  }

  .footer-nav-download a i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 14px;
    margin-top: -3px;
    margin-right: 8px;
    border: solid 1px #a5a8af;
  }

  .footer-nav-download a i::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    border-bottom: solid 1px #a5a8af;
  }

  .footer-nav-contact-title {
    display: block;
    text-align: center;
    width: 100%;
    color: rgba(37, 43, 58, 0.7);
    font-size: 14px;
  }

  .footer-nav-contact-icon {
    display: flex;
    height: 48px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #252b3a;
    line-height: 20px;
    margin-bottom: 2px;
  }

  .footer-nav-contact-icon i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    margin-right: 8px;
  }

  .footer-nav-contact-icon em {
    font-style: normal;
    font-weight: 700;
  }

  .footer-nav-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-nav-submenus {
    padding-top: 16px;
    text-align: center;
  }

  .footer-nav-contact {
    display: none;
  }

  .footer-nav-contact-phone {
    padding-left: 34px;
    margin: 0;
    background-size: 24px 24px;
    background-position: 0 0;
  }

  .footer-nav-contact-phone p {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-nav-contact-emails {
    display: none;
  }

  .footer-nav-about {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 16px;
    margin-top: 0;
  }

  .footer-nav-about > dd {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-nav-about > dd.footer-nav-about-dd-app {
    display: none;
  }

  .footer-nav-about > dd p {
    display: none;
  }

  .footer-nav-about > dd:last-child {
    margin-right: 8px;
    margin-bottom: 0;
  }

  .footer-nav-about > dd.footer-nav-about-dd-mb {
    display: none;
  }

  .footer-nav-submenus-link {
    line-height: 24px;
  }

  .footer-nav-submenus-link p {
    margin-left: 34px;
  }

  .footer-nav-submenus-link-phone {
    font-size: 14px;
  }
}

/* footer-copyright */
.footer-copyright-container {
  background: #f3f3f3;
}

.footer-copyright-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright {
  float: left;
  font-size: 0;
}

.footer-copyright span,
.footer-copyright a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 18px;
}

.footer-law {
  float: right;
  overflow: hidden;
  font-size: 0;
}

.footer-law > li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}

.footer-law > li   li::before {
  content: '|';
  margin-left: 10px;
  margin-right: 10px;
}

.footer-record {
  clear: both;
  padding-top: 5px;
  font-size: 0;
}

.footer-record i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  background-size: 100% 100%;
}

.footer-icon-record1 {
  background-image: ;
}

.footer-icon-record2 {
  background-image: ;
}

.footer-record i a {
  display: block;
  width: 18px;
  height: 18px;
}

.footer-record a,
.footer-record span {
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .footer-copyright,
  .footer-law,
  .footer-record {
    float: none;
    display: block;
    text-align: center;
    font-size: 0;
  }

  .footer-copyright {
    padding-top: 5px;
  }

  .footer-copyright span,
  .footer-copyright a {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 1023px) {
  .footer-law {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    padding-top: 0;
    color: #252b3a;
  }

  .footer-copyright-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .footer-copyright span,
  .footer-copyright a {
    font-size: 10px;
    line-height: 15px;
  }

  .footer-record i,
  .footer-record i a {
    width: 12px;
    height: 12px;
  }

  .footer-record i {
    margin-right: 4px;
  }

  .footer-record span {
    margin-left: 4px;
    line-height: 15px;
    color: #252b3a;
  }
}

/* 微信放大图 */
.wx-pop-wrapper {
  display: none;
}

@media (max-width: 1023px) {
  .wx-pop-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;

    /* display: flex;
justify-content: center;
align-items: center; */
    z-index: 9999;
  }

  .wx-pop-wrapper .wx-pop {
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 300px;
    position: relative;
    background-color: #fff;
  }

  .wx-pop-wrapper .wx-pop img {
    display: block;
    width: 100%;
  }

  .wx-pop-wrapper p {
    position: absolute;
    top: 320px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
  }
}

/* endregion footer */
