/* jp066 — 传奇游戏门户 (nvzi.cc 风格) */
:root {
  --jp066-top: #222222;
  --jp066-maroon: #7a3e3e;
  --jp066-maroon-dark: #5c2e2e;
  --jp066-orange: #d4752e;
  --jp066-orange-dark: #a23d24;
  --jp066-accent: #ff3333;
  --jp066-accent-orange: #ff6600;
  --jp066-page-bg: #8e4348;
  --jp066-bg: #f4f4f4;
  --jp066-white: #ffffff;
  --jp066-border: #e9e9e9;
  --jp066-text: #333333;
  --jp066-text-light: #666666;
  --jp066-text-muted: #999999;
  --jp066-link: #007fdb;
  --jp066-dl-btn: #f76c03;
  --jp066-dl-btn-hover: #f61701;
  --jp066-star: #ffb400;
  --jp066-width: 1200px;
  --jp066-main-col: 790px;
  --jp066-side-col: 300px;
  --jp066-radius: 4px;
  --jp066-shadow: 0 1px 4px rgba(0,0,0,.08);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
.jp066-body {
  font: 16px/1.7 "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--jp066-text);
  background: var(--jp066-page-bg);
}
.jp066-body.jp066-page-home {
  background: var(--jp066-page-bg);
}
.jp066-body.jp066-page-view,
.jp066-body.jp066-page-archive,
.jp066-body.jp066-page-rank-nvzi,
.jp066-body.jp066-page-search,
.jp066-body.jp066-page-list {
  background: var(--jp066-page-bg);
}
.jp066-body.jp066-nav-body-lock { overflow: hidden; }
a { color: var(--jp066-text); text-decoration: none; }
a:hover { color: var(--jp066-link); }

.jp066-wrap {
  width: var(--jp066-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.jp066-header {
  background: transparent;
}

/* ========== Header: primary-bar ========== */
.jp066-primary-bar {
  background: var(--jp066-top);
  color: #ccc;
  font-size: 12px;
  height: 36px;
}
.jp066-primary-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  flex-wrap: nowrap;
  gap: 8px;
}
.jp066-primary-links a { color: #ddd; margin-right: 12px; white-space: nowrap; }
.jp066-primary-links a:hover { color: #fff; text-decoration: none; }
.jp066-date { color: #aaa; margin-left: 8px; white-space: nowrap; }
.jp066-primary-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 52%;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.jp066-primary-center a {
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  pointer-events: auto;
}
.jp066-primary-center a:hover { color: #ffe; text-decoration: none; }
.jp066-primary-tools a {
  color: #bbb;
  margin-left: 14px;
  white-space: nowrap;
}
.jp066-primary-tools a:hover { color: var(--jp066-orange); text-decoration: none; }
.jp066-primary-date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 160px;
}
.jp066-primary-date .jp066-date {
  color: #ccc;
  font-size: 12px;
  white-space: nowrap;
}

/* ========== Header: site-start (gd: 透明，透出 body #8e4348) ========== */
.jp066-site-start {
  display: block;
  width: 100%;
  height: 100px;
  background: transparent;
  border-bottom: none;
}
.jp066-site-start-inner {
  position: relative;
  height: 100px;
}
.jp066-site-start-inner::after {
  content: " ";
  display: block;
  clear: both;
}
.jp066-site-branding {
  float: left;
  height: 100px;
  line-height: 100px;
  text-align: left;
  max-width: 42%;
}
.jp066-logo-link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1;
}
.jp066-logo-link:hover { opacity: 0.92; }
.jp066-logo-text {
  display: inline-block;
  font-family: "Microsoft YaHei", "PingFang SC", SimHei, sans-serif;
  font-size: 42px;
  font-weight: 900;
  font-style: italic;
  color: #ffe566;
  letter-spacing: 4px;
  white-space: nowrap;
  -webkit-text-stroke: 1.5px #1a0a06;
  paint-order: stroke fill;
  text-shadow:
    2px 2px 0 #000,
    -1px -1px 0 #1a0a06,
    1px -1px 0 #1a0a06,
    0 3px 6px rgba(0, 0, 0, 0.45);
}

.jp066-header-search.header-search {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 400px;
  height: 40px;
  margin-left: -200px;
  z-index: 2;
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  line-height: 1;
  box-sizing: border-box;
}
.jp066-header-search.header-search:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
}
.jp066-header-search form {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
}
.jp066-header-search .search-input {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 58px 0 12px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #333;
  border-radius: 3px;
  box-sizing: border-box;
}
.jp066-header-search .search-input:focus {
  outline: none;
  background: #fff;
}
.jp066-header-search .search-submit {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 54px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 0 3px 3px 0;
  background: #f33;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.jp066-header-search .search-submit:hover {
  background: #e62e2e;
}
.jp066-ico-search {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media (max-width: 1100px) {
  .jp066-header-search.header-search {
    width: 320px;
    margin-left: -160px;
  }
  .jp066-logo-text {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

.jp066-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 2px solid rgba(0,0,0,.25);
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
}
.jp066-nav-toggle span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
}

/* ========== Header: main-nav (gd .main-nav.container 1200 橙条，两侧酒红) ========== */
.jp066-main-nav {
  background: transparent;
  position: sticky;
  top: 0;
  z-index: 300;
  padding: 0;
  box-shadow: none;
}
.jp066-main-nav > .jp066-wrap {
  background: var(--jp066-orange);
  border-top: 1px solid #d4752e;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 10px 10px 0 0;
  padding: 15px 10px 5px;
  box-sizing: border-box;
}
.jp066-main-nav > .jp066-wrap::after {
  content: " ";
  clear: both;
  display: block;
}
.jp066-main-nav .menu-container::after {
  content: " ";
  clear: both;
  display: block;
}
.jp066-main-nav .main-menu {
  float: left;
  margin-left: 24px;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  list-style: none;
}
.jp066-main-nav .main-menu::before {
  background-color: #a23d24;
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 9px;
  left: 0;
}
.jp066-main-nav .main-menu.first-menu {
  margin-left: -14px;
  padding-left: 0;
}
.jp066-main-nav .main-menu.first-menu::before {
  content: none;
}
.jp066-main-nav .main-menu.margin-left {
  margin-left: 10px;
}
.jp066-main-nav .main-menu li {
  float: left;
  line-height: 1;
  list-style: none;
}
.jp066-main-nav .main-menu li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 10px 14px;
  text-decoration: none;
}
.jp066-main-nav .main-menu li a b {
  font-weight: inherit;
}
.jp066-main-nav .main-menu li a:hover,
.home-page .jp066-main-nav .main-menu li a:hover {
  color: #fefa83;
  text-decoration: none;
}

/* ========== List pages: 导航条与内容区左右对齐 (gd container 1200) ========== */
.jp066-page-list .jp066-header {
  background: transparent;
}
.jp066-page-list .jp066-site-start {
  background: transparent;
}
.jp066-page-list .jp066-main-nav {
  margin-bottom: 0;
  background: transparent;
}
.jp066-page-list .jp066-main-nav > .jp066-wrap {
  width: var(--jp066-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px 5px;
  box-sizing: border-box;
  background: var(--jp066-orange);
  border-top: 1px solid #d4752e;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 10px 10px 0 0;
}
.jp066-page-list .jp066-dl-layout.jp066-wrap,
.jp066-page-list .jp066-video-layout.jp066-wrap,
.jp066-page-list .jp066-topic-layout.jp066-wrap,
.jp066-page-list .jp066-rank-layout.jp066-wrap,
.jp066-page-list .jp066-about-layout.jp066-wrap {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0 0 24px;
}
.jp066-page-list main.jp066-wrap > .site-content.container,
.jp066-page-list main.jp066-wrap > .jp066-topic-sec,
.jp066-page-list main.jp066-wrap > .jp066-rank-shell,
.jp066-page-list main.jp066-wrap > .jp066-sec {
  width: var(--jp066-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  box-sizing: border-box;
}
.jp066-about-layout.jp066-wrap {
  display: block;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0 0 24px;
}
.jp066-page-about .jp066-sec {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

/* ========== Homepage layout (nvzi.cc) ========== */
.jp066-site-content {
  padding: 10px 0 24px;
  background: #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.container-border {
  border: 1px solid #e8e8e8;
  background: #fff;
}
.clear::after { content: ""; display: table; clear: both; }

.jp066-home-search-bar {
  padding: 10px 14px;
  margin-bottom: 0;
  border-bottom: none;
}
.jp066-search-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  line-height: 1.6;
}
.jp066-search-label {
  flex-shrink: 0;
  font-size: 13px;
  color: #666;
  padding-top: 2px;
}
.jp066-search-label-hot {
  color: #ff6600;
  font-weight: 600;
}
.jp066-search-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.jp066-search-tags a {
  font-size: 13px;
  color: #444;
}
.jp066-search-tags a:hover { color: var(--jp066-link); }

.jp066-home-app-mob {
  display: none;
  margin: 0;
  padding: 10px 14px 14px;
  border-top: none;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}
.jp066-public-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-bottom: none;
}
.jp066-public-title span {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #232323;
  padding-left: 0;
  border-left: none;
}
.jp066-public-title span::before {
  content: '';
  width: 5px;
  height: 18px;
  display: block;
  background-color: rgb(255, 136, 30);
  border-radius: 2px;
  margin-right: 8px;
  flex-shrink: 0;
}
.jp066-public-title a { font-size: 12px; color: var(--jp066-link); }
.jp066-app-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.jp066-app-strip li {
  text-align: center;
  min-width: 0;
  list-style: none;
  margin-bottom: 10px;
}
.jp066-app-strip li:nth-last-child(-n+4) { margin-bottom: 0; }
.jp066-app-strip a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jp066-app-strip img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  margin: 0 auto 5px;
  background: #eee;
}
.jp066-app-strip p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 65px;
}

.jp066-home-top {
  display: grid;
  grid-template-columns: minmax(0, 868px) 300px;
  gap: 0;
  margin-bottom: 0;
  align-items: start;
  border-top: none;
}
.jp066-home-content {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  border-right: 1px solid #eee;
}
.jp066-home-featured-col {
  width: 48.7%;
  min-width: 0;
  padding: 10px 12px 10px 14px;
  border-right: none;
}
.jp066-home-latest-col {
  width: 50%;
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border-right: none;
  overflow: visible;
}
.jp066-home-latest-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp066-home-latest-col ul li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 14px;
  position: relative;
  max-height: 27px;
  overflow: hidden;
}
.jp066-home-latest-col ul li::before {
  background-color: #ccc;
  border-radius: 2px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 11px;
}
.jp066-home-latest-col ul li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.jp066-home-latest-col ul li a {
  color: #232323;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.jp066-home-latest-col ul li span {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  flex-shrink: 0;
}
.jp066-home-latest-col ul li:nth-child(1),
.jp066-home-latest-col ul li:nth-child(6),
.jp066-home-latest-col ul li:nth-child(11) {
  font-weight: 700;
}
.jp066-home-latest-col ul li:nth-child(1) a,
.jp066-home-latest-col ul li:nth-child(6) a,
.jp066-home-latest-col ul li:nth-child(11) a {
  font-weight: 700;
  color: #f60;
  font-size: 1.11rem;
}
.jp066-home-latest-col ul li:nth-child(5):not(:last-child),
.jp066-home-latest-col ul li:nth-child(10):not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px dashed #e9e9e9;
  margin-bottom: 10px;
}
.jp066-home-latest-col ul li a:hover {
  color: var(--jp066-link);
}
.jp066-home-sidebar { min-width: 0; }

.jp066-home-latest-text {
  width: 100%;
}
.jp066-home-latest-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.jp066-home-latest-group {
  padding: 6px 0 10px;
  border-bottom: 1px dashed #ddd;
}
.jp066-home-latest-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.jp066-home-latest-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp066-latest-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
  font-size: 13px;
  line-height: 1.55;
  min-height: 24px;
}
.jp066-latest-item:last-child {
  border-bottom: none;
}
.jp066-latest-link {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  text-decoration: none;
}
.jp066-latest-link::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.jp066-latest-item.is-featured {
  padding-top: 2px;
  padding-bottom: 6px;
}
.jp066-latest-item.is-featured .jp066-latest-link {
  color: #ff6600;
  font-weight: 700;
  font-size: 14px;
}
.jp066-latest-item.is-featured .jp066-latest-link::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6600;
}
.jp066-latest-link:hover {
  color: var(--jp066-link);
}
.jp066-latest-item.is-featured .jp066-latest-link:hover {
  color: #e55a00;
}
.jp066-latest-date {
  flex-shrink: 0;
  color: #aaa;
  font-size: 12px;
  white-space: nowrap;
}

/* legacy grid fallback (unused) */
.jp066-home-latest-grid {
  display: flex;
  gap: 0 16px;
  align-items: flex-start;
  width: 100%;
}
.jp066-home-latest-block {
  flex: 1 1 0;
  min-width: 0;
  max-width: 33.33%;
}

.featured-grid,
.jp066-home-featured-col .featured-grid {
  display: block;
}
.featured-grid::after {
  content: "";
  display: table;
  clear: both;
}
.featured-small.hentry {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.featured-small .thumbnail-link { display: block; }
.featured-small .thumbnail-wrap {
  width: 100%;
  height: 112px;
  overflow: hidden;
  background: #eee;
}
.featured-small .thumbnail-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.featured-small .entry-header {
  position: static;
  padding: 5px 0 0;
  background: none;
}
.featured-small .entry-title {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  font-weight: normal;
  min-height: 2.9em;
}
.featured-small .entry-title a {
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.featured-small .entry-title a:hover { color: var(--jp066-link); text-decoration: none; }
.title-in-two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jp066-home-sidebar .jp066-side-widget {
  background: #fff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  margin: 0;
  box-shadow: none;
}
.jp066-home-sidebar .jp066-widget-hd {
  background: linear-gradient(90deg, #6b2a2a, #8f4a4a);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 12px 10px 16px;
  margin: 0;
  border: none;
  border-left: 4px solid #ff881e;
}
.jp066-home-sidebar .jp066-widget-hd span {
  display: block;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  line-height: 1.4;
}
.jp066-tuijian {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0.4rem;
  row-gap: 0;
  padding: 10px 8px;
}
.jp066-tuijian .item { min-width: 0; }
.jp066-tuijian .thumbnail-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
}
.jp066-tuijian .thumbnail-link img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  background: #eee;
}
.jp066-tuijian .thumbnail-link p {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 32px;
  color: #232323;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jp066-tuijian .thumbnail-link:hover p { color: red; }

.jp066-sidebar-tags { padding: 4px 10px 10px; }
.jp066-sidebar-tags .post-list {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
.jp066-sidebar-tags .post-list:last-child { padding-bottom: 0; }
.jp066-sidebar-tags .post-list span {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  background-color: #eee;
  margin-right: 10px;
}
.jp066-sidebar-tags .post-list:nth-child(-n+3) span {
  background-color: #f60;
  color: #fff;
}
.jp066-sidebar-tags .post-list:nth-child(-n+3) a { color: #f60; }
.jp066-sidebar-tags .post-list a {
  flex: 1;
  font-size: 14px;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.jp066-sidebar-tags .post-list a:hover { color: red; }

.jp066-block {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  overflow: hidden;
}
.jp066-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.jp066-section-heading-light .section-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 4px solid var(--jp066-orange);
}
.jp066-section-heading-light .section-title a { color: #333; }
.jp066-section-heading-light .section-title a:hover { color: var(--jp066-link); text-decoration: none; }
.jp066-section-heading .section-more {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.jp066-section-heading .section-more a {
  color: #888;
  font-size: 13px;
}
.jp066-section-heading .section-more a:hover { color: var(--jp066-link); text-decoration: none; }

.jp066-topic-loop {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 12px 14px;
}
.jp066-topic-card { text-align: center; }
.jp066-topic-card > a { display: block; color: #333; }
.jp066-topic-card > a:hover { color: var(--jp066-link); text-decoration: none; }
.jp066-topic-red {
  height: 100px;
  background: linear-gradient(180deg, #c0392b, #96281b);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 6px;
}
.jp066-topic-red img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.jp066-topic-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #c0392b;
  text-align: center;
}
.jp066-topic-card .entry-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jp066-strategy-news-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% + 20px);
  max-width: var(--jp066-width);
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}
.jp066-strategy-news-row::after { display: none; }
.home-page .home-column.jp066-strategy-news-row > .home-content {
  float: none;
  flex: 0 0 868px;
  width: 868px;
  padding: 0;
}
.home-page .home-column.jp066-strategy-news-row > .home-right {
  float: none;
  flex: 0 0 300px;
  width: 300px;
  margin-top: 0;
}
.jp066-strategy-news-row > .home-right .home-content-right {
  height: 100%;
  box-sizing: border-box;
}
.jp066-strategy-col { min-width: 0; border-right: 1px solid var(--jp066-border); }
.jp066-news-col { min-width: 0; }

/* content-block-1 — 攻略左图右文（gd 对齐） */
.content-block .section-heading {
  border-top: 1px solid var(--jp066-border);
  position: relative;
  margin-bottom: 10px;
  padding: 0 14px;
}
.content-block .section-heading h3.section-title {
  font-size: 1.15em;
  font-weight: 400;
  padding: 9px 0 0;
  position: relative;
  display: inline-block;
  border-top: 2px solid var(--jp066-accent);
  margin: -1px 0 0;
}
.content-block .section-heading h3.section-title a {
  color: var(--jp066-text);
  display: inline-block;
}
.content-block .section-heading h3.section-title a:hover { color: var(--jp066-accent); text-decoration: none; }
.content-block .section-heading .section-more {
  position: absolute;
  right: 14px;
  top: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-block .section-heading .section-more li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 8px;
}
.content-block .section-heading .section-more li::before {
  content: "/";
  color: #ddd;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.content-block .section-heading .section-more li:first-child::before { content: none; }
.content-block .section-heading .section-more a {
  color: var(--jp066-text-muted);
  font-size: 14px;
  font-weight: 400;
}
.content-block .section-heading .section-more a:hover { color: var(--jp066-accent); text-decoration: none; }

.content-block-1 { position: relative; padding: 0 14px 14px; }
.content-block-1::after { clear: both; content: " "; display: block; }
.content-block-1 .col-left { float: left; width: 48.5%; margin-bottom: -25px; }
.content-block-1 .col-right { float: right; width: 48.5%; }
.content-block-1 .post-big { float: left; width: 48.5%; margin-bottom: 20px; }
.content-block-1 .post-big:nth-of-type(2n) { float: left; margin-left: 3%; }
.content-block-1 .post-big:nth-of-type(2n+1) { clear: left; }
.content-block-1 .post-big .thumbnail-link { display: block; margin-bottom: 10px; }

.content-block .post-small {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}
.content-block .post-small::before {
  background-color: #ccc;
  border-radius: 2px;
  content: " ";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
}
.content-block .post-small h2.entry-title {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  max-height: 24px;
  overflow: hidden;
}
.content-block .post-small h2.entry-title a {
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  color: var(--jp066-text);
}
.content-block .post-small h2.entry-title span {
  font-size: 12px;
  color: var(--jp066-text-muted);
  font-weight: 500;
  white-space: nowrap;
}
.content-block-1 .post-small { margin-bottom: 15px; }
.content-block-1 .post-small:last-child { border-bottom: none; margin-bottom: 0 !important; }
.content-block-1 .post-small:nth-of-type(1)::before,
.content-block-1 .post-small:nth-of-type(6)::before,
.content-block-1 .post-small:nth-of-type(11)::before { top: 10px; }
.content-block-1 .post-small:nth-of-type(1) .entry-title,
.content-block-1 .post-small:nth-of-type(6) .entry-title,
.content-block-1 .post-small:nth-of-type(11) .entry-title { font-size: 16px; font-weight: 700; }
.content-block-1 .post-small:nth-of-type(1) .entry-title a,
.content-block-1 .post-small:nth-of-type(6) .entry-title a,
.content-block-1 .post-small:nth-of-type(11) .entry-title a {
  font-weight: 700;
  color: var(--jp066-accent-orange);
  font-size: 1.11rem;
}
.content-block-1 .post-small:nth-of-type(5n):not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px dashed var(--jp066-border);
}

/* home-content-right — 新闻侧栏（gd 对齐） */
.home-content-right { border: 1px solid var(--jp066-border); }
.home-content-right .section-heading {
  background-color: #f9f9f9;
  border-bottom: 1px solid var(--jp066-border);
  font-size: 15px;
  padding: 5px 12px;
  border-top: none;
  margin-bottom: 0;
}
.home-content-right .section-heading h3.section-title {
  border-top: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.home-content-right .section-heading h3.section-title a {
  color: var(--jp066-accent);
}
.home-content-right ul.posts-wrap {
  list-style: none;
  margin: 0;
  padding: 12px 12px 4px;
}
.home-content-right ul.posts-wrap li.post-big {
  float: left;
  width: 48.5%;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.home-content-right ul.posts-wrap li.post-big:nth-of-type(2n) { margin-left: 3%; }
.home-content-right ul.posts-wrap li.post-big .thumbnail-wrap {
  display: block;
  margin-bottom: 9px;
  aspect-ratio: auto;
  height: auto;
  border: none;
  background: #eee;
  overflow: hidden;
}
.home-content-right ul.posts-wrap li.post-big .entry-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.home-content-right ul.posts-wrap li.list {
  color: #ddd;
  clear: both;
  font-size: 14px;
  list-style: none;
  padding-left: 11px;
  padding-top: 4px;
  overflow: hidden;
  position: relative;
}
.home-content-right ul.posts-wrap li.list:last-child { margin-bottom: 10px; }
.home-content-right ul.posts-wrap li.list.has-border {
  border-top: 1px dashed var(--jp066-border);
  max-height: 34px;
}
.home-content-right ul.posts-wrap li.list.has-border::before { top: 18px; }
.home-content-right ul.posts-wrap li.list::before {
  background-color: #ddd;
  position: absolute;
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 20px;
  left: 0;
}
.home-content-right ul.posts-wrap li.list a {
  color: var(--jp066-text);
  height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home-content-right ul.posts-wrap li.list a:hover { color: var(--jp066-accent); }

.post-big.hentry { margin-bottom: 0; }
.post-big .thumbnail-wrap {
  width: 100%;
  height: 112px;
  overflow: hidden;
  border-radius: 0;
  background: #eee;
  border: 1px solid #eee;
}
.post-big .thumbnail-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-big .entry-title {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}
.post-big .entry-title a { color: #222; }
.post-big .entry-title a:hover { color: var(--jp066-link); }

.title-in-one-line {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* legacy news side */
.jp066-news-side {
  list-style: none;
  margin: 0;
  padding: 12px 14px;
}
.jp066-news-side .post-big {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.jp066-news-side .post-big .thumbnail-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--jp066-radius);
  margin-bottom: 6px;
  background: #eee;
}
.jp066-news-side .post-big img { width: 100%; height: 100%; object-fit: cover; }
.jp066-news-side .post-big .entry-title { margin: 0; font-size: 14px; font-weight: 600; }
.jp066-news-side .list {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  font-size: 13px;
}
.jp066-news-side .list.has-border { border-top: 2px solid var(--jp066-orange); padding-top: 10px; }
.jp066-news-side .list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jp066-news-side .list a::before {
  content: "▪";
  color: var(--jp066-orange);
  margin-right: 6px;
}

.jp066-dl-loop {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 6px;
  padding: 12px 14px;
}
.jp066-dl-mini {
  text-align: center;
  padding: 6px 2px;
}
.jp066-dl-mini img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.jp066-dl-mini h4 {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  height: 2.6em;
  overflow: hidden;
  font-weight: normal;
  color: #333;
}
.jp066-dl-mini:hover h4 { color: var(--jp066-link); }

.jp066-video-loop {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 12px 14px;
}

.jp066-rank-section .content-block { padding: 0; }
.jp066-rank-triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px 14px;
}
.jp066-rank-col { padding: 0; border-right: none; }
.jp066-rank-col-inner {
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}
.jp066-rank-col-hd {
  background: linear-gradient(to right, #41a1f7, #63d0f1);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 8px;
  margin-bottom: 0;
}
.jp066-rank-col-hd a { color: #fff; }
.jp066-rank-col-hd a:hover { color: #ffe; text-decoration: none; }
.jp066-rank-col-list {
  list-style: none;
  margin: 0;
  padding: 0 16px 10px;
}
.jp066-rank-top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 16px 15px;
  margin: 0 -16px;
  background: #e2f6ff;
  border-bottom: none;
}
.jp066-rank-medal {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  background: #bbb;
}
.jp066-rank-medal-1 { background: #e74c3c; }
.jp066-rank-medal-2 { background: #e67e22; }
.jp066-rank-medal-3 { background: #f39c12; }
.jp066-rank-top-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.jp066-rank-top-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}
.jp066-rank-top-icon img { width: 100%; height: 100%; object-fit: cover; }
.jp066-rank-top-detail { flex: 1; min-width: 0; }
.jp066-rank-top-title {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #232323;
}
.jp066-rank-dl-btn {
  display: inline-block;
  padding: 0 16px;
  background: #42a3f7;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  border-radius: 24px;
  line-height: 24px;
  text-align: center;
  min-width: 72px;
}
.jp066-rank-dl-btn:hover { background: #2980b9; text-decoration: none; }
.jp066-rank-item {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-bottom: none;
  font-size: 13px;
  overflow: hidden;
}
.jp066-rank-item a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ========== Layout columns (inner pages) ========== */
.jp066-home-layout,
.jp066-page-layout {
  display: grid;
  grid-template-columns: minmax(0, var(--jp066-main-col)) var(--jp066-side-col);
  gap: 16px;
  padding: 15px 0 24px;
  align-items: start;
}
.jp066-main-col { min-width: 0; }
.jp066-side-col { min-width: 0; }

/* ========== Section boxes ========== */
.jp066-sec {
  background: var(--jp066-white);
  border: 1px solid var(--jp066-border);
  border-radius: var(--jp066-radius);
  margin-bottom: 16px;
  box-shadow: var(--jp066-shadow);
  overflow: hidden;
}
.jp066-sec-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: linear-gradient(90deg, var(--jp066-maroon), #8f4a4a);
  color: #fff;
  border-bottom: 2px solid var(--jp066-orange);
}
.jp066-sec-hd h2,
.jp066-sec-hd h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.jp066-sec-hd a {
  color: #ffe4c4;
  font-size: 13px;
  font-weight: normal;
}
.jp066-sec-hd a:hover { color: #fff; text-decoration: none; }
.jp066-sec-bd { padding: 12px 14px; }

/* ========== Featured grid (legacy jp066-featured-grid only) ========== */
.jp066-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.jp066-featured-item {
  position: relative;
  border-radius: var(--jp066-radius);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #ddd;
}
.jp066-featured-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.jp066-featured-item:hover img { transform: scale(1.05); }
.jp066-featured-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}
.jp066-featured-cap a { color: #fff; }
.jp066-featured-cap a:hover { color: var(--jp066-orange); text-decoration: none; }

/* ========== Home latest list ========== */
.home-latest,
.jp066-home-latest { list-style: none; margin: 0; padding: 0; }
.jp066-home-latest li {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.jp066-home-latest li:last-child { border-bottom: none; }
.jp066-home-latest .jp066-thumb {
  flex-shrink: 0;
  width: 100px;
  height: 68px;
  border-radius: var(--jp066-radius);
  overflow: hidden;
  background: #eee;
}
.jp066-home-latest .jp066-thumb img { width: 100%; height: 100%; object-fit: cover; }
.jp066-home-latest .jp066-info { flex: 1; min-width: 0; }
.jp066-home-latest h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.jp066-home-latest h3 a:hover { color: var(--jp066-link); }
.jp066-home-latest .jp066-desc {
  margin: 0;
  color: var(--jp066-text-light);
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.jp066-meta {
  margin-top: 6px;
  font-size: 12px;
  color: var(--jp066-text-muted);
}
.jp066-meta span { margin-right: 12px; }

/* ========== Sidebar widgets ========== */
.jp066-side-widget {
  background: var(--jp066-white);
  border: 1px solid var(--jp066-border);
  border-radius: var(--jp066-radius);
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: var(--jp066-shadow);
}
.jp066-side-widget .jp066-widget-hd {
  padding: 8px 12px;
  background: var(--jp066-maroon);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-left: 4px solid var(--jp066-orange);
}
.jp066-side-widget .jp066-widget-bd { padding: 8px 12px; }

.jp066-recommend-list { list-style: none; margin: 0; padding: 0; }
.jp066-recommend-list li {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
}
.jp066-recommend-list li:last-child { border-bottom: none; }
.jp066-recommend-list img {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}
.jp066-recommend-list a { font-size: 13px; line-height: 1.4; display: block; }
.jp066-recommend-list span { font-size: 11px; color: var(--jp066-text-muted); }

.jp066-rank-list { list-style: none; margin: 0; padding: 0; counter-reset: jp066rank; }
.jp066-rank-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px dashed #f0f0f0;
}
.jp066-rank-list li:last-child { border-bottom: none; }
.jp066-rank-num {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #bbb;
  border-radius: 3px;
}
.jp066-rank-list li:nth-child(1) .jp066-rank-num { background: #e74c3c; }
.jp066-rank-list li:nth-child(2) .jp066-rank-num { background: #e67e22; }
.jp066-rank-list li:nth-child(3) .jp066-rank-num { background: #f39c12; }
.jp066-rank-list a { flex: 1; font-size: 13px; line-height: 1.45; }

.jp066-tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.jp066-tag-cloud a {
  display: inline-block;
  padding: 4px 10px;
  background: #f8f0ee;
  border: 1px solid #e8d4d0;
  border-radius: 3px;
  font-size: 12px;
  color: var(--jp066-maroon);
}
.jp066-tag-cloud a:hover {
  background: var(--jp066-maroon);
  color: #fff;
  text-decoration: none;
}

/* ========== Category blocks ========== */
.jp066-cat-blocks { display: grid; gap: 14px; }
.jp066-cat-block .jp066-cat-articles {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp066-cat-block .jp066-cat-articles li {
  padding: 6px 0;
  border-bottom: 1px dotted #eee;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.jp066-cat-block .jp066-cat-articles li:last-child { border-bottom: none; }
.jp066-cat-block .jp066-cat-articles a { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jp066-cat-block .jp066-cat-articles time { flex-shrink: 0; color: var(--jp066-text-muted); font-size: 12px; }

/* ========== Download grid (home) ========== */
.jp066-dl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.jp066-dl-card {
  text-align: center;
  padding: 10px 8px;
  border: 1px solid #eee;
  border-radius: var(--jp066-radius);
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s;
}
.jp066-dl-card:hover {
  border-color: var(--jp066-orange);
  box-shadow: var(--jp066-shadow);
}
.jp066-dl-card img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 6px;
}
.jp066-dl-card h4 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.35;
  height: 2.7em;
  overflow: hidden;
}
.jp066-dl-card .jp066-stars { color: var(--jp066-star); font-size: 12px; letter-spacing: 1px; }
.jp066-dl-card .jp066-dl-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 14px;
  background: var(--jp066-orange);
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.jp066-dl-card .jp066-dl-btn:hover { background: var(--jp066-orange-dark); color: #fff; text-decoration: none; }

/* ========== Video grid ========== */
.jp066-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.jp066-video-card {
  border: 1px solid var(--jp066-border);
  border-radius: var(--jp066-radius);
  overflow: hidden;
  background: #fff;
}
.jp066-video-thumb {
  position: relative;
  aspect-ratio: 16/9;
  background: #222;
  overflow: hidden;
}
.jp066-video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.jp066-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.25);
  color: #fff;
  font-size: 36px;
  opacity: .85;
}
.jp066-video-bg,
.jp066-video-card-gd .jp066-video-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  transition: opacity .2s;
  border-radius: 3px;
}
.jp066-video-bg::after,
.jp066-video-card-gd .jp066-video-bg::after {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.jp066-video-card:hover .jp066-video-play,
.jp066-video-card-gd:hover .jp066-video-bg,
.jp066-gd-video-list li:hover .jp066-video-bg { opacity: 1; }
.jp066-video-body { padding: 8px 10px; }
.jp066-video-body h3 { margin: 0; font-size: 14px; line-height: 1.4; }

/* ========== Breadcrumb ========== */
.jp066-breadcrumb {
  padding: 10px 0;
  font-size: 13px;
  color: var(--jp066-text-muted);
}
.jp066-breadcrumb a { color: var(--jp066-link); }
.jp066-breadcrumb em { font-style: normal; color: var(--jp066-text); }

/* ========== List page: download cards ========== */
.jp066-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
.jp066-filter-tabs { display: flex; flex-wrap: wrap; gap: 6px; }
.jp066-filter-tabs button,
.jp066-filter-tabs a.jp066-filter-tab {
  padding: 5px 14px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  color: var(--jp066-text);
}
.jp066-filter-tabs button.active,
.jp066-filter-tabs a.jp066-filter-tab.active {
  background: var(--jp066-orange);
  border-color: var(--jp066-orange);
  color: #fff;
}

.jp066-dl-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.jp066-dl-list .list-inline-item,
.jp066-dl-list > li {
  display: flex;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--jp066-border);
  border-radius: var(--jp066-radius);
  background: #fff;
  align-items: center;
}
.jp066-dl-list .jp066-dl-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 14px;
  overflow: hidden;
  background: #eee;
}
.jp066-dl-list .jp066-dl-icon img { width: 100%; height: 100%; object-fit: cover; }
.jp066-dl-list .jp066-dl-info { flex: 1; min-width: 0; }
.jp066-dl-list h2 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.35;
}
.jp066-dl-list .jp066-stars { color: var(--jp066-star); font-size: 13px; }
.jp066-dl-list .jp066-dl-meta { font-size: 12px; color: var(--jp066-text-muted); margin-top: 4px; }
.jp066-dl-list .jp066-dl-action { flex-shrink: 0; }
.jp066-dl-toolbar {
  padding: 10px 14px 0;
  font-size: 13px;
  color: var(--jp066-text-muted);
}
.jp066-page-download .jp066-dl-list {
  padding: 0 14px 12px;
}
.jp066-page-download .jp066-filter-row {
  padding: 0 14px;
  margin-bottom: 0;
}
.jp066-related-video-list ul {
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.jp066-related-video-list li {
  margin-bottom: 0;
}
.jp066-btn-dl {
  display: inline-block;
  padding: 10px 24px;
  background: var(--jp066-dl-btn);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--jp066-radius);
  text-align: center;
}
.jp066-btn-dl:hover { background: var(--jp066-dl-btn-hover); text-decoration: none; }

/* ========== Download list (gd chuanqi-app) ========== */
.jp066-dl-layout.jp066-wrap {
  display: block;
  padding: 0 0 24px;
}
.jp066-page-download .site-content.container {
  position: relative;
  padding: 15px 10px 10px;
  background: #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.jp066-page-download #main.chuanqi-app {
  position: relative;
}
.jp066-page-download .chuanqi-app .entry-header {
  position: relative;
  padding-right: 180px;
  margin-bottom: 0;
}
.jp066-page-download .chuanqi-app .entry-header .row {
  margin: 0;
}
.jp066-page-download .chuanqi-app .col-12 {
  width: 100%;
}
.jp066-page-download .chuanqi-count {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}
.jp066-page-download .chuanqi-count strong {
  font-weight: 700;
  color: #ff3000;
  font-size: 18px;
}
.jp066-page-download .chuanqi-app ul li a,
.jp066-page-download .chuanqi-app .list-inline-item > a {
  position: relative;
}
.jp066-page-download .chuanqi-app ul li a img,
.jp066-page-download .chuanqi-app .list-inline-item img {
  left: 50%;
  top: 35px;
  transform: translate(-50%, -100%);
}
.jp066-page-download .chuanqi-app ul li a p.t_star .star_bg i,
.jp066-page-download .chuanqi-app .list-inline-item .star_bg i {
  position: static;
  float: left;
  height: 16px;
  width: 97px;
  transform: translateY(5px);
}
.jp066-page-download .chuanqi-app ul li a button,
.jp066-page-download .chuanqi-app .list-inline-item button {
  color: #fff;
}
.jp066-page-download .jp066-dl-pager.pagination {
  padding: 40px 0;
  width: 100%;
  text-align: center;
}
.jp066-page-download .jp066-dl-pager .nav-links {
  display: block;
}
.jp066-page-download .jp066-dl-pager .pageinfo {
  margin-right: 0;
  color: inherit;
}
.jp066-page-download .jp066-dl-pager .pageinfo strong {
  color: inherit;
}
.jp066-page-download .jp066-dl-pager .nav-links a,
.jp066-page-download .jp066-dl-pager a {
  background-color: #f5f5f5;
  color: #333 !important;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  margin: 2px;
  border: none;
}
.jp066-page-download .jp066-dl-pager .nav-links a:hover,
.jp066-page-download .jp066-dl-pager a:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
.jp066-page-download .jp066-dl-pager .nav-links a.curpage,
.jp066-page-download .jp066-dl-pager a.curpage {
  color: #f33 !important;
  background-color: #f5f5f5;
}
.jp066-page-list #primary.full-width,
.jp066-page-download #primary.full-width,
.common-container #primary.full-width {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}
.jp066-page-download .full-width {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}
.jp066-page-download .single-breadcrumbs {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 15px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.jp066-page-download .single-breadcrumbs a { color: #888; }
.jp066-page-download .single-breadcrumbs a:hover { color: red; text-decoration: none; }
.jp066-page-download .single-breadcrumbs .page-title {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #888;
}

/* ========== Video list page shell (gd /v/ — same pattern as download) ========== */
.jp066-video-layout.jp066-wrap {
  display: block;
  padding: 0 0 24px;
}
.jp066-page-video .site-content.container {
  position: relative;
  padding: 15px 10px 10px;
  background: #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.jp066-page-video #primary.full-width {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}
.jp066-page-video .single-breadcrumbs {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 15px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.jp066-page-video .single-breadcrumbs a { color: #888; }
.jp066-page-video .single-breadcrumbs a:hover { color: red; text-decoration: none; }
.jp066-page-video .single-breadcrumbs .page-title {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #888;
}
.jp066-page-video .gonglue { display: block; }

.px-15 { padding-left: 15px; padding-right: 15px; }
.container {
  margin: 0 auto;
  width: var(--jp066-width);
  max-width: 100%;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.clear::after { content: " "; display: block; clear: both; }
.full-width { float: none !important; width: 100% !important; max-width: none !important; }

/* ========== Download list — gd .chuanqi-app 原样 ========== */
.search_row { font-size: 14px; margin: 10px 0; }
.search_row b { line-height: 27px; color: #666; margin-right: 10px; font-weight: 700; }
.search_row a {
  margin-right: 15px;
  color: #333;
  line-height: 30px;
  text-decoration: none;
}
.search_row a:hover { color: red; text-decoration: underline !important; }
.search_row a.current {
  background: red;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  padding: 5px 17px;
  text-decoration: none !important;
}
.chuanqi-app { position: relative; }
.chuanqi-app ul {
  gap: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.chuanqi-app ul.mt-10 { margin-top: 10px; }
.chuanqi-app ul li,
.chuanqi-app .list-inline-item {
  text-align: center;
  padding: 80px 10px 10px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transition: all .2s linear;
}
.list-inline-item:not(:last-child) { margin: 0 !important; }
.chuanqi-app ul li a,
.chuanqi-app .list-inline-item > a {
  text-decoration: none;
  width: 197px;
  max-width: 100%;
  color: #000;
  border-radius: 8px;
  text-align: center;
  padding: 35px 10px 10px;
  display: inline-block;
  background-color: rgba(243, 243, 243, 0.7);
  transition: all .2s linear;
  position: relative;
}
.chuanqi-app ul li a:hover,
.chuanqi-app .list-inline-item > a:hover {
  box-shadow: 0 0 10px 0 #c3c3c3;
}
.chuanqi-app ul li a img,
.chuanqi-app .list-inline-item img {
  position: absolute;
  left: 50%;
  top: 35px;
  width: 90px;
  height: 90px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .35);
  border-radius: 10px;
  transform: translate(-50%, -100%);
  object-fit: cover;
  transition: all .2s linear;
}
.chuanqi-app ul li a:hover img,
.chuanqi-app .list-inline-item > a:hover img {
  box-shadow: none;
}
.chuanqi-app ul li a:hover button,
.chuanqi-app .list-inline-item > a:hover button { background: #f61701; }
.chuanqi-app ul li a p.title,
.chuanqi-app .list-inline-item .title {
  line-height: 22px;
  font-size: 16px;
  margin: 5px 2px 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #232323;
}
.chuanqi-app ul li a:hover p.title,
.chuanqi-app .list-inline-item > a:hover .title { color: red; }
.chuanqi-app ul li a p.t_star,
.chuanqi-app .list-inline-item .t_star {
  margin-bottom: 0;
  text-align: center;
}
.chuanqi-app ul li a p.t_star .star_bg,
.chuanqi-app .list-inline-item .star_bg {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 97px;
  background: url(/cache/jp066/t_star.png) no-repeat 0 -65px;
  transform: translateY(2px);
  border: none !important;
  text-decoration: none;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 auto;
}
.chuanqi-app ul li a p.t_star .star_bg i,
.chuanqi-app .list-inline-item .star_bg i,
.t_star i {
  float: left;
  height: 16px;
  width: 97px;
  transform: translateY(5px);
  background: url(/cache/jp066/t_star.png) no-repeat;
  display: block;
}
.chuanqi-app ul li a p.t_star .star_bg .one_stars,
.chuanqi-app .one_stars { width: 40px; background-position: -80px -95px; }
.chuanqi-app ul li a p.t_star .star_bg .two_stars,
.chuanqi-app .two_stars { width: 60px; background-position: -60px -95px; }
.chuanqi-app ul li a p.t_star .star_bg .three_stars,
.chuanqi-app .three_stars { width: 70px; background-position: -40px -95px; }
.chuanqi-app ul li a p.t_star .star_bg .four_stars,
.chuanqi-app .four_stars { background-position: -20px -95px; }
.chuanqi-app ul li a p.t_star .star_bg .five_stars,
.chuanqi-app .five_stars { background-position: 0 -95px; }
.chuanqi-app ul li a .created_at,
.chuanqi-app .list-inline-item .created_at {
  font-size: 12px;
  margin-bottom: 1rem;
  color: #8b8989;
}
.chuanqi-app ul li a button,
.chuanqi-app .list-inline-item button {
  background: #f76c03;
  height: 32px;
  line-height: 32px;
  width: 138px;
  max-width: 100%;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #f3f3f3;
  transition: .2s;
  border-radius: 3px;
  margin-bottom: 1rem;
  color: #fff;
  cursor: pointer;
}
.chuanqi-count {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 14px;
  color: #666;
}
.chuanqi-count strong { font-weight: 700; color: #ff3000; font-size: 18px; }
.chuanqi-empty { text-align: center; padding: 150px; }
.chuanqi-empty a:hover { color: #f76c03; }

.jp066-dl-crumb,
.jp066-dl-crumb.single-breadcrumbs {
  font-size: 14px;
  color: #888;
  margin: 0 0 15px 15px;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.jp066-dl-crumb a { color: #888; }
.jp066-dl-crumb a:hover { color: #f00; }
.jp066-dl-crumb .page-title {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
}
.jp066-chuanqi-app .entry-header { padding-right: 180px; min-height: 96px; }
.jp066-dl-empty {
  grid-column: 1 / -1;
  padding: 40px 0;
  text-align: center;
  color: #999;
}
.jp066-dl-pager {
  margin-top: 20px;
  padding: 10px 0 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .chuanqi-app ul { gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .chuanqi-app ul li,
  .chuanqi-app .list-inline-item { padding: 80px 0 10px; }
}
@media (max-width: 768px) {
  .px-15 { padding-left: 5px; padding-right: 5px; }
  .chuanqi-app ul { gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .chuanqi-app ul { gap: .25rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .chuanqi-app ul li a,
  .chuanqi-app .list-inline-item > a { width: auto; }
  .chuanqi-app ul li a p.title,
  .chuanqi-app .list-inline-item .title { font-size: 14px; }
  .chuanqi-app ul li a .created_at,
  .chuanqi-app .list-inline-item .created_at { margin-bottom: .5rem; }
  .chuanqi-app ul li a button,
  .chuanqi-app .list-inline-item button { width: auto; margin-bottom: .5rem; min-width: 100px; padding: 0 12px; }
  .chuanqi-app ul li a img,
  .chuanqi-app .list-inline-item img { width: 60px; height: 60px; }
  .chuanqi-app ul li,
  .chuanqi-app .list-inline-item { padding-top: 68px; }
}
@media (max-width: 499px) {
  .chuanqi-app ul li a,
  .chuanqi-app .list-inline-item > a { width: 140px; }
  .chuanqi-app ul li a button,
  .chuanqi-app .list-inline-item button { width: auto; }
}

.jp066-platform-filter-row { margin-top: -4px; }
.jp066-platform-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jp066-platform-tabs button {
  padding: 6px 14px;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  border-radius: 3px;
}
.jp066-platform-tabs button.active,
.jp066-platform-tabs button:hover {
  border-color: var(--jp066-accent-orange);
  color: var(--jp066-accent-orange);
  background: #fff8f0;
}

/* ========== Download detail (gd soft-wrap) ========== */
.jp066-dl-soft-wrap {
  padding: 14px;
  border-bottom: 1px solid #eee;
}
.jp066-dl-top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jp066-dl-stars {
  color: var(--jp066-star);
  font-size: 14px;
  letter-spacing: 1px;
  margin: 4px 0 8px;
}
.jp066-dl-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}
.jp066-dl-meta-grid a { color: var(--jp066-link); }
.jp066-dl-platform-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.jp066-btn-platform {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.jp066-btn-pc { background: #3498db; }
.jp066-btn-pc:hover { background: #2980b9; }
.jp066-btn-android { background: #27ae60; }
.jp066-btn-android:hover { background: #1e8449; }
.jp066-btn-ios { background: #333; }
.jp066-btn-ios:hover { background: #111; }
.jp066-dl-qrcode {
  flex-shrink: 0;
  text-align: center;
  margin-left: auto;
}
.jp066-dl-qrcode img {
  display: block;
  border: 1px solid #eee;
  border-radius: 6px;
}
.jp066-dl-qrcode p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #666;
}
.jp066-dl-slider {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed #eee;
}
.jp066-dl-slider-hd {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}
.jp066-dl-slider-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.jp066-dl-slider-viewport {
  flex: 1;
  overflow: hidden;
}
.jp066-dl-slider-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  transition: transform .35s ease;
}
.jp066-dl-slider-track li {
  flex: 0 0 100%;
  text-align: center;
}
.jp066-dl-slider-track img {
  max-width: 100%;
  max-height: 360px;
  border-radius: 8px;
  object-fit: contain;
}
.jp066-dl-slider-prev,
.jp066-dl-slider-next {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.jp066-dl-slider-prev:hover,
.jp066-dl-slider-next:hover {
  border-color: var(--jp066-orange);
  color: var(--jp066-orange);
}

/* ========== Download detail view (nvzi cq_download) ========== */
.jp066-page-download #content.site-content {
  padding-top: 12px;
  padding-bottom: 24px;
}
.jp066-page-download .cq_download {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.jp066-page-download .cq_download #primary.jp066-dl-primary {
  flex: 1;
  min-width: 0;
  float: none;
  width: auto;
}
.jp066-page-download .cq_download .sidebar.side-box.jp066-dl-view-side {
  flex: 0 0 300px;
  width: 300px;
  margin-left: 0;
  float: none;
}
.jp066-page-download .site-main .tx-box.mb20 {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ddd;
}
.jp066-page-download .single-breadcrumbs.jp066-dl-crumb {
  margin: 0 0 12px;
  padding: 0;
  border: none;
  font-size: 14px;
  color: #666;
}
.jp066-page-download .single-breadcrumbs .page-title {
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.jp066-page-download .sidebar.side-box dl {
  margin: 0 0 16px;
  background: #fff;
  border: 1px solid #ddd;
}
.jp066-page-download .sidebar.side-box dl dt {
  margin: 0;
  padding: 15px 15px 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  position: relative;
  border-bottom: none;
  background: transparent;
}
.jp066-page-download .sidebar.side-box dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 4px;
  height: 15px;
  background-color: #f76c03;
}
.jp066-page-download .sidebar.side-box .pd15-5 {
  padding: 5px 15px 15px;
}
.jp066-page-download .ul-spot {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp066-page-download .ul-spot li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
.jp066-page-download .ul-spot li .fr {
  float: right;
  color: #999;
  font-size: 12px;
}
.jp066-page-download .ul-spot li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 72px;
  color: #333;
}
.jp066-page-download .ul-spot li a:hover { color: #f76c03; }
.jp066-page-download #chuanqi-app-relate .chuanqi-app ul {
  margin-top: 0;
}
.jp066-dl-view-layout .jp066-dl-view-main {
  background: #fff;
  border: 1px solid #ddd;
}
.jp066-dl-view-layout .jp066-dl-crumb {
  margin: 0;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}
.jp066-soft-wrap.tx-box {
  margin: 0;
  padding: 20px;
  border: none;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.jp066-app-info {
  display: flex;
  gap: 0;
  margin: 0;
}
.jp066-app-info-icon {
  flex-shrink: 0;
  margin: 0;
  padding-right: 15px;
}
.jp066-app-info-icon .img-box {
  margin: 0;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.jp066-app-info-icon img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
}
.jp066-app-info-body {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-left: 15px;
}
.jp066-app-info-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 1.35;
}
.jp066-soft-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.jp066-soft-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  flex: 1;
  font-size: 14px;
  color: #666;
}
.jp066-soft-meta li span:first-child { color: #999; }
.jp066-soft-qrcode {
  flex-shrink: 0;
  text-align: center;
  margin: 0 !important;
}
.jp066-soft-qrcode img {
  display: block;
  border: 1px solid #eee;
  border-radius: 6px;
}
.jp066-soft-qrcode p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #999;
}
.jp066-soft-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
  padding-top: 4px;
}
.jp066-page-download .jp066-soft-cat-btn {
  margin: 0;
  padding-right: 15px;
}
.jp066-page-download .jp066-soft-down {
  margin: 0;
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.jp066-soft-down {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tx-btn.bg-blue { background: #3498db; }
.tx-btn.bg-green { background: #27ae60; }
.tx-btn.bg-apple { background: #333; }
.tx-btn.mr10 { margin-right: 10px; }
.tx-btn.btn-border {
  border: 1px solid #333;
  color: #333 !important;
  background: #fff;
}
.tx-btn.btn-border:hover {
  color: #f76c03 !important;
  border-color: #f76c03;
}
.jp066-app-info-title a.titleurl {
  color: #222;
  text-decoration: none;
}
.jp066-app-info-title a.titleurl:hover { color: #f76c03; }
.tx-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  border: none;
}
.tx-btn:hover { opacity: .92; text-decoration: none; }
.jp066-tx-btn-cat {
  background: #333;
  border: 1px solid #333;
}
.jp066-tx-btn-pc { background: #3498db; }
.jp066-tx-btn-android { background: #27ae60; }
.jp066-tx-btn-ios { background: #333; }
.jp066-ico {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .95;
}
.jp066-ico-pc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M0 88C0 74.7 10.7 64 24 64H424c13.3 0 24 10.7 24 24V424c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V88zM64 128v256h320V128H64z'/%3E%3C/svg%3E");
}
.jp066-ico-android {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' fill='%23fff'%3E%3Cpath d='M420.9 192.7c-8.2-14.9-19.2-27.9-32.1-38.4l34.5-59.7c6.5-11.2-2.7-24.8-15.4-22.8l-49.2 8.4c-17.5-11.9-38.2-18.8-60.7-18.8H278.5c-22.5 0-43.2 6.9-60.7 18.8l-49.2-8.4c-12.7-2-20.9 11.6-15.4 22.8l34.5 59.7c-12.9 10.5-23.9 23.5-32.1 38.4C99.5 214.5 86 251.9 86 291.5V304c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16v-12.5c0-39.6-13.5-77-38.1-98.8zM192 352c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z'/%3E%3C/svg%3E");
}
.jp066-ico-ios {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23fff'%3E%3Cpath d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 25 184.8 25 237.5c0 38.3 13.9 79.5 31.3 106.3 14.6 21.2 26.7 40.8 46 40.1 18.5-.7 25.5-11.9 47.8-11.9 22.2 0 28.2 11.9 47.8 11.5 20.2-.4 32.9-21.1 47.5-42.3 15-21.8 21.2-43 21.5-44.1-.2-.2-41.2-15.8-41.6-62.7zM256.1 94.4c27.5 0 50.5-18.5 50.5-41.4 0-23.6-19.3-41.4-50.5-41.4-27.7 0-50.5 18.5-50.5 41.4 0 23.6 22.1 41.4 50.5 41.4z'/%3E%3C/svg%3E");
}
.jp066-dl-view-stars { margin: 12px 0 0; }
.jp066-dl-view-stars .star_bg {
  display: inline-block;
  height: 25px;
  width: 97px;
  background: url(/cache/jp066/t_star.png) no-repeat;
  background-position: 0 -65px;
  transform: translateY(2px);
  border: none !important;
}
.jp066-dl-view-stars .star_bg i {
  display: block;
  float: left;
  height: 16px;
  width: 97px;
  transform: translateY(5px);
  background: url(/cache/jp066/t_star.png) no-repeat;
}
.jp066-dl-view-stars .one_stars { width: 40px; background-position: -80px -95px; }
.jp066-dl-view-stars .two_stars { width: 60px; background-position: -60px -95px; }
.jp066-dl-view-stars .three_stars { width: 70px; background-position: -40px -95px; }
.jp066-dl-view-stars .four_stars { background-position: -20px -95px; }
.jp066-dl-view-stars .five_stars { background-position: 0 -95px; }
.jp066-dl-keywords {
  margin: 12px 0 0;
  font-size: 13px;
}
.jp066-dl-keywords span {
  display: inline-block;
  margin: 0 8px 6px 0;
}
.jp066-dl-keywords a {
  color: #666;
  padding: 2px 8px;
  background: #f5f5f5;
  border-radius: 3px;
}
.jp066-dl-keywords a:hover { color: #f76c03; }
.jp066-dl-shot-section {
  padding: 0 15px 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
  overflow: hidden;
}
.jp066-page-download .force-width-auto {
  width: 100%;
  overflow: hidden;
}
.tx-title {
  margin: 0;
  padding: 15px 15px 5px;
  font-size: 20px;
  color: #222;
  line-height: 27px;
  position: relative;
  border-left: none;
}
.tx-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 4px;
  height: 15px;
  background-color: #f76c03;
}
.jp066-silder-box {
  padding: 0 15px 10px;
}
.jp066-silder-box .jp066-dl-silder,
.jp066-silder-box .silder {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.jp066-dl-slider-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  transition: transform .35s linear;
  will-change: transform;
}
.jp066-dl-slider-track li {
  flex: 0 0 auto;
  line-height: 0;
}
.jp066-dl-slider-track img {
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
.jp066-silder-box .silder-button {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 62px;
  padding: 0;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  transition: opacity .3s;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.jp066-silder-box .silder:hover .silder-button,
.jp066-silder-box .jp066-dl-silder:hover .silder-button {
  opacity: 1;
}
.jp066-silder-box .silder-button.btl,
.jp066-silder-box .jp066-dl-slider-prev {
  left: 0;
  background-image: url("/cache/jp066/image/single-left.png");
}
.jp066-silder-box .silder-button.btr,
.jp066-silder-box .jp066-dl-slider-next {
  right: 0;
  background-image: url("/cache/jp066/image/single-right.png");
}
.jp066-silder-box .silder-button::after {
  content: none;
}
.jp066-dl-intro-box.tx-box {
  margin: 0;
  padding: 0 20px 16px;
  border: none;
  background: #fff;
}
.jp066-dl-intro-text {
  padding: 0 0 12px;
  font-size: 15px;
  line-height: 1.85;
  color: #333;
}
.tx-hr {
  border: none;
  border-top: 1px dashed #ddd;
  margin: 0 0 12px;
}
.jp066-dl-info-next ul {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}
.jp066-dl-info-next h4 {
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.jp066-dl-info-next h4 a { color: #333; }
.jp066-dl-info-next h4 a:hover { color: #f76c03; }
.jp066-dl-relate.tx-box,
.jp066-dl-news-box.tx-box {
  margin: 0;
  padding: 0 20px 20px;
  border: none;
  border-top: 1px solid #eee;
  background: #fff;
}
.jp066-dl-relate-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}
.jp066-dl-relate-grid .list-inline-item {
  text-align: center;
  padding: 80px 8px 10px;
  position: relative;
}
.jp066-dl-relate-grid .list-inline-item > a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 197px;
  color: #000;
  border-radius: 8px;
  text-align: center;
  padding: 35px 10px 10px;
  background: rgba(243, 243, 243, .7);
  text-decoration: none;
}
.jp066-dl-relate-grid .list-inline-item > a:hover {
  box-shadow: 0 0 10px #c3c3c3;
}
.jp066-dl-relate-grid .list-inline-item img {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  object-fit: cover;
}
.jp066-dl-relate-grid .title {
  font-size: 14px;
  line-height: 1.4;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jp066-dl-relate-grid .created_at {
  font-size: 12px;
  color: #8b8989;
  margin: 0 0 8px;
}
.jp066-dl-relate-grid .dl-btn {
  display: inline-block;
  background: #f76c03;
  height: 30px;
  line-height: 30px;
  width: 120px;
  max-width: 100%;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
}
.jp066-dl-relate-grid .star_bg {
  display: inline-block;
  height: 14px;
  width: 80px;
  background: #e0e0e0;
  overflow: hidden;
  border: none !important;
}
.jp066-dl-relate-grid .star_bg i {
  display: block;
  height: 14px;
  background: linear-gradient(90deg, #ffb400, #ff9500);
}
.jp066-dl-relate-grid .one_stars { width: 20%; }
.jp066-dl-relate-grid .two_stars { width: 40%; }
.jp066-dl-relate-grid .three_stars { width: 60%; }
.jp066-dl-relate-grid .four_stars { width: 80%; }
.jp066-dl-relate-grid .five_stars { width: 100%; }
.jp066-dl-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp066-dl-news-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
  line-height: 1.5;
}
.jp066-dl-news-date {
  float: right;
  color: #999;
  font-size: 12px;
  margin-left: 12px;
}
.jp066-dl-news-list a { color: #333; }
.jp066-dl-news-list a:hover { color: #f76c03; }
/* cq_download sidebar ranking + hot-tag (gd source) */
.jp066-page-download .cq_download .sidebar .ranking {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp066-page-download .cq_download .sidebar .ranking li {
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  position: relative;
  line-height: 22px;
}
.jp066-page-download .cq_download .sidebar .ranking li > i:first-child {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  background-color: #eee;
  color: #999;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.jp066-page-download .cq_download .sidebar .ranking li a {
  display: block;
  padding-right: 50px;
  position: relative;
  color: #333;
  text-decoration: none;
}
.jp066-page-download .cq_download .sidebar .ranking li a p {
  margin-bottom: 0;
}
.jp066-page-download .cq_download .sidebar .ranking li a .txt-ov {
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jp066-page-download .cq_download .sidebar .ranking li.on .txt-ov {
  color: #f76c03;
  font-size: 16px;
}
.jp066-page-download .cq_download .sidebar .ranking li a:hover .txt-ov {
  color: red;
}
.jp066-page-download .cq_download .sidebar .ranking li a > i.img-55 {
  display: none;
}
.jp066-page-download .cq_download .sidebar .ranking li.on > i:first-child,
.jp066-page-download .cq_download .sidebar .ranking li.on > a > i.fa-download {
  background: #f76c03;
}
.jp066-page-download .cq_download .sidebar .ranking li.on > i:first-child {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.jp066-page-download .cq_download .sidebar .ranking li.on a {
  position: relative;
  padding-left: 60px;
  min-height: 50px;
}
.jp066-page-download .cq_download .sidebar .ranking li.on a > i.img-55 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.jp066-page-download .cq_download .sidebar .ranking li > a > i.fa-download {
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  border-radius: 2px;
  color: #999;
  background-color: #eee;
  font-style: normal;
}
.jp066-page-download .cq_download .sidebar .ranking li.on > a > i.fa-download,
.jp066-page-download .cq_download .sidebar .ranking li:hover > a > i.fa-download {
  color: #fff;
}
.jp066-page-download .cq_download .sidebar .ranking li > a > i.fa-download::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  vertical-align: top;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23999'%3E%3Cpath d='M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.jp066-page-download .cq_download .sidebar .ranking li.on > a > i.fa-download::before,
.jp066-page-download .cq_download .sidebar .ranking li:hover > a > i.fa-download::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E");
}
.jp066-page-download .cq_download .sidebar .img-55 {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-style: normal;
}
.jp066-page-download .cq_download .sidebar .img-box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
}
.jp066-page-download .cq_download .sidebar .img-box img {
  object-fit: cover;
  transition: all .6s;
  width: 100%;
  height: 100%;
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.jp066-page-download .cq_download .sidebar .hot-tag {
  padding: 5px 15px 15px;
}
.jp066-page-download .cq_download .sidebar .hot-tag a {
  display: inline-block;
  margin: 0 8px 8px 0;
  font-size: 14px;
  line-height: 1.4;
  background: #e9e9e9;
  padding: 4px 10px;
  border-radius: 2px;
  white-space: nowrap;
  color: #232323;
  text-decoration: none;
}
.jp066-page-download .cq_download .sidebar .hot-tag a:hover {
  background: #f76c03;
  color: #fff;
}

@media (max-width: 992px) {
  .jp066-page-download .cq_download { flex-direction: column; }
  .jp066-page-download .cq_download .sidebar.side-box.jp066-dl-view-side {
    flex: 1 1 auto;
    width: 100%;
  }
  .jp066-dl-relate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jp066-soft-box { flex-direction: column; }
  .jp066-soft-qrcode { align-self: center; }
}
@media (max-width: 768px) {
  .jp066-app-info { flex-direction: column; align-items: center; text-align: center; }
  .jp066-app-info-body { padding-left: 0; width: 100%; }
  .jp066-soft-meta { grid-template-columns: 1fr; }
  .jp066-soft-actions { justify-content: center; }
  .jp066-page-download .jp066-soft-cat-btn,
  .jp066-page-download .jp066-soft-down { padding-left: 0; padding-right: 0; }
  .jp066-dl-info-next ul { flex-direction: column; }
  .jp066-dl-relate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.jp066-topic-hero {
  max-height: 280px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.jp066-topic-hero img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* ========== Topic detail (gd tag page) ========== */
.jp066-topic-view-layout .jp066-topic-view-sec {
  background: #fff;
  padding: 0 0 20px;
}
.jp066-topic-view-crumb {
  margin-bottom: 0;
  border-bottom: none;
}
.jp066-tag-container {
  padding: 15px 0 20px;
  border-bottom: 1px solid #eee;
}
.jp066-tag-container .flex-between {
  display: flex;
  gap: 20px;
}
.jp066-tag-container .flex-between > img {
  width: 320px;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 4px;
}
.jp066-tag-container .tag-content {
  flex: 1;
  min-width: 0;
}
.jp066-tag-container .tag-content .title {
  font-size: 16px;
  color: #f60;
  font-weight: 700;
  margin-bottom: 8px;
}
.jp066-tag-container .tag-content > p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.jp066-tag-container .guess-like {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.jp066-tag-container .guess-like li {
  background-color: #e9e9e9;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 700;
  height: 26px;
  line-height: 26px;
  margin: 0 2px 5px 0;
  padding: 0 10px;
}
.jp066-tag-container .guess-like li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.jp066-tag-container .guess-like li:hover {
  background: #f76c03;
}
.jp066-tag-container .guess-like li:nth-child(9n-8) { background-color: #000; }
.jp066-tag-container .guess-like li:nth-child(9n-7) { background-color: #60a805; }
.jp066-tag-container .guess-like li:nth-child(9n-6) { background-color: #d60303; }
.jp066-tag-container .guess-like li:nth-child(9n-5) { background-color: #3FB8AF; }
.jp066-tag-container .guess-like li:nth-child(9n-4) { background-color: #b91ebe; }
.jp066-tag-container .guess-like li:nth-child(9n-3) { background-color: #ff6000 !important; }
.jp066-tag-container .guess-like li:nth-child(9n-2) { background-color: #dbae19; }
.jp066-tag-container .guess-like li:nth-child(9n-1) { background-color: #409eff !important; }
.jp066-tag-container .guess-like li:nth-child(9n) { background-color: #858585; }

.jp066-tag-games {
  margin-top: 20px;
  padding-top: 4px;
}
.jp066-tag-relate {
  margin-top: 24px;
}
.jp066-tag-relate > .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #333;
}
.jp066-tag-relate ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp066-tag-relate ul li {
  display: flex;
  gap: 1rem;
  background: #fff;
}
.jp066-tag-relate .thumbnail-link {
  flex-shrink: 0;
}
.jp066-tag-relate .thumbnail-link img {
  width: 220px;
  height: 125px;
  object-fit: cover;
  display: block;
}
.jp066-tag-relate .post-content {
  flex: 1;
  min-width: 0;
}
.jp066-tag-relate .post-content h2 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
}
.jp066-tag-relate .post-content h2 a {
  color: #f60;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.jp066-tag-relate .post-content h2 a:hover {
  color: red;
  text-decoration: none;
}
.jp066-tag-relate .entry-summary {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.jp066-tag-relate .info {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.jp066-tag-relate .info span {
  font-size: 12px;
  color: #888;
  font-weight: 700;
}
.jp066-topic-extra {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px dashed #eee;
}

/* ========== Video list gonglue (gd) ========== */
.jp066-gonglue {
  margin: 16px 0 0;
  padding: 0 15px;
}
.jp066-gonglue .jp066-public-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  background: #fff;
}
.jp066-gonglue .jp066-public-title span {
  color: #333;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.jp066-gonglue .jp066-public-title span::before {
  content: "";
  width: 4px;
  height: 16px;
  background: #ff881e;
  border-radius: 2px;
  margin-right: 8px;
}
.jp066-gonglue .jp066-public-title a {
  font-size: 12px;
  color: #ff881e;
}
.jp066-gonglue-row {
  background: #fff;
}
.jp066-gonglue-feature.list_bg {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 10px !important;
  margin-bottom: 8px;
}
.jp066-gonglue-feature .flex-center {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
.jp066-gonglue-feature img {
  width: 120px;
  height: 75px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.jp066-gonglue-feature .info {
  flex: 1;
  min-width: 0;
}
.jp066-gonglue-feature .info p {
  margin: 0 0 4px;
}
.jp066-gonglue-feature .info p span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.jp066-gonglue-feature .info .one {
  color: #888;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.jp066-gonglue-feature .info .date {
  color: #888;
  font-size: 12px;
}
.jp066-gonglue-item.aricle_list {
  padding: 6px 0;
  border-bottom: 1px dashed #eee;
}
.jp066-gonglue-item.aricle_list:last-child {
  border-bottom: none;
}
.jp066-gonglue-item a {
  display: block;
  color: #333;
  text-decoration: none;
}
.jp066-gonglue-item a p {
  margin: 0;
  padding-left: 14px;
  position: relative;
}
.jp066-gonglue-item a p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: #bbb;
  border-radius: 2px;
}
.jp066-gonglue-item a p span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.jp066-gonglue-item a:hover p span {
  color: red;
}

/* ========== Pagination (gd nav-links) ========== */
.pagination.jp066-video-pager,
.pagination.jp066-topic-pager,
.jp066-archive-pager,
.jp066-pager {
  padding: 16px 0;
  text-align: center;
}
.pagination .nav-links,
.jp066-pager .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.pagination .pageinfo,
.jp066-pager .pageinfo {
  margin-right: 8px;
  color: #666;
}
.pagination .pageinfo strong,
.jp066-pager .pageinfo strong {
  color: #f33;
}
.pagination a,
.jp066-pager a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e9e9e9;
  color: #666;
  background: #fff;
  border-radius: 2px;
}
.pagination a:hover,
.jp066-pager a:hover {
  border-color: #f33;
  color: #f33;
  text-decoration: none;
}
.pagination a.curpage,
.jp066-pager a.curpage,
.pagination .current {
  background: #f5f5f5;
  color: #f33;
  border-color: #f33;
  font-weight: 700;
}

@media (max-width: 992px) {
  .jp066-tag-relate ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .jp066-tag-container .flex-between {
    flex-direction: column;
  }
  .jp066-tag-container .flex-between > img {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }
  .jp066-tag-relate .thumbnail-link img {
    width: 120px;
    height: 72px;
  }
}

.jp066-search-page { padding: 16px 0 24px; }
.jp066-search-card {
  background: #fff;
  border: 1px solid var(--jp066-border);
  padding: 0 0 16px;
}
.jp066-search-title {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.jp066-search-page-form {
  display: flex;
  gap: 0;
  padding: 14px;
  border-bottom: 1px solid #eee;
}
.jp066-search-page-form input {
  flex: 1;
  height: 42px;
  border: 1px solid #ddd;
  border-right: none;
  padding: 0 14px;
  font-size: 15px;
}
.jp066-search-page-form button {
  height: 42px;
  padding: 0 24px;
  border: none;
  background: var(--jp066-dl-btn);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
.jp066-search-tip {
  padding: 10px 14px 0;
  margin: 0;
  font-size: 13px;
  color: #888;
}
.jp066-search-results {
  list-style: none;
  margin: 0;
  padding: 8px 14px 0;
}
.jp066-search-results li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.jp066-search-results a {
  font-size: 15px;
  color: #222;
  font-weight: 600;
}
.jp066-search-desc {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.jp066-video-cover-wrap {
  position: relative;
  text-align: center;
}
.jp066-video-play-lg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: rgba(0,0,0,.55);
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}
.jp066-video-player video {
  width: 100%;
  max-height: 480px;
  background: #000;
}

.jp066-rank-page {
  margin-top: 12px;
}
.jp066-rank-page .jp066-rank-col {
  min-height: 320px;
}

.jp066-view-sec,
.jp066-page-view .jp066-sec {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
}
.jp066-page-view .jp066-side-widget-nvzi,
.jp066-page-list .jp066-side-widget-nvzi {
  background: #fff;
  border: 1px solid #ddd;
}
.jp066-page-list .jp066-side-widget:not(.jp066-side-widget-nvzi) {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 16px;
}
.jp066-page-list .jp066-side-widget:not(.jp066-side-widget-nvzi) .jp066-widget-hd {
  background: linear-gradient(90deg, #7a3e3e, #8f4a4a);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 14px;
  border-bottom: 2px solid #d4752e;
}
.jp066-page-list .jp066-side-widget:not(.jp066-side-widget-nvzi) .jp066-widget-bd {
  padding: 10px 14px;
}

/* ========== Rank page (gd rank_list) ========== */
.jp066-page-rank-nvzi { background: var(--jp066-page-bg); }
.jp066-rank-layout.jp066-wrap {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0 0 24px;
}
.jp066-rank-shell {
  background: #fff;
  padding: 15px 15px 20px;
}
.jp066-rank-crumb,
.jp066-rank-crumb.single-breadcrumbs {
  font-size: 14px;
  color: #888;
  margin: 0 0 15px 15px;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.jp066-rank-crumb a { color: #888; }
.jp066-rank-crumb a:hover { color: #f00; }
.jp066-rank-crumb-sep { margin: 0 5px; color: #ccc; }
.jp066-rank-page-title,
.jp066-rank-page-title.page-title {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0;
}
.jp066-rank-list-box {
  margin-bottom: 16px;
  padding: 0 15px;
}
.jp066-rank-category-nav {
  display: flex;
  justify-content: space-between;
  height: 65px;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background: #434346;
  padding: 5px;
  opacity: .92;
}
.jp066-rank-nav-item,
.jp066-rank-nav-item.item {
  flex: 1;
  height: 55px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
}
.jp066-rank-nav-item.is-active,
.jp066-rank-nav-item.active {
  background: #ffa412;
  color: #fff !important;
  opacity: 1 !important;
}
.jp066-rank-content,
.jp066-rank-content.rank-content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 20px;
}
.jp066-rank-category,
.jp066-rank-category.rank-category {
  flex-shrink: 0;
  padding: 20px;
  background-color: rgba(255, 216, 83, 0.19);
  border-radius: 10px;
}
.jp066-rank-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jp066-rank-category li {
  width: 156px;
  height: 55px;
  border-bottom: 1px solid #f4f4f4;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}
.jp066-rank-category li:last-child { border: none; }
.jp066-rank-category li.is-current,
.jp066-rank-category li.current { border-bottom: 3px solid #f60 !important; }
.jp066-rank-category li.is-current a,
.jp066-rank-category li.current a { color: #f60 !important; }
.jp066-rank-category a {
  color: #666;
  text-decoration: none;
  display: block;
}
.jp066-rank-category a:hover { color: #f60; }
.jp066-rank-category p { margin: 0; }
.jp066-rank-f18,
.jp066-rank-f18.f-18 { font-size: 18px; font-weight: 700; }
.jp066-rank-bg,
.jp066-rank-bg.rank-bg {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(255, 216, 83, 0.19);
  border-radius: 10px;
}
.jp066-ranking-plist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.jp066-ranking-plist > li {
  background-color: rgba(76, 43, 27, 0.98);
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-shadow: 0 3px 10px 0 #efefef;
}
.jp066-ranking-plist > li:hover {
  box-shadow: 0 3px 10px 0 #c3c3c3;
  background-color: rgb(188, 84, 36);
}
.jp066-ranking-ico { flex-shrink: 0; }
.jp066-ranking-ico img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}
.jp066-ranking-body {
  flex: 1;
  min-width: 0;
  padding-left: 10px;
  padding-right: 30px;
}
.jp066-ranking-name a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.jp066-ranking-name a:hover { color: #f60; }
.jp066-ranking-txt {
  font-size: 14px;
  color: #ababab;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 6px 0;
}
.jp066-ranking-info {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  padding-top: 6px;
}
.jp066-ranking-info span:first-child { margin-right: 50px; }
.jp066-ranking-info a { color: #fff; }
.jp066-ranking-info a:hover { color: #f60; }
.jp066-ranking-r { flex-shrink: 0; text-align: center; }
.jp066-ranking-r > a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  background-color: #ff4040;
  color: #fff !important;
  text-decoration: none;
}
.jp066-ranking-r > a:hover { background-color: #f00; }
.jp066-ranking-shuju,
.jp066-ranking-shuju.shuju {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 5px 0 0;
}
.jp066-ranking-empty {
  justify-content: center;
  color: #ccc;
  background: rgba(76, 43, 27, 0.6) !important;
  padding: 24px;
}
.jp066-rank-recommend.entry-related {
  margin: 20px 15px 0;
  padding: 20px 0 0;
  border-top: 1px solid #e9e9e9;
}
.jp066-rank-recommend .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.jp066-news-list { list-style: none; margin: 0; padding: 0; }
.jp066-news-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.jp066-news-list li:last-child { border-bottom: none; }
.jp066-news-list a {
  flex: 1;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jp066-news-list a::before {
  content: "▪";
  color: var(--jp066-orange);
  margin-right: 8px;
}
.jp066-news-list time {
  flex-shrink: 0;
  color: var(--jp066-text-muted);
  font-size: 13px;
}

/* ========== Archive list (gl/xw nvzi style) ========== */
.jp066-page-archive.jp066-body { background: var(--jp066-page-bg); }
.jp066-page-list .jp066-sec {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
}
.jp066-archive-layout.jp066-page-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 16px;
}
.jp066-archive-layout .jp066-main-col { min-width: 0; }
.jp066-archive-sec {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.jp066-archive-crumb {
  padding: 10px 14px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #eee;
  line-height: 1.7;
  background: #fff;
}
.jp066-archive-crumb a { color: #333; }
.jp066-archive-crumb a:hover { color: var(--jp066-link); }
.jp066-archive-crumb-label { color: #888; }
.jp066-archive-crumb-sep { margin: 0 5px; color: #ccc; }
.jp066-archive-title {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}
.jp066-archive-tabs-box {
  margin: 0;
  padding: 0 12px;
  border-bottom: 1px solid #eee;
  background: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.jp066-archive-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  min-width: min-content;
}
.jp066-archive-tab a {
  display: block;
  padding: 11px 14px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.jp066-archive-tab.is-active a {
  color: var(--jp066-orange);
  border-bottom-color: var(--jp066-orange);
  font-weight: 700;
}
.jp066-archive-tab a:hover {
  color: var(--jp066-orange);
  text-decoration: none;
}
/* ========== Strategy list (gd gl content-loop) ========== */
.jp066-gl-layout .jp066-gl-sec {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0;
}
.jp066-gl-crumb.single-breadcrumbs {
  font-size: 14px;
  color: #888;
  margin: 0;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jp066-gl-crumb a { color: #888; }
.jp066-gl-crumb a:hover { color: #f00; }
.jp066-gl-crumb .page-title {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
}

/* ========== 攻略 Tab（gd #scroll-container verbatim） ========== */
.jp066-page-archive #scroll-container,
.common-container #scroll-container {
  overflow: hidden;
}
.jp066-page-archive #scroll-container #scroll-ul,
.common-container #scroll-container #scroll-ul {
  display: flex;
  gap: 10px;
  background: #f9f9f9;
  border-bottom: 2px solid #f4f4f4;
  width: 100%;
  max-width: 1075px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  transition: transform 0.3s ease;
}
.jp066-page-archive #scroll-container #scroll-ul li,
.common-container #scroll-container #scroll-ul li {
  list-style: none;
  width: 100px;
  margin-right: 10px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  flex-shrink: 0;
}
.jp066-page-archive #scroll-container #scroll-ul li a,
.common-container #scroll-container #scroll-ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  color: #222;
  text-decoration: none;
}
.jp066-page-archive #scroll-container #scroll-ul li a:hover,
.common-container #scroll-container #scroll-ul li a:hover {
  color: #f60;
}
.jp066-page-archive #scroll-container #scroll-ul li.current,
.common-container #scroll-container #scroll-ul li.current {
  color: #f60 !important;
  border-bottom: 2px solid #f60;
}
.jp066-page-archive #scroll-container #scroll-ul li.current a,
.common-container #scroll-container #scroll-ul li.current a {
  color: #f60 !important;
}
.jp066-content-loop {
  padding: 0 15px;
}
.jp066-content-loop .hentry {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
.jp066-content-loop .hentry:last-child { border-bottom: none; }
.jp066-content-loop .thumbnail-link {
  float: left;
  display: block;
  width: 253px;
  margin: 0 20px 0 0;
  line-height: 0;
}
.jp066-content-loop .thumbnail-wrap {
  overflow: hidden;
  border-radius: 3px;
  background: #f0f0f0;
}
.jp066-content-loop .thumbnail-link img {
  width: 253px;
  height: 159px;
  display: block;
  object-fit: cover;
}
.jp066-content-loop .entry-header { margin-bottom: 10px; overflow: hidden; }
.jp066-content-loop .entry-title {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0 0 7px;
  font-weight: 700;
}
.jp066-content-loop .entry-title a { color: #111; }
.jp066-content-loop .entry-title a:hover { color: #f33; text-decoration: none; }
.jp066-content-loop .entry-meta {
  font-size: 14px;
  color: #999;
}
.jp066-content-loop .entry-meta a { color: #999; }
.jp066-content-loop .entry-meta a:hover { color: #333; }
.jp066-content-loop .entry-meta .entry-author,
.jp066-content-loop .entry-meta .entry-category { margin-right: 15px; }
.jp066-content-loop .entry-summary {
  line-height: 1.25rem;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.jp066-gl-pager {
  padding: 12px 15px 16px;
  border-top: 1px solid #eee;
  text-align: center;
}
.jp066-page-strategy .jp066-widget-hd-nvzi {
  background: #f5f5f5 !important;
  color: #333 !important;
  border-left: none !important;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 960px) {
  .jp066-content-loop .thumbnail-link { width: 180px; }
  .jp066-content-loop .thumbnail-link img { width: 180px; height: 108px; }
  .jp066-content-loop .entry-meta .entry-author { display: none; }
}
@media (max-width: 768px) {
  .jp066-page-archive #scroll-container #scroll-ul,
  .common-container #scroll-container #scroll-ul {
    width: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    white-space: normal;
  }
  .jp066-page-archive #scroll-container #scroll-ul li,
  .common-container #scroll-container #scroll-ul li {
    width: 80px;
  }
  .jp066-page-archive #scroll-container #scroll-ul li a,
  .common-container #scroll-container #scroll-ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .jp066-content-loop .hentry { padding: 10px 0; }
  .jp066-content-loop .thumbnail-link { width: 32%; margin: 0 10px 0 0; }
  .jp066-content-loop .thumbnail-link img { width: 100%; height: auto; aspect-ratio: 253/159; }
  .jp066-content-loop .entry-title { font-size: 16px; font-weight: 400; }
  .jp066-content-loop .entry-summary { font-size: 12px; color: #999; }
  .jp066-content-loop .entry-meta { font-size: 12px; }
  .jp066-content-loop .entry-meta .entry-author,
  .jp066-content-loop .entry-meta .entry-category { display: none; }
}

/* 图1 攻略：灰底 Tab，选中白底顶边（旧 archive 样式保留给 xw/mxdsf） */
.jp066-page-strategy .jp066-archive-tabs-box {
  background: #ececec;
  border-bottom: 1px solid #ddd;
  padding: 8px 12px 0;
}
.jp066-page-strategy .jp066-archive-tab a {
  padding: 8px 16px;
  margin-right: 2px;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: none;
}
.jp066-page-strategy .jp066-archive-tab.is-active a {
  background: #fff;
  color: #333;
  font-weight: 700;
  border-color: #ddd;
  border-top: 2px solid #c0392b;
  border-bottom-color: #fff;
  margin-bottom: -1px;
}
.jp066-page-strategy .jp066-widget-hd-nvzi {
  background: #f5f5f5 !important;
  color: #333 !important;
  border-left: none !important;
  border-bottom: 1px solid #ddd;
}
/* 图2 新闻：白底 Tab，选中红色下划线 + 酒红侧栏标题 */
.jp066-page-news .jp066-archive-tab.is-active a {
  color: #c0392b;
  border-bottom-color: #c0392b;
}
.jp066-page-news .jp066-widget-hd-nvzi {
  background: linear-gradient(90deg, #6b2a2a, #8f4a4a) !important;
  color: #fff !important;
  border-left: none !important;
  border-bottom: none;
}
.jp066-archive-list { padding: 0 16px; }
.jp066-archive-item {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #e9e9e9;
  align-items: flex-start;
}
.jp066-archive-item:last-child { border-bottom: none; }
.jp066-archive-thumb {
  flex-shrink: 0;
  width: 253px;
  display: block;
}
.jp066-archive-thumb .thumbnail-wrap {
  width: 253px;
  height: 159px;
  overflow: hidden;
  background: #eee;
  border: none;
  line-height: 0;
}
.jp066-archive-thumb img {
  width: 253px;
  height: 159px;
  object-fit: cover;
  display: block;
}
.jp066-archive-body { flex: 1; min-width: 0; }
.jp066-archive-body .entry-title {
  margin: 0 0 7px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
}
.jp066-archive-body .entry-title a { color: #111; }
.jp066-archive-body .entry-title a:hover { color: var(--jp066-link); }
.jp066-archive-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  line-height: 1.6;
}
.jp066-archive-meta span + span::before {
  content: "|";
  margin: 0 8px;
  color: #ddd;
}
.jp066-archive-meta a { color: #999; }
.jp066-archive-meta a:hover { color: var(--jp066-link); }
.jp066-archive-summary {
  font-size: 14px;
  line-height: 1.25rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.jp066-archive-pagebar {
  padding: 10px 14px 16px;
  border-top: 1px dashed #eee;
  text-align: center;
}
.jp066-archive-pager .jp066-pager { justify-content: center; padding: 8px 0; }

/* nvzi sidebar widgets */
.jp066-side-widget-nvzi {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 12px;
  overflow: hidden;
}
.jp066-widget-hd-nvzi {
  background: #fff !important;
  color: #333 !important;
  border-left: 4px solid #c0392b !important;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 12px !important;
}
.jp066-side-featured {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}
.jp066-side-featured-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #eee;
  border: none;
  line-height: 0;
}
.jp066-side-featured-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.jp066-side-featured-title {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #333;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.jp066-side-featured:hover .jp066-side-featured-title { color: var(--jp066-link); }
.jp066-archive-side .jp066-widget-bd {
  padding: 12px;
}
.jp066-side-num-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp066-side-num-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 0 0 0 25px;
  margin-bottom: 10px;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  max-height: 42px;
  overflow: hidden;
}
.jp066-side-num-list li:last-child { margin-bottom: 0; }
.jp066-side-num {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #f0f0f0;
  color: #999;
  font-size: 14px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 1px;
}
.jp066-side-num-list a {
  flex: 1;
  min-width: 0;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.jp066-side-num-list a:hover { color: var(--jp066-link); }
.jp066-tag-cloud-nvzi {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
}
.jp066-tag-cloud-nvzi a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  color: #fff !important;
  border-radius: 2px;
  line-height: 1.4;
}
.jp066-tag-cloud-nvzi a:hover { opacity: .88; text-decoration: none; }
.jp066-tag-color-1 { background: #2c3e50; }
.jp066-tag-color-2 { background: #27ae60; }
.jp066-tag-color-3 { background: #e67e22; }
.jp066-tag-color-4 { background: #8e44ad; }
.jp066-tag-color-5 { background: #c0392b; }
.jp066-tag-color-6 { background: #16a085; }
.jp066-tag-color-7 { background: #d35400; }
.jp066-tag-color-8 { background: #2980b9; }
.jp066-empty-sm {
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
  color: #999;
  text-align: center;
}

/* ========== Topic list (gd zhuanti_list full-width) ========== */
.jp066-topic-layout {
  display: block;
  padding: 0 0 24px;
}
.jp066-topic-sec {
  background: #fff;
  border: 1px solid #ddd;
}
.jp066-topic-crumb.single-breadcrumbs {
  font-size: 14px;
  color: #888;
  margin: 0;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jp066-topic-crumb a { color: #888; }
.jp066-topic-crumb a:hover { color: #f00; }
.jp066-topic-crumb .page-title {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
}
.zhuanti_list.jp066-zhuanti-list {
  padding: 0 15px 10px;
}
.zhuanti_list ul,
.jp066-gd-topic-list ul {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.zhuanti_list ul li,
.jp066-gd-topic-list li {
  background: #fff;
  padding-bottom: 4px;
  border-radius: 8px;
  overflow: hidden;
  height: 278px;
  margin: 5px;
  margin-bottom: 25px !important;
  position: relative;
  box-shadow: 0 3px 10px 0 #efefef;
}
.zhuanti_list ul li:hover,
.jp066-gd-topic-list li:hover { box-shadow: 0 3px 10px 0 #c3c3c3; }
.zhuanti_list ul li a,
.jp066-gd-topic-list li a {
  display: inline-block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.zhuanti_list ul li a img,
.jp066-gd-topic-list li a img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  display: block;
}
.zhuanti_list ul li a p,
.jp066-gd-topic-list .title,
.jp066-gd-topic-list .description {
  color: #333;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  margin: 0;
}
.zhuanti_list ul li a p.title,
.jp066-gd-topic-list .title { font-weight: 700; }
.zhuanti_list ul li a p.description,
.jp066-gd-topic-list .description {
  height: 55px;
  color: #888;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zhuanti_list .pop,
.jp066-gd-topic-list .pop {
  font-size: 12px;
  color: #adadad !important;
  display: flex;
  justify-content: space-between;
  padding: 4px 10px 8px;
  margin: 0;
}
.zhuanti_list .pop i,
.jp066-gd-topic-list .pop i {
  font-style: normal;
  overflow: hidden;
}
.zhuanti_list .pop b,
.jp066-gd-topic-list .pop b { color: #f60; }
.jp066-topic-pager {
  padding: 8px 0 16px;
  text-align: center;
  border-top: 1px solid #eee;
}
.jp066-topic-recommend {
  padding: 0 15px 20px;
  border-top: 1px solid #eee;
}
.jp066-topic-recommend .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 12px;
  padding-left: 10px;
  border-left: 4px solid #f76c03;
  font-size: 18px;
  font-weight: 700;
}
.jp066-topic-recommend .section-title-more a {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.jp066-topic-recommend-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.jp066-topic-recommend-grid .hentry {
  text-align: center;
}
.jp066-topic-recommend-grid .thumbnail-wrap {
  overflow: hidden;
  border-radius: 6px;
  background: #f0f0f0;
}
.jp066-topic-recommend-grid .thumbnail-wrap img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;
}
.jp066-topic-recommend-grid .entry-title {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
.jp066-topic-recommend-grid .entry-title a {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.jp066-topic-recommend-grid .entry-title a:hover { color: #f33; }

@media (max-width: 1200px) {
  .zhuanti_list ul,
  .jp066-gd-topic-list ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jp066-topic-recommend-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 992px) {
  .zhuanti_list ul,
  .jp066-gd-topic-list ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .zhuanti_list ul,
  .jp066-gd-topic-list ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .25rem; }
  .zhuanti_list ul li,
  .jp066-gd-topic-list li { height: auto; margin-bottom: 8px !important; }
  .zhuanti_list ul li a img,
  .jp066-gd-topic-list li a img { height: 85px; }
  .zhuanti_list ul li a p.description,
  .jp066-gd-topic-list .description { height: 38px; font-size: 12px; }
  .jp066-topic-recommend-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ========== Video list (gd video_list full-width) ========== */
.video_list ul {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.video_list ul li {
  background-color: #fff;
  padding-bottom: 4px;
  border-radius: 8px;
  overflow: hidden;
  height: 229px;
  margin: 5px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  box-shadow: 0 3px 10px 0 #efefef;
}
.video_list ul li:hover { box-shadow: 0 3px 10px 0 #c3c3c3; }
.video_list ul li:hover .video_bg { opacity: 1; }
.video_list ul li a {
  display: inline-block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.video_list ul li a img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  display: block;
}
.video_list ul li a .video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .3) url(/cache/jp066/video_open2.png) no-repeat center !important;
  background-size: 38px;
  height: 165px;
  opacity: 0;
  transition: .2s;
  border-radius: 3px;
}
.video_list ul li a p {
  color: #333;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  margin: 0;
}
.video_list ul li a p i em {
  display: inline-block;
  background: url(/cache/jp066/video_n.png) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 16px;
  transform: translateY(3px);
  margin-right: 3px;
}
.video_list .pop { font-size: 12px; color: #adadad !important; margin: 0; }
.video_list .pop i { font-style: normal; }
.video_list .pop .fr { float: right; }

@media (max-width: 1200px) {
  .video_list ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .video_list ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .video_list ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .video_list ul { gap: 0.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video_list ul li a img { height: 85px; }
  .video_list ul li a .video_bg { height: 85px; opacity: 1; }
  .video_list ul li { height: 145px; margin-bottom: 5px; }
}

/* ========== Video list gonglue (gd) ========== */
.gonglue .list_bg { background-color: #f4f4f4; border-bottom: none; border-radius: 5px; padding: 10px !important; }
.gonglue .public_title { display: flex; justify-content: space-between; padding: 10px 0; box-sizing: border-box; background: #fff; }
.gonglue .public_title span { color: rgb(51, 51, 51); font-weight: bold; display: flex; }
.gonglue .public_title span::before { content: ''; width: 0.25rem; height: 100%; display: block; align-items: center; background-color: rgb(255, 136, 30); border-radius: 0.05rem; margin-right: 0.15rem; box-sizing: border-box; }
.gonglue .public_title a { font-size: 12px; color: rgb(255, 136, 30); font-weight: normal; display: flex; align-items: center; }
.gonglue .ztyw.w100 img { height: 75px; width: 120px !important; border-radius: 6px !important; }
.gonglue .ztyw .info .one { color: #888888; font-size: 12px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.gonglue .ztyw .info .date { color: #888888; font-size: 12px; }
.gonglue .flex-center { display: flex; align-items: center; justify-content: space-between; color: inherit; text-decoration: none; }
.gonglue .ztyw.w100 .info { margin-right: -100px; position: absolute; width: calc(100% - 130px) !important; left: 130px !important; padding-right: 0 !important; top: 50%; transform: translateY(-50%); }
.gonglue .ztyw { position: relative; width: 100%; overflow: hidden; cursor: pointer; border-bottom: 1px dashed #f4f4f4; height: 100px; }
.gonglue .ztyw .info p { display: block; width: calc(100% - 10px); margin: 0 0 4px; }
.gonglue .ztyw .info p span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; font-size: 16px; }
.aricle_list.n2 span { width: calc(100% - 22px); }
.aricle_list.n2 cite { font-style: normal; display: inline-block; vertical-align: middle; background-color: #bbb; color: #fff; width: 7px; height: 7px; margin-right: 15px; font-size: 12px; border-radius: 2px; margin-bottom: -1px; }
.aricle_list span { color: #333; font-size: 14px; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: middle; width: 100%; }
.aricle_list:hover span { color: red; }
.aricle_list a { display: block; color: inherit; text-decoration: none; padding: 6px 0; border-bottom: 1px dashed #eee; }
.aricle_list a p { margin: 0; padding-left: 14px; position: relative; }
.aricle_list a p::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; background: #bbb; border-radius: 2px; }
.fn_pdb10 { padding-bottom: 10px; }

/* ========== Video list page (gd scoped) ========== */
.jp066-page-video .video_list .pop .fl { float: left; }
.jp066-page-video .video_list .pop { overflow: hidden; padding: 0 10px; }
.jp066-page-video .pagination {
  padding: 40px 0;
  width: 100%;
  text-align: center;
}
.jp066-page-video .pagination .nav-links {
  display: block;
  gap: 0;
}
.jp066-page-video .pagination .pageinfo {
  margin-right: 0;
  color: inherit;
}
.jp066-page-video .pagination .pageinfo strong {
  color: inherit;
}
.jp066-page-video .pagination .nav-links a,
.jp066-page-video .pagination a {
  background-color: #f5f5f5;
  color: #333 !important;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  margin: 2px;
  border: none;
}
.jp066-page-video .pagination .nav-links a:hover,
.jp066-page-video .pagination a:hover {
  background-color: #f0f0f0;
  color: #fff;
  text-decoration: none;
}
.jp066-page-video .pagination .nav-links a.curpage,
.jp066-page-video .pagination a.curpage {
  color: #f33 !important;
  background-color: #f5f5f5;
  border: none;
}
.ztyw {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px dashed #f4f4f4;
  height: 100px;
}
.gonglue .ztyw a.flex-center {
  position: relative;
  top: auto;
  transform: none;
  width: 100%;
}
.gonglue .ztyw.w100 img { flex-shrink: 0; }
.jp066-page-video #recommend-app .hentry { margin-bottom: 0; text-align: center; }

/* legacy jp066 video wrappers (kept for compatibility) */
.jp066-video-layout {
  display: block;
  padding: 0 0 24px;
}
.jp066-video-sec {
  background: #fff;
  border: 1px solid #ddd;
}
.jp066-video-crumb.single-breadcrumbs {
  font-size: 14px;
  color: #888;
  margin: 0;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jp066-video-crumb a { color: #888; }
.jp066-video-crumb a:hover { color: #f00; }
.jp066-video-crumb .page-title {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
}

/* ========== Video list (legacy grid) ========== */
.jp066-gd-video-list ul {
  list-style: none;
  margin: 0;
  padding: 12px 14px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.jp066-gd-video-list li {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 10px 0 #efefef;
  margin-bottom: 8px;
}
.jp066-gd-video-list li:hover { box-shadow: 0 3px 10px 0 #c3c3c3; }
.jp066-gd-video-list li a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.jp066-gd-video-list li a img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  display: block;
}
.jp066-gd-video-list .jp066-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
}
.jp066-gd-video-title {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jp066-gd-video-meta {
  display: flex;
  justify-content: space-between;
  padding: 4px 10px 8px;
  font-size: 12px;
  color: #adadad !important;
}
.jp066-gd-video-hits::before {
  content: "▶ ";
  font-size: 10px;
}
.jp066-gd-empty {
  grid-column: 1 / -1;
  padding: 40px 0;
  text-align: center;
  color: #999;
  background: transparent !important;
  box-shadow: none !important;
}

.jp066-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.jp066-topic-card {
  border: 1px solid var(--jp066-border);
  border-radius: var(--jp066-radius);
  overflow: hidden;
  background: #fff;
}
.jp066-topic-card .jp066-topic-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
}
.jp066-topic-card img { width: 100%; height: 100%; object-fit: cover; }
.jp066-topic-card .jp066-topic-body { padding: 10px 12px; }
.jp066-topic-card h3 { margin: 0 0 6px; font-size: 15px; }
.jp066-topic-card p { margin: 0; font-size: 13px; color: var(--jp066-text-light); }

/* ========== Download detail (app-top) ========== */
.jp066-app-top {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(135deg, #faf6f4, #fff);
  border-bottom: 1px solid var(--jp066-border);
  flex-wrap: wrap;
}
.jp066-app-icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  background: #eee;
}
.jp066-app-icon img { width: 100%; height: 100%; object-fit: cover; }
.jp066-app-summary { flex: 1; min-width: 200px; }
.jp066-app-summary h1 { margin: 0 0 8px; font-size: 22px; color: var(--jp066-maroon); }
.jp066-app-meta { font-size: 13px; color: var(--jp066-text-light); margin-bottom: 12px; }
.jp066-app-meta span { margin-right: 16px; }
.jp066-app-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.jp066-btn-primary {
  padding: 12px 32px;
  background: var(--jp066-orange);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: var(--jp066-radius);
}
.jp066-btn-primary:hover { background: var(--jp066-orange-dark); text-decoration: none; }
.jp066-btn-secondary {
  padding: 12px 24px;
  background: var(--jp066-maroon);
  color: #fff !important;
  font-size: 15px;
  border-radius: var(--jp066-radius);
}
.jp066-app-info {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: var(--jp066-text-light);
}
.jp066-app-info strong { color: var(--jp066-text); }

/* ========== News/detail entry ========== */
.entry-header,
.jp066-entry-header {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}
.jp066-entry-header h1 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.35;
  color: #222;
}
.jp066-entry-meta {
  font-size: 13px;
  color: var(--jp066-text-muted);
}
.jp066-entry-meta span { margin-right: 16px; }

.entry-content,
.jp066-entry-content {
  padding: 18px 20px 24px;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-word;
}
.jp066-entry-content img { max-width: 100%; height: auto; }
.jp066-entry-content video,
.single #primary .entry-content iframe {
  width: 100%;
  min-height: 480px;
  border: none;
  display: block;
  margin-bottom: 20px;
}
.single #primary .entry-content video {
  width: 100%;
  max-height: 540px;
  display: block;
  margin-bottom: 20px;
  background: #000;
}

.jp066-related {
  margin: 0 20px 20px;
  padding: 14px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: var(--jp066-radius);
}
.jp066-related h3 {
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--jp066-maroon);
  border-left: 4px solid var(--jp066-orange);
  padding-left: 8px;
}
.jp066-related ul { list-style: none; margin: 0; padding: 0; }
.jp066-related li { padding: 5px 0; }
.jp066-related li a::before { content: "› "; color: var(--jp066-orange); }

.jp066-article-pager {
  padding: 12px 20px 18px;
  border-top: 1px dashed #eee;
  font-size: 13px;
  color: var(--jp066-text-light);
}
.jp066-article-pager p { margin: 6px 0; }

/* ========== gd single article detail ========== */
.single.common-container .site-content::after {
  content: " ";
  display: block;
  clear: both;
}
.single #primary.content-area {
  float: left;
  width: 70%;
  max-width: 790px;
}
.single .sidebar {
  float: right;
  width: 300px;
}
.single #primary article.hentry {
  padding: 20px 0;
}
.single h1.entry-title {
  font-size: 1.7em;
  line-height: 1.4;
  display: block;
  margin-bottom: 18px;
  font-weight: 700;
  color: #111;
}
.single #primary .entry-header {
  margin-bottom: 15px;
}
.single #primary .entry-header .entry-meta {
  height: 30px;
  font-size: 13px;
  color: #999;
}
.single #primary .entry-header .entry-meta::after {
  content: " ";
  clear: both;
  display: block;
}
.single #primary .entry-header .entry-meta .entry-author,
.single #primary .entry-header .entry-meta .entry-source,
.single #primary .entry-header .entry-meta .entry-date,
.single #primary .entry-header .entry-meta .entry-views {
  float: left;
  margin-right: 15px;
}
.single #primary .entry-header .entry-meta .entry-source a,
.single #primary .entry-header .entry-meta .entry-author a {
  color: #999;
}
.single #primary .entry-header .entry-meta .entry-source a:hover,
.single #primary .entry-header .entry-meta .entry-author a:hover {
  color: #333;
}
.single-excerpt {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 3px;
  color: #999;
  margin: 20px 0;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: .02em;
  position: relative;
}
.single-excerpt p { margin: 0; }
.single-excerpt p span {
  color: red;
  font-weight: 700;
  font-size: 16px;
}
.single #primary .entry-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.single #primary .entry-content p {
  margin: 0 0 12px;
}
.single #primary .entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 12px auto;
}
.single #primary .entry-content h2,
.single #primary .entry-content h3,
.single #primary .entry-content h4 {
  margin: 18px 0 10px;
  font-weight: 700;
  color: #222;
}
.single #primary .entry-content .article-ul,
.single #primary .article-ul {
  margin: 0 0 16px;
  padding-left: 0;
  list-style: none;
}
.single #primary .entry-content .article-ul li,
.single #primary .article-ul li {
  margin: 0 0 8px;
  padding-left: 0;
  list-style: none;
}
.single #primary .entry-content .article-ul a,
.single #primary .article-ul a {
  color: #007fdb;
  font-size: 14px;
}
.single #primary .entry-content .article-ul a:hover,
.single #primary .article-ul a:hover {
  color: #f60;
}
.single #primary .single-credit {
  line-break: anywhere;
  background-color: #f9f9f9;
  border-radius: 3px;
  margin: 30px 0;
  font-size: 14px;
  line-height: 1.7;
  padding: 10px;
  border: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single #primary .single-credit p { margin: 4px 0; }
.single #primary .single-credit .connection {
  color: #f60;
  font-weight: 700;
  font-size: 16px;
}
.single #primary .single-credit a {
  color: #383838;
  text-decoration: underline !important;
  font-weight: 700;
  font-size: 16px;
}
.single #primary .single-credit a:hover { color: #333; }
.single #primary .entry-bottom {
  margin-top: 20px;
  margin-bottom: 10px;
}
.single #primary .entry-tags .tag-links a {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 4px 10px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 13px;
  color: #666;
}
.single #primary .entry-tags .tag-links a:hover {
  color: #f33;
  border-color: #f33;
  text-decoration: none;
}
.post-nav {
  margin: 0 0 30px;
}
.post-nav::after {
  content: " ";
  display: block;
  clear: both;
}
.post-nav .post-nav-previous,
.post-nav .post-nav-next {
  color: #999;
  font-size: .9em;
  width: 50%;
  box-sizing: border-box;
}
.post-nav .post-nav-previous a,
.post-nav .post-nav-next a {
  color: #333;
  display: block;
  line-height: 1.4;
  font-weight: 400 !important;
}
.post-nav .post-nav-previous {
  float: left;
  padding-right: 5px;
}
.post-nav .post-nav-next {
  padding-left: 5px;
  float: right;
  text-align: right;
}
.post-nav h4 {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.jp066-icon-prev,
.jp066-icon-next {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  vertical-align: 1px;
}
.jp066-icon-prev { transform: rotate(-45deg); margin-right: 4px; }
.jp066-icon-next { transform: rotate(135deg); margin-left: 4px; }
.entry-related {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0 0;
}
.entry-related .section-title {
  font-size: 1em;
  line-height: 1;
  padding-left: 14px;
  position: relative;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry-related .section-title::before {
  border-radius: 1px;
  content: " ";
  display: block;
  width: 3px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f33;
}
.section-title-more {
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  line-height: 14px;
  font-weight: 400;
}
.section-title-more a { color: #333; }
.section-title-more a:hover { color: #d4752e; text-decoration: none; }
#recommend-app.post .list {
  column-gap: 0.5rem;
  row-gap: 0.2px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  height: 250px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
#recommend-app.post .hentry {
  text-align: center;
  margin-bottom: 0;
}
#recommend-app .list {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  height: 280px;
  overflow: hidden;
}
#recommend-app .list .hentry .entry-title {
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
#recommend-app .entry-title a,
#recommend-app .entry-title a:visited {
  display: block;
  color: #333;
}
#recommend-app .hentry .thumbnail-link {
  display: block;
  margin-bottom: 5px;
  line-height: .5;
}
#recommend-app.post .thumbnail-link img,
#recommend-app.post .thumbnail-wrap img {
  width: 90px;
  height: 90px;
  max-width: 90px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .35);
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
#recommend-app .thumbnail-link img,
#recommend-app .thumbnail-wrap img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .35);
  object-fit: cover;
}
#recommend-app .thumbnail-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
#recommend-app .thumbnail-wrap img:hover {
  transform: scale(1.05);
}
#recommend-app .hentry .entry-title a {
  white-space: nowrap;
  text-align: center;
}
#recommended-game-container .jp066-view-adstrip {
  margin: 0 0 10px;
  padding: 8px 14px;
  background: linear-gradient(90deg, #c0392b, #e74c3c);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
#recommended-game-container .jp066-view-promo {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
  align-items: center;
}
#recommended-game-container .jp066-view-promo-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
}
#recommended-game-container .jp066-view-promo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget_tag_cloud .tagcloud a {
  background-color: #e9e9e9;
  display: inline-block;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700;
  height: 26px;
  line-height: 26px;
  margin: 0 2px 5px 0;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #f76c03;
  color: #fff !important;
}
.widget_tag_cloud .tagcloud a:nth-child(9n-8) { background-color: #000; }
.widget_tag_cloud .tagcloud a:nth-child(9n-7) { background-color: #60a805; }
.widget_tag_cloud .tagcloud a:nth-child(9n-6) { background-color: #d60303; }
.widget_tag_cloud .tagcloud a:nth-child(9n-5) { background-color: #3FB8AF; }
.widget_tag_cloud .tagcloud a:nth-child(9n-4) { background-color: #b91ebe; }
.widget_tag_cloud .tagcloud a:nth-child(9n-3) { background-color: #ff6000 !important; }
.widget_tag_cloud .tagcloud a:nth-child(9n-2) { background-color: #dbae19; }
.widget_tag_cloud .tagcloud a:nth-child(9n-1) { background-color: #409eff !important; }
.widget_tag_cloud .tagcloud a:nth-child(9n) { background-color: #858585; }

@media (max-width: 1024px) {
  #recommend-app.post .list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #recommend-app .list {
    gap: 1rem;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  #recommend-app.post .list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #recommend-app .list {
    gap: 1rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .single #primary .entry-header .entry-meta {
    height: auto;
    float: none;
    margin: 0 0 15px;
  }
  .single #primary .entry-header .entry-meta .entry-author,
  .single #primary .entry-header .entry-meta .entry-source,
  .single #primary .entry-header .entry-meta .entry-date,
  .single #primary .entry-header .entry-meta .entry-views {
    float: none;
    display: block;
    margin: 0 0 4px;
  }
  .post-nav .post-nav-previous,
  .post-nav .post-nav-next {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .post-nav .post-nav-previous { margin-bottom: 10px; }
  .single h1.entry-title { font-size: 18px; margin-bottom: 10px; }
  .single #primary article.hentry { padding: 10px 0; }
}
@media (max-width: 640px) {
  #recommend-app.post .list {
    gap: 0.2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 200px;
    overflow: hidden;
  }
  #recommend-app .list {
    gap: .2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 200px;
    overflow: hidden;
  }
  #recommend-app.post .thumbnail-link img,
  #recommend-app .thumbnail-link img,
  #recommend-app .thumbnail-wrap img {
    width: 60px;
    height: 60px;
  }
  .single .sidebar { display: none; }
  .single #primary.content-area {
    float: none;
    width: 100%;
    max-width: none;
  }
}

/* ========== nvzi article/download view ========== */
.jp066-page-view.jp066-body { background: var(--jp066-page-bg); }
.jp066-view-layout.jp066-page-layout {
  grid-template-columns: minmax(0, var(--jp066-main-col)) var(--jp066-side-col);
  gap: 14px;
}
.jp066-view-sec {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.jp066-view-crumb {
  padding: 10px 14px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #eee;
  line-height: 1.7;
}
.jp066-view-crumb a { color: #333; }
.jp066-view-crumb a:hover { color: var(--jp066-link); }
.jp066-view-crumb-label { color: #888; }
.jp066-view-crumb-sep { margin: 0 5px; color: #ccc; }
.jp066-view-adstrip {
  margin: 0;
  padding: 8px 14px;
  background: linear-gradient(90deg, #c0392b, #e74c3c);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.jp066-view-promo {
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px dashed #eee;
  background: #fafafa;
  align-items: center;
}
.jp066-view-promo-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
}
.jp066-view-promo-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jp066-view-promo-body { flex: 1; min-width: 0; }
.jp066-view-promo-title { margin: 0 0 4px; font-size: 16px; }
.jp066-view-promo-title a { color: #222; }
.jp066-view-promo-tags { margin: 0 0 6px; font-size: 12px; color: #999; }
.jp066-view-promo-scroll {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #666;
}
.jp066-view-promo-scroll span {
  display: inline-block;
  padding-left: 100%;
  animation: jp066ScrollText 18s linear infinite;
}
@keyframes jp066ScrollText {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.jp066-view-header {
  padding: 14px 14px 10px;
  border-bottom: 1px solid #eee;
}
.jp066-view-title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.45;
  color: #111;
  font-weight: 700;
}
.jp066-view-meta {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}
.jp066-view-meta span + span::before {
  content: "|";
  margin: 0 8px;
  color: #ddd;
}
.jp066-view-lead {
  margin: 0;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  background: #fafafa;
  border-bottom: 1px dashed #eee;
}
.jp066-view-toc {
  padding: 12px 14px;
  border-bottom: 1px dashed #eee;
  background: #fff;
}
.jp066-view-toc-hd { font-size: 14px; font-weight: 700; margin-bottom: 8px; color: #333; }
.jp066-view-toc-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}
.jp066-view-toc-list a { color: #333; }
.jp066-view-toc-list a:hover { color: var(--jp066-link); }
.jp066-view-content { padding: 16px 14px 20px; }
.jp066-view-content h2 {
  margin: 18px 0 10px;
  font-size: 18px;
  color: #222;
  border-left: 4px solid var(--jp066-orange);
  padding-left: 10px;
}
.jp066-view-copy {
  padding: 10px 14px;
  font-size: 12px;
  color: #999;
  border-top: 1px dashed #eee;
  background: #fafafa;
}
.single-credit.jp066-view-copy {
  background: #f9f9f9;
  margin-top: 4px;
}
.jp066-view-toc {
  margin: 12px 14px 16px;
  padding: 12px 14px;
  background: #fafafa;
  border: 1px dashed #e9e9e9;
}
.jp066-view-toc > p {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.article-ul.jp066-view-toc-list,
.jp066-view-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-ul.jp066-view-toc-list li,
.jp066-view-toc-list li {
  margin: 0 0 6px;
}
.article-ul.jp066-view-toc-list a,
.jp066-view-toc-list a {
  color: #007fdb;
  font-size: 14px;
}
.article-ul.jp066-view-toc-list a:hover,
.jp066-view-toc-list a:hover {
  color: #f60;
}
.jp066-entry-content .yzm-keyword-link,
.entry-content .yzm-keyword-link {
  color: #007fdb;
}
.jp066-entry-content .yzm-keyword-link:hover,
.entry-content .yzm-keyword-link:hover {
  color: #f60;
}
.jp066-view-recommend,
.jp066-video-related {
  margin: 0 14px 20px;
  padding-top: 8px;
}
.jp066-view-recommend .section-title,
.jp066-video-related .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 14px;
  padding-top: 8px;
  border-top: 2px solid #f33;
  font-size: 16px;
  font-weight: 700;
}
.jp066-view-recommend .section-title-more a {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.jp066-related-video-list ul {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .jp066-related-video-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.jp066-view-pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 14px;
  border-top: 1px solid #eee;
}
.jp066-view-pager-label {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 6px;
}
.jp066-view-pager-item h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.jp066-view-pager-item h4 a { color: #333; }
.jp066-view-pager-none { color: #bbb; font-weight: normal; }
.jp066-hot-games {
  border-top: 1px solid #eee;
  padding: 14px;
  background: #fafafa;
}
.jp066-hot-games-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.jp066-hot-games-hd h3 {
  margin: 0;
  font-size: 16px;
  color: var(--jp066-maroon);
  border-left: 4px solid #c0392b;
  padding-left: 8px;
}
.jp066-hot-games-hd a { font-size: 13px; color: #999; }
.jp066-hot-games-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.jp066-hot-game-item {
  display: block;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
  color: #333;
}
.jp066-hot-game-item:hover {
  border-color: var(--jp066-orange);
  color: var(--jp066-link);
  text-decoration: none;
}
.jp066-dl-top { border-bottom: 1px dashed #eee; }
.jp066-dl-tags { margin: 0 0 8px; font-size: 12px; color: #999; }
.jp066-page-news .jp066-widget-hd-nvzi,
.jp066-page-gl .jp066-widget-hd-nvzi,
.jp066-page-xw .jp066-widget-hd-nvzi,
.jp066-page-mxdsf .jp066-widget-hd-nvzi {
  background: linear-gradient(90deg, #6b2a2a, #8f4a4a) !important;
  color: #fff !important;
  border-left: none !important;
}

/* ========== Video view ========== */
.jp066-video-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  overflow: hidden;
}
.jp066-video-player iframe,
.jp066-video-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.jp066-video-cover {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* ========== Page title ========== */
.jp066-page-title {
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--jp066-maroon);
}
.jp066-page-desc { margin: 0 0 14px; color: var(--jp066-text-light); font-size: 14px; }
.jp066-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0 12px;
  font-size: 13px;
  color: var(--jp066-text-muted);
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}

/* ========== Pagination ========== */
.jp066-pagebar { padding: 16px 0; text-align: center; }
.jp066-pagebar a,
.jp066-pagebar span {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 3px;
  padding: 0 8px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 13px;
}
.jp066-pagebar a:hover { border-color: var(--jp066-orange); color: var(--jp066-orange); text-decoration: none; }
.jp066-pagebar .current,
.jp066-pagebar span.current {
  background: var(--jp066-orange);
  border-color: var(--jp066-orange);
  color: #fff;
}

.jp066-empty {
  padding: 24px;
  text-align: center;
  color: var(--jp066-text-muted);
}

/* ========== Footer ========== */
.jp066-footer {
  background: var(--jp066-top);
  color: #aaa;
  padding: 20px 0;
  margin-top: 20px;
  font-size: 13px;
}
.jp066-footer h3 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #ddd;
}
.jp066-footer-links { margin-bottom: 14px; }
.jp066-links-body a { color: #bbb; margin-right: 12px; }
.jp066-links-body a:hover { color: var(--jp066-orange); }
.jp066-footer-copy {
  line-height: 1.8;
  text-align: center;
  color: #d8d8d8;
}
.jp066-footer-copy a {
  color: #e8e8e8;
  text-decoration: none;
}
.jp066-footer-copy a:hover {
  color: var(--jp066-orange);
  text-decoration: underline;
}
.jp066-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.jp066-footer-nav a {
  color: #ccc;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  border-right: 1px solid rgba(255,255,255,.15);
  line-height: 1.2;
}
.jp066-footer-nav a:last-child { border-right: none; }
.jp066-footer-nav a:hover { color: var(--jp066-orange); text-decoration: none; }
.jp066-footer-tip {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: #888;
  line-height: 1.6;
}

/* ========== Back to top ========== */
.jp066-backtop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--jp066-orange);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility .25s;
  z-index: 500;
}
.jp066-backtop.jp066-backtop-visible {
  opacity: 1;
  visibility: visible;
}
.jp066-backtop:hover {
  background: var(--jp066-orange-dark);
  color: #fff;
  text-decoration: none;
}

/* ========== Sitemap page ========== */
.jp066-sitemap-page { padding: 16px 0 32px; }
.jp066-sitemap-card {
  background: #fff;
  border: 1px solid var(--jp066-border);
  border-radius: var(--jp066-radius);
  padding: 20px 24px;
}
.jp066-sitemap-card h1 { margin: 0 0 8px; font-size: 22px; }
.jp066-sitemap-search {
  display: flex;
  gap: 8px;
  max-width: 480px;
  margin: 12px 0;
}
.jp066-sitemap-search input {
  flex: 1;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.jp066-sitemap-search button {
  height: 36px;
  padding: 0 18px;
  border: none;
  background: var(--jp066-maroon);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.jp066-sitemap-list { list-style: none; margin: 0; padding: 0; }
.jp066-sitemap-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #f0f0f0;
}
.jp066-sitemap-list a { color: var(--jp066-link); }

/* ========== GD common-container (内页全局对齐) ========== */
.common-container .site-content {
  position: relative;
  padding-top: 15px;
  background: #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.common-container .single-breadcrumbs {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.common-container .single-breadcrumbs a { color: #888; }
.common-container .single-breadcrumbs a:hover { color: #f33; text-decoration: none; }
.common-container .single-breadcrumbs .page-title {
  display: inline;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #888;
}
.common-container #primary {
  float: left;
  width: 70%;
  max-width: 790px;
}
.common-container .sidebar {
  float: right;
  width: 300px;
}
.common-container .sidebar.ml-15 { margin-left: 15px; }
.common-container .sidebar .widget { border: none; padding: 0; margin-bottom: 20px; }
.common-container .sidebar .widget .widget-title {
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 0 0 0 12px;
  position: relative;
  font-weight: 400;
}
.common-container .sidebar .widget .widget-title::before {
  border-radius: 1px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 14px;
  background-color: #f33;
}
.common-container .sidebar .widget_posts_thumbnail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.common-container .sidebar .widget_posts_thumbnail .thumbnail-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.common-container .sidebar .widget_posts_thumbnail .entry-wrap {
  margin: 8px 0 12px;
  font-size: 14px;
  line-height: 1.5;
}
.common-container .sidebar .widget_posts_thumbnail .entry-wrap a { color: #333; }
.common-container .sidebar .widget_posts_thumbnail .entry-wrap a:hover { color: #f33; }
.common-container .sidebar .widget_posts_thumbnail li.post-list {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  max-height: 27px;
  overflow: hidden;
  list-style: none;
}
.common-container .sidebar .widget_posts_thumbnail li.post-list span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 14px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
}
.common-container .sidebar .widget_posts_thumbnail li.post-list a {
  color: #333;
  font-size: 14px;
}
.common-container .sidebar .widget_posts_thumbnail li.post-list a:hover { color: #f33; }

.common-container .widget_tag_cloud .tagcloud a {
  background-color: #e9e9e9;
  display: inline-block;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700;
  height: 26px;
  line-height: 26px;
  margin: 0 2px 5px 0;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.common-container .widget_tag_cloud .tagcloud a:hover {
  background: #f76c03;
  color: #fff !important;
  border: none;
}
.common-container .widget_tag_cloud .tagcloud a:nth-child(9n-8) { background-color: #000; }
.common-container .widget_tag_cloud .tagcloud a:nth-child(9n-7) { background-color: #60a805; }
.common-container .widget_tag_cloud .tagcloud a:nth-child(9n-6) { background-color: #d60303; }
.common-container .widget_tag_cloud .tagcloud a:nth-child(9n-5) { background-color: #3FB8AF; }
.common-container .widget_tag_cloud .tagcloud a:nth-child(9n-4) { background-color: #b91ebe; }
.common-container .widget_tag_cloud .tagcloud a:nth-child(9n-3) { background-color: #ff6000 !important; }
.common-container .widget_tag_cloud .tagcloud a:nth-child(9n-2) { background-color: #dbae19; }
.common-container .widget_tag_cloud .tagcloud a:nth-child(9n-1) { background-color: #409eff !important; }
.common-container .widget_tag_cloud .tagcloud a:nth-child(9n) { background-color: #858585; }

.common-container .tagcloud a,
.common-container #all_tags li a {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin: 0 8px 8px 0;
  padding: 3px 8px;
}
.common-container .tagcloud a:hover,
.common-container #all_tags li a:hover {
  border-color: #f33;
  color: #f33;
  text-decoration: none;
}
.common-container #all_tags { clear: both; }
.common-container #all_tags h4 {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.common-container #all_tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.common-container #all_tags li { list-style: none; margin-bottom: 0; }

/* gd content-loop 全局（列表/标签） */
.content-loop .hentry,
.jp066-content-loop .hentry {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
.content-loop .hentry:last-child,
.jp066-content-loop .hentry:last-child { border-bottom: none; }
.content-loop .thumbnail-link,
.jp066-content-loop .thumbnail-link {
  float: left;
  display: block;
  width: 253px;
  margin: 0 20px 0 0;
  line-height: 0;
}
.content-loop .thumbnail-link img,
.jp066-content-loop .thumbnail-link img {
  width: 253px;
  height: 159px;
  display: block;
  object-fit: cover;
}
.content-loop .entry-title,
.jp066-content-loop .entry-title {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0 0 7px;
  font-weight: 700;
}
.content-loop .entry-title a,
.jp066-content-loop .entry-title a { color: #111; }
.content-loop .entry-title a:hover,
.jp066-content-loop .entry-title a:hover { color: #f33; text-decoration: none; }
.content-loop .entry-meta,
.jp066-content-loop .entry-meta { font-size: 14px; color: #999; }
.content-loop .entry-summary,
.jp066-content-loop .entry-summary {
  line-height: 1.25rem;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 搜索页 */
.jp066-search-box {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.jp066-search-page-form {
  display: flex;
  gap: 8px;
  max-width: 560px;
}
.jp066-search-page-form input[type="search"] {
  flex: 1;
  height: 38px;
  border: 1px solid #ddd;
  padding: 0 12px;
  font-size: 14px;
}
.jp066-search-page-form button {
  height: 38px;
  padding: 0 20px;
  border: none;
  background: #f33;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.jp066-search-tip { color: #999; font-size: 14px; margin: 8px 0 0; }
.jp066-search-loop .hentry { padding: 18px 0; }
.jp066-search-loop .entry-title { font-size: 1.1em; }

/* 详情页标签 */
.entry-tags { float: left; color: #999; margin-top: 10px; }
.entry-tags span { font-size: 14px; margin-right: 10px; }
.entry-tags .tag-links a {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  display: inline-block;
  color: #999 !important;
  font-size: 12px !important;
  height: 26px;
  line-height: 26px;
  margin: 0 2px 5px 0;
  padding: 0 10px;
}
.entry-tags .tag-links a:hover {
  background-color: #f60;
  color: #fff !important;
  text-decoration: none;
}

/* 首页链接 hover 对齐 gd */
.home-page a:hover { color: #f33; }

/* ========== GD home-page strict alignment ========== */
.home-page .site-content {
  position: relative;
  padding-top: 10px;
  background: #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.home-page .container-border {
  border-bottom: 1px dashed #e2e2e2;
  padding-bottom: 10px;
  padding-top: 10px;
  border-left: none;
  border-right: none;
  border-top: none;
}
.home-page .search { display: flex; align-items: self-start; }
.home-page .search-span {
  font-size: 14px;
  padding-left: 14px;
  font-weight: 700;
  border-left: 3px solid #4cc6ff;
  white-space: nowrap;
  height: 28px;
}
.home-page ul.search-ul {
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-page ul.search-ul li a {
  font-size: 14px;
  color: #232323;
  margin: 0 10px;
  white-space: nowrap;
  display: inline-block;
  height: 28px;
}
.home-page ul.search-ul li a:hover { color: #f00; }

.home-page .home-app-mob { display: none; }
.home-page .home-app-mob .public_title {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
}
.home-page .home-app-mob .public_title span {
  font-weight: bold;
  display: flex;
  font-size: 18px;
}
.home-page .home-app-mob .public_title span::before {
  content: '';
  width: 5px;
  height: 100%;
  display: block;
  background-color: rgb(255, 136, 30);
  border-radius: 2px;
  margin-right: 5px;
}
.home-page .home-app-mob .public_title a { font-size: 12px; }
.home-page .home-app-mob ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0 10px 10px;
}
.home-page .home-app-mob ul li { list-style: none; margin-bottom: 10px; }
.home-page .home-app-mob ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .home-app-mob ul li a img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin-bottom: 5px;
}
.home-page .home-app-mob ul li a p {
  font-size: 12px;
  color: #232323;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px;
  width: 65px;
  text-overflow: ellipsis;
  margin: 0;
}

.home-page .home-content {
  float: left;
  width: 868px;
  padding: 10px 0 5px;
}
.home-page .home-content::after {
  content: " ";
  display: block;
  clear: both;
}
.home-page .sidebar { float: right; width: 300px; padding-top: 10px; }
.home-page #featured-content {
  float: left;
  position: relative;
  margin-bottom: 5px;
  width: 48.5%;
}
.home-page .featured-grid { display: block; }
.home-page .featured-grid::after { content: " "; display: block; clear: both; }
.home-page .featured-grid .featured-small {
  float: left;
  width: 48.7%;
  overflow: hidden;
  margin-right: 2.6%;
  margin-bottom: 10px;
  line-height: 1.5;
}
.home-page .featured-grid .featured-small:nth-of-type(2n) { margin-right: 0; }
.home-page .featured-grid .featured-small:nth-of-type(2n+1) { clear: left; }
.home-page .featured-grid .featured-small .thumbnail-link {
  display: block;
  margin-bottom: 8px;
  line-height: 0;
}
.home-page .featured-grid .featured-small .thumbnail-wrap {
  width: 100%;
  height: 112px;
  overflow: hidden;
  background: #eee;
}
.home-page .featured-grid .featured-small .thumbnail-wrap img,
.home-page #featured-content img,
.home-page #featured-content .wp-post-image {
  width: 100%;
  height: 112px;
  object-fit: cover;
  display: block;
}
.home-page .featured-grid .featured-small .entry-header {
  padding: 0;
  background: none;
}
.home-page .featured-grid .featured-small .entry-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  height: 40px;
  overflow: hidden;
  margin: 0;
  min-height: 0;
}
.home-page .featured-grid .featured-small .entry-title a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.home-page .featured-grid .featured-small .entry-title a:hover { color: #f60; }
.home-page .home-latest {
  float: right;
  width: 50%;
  padding-left: 8px;
}
.home-page .home-latest ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-page .home-latest ul li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 14px;
  position: relative;
  max-height: 27px;
  overflow: hidden;
}
.home-page .home-latest ul li::before {
  background-color: #ccc;
  border-radius: 2px;
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 11px;
}
.home-page .home-latest ul li:nth-of-type(1)::before,
.home-page .home-latest ul li:nth-of-type(6)::before,
.home-page .home-latest ul li:nth-of-type(11)::before {
  background-color: #ccc;
  top: 11px;
}
.home-page .home-latest ul li a { color: #232323; font-size: 14px; }
.home-page .home-latest ul li:nth-of-type(1),
.home-page .home-latest ul li:nth-of-type(6),
.home-page .home-latest ul li:nth-of-type(11) { font-weight: 700; }
.home-page .home-latest ul li:nth-of-type(1) a,
.home-page .home-latest ul li:nth-of-type(6) a,
.home-page .home-latest ul li:nth-of-type(11) a {
  font-weight: 700;
  color: #f60;
  font-size: 1.11rem;
}
.home-page .home-latest ul li:nth-of-type(5n):not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px dashed #e9e9e9;
}
.home-page .home-latest ul li h2,
.home-page .home-latest ul li div {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.home-page .home-latest ul li h2 a,
.home-page .home-latest ul li div a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}
.home-page .home-latest ul li h2 span,
.home-page .home-latest ul li div span {
  font-size: 12px;
  color: #999;
  font-weight: 500;
}

.home-page .sidebar .widget { border: none; padding: 0; }
.home-page .sidebar .widget .widget-title {
  background: transparent;
  border-bottom: none;
  color: #999;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3px;
  position: relative;
  padding: 0 0 0 11px;
}
.home-page .sidebar .widget .widget-title::before {
  border-radius: 1px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 12px;
  background-color: #f33;
}
.home-page .sidebar .tuijian {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0.4rem;
}
.home-page .sidebar .tuijian .thumbnail-link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home-page .sidebar .tuijian .thumbnail-link img {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 10px;
}
.home-page .sidebar .tuijian .thumbnail-link p {
  font-size: 14px;
  color: #232323;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 32px;
  margin: 0 0 5px;
}
.home-page .sidebar .tuijian .thumbnail-link:hover p { color: red; }
.home-page .sidebar .zhuanti .post-list {
  padding-bottom: 6px;
  display: flex;
}
.home-page .sidebar .zhuanti .post-list span {
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  color: #999;
  text-align: center;
  font-size: 12px;
  background-color: #eee;
  margin-right: 10px;
}
.home-page .sidebar .zhuanti .post-list a {
  color: #232323;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home-page .sidebar .zhuanti .post-list:nth-child(-n+3) span {
  background-color: #f60;
  color: white;
}
.home-page .sidebar .zhuanti .post-list:nth-child(-n+3) a { color: #f60; }
.home-page .sidebar .zhuanti .post-list a:hover { color: red; }

.home-page #main { clear: both; }
.home-page .home-column { margin-bottom: 25px; }
.home-page .content-block { overflow: hidden; }
.home-page .content-block .section-heading {
  border-top: 1px solid #e9e9e9;
  position: relative;
  margin-bottom: 10px;
  padding: 0;
}
.home-page .content-block .section-heading h3 {
  font-size: 1.15em;
  font-weight: 400;
  padding: 9px 0 0;
  position: relative;
  display: inline-block;
  border-top: 2px solid #f33;
  margin: -1px 0 0;
}
.home-page .content-block .section-heading h3 a {
  color: #333;
  display: inline-block;
}
.home-page .content-block .section-heading .section-more {
  position: absolute;
  right: 0;
  top: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-page .content-block .section-heading .section-more li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 8px;
}
.home-page .content-block .section-heading .section-more li::before {
  content: "/";
  color: #ddd;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.home-page .content-block .section-heading .section-more li:first-child::before { content: none; }
.home-page .content-block .section-heading .section-more a {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.home-page .content-block-square { margin-bottom: 5px; }
.home-page .content-block-square .block-loop .hentry { margin-bottom: 20px; }
.home-page .content-block-square .block-loop .hentry:hover .entry-header { background-color: rgb(188, 84, 36); }
.home-page .content-block-square .block-loop .hentry:hover .entry-title a { color: #fff; }
.home-page .content-block-square .block-loop .thumbnail-link { display: block; }
.home-page .content-block-square .block-loop .entry-header {
  background-color: #f7f7f7;
  padding: 10px;
}
.home-page .content-block-square .block-loop .entry-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.home-page .content-block-square .block-loop .entry-title a {
  color: #666;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-page .content-block-square .block-loop .thumbnail-wrap img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}

.home-page .grid-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 0.5rem;
}
.home-page .h-375 { height: 375px; }

.home-page .home-column { margin-bottom: 25px; }
.home-page .home-column::after { content: " "; display: block; clear: both; }
.home-page .home-column > .home-content { float: left; width: 868px; }

.home-page .content-block .section-heading {
  border-top: 1px solid #e9e9e9;
  position: relative;
  margin-bottom: 10px;
  padding: 0;
}
.home-page .content-block .section-heading h3 {
  font-size: 1.15em;
  font-weight: 400;
  padding: 9px 0 0;
  position: relative;
  display: inline-block;
  border-top: 2px solid #f33;
  margin: -1px 0 0;
}
.home-page .content-block .section-heading h3 a { color: #333; }
.home-page .content-block .section-heading h3 a:hover { color: #f33; text-decoration: none; }
.home-page .content-block .section-heading .section-more {
  position: absolute;
  right: 0;
  top: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-page .content-block .section-heading .section-more li {
  display: inline-block;
  margin: 0 0 0 8px;
}
.home-page .content-block .section-heading .section-more li::before {
  content: "/";
  color: #ddd;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.home-page .content-block .section-heading .section-more li:first-child::before { content: none; }
.home-page .content-block .section-heading .section-more a {
  color: #999;
  font-size: 14px;
}

.home-page .content-block-1 { position: relative; padding: 0 0 10px; }
.home-page .content-block-1::after { clear: both; content: " "; display: block; }
.home-page .content-block-1 .col-left { float: left; width: 48.5%; margin-bottom: -25px; }
.home-page .content-block-1 .col-right { float: right; width: 48.5%; }
.home-page .content-block-1 .post-big { float: left; width: 48.5%; margin-bottom: 20px; border: none; }
.home-page .content-block-1 .post-big:nth-of-type(2n) { margin-left: 3%; }
.home-page .content-block-1 .post-big:nth-of-type(2n+1) { clear: left; }
.home-page .content-block-1 .post-big .thumbnail-link { display: block; margin-bottom: 10px; line-height: 0; }
.home-page .content-block-1 .post-big .thumbnail-wrap {
  width: 100%;
  height: 112px;
  overflow: hidden;
  background: #eee;
}
.home-page .content-block-1 .post-big .thumbnail-wrap img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  display: block;
}
.home-page .content-block-1 .post-big .entry-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  height: 40px;
  overflow: hidden;
  margin: 0 0 6px;
}
.home-page .content-block-1 .post-big .entry-title a { color: #333; font-weight: 400; }

.home-page .content-block-1 .col-right .post-small {
  position: relative;
  margin-bottom: 15px !important;
  padding-left: 14px;
  padding-bottom: 0;
  border-bottom: none;
}
.home-page .content-block-1 .col-right .post-small:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-bottom: none;
}
.home-page .content-block-1 .col-right .post-small:nth-of-type(5n):not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 15px !important;
  border-bottom: 1px dashed #e9e9e9;
}
.home-page .content-block-1 .col-right .post-small::before {
  background-color: #ccc;
  border-radius: 2px;
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
}
.home-page .content-block-1 .col-right .post-small:nth-of-type(1)::before,
.home-page .content-block-1 .col-right .post-small:nth-of-type(6)::before { top: 10px; }
.home-page .content-block-1 .col-right .post-small .entry-header {
  margin: 0;
  padding: 0;
}
.home-page .content-block-1 .col-right .post-small h2.entry-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  max-height: 24px;
  overflow: hidden;
  font-size: 1em;
  font-weight: 400;
  border: none;
}
.home-page .content-block-1 .col-right .post-small h2.entry-title a {
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.home-page .content-block-1 .col-right .post-small h2.entry-title span {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}
.home-page .content-block-1 .col-right .post-small:nth-of-type(1) .entry-title,
.home-page .content-block-1 .col-right .post-small:nth-of-type(6) .entry-title {
  max-height: 24px;
  font-size: 16px;
  font-weight: 700;
}
.home-page .content-block-1 .col-right .post-small:nth-of-type(1) h2.entry-title a,
.home-page .content-block-1 .col-right .post-small:nth-of-type(6) h2.entry-title a {
  font-weight: 700;
  color: #f60;
  font-size: 1.11rem;
}

.home-page .home-column > .home-right {
  float: right;
  width: 300px;
  margin-top: 0;
}
.home-page .home-content-right { border: 1px solid #e9e9e9; box-sizing: border-box; }
.home-page .home-content-right .section-heading {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 15px;
  padding: 5px 12px;
  border-top: none;
  margin-bottom: 0;
  line-height: 1.2;
}
.home-page .home-content-right .section-heading h3 {
  border-top: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.home-page .home-content-right .section-heading h3 a { color: #f33; }
.home-page .home-content-right ul.posts-wrap {
  list-style: none;
  margin: 0;
  padding: 12px 12px 4px;
}
.home-page .home-content-right ul.posts-wrap li.post-big {
  float: left;
  width: 48.5%;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.home-page .home-content-right ul.posts-wrap li.post-big:nth-of-type(2n) { margin-left: 3%; }
.home-page .home-content-right ul.posts-wrap li.post-big .thumbnail-wrap { display: block; margin-bottom: 9px; }
.home-page .home-content-right ul.posts-wrap li.post-big .entry-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.home-page .home-content-right ul.posts-wrap li.list {
  clear: both;
  font-size: 14px;
  list-style: none;
  padding-left: 11px;
  padding-top: 4px;
  overflow: hidden;
  position: relative;
}
.home-page .home-content-right ul.posts-wrap li.list.has-border {
  border-top: 1px dashed #e9e9e9;
  max-height: 34px;
}
.home-page .home-content-right ul.posts-wrap li.list::before {
  background-color: #ddd;
  position: absolute;
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 20px;
  left: 0;
}
.home-page .home-content-right ul.posts-wrap li.list a {
  color: #333;
  height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home-page .home-content-right ul.posts-wrap li.list a:hover { color: #f33; }
.home-page .home-content-right ul.posts-wrap li.list:last-child { margin-bottom: 10px; }

.home-page .home-app-list {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  column-gap: 0.5rem;
  padding: 0 0 10px;
}
.home-page .home-app-list .thumbnail-link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home-page .home-app-list .thumbnail-link img {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 10px;
}
.home-page .home-app-list .thumbnail-link p {
  font-size: 14px;
  color: #232323;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 32px;
  margin: 0 0 5px;
  text-align: center;
}
.home-page .home-app-list .thumbnail-link:hover p { color: red; }

.home-page .ht_grid_1_5 {
  float: left;
  margin-right: 1%;
  width: 19.2%;
}
.home-page .ht_grid_1_5:nth-of-type(5n) { margin-right: 0; clear: right; }
.home-page .ht_grid_1_5:nth-of-type(5n+1) { clear: left; }
.home-page .home-video-list .hentry { position: relative; }
.home-page .home-video-list .hentry .thumbnail-wrap { position: relative; }
.home-page .home-video-list .hentry .thumbnail-wrap img { height: 130px; object-fit: cover; }
.home-page .home-video-list .hentry .thumbnail-wrap .video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: rgba(0, 0, 0, .35);
  opacity: 0;
  transition: .2s;
  border-radius: 3px;
}
.home-page .home-video-list .hentry .thumbnail-wrap .video_bg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
}
.home-page .home-video-list .hentry:hover .thumbnail-wrap .video_bg { opacity: 1; }

/* home-rank-list — gd .home-rank-list */
.home-page .home-rank-list .rank-item {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0.5rem;
}
.home-page .home-rank-list .rank-item .content {
  background-color: #f5f5f5;
  padding-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.home-page .home-rank-list .rank-item .title {
  background: linear-gradient(to right, #41a1f7, #63d0f1);
  width: 100%;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 10px;
}
.home-page .home-rank-list .rank-item .title a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.home-page .home-rank-list .rank-item .title span {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  line-height: 50px;
  vertical-align: top;
}
.home-page .home-rank-list .rank-item .title a:hover { text-decoration: none; opacity: 0.92; }
.home-page .home-rank-list .rank-item ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 6px;
}
.home-page .home-rank-list .rank-item .item .info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.home-page .home-rank-list .rank-item .item .info:hover { text-decoration: none; }
.home-page .home-rank-list .rank-item .item .info:hover .detail p { color: red; }
.home-page .home-rank-list .rank-item ul li:not(:first-child) {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.home-page .home-rank-list .rank-item ul li:first-child {
  background-color: #e2f6ff;
}
.home-page .home-rank-list .rank-item ul li:first-child .info {
  padding: 10px 0;
  align-items: center;
}
.home-page .home-rank-list .rank-item ul li:not(:last-child) {
  padding-bottom: 15px;
}
.home-page .home-rank-list .rank-item .item .info .num {
  flex-shrink: 0;
  position: relative;
  float: none;
  display: block;
  margin: 0 23px;
  width: 23px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #ededed;
  background-color: #ededed;
  font-size: 12px;
  color: #999;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}
.home-page .home-rank-list .rank-item ul li:nth-child(-n+3) .num {
  margin-left: 23px;
  margin-right: 23px;
}
.home-page .home-rank-list .rank-item ul li:nth-child(1) .num.ico {
  width: 24px;
  height: 29px;
  margin: 0 27px;
  border: none;
  color: transparent;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 29'%3E%3Cpath fill='%23f0b429' d='M12 2l2.8 5.7 6.2.9-4.5 4.4 1.1 6.2L12 16.8 6.4 19.2l1.1-6.2L3 8.6l6.2-.9z'/%3E%3Ccircle cx='12' cy='22' r='5' fill='%23e6a800'/%3E%3Ctext x='12' y='24.5' text-anchor='middle' font-size='7' font-weight='700' fill='%23fff'%3E1%3C/text%3E%3C/svg%3E") center/contain no-repeat;
}
.home-page .home-rank-list .rank-item ul li:nth-child(2) .num.ico {
  width: 24px;
  height: 28px;
  border: none;
  color: transparent;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath fill='%23b8c4ce' d='M12 2l2.5 5.2 5.6.8-4.1 4 1 5.5L12 15.5 6 17.5l1-5.5-4.1-4 5.6-.8z'/%3E%3Ccircle cx='12' cy='21' r='5' fill='%239aa5b1'/%3E%3Ctext x='12' y='23.5' text-anchor='middle' font-size='7' font-weight='700' fill='%23fff'%3E2%3C/text%3E%3C/svg%3E") center/contain no-repeat;
}
.home-page .home-rank-list .rank-item ul li:nth-child(3) .num.ico {
  width: 24px;
  height: 27px;
  border: none;
  color: transparent;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 27'%3E%3Cpath fill='%23cd7f32' d='M12 2l2.3 5 5.2.8-3.8 3.7.9 5.2L12 15 5.4 16.7l.9-5.2-3.8-3.7 5.2-.8z'/%3E%3Ccircle cx='12' cy='20' r='5' fill='%23b87333'/%3E%3Ctext x='12' y='22.5' text-anchor='middle' font-size='7' font-weight='700' fill='%23fff'%3E3%3C/text%3E%3C/svg%3E") center/contain no-repeat;
}
.home-page .home-rank-list .rank-item .item .info img {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  display: block;
  margin-right: 12px;
  object-fit: cover;
  background: #eee;
}
.home-page .home-rank-list .rank-item .item .info .detail {
  width: 80%;
  min-width: 0;
  flex: 1;
}
.home-page .home-rank-list .rank-item ul li:not(:first-child) .detail {
  width: auto;
}
.home-page .home-rank-list .rank-item .item .info .detail p {
  font-size: 14px;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.home-page .home-rank-list .rank-item .item .info .detail span {
  background-color: #42a3f7;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 24px;
  text-align: center;
  width: 72px;
  line-height: 24px;
  display: block;
  margin-top: 4px;
}
.home-page .home-rank-list .rank-item .item:hover .detail p { color: red; }

@media (max-width: 960px) {
  .common-container #primary,
  .common-container .sidebar {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .common-container .sidebar { display: none; }
  .content-loop .thumbnail-link,
  .jp066-content-loop .thumbnail-link { width: 180px; }
  .content-loop .thumbnail-link img,
  .jp066-content-loop .thumbnail-link img { width: 180px; height: 108px; }
  .home-page .search-pc { display: none; }
  .home-page .home-app-mob { display: block; }
  .home-page .home-content,
  .home-page .sidebar,
  .home-page .home-column > .home-content,
  .home-page .home-right {
    float: none;
    width: 100%;
  }
  .home-page #featured-content,
  .home-page .home-latest,
  .home-page .content-block-1 .col-left,
  .home-page .content-block-1 .col-right {
    float: none;
    width: 100%;
  }
  .home-page .grid-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-page .h-375 { height: auto; }
  .home-page .home-app-list { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .home-page .home-rank-list .rank-item { grid-template-columns: 1fr; }
  .home-page .home-rank-list .rank-item ul li .num { display: none; }
  .home-page .home-rank-list .rank-item .item .info img { display: none; }
  .home-page .home-rank-list .rank-item .item .info .detail span { display: none; }
  .home-page .home-rank-list .rank-item .title span { font-size: 18px; line-height: 1.3; }
  .home-page .home-rank-list .rank-item ul li:not(:first-child) { height: 36px; line-height: 36px; }
  .home-page .home-rank-list .rank-item ul li { padding-left: 10px; }
  .home-page .home-rank-list .rank-item .item .info .detail { width: 90%; }
  .home-page .content-block-square .ht_grid_1_5 {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .home-page .content-block-square .ht_grid_1_5:nth-of-type(5n) { display: none; }
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .jp066-home-layout,
  .jp066-page-layout { grid-template-columns: 1fr; }
  .jp066-home-top {
    grid-template-columns: 1fr;
  }
  .jp066-home-content {
    flex-direction: column;
    border-right: none;
  }
  .jp066-home-featured-col,
  .jp066-home-latest-col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .jp066-home-latest-stack { gap: 0; }
  .jp066-home-latest-group { padding: 4px 0 8px; }
  .jp066-strategy-news-row {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .jp066-strategy-news-row > .home-content,
  .jp066-strategy-news-row > .home-right {
    width: 100%;
    flex: none;
  }
  .jp066-strategy-news-row > .home-right .home-content-right {
    height: auto;
  }
  .jp066-strategy-news-row { grid-template-columns: 1fr; }
  .jp066-strategy-col { border-right: none; border-bottom: 1px solid var(--jp066-border); }
  .content-block-1 .col-left,
  .content-block-1 .col-right { float: none; width: 100%; }
  .content-block-1 .post-small:nth-of-type(5n):not(:last-child) { padding-bottom: 10px; }
  .home-page .content-block-1 .col-right .post-small:nth-of-type(5n):not(:last-child) { padding-bottom: 10px; }
  .jp066-home-featured-col .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .jp066-topic-loop { grid-template-columns: repeat(3, 1fr); }
  .jp066-dl-loop { grid-template-columns: repeat(5, 1fr); }
  .jp066-video-loop { grid-template-columns: repeat(3, 1fr); }
  .jp066-rank-triple { grid-template-columns: 1fr; }
  .jp066-rank-col { border-right: none; border-bottom: 1px dashed #eee; }
  .jp066-rank-content { flex-direction: column; }
  .jp066-rank-category { width: 100%; }
  .jp066-rank-category { padding: 10px; }
  .jp066-rank-category li { width: 100px; }
  .jp066-ranking-ico img { width: 60px; height: 60px; }
  .jp066-ranking-info span:nth-child(2) { display: none; }
  .jp066-ranking-name a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .jp066-ranking-info span:first-child { font-size: 12px; }
  .jp066-ranking-plist > li { flex-wrap: wrap; gap: 10px; }
  .jp066-ranking-r { width: 100%; }
  .jp066-rank-category-nav { height: auto; flex-wrap: wrap; }
  .jp066-rank-nav-item { font-size: 16px; height: 44px; line-height: 44px; }
  .featured-grid,
  .jp066-featured-grid { grid-template-columns: repeat(2, 1fr); }
  .jp066-dl-grid { grid-template-columns: repeat(3, 1fr); }
  .jp066-video-grid,
  .jp066-topic-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
  .jp066-rank-category ul li { margin: 0 10px; }
  .jp066-ranking-plist > li { flex-direction: column; align-items: stretch; }
  .jp066-ranking-ico { padding: 20px; text-align: center; }
  .jp066-ranking-ico img { width: 90px; height: 90px; }
  .jp066-ranking-name a { text-align: center; }
  .jp066-ranking-txt { -webkit-line-clamp: 2; }
  .jp066-ranking-info { text-align: center; }
  .jp066-ranking-info span:nth-child(2) { display: inline-block; }
  .jp066-ranking-r { padding-top: 20px; }
  .jp066-ranking-r > a { width: 200px; padding: 5px 20px; display: block; margin: 0 auto; }
}

@media (max-width: 640px) {
  .jp066-home-app-mob { display: block; }
  .jp066-home-search-bar { display: none; }
  .jp066-rank-shell.rank_list { display: none; }
}

@media (max-width: 768px) {
  .jp066-nav-toggle { display: flex; }
  .jp066-main-nav {
    position: fixed;
    top: 0;
    right: -280px;
    width: 260px;
    height: 100vh;
    background: transparent;
    z-index: 400;
    transition: right .3s;
    overflow-y: auto;
    padding: 0;
  }
  .jp066-main-nav > .jp066-wrap {
    background: var(--jp066-maroon-dark);
    border: none;
    border-radius: 0;
    height: 100%;
    padding: 60px 0 20px;
  }
  .jp066-main-nav.jp066-nav-open { right: 0; }
  .jp066-main-nav .main-menu {
    float: none;
    margin-left: 0 !important;
    padding-left: 0;
  }
  .jp066-main-nav .main-menu::before { display: none; }
  .jp066-main-nav .main-menu li { float: none; }
  .jp066-main-nav .main-menu li a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    line-height: 1.4;
    padding: 14px 18px;
    font-size: 15px;
  }
  .jp066-main-nav .main-menu li a:hover { color: #fefa83; }
  .jp066-home-latest-group { padding: 4px 0 6px; }
  .jp066-archive-item { flex-direction: column; gap: 12px; padding: 16px 0; }
  .jp066-archive-thumb,
  .jp066-archive-thumb .thumbnail-wrap,
  .jp066-archive-thumb img { width: 100%; max-width: 100%; }
  .jp066-archive-thumb .thumbnail-wrap,
  .jp066-archive-thumb img { height: auto; aspect-ratio: 253/159; }
  .jp066-archive-body .entry-title { font-size: 17px; }
  .jp066-side-featured-img,
  .jp066-side-featured-img img { height: 180px; }
  .jp066-home-featured-col .featured-grid { grid-template-columns: 1fr; }
  .jp066-app-strip { grid-template-columns: repeat(4, 1fr); }
  .jp066-dl-grid { grid-template-columns: repeat(2, 1fr); }
  .jp066-related-video-list ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jp066-dl-list { grid-template-columns: 1fr; }
  .jp066-video-grid,
  .jp066-topic-grid { grid-template-columns: 1fr; }
  .jp066-app-top { flex-direction: column; align-items: center; text-align: center; }
  .jp066-app-btns { justify-content: center; }
  .jp066-site-start {
    height: auto;
    min-height: 60px;
  }
  .jp066-site-start-inner {
    height: auto;
    padding: 10px 0 12px;
  }
  .jp066-site-branding {
    float: none;
    height: auto;
    line-height: 1.2;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .jp066-logo-text { font-size: 26px; }
  .jp066-header-search.header-search {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    top: auto;
    left: auto;
  }
  .jp066-nav-toggle {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    border-color: rgba(255, 255, 255, 0.45);
  }
  .jp066-nav-toggle span { background: #fff; }
}

@media (max-width: 768px) {
  .jp066-primary-center { display: none; }
  .jp066-gd-video-list ul,
  .jp066-gd-topic-list ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .25rem; }
  .jp066-gd-video-list li a img,
  .jp066-gd-topic-list li a img { height: 85px; }
  .jp066-gd-video-list .jp066-video-bg { height: 85px; opacity: 1; }
  .jp066-gd-topic-list .description { height: 38px; font-size: 12px; }
  .jp066-rank-col-hd { font-size: 16px; padding: 10px 6px; }
  .jp066-rank-top-icon { width: 56px; height: 56px; }
  .jp066-rank-dl-btn { display: none; }
  .jp066-rank-medal { display: none; }
  .jp066-rank-item { padding-left: 10px; height: 36px; line-height: 36px; }
}

@media (max-width: 480px) {
  .jp066-dl-grid { grid-template-columns: 1fr 1fr; }
  .jp066-primary-inner { font-size: 11px; }
  .jp066-date { display: block; margin: 4px 0 0; }
  .jp066-footer-nav a { font-size: 12px; padding: 0 8px; }
}

/* 分页 */
.jp066-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 16px 0;
  font-size: 13px;
}
.jp066-pager a,
.jp066-pager span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid var(--jp066-border);
  background: #fff;
  color: var(--jp066-text);
  border-radius: 2px;
}
.jp066-pager a:hover {
  border-color: var(--jp066-orange);
  color: var(--jp066-orange);
  text-decoration: none;
}
.jp066-pager span.current {
  background: var(--jp066-orange);
  border-color: var(--jp066-orange);
  color: #fff;
}
.jp066-pager-info { border: none !important; background: transparent !important; color: #888; margin-left: 8px; }

/* ========== GD tag page (yxzt detail) ========== */
.tag-container .flex-between { display: flex; }
.tag-container .flex-between img { height: 200px; margin-right: 20px; }
.tag-container .flex-between .tag-content .title { font-size: 16px; color: #f60; font-weight: 700; }
.tag-container .flex-between .tag-content p { font-size: 14px; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.tag-container .flex-between .tag-content .guess-like { list-style: none; margin-top: 10px; }
.tag-container .guess-like li { background-color: #e9e9e9; display: inline-block; color: white !important; font-size: 12px !important; font-weight: 700; height: 26px; line-height: 26px; margin: 0 2px 5px 0; padding: 0 10px; position: relative; text-decoration: none; }
.tag-container .guess-like li a { color: white; font-weight: 700; }
.tag-container .guess-like li:hover { background: #f76c03; color: white !important; }
.tag-container .guess-like li:nth-child(9n-8) { background-color: #000; }
.tag-container .guess-like li:nth-child(9n-7) { background-color: #60a805; }
.tag-container .guess-like li:nth-child(9n-6) { background-color: #d60303; }
.tag-container .guess-like li:nth-child(9n-5) { background-color: #3FB8AF; }
.tag-container .guess-like li:nth-child(9n-4) { background-color: #b91ebe; }
.tag-container .guess-like li:nth-child(9n-3) { background-color: #ff6000 !important; }
.tag-container .guess-like li:nth-child(9n-2) { background-color: #dbae19; }
.tag-container .guess-like li:nth-child(9n-1) { background-color: #409eff !important; }
.tag-container .guess-like li:nth-child(9n) { background-color: #858585; }

.tag-relate-post { margin-top: 20px; }
.tag-relate-post .title { font-size: 18px; font-weight: 700; margin-top: 10px; margin-bottom: 10px; }
.tag-relate-post ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; list-style: none; margin: 0; padding: 0; }
.tag-relate-post ul li { display: flex; gap: 1rem; }
.tag-relate-post ul li .thumbnail-link { flex-shrink: 0; }
.tag-relate-post ul li .thumbnail-link img { width: 220px; height: 125px; object-fit: cover; }
.tag-relate-post ul li .post-content h2 { margin-bottom: 5px; }
.tag-relate-post ul li .post-content h2 a { font-size: 16px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; color: #f60; }
.tag-relate-post ul li .post-content h2 a:hover { color: red; }
.tag-relate-post ul li .post-content .entry-summary { font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.tag-relate-post ul li .post-content .info { display: flex; justify-content: space-between; }
.tag-relate-post ul li .post-content .info span { font-size: 12px; color: #888; font-weight: 700; }

@media (max-width: 960px) {
  .tag-relate-post ul { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 1rem; }
}
@media (max-width: 768px) {
  .tag-container .flex-between { flex-direction: column; }
  .tag-container .flex-between img { height: 200px; margin-right: 0; margin-bottom: 10px; }
  .tag-relate-post ul li .thumbnail-link img { width: 100%; height: auto; }
}
