<br />
<b>Warning</b>:  mkdir(): No space left on device in <b>/www/wwwroot/NEW11.COM/func.php</b> on line <b>127</b><br />
<br />
<b>Warning</b>:  file_put_contents(./cachefile_yuan/szwyswys.com/img/26/d465e/dba05.css): failed to open stream: No such file or directory in <b>/www/wwwroot/NEW11.COM/func.php</b> on line <b>115</b><br />
  body { background: #0b0b0b; color: #e6e6e6; }
  a { color: inherit; }
  .section-header {
    padding: 28px 0 14px;
    text-align: center;
  }
  .section-header .sub {
    color: #aaa; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  }
  .section-header .title {
    font-size: 28px; margin: 6px 0 0; font-weight: 700;
  }
  .cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  @media (min-width: 576px){ .cards{ grid-template-columns: repeat(3, 1fr);} }
  @media (min-width: 992px){ .cards{ grid-template-columns: repeat(4, 1fr);} }
  .card {
    background: #141414; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(0,0,0,0.45); }
  .card .thumb {
    aspect-ratio: 16/9; width: 100%; display:block; background:#1d1d1d; object-fit: cover;
  }
  .card .meta { padding: 10px 12px; }
  .card .title {
    font-size: 15px; color: #f0f0f0; margin: 0; line-height: 1.45;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  }

  .pager {
    display:flex; align-items:center; justify-content:center; gap:10px; margin: 18px 0 26px;
  }
  .pager a, .pager span {
    display:inline-flex; align-items:center; justify-content:center;
    height:36px; min-width:36px; padding:0 12px; border-radius: 9px; text-decoration:none;
    background:#1b1b1b; color:#ddd; border:1px solid #2a2a2a; transition:background .2s,border-color .2s,color .2s;
  }
  .pager a:hover { background:#222; border-color:#333; color:#fff; }
  .pager .active {
    background:#2b2b2b; color:#fff; border-color:#3a3a3a; font-weight:700;
  }
  .pager .muted { color:#888; background:transparent; border:none; }
  .divider { height:1px; background:linear-gradient(90deg,transparent,#222,transparent); margin: 10px 0 18px; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 14px; }