@charset "UTF-8";
/* ============================================================
   新活动列表页 - PC 默认皮肤
   ============================================================ */
.new-events-page {
  padding-bottom: 40px;
  position: relative;
  /* ---------- 主区 ---------- */
  /* ---------- 过滤器 ---------- */
  /* ---------- 事件列表 ---------- */
  /* ---------- 分页 ---------- */
  /* ---------- 右侧浮动按钮 ---------- */ }
  .new-events-page .nep-main {
    display: block;
    width: 100%;
    min-width: 0; }
  .new-events-page .nep-search {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 16px; }
    .new-events-page .nep-search form {
      display: flex;
      align-items: center; }
    .new-events-page .nep-search input[type=text] {
      flex: 1;
      height: 44px;
      padding: 0 16px;
      border: 1px solid #e0e0e0;
      border-radius: 4px 0 0 4px;
      font-size: 14px;
      outline: none;
      box-sizing: border-box; }
      .new-events-page .nep-search input[type=text]:focus {
        border-color: #ff6633; }
    .new-events-page .nep-search .nep-search-btn {
      height: 44px;
      width: 72px;
      border: none;
      border-radius: 0 4px 4px 0;
      color: #fff;
      cursor: pointer;
      font-size: 18px; }
      .new-events-page .nep-search .nep-search-btn i.icon {
        vertical-align: middle; }
  .new-events-page .nep-filters {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 8px 20px;
    margin-bottom: 18px; }
  .new-events-page .nep-filter-row {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px dashed #f0f0f0; }
    .new-events-page .nep-filter-row:last-child {
      border-bottom: none; }
  .new-events-page .nep-filter-label {
    width: 88px;
    flex-shrink: 0;
    color: #888;
    font-size: 14px;
    padding-top: 4px; }
  .new-events-page .nep-filter-chips {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px; }
  .new-events-page .nep-chip {
    display: inline-block;
    padding: 5px 14px;
    font-size: 14px;
    color: #444;
    background: transparent;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    line-height: 22px;
    transition: all .15s ease; }
    .new-events-page .nep-chip:hover {
      color: #ff6633; }
    .new-events-page .nep-chip.active {
      color: #fff;
      background: #ff6633; }
  .new-events-page .nep-chip-date,
  .new-events-page .nep-chip-bird {
    border: 1px solid #eaeaea; }
    .new-events-page .nep-chip-date i.icon,
    .new-events-page .nep-chip-bird i.icon {
      margin-right: 4px; }
    .new-events-page .nep-chip-date.active,
    .new-events-page .nep-chip-bird.active {
      border-color: #ff6633;
      background: #fff;
      color: #ff6633; }
  .new-events-page .nep-event-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .new-events-page .nep-event-item {
    display: flex;
    gap: 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 16px;
    transition: box-shadow .2s ease; }
    .new-events-page .nep-event-item:hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
      border-color: #ffd5b8; }
  .new-events-page .nep-event-cover {
    position: relative;
    width: 320px;
    height: 213px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #f5f5f5;
    display: block; }
    .new-events-page .nep-event-cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .25s ease; }
    .new-events-page .nep-event-cover:hover img {
      transform: scale(1.04); }
  .new-events-page .nep-event-ribbon {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
    background: #ff6633;
    border-radius: 0 2px 2px 0; }
  .new-events-page .nep-event-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 18px;
    line-height: 213px;
    text-align: center; }
  .new-events-page .nep-event-body {
    flex: 1;
    min-width: 0; }
  .new-events-page .nep-event-title {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.4; }
    .new-events-page .nep-event-title:hover {
      color: #ff6633; }
  .new-events-page .nep-event-tag {
    display: inline-block;
    margin-right: 6px;
    padding: 1px 6px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #ff6633;
    border-radius: 2px;
    vertical-align: middle; }
  .new-events-page .nep-event-summary {
    margin: 6px 0 12px;
    color: #888;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 46px; }
  .new-events-page .nep-event-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 22px;
    font-size: 14px;
    color: #888; }
    .new-events-page .nep-event-meta i.icon {
      margin-right: 4px;
      color: #bbb; }
  .new-events-page .nep-event-side {
    width: 200px;
    flex-shrink: 0;
    text-align: right;
    position: relative;
    padding-left: 16px;
    border-left: 1px dashed #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
  .new-events-page .nep-event-price {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2; }
    .new-events-page .nep-event-price .rmb {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      margin-right: 1px; }
    .new-events-page .nep-event-price .nep-event-qi {
      font-size: 13px;
      color: #888;
      font-weight: 400;
      margin-left: 2px; }
  .new-events-page .nep-event-vip {
    margin-top: 4px;
    font-size: 13px;
    color: #888; }
    .new-events-page .nep-event-vip i.icon-vip {
      color: #d4a800;
      margin-right: 2px; }
  .new-events-page .nep-event-btn {
    margin-top: 14px;
    display: inline-block;
    padding: 8px 24px;
    font-size: 14px;
    background: #ff6633;
    color: #fff;
    border-radius: 3px;
    text-decoration: none; }
    .new-events-page .nep-event-btn:hover {
      opacity: .9;
      color: #fff; }
  .new-events-page .nep-pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px; }
  .new-events-page .nep-empty {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 60px 20px;
    text-align: center;
    font-size: 14px;
    color: #999; }
  .new-events-page .nep-fab {
    position: fixed;
    right: 16px;
    bottom: 80px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .new-events-page .nep-fab-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #888;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
    .new-events-page .nep-fab-btn i.icon {
      font-size: 16px; }
    .new-events-page .nep-fab-btn:hover {
      background: #ff6633;
      color: #fff;
      border-color: #ff6633; }

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