@charset "UTF-8";
/**
 * @file new-event.scss
 * @public
 * @overview 新活动详情页 - PC 盈动皮肤
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
.ned-saishi {
  background: #fff;
  padding: 22px 26px;
  border-radius: 4px;
  /* 无边框壳：用于把内部自带卡片样式的组件（如推荐活动）放到 #main-section 外，
     复用 .ned-saishi 作用域但不产生外层卡片留白/背景 */
  /* ---------- 标题栏 ---------- */
  /* ---------- 主体 ---------- */
  /* ---------- 右侧信息 ---------- */
  /* 划线原价 */
  /* 早鸟提示行（位于费用下方） */
  /* ---------- 信息行 ---------- */
  /* ---------- 批次下拉框（非日历模式，批次多时避免超出屏幕） ---------- */
  /* ---------- 批次列表 ---------- */
  /* ---------- 日历批次选择 ---------- */
  /* 右侧组：跨月提示文案 + 下个月箭头 */
  /* 跨月排期提示（右箭头旁 / 批次行上方），文字提示，不改变结构 */
  /* ---------- 规格 / 附加服务 ---------- */
  /* ---------- 早鸟价规则 ---------- */
  /* ---------- 操作按钮 ---------- */
  /* 拆分定金/全额付款的按钮容器 */
  /* ---------- 最近报名人 ---------- */
  /* ---------- Tabs ---------- */
  /* 固定时占位,撑住原高度避免内容跳动 */
  /* ---------- 互动话题 ---------- */
  /* ---------- 推荐活动 / 猜你喜欢 ---------- */
  /* 推荐卡片行动按钮：默认（多条网格）隐藏，仅单条大卡片显示 */
  /* ---------- 推荐活动 - 仅 1 条时改为横向大卡片 ---------- */
  /* ---------- 兼容 ---------- */ }
  .ned-saishi.ned-saishi--plain {
    padding: 0;
    background: transparent;
    border-radius: 0; }
  .ned-saishi .ned-header {
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 22px; }
  .ned-saishi .ned-title {
    float: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    max-width: 75%; }
  .ned-saishi .ned-tag {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 6px;
    font-size: 12px;
    color: #fff;
    background: #ff7e2a;
    border-radius: 2px;
    font-weight: 400;
    vertical-align: middle; }
  .ned-saishi .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; }
    .ned-saishi .ned-copy-link:hover {
      color: #ff7e2a;
      background: #fff8f3;
      border-color: #ff7e2a; }
    .ned-saishi .ned-copy-link.is-copied {
      color: #fff;
      background: #ff7e2a;
      border-color: #ff7e2a; }
  .ned-saishi .W-share-buttons {
    float: right; }
  .ned-saishi .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .ned-saishi .ned-body {
    margin-bottom: 24px; }
  .ned-saishi .ned-gallery {
    float: left;
    width: 480px; }
  .ned-saishi .ned-gallery-main {
    position: relative;
    width: 480px;
    height: 320px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 4px; }
  .ned-saishi .ned-gallery-img-wrap {
    display: block;
    width: 100%;
    height: 100%; }
    .ned-saishi .ned-gallery-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .ned-saishi .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; }
    .ned-saishi .ned-gallery-counter i {
      font-style: normal; }
  .ned-saishi .ned-gallery-thumbs {
    position: relative;
    margin-top: 10px;
    padding: 0 24px; }
  .ned-saishi .ned-gallery-thumbs-track {
    overflow: hidden; }
  .ned-saishi .ned-gallery-thumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    transition: transform .25s ease; }
  .ned-saishi .ned-gallery-thumbs li {
    display: inline-block;
    width: 60px;
    height: 40px;
    margin-right: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle; }
    .ned-saishi .ned-gallery-thumbs li img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .ned-saishi .ned-gallery-thumbs li.active {
      border-color: #ff7e2a; }
  .ned-saishi .ned-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    background: #f0f0f0;
    cursor: pointer;
    border-radius: 2px; }
    .ned-saishi .ned-gallery-arrow:hover {
      color: #fff;
      background: #ff7e2a; }
  .ned-saishi .ned-gallery-prev {
    left: 0; }
  .ned-saishi .ned-gallery-next {
    right: 0; }
  .ned-saishi .ned-info {
    margin-left: 504px; }
  .ned-saishi .ned-price-block {
    background: #fff8f3;
    border: 1px solid #ffe0d0;
    border-radius: 4px;
    padding: 14px 18px;
    margin-bottom: 16px; }
  .ned-saishi .ned-price-main {
    display: flex;
    align-items: baseline; }
  .ned-saishi .ned-price-num {
    font-size: 28px;
    font-weight: 600;
    color: #ff7e2a;
    line-height: 1; }
    .ned-saishi .ned-price-num .rmb {
      font-size: 16px;
      margin-right: 2px;
      font-style: normal;
      font-weight: 400; }
  .ned-saishi .ned-price-free {
    font-size: 22px;
    font-weight: 600;
    color: #ff7e2a; }
  .ned-saishi .ned-price-unit {
    font-size: 13px;
    color: #888;
    margin-left: 4px; }
  .ned-saishi .ned-price-vip {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #ffd5b8;
    border-radius: 2px; }
    .ned-saishi .ned-price-vip .ned-price-vip-label {
      font-size: 12px;
      color: #d4a800;
      margin-right: 6px; }
      .ned-saishi .ned-price-vip .ned-price-vip-label:before {
        content: "★";
        margin-right: 2px; }
    .ned-saishi .ned-price-vip .ned-price-vip-num {
      font-size: 14px;
      color: #222;
      font-weight: 600; }
      .ned-saishi .ned-price-vip .ned-price-vip-num .rmb {
        font-size: 12px;
        margin-right: 1px;
        font-style: normal;
        font-weight: 400; }
  .ned-saishi .ned-price-meta {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #f0d6c4;
    font-size: 12px;
    color: #888; }
    .ned-saishi .ned-price-meta em {
      font-style: normal;
      color: #ff7e2a;
      font-weight: 600;
      margin: 0 2px; }
    .ned-saishi .ned-price-meta .sep {
      margin: 0 8px;
      color: #ddd; }
  .ned-saishi .ned-price-original {
    margin-left: 10px;
    color: #999;
    font-size: 14px;
    text-decoration: line-through; }
  .ned-saishi .ned-price-bird-tip {
    margin-top: 6px;
    font-size: 13px; }
    .ned-saishi .ned-price-bird-tip em {
      color: #ff7e2a;
      font-style: normal;
      font-weight: 600;
      margin: 0 2px; }
    .ned-saishi .ned-price-bird-tip .ned-bird-cond {
      margin-left: 8px;
      color: #888; }
  .ned-saishi .ned-info-row {
    display: flex;
    align-items: flex-start;
    padding: 9px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    line-height: 1.6; }
    .ned-saishi .ned-info-row:last-child {
      border-bottom: none; }
  .ned-saishi .ned-info-label {
    width: 84px;
    flex-shrink: 0;
    color: #888; }
    .ned-saishi .ned-info-label i.ico {
      margin-right: 4px; }
  .ned-saishi .ned-info-value {
    flex: 1;
    min-width: 0;
    color: #222; }
  .ned-saishi .ned-batch-select {
    max-width: 100%;
    min-width: 200px;
    height: 34px;
    padding: 0 28px 0 12px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;
    color: #222;
    font-size: 13px;
    line-height: 32px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis; }
  .ned-saishi .ned-batch-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .ned-saishi .ned-batch-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    cursor: pointer;
    background: #fff;
    font-size: 12px;
    line-height: 1.4;
    /* 候补可选：边框保留主色，但底色变浅以示区分 */
    /* 状态徽标（已截止 / 未开始 / 已满员 / 可候补 / 已成团） */ }
    .ned-saishi .ned-batch-item .ned-batch-title {
      color: #222; }
    .ned-saishi .ned-batch-item .ned-batch-price {
      margin-left: 6px;
      font-weight: 600;
      color: #ff7e2a; }
    .ned-saishi .ned-batch-item.active {
      border-color: #ff7e2a;
      background: #fff8f3; }
    .ned-saishi .ned-batch-item.disabled {
      color: #ccc;
      cursor: not-allowed;
      background: #f8f8f8; }
      .ned-saishi .ned-batch-item.disabled .ned-batch-title,
      .ned-saishi .ned-batch-item.disabled .ned-batch-price {
        color: #ccc; }
    .ned-saishi .ned-batch-item.reserve {
      cursor: pointer;
      background: #fff8f3; }
      .ned-saishi .ned-batch-item.reserve.disabled {
        color: #ff7e2a;
        background: #fff8f3;
        cursor: pointer; }
      .ned-saishi .ned-batch-item.reserve .ned-batch-title {
        color: #ff7e2a; }
    .ned-saishi .ned-batch-item .ned-batch-status {
      margin-left: 8px;
      padding: 0 6px;
      font-size: 11px;
      line-height: 16px;
      color: #999;
      background: #f0f0f0;
      border-radius: 2px;
      white-space: nowrap; }
    .ned-saishi .ned-batch-item.reserve .ned-batch-status {
      color: #fff;
      background: #ff7e2a; }
    .ned-saishi .ned-batch-item.active .ned-batch-status {
      color: #ff7e2a;
      background: #fff8f3; }
  .ned-saishi .ned-calendar {
    width: 100%;
    max-width: 360px; }
  .ned-saishi .ned-cal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px; }
  .ned-saishi .ned-cal-navbtn {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;
    color: #666;
    cursor: pointer;
    padding: 0;
    /* 字体图标无关的箭头：用边框绘制 V 形 */ }
    .ned-saishi .ned-cal-navbtn:hover {
      border-color: #ff7e2a;
      color: #ff7e2a; }
    .ned-saishi .ned-cal-navbtn::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 7px;
      height: 7px;
      margin-top: -4px;
      border-left: 2px solid currentColor;
      border-bottom: 2px solid currentColor; }
  .ned-saishi .ned-cal-prev::before {
    margin-left: -2px;
    transform: rotate(45deg); }
  .ned-saishi .ned-cal-next::before {
    margin-left: -6px;
    transform: rotate(-135deg); }
  .ned-saishi .ned-cal-label {
    font-size: 14px;
    font-weight: 600;
    color: #222; }
  .ned-saishi .ned-cal-nav-right {
    display: flex;
    align-items: center; }
  .ned-saishi .ned-cal-month-hint {
    margin-right: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #52a447;
    white-space: nowrap;
    cursor: pointer; }
    .ned-saishi .ned-cal-month-hint:hover {
      color: #3f8a38; }
  .ned-saishi .ned-cal-crossmonth {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #e7e7e7;
    cursor: pointer; }
  .ned-saishi .ned-cal-crossmonth-txt {
    font-size: 12px;
    color: #52a447; }
    .ned-saishi .ned-cal-crossmonth-txt:hover {
      color: #3f8a38; }
  .ned-saishi .ned-cal-weekdays {
    display: flex;
    margin-bottom: 4px; }
    .ned-saishi .ned-cal-weekdays span {
      flex: 1;
      text-align: center;
      font-size: 12px;
      color: #999;
      line-height: 22px; }
  .ned-saishi .ned-cal-grid {
    display: flex;
    flex-wrap: wrap; }
  .ned-saishi .ned-cal-day {
    box-sizing: border-box;
    width: 14.285%;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 12px;
    color: #222;
    cursor: default; }
    .ned-saishi .ned-cal-day .ned-cal-num {
      line-height: 1.3; }
    .ned-saishi .ned-cal-day .ned-cal-price {
      font-size: 11px;
      line-height: 1.1;
      color: #ff7e2a; }
    .ned-saishi .ned-cal-day .ned-cal-tag {
      font-size: 11px;
      color: #bbb;
      line-height: 1.1; }
    .ned-saishi .ned-cal-day.has-batch {
      cursor: pointer; }
    .ned-saishi .ned-cal-day.is-today .ned-cal-num {
      color: #ff7e2a;
      font-weight: 600; }
    .ned-saishi .ned-cal-day.is-disabled {
      color: #ccc;
      cursor: not-allowed; }
      .ned-saishi .ned-cal-day.is-disabled .ned-cal-num {
        color: #ccc; }
    .ned-saishi .ned-cal-day.is-valid:hover {
      border-color: #ff7e2a;
      background: #fff8f3; }
    .ned-saishi .ned-cal-day.is-selected {
      border-color: #ff7e2a;
      background: #fff8f3; }
      .ned-saishi .ned-cal-day.is-selected .ned-cal-num {
        color: #ff7e2a;
        font-weight: 600; }
  .ned-saishi .ned-cal-batches {
    margin-top: 12px; }
    .ned-saishi .ned-cal-batches .ned-cal-batches-hd {
      margin: 0 0 6px;
      font-size: 12px;
      color: #666; }
  .ned-saishi .ned-spec-group {
    margin-bottom: 10px; }
    .ned-saishi .ned-spec-group:last-child {
      margin-bottom: 0; }
  .ned-saishi .ned-spec-name {
    margin: 0 0 6px;
    font-size: 12px;
    color: #666; }
  .ned-saishi .ned-spec-list,
  .ned-saishi .ned-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .ned-saishi .ned-spec-item {
    padding: 5px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
    background: #fff; }
    .ned-saishi .ned-spec-item.active {
      border-color: #ff7e2a;
      color: #ff7e2a;
      background: #fff8f3; }
    .ned-saishi .ned-spec-item.disabled {
      color: #ccc;
      cursor: not-allowed;
      background: #f8f8f8; }
  .ned-saishi .ned-service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    font-size: 12px;
    background: #fff;
    margin-bottom: 8px; }
    .ned-saishi .ned-service-item .ned-service-info {
      flex: 1;
      min-width: 0; }
    .ned-saishi .ned-service-item strong {
      margin-right: 6px; }
    .ned-saishi .ned-service-item .ned-service-required {
      margin-right: 6px;
      padding: 0 4px;
      font-size: 11px;
      color: #ff7e2a;
      border: 1px solid #ff7e2a;
      border-radius: 2px; }
    .ned-saishi .ned-service-item .ned-service-price {
      margin-right: 8px;
      color: #ff7e2a;
      font-weight: 600; }
    .ned-saishi .ned-service-item .ned-service-stock {
      color: #999; }
    .ned-saishi .ned-service-item .ned-service-stepper {
      display: inline-flex;
      align-items: center;
      flex: 0 0 auto; }
      .ned-saishi .ned-service-item .ned-service-stepper .ned-svc-btn {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 22px;
        text-align: center;
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        color: #666;
        text-decoration: none;
        -webkit-user-select: none;
        user-select: none; }
        .ned-saishi .ned-service-item .ned-service-stepper .ned-svc-btn[disabled] {
          color: #ccc;
          cursor: not-allowed; }
        .ned-saishi .ned-service-item .ned-service-stepper .ned-svc-btn:hover:not([disabled]) {
          border-color: #ff7e2a;
          color: #ff7e2a; }
      .ned-saishi .ned-service-item .ned-service-stepper .ned-svc-qty {
        min-width: 32px;
        text-align: center;
        font-weight: 600; }
    .ned-saishi .ned-service-item.active {
      border-color: #ff7e2a;
      background: #fff8f3; }
  .ned-saishi .ned-atta-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .ned-saishi .ned-atta-list li {
      margin-bottom: 4px; }
    .ned-saishi .ned-atta-list a {
      color: #4a90e2; }
      .ned-saishi .ned-atta-list a:hover {
        color: #ff7e2a; }
  .ned-saishi .ned-phone {
    margin-left: 12px; }
    .ned-saishi .ned-phone i.ico {
      margin-right: 2px; }
  .ned-saishi .ned-info-bird .ned-bird-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ned-saishi .ned-info-bird .ned-bird-list li {
    font-size: 13px;
    color: #888;
    padding: 4px 0;
    /* 命中当前批次的那一条规则，高亮显示 */ }
    .ned-saishi .ned-info-bird .ned-bird-list li.active {
      color: #ff7e2a;
      font-weight: 600; }
  .ned-saishi .ned-info-bird .ned-bird-active-tag {
    margin-left: 6px;
    padding: 0 6px;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    background: #ff7e2a;
    border-radius: 2px; }
  .ned-saishi .ned-info-bird em {
    color: #ff7e2a;
    font-style: normal;
    font-weight: 600;
    margin: 0 2px; }
  .ned-saishi .ned-info-bird i.ico {
    margin-right: 6px; }
  .ned-saishi .ned-actions {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: 10px;
    align-items: center; }
  .ned-saishi .ned-actions-deposit {
    display: inline-flex;
    gap: 8px;
    align-items: center; }
  .ned-saishi .ned-btn-primary {
    height: 44px;
    line-height: 44px;
    padding: 0 38px;
    font-size: 16px;
    border-radius: 4px;
    min-width: 220px;
    background: #ff7e2a;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none; }
    .ned-saishi .ned-btn-primary:hover {
      background: #f86b14;
      color: #fff; }
  .ned-saishi .ned-appliers {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0; }
  .ned-saishi .ned-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0 0 12px; }
  .ned-saishi .ned-appliers-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .ned-saishi .ned-appliers-list li {
      width: 60px;
      text-align: center; }
      .ned-saishi .ned-appliers-list li img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: block;
        margin: 0 auto 4px;
        object-fit: cover; }
      .ned-saishi .ned-appliers-list li p {
        margin: 0;
        font-size: 12px;
        color: #666; }
  .ned-saishi .ned-appliers-more {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #ff7e2a; }
  .ned-saishi .ned-tabs {
    margin-top: 22px; }
  .ned-saishi .ned-tab-nav {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    /* 置顶固定态:滚动查看富文本时吸顶,参考旧活动 contentTabbar */ }
    .ned-saishi .ned-tab-nav.ned-tab-nav-fixed {
      border-radius: 0;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
  .ned-saishi .ned-tab-nav-holder {
    background: transparent; }
  .ned-saishi .ned-tab-btn {
    position: relative;
    padding: 12px 26px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    cursor: pointer; }
    .ned-saishi .ned-tab-btn:hover {
      color: #ff7e2a; }
    .ned-saishi .ned-tab-btn.active {
      color: #ff7e2a;
      font-weight: 600;
      background: #fff; }
      .ned-saishi .ned-tab-btn.active:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -1px;
        transform: translateX(-50%);
        width: 32px;
        height: 2px;
        background: #ff7e2a; }
  .ned-saishi .ned-tab-content {
    padding: 20px 0; }
  .ned-saishi .ned-tab-section {
    margin-bottom: 28px;
    /* 富文本渲染区宽度对齐后台编辑器(680px)，在宽栏中居中，避免宽栏下排版失真 */ }
    .ned-saishi .ned-tab-section:last-child {
      margin-bottom: 0; }
    .ned-saishi .ned-tab-section .rdoc {
      max-width: 680px;
      margin: 0 auto; }
  .ned-saishi .ned-tab-title {
    margin: 0 0 12px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    border-left: 3px solid #ff7e2a;
    line-height: 1.4; }
  .ned-saishi .ned-faq-list {
    margin: 0; }
    .ned-saishi .ned-faq-list dt {
      margin-top: 10px;
      font-weight: 600;
      color: #222; }
    .ned-saishi .ned-faq-list dd {
      margin: 4px 0 0;
      color: #666;
      line-height: 1.7; }
  .ned-saishi .ned-comment {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0; }
  .ned-saishi .ned-comment-form textarea {
    display: block;
    width: 100%;
    min-height: 88px;
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-family: "Microsoft Yahei", Arial, sans-serif;
    font-size: 13px;
    box-sizing: border-box;
    resize: vertical;
    outline: none; }
    .ned-saishi .ned-comment-form textarea:focus {
      border-color: #ff7e2a; }
  .ned-saishi .ned-comment-form button {
    margin-top: 10px;
    min-width: 100px; }
  .ned-saishi .ned-comment-tip {
    text-align: center;
    padding: 14px 0;
    font-size: 13px;
    color: #888; }
    .ned-saishi .ned-comment-tip a {
      margin: 0 4px;
      color: #ff7e2a; }
  .ned-saishi .ned-comment-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #ff7e2a; }
  .ned-saishi .ned-recommend {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 20px 24px;
    margin-top: 16px; }
  .ned-saishi .ned-card-title-bar {
    margin-bottom: 14px; }
  .ned-saishi .ned-recommend .ned-section-title {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #f0f0f0; }
  .ned-saishi .ned-recommend-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .ned-saishi .ned-recommend-list > li {
      width: calc(25% - 12px);
      box-sizing: border-box; }
  .ned-saishi .ned-recommend-img {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 4px;
    background: #f5f5f5; }
    .ned-saishi .ned-recommend-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .3s ease; }
    .ned-saishi .ned-recommend-img:hover img {
      transform: scale(1.04); }
  .ned-saishi .ned-recommend-title {
    display: block;
    margin: 10px 0 6px;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    line-height: 1.4; }
    .ned-saishi .ned-recommend-title:hover {
      color: #ff7e2a; }
  .ned-saishi .ned-recommend-price {
    font-size: 14px;
    font-weight: 600;
    color: #ff7e2a; }
    .ned-saishi .ned-recommend-price .ned-recommend-vip {
      font-size: 12px;
      color: #888;
      font-weight: 400;
      margin-left: 4px; }
  .ned-saishi .ned-recommend-btn {
    display: none; }
  .ned-saishi .ned-recommend-single .ned-recommend-list {
    display: block; }
    .ned-saishi .ned-recommend-single .ned-recommend-list > li {
      width: 100%;
      display: flex;
      align-items: stretch; }
  .ned-saishi .ned-recommend-single .ned-recommend-img {
    flex: 0 0 280px;
    width: 280px;
    height: 180px;
    margin-right: 24px; }
  .ned-saishi .ned-recommend-single .ned-recommend-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0 0; }
  .ned-saishi .ned-recommend-single .ned-recommend-title {
    margin: 0;
    font-size: 18px; }
  .ned-saishi .ned-recommend-single .ned-recommend-price {
    margin: 0;
    font-size: 16px; }
  .ned-saishi .ned-recommend-single .ned-recommend-btn {
    display: inline-block;
    align-self: flex-start;
    padding: 8px 26px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    border-radius: 2px;
    text-decoration: none; }
  .ned-saishi .calendar-picker {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    cursor: pointer;
    background: #fff; }
    .ned-saishi .calendar-picker i.ico {
      margin-right: 6px;
      color: #ff7e2a; }
  .ned-saishi .hidden {
    display: none; }

/* ============================================================
   报名二维码弹窗
   ============================================================ */
.ned-qr-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }

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

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

.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 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #222; }

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

.ned-qr-popup-canvas {
  width: 220px;
  height: 220px;
  margin: 0 auto 12px;
  padding: 10px;
  background: #fff;
  border: 1px solid #f0f0f0;
  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 {
  margin: 0;
  font-size: 12px;
  color: #999;
  word-break: break-all; }

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