/* 商标服务 - 服务卡片网格（独立于全局 .slideBox2，避免样式冲突） */

.sh_zhuce {
  overflow: hidden;
  padding: 48px 0 56px;
  background: #f6f7fa;
}

.sh_zhuce .sh_title {
  text-align: center;
  margin-bottom: 40px;
}

.sh-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sh-service-card {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.sh-service-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 420px;
  padding: 32px 20px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.sh-service-card__link:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.sh-service-card__icon {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.sh-service-card__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  float: none !important;
  border: none !important;
  margin: 0 !important;
}

.sh-service-card__body {
  flex: 1;
  width: 100%;
  text-align: center;
  padding: 0 8px;
}

.sh-service-card__body h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px;
  line-height: 1.3;
}

.sh-service-card__body p {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

.sh-service-card__price {
  width: 100%;
  max-width: 180px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

.sh-service-card__amount {
  display: block;
  line-height: 48px;
  background: #e63917;
  color: #fff;
  font-size: 28px;
  font-family: "DINPro-Bold", "Microsoft YaHei", sans-serif;
  text-align: center;
}

.sh-service-card__amount small {
  font-size: 15px;
  font-weight: normal;
  margin-left: 2px;
}

.sh-service-card__btn {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ebebeb;
  font-size: 14px;
  color: #555;
  transition: background 0.2s, color 0.2s;
}

.sh-service-card__link:hover .sh-service-card__btn {
  background: #e63917;
  color: #fff;
}

@media (max-width: 1199px) {
  .sh-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sh-service-grid {
    grid-template-columns: 1fr;
  }

  .sh-service-card__link {
    min-height: 0;
    padding-bottom: 0;
  }
}

/* 顶栏 + 首屏 Banner（sb_banner.jpg 1920 宽，桌面须 cover 铺满） */
body.page-trademark .header_two,
body.page-trademark .header_two:hover,
body.page-trademark .header_two.white {
  width: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

body.page-trademark .sh_banner {
  width: 100%;
  background-color: #2a1344;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* 行业分类 + 流程区（对齐 yk.qw1688.net/shangbiao） */
body.page-trademark .sh_bg {
  overflow-x: hidden;
}

body.page-trademark .sh_lei {
  width: 100%;
  background-color: #1a0a12;
  background-image: url(../img/sbfw/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
}

@media (min-width: 1920px) {
  body.page-trademark .sh_lei {
    background-size: 100% auto;
  }
}

body.page-trademark .sh_industry-grid {
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

body.page-trademark .sh_col {
  overflow: hidden;
}

body.page-trademark .sh_col-first {
  border-left: none;
}

body.page-trademark .sh_col-last {
  float: right;
}

body.page-trademark .sh_col.active {
  width: 480px;
  z-index: 2;
}

body.page-trademark .sh_col-last.active {
  float: right;
  width: 480px;
}

body.page-trademark .sh_col-last .item_tab {
  left: auto;
  right: 120px;
}

/* 非当前项的详情层不得溢出到邻列（原站依赖列宽 480px + overflow） */
body.page-trademark .sh_col:not(.active) .item_tab,
body.page-trademark .sh_col.active .item:not(.cur) .item_tab {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

body.page-trademark .sh_col.active .item.cur .item_tab {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

body.page-trademark .sh_liu.sh12 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body.page-trademark .sh_liu .sh_title {
  margin-top: 60px;
}
