.camphub-big-banner {
position: relative;
width: 100%;
max-width: 640px;
margin: 0 auto;
aspect-ratio: 1200 / 630;
border-radius: 14px;
overflow: hidden;
background: #eee;
}
.camphub-big-banner-track {
position: relative;
width: 100%;
height: 100%;
}
.camphub-big-banner-slide {
position: absolute;
inset: 0;
display: block;
opacity: 0;
transition: opacity 0.5s ease;
pointer-events: none;
}
.camphub-big-banner-slide.is-active {
opacity: 1;
pointer-events: auto;
}
.camphub-big-banner-slide img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.camphub-big-banner-dots {
position: absolute;
bottom: 16px;
left: 0;
right: 0;
display: flex;
justify-content: center;
gap: 6px;
z-index: 2;
}
.camphub-big-banner-dot {
width: 6px;
height: 6px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.4);
transition: background 0.3s ease;
}
.camphub-big-banner-dot.is-active {
background: #ffffff;
}
@media (max-width: 480px) {
.camphub-big-banner-dots { bottom: 12px; gap: 5px; }
.camphub-big-banner-dot { width: 5px; height: 5px; }
}.chcb-articles-head {
display: flex;
align-items: baseline;
justify-content: space-between;
margin-bottom: 16px;
}
.chcb-articles-title {
margin: 0;
font-size: 22px;
font-weight: 700;
color: #3b3733;
}
.chcb-articles-headright {
display: flex;
align-items: center;
gap: 10px;
}
.chcb-articles-viewall {
font-size: 13.5px;
color: #f15a29;
font-weight: 600;
text-decoration: none;
}
.chcb-arrows {
display: flex;
gap: 6px;
}
.chcb-arrow {
width: 34px;
height: 34px;
border-radius: 999px;
background: #ffffff;
border: 1px solid #E4E0D6;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 6px rgba(43,38,32,0.1);
cursor: pointer;
padding: 0;
flex: 0 0 auto;
}
.chcb-arrow:hover { background: #F7F6F3; }
.chcb-articles-scrollwrap { position: relative; }
.chcb-articles-scroll {
display: flex;
gap: 18px;
overflow-x: auto;
scroll-snap-type: x proximity;
scrollbar-width: none;
-ms-overflow-style: none;
}
.chcb-articles-scroll::-webkit-scrollbar { display: none; height: 0; }
.chcb-art-fade {
position: absolute;
top: 0; right: 0; bottom: 0;
width: 120px;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, #FFFFFF 100%);
pointer-events: none;
}
.chcb-artcard {
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
flex: 0 0 228px;
scroll-snap-align: start;
}
.chcb-art-thumb {
width: 100%;
aspect-ratio: 1200 / 630;
border-radius: 14px;
margin-bottom: 12px;
overflow: hidden;
background: #F2F1EE;
}
.chcb-art-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.chcb-art-tag {
display: inline-flex;
width: fit-content;
background: #f15a29;
color: #ffffff;
font-size: 10.5px;
font-weight: 700;
padding: 4px 10px;
border-radius: 999px;
margin-bottom: 8px;
}
.chcb-art-title {
font-size: 14.5px;
font-weight: 700;
color: #3b3733;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media (max-width: 600px) {
.chcb-artcard { flex-basis: 78vw; }
} .chcb-pr-title {
margin: 0 0 12px;
font-size: 16px;
font-weight: 700;
color: #72716a;
}
.chcb-pr-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0,1fr));
column-gap: 32px;
}
.chcb-pr-row {
display: flex;
align-items: center;
gap: 14px;
padding: 12px 0;
border-top: 1px solid #F0EEE7;
text-decoration: none;
color: inherit;
}
.chcb-pr-thumb {
width: 56px;
height: 56px;
border-radius: 10px;
flex: 0 0 auto;
overflow: hidden;
background: #F2F1EE;
}
.chcb-pr-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.chcb-pr-text { min-width: 0; }
.chcb-pr-headline {
font-size: 13.5px;
font-weight: 600;
color: #3b3733;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.chcb-pr-cat {
font-size: 12px;
color: #A6A196;
margin-top: 2px;
}
@media (max-width: 640px) {
.chcb-pr-grid { grid-template-columns: 1fr; }
}.chtb-wrap {
padding: 46px 48px 0;
box-sizing: border-box;
}
.chtb-heading-row {
display: flex;
align-items: baseline;
justify-content: space-between;
margin-bottom: 22px;
}
.chtb-heading {
margin: 0;
font-size: 22px;
font-weight: 700;
color: #3b3733;
}
.chtb-box {
background: #ffffff;
border-top: 3px solid #f15a29;
border-radius: 6px 6px 14px 14px;
box-shadow: 0 1px 3px rgba(43, 38, 32, 0.06);
overflow: hidden;
}
.chtb-tabrow {
padding: 16px 20px 14px;
display: flex;
justify-content: center;
border-bottom: 1px solid #F0EEE7;
}
.chtb-tabgroup {
display: inline-flex;
background: #F2F1EE;
border-radius: 999px;
padding: 4px;
gap: 4px;
flex-wrap: wrap;
}
.chtb-tabbtn {
border: none;
cursor: pointer;
font-family: inherit;
font-size: 13px;
font-weight: 700;
padding: 8px 18px;
border-radius: 999px;
background: transparent;
color: #72716a;
box-shadow: none;
transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.chtb-tabbtn.is-active {
background: #ffffff;
color: #f15a29;
box-shadow: 0 1px 3px rgba(43, 38, 32, 0.14);
}
.chtb-panel {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 22px;
padding: 20px;
}
.chtb-panel[hidden] {
display: none;
}
.chtb-icon-link {
text-decoration: none;
display: flex;
flex-direction: column;
align-items: center;
gap: 7px;
width: 84px;
}
.chtb-icon-circle {
width: 58px;
height: 58px;
border-radius: 50%;
border: 1px solid rgba(43, 38, 32, 0.05);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 6px rgba(43, 38, 32, 0.12);
transition: transform 0.15s ease;
}
.chtb-icon-link:hover .chtb-icon-circle {
transform: translateY(-2px);
}
.chtb-icon-label {
font-size: 11.5px;
color: #3b3733;
text-align: center;
font-weight: 600;
line-height: 1.25;
}
.chtb-searchbox {
margin-top: 28px;
background: #F7F6F3;
border-radius: 16px;
padding: 18px 20px;
display: flex;
flex-direction: column;
gap: 10px;
}
.chtb-searchbox-title {
font-size: 15px;
font-weight: 700;
color: #3b3733;
}
.chtb-searchbox-row {
display: flex;
gap: 10px;
}
.chtb-searchbox-input {
flex: 1;
display: flex;
align-items: center;
gap: 8px;
background: #ffffff;
border: 1px solid #E4E0D6;
border-radius: 12px;
padding: 0 14px;
height: 46px;
box-sizing: border-box;
}
.chtb-searchbox-input svg {
flex-shrink: 0;
}
.chtb-searchbox-input input {
border: none;
outline: none;
font-family: inherit;
font-size: 13.5px;
color: #3b3733;
width: 100%;
height: 100%;
background: transparent;
}
.chtb-searchbox-input input::placeholder {
color: #A6A196;
}
.chtb-searchbox-btn {
background: #f15a29;
color: #ffffff;
font-size: 14px;
font-weight: 700;
padding: 0 26px;
border-radius: 12px;
border: none;
cursor: pointer;
white-space: nowrap;
font-family: inherit;
}
.chtb-searchbox-btn:hover {
background: #d94f22;
}
@media (max-width: 640px) {
.chtb-wrap {
padding: 32px 20px 0;
}
.chtb-tabgroup {
justify-content: center;
}
.chtb-searchbox-row {
flex-direction: column;
}
}