/* 会员弹窗 #tc-pro 左侧 story-media 视频卡（对齐 super-i） */
.tc-pro .sec3 .item.story-media {
  width: 18.291vw;
  padding: 0.833vw;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0.208vw 0.781vw 0 rgba(0, 0, 0, 0.1);
}
.tc-pro .sec3 .item.story-media .story-media-inner {
  padding: 0;
  border-radius: 30px;
  background: #000;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.tc-pro .sec3 .item.story-media .story-media-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 9.5vw;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  background: #1a1a1a;
}
.tc-pro .sec3 .item.story-media .story-media-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.tc-pro .sec3 .item.story-media .story-media-video.is-video-ready .story-media-cover {
  opacity: 0;
}
.tc-pro .sec3 .item.story-media .story-media-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  pointer-events: none;
  transition: background 0.25s;
  z-index: 3;
}
.tc-pro .sec3 .item.story-media .story-media-video:hover::after {
  background: rgba(0, 0, 0, 0.04);
}
.tc-pro .sec3 .item.story-media .story-media-video .zhibo-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  background: #000;
}
.tc-pro .sec3 .item.story-media .story-media-video .zhibo-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  pointer-events: none;
}
.tc-pro .sec3 .item.story-media .story-media-video .zhibo-video-play svg {
  width: 2.8vw;
  height: 2.8vw;
  min-width: 44px;
  min-height: 44px;
}
.tc-pro .sec3 .item.story-media .story-media-body {
  padding: 0.9vw 0.85vw 1vw;
  text-align: center;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tc-pro .sec3 .item.story-media .story-media-title {
  font-size: 0.94vw;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.tc-pro .sec3 .item.story-media .story-media-title .hl {
  color: #b6ff4a;
}
.tc-pro .sec3 .item.story-media .story-media-divider {
  height: 1px;
  margin: 0.55vw auto 0.65vw;
  width: 72%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35) 20%, rgba(255, 255, 255, 0.35) 80%, transparent);
  position: relative;
}
.tc-pro .sec3 .item.story-media .story-media-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.35vw;
  height: 0.35vw;
  min-width: 5px;
  min-height: 5px;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tc-pro .sec3 .item.story-media .story-media-stat {
  font-size: 0.72vw;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}
.tc-pro .sec3 .item.story-media .story-media-num,
.tc-pro .sec3 .item.story-media .story-media-plus {
  color: #b6ff4a;
  font-weight: 700;
  font-size: 0.85vw;
}
.tc-pro .sec3 .item.story-media .story-media-plus {
  margin-left: 0.05em;
}
.tc-pro .sec3 .item.story-media .story-media-stat-yest .story-media-yest-num {
  color: #b6ff4a;
  font-weight: 700;
}
.tc-pro .sec3 .item.story-media .story-media-stat-7d {
  margin-top: 0.25vw;
  font-size: 0.68vw;
  color: rgba(255, 255, 255, 0.78);
}
.tc-pro .sec3 .item.story-media .story-media-stat-7d em {
  font-style: normal;
  color: #b6ff4a;
  font-weight: 700;
}
.tc-pro .sec3 .item.story-media .story-media-tip {
  margin-top: 0.35vw;
  font-size: 0.62vw;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .tc-pro .sec3 .item.story-media .story-media-title {
    font-size: 14px;
  }
  .tc-pro .sec3 .item.story-media .story-media-stat {
    font-size: 12px;
  }
  .tc-pro .sec3 .item.story-media .story-media-num {
    font-size: 13px;
  }
  .tc-pro .sec3 .item.story-media .story-media-stat-7d,
  .tc-pro .sec3 .item.story-media .story-media-tip {
    font-size: 11px;
  }
  .tc-pro .sec3 .item.story-media .story-media-inner {
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  .tc-pro .sec3 .item.story-media {
    width: 100%;
    max-width: 320px;
  }
  .tc-pro .sec3 .item.story-media .story-media-inner {
    border-radius: 15px;
  }
  .tc-pro .sec3 .item.story-media .story-media-video {
    min-height: 180px;
  }
}

/* ===== 会员弹窗套餐卡修复（爬取 CSS 中 .html 后缀导致资源 404） ===== */
.tc-pro .sec3 {
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
}
.tc-pro .sec3 .item .inner.flex-column {
  min-height: 100%;
}
.tc-pro .sec3 .item .inner.flex-column .C-btn3 {
  margin-top: auto;
}

.tc-pro .sec3 .item.zhongshen .inner {
  color: #fff;
  background: url("../img/zhongshen-bg4.jpg") no-repeat center/cover;
}
.tc-pro .sec3 .item.zhongshen .t7 {
  color: #fff;
}
.tc-pro .sec3 .item.zhongshen .equity-list .li .icon img {
  filter: brightness(10);
}

.tc-pro .sec3 .item.zhongshen {
  position: relative;
  overflow: visible;
  z-index: 3;
}
.tc-pro .sec3 .item.zhongshen .zhongshen-xuanfu {
  position: absolute;
  left: calc(100% - 3vw);
  top: -5%;
  width: 13vw;
  max-width: 260px;
  height: auto;
  pointer-events: none;
  z-index: 5;
  animation: zhongshenXuanfuFloat 3.2s ease-in-out infinite;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.1));
}
@keyframes zhongshenXuanfuFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media (max-width: 1440px) {
  .tc-pro .sec3 .item.zhongshen .zhongshen-xuanfu {
    width: 11vw;
    left: calc(100% - 5vw);
  }
}
@media (max-width: 1280px) {
  .tc-pro .sec3 .item.zhongshen .zhongshen-xuanfu {
    width: 10vw;
    left: calc(100% - 4vw);
  }
}
@media (max-width: 768px) {
  .tc-pro .sec3 .item.zhongshen .zhongshen-xuanfu {
    display: none;
  }
  .tc-pro .sec3 .item {
    width: 88vw;
    max-width: 360px;
    margin-bottom: 12px;
  }
}

.tc-pro .sec3 .item .C-btn3 {
  background-image: url("../img/user/btn-bg.png");
}

.tc-pro .sec3 .item.zhongshen .C-btn3 .C-djs {
  display: block;
  width: 100%;
  color: #c20205;
  font-weight: 700;
  margin-bottom: 0.15vw;
}
.tc-pro .sec3 .item.zhongshen .C-btn3 .C-djs .djs-box {
  font-style: normal;
  font-weight: 700;
}

.tc-pro .sec3 .item.pro .jiesuo {
  background: transparent;
  color: #000;
  font-weight: 600;
}

.tc-pro .sec3 .linkon-plan-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42vw;
  margin-bottom: 0.62vw;
}
.tc-pro .sec3 .linkon-plan-badge {
  display: inline-block;
  padding: 0.16vw 0.52vw;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #c20205;
  font-size: 0.72em;
  line-height: 1.4;
  white-space: nowrap;
}

/* 会员弹窗底部协议 + 支付按钮置灰 */
.tc-pro .sec4.linkon-member-footer {
  position: relative;
  z-index: 2;
  margin-top: 1.5625vw;
  padding: 0 2.083vw 0.5vw;
  text-align: center;
}
.tc-pro .linkon-member-agree {
  display: inline-flex;
  align-items: center;
  gap: 0.42vw;
  cursor: pointer;
  color: #333;
  user-select: none;
}
.tc-pro .linkon-member-agree input {
  width: 0.833vw;
  height: 0.833vw;
  min-width: 14px;
  min-height: 14px;
  accent-color: #7ccb2a;
  cursor: pointer;
}
.tc-pro .linkon-member-legal-links {
  margin-top: 0.52vw;
  color: #666;
  line-height: 1.6;
}
.tc-pro .linkon-member-legal-links a {
  color: #333;
  text-decoration: none;
}
.tc-pro .linkon-member-legal-links a:hover {
  color: #7ccb2a;
  text-decoration: underline;
}
.tc-pro .linkon-member-legal-links .sep {
  margin: 0 0.42vw;
  color: #bbb;
}
.tc-pro .js-open-pay-confirm.is-disabled {
  opacity: 0.42;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(0.25);
}
.linkon-pay-confirm-body .linkon-auth-agree .sep {
  margin: 0 0.35em;
  color: #bbb;
}
.js-linkon-pay-go.is-disabled,
.js-linkon-pay-go:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(0.25);
}
@media (max-width: 768px) {
  .tc-pro .sec4.linkon-member-footer {
    margin-top: 16px;
    padding: 0 16px 8px;
  }
  .tc-pro .linkon-member-agree {
    gap: 8px;
    font-size: 13px;
  }
}
