@charset "UTF-8";
/* ============================================================
   新活动详情页 - PC 默认皮肤
   ============================================================ */
.new-event-detail {
  padding-bottom: 40px;
  /* ---------- 卡片容器 ---------- */
  /* ---------- 顶部标题 ---------- */
  /* ---------- 主体两栏 ---------- */
  /* ---------- 左侧画廊 ---------- */
  /* ---------- 右侧信息 ---------- */
  /* ---------- 信息行 ---------- */
  /* ---------- 批次列表 ---------- */
  /* ---------- 规格 / 附加服务 ---------- */
  /* ---------- 操作按钮 ---------- */
  /* ---------- 最近报名人 ---------- */
  /* ---------- 详情 Tabs ---------- */
  /* ---------- 互动话题 ---------- */
  /* ---------- 推荐活动 ---------- */ }
  .new-event-detail .ned-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 20px 24px;
    margin-bottom: 16px; }
  .new-event-detail .ned-card-title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px; }
  .new-event-detail .ned-card-title {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    font-weight: 600;
    margin: 0 0 16px; }
  .new-event-detail .ned-title-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px; }
  .new-event-detail .ned-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
    margin: 0;
    flex: 1;
    min-width: 0; }
  .new-event-detail .ned-title-text {
    vertical-align: middle; }
  .new-event-detail .ned-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 6px;
    margin-right: 8px;
    color: #fff;
    border-radius: 2px;
    vertical-align: middle; }
  .new-event-detail .ned-tag-recommend {
    background: #ff6633; }
  .new-event-detail .ned-copy-link {
    display: inline-block;
    margin-left: 12px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #888;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all .15s ease; }
    .new-event-detail .ned-copy-link:hover {
      color: #ff6633;
      background: #fff5ef;
      border-color: #ff6633; }
    .new-event-detail .ned-copy-link.is-copied {
      color: #fff;
      background: #ff6633;
      border-color: #ff6633; }
  .new-event-detail .ned-share {
    margin-left: 16px;
    flex-shrink: 0; }
  .new-event-detail .ned-main {
    display: flex;
    gap: 24px;
    align-items: flex-start; }
  .new-event-detail .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .new-event-detail .ned-gallery {
    width: 480px;
    flex-shrink: 0;
    float: none; }
  .new-event-detail .ned-gallery-main {
    position: relative;
    width: 480px;
    height: 320px;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 4px; }
  .new-event-detail .ned-gallery-img-wrap {
    display: block;
    width: 100%;
    height: 100%; }
  .new-event-detail .ned-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .new-event-detail .ned-gallery-counter {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 12px;
    line-height: 20px; }
    .new-event-detail .ned-gallery-counter i {
      font-style: normal; }
  .new-event-detail .ned-gallery-thumbs {
    position: relative;
    margin-top: 10px;
    padding: 0 24px; }
  .new-event-detail .ned-gallery-thumbs-track {
    overflow: hidden; }
  .new-event-detail .ned-gallery-thumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    transition: transform .25s ease; }
  .new-event-detail .ned-gallery-thumbs li {
    display: inline-block;
    width: 60px;
    height: 40px;
    margin-right: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: content-box;
    overflow: hidden;
    vertical-align: middle; }
    .new-event-detail .ned-gallery-thumbs li img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .new-event-detail .ned-gallery-thumbs li.active {
      border-color: #ff6633; }
  .new-event-detail .ned-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #999;
    background: #f0f0f0;
    cursor: pointer;
    border-radius: 2px; }
    .new-event-detail .ned-gallery-arrow:hover {
      color: #fff;
      background: #ff6633; }
  .new-event-detail .ned-gallery-prev {
    left: 0; }
  .new-event-detail .ned-gallery-next {
    right: 0; }
  .new-event-detail .ned-info {
    flex: 1;
    min-width: 0;
    float: none; }
  .new-event-detail .ned-price-block {
    position: relative;
    background: #fff8f3;
    border: 1px solid #ffe0d0;
    border-radius: 4px;
    padding: 14px 18px;
    margin-bottom: 18px; }
  .new-event-detail .ned-price-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 6px; }
    .new-event-detail .ned-price-row:last-child {
      margin-bottom: 0; }
  .new-event-detail .ned-price-label {
    width: 70px;
    font-size: 13px;
    color: #999;
    flex-shrink: 0; }
  .new-event-detail .ned-price-value {
    flex: 1;
    min-width: 0; }
  .new-event-detail .ned-price-num {
    font-size: 26px;
    font-weight: 600;
    line-height: 1; }
    .new-event-detail .ned-price-num .rmb {
      font-size: 16px;
      font-weight: 400;
      margin-right: 2px;
      font-style: normal; }
  .new-event-detail .ned-price-row-vip .ned-price-num {
    font-size: 18px; }
  .new-event-detail .ned-price-free {
    font-size: 18px;
    font-weight: 600; }
  .new-event-detail .ned-price-unit {
    font-size: 13px;
    color: #888;
    margin: 0 4px; }
  .new-event-detail .ned-price-extra {
    margin-left: 12px; }
  .new-event-detail .ned-price-meta {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #f0d6c4;
    font-size: 12px;
    color: #888; }
    .new-event-detail .ned-price-meta em {
      font-style: normal;
      color: #ff6633;
      font-weight: 600;
      margin: 0 2px; }
    .new-event-detail .ned-price-meta .sep {
      margin: 0 8px;
      color: #ddd; }
  .new-event-detail .ned-upgrade-link {
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 12px; }
  .new-event-detail .ned-info-row {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    line-height: 1.6; }
    .new-event-detail .ned-info-row:last-child {
      border-bottom: none; }
  .new-event-detail .ned-info-label {
    width: 80px;
    flex-shrink: 0;
    color: #999; }
    .new-event-detail .ned-info-label i.icon {
      margin-right: 4px; }
  .new-event-detail .ned-info-value {
    flex: 1;
    min-width: 0;
    color: #333; }
    .new-event-detail .ned-info-value p {
      margin: 0 0 4px; }
      .new-event-detail .ned-info-value p:last-child {
        margin-bottom: 0; }
  .new-event-detail .ned-info-points .giveIntegral {
    font-size: 12px; }
  .new-event-detail .ned-batch-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .new-event-detail .ned-batch-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    background: #fff;
    font-size: 12px;
    line-height: 1.4; }
    .new-event-detail .ned-batch-item .ned-batch-title {
      color: #333; }
    .new-event-detail .ned-batch-item .ned-batch-price {
      margin-left: 6px;
      font-weight: 600; }
    .new-event-detail .ned-batch-item.active {
      border-color: #ff6633;
      background: #fff5ef; }
      .new-event-detail .ned-batch-item.active .ned-batch-title {
        color: #ff6633; }
    .new-event-detail .ned-batch-item.disabled {
      color: #ccc;
      cursor: not-allowed;
      background: #f8f8f8; }
      .new-event-detail .ned-batch-item.disabled .ned-batch-title,
      .new-event-detail .ned-batch-item.disabled .ned-batch-price {
        color: #ccc; }
  .new-event-detail .ned-spec-group {
    margin-bottom: 10px; }
    .new-event-detail .ned-spec-group:last-child {
      margin-bottom: 0; }
  .new-event-detail .ned-spec-name {
    margin: 0 0 6px;
    font-size: 12px;
    color: #666; }
  .new-event-detail .ned-spec-list,
  .new-event-detail .ned-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .new-event-detail .ned-spec-item {
    padding: 5px 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
    background: #fff; }
    .new-event-detail .ned-spec-item.active {
      border-color: #ff6633;
      color: #ff6633;
      background: #fff5ef; }
    .new-event-detail .ned-spec-item.disabled {
      color: #ccc;
      cursor: not-allowed;
      background: #f8f8f8; }
  .new-event-detail .ned-service-item {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    background: #fff; }
    .new-event-detail .ned-service-item strong {
      margin-right: 6px; }
    .new-event-detail .ned-service-item .ned-service-price {
      margin-right: 8px;
      font-weight: 600; }
    .new-event-detail .ned-service-item .ned-service-stock {
      color: #999;
      font-size: 12px; }
    .new-event-detail .ned-service-item.active {
      border-color: #ff6633;
      background: #fff5ef; }
  .new-event-detail .ned-atta-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .new-event-detail .ned-atta-list li {
      margin-bottom: 4px; }
    .new-event-detail .ned-atta-list a {
      color: #4a90e2; }
      .new-event-detail .ned-atta-list a:hover {
        color: #ff6633; }
  .new-event-detail .ned-phone {
    margin-left: 12px; }
    .new-event-detail .ned-phone i.icon {
      margin-right: 2px; }
  .new-event-detail .ned-actions {
    display: flex;
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    align-items: center; }
  .new-event-detail .ned-btn {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 32px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    background: #ff6633;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: opacity .15s ease; }
    .new-event-detail .ned-btn:hover {
      opacity: .9;
      color: #fff; }
  .new-event-detail .ned-btn-primary {
    background: #ff6633;
    flex: 0 0 auto;
    min-width: 200px; }
  .new-event-detail .ned-btn-backup {
    background: #ffaa00;
    flex: 0 0 auto;
    min-width: 200px; }
  .new-event-detail .ned-btn-disabled {
    background: #cccccc;
    color: #fff;
    cursor: not-allowed;
    flex: 0 0 auto;
    min-width: 200px; }
    .new-event-detail .ned-btn-disabled:hover {
      opacity: 1;
      color: #fff; }
  .new-event-detail .ned-btn-share {
    height: 44px;
    line-height: 42px;
    padding: 0 18px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 14px;
    text-decoration: none; }
    .new-event-detail .ned-btn-share i.icon {
      margin-right: 4px; }
    .new-event-detail .ned-btn-share:hover {
      border-color: #ff6633;
      color: #ff6633; }
  .new-event-detail .ned-appliers-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .new-event-detail .ned-appliers-list li {
      width: 60px;
      text-align: center; }
      .new-event-detail .ned-appliers-list li img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: block;
        margin: 0 auto 4px;
        object-fit: cover; }
      .new-event-detail .ned-appliers-list li p {
        margin: 0;
        font-size: 12px;
        color: #666; }
  .new-event-detail .ned-appliers-more {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px; }
  .new-event-detail .ned-tabs-card {
    padding: 0; }
  .new-event-detail .ned-tab-nav {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
    border-radius: 4px 4px 0 0;
    overflow: hidden; }
  .new-event-detail .ned-tab-btn {
    position: relative;
    padding: 14px 28px;
    font-size: 15px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none; }
    .new-event-detail .ned-tab-btn:hover {
      color: #ff6633; }
    .new-event-detail .ned-tab-btn.active {
      color: #ff6633;
      font-weight: 600;
      background: #fff; }
      .new-event-detail .ned-tab-btn.active:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -1px;
        transform: translateX(-50%);
        width: 32px;
        height: 2px;
        background: #ff6633; }
  .new-event-detail .ned-tab-content {
    padding: 24px; }
  .new-event-detail .ned-tab-section {
    margin-bottom: 32px; }
    .new-event-detail .ned-tab-section:last-child {
      margin-bottom: 0; }
  .new-event-detail .ned-tab-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px;
    padding-left: 10px;
    border-left: 3px solid #ff6633;
    line-height: 1.4; }
  .new-event-detail .ned-comment-form textarea {
    display: block;
    width: 100%;
    min-height: 90px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: inherit;
    font-size: 13px;
    box-sizing: border-box;
    resize: vertical;
    outline: none; }
    .new-event-detail .ned-comment-form textarea:focus {
      border-color: #ff6633; }
  .new-event-detail .ned-comment-form button {
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    font-size: 14px; }
  .new-event-detail .ned-comment-tip {
    text-align: center;
    padding: 16px 0;
    font-size: 13px;
    color: #888; }
    .new-event-detail .ned-comment-tip a {
      margin: 0 4px; }
  .new-event-detail .ned-comment-more {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px; }
  .new-event-detail .ned-recommend {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 20px 24px; }
  .new-event-detail .ned-recommend-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
    .new-event-detail .ned-recommend-list li {
      width: calc(25% - 12px);
      box-sizing: border-box; }
  .new-event-detail .ned-recommend-img {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 4px;
    background: #f5f5f5; }
    .new-event-detail .ned-recommend-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .3s ease; }
    .new-event-detail .ned-recommend-img:hover img {
      transform: scale(1.04); }
  .new-event-detail .ned-recommend-title {
    display: block;
    margin: 8px 0 4px;
    font-size: 14px;
    color: #333;
    text-decoration: none; }
  .new-event-detail .ned-recommend-price {
    font-size: 14px;
    font-weight: 600; }
    .new-event-detail .ned-recommend-price .ned-recommend-vip {
      font-size: 12px;
      color: #888;
      font-weight: 400;
      margin-left: 4px; }

/* ---------- 兼容老的 calendar-picker / share 样式 ---------- */
.new-event-detail .calendar-picker {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  background: #fff; }
  .new-event-detail .calendar-picker i.icon {
    margin-right: 6px;
    color: #ff6633; }

/* ---------- 旧分享按钮兼容 ---------- */
.new-event-detail .ned-share .share {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #999; }
  .new-event-detail .ned-share .share .fl {
    float: none;
    margin-right: 6px;
    vertical-align: middle; }
  .new-event-detail .ned-share .share a {
    display: inline-block;
    width: 27px;
    height: 24px;
    margin-right: 4px;
    vertical-align: middle; }
    .new-event-detail .ned-share .share a:last-child {
      margin-right: 0; }
  .new-event-detail .ned-share .share .cqq {
    background-position: -6px -183px; }
  .new-event-detail .ned-share .share .sina {
    background-position: -8px -53px; }
  .new-event-detail .ned-share .share .wx {
    background-position: -8px -104px; }
  .new-event-detail .ned-share .share .qzone {
    background-position: -8px -155px; }
  .new-event-detail .ned-share .share .zfb {
    background-position: -218px -676px; }

/* ============================================================
   全量渲染补充样式
   ============================================================ */
.new-event-detail {
  /* ---------- 浏览统计条 ---------- */
  /* ---------- 发布者 ---------- */
  /* ---------- 早鸟价规则 ---------- */
  /* ---------- 标签 (提示型) ---------- */
  /* ---------- Tab 空内容占位 ---------- */
  /* ---------- 报名协议卡片 ---------- */
  /* ---------- 推荐活动 - 城市 meta ---------- */
  /* ---------- 推荐活动 - 失效遮罩 ---------- */ }
  .new-event-detail .ned-stats-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #888;
    padding: 8px 0 16px;
    border-bottom: 1px dashed #f0f0f0;
    margin-bottom: 20px; }
    .new-event-detail .ned-stats-bar em {
      color: #ff6633;
      font-style: normal;
      font-weight: 600;
      margin: 0 2px; }
    .new-event-detail .ned-stats-bar i.icon {
      margin-right: 4px; }
  .new-event-detail .ned-stats-item {
    margin-right: 8px; }
  .new-event-detail .ned-stats-sep {
    margin: 0 8px;
    color: #ddd; }
  .new-event-detail .ned-stats-viewers {
    margin-left: auto;
    display: inline-flex;
    align-items: center; }
  .new-event-detail .ned-stats-viewer-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: -6px;
    border: 2px solid #fff;
    background: #f5f5f5;
    object-fit: cover; }
  .new-event-detail .ned-info-publisher .ned-info-value {
    display: flex;
    align-items: center; }
  .new-event-detail .ned-publisher-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 8px;
    background: #f5f5f5;
    object-fit: cover; }
  .new-event-detail .ned-publisher-name {
    font-size: 14px;
    color: #333; }
  .new-event-detail .ned-info-bird .ned-bird-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .new-event-detail .ned-info-bird .ned-bird-list li {
    font-size: 13px;
    color: #555;
    padding: 4px 0; }
  .new-event-detail .ned-info-bird em {
    color: #ff6633;
    font-style: normal;
    font-weight: 600;
    margin: 0 2px; }
  .new-event-detail .ned-info-bird i.icon {
    margin-right: 6px; }
  .new-event-detail .ned-tag-tip {
    background: #fff7e6;
    color: #d46b08;
    margin-left: 8px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle; }
  .new-event-detail .ned-tab-empty {
    padding: 32px 0;
    text-align: center;
    color: #aaa;
    font-size: 13px; }
  .new-event-detail .ned-apply-rule .ned-apply-rule-toggle {
    font-size: 13px;
    cursor: pointer; }
  .new-event-detail .ned-apply-rule-body {
    font-size: 13px;
    line-height: 1.8;
    color: #555;
    max-height: 1200px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative; }
    .new-event-detail .ned-apply-rule-body.is-collapsed {
      max-height: 120px; }
      .new-event-detail .ned-apply-rule-body.is-collapsed:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 48px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
        pointer-events: none; }
  .new-event-detail .ned-recommend-meta {
    font-size: 12px;
    color: #888;
    margin: 4px 0; }
    .new-event-detail .ned-recommend-meta i.icon {
      margin-right: 4px; }
  .new-event-detail .ned-recommend-img {
    position: relative;
    display: block; }
    .new-event-detail .ned-recommend-img .ned-event-mask {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      color: #fff;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center; }

/* ============================================================
   报名二维码弹窗 (作用于 body 顶层,放 .new-event-detail 外的兜底)
   ============================================================ */
.ned-qr-popup {
  position: fixed;
  inset: 0;
  z-index: 9999; }

.ned-qr-popup-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.ned-qr-popup-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 6px;
  padding: 32px 36px 28px;
  width: 412px;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2); }

.ned-qr-popup-close {
  position: absolute;
  top: 6px;
  right: 14px;
  font-size: 26px;
  line-height: 1;
  color: #999;
  text-decoration: none;
  cursor: pointer; }
  .ned-qr-popup-close:hover {
    color: #555; }

.ned-qr-popup-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0 0 8px; }

.ned-qr-popup-tip {
  font-size: 13px;
  color: #888;
  margin: 0 0 16px; }

.ned-qr-popup-canvas {
  width: 220px;
  height: 220px;
  margin: 0 auto 12px;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-sizing: content-box; }
  .ned-qr-popup-canvas canvas, .ned-qr-popup-canvas img, .ned-qr-popup-canvas table {
    display: block;
    margin: 0 auto; }

.ned-qr-popup-url {
  font-size: 12px;
  color: #999;
  word-break: break-all;
  margin: 0; }

/*# sourceMappingURL=new-event.css.map */
