/* ========== 万得企业库专属样式 ========== */

/* VIP 服务卡片差异化 */
.windzx-button.vip {
  position: relative;
  border-color: #dd3023;
}

.windzx-button.vip .vip-tag {
  position: absolute;
  top: -10px;
  right: 16px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  color: #ffffff;
  background: #dd3023;
  border-radius: 4px;
  z-index: 2;
}

.windzx-button.vip:hover {
  border-color: #dd3023;
}

/* 二维码 */
.windzx-button img.qrcode {
  width: 100px;
  height: 100px;
  margin-left: 13px;
  margin-right: 0;
}

/* ========== 能力展示区 ========== */
.sector {
  margin-bottom: 60px;
}

.capability-row {
  width: 100%;
  min-height: 434px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.capability-row + .capability-row {
  margin-top: 16px;
}

.capability-row.reverse {
  flex-direction: row-reverse;
}

.capability-copy {
  width: 559px;
}

.capability-copy h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #333333;
}

.capability-copy p {
  margin-top: 41px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.capability-media {
  width: 533px;
  height: 434px;
  background-size: 100% 100%;
  background-position: 5px 20px;
  background-repeat: no-repeat;
}
