/* 买化塑 PC 商城首页 v2 - 头部样式 */

#app {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 12px;
  color: #333;
}

.mhs-v2-container {
  width: 1312px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ========== 顶部工具栏 ========== */
.mhs-v2-topbar {
  background-color: #302f75;
  color: #fff;
  height: 32px;
  line-height: 32px;
  position: relative;
  z-index: 101;
  font-size: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  overflow: visible;
}

.mhs-v2-topbar-left,
.mhs-v2-topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: visible;
}

.mhs-v2-topbar .mhs-v2-container {
  overflow: visible;
}

.mhs-v2-header-wrapper {
  display: contents;
}

.mhs-v2-welcome {
  margin-right: 4px;
}

.mhs-v2-topbar .mhs-v2-link,
.mhs-v2-topbar .mhs-v2-dropdown-trigger,
.mhs-v2-topbar .mhs-v2-welcome,
.mhs-v2-topbar .mhs-v2-divider {
  font-size: 12px !important;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  line-height: 32px;
}

.mhs-v2-topbar .mhs-v2-link {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 10px;
}

.mhs-v2-topbar .mhs-v2-link:hover {
  opacity: 0.85;
}

.mhs-v2-divider {
  color: rgba(255, 255, 255, 0.5);
  user-select: none;
}

.mhs-v2-dropdown-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 2px;
  margin-top: -2px;
  vertical-align: middle;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.2s;
  box-sizing: border-box;
}

/* ========== 顶部下拉菜单（收藏夹等） ========== */
.mhs-v2-dropdown {
  position: relative;
  height: 32px;
}

.mhs-v2-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 32px;
  padding: 0 10px;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  box-sizing: border-box;
}

.mhs-v2-dropdown:hover .mhs-v2-dropdown-trigger {
  background-color: #fff;
  color: #302f75;
}

.mhs-v2-dropdown:hover .mhs-v2-dropdown-arrow {
  transform: rotate(-135deg);
}

.mhs-v2-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  min-width: 100%;
  width: max-content;
  padding: 5px 9px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-top: 0;
  box-sizing: border-box;
  z-index: 102;
}

.mhs-v2-dropdown:hover .mhs-v2-dropdown-menu {
  display: block;
}

.mhs-v2-dropdown-menu a {
  display: block;
  line-height: 28px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.mhs-v2-dropdown-menu a:hover {
  color: #302f75;
}

.mhs-v2-dropdown--right .mhs-v2-dropdown-menu {
  left: auto;
  right: 0;
}

.mhs-v2-dropdown-menu--service {
  min-width: 156px;
  padding: 0 9px;
}

.mhs-v2-service-top,
.mhs-v2-service-bottom {
  padding: 5px 0;
  text-align: center;
}

.mhs-v2-service-top {
  position: relative;
}

.mhs-v2-service-top::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 1px;
  margin-left: -50px;
  background-color: #f0f0f0;
}

.mhs-v2-service-top h4,
.mhs-v2-service-bottom h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #333;
}

.mhs-v2-service-top h4 a {
  color: #333;
  text-decoration: none;
}

.mhs-v2-service-top h4 a:hover {
  color: #302f75;
}

.mhs-v2-service-links {
  line-height: 24px;
}

.mhs-v2-service-links a {
  display: inline-block;
  margin: 0 10px;
  line-height: 24px;
  color: #666;
  text-decoration: none;
}

.mhs-v2-service-links a:hover {
  color: #302f75;
}

.mhs-v2-service-bottom p {
  line-height: 24px;
  color: #333;
}

/* ========== 主头部 ========== */
.mhs-v2-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  padding: 12px 0;
  box-shadow: none;
  transition: box-shadow 0.2s ease;
}

.mhs-v2-header.is-sticky {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mhs-v2-header-sentinel {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

.mhs-v2-header .mhs-v2-container {
  align-items: center;
}

.mhs-v2-logo {
  display: block;
  text-decoration: none;
  flex-shrink: 0;
  margin-left: 15px;
}

.mhs-v2-logo img {
  display: block;
  height: 60px;
  width: auto;
}

.mhs-v2-search-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mhs-v2-search-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mhs-v2-search-box {
  display: flex;
  align-items: center;
  width: 560px;
  height: 45px;
  padding: 2px 2px 2px 0;
  border: 1px solid #302f75;
  border-radius: 999px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}

.mhs-v2-search-input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 18px;
  font-size: 14px;
  color: #333;
  background: transparent;
  border-radius: 999px 0 0 999px;
  -webkit-appearance: none;
  appearance: none;
}

/* 覆盖旧版 mhsIndex.css #s1 定位，避免空搜 .active 闪烁错位 */
.mhs-v2-search-box .mhs-v2-search-input,
.mhs-v2-search-box #s1 {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  line-height: normal !important;
  margin: 0 !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 999px 0 0 999px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  vertical-align: middle !important;
  transform: none !important;
}

/* Chrome 部分版本：下拉回填 / autofill 会给 input 加黄底并撑破圆角 */
.mhs-v2-search-box .mhs-v2-search-input:-webkit-autofill,
.mhs-v2-search-box .mhs-v2-search-input:-webkit-autofill:hover,
.mhs-v2-search-box .mhs-v2-search-input:-webkit-autofill:focus,
.mhs-v2-search-box .mhs-v2-search-input:-webkit-autofill:active,
.mhs-v2-search-box #s1:-webkit-autofill,
.mhs-v2-search-box #s1:-webkit-autofill:hover,
.mhs-v2-search-box #s1:-webkit-autofill:focus,
.mhs-v2-search-box #s1:-webkit-autofill:active {
  -webkit-text-fill-color: #333 !important;
  caret-color: #333;
  border: none !important;
  border-radius: 999px 0 0 999px !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 99999s ease-out 0s;
  -webkit-transition: background-color 99999s ease-out 0s;
}

.mhs-v2-search-box .mhs-v2-search-input.active,
.mhs-v2-search-box #s1.active {
  position: static;
  top: auto;
  left: auto;
  border-radius: 999px 0 0 999px;
  animation: mhs-v2-search-flash 1.5s ease-in-out 0s 1 alternate forwards;
  -webkit-animation: mhs-v2-search-flash 1.5s ease-in-out 0s 1 alternate forwards;
}

@keyframes mhs-v2-search-flash {
  0% {
    background: transparent;
  }
  25% {
    background: #fd9f83;
  }
  50% {
    background: transparent;
  }
  75% {
    background: #fd9f83;
  }
  100% {
    background: transparent;
  }
}

@-webkit-keyframes mhs-v2-search-flash {
  0% {
    background: transparent;
  }
  25% {
    background: #fd9f83;
  }
  50% {
    background: transparent;
  }
  75% {
    background: #fd9f83;
  }
  100% {
    background: transparent;
  }
}

.mhs-v2-search-input::placeholder {
  color: #bbb;
}

.mhs-v2-search-btn {
  height: 100%;
  padding: 0 22px;
  flex-shrink: 0;
  border: none;
  border-radius: 999px;
  background-color: #302f75;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.mhs-v2-search-btn:hover {
  background-color: #25245e;
}

.mhs-v2-procure-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 24px;
  background-color: #302f75;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.mhs-v2-procure-btn:hover {
  background-color: #25245e;
  color: white;
}

.mhs-v2-search-hot {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  width: 560px;
  margin-top: 8px;
  padding-left: 2px;
  box-sizing: border-box;
}

.mhs-v2-search-hot a {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  text-decoration: none;
}

.mhs-v2-search-hot a:hover {
  color: #302f75;
}

/* ========== 主导航 ========== */
.mhs-v2-main-nav {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.mhs-v2-main-nav-inner {
  height: 40px;
  gap: 0;
  justify-content: flex-start;
}

.mhs-v2-cat-tabs {
  display: flex;
  width: 224px;
  height: 40px;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.mhs-v2-cat-tabs li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background-color: #302f75;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}

.mhs-v2-cat-tabs li.is-active {
  background-color: #fa4a14;
  color: #fff;
}

.mhs-v2-nav-links {
  display: flex;
  flex: 1;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mhs-v2-nav-links > li {
  flex: 1;
  position: relative;
}

.mhs-v2-nav-links > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.mhs-v2-nav-links > li > a:hover {
  color: #fa4a14;
}

.mhs-v2-nav-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  min-width: 180px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 50;
}

.mhs-v2-nav-dropdown:hover .mhs-v2-nav-dropdown-menu {
  display: block;
}

.mhs-v2-nav-dropdown-menu a {
  display: block;
  padding: 0 14px;
  line-height: 32px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.mhs-v2-nav-dropdown-menu a:hover {
  color: #302f75;
  background-color: #f7f7f7;
}

/* ========== 主内容区 ========== */
.mhs-v2-main {
  position: relative;
  background-color: #f5f5f5;
  padding: 16px 0 5px;
}

.mhs-v2-main-inner {
  align-items: stretch;
  gap: 16px;
  justify-content: flex-start;
  overflow: visible;
}

.mhs-v2-hero-wrap {
  width: 100%;
}

.mhs-v2-hero-wrap > .mhs-v2-module-body {
  display: flex;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}

/* 左侧分类 */
.mhs-v2-sidebar {
  width: 224px;
  flex-shrink: 0;
  background-color: #fff;
  margin-top: -16px;
  position: relative;
  z-index: 50;
}

.mhs-v2-cat-panel {
  display: none;
  padding: 0;
  overflow: visible;
}

.mhs-v2-cat-panel.is-active {
  display: block;
  position: relative;
}

.mhs-v2-cat-item {
  position: static;
  padding: 5px 12px 5px 15px;
}

.mhs-v2-cat-item:first-child {
  margin-top: 10px;
}

.mhs-v2-cat-item h3 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
  margin: 0;
  transition: color 0.2s;
}

.mhs-v2-cat-item h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 28px;
  height: 3px;
  background-color: #fa4a14;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.mhs-v2-cat-item:hover h3 {
  color: #fa4a14;
}

.mhs-v2-cat-item:hover h3::after {
  transform: scaleX(1);
}

.mhs-v2-cat-item p {
  margin: 0;
  line-height: 18px;
}

.mhs-v2-cat-item > p a {
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  font-size: 12px;
  color: #929292;
  text-decoration: none;
  transition: color 0.2s;
}

.mhs-v2-cat-item > p a:hover {
  color: #fa4a14;
}

/* 分类浮动面板 */
.mhs-v2-cat-float {
  display: none;
  position: absolute;
  left: 100%;
  top: -11px;
  width: 818px;
  height: 540px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  z-index: 300;
  box-sizing: border-box;
}

.mhs-v2-cat-item:hover .mhs-v2-cat-float {
  display: block;
}

.mhs-v2-cat-float-body {
  display: flex;
  padding: 16px 20px;
  gap: 16px;
  align-items: flex-start;
}

.mhs-v2-cat-float-left {
  flex: 1;
  min-width: 0;
}

.mhs-v2-cat-float-left h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 14px;
  color: #333;
  line-height: 1.4;
}

.mhs-v2-float-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  line-height: 24px;
  min-height: 24px;
}

.mhs-v2-float-label {
  box-sizing: border-box;
  width: auto;
  min-width: 72px;
  flex-shrink: 0;
  margin: 0;
  padding: 0 16px 0 0;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  color: #929292;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

.mhs-v2-float-label:hover {
  color: #fa4a14;
}

.mhs-v2-float-links {
  flex: 1;
  min-width: 0;
  line-height: 24px;
}

.mhs-v2-float-links a {
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: top;
}

.mhs-v2-float-links a:hover {
  color: #fa4a14;
}

.mhs-v2-float-tags {
  margin-top: 16px;
  padding-top: 14px;
}

.mhs-v2-float-tag-block {
  margin-bottom: 20px;
}

.mhs-v2-float-tag-block h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #333;
}

.mhs-v2-float-tag-block p {
  margin: 0;
  line-height: 22px;
}

.mhs-v2-float-tag-block a {
  display: inline-block;
  margin: 0 8px 6px 0;
  padding: 2px 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

.mhs-v2-float-tag-block a:hover {
  color: #fa4a14;
  border-color: #fa4a14;
}

.mhs-v2-cat-float-right {
  width: 240px;
  flex-shrink: 0;
  padding-left: 16px;
}

.mhs-v2-float-supplier {
  padding-top: 10px;
  margin-bottom: 30px;
}

.mhs-v2-float-supplier:last-child {
  margin-bottom: 0;
}

.mhs-v2-float-supplier h5 {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 8px;
  color: #333;
  line-height: 1.4;
}

.mhs-v2-float-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mhs-v2-float-logos a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  overflow: hidden;
}

.mhs-v2-float-logos img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mhs-v2-cat-float::-webkit-scrollbar {
  width: 6px;
}

.mhs-v2-cat-float::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.mhs-v2-cat-float::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

/* 中间轮播 */
.mhs-v2-center {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.mhs-v2-banner {
  position: relative;
  width: 802px;
  height: 412px;
  overflow: hidden;
  background-color: #ddd;
  border-radius: 8px;
}

.mhs-v2-banner .swiper-slide a {
  display: block;
  height: 412px;
}

.mhs-v2-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.mhs-v2-banner-prev,
.mhs-v2-banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s;
}

.mhs-v2-banner:hover .mhs-v2-banner-prev,
.mhs-v2-banner:hover .mhs-v2-banner-next {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mhs-v2-banner-prev:hover,
.mhs-v2-banner-next:hover {
  background-color: #fff;
}

.mhs-v2-banner-prev {
  left: 16px;
}

.mhs-v2-banner-next {
  right: 16px;
}

.mhs-v2-banner-prev::after,
.mhs-v2-banner-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
}

.mhs-v2-banner-prev::after {
  transform: translate(-30%, -50%) rotate(135deg);
}

.mhs-v2-banner-next::after {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.mhs-v2-banner-pagination {
  bottom: 12px !important;
}

.mhs-v2-banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.mhs-v2-banner-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 企业 Logo 条 */
.mhs-v2-partners {
  display: flex;
  align-items: stretch;
  width: 802px;
  height: 97px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.mhs-v2-partner-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 6px;
  text-decoration: none;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

.mhs-v2-partner-item:first-child {
  border-top-left-radius: 8px;
  overflow: hidden;
}

.mhs-v2-partner-item:last-child {
  border-top-right-radius: 8px;
  border-right: none;
  overflow: hidden;
}

.mhs-v2-partner-item img,
.mhs-v2-partner-item .mhs-v2-partner-logo {
  display: block;
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.mhs-v2-partner-hover {
  display: none;
  position: absolute;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(250, 74, 20, 0.9);
  color: #fff;
  text-align: center;
  padding: 6px 8px;
  box-sizing: border-box;
}

.mhs-v2-partner-item:hover .mhs-v2-partner-logo {
  visibility: hidden;
}

.mhs-v2-partner-item:hover .mhs-v2-partner-hover {
  display: flex;
}

.mhs-v2-partner-item:first-child:hover .mhs-v2-partner-hover {
  border-radius: 8px 0 0 0;
}

.mhs-v2-partner-item:last-child:hover .mhs-v2-partner-hover {
  border-radius: 0 8px 0 0;
}

.mhs-v2-partner-name {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
}

.mhs-v2-partner-en {
  font-size: 10px;
  line-height: 1.4;
  opacity: 0.85;
  margin-top: 2px;
}

.mhs-v2-partner-short {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 2px;
}

/* 右侧用户面板 */
.mhs-v2-user-panel {
  width: 254px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.mhs-v2-user-card {
  padding: 5px 12px 12px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
}

.mhs-v2-user-guest {
  width: 100%;
  margin-bottom: 1px;
  padding: 0 9%;
  border-radius: 8px 8px 0 0;
  min-height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mhs-v2-user-logged {
  border-radius: 8px 8px 0 0;
  margin-bottom: 1px;
  padding-bottom: 0;
  height: 184px;
}

.mhs-v2-user-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  width: 90%;
  margin: 0 auto;
}

.mhs-v2-user-avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  background: #dce9f8
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='22' r='12' fill='%235b8ec9'/%3E%3Cpath d='M12 54c2-12 12-18 20-18s18 6 20 18' fill='%235b8ec9'/%3E%3C/svg%3E")
    center 8px / 40px no-repeat;
}

.mhs-v2-user-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.mhs-v2-user-name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}

.mhs-v2-user-badge {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background-color: #fa4a14;
  border-radius: 10px;
}

.mhs-v2-user-stats {
  display: flex;
  margin: 12px 0;
}

.mhs-v2-user-stats > div {
  flex: 1;
  text-align: center;
}

.mhs-v2-user-stats em {
  display: block;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #302f75;
}

.mhs-v2-user-stats span {
  display: block;
  font-size: 12px;
  color: #666;
}

.mhs-v2-user-checkin {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
  background-color: #302f75;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}

.mhs-v2-user-checkin:hover {
  color: white;
}

.mhs-v2-user-logged .mhs-v2-user-tabs {
  margin: 0 -12px;
  padding: 0 12px;
  border-top: 1px solid #f0f0f0;
}

.mhs-v2-user-welcome {
  margin-bottom: 16px;
}

.mhs-v2-user-hi {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.mhs-v2-user-auth {
  display: flex;
  gap: 10px;
}

.mhs-v2-btn-login,
.mhs-v2-btn-register {
  flex: 1;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  box-sizing: border-box;
}

.mhs-v2-btn-login:hover {
  color: #fff;
  opacity: 0.9;
}

.mhs-v2-btn-register:hover {
  color: #302f75;
  background-color: #f5f5f9;
}

.mhs-v2-btn-login {
  background-color: #302f75;
  color: #fff;
}

.mhs-v2-btn-register {
  border: 1px solid #302f75;
  color: #302f75;
  line-height: 32px;
  background-color: #fff;
}

.mhs-v2-user-tabs {
  display: flex;
}

.mhs-v2-user-tabs span {
  flex: 1;
  text-align: center;
  font-size: 13px;
  padding: 8px 0;
  cursor: pointer;
  color: #666;
  position: relative;
  user-select: none;
  white-space: nowrap;
}

.mhs-v2-user-tabs span.is-active {
  color: #fa4a14;
  font-weight: bold;
}

.mhs-v2-user-tabs span.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: #fa4a14;
}

.mhs-v2-user-grids {
  margin-top: 10px;
  padding: 8px 4px;
  background-color: #f5f7fb;
  border-radius: 8px;
}

.mhs-v2-user-grid {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 0;
}

.mhs-v2-user-grid.is-active {
  display: grid;
}

.mhs-v2-user-grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0 6px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  text-align: center;
}

.mhs-v2-user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}

.mhs-v2-user-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.mhs-v2-user-grid a:hover {
  color: #fa4a14;
}

.mhs-v2-user-weekly {
  margin-top: 13px;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  min-height: 99px;
}

.mhs-v2-user-weekly-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.mhs-v2-user-weekly-head h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}

.mhs-v2-user-weekly-head a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  text-decoration: none;
}

.mhs-v2-user-weekly-head a i {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}

.mhs-v2-user-weekly-head a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 -3px;
  border-top: 1.5px solid #999;
  border-right: 1.5px solid #999;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.mhs-v2-user-weekly-head a:hover {
  color: #fa4a14;
}

.mhs-v2-user-weekly-head a:hover i::after {
  border-color: #fa4a14;
}

.mhs-v2-user-weekly-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mhs-v2-user-weekly-list li {
  line-height: 24px;
}

.mhs-v2-user-weekly-list a {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-user-weekly-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #ccc;
}

.mhs-v2-user-weekly-list a.is-hot {
  color: #fa4a14;
}

.mhs-v2-user-weekly-list a.is-hot::before {
  background-color: #fa4a14;
}

.mhs-v2-user-weekly-list a:hover {
  color: #fa4a14;
}

.mhs-v2-user-weekly-list a:hover::before {
  background-color: #fa4a14;
}

/* ========== 全宽推广横幅 ========== */
.mhs-v2-wide-banner {
  margin-top: 16px;
}

.mhs-v2-wide-banner .mhs-v2-container {
  display: block;
}

.mhs-v2-wide-banner-swiper {
  position: relative;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}

.mhs-v2-wide-banner-swiper .swiper-slide {
  height: 100%;
}

.mhs-v2-wide-banner-link {
  display: block;
  height: 100%;
}

.mhs-v2-wide-banner-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.mhs-v2-wide-banner-pagination {
  bottom: 10px !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center;
  z-index: 2;
}

.mhs-v2-wide-banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background-color: rgba(255, 255, 255, 0.55);
  opacity: 1;
  vertical-align: middle;
}

.mhs-v2-wide-banner-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 16px;
  border-radius: 4px;
}

/* ========== 询盘报价 ========== */
.mhs-v2-inquiry {
  margin-top: 20px;
}

.mhs-v2-inquiry-wrap {
  display: block;
}

.mhs-v2-inquiry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-bottom: 12px;
}

.mhs-v2-inquiry-head-left {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mhs-v2-inquiry-title {
  flex-shrink: 0;
  margin: 0;
  padding-left: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #27282d;
  border-left: 4px solid #302f75;
}

.mhs-v2-inquiry-title img {
  width: 30px;
}

.mhs-v2-inquiry-head .mhs-v2-inquiry-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #fa4a14;
  border-left: none;
}

.mhs-v2-inquiry-title-icon {
  flex-shrink: 0;
  color: #fa4a14;
}

.mhs-v2-inquiry-notice {
  margin: 0 0 0 16px;
  font-size: 12px;
  line-height: 40px;
  color: #929292;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-inquiry-notice-wrap {
  flex: 1;
  min-width: 0;
  margin-left: 16px;
  height: 40px;
  overflow: hidden;
}

.mhs-v2-inquiry-notice-scroll {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mhs-v2-inquiry-notice-scroll::-webkit-scrollbar {
  display: none;
}

.mhs-v2-inquiry-notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mhs-v2-inquiry-notice-list li {
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #929292;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-inquiry-head .mhs-v2-inquiry-more,
.mhs-v2-sample-head .mhs-v2-inquiry-more,
.mhs-v2-purchase-head .mhs-v2-inquiry-more {
  flex-shrink: 0;
  gap: 4px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
}

.mhs-v2-inquiry-head .mhs-v2-inquiry-more i,
.mhs-v2-sample-head .mhs-v2-inquiry-more i,
.mhs-v2-purchase-head .mhs-v2-inquiry-more i {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #555;
}

.mhs-v2-inquiry-head .mhs-v2-inquiry-more i::after,
.mhs-v2-sample-head .mhs-v2-inquiry-more i::after,
.mhs-v2-purchase-head .mhs-v2-inquiry-more i::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}

.mhs-v2-inquiry-head .mhs-v2-inquiry-more:hover,
.mhs-v2-sample-head .mhs-v2-inquiry-more:hover,
.mhs-v2-purchase-head .mhs-v2-inquiry-more:hover {
  color: #302f75;
}

.mhs-v2-inquiry-head .mhs-v2-inquiry-more:hover i,
.mhs-v2-sample-head .mhs-v2-inquiry-more:hover i,
.mhs-v2-purchase-head .mhs-v2-inquiry-more:hover i {
  background-color: #302f75;
  border-color: #302f75;
}

.mhs-v2-inquiry-head .mhs-v2-inquiry-more:hover i::after,
.mhs-v2-sample-head .mhs-v2-inquiry-more:hover i::after,
.mhs-v2-purchase-head .mhs-v2-inquiry-more:hover i::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.mhs-v2-inquiry-more {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #5b5fb6;
  text-decoration: none;
}

.mhs-v2-inquiry-more i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 1.5px solid #5b5fb6;
  box-sizing: border-box;
}

.mhs-v2-inquiry-more i::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: -1px;
  border-top: 1.5px solid #5b5fb6;
  border-right: 1.5px solid #5b5fb6;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.mhs-v2-inquiry-more:hover {
  color: #302f75;
}

.mhs-v2-inquiry-more:hover i {
  background-color: transparent;
  border-color: #302f75;
}

.mhs-v2-inquiry-more:hover i::after {
  border-top-color: #302f75;
  border-right-color: #302f75;
}

.mhs-v2-inquiry-layout {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.mhs-v2-inquiry-left {
  flex: 1;
  min-width: 0;
  padding: 16px 0 20px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.mhs-v2-inquiry-right {
  flex-shrink: 0;
  width: 265px;
  padding: 16px 20px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.mhs-v2-inquiry-left .mhs-v2-inquiry-head {
  margin-bottom: 16px;
  padding: 0 20px;
}

.mhs-v2-inquiry-scroll-wrap {
  height: 200px;
  overflow: hidden;
}

.mhs-v2-inquiry-scroll {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mhs-v2-inquiry-scroll::-webkit-scrollbar {
  display: none;
}

.mhs-v2-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mhs-v2-inquiry-card {
  position: relative;
  display: block;
  height: auto;
  min-height: 184px;
  padding: 12px 14px 14px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  color: inherit;
  text-decoration: none;
}

.mhs-v2-inquiry-grid .mhs-v2-inquiry-card:nth-child(3n) {
  border-right: 0;
}

.mhs-v2-inquiry-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 0 0 7px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  background-color: #fa4a14;
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 7px), 0 100%);
}

.mhs-v2-inquiry-card-top {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-left: 50px;
}

.mhs-v2-inquiry-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 28px;
}

.mhs-v2-inquiry-card-head h3 {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-inquiry-quote-btn {
  flex-shrink: 0;
  padding: 5px 14px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color: #fa4a14;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid #fa4a14;
}

.mhs-v2-inquiry-quote-btn:hover {
  background-color: #fff;
  color: #fa4a14;
}

.mhs-v2-inquiry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}

.mhs-v2-inquiry-meta span:first-child {
  color: #666;
}

.mhs-v2-inquiry-meta span:last-child {
  flex-shrink: 0;
  color: #999;
}

.mhs-v2-inquiry-meta em {
  font-style: normal;
  font-weight: bold;
}

.mhs-v2-inquiry-meta .is-qty {
  font-size: 14px;
  color: #302f75;
  margin: 0 0 0 2px;
}

.mhs-v2-inquiry-meta .is-count {
  color: #302f75;
  margin: 0 0 0 2px;
}

.mhs-v2-inquiry-card-body {
  padding: 0;
  overflow: hidden;
}

.mhs-v2-inquiry-card-body p {
  display: flex;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  color: #666;
}

.mhs-v2-inquiry-card-body b {
  flex-shrink: 0;
  font-weight: normal;
  color: #666;
}

.mhs-v2-inquiry-card-body span {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

.mhs-v2-inquiry-form-title {
  margin: 10px 0 16px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #27282d;
  text-align: center;
}

.mhs-v2-inquiry-form-title em {
  font-style: normal;
  font-weight: bold;
  color: #fa4a14;
}

.mhs-v2-inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mhs-v2-inquiry-form-input {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
}

.mhs-v2-inquiry-form-input:focus {
  border-color: #fa4a14;
}

.mhs-v2-inquiry-form-input::placeholder {
  color: #999;
}

.mhs-v2-inquiry-form-btn {
  width: 70%;
  height: 40px;
  margin: 4px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #302f75;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.mhs-v2-inquiry-form-btn:hover {
  background-color: #3d3c8f;
}

/* ========== 索取小样 ========== */
.mhs-v2-sample {
  margin-top: 24px;
}

.mhs-v2-sample-wrap {
  display: block;
}

.mhs-v2-sample-layout {
  display: flex;
  gap: 16px;
}

.mhs-v2-sample-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 8px;
}

.mhs-v2-sample-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 15px 15px 0;
}

.mhs-v2-sample-carousel {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 260px;
  height: 240px;
  padding: 0 36px 12px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.mhs-v2-sample-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mhs-v2-sample-swiper .swiper-slide {
  height: auto;
}

.mhs-v2-sample-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 26px;
  height: 60px;
  margin-top: -30px;
  padding: 0;
  border: none;
  background-color: #f2f2f2;
  cursor: pointer;
}

.mhs-v2-sample-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.mhs-v2-sample-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  margin: -5px 0 0 -3px;
  border-top: 1.5px solid #8e9297;
  border-right: 1.5px solid #8e9297;
  box-sizing: border-box;
}

.mhs-v2-sample-arrow--prev {
  left: 0;
  clip-path: polygon(0 0, 100% 12px, 100% calc(100% - 12px), 0 100%);
}

.mhs-v2-sample-arrow--prev::before {
  transform: rotate(-135deg);
}

.mhs-v2-sample-arrow--next {
  right: 0;
  clip-path: polygon(0 12px, 100% 0, 100% 100%, 0 calc(100% - 12px));
}

.mhs-v2-sample-arrow--next::before {
  margin-left: -6px;
  transform: rotate(45deg);
}

.mhs-v2-sample-arrow:hover {
  background-color: #ebebeb;
}

.mhs-v2-sample-arrow:hover::before {
  border-color: #fa4a14;
}

.mhs-v2-sample-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
  min-width: 0;
}

.mhs-v2-sample-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 12px 14px 12px;
  box-sizing: border-box;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.mhs-v2-sample-item:nth-child(3n) {
  border-right: none;
}

.mhs-v2-sample-item:nth-child(n + 4) {
  border-bottom: none;
}

.mhs-v2-sample-item h3 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-sample-item-company {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  min-width: 0;
}

.mhs-v2-sample-item-company p {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-sample-item-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 5px;
}

.mhs-v2-sample-item-foot span {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  white-space: nowrap;
}

.mhs-v2-sample-item-foot span em {
  font-style: normal;
  font-size: 16px;
  color: #302f75;
}

.mhs-v2-sample-shield {
  display: block;
  flex-shrink: 0;
  width: 14px;
  object-fit: contain;
}

.mhs-v2-sample-item-foot a {
  flex-shrink: 0;
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  background-color: #fa4a14;
  border: 1px solid #fa4a14;
  border-radius: 3px;
  box-sizing: border-box;
}

.mhs-v2-sample-item-foot a:hover {
  color: #fa4a14;
  background-color: #fff;
}

.mhs-v2-sample-recommend {
  flex-shrink: 0;
  width: 316px;
  padding: 14px 18px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.mhs-v2-sample-recommend a {
  display: block;
  font-size: 13px;
  line-height: 32px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-sample-recommend a::before {
  content: "•";
  margin-right: 6px;
  color: #666;
}

.mhs-v2-sample-recommend a.is-hot {
  color: #fa4a14;
}

.mhs-v2-sample-recommend a.is-hot::before {
  color: #fa4a14;
}

.mhs-v2-sample-recommend a:hover {
  color: #fa4a14;
}

.mhs-v2-sample-find {
  width: 316px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}

.mhs-v2-sample-find-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.mhs-v2-sample-find-head img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.mhs-v2-sample-find-head h3 {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}

.mhs-v2-sample-find-head p {
  flex-basis: 100%;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}

.mhs-v2-sample-find-stats {
  display: flex;
  margin: 50px 0 30px;
}

.mhs-v2-sample-find-stats > div {
  flex: 1;
  text-align: center;
}

.mhs-v2-sample-find-stats em {
  display: block;
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

.mhs-v2-sample-find-stats span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

.mhs-v2-sample-find-search {
  display: flex;
  align-items: center;
  height: 46px;
  border: 1px solid #302f75;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}

.mhs-v2-sample-find-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 12px;
  border: none;
  outline: none;
  font-size: 12px;
  color: #333;
  background: #fff;
}

.mhs-v2-sample-find-search input::placeholder {
  color: #bbb;
}

.mhs-v2-sample-find-search button {
  flex-shrink: 0;
  width: 50px;
  height: 100%;
  border: none;
  background-color: #302f75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='11' cy='11' r='6' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M16 16l4 4' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
}

.mhs-v2-sample-find-search button:hover {
  background-color: #3d3c8f;
}

/* ========== 技术研讨会 ========== */
.mhs-v2-seminar {
  margin-top: 24px;
}

.mhs-v2-seminar-inner {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 8px;
  overflow: hidden;
  background: url("../images/main-center-banner.png?v=1.0") no-repeat center / cover;
}

.mhs-v2-seminar-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 36px;
  box-sizing: border-box;
  margin: 0 auto;
}

.mhs-v2-seminar-title-row {
  gap: 12px;
  margin-bottom: 10px;
  text-align: center;
}

.mhs-v2-seminar-title-row h2 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  margin-top: 10px;
}

.mhs-v2-seminar-title-row p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  color: #666;
  margin-top: 10px;
}

.mhs-v2-seminar-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: fit-content;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  border-radius: 8px;
  backdrop-filter: blur(6px);
  box-sizing: border-box;
}

.mhs-v2-seminar-stat {
  flex-shrink: 0;
  text-align: center;
}

.mhs-v2-seminar-stat em {
  display: block;
  font-style: normal;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

.mhs-v2-seminar-stat span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

.mhs-v2-seminar-search {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 320px;
  height: 46px;
  border: 1px solid #302f75;
  border-radius: 6px;
  overflow: hidden;
  background: none;
  box-sizing: border-box;
}

.mhs-v2-seminar-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 16px;
  border: none;
  outline: none;
  font-size: 13px;
  color: #333;
  background: transparent;
}

.mhs-v2-seminar-search input::placeholder {
  color: #aaa;
}

.mhs-v2-seminar-search button {
  flex-shrink: 0;
  width: 56px;
  height: 100%;
  border: none;
  background-color: #302f75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='11' cy='11' r='6' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M16 16l4 4' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  cursor: pointer;
}

.mhs-v2-seminar-search button:hover {
  background-color: #3d3c8f;
}

/* ========== 采购指数 / 上新销售 ========== */
.mhs-v2-market {
  margin-top: 24px;
}

.mhs-v2-market-layout {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.mhs-v2-purchase {
  flex: 1;
  min-width: 0;
}

.mhs-v2-purchase-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px 20px 14px;
  box-sizing: border-box;
}

.mhs-v2-purchase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-bottom: 4px;
}

.mhs-v2-purchase-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 -20px;
  padding: 0 20px;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}

.mhs-v2-purchase-tabs li {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 0 8px;
  font-size: 13px;
  line-height: 44px;
  color: #333;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-purchase-tabs li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #eee;
}

.mhs-v2-purchase-tabs li.is-active {
  font-weight: bold;
}

.mhs-v2-purchase-tabs li.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  max-width: calc(100% - 16px);
  height: 2px;
  margin-left: -36px;
  background-color: #fa4a14;
}

.mhs-v2-purchase-body {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 196px;
  padding-top: 12px;
  box-sizing: border-box;
}

.mhs-v2-purchase-summary {
  flex-shrink: 0;
  width: 240px;
}

.mhs-v2-purchase-value {
  display: block;
  font-style: normal;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  color: #2b4db8;
  padding-left: 20px;
}

.mhs-v2-purchase-meta {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.mhs-v2-purchase-meta > div {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.mhs-v2-purchase-meta > div span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.mhs-v2-purchase-meta > div em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.mhs-v2-purchase-chart {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 176px;
  overflow: hidden;
}

.mhs-v2-newsale {
  width: 500px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.mhs-v2-newsale-head {
  position: relative;
  height: 45px;
}

.mhs-v2-newsale-head h2 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 45px;
  margin: 0;
  padding: 0 28px 0 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  color: #333;
}

.mhs-v2-newsale-body {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 20px 8px 0;
  box-sizing: border-box;
}

.mhs-v2-newsale-item {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 0 8px;
  text-decoration: none;
  color: inherit;
}

.mhs-v2-newsale-item + .mhs-v2-newsale-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 72px;
  margin-top: -36px;
  background-color: #eee;
}

.mhs-v2-newsale-pic {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.mhs-v2-newsale-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhs-v2-newsale-item h3 {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-newsale-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  min-height: 20px;
  margin-top: 6px;
}

.mhs-v2-newsale-foot.is-price-only {
  justify-content: flex-end;
}

.mhs-v2-newsale-tag {
  flex-shrink: 0;
  padding: 0 4px;
  font-size: 11px;
  line-height: 16px;
  color: #302f75;
  border: 1px solid #302f75;
  border-radius: 2px;
  opacity: 0.6;
}

.mhs-v2-newsale-price {
  flex-shrink: 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #fa4a14;
  white-space: nowrap;
}

.mhs-v2-newsale-price em {
  font-style: normal;
  font-size: 14px;
}

.mhs-v2-newsale-item:hover h3 {
  color: #fa4a14;
}

/* ========== 行业分类商品 ========== */
.mhs-v2-industry {
  margin-top: 24px;
}

.mhs-v2-industry .mhs-v2-container {
  display: block;
}

.mhs-v2-industry-nav {
  position: relative;
  height: 60px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.mhs-v2-industry-swiper {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.mhs-v2-industry-swiper .swiper-wrapper {
  align-items: stretch;
}

.mhs-v2-industry-arrow {
  position: absolute;
  top: 6px;
  z-index: 5;
  display: none;
  width: 16px;
  height: 48px;
  padding: 0;
  border: none;
  background-color: #f2f2f2;
  cursor: pointer;
}

.mhs-v2-industry-nav.is-scrollable .mhs-v2-industry-arrow {
  display: block;
}

.mhs-v2-industry-arrow--prev {
  left: 0;
  clip-path: polygon(0 0, 100% 8px, 100% calc(100% - 8px), 0 100%);
}

.mhs-v2-industry-arrow--next {
  right: 0;
  clip-path: polygon(0 8px, 100% 0, 100% 100%, 0 calc(100% - 8px));
}

.mhs-v2-industry-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -2px;
  border-top: 1.5px solid #8e9297;
  border-right: 1.5px solid #8e9297;
  box-sizing: border-box;
}

.mhs-v2-industry-arrow--prev::before {
  transform: rotate(-135deg);
}

.mhs-v2-industry-arrow--next::before {
  margin-left: -5px;
  transform: rotate(45deg);
}

.mhs-v2-industry-arrow:hover {
  background-color: #ebebeb;
}

.mhs-v2-industry-arrow:hover::before {
  border-color: #fa4a14;
}

.mhs-v2-industry-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.mhs-v2-industry-swiper .swiper-slide {
  position: relative;
  z-index: 1;
  width: calc(100% / 6);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 60px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 48px;
  color: #17191c;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

.mhs-v2-industry-icon {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.mhs-v2-industry-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.2s;
}

.mhs-v2-industry-icon .is-hover {
  opacity: 0;
}

.mhs-v2-industry-swiper .swiper-slide span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-industry-swiper .swiper-slide:not(.is-active):hover {
  z-index: 2;
  background-color: #f6f0ef;
}

.mhs-v2-industry-swiper .swiper-slide.is-active {
  z-index: 2;
  color: #fff;
  background-color: #fa4a14;
}

.mhs-v2-industry-swiper
  .swiper-slide.is-active
  .mhs-v2-industry-icon
  .is-default {
  opacity: 0;
}

.mhs-v2-industry-swiper
  .swiper-slide.is-active
  .mhs-v2-industry-icon
  .is-hover {
  opacity: 1;
}

.mhs-v2-industry-panels {
  width: 100%;
}

.mhs-v2-industry-panel {
  display: none;
  gap: 16px;
  align-items: stretch;
  min-height: 520px;
  width: 100%;
}

.mhs-v2-industry-panel.is-active {
  display: flex;
}

.mhs-v2-industry-side {
  position: relative;
  flex-shrink: 0;
  width: 224px;
  padding: 24px 18px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}

.mhs-v2-industry-side-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhs-v2-industry-side::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  pointer-events: none;
}

.mhs-v2-industry-side h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}

.mhs-v2-industry-side h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 25px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
}

/* 旧版楼层 CMS（.floorleft / .cpmc）适配新侧栏 */
.mhs-v2-industry-side .floorleft {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0;
  float: none;
}

.mhs-v2-industry-side .floorleft h2 {
  position: relative;
  z-index: 2;
  height: auto;
  margin: 0;
  padding: 0 0 12px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: none !important;
}

.mhs-v2-industry-side .floorleft h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.mhs-v2-industry-side .floorleft .cpmc {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
  box-sizing: border-box;
}

.mhs-v2-industry-side .floorleft .cpmc h3 {
  display: none;
}

.mhs-v2-industry-side .floorleft .cpmc a {
  display: inline;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.mhs-v2-industry-side .floorleft .cpmc a.is-hot,
.mhs-v2-industry-side .floorleft .cpmc a:hover {
  color: #fa4a14;
}

.mhs-v2-industry-side .floorleft .qytj {
  display: none !important;
}

.mhs-v2-industry-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
  border-radius: 8px;
  padding: 15px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
}

.mhs-v2-industry-tags a {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.mhs-v2-industry-tags a.is-hot {
  color: #fa4a14;
}

.mhs-v2-industry-tags a:hover {
  color: #fff;
}

.mhs-v2-industry-grid {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 8px;
  align-content: start;
}

.mhs-v2-industry-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.mhs-v2-industry-pic {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.mhs-v2-industry-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mhs-v2-industry-card:hover .mhs-v2-industry-pic img {
  transform: scale(1.08);
}

.mhs-v2-industry-card h3 {
  flex: 1;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 15px;
}

.mhs-v2-industry-price {
  font-size: 13px;
  line-height: 20px;
  color: #fa4a14;
  padding: 0 15px 10px;
}

.mhs-v2-industry-price em {
  font-style: normal;
  font-weight: bold;
}

.mhs-v2-industry-card:hover h3 {
  color: #fa4a14;
}

/* ========== 产业资讯 / 产业链服务 ========== */
.mhs-v2-insight {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mhs-v2-insight-wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
  width: 1312px;
  box-sizing: border-box;
}

.mhs-v2-insight-main {
  flex: 1;
  min-width: 0;
  display: flex;
  height: 400px;
  padding: 0 24px 16px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.mhs-v2-insight-col {
  flex: 1;
  min-width: 0;
}

.mhs-v2-insight-col + .mhs-v2-insight-col {
  margin-left: 16px;
  padding-left: 16px;
}

.mhs-v2-insight-head {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
}

.mhs-v2-insight-head img {
  flex-shrink: 0;
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.mhs-v2-insight-head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #27282d;
}

.mhs-v2-insight-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mhs-v2-insight-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 30px;
  font-size: 14px;
}

.mhs-v2-insight-list a {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-left: 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-v2-insight-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #666;
}

.mhs-v2-insight-list a.is-hot {
  color: #fa4a14;
}

.mhs-v2-insight-list a.is-hot::before {
  background-color: #fa4a14;
}

.mhs-v2-insight-list a:hover {
  color: #fa4a14;
}

.mhs-v2-insight-list a:hover::before {
  background-color: #fa4a14;
}

.mhs-v2-insight-list span {
  flex-shrink: 0;
  color: #666;
  font-size: 13px;
}

.mhs-v2-insight-side {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 400px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 8px;
  padding: 0 20px 20px;
}

.mhs-v2-insight-service {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.mhs-v2-insight-service .mhs-v2-insight-banner {
  flex: 1;
}

.mhs-v2-insight-banner {
  position: relative;
  display: block;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
}

.mhs-v2-insight-banner-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 30px;
  color: #fff;
  box-sizing: border-box;
}

.mhs-v2-insight-banner-foot strong {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.mhs-v2-insight-banner-foot svg {
  flex-shrink: 0;
  color: #fff;
  transition: color 0.2s;
}

.mhs-v2-insight-banner:hover .mhs-v2-insight-banner-foot svg {
  color: #fa4a14;
}

.mhs-v2-insight-banner + .mhs-v2-insight-banner {
  margin-top: 10px;
}

.mhs-v2-insight-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhs-v2-insight-banner:hover {
  opacity: 0.92;
}

/* ========== 页脚 ========== */
.mhs-v2-footer {
  margin-top: 0 !important;
  padding: 0 0 32px;
  background-color: #1d1d1d;
  color: #fff;
}

.mhs-v2-footer .mhs-v2-container {
  display: block;
}

.mhs-v2-footer-top {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-bottom: 28px;
}

.mhs-v2-footer-top::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  margin-left: -50vw;
  background-color: rgba(255, 255, 255, 0.12);
}

.mhs-v2-footer-brand {
  flex-shrink: 0;
  width: 30%;
  padding-right: 48px;
  margin-top: 20px;
}

.mhs-v2-footer-brand img {
  display: block;
  width: 250px;
}

.mhs-v2-footer-logo-text {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.mhs-v2-footer-domain {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
}

.mhs-v2-footer-domain span {
  color: #fa4a14;
}

.mhs-v2-footer-nav {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.mhs-v2-footer-col h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.mhs-v2-letter {
  border-bottom: 1px solid #292929;
  padding: 20px 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
}
.mhs-v2-letter a {
  color: white;
}
.mhs-v2-letter dt {
  width: 392px;
  padding-left: 8%;
  box-sizing: border-box;
}
.mhs-v2-letter dd {
  display: flex;
  gap: 20px;
}
.mhs-v2-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mhs-v2-footer-col li {
  line-height: 28px;
}

.mhs-v2-footer-col a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.mhs-v2-footer-col a:hover {
  color: #fa4a14;
}

.mhs-v2-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 40px 0;
}

.mhs-v2-footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.mhs-v2-footer-links a:hover {
  color: #fa4a14;
}

.mhs-v2-footer-links i {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 16px;
  background-color: rgba(255, 255, 255, 0.25);
}

.mhs-v2-footer-legal {
  text-align: center;
}

.mhs-v2-footer-legal p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 8px;
  margin: 0;
  font-size: 12px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.45);
}

.mhs-v2-footer-legal a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.mhs-v2-footer-legal a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.mhs-v2-footer-beian {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mhs-v2-footer-beian img {
  display: block;
  width: 16px;
  height: 16px;
}

.mhs-v2-footer-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.mhs-v2-footer-badges a {
  display: block;
  line-height: 0;
  border-radius: 6px;
  border: 5px solid #4a4a4a;
}

.mhs-v2-footer-badges img {
  display: block;
  height: 40px;
  width: auto;
}

.mhs-v2-footer-badges a:last-child {
  width: 130px;
  background-color: white;
  display: flex;
  justify-content: center;
}

/* ========== 骨架屏显示切换（按模块；首屏外滚入后再出骨架） ========== */
#app.is-loading .mhs-v2-sk-header-block {
  display: block !important;
}

#app.is-loading .mhs-v2-topbar,
#app.is-loading .mhs-v2-header,
#app.is-loading .mhs-v2-main-nav {
  display: none !important;
}

#app.is-loaded .mhs-v2-sk-header-block {
  display: none !important;
}

/* 取消全局一刀切，改为模块状态控制 */
#app.is-loading .mhs-v2-module:not(.is-module-loading):not(.is-module-ready) > .mhs-v2-module-body,
#app.is-loading .mhs-v2-module.is-module-loading > .mhs-v2-module-body,
#app.is-loaded .mhs-v2-module.is-module-waiting > .mhs-v2-module-body,
#app.is-loaded .mhs-v2-module.is-module-loading > .mhs-v2-module-body {
  display: none !important;
}

#app.is-loading .mhs-v2-module.is-module-loading > .mhs-v2-module-sk,
#app.is-loaded .mhs-v2-module.is-module-loading > .mhs-v2-module-sk {
  display: block !important;
}

#app.is-loading .mhs-v2-module:not(.is-module-loading) > .mhs-v2-module-sk,
#app.is-loaded .mhs-v2-module:not(.is-module-loading) > .mhs-v2-module-sk,
#app.is-loaded .mhs-v2-module.is-module-ready > .mhs-v2-module-sk {
  display: none !important;
}

.mhs-v2-nav-icon img {
  width: 20px;
  margin-right: 8px;
}

.mhs-v2-backtop {
  position: fixed;
  right: 18px;
  bottom: 80px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mhs-v2-backtop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mhs-v2-backtop img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.mhs-v2-backtop.is-visible:hover {
  opacity: 0.85;
}
