.lj-home {
--brand: #8f1429;
--ink: #1f2937;
--muted: #64748b;
--line: #e5e7eb;
--soft: #f7f7f7;
--pill: #8f1429;
color: var(--ink);
background: var(--soft);
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
body:has(.lj-home) main#content aside.col-lg-4,
body:has(.lj-home) main#content aside[class*="col-lg-"],
body:has(.lj-home) main#content .widget-area {
display: none !important;
}
body:has(.lj-home) .bs-header-main,
body:has(.lj-home) .bs-menu-full {
display: none !important;
}
body:has(.lj-home) main#content .row > [class*="col-lg-8"],
body:has(.lj-home) main#content .row > [class*="col-md-8"],
body:has(.lj-home) main#content .row > [class*="col-sm-8"],
body:has(.lj-home) main#content .row > [class*="col-8"] {
flex: 0 0 100% !important;
max-width: 100% !important;
width: 100% !important;
}
body:has(.lj-home) main#content .page-title,
body:has(.lj-home) main#content .entry-header,
body:has(.lj-home) main#content header.entry-header,
body:has(.lj-home) main#content h1.entry-title {
display: none !important;
}
body:has(.lj-home) .bs-card-box {
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
.lj-home * {
box-sizing: border-box;
}
.lj-home a {
color: inherit;
text-decoration: none;
}
#post-25094 .bs-card-box.padding-20 {
display: grid;
gap: 14px;
padding: 24px !important;
background: #fff !important;
}
#post-25094 .bs-card-box.padding-20 article[data-id] {
margin: 0;
overflow: hidden;
border: 1px solid #e5e7eb;
border-radius: 8px;
background: #fff;
box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}
#post-25094 .bs-card-box.padding-20 article[data-id] header {
margin: 0;
}
#post-25094 .bs-card-box.padding-20 article[data-id] h2 {
margin: 0;
font-size: 20px;
line-height: 1.35;
}
#post-25094 .bs-card-box.padding-20 article[data-id] h2 a {
display: grid;
grid-template-columns: 118px 1fr;
align-items: center;
gap: 18px;
min-height: 112px;
padding: 14px 18px 14px 14px;
color: #1f2937 !important;
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none !important;
}
#post-25094 .bs-card-box.padding-20 article[data-id] h2 a::before {
display: block;
width: 100%;
aspect-ratio: 4 / 3;
border-radius: 6px;
background:
linear-gradient(135deg, rgba(143, 20, 41, .18), rgba(15, 23, 42, .08)),
#f4f5f7;
content: "";
}
#post-25094 .bs-card-box.padding-20 article[data-id]:nth-of-type(1) h2 a::before {
background:
linear-gradient(135deg, rgba(143, 20, 41, .28), rgba(143, 20, 41, .08)),
#f8eef0;
}
#post-25094 .bs-card-box.padding-20 article[data-id]:nth-of-type(2) h2 a::before {
background:
linear-gradient(135deg, rgba(180, 132, 45, .24), rgba(15, 23, 42, .06)),
#f7f2e8;
}
#post-25094 .bs-card-box.padding-20 article[data-id]:nth-of-type(3) h2 a::before {
background:
linear-gradient(135deg, rgba(38, 86, 130, .22), rgba(15, 23, 42, .06)),
#edf3f8;
}
#post-25094 .bs-card-box.padding-20 article[data-id] h2 a:hover,
#post-25094 .bs-card-box.padding-20 article[data-id] h2 a:focus {
color: #8f1429 !important;
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none !important;
}
#post-25094 .bs-card-box.padding-20 article[data-id]:hover {
transform: translateY(-1px);
box-shadow: 0 12px 24px rgba(15, 23, 42, .09);
}
.lj-wrap {
width: min(1120px, calc(100% - 32px));
margin: 0 auto;
}
.lj-top-nav {
background: #fff;
border-bottom: 1px solid #edf0f4;
box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}
.lj-top-nav .lj-wrap {
display: flex;
align-items: center;
justify-content: center;
gap: clamp(34px, 6vw, 92px);
min-height: 72px;
padding: 0 10px;
overflow-x: auto;
white-space: nowrap;
scrollbar-width: none;
}
.lj-top-nav .lj-wrap::-webkit-scrollbar {
display: none;
}
.lj-top-nav a {
color: #252a33 !important;
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none !important;
font-size: 20px;
font-weight: 800;
line-height: 1;
letter-spacing: 0;
}
.lj-top-nav a:hover {
color: var(--brand) !important;
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none !important;
}
.lj-site-head {
background: #fff;
border-bottom: 1px solid #eef2f6;
box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}
.lj-brand-row {
display: grid;
justify-items: center;
gap: 10px;
padding: 24px 0 16px;
text-align: center;
}
.lj-brand {
display: inline-flex;
align-items: center;
justify-content: center;
color: #111827 !important;
font-size: clamp(34px, 4vw, 52px);
font-weight: 900;
line-height: 1.15;
}
.lj-brand img {
display: block;
width: auto;
max-width: min(280px, 72vw);
max-height: 86px;
object-fit: contain;
}
.lj-brand-row p {
max-width: 900px;
margin: 0;
color: #334155;
font-size: 17px;
font-weight: 700;
line-height: 1.6;
}
.lj-main-nav {
border-top: 1px solid #f1f5f9;
background: #fff;
}
.lj-main-nav .lj-wrap {
display: flex;
align-items: center;
justify-content: center;
gap: 28px;
min-height: 64px;
}
.lj-menu {
display: flex;
align-items: center;
justify-content: center;
gap: 38px;
min-width: 0;
}
.lj-menu a {
color: #1f2937 !important;
font-size: 18px;
font-weight: 800;
line-height: 1;
white-space: nowrap;
}
.lj-menu a:hover {
color: var(--brand) !important;
}
.lj-hero {
background: #fff;
border-bottom: 1px solid var(--line);
}
.lj-hero .lj-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 18px 0;
}
.lj-eyebrow {
display: block;
color: #b8892f;
font-size: 13px;
font-weight: 800;
}
.lj-hero h1 {
margin: 8px 0;
font-size: clamp(24px, 2.5vw, 32px);
line-height: 1.2;
}
.lj-hero p {
max-width: 720px;
margin: 0;
color: #475569;
font-size: 15px;
line-height: 1.75;
}
.lj-contact {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 112px;
min-height: 42px;
padding: 0 18px;
border-radius: 4px;
background: var(--brand);
color: #fff !important;
font-weight: 900;
white-space: nowrap;
}
.lj-section,
.lj-guide {
padding: 22px 0;
}
.lj-section-head {
display: flex;
align-items: end;
justify-content: space-between;
gap: 16px;
margin-bottom: 16px;
}
.lj-section-head h2 {
position: relative;
margin: 0;
padding-bottom: 10px;
font-size: 24px;
line-height: 1.2;
}
.lj-section-head h2::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 34px;
height: 4px;
border-radius: 0;
background: var(--pill);
}
.lj-section-head p {
margin: 8px 0 0;
color: var(--muted);
font-size: 14px;
}
.lj-section-head > a {
color: var(--brand);
font-size: 14px;
font-weight: 800;
white-space: nowrap;
}
.lj-featured-grid,
.lj-latest-grid {
display: grid;
gap: 18px;
}
.lj-featured-grid {
grid-template-columns: repeat(3, 1fr);
}
.lj-latest-grid {
grid-template-columns: repeat(4, 1fr);
}
.lj-scroll-grid {
display: grid;
grid-auto-columns: minmax(278px, 31.5%);
grid-auto-flow: column;
gap: 18px;
overflow-x: auto;
padding: 2px 2px 16px;
scroll-snap-type: x mandatory;
}
.lj-card {
position: relative;
display: grid;
grid-template-rows: auto 1fr;
overflow: hidden;
border: 1px solid var(--line);
border-radius: 6px;
background: #fff;
color: var(--ink) !important;
text-decoration: none !important;
box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.lj-card:hover {
border-color: #d1d5db;
box-shadow: 0 10px 24px rgba(15, 23, 42, .1);
transform: translateY(-2px);
text-decoration: none !important;
}
.lj-card * {
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none;
}
.lj-card-photo {
background:
var(--photo, linear-gradient(135deg, #8190a7, #d6e3f5));
background-position: center;
background-size: cover;
aspect-ratio: 16 / 10;
}
.lj-card-featured {
min-height: 100%;
}
.lj-card-review {
min-height: 100%;
scroll-snap-align: start;
}
.lj-card-latest {
min-height: 100%;
}
.lj-card-body {
display: flex;
flex-direction: column;
width: 100%;
padding: 16px;
}
.lj-card-featured .lj-card-body {
padding: 18px;
}
.lj-pill-row {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 10px;
}
.lj-pill {
display: inline-flex;
align-items: center;
min-height: 26px;
padding: 0 9px;
border-radius: 3px;
background: #f7e8eb;
color: var(--pill);
font-size: 12px;
font-weight: 800;
}
.lj-card h3 {
margin: 0;
color: var(--ink);
font-size: 19px;
line-height: 1.45;
}
.lj-card-featured h3,
.lj-card-review h3 {
font-size: 20px;
line-height: 1.35;
}
.lj-card-body p {
display: -webkit-box;
min-height: 44px;
margin: 10px 0 0;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
color: var(--muted);
font-size: 14px;
line-height: 1.6;
}
.lj-meta {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: auto;
padding-top: 14px;
color: #94a3b8;
font-size: 13px;
font-weight: 800;
}
.lj-guide {
display: none !important;
}
@media (max-width: 820px) {
.lj-wrap {
width: min(100% - 24px, 1120px);
}
.lj-top-nav .lj-wrap {
justify-content: flex-start;
gap: 28px;
min-height: 58px;
padding: 0 4px;
}
.lj-top-nav a {
font-size: 18px;
}
.lj-brand-row {
padding: 20px 0 12px;
}
.lj-brand-row p {
font-size: 14px;
}
.lj-main-nav .lj-wrap {
justify-content: flex-start;
gap: 14px;
min-height: 56px;
overflow-x: auto;
padding-bottom: 2px;
}
.lj-menu {
justify-content: flex-start;
gap: 22px;
}
.lj-menu a {
font-size: 16px;
}
.lj-hero .lj-wrap {
padding: 18px 0 14px;
}
.lj-featured-grid,
.lj-latest-grid {
grid-template-columns: 1fr;
gap: 12px;
}
.lj-scroll-grid {
grid-auto-columns: 82%;
margin-right: -12px;
padding-right: 12px;
}
}
@media (max-width: 430px) {
.lj-top-nav .lj-wrap {
gap: 18px;
min-height: 56px;
}
.lj-top-nav a {
font-size: 16px;
}
}
@media (max-width: 560px) {
#post-25094 .bs-card-box.padding-20 {
gap: 12px;
padding: 16px !important;
}
#post-25094 .bs-card-box.padding-20 article[data-id] h2 {
font-size: 18px;
}
#post-25094 .bs-card-box.padding-20 article[data-id] h2 a {
grid-template-columns: 86px 1fr;
gap: 12px;
min-height: 92px;
padding: 12px;
}
.lj-hero .lj-wrap {
align-items: flex-start;
}
.lj-hero p {
display: none;
}
.lj-hero h1 {
font-size: 26px;
}
.lj-brand {
font-size: 34px;
}
.lj-brand-row p {
display: none;
}
.lj-contact {
min-width: 96px;
min-height: 40px;
padding: 0 12px;
}
.lj-card-featured,
.lj-card-review,
.lj-card-latest {
min-height: 260px;
}
.lj-card h3,
.lj-card-featured h3,
.lj-card-review h3 {
font-size: 19px;
}
}