/* DaheCMS blue blog template */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
footer,
header,
main,
nav,
section {
    display: block;
}

:root {
    --jd-blue: #0052cc;
    --jd-title: #172b4c;
    --jd-text: #333;
    --jd-muted: #7e8299;
    --jd-border: rgba(133, 153, 171, .2);
    --jd-bg: #f6f6f6;
    --jd-card: #fff;
    --jd-red: #ff562f;
    --jd-shadow: 0 2px 26px 0 rgba(133, 153, 171, .1);
}

body {
    background: var(--jd-bg);
    color: var(--jd-text);
    font: 16px/1.875 "Arial", "Microsoft YaHei", "Verdana", sans-serif;
    word-break: break-all;
    text-align: justify;
}

a {
    color: var(--jd-text);
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--jd-blue);
}

img {
    display: block;
    max-width: 100%;
    border: 0;
}

ul,
li {
    list-style: none;
}

input,
button,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

td,
th {
    padding: 10px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

th {
    background: #f9f9f9;
    color: var(--jd-title);
    text-align: center;
}

.container {
    width: 95%;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.dahecms-blue-shell {
    min-height: 100vh;
    background: var(--jd-bg);
}

/* Header */
.dahecms-blue-header {
    position: relative;
    z-index: 20;
    min-height: 70px;
    background: linear-gradient(135deg, rgb(22, 111, 78) 0%, rgb(32, 125, 244) 100%);
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.dahecms-blue-topline {
    display: none;
}

.dahecms-blue-brandbar {
    float: left;
    width: 185px;
    background: transparent;
}

.dahecms-blue-brand {
    padding: 14px 0;
}

.dahecms-blue-logo {
    display: block;
    width: 168px;
    height: 42px;
    overflow: hidden;
}

.dahecms-blue-logo img {
    width: 168px;
    height: auto;
    object-fit: contain;
}

.dahecms-blue-site-name,
.dahecms-blue-slogan,
.dahecms-blue-hotwords {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.dahecms-blue-navband {
    margin: 0 24% 0 185px;
    background: transparent;
}

.dahecms-blue-nav {
    min-height: 70px;
    text-align: center;
}

.dahecms-blue-nav ul {
    display: block;
}

.dahecms-blue-nav > ul > li,
.dahecms-blue-nav .navbar-nav > li {
    display: inline-block;
    position: relative;
    padding: 17px 1.6%;
    line-height: 36px;
}

.dahecms-blue-nav a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    white-space: nowrap;
}

.dahecms-blue-nav > ul > li:hover,
.dahecms-blue-nav .navbar-nav > li:hover {
    background: rgba(255, 255, 255, .12);
}

.dahecms-blue-nav a:hover {
    color: #fff;
}

.dahecms-blue-nav ul ul,
.dahecms-blue-nav .sub-menu {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 50;
    display: none;
    width: 160px;
    padding: 3px 0;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 3px rgba(133, 153, 171, .2);
}

.dahecms-blue-nav li:hover > ul,
.dahecms-blue-nav li:hover > .sub-menu {
    display: block;
}

.dahecms-blue-nav ul ul li {
    display: block;
    padding: 0;
    line-height: 2.5;
}

.dahecms-blue-nav ul ul a,
.dahecms-blue-nav .sub-menu a {
    padding: 5px;
    color: #555;
    font-size: 15px;
    line-height: 2.5;
}

.dahecms-blue-nav ul ul a:hover,
.dahecms-blue-nav .sub-menu a:hover {
    color: #0084ff;
    background: #f6f6f6;
}

.dahecms-blue-search {
    position: absolute;
    right: 2.5%;
    top: 15px;
    width: 20.834%;
    min-width: 220px;
}

.dahecms-blue-search .search-box {
    position: relative;
    height: 42px;
    padding-right: 45px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 4px;
}

.dahecms-blue-search .search-select {
    display: none;
}

.dahecms-blue-search .search-input {
    width: 100%;
    height: 40px;
    padding: 8px 5%;
    border: 0;
    background: transparent;
    color: #fff;
    line-height: 24px;
}

.dahecms-blue-search .search-input::placeholder {
    color: rgba(255, 255, 255, .86);
}

.dahecms-blue-search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 40px;
    overflow: hidden;
    border: 0;
    background: transparent;
    color: transparent;
}

.dahecms-blue-search .search-btn::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 10px;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.dahecms-blue-search .search-btn::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 26px;
    width: 9px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}

.menu-toggle,
.menu-close {
    display: none;
}

.dahecms-blue-header::after {
    content: "";
    display: block;
    clear: both;
}

/* Layout */
.main-content {
    padding: 20px 0;
}

.content-layout::after,
.main-content .container::after {
    content: "";
    display: block;
    clear: both;
}

.main-column {
    float: left;
    width: 75%;
}

.sidebar {
    float: right;
    width: 23%;
}

.article-list-toolbar-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.content-section,
.sidebar-widget,
.yy-category-box,
.yy-sidebar-box {
    margin-bottom: 20px;
    background: var(--jd-card);
    border: 1px solid var(--jd-border);
    border-radius: 4px;
    box-shadow: var(--jd-shadow);
    overflow: hidden;
}

.section-header,
.yy-box-title {
    min-height: 52px;
    padding: 0 20px;
    border-bottom: 1px solid var(--jd-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title,
.widget-title,
.yy-box-title h2,
.yy-box-title h3 {
    position: relative;
    margin: 0;
    padding-left: 13px;
    color: var(--jd-title);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.section-title::before,
.widget-title::before,
.yy-box-title h2::before,
.yy-box-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 14px;
    margin-top: -7px;
    background: var(--jd-red);
    border-radius: 2px;
}

.title-icon {
    display: none;
}

.more-link,
.yy-more {
    position: relative;
    padding-right: 16px;
    color: #333;
    font-size: 14px;
}

.more-link::after,
.yy-more::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
}

/* Cards and list rows */
.video-grid,
.download-grid,
.recommend-grid {
    padding: 20px;
}

.video-card,
.download-card,
.recommend-card,
.download-item {
    position: relative;
    min-height: 198px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--jd-border);
    border-radius: 4px;
    box-shadow: var(--jd-shadow);
}

.blogItem {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--jd-border);
    border-radius: 4px;
    box-shadow: var(--jd-shadow);
}

.blog-list {
    padding: 20px 20px 0;
}

.blogItem .thumbnail {
    float: left;
    width: 210px;
    height: 158px;
    margin: 0 20px 0 0;
    overflow: hidden;
    border-radius: 4px;
    background: #f9f9f9;
}

.blogItem .thumbnail a {
    display: block;
    height: 100%;
}

.blogItem .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.blogItem:hover .thumbnail img {
    transform: scale(1.08);
}

.blogItem .text {
    overflow: hidden;
}

.blogItem .title {
    margin: 0 0 7px;
    color: var(--jd-title);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogItem .title a {
    color: var(--jd-title);
}

.blogItem .excerpt {
    max-height: 6em;
    margin-bottom: 12px;
    color: var(--jd-muted);
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogItem .meta {
    color: var(--jd-muted);
    font-size: 13px;
    line-height: 1.5;
}

.blogItem .meta span {
    display: inline-block;
    margin-right: 14px;
}

.video-card::after,
.download-card::after,
.recommend-card::after,
.download-item::after {
    content: "";
    display: block;
    clear: both;
}

.video-thumb,
.download-thumb,
.download-icon,
.card-thumb {
    float: left;
    width: 210px;
    height: 158px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #f9f9f9;
}

.video-thumb img,
.download-thumb img,
.download-icon img,
.card-thumb img {
    width: 100%;
    height: 158px;
    object-fit: cover;
    transition: transform .3s;
}

.video-card:hover img,
.download-card:hover img,
.recommend-card:hover img,
.download-item:hover img {
    transform: scale(1.08);
}

.video-info,
.download-info,
.card-info {
    overflow: hidden;
}

.video-info h3,
.download-title,
.download-card-title,
.card-title {
    margin: 0 0 7px;
    color: var(--jd-title);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-info h3 a,
.download-title a,
.download-card-title a,
.card-title a {
    color: var(--jd-title);
}

.download-desc,
.download-description {
    max-height: 6em;
    margin-bottom: 12px;
    color: var(--jd-muted);
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.download-meta,
.download-meta span,
.item-date {
    color: var(--jd-muted);
    font-size: 13px;
}

.play-count,
.play-icon,
.download-icon-overlay,
.download-size {
    display: none;
}

.download-action {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.download-btn,
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid var(--jd-blue);
    border-radius: 3px;
    background: var(--jd-blue);
    color: #fff;
}

.download-btn:hover,
.btn-primary:hover {
    color: #fff;
    opacity: .9;
}

.btn-outline {
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background: #fff;
    color: #555;
}

.badge-hot,
.badge-vip,
.meta-tag,
.article-tag-chip {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 2px 8px;
    border-radius: 3px;
    background: #f1f4f8;
    color: var(--jd-muted);
    font-size: 12px;
}

/* Plain title lists */
.title-list-two-columns,
.yy-title-list {
    padding: 15px 20px 18px;
}

.title-item,
.yy-title-list li {
    position: relative;
    min-height: 34px;
    padding: 0 100px 0 15px;
    border-bottom: 1px dashed #e4e4e4;
    color: #333;
    font-size: 15px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-item:last-child,
.yy-title-list li:last-child {
    border-bottom: 0;
}

.item-dot,
.yy-title-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    margin-top: -2px;
    background: #999;
    border-radius: 50%;
}

.item-date,
.yy-title-list time {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 92px;
    color: #888;
    font-size: 12px;
    text-align: right;
}

/* Category overview sidebar */
.yy-post-feed,
.widget-list,
.rank-list,
.latest-download-list,
.hot-download-list {
    padding: 0 20px;
}

.yy-feed-item,
.widget-list li,
.rank-item,
.latest-download-item,
.hot-download-item {
    padding: 14px 0;
    border-bottom: 1px dashed #e4e4e4;
}

.yy-feed-item:last-child,
.widget-list li:last-child,
.rank-item:last-child,
.latest-download-item:last-child,
.hot-download-item:last-child {
    border-bottom: 0;
}

.yy-feed-date {
    margin-bottom: 6px;
    color: #999;
    font-size: 12px;
}

.yy-feed-item h4,
.rank-info h4,
.latest-download-item h4,
.hot-download-info h4 {
    margin: 0 0 6px;
    color: var(--jd-title);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

.yy-feed-item h4 a,
.rank-info h4 a,
.latest-download-item h4 a,
.hot-download-info h4 a {
    color: var(--jd-title);
}

.yy-feed-item p,
.rank-info p,
.latest-meta,
.hot-download-info p {
    margin: 0;
    color: var(--jd-muted);
    font-size: 13px;
    line-height: 1.8;
}

.yy-feed-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rank-list {
    counter-reset: rank-counter;
}

.rank-item {
    display: flex;
    gap: 10px;
}

.rank-item {
    counter-increment: rank-counter;
}

.rank-num {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    border-radius: 3px;
    background: #e1eaf9;
    color: var(--jd-muted);
    font-size: 12px;
}

.rank-num::before {
    content: counter(rank-counter);
}

.rank-item:nth-child(-n+3) .rank-num {
    background: #7ea2d7;
    color: #fff;
}

/* Breadcrumbs and nav strips */
.category-nav {
    background: #fff;
    border-bottom: 1px solid var(--jd-border);
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px 0;
}

.category-list a {
    color: #555;
    font-size: 14px;
}

.article-detail-breadcrumb-section {
    padding-top: 16px;
}

.breadcrumb {
    padding: 10px 12px;
    background: #fff;
    border: 1px solid var(--jd-border);
    border-radius: 4px;
    color: var(--jd-muted);
    font-size: 13px;
}

.breadcrumb a {
    color: var(--jd-muted);
}

.separator {
    padding: 0 6px;
}

.top-banner {
    padding-top: 16px;
}

.banner-ad {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

/* Detail page */
.dahecms-page-download-detail .content-section {
    padding: 20px;
}

.download-detail-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.download-detail-info {
    flex: 1 1 auto;
    min-width: 0;
}

.download-detail-title {
    margin: 0 0 12px;
    color: var(--jd-title);
    font-size: 26px;
    line-height: 1.45;
    font-weight: 500;
}

.download-subtitle {
    color: var(--jd-muted);
    font-size: 14px;
    line-height: 1.9;
}

.download-detail-icon {
    flex: 0 0 auto;
    width: 150px;
    height: 110px;
    overflow: hidden;
    border-radius: 4px;
    background: #f9f9f9;
}

.download-detail-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-actions-main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed #e4e4e4;
}

.content-section > h3 {
    position: relative;
    margin: -20px -20px 18px;
    padding: 15px 20px 15px 33px;
    border-bottom: 1px solid var(--jd-border);
    color: var(--jd-title);
    font-size: 18px;
    font-weight: 400;
}

.content-section > h3::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 3px;
    height: 14px;
    margin-top: -7px;
    background: var(--jd-red);
    border-radius: 2px;
}

.resource-detail-grid {
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

.detail-row {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.detail-label {
    padding: 10px;
    background: #f9f9f9;
    color: var(--jd-title);
    font-weight: 600;
}

.detail-value {
    padding: 10px;
    color: #555;
}

.description-content,
.download-instructions {
    color: #333;
    font-size: 15px;
    line-height: 2;
}

.instruction-item {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #e4e4e4;
}

.instruction-item:last-child {
    border-bottom: 0;
}

/* Tabs */
.blue-tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.blue-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blue-tab-btn,
.article-toolbar-link,
.filter-item a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background: #fff;
    color: #555;
    font-size: 13px;
}

.blue-tab-btn.active,
.blue-tab-btn:hover,
.article-toolbar-link.active,
.article-toolbar-link:hover,
.filter-item a:hover {
    background: var(--jd-blue);
    border-color: var(--jd-blue);
    color: #fff;
}

.blue-tab-panel,
.text-tab-panel {
    display: none;
}

.blue-tab-panel.active,
.text-tab-panel.active {
    display: block;
}

.filter-bar {
    padding: 12px 20px;
    border-bottom: 1px solid var(--jd-border);
}

.filter-item {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.filter-label {
    color: var(--jd-title);
    font-weight: 600;
}

.pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 20px;
    border-top: 1px solid var(--jd-border);
    text-align: center;
}

.pagination-wrapper .dahe-pagination,
.pagination-wrapper .dahe-pagination-nav,
.pagination-wrapper .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination-wrapper .dahe-pagination {
    width: 100%;
}

.pagination-wrapper .page-item {
    margin: 0;
    padding: 0;
}

.pagination-wrapper a,
.pagination-wrapper span,
.pagination-wrapper strong,
.pagination-wrapper em,
.pagination-wrapper .page-link,
.pagination-wrapper .dahe-page-link,
.pagination-wrapper .page-numbers,
.pagination-wrapper .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 11px;
    margin: 0;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
    font-style: normal;
    line-height: 34px;
    text-decoration: none;
}

.pagination-wrapper a:hover,
.pagination-wrapper strong,
.pagination-wrapper em,
.pagination-wrapper .active,
.pagination-wrapper .active .page-link,
.pagination-wrapper .current {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.pagination-wrapper .disabled,
.pagination-wrapper .disabled:hover,
.pagination-wrapper .disabled .page-link {
    border-color: #e7ebf0;
    background: #f8fafc;
    color: #a0aec0;
    cursor: not-allowed;
}

.dahecms-page-music .pagination-wrapper {
    background: #fbfdff;
}

.dahecms-page-music .pagination-wrapper a,
.dahecms-page-music .pagination-wrapper span,
.dahecms-page-music .pagination-wrapper strong,
.dahecms-page-music .pagination-wrapper em,
.dahecms-page-music .pagination-wrapper .page-numbers,
.dahecms-page-music .pagination-wrapper .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
    font-style: normal;
    line-height: 34px;
}

.dahecms-page-music .pagination-wrapper a:hover,
.dahecms-page-music .pagination-wrapper strong,
.dahecms-page-music .pagination-wrapper em,
.dahecms-page-music .pagination-wrapper .current {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

/* Home page refresh */
.dahecms-page-home {
    background: #f3f6fb;
    text-align: left;
}

.dahecms-page-home .top-banner {
    padding: 18px 0 0;
}

.dahecms-page-home .banner-ad {
    min-height: 48px;
    background: #fff;
    border: 1px solid rgba(133, 153, 171, .18);
    box-shadow: 0 12px 32px rgba(23, 43, 76, .05);
}

.home-hero {
    padding: 18px 0 6px;
}

.home-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 20px;
    align-items: stretch;
}

.home-hero-copy,
.home-quick-panel {
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(23, 43, 76, .08);
}

.home-hero-copy {
    min-height: 270px;
    padding: 34px 38px;
    background:
        linear-gradient(135deg, rgba(0, 82, 204, .94), rgba(20, 146, 142, .9)),
        url("/templets/blue/images/default-thumb.jpg") center / cover;
    color: #fff;
    overflow: hidden;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 4px;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    line-height: 28px;
}

.home-hero-copy h1 {
    max-width: 720px;
    margin: 24px 0 12px;
    font-size: 34px;
    line-height: 1.28;
    font-weight: 700;
}

.home-hero-copy p {
    max-width: 760px;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.9;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.home-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 4px;
    background: #fff;
    color: var(--jd-blue);
    font-size: 14px;
    font-weight: 600;
}

.home-hero-actions a + a {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
}

.home-quick-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 10px;
    background: rgba(133, 153, 171, .18);
    overflow: hidden;
}

.home-quick-panel a {
    display: flex;
    min-height: 78px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 14px 16px;
    background: #fff;
    border-radius: 6px;
}

.home-quick-panel span {
    color: var(--jd-title);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.home-quick-panel strong {
    color: var(--jd-muted);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-quick-panel a:hover {
    background: #f7fbff;
}

/* Download module refresh */
.dahecms-page-download {
    background: #f3f6fb;
    text-align: left;
}

.dahecms-page-download .main-content {
    clear: both;
    padding: 18px 0 28px;
}

.dahecms-page-download .category-nav {
    clear: both;
    background: #fff;
    border-bottom: 1px solid rgba(133, 153, 171, .16);
    box-shadow: 0 8px 24px rgba(23, 43, 76, .04);
}

.dahecms-page-download .category-list {
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 0;
}

.dahecms-page-download .category-list a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #53627a;
    line-height: 32px;
}

.dahecms-page-download .category-list a:hover,
.dahecms-page-download .category-list a.active {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-download .article-detail-breadcrumb-section {
    padding-top: 16px;
}

.dahecms-page-download .breadcrumb {
    border-color: rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 43, 76, .05);
}

.dahecms-page-download .top-banner {
    display: none;
}

.dahecms-page-download .content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
    align-items: start;
}

.dahecms-page-download .main-column,
.dahecms-page-download .sidebar {
    float: none;
    width: auto;
    min-width: 0;
}

.dahecms-page-download .sidebar {
    position: sticky;
    top: 16px;
}

.dahecms-page-download .content-section,
.dahecms-page-download .sidebar-widget,
.dahecms-page-download .yy-category-box,
.dahecms-page-download .yy-sidebar-box,
.dahecms-page-download .download-page-header,
.dahecms-page-download .download-links-section,
.dahecms-page-download .faq-section {
    margin-bottom: 20px;
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
    overflow: hidden;
}

.dahecms-page-download .section-header,
.dahecms-page-download .yy-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.dahecms-page-download .section-title,
.dahecms-page-download .yy-box-title h2,
.dahecms-page-download .yy-box-title h3,
.dahecms-page-download .widget-title {
    margin: 0;
    color: #16243c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.dahecms-page-download .yy-more,
.dahecms-page-download .more-link {
    color: #53627a;
    font-size: 13px;
}

.dahecms-page-download .yy-more:hover,
.dahecms-page-download .more-link:hover {
    color: var(--jd-blue);
}

.dahecms-page-download .sidebar-widget > .widget-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    margin: 0;
    padding: 0 18px 0 31px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.dahecms-page-download .sidebar-widget > .widget-title::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 3px;
    height: 16px;
    margin-top: -8px;
    border-radius: 2px;
    background: var(--jd-red);
}

.dahecms-page-download .widget-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 16px;
}

.dahecms-page-download .widget-list li {
    padding: 0;
    border: 0;
}

.dahecms-page-download .widget-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #e3eaf4;
    border-radius: 4px;
    background: #f8fbff;
    color: #31445f;
    text-align: center;
}

.dahecms-page-download .widget-list a:hover,
.dahecms-page-download .widget-list a.active {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-download .rank-list,
.dahecms-page-download .latest-download-list,
.dahecms-page-download .hot-download-list,
.dahecms-page-download .yy-post-feed {
    padding: 6px 18px 10px;
}

.dahecms-page-download .rank-item,
.dahecms-page-download .latest-download-item,
.dahecms-page-download .hot-download-item,
.dahecms-page-download .yy-feed-item {
    border-bottom-color: #edf1f6;
}

.dahecms-page-download .latest-download-list {
    display: grid;
    gap: 10px;
    padding: 14px 16px 16px;
}

.dahecms-page-download .latest-download-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #edf1f6;
    border-radius: 8px;
    background: #fbfdff;
}

.dahecms-page-download .latest-download-item:last-child {
    border-bottom: 1px solid #edf1f6;
}

.dahecms-page-download .latest-thumb {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 6px;
    background: #eef3f8;
}

.dahecms-page-download .latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dahecms-page-download .latest-content {
    min-width: 0;
}

.dahecms-page-download .latest-content h4 {
    margin: 0 0 6px;
    color: #16243c;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dahecms-page-download .latest-content h4 a {
    color: inherit;
}

.dahecms-page-download .latest-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: #7e8a9e;
    font-size: 12px;
    line-height: 1.4;
}

.dahecms-page-download .latest-type,
.dahecms-page-download .latest-size {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 22px;
    padding: 0 7px;
    border-radius: 4px;
    background: #eef6ff;
    color: #53627a;
}

.dahecms-page-download .download-rank-style .rank-info {
    min-width: 0;
}

.dahecms-page-download .download-rank-style .rank-info h4 {
    margin: 0;
    color: #16243c;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dahecms-page-download .download-rank-style .rank-info h4 a {
    display: block;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dahecms-page-download .article-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 16px 18px 18px;
}

.dahecms-page-download .article-tag-chip,
.dahecms-page-download .meta-tag,
.dahecms-page-download .badge-hot,
.dahecms-page-download .badge-vip {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    margin: 0 5px 5px 0;
    padding: 0 9px;
    border: 1px solid #e1e9f4;
    border-radius: 4px;
    background: #f8fbff;
    color: #53627a;
    font-size: 12px;
    line-height: 1;
}

.dahecms-page-download .badge-hot,
.dahecms-page-download .badge-vip {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-download .article-tag-chip:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-download-index .yy-title-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    padding: 16px 22px 20px;
}

.dahecms-page-download-index .yy-title-list li {
    min-height: 38px;
    padding-right: 96px;
    border-bottom-color: #edf1f6;
    line-height: 38px;
}

.dahecms-page-download-index .download-index-featured {
    margin-bottom: 20px;
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
    overflow: hidden;
}

.dahecms-page-download-index .download-index-featured .music-index-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.dahecms-page-download-index .download-index-featured .music-index-title {
    margin: 0;
    color: #16243c;
    font-size: 18px;
    font-weight: 700;
}

.dahecms-page-download-index .download-index-featured .category-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.dahecms-page-download-index .download-index-featured .category-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
    line-height: 32px;
}

.dahecms-page-download-index .download-index-featured .category-tabs a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.download-index-featured-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 18px;
    padding: 20px;
}

.download-index-lead-card {
    position: relative;
    display: block;
    min-height: 280px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #eef3f8;
    overflow: hidden;
}

.download-index-lead-thumb,
.download-index-lead-thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.download-index-lead-thumb img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform .3s ease;
}

.download-index-lead-card:hover .download-index-lead-thumb img {
    transform: scale(1.04);
}

.download-index-lead-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    gap: 8px;
    padding: 42px 18px 18px;
    background: linear-gradient(180deg, rgba(12, 27, 48, 0), rgba(12, 27, 48, .78));
    color: #fff;
}

.download-index-lead-info strong {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.download-index-lead-info em {
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.7;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.download-index-featured-side {
    display: grid;
    align-content: start;
    gap: 0;
}

.download-index-side-item {
    position: relative;
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) 92px;
    gap: 10px;
    align-items: center;
    min-height: 34px;
    padding: 8px 0;
    border-bottom: 1px dashed #e3eaf4;
}

.download-index-side-item:last-child {
    border-bottom: 0;
}

.download-index-side-item .item-dot {
    position: static;
    display: block;
    width: 4px;
    height: 4px;
    margin: 0;
    border-radius: 50%;
    background: #9aacbf;
}

.download-index-side-item a {
    color: #31445f;
    font-size: 14px;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-index-side-item a:hover {
    color: var(--jd-blue);
}

.download-index-side-item .item-date {
    position: static;
    max-width: none;
    color: #8b98aa;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dahecms-page-download-index .yy-feed-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px;
    border: 1px solid #edf1f6;
    border-radius: 8px;
    background: #fbfdff;
}

.dahecms-page-download-index .yy-post-feed {
    display: grid;
    gap: 10px;
    padding: 14px 16px 16px;
}

.dahecms-page-download-index .yy-feed-item:last-child {
    border-bottom: 1px solid #edf1f6;
}

.dahecms-page-download-index .yy-feed-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #dce6e8;
    border-radius: 8px;
    background: linear-gradient(135deg, #86b7c6 0%, #5dadf3 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(93, 173, 243, .14);
}

.dahecms-page-download-index .yy-feed-icon-soft {
    background: linear-gradient(135deg, #f8c98a 0%, #f3a85d 100%);
    border-color: #f0d6b7;
    box-shadow: 0 8px 18px rgba(243, 168, 93, .16);
}

.dahecms-page-download-index .yy-feed-body {
    min-width: 0;
}

.dahecms-page-download-index .yy-feed-item h4 {
    margin: 0 0 5px;
    color: #16243c;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dahecms-page-download-index .yy-feed-item h4 a {
    color: inherit;
}

.dahecms-page-download-index .yy-feed-item h4 a:hover {
    color: var(--jd-blue);
}

.dahecms-page-download-index .yy-feed-date {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin: 0 0 6px;
    padding: 0 7px;
    border-radius: 4px;
    background: #eef6ff;
    color: #60728c;
    font-size: 12px;
    line-height: 1;
}

.dahecms-page-download-index .yy-feed-item p {
    margin: 0;
    color: #66758c;
    font-size: 13px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-download-index .yy-title-list a {
    color: #31445f;
}

.dahecms-page-download-index .yy-title-list a:hover {
    color: var(--jd-blue);
}

.dahecms-page-download .article-list-toolbar-line,
.dahecms-page-download .download-toolbar-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.dahecms-page-download .article-toolbar-link,
.dahecms-page-download .filter-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
    line-height: 32px;
    white-space: nowrap;
}

.dahecms-page-download .article-toolbar-link:hover,
.dahecms-page-download .article-toolbar-link.active,
.dahecms-page-download .filter-item a:hover,
.dahecms-page-download .filter-item a.active {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-download .filter-bar {
    padding: 14px 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
}

.dahecms-page-download .download-list {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.dahecms-page-download .download-item {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 112px;
    gap: 18px;
    align-items: stretch;
    min-height: 0;
    margin: 0;
    padding: 16px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.dahecms-page-download .download-item:hover {
    border-color: #c9d9ed;
    box-shadow: 0 12px 28px rgba(23, 43, 76, .08);
    transform: translateY(-1px);
}

.dahecms-page-download .download-icon {
    float: none;
    width: 118px;
    height: 88px;
    margin: 0;
    border-radius: 6px;
    background: #eef3f8;
}

.dahecms-page-download .download-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dahecms-page-download .download-info {
    min-width: 0;
    overflow: visible;
}

.dahecms-page-download .download-title,
.dahecms-page-download .download-card-title {
    margin: 0 0 8px;
    color: #16243c;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    white-space: normal;
}

.dahecms-page-download .download-title a,
.dahecms-page-download .download-card-title a {
    color: #16243c;
}

.dahecms-page-download .download-title a:hover,
.dahecms-page-download .download-card-title a:hover {
    color: var(--jd-blue);
}

.dahecms-page-download .download-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 0;
}

.dahecms-page-download .download-desc,
.dahecms-page-download .download-description {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin: 0;
    color: #66758c;
    font-size: 14px;
    line-height: 1.8;
}

.dahecms-page-download .download-desc-label {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: #fff7ed;
    color: #c76c1e;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.dahecms-page-download .download-desc p {
    display: -webkit-box;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-download .download-desc:has(p:empty) {
    display: none;
}

.dahecms-page-download .download-action {
    position: static;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.dahecms-page-download .download-btn,
.dahecms-page-download .btn-primary,
.dahecms-page-download .link-copy-btn {
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid #dce6e8;
    border-radius: 4px;
    background: linear-gradient(135deg, #86b7c6 0%, #5dadf3 100%);
    color: #fff;
    font-size: 14px;
    box-shadow: 0 8px 18px rgba(93, 173, 243, .16);
}

.dahecms-page-download .download-btn:hover,
.dahecms-page-download .btn-primary:hover,
.dahecms-page-download .link-copy-btn:hover {
    border-color: #c9dce2;
    background: linear-gradient(135deg, #77aebf 0%, #4f9fe4 100%);
    color: #fff;
    opacity: 1;
}

.dahecms-page-download .pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 18px 20px 22px;
    border-top: 1px solid rgba(133, 153, 171, .18);
    background: #fbfdff;
}

.dahecms-page-download .pagination-wrapper .dahe-pagination,
.dahecms-page-download .pagination-wrapper .dahe-pagination-nav,
.dahecms-page-download .pagination-wrapper .pagination {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dahecms-page-download .pagination-wrapper a,
.dahecms-page-download .pagination-wrapper span,
.dahecms-page-download .pagination-wrapper strong,
.dahecms-page-download .pagination-wrapper em,
.dahecms-page-download .pagination-wrapper .page-link,
.dahecms-page-download .pagination-wrapper .dahe-page-link,
.dahecms-page-download .pagination-wrapper .page-numbers,
.dahecms-page-download .pagination-wrapper .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 11px;
    margin: 0;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
    font-style: normal;
    line-height: 34px;
}

.dahecms-page-download .pagination-wrapper a:hover,
.dahecms-page-download .pagination-wrapper strong,
.dahecms-page-download .pagination-wrapper em,
.dahecms-page-download .pagination-wrapper .active .page-link,
.dahecms-page-download .pagination-wrapper .current {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-download-detail .content-section {
    padding: 22px;
}

.dahecms-page-download .download-detail-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 22px;
    align-items: stretch;
}

.dahecms-page-download .download-detail-title {
    margin: 0 0 12px;
    color: #16243c;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
}

.dahecms-page-download .download-subtitle {
    color: #66758c;
    font-size: 15px;
    line-height: 1.9;
}

.dahecms-page-download .download-detail-icon {
    position: relative;
    width: 180px;
    height: 132px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #eef3f8;
}

.dahecms-page-download .download-detail-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dahecms-page-download .download-icon-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(12, 27, 48, 0), rgba(12, 27, 48, .34));
}

.dahecms-page-download .download-actions-main,
.dahecms-page-download .download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed #e3eaf4;
}

.dahecms-page-download .btn-outline,
.dahecms-page-download .btn-op {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 14px;
}

.dahecms-page-download .btn-outline:hover,
.dahecms-page-download .btn-op:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-download .content-section > h3 {
    margin: -22px -22px 18px;
    padding: 16px 22px 16px 36px;
    border-bottom-color: rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
    color: #16243c;
    font-weight: 700;
}

.dahecms-page-download .content-section > h3::before {
    left: 22px;
    background: var(--jd-red);
}

.dahecms-page-download .resource-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border: 0;
}

.dahecms-page-download .detail-row {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    border: 1px solid #e3eaf4;
    border-radius: 6px;
    overflow: hidden;
}

.dahecms-page-download .detail-label {
    padding: 11px 12px;
    background: #f8fbff;
    color: #31445f;
}

.dahecms-page-download .detail-value {
    min-width: 0;
    padding: 11px 12px;
    color: #53627a;
    word-break: break-word;
}

.dahecms-page-download .description-content,
.dahecms-page-download .download-instructions {
    color: #333;
    font-size: 15px;
    line-height: 2;
}

.dahecms-page-download .download-instructions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dahecms-page-download .instruction-item {
    margin: 0;
    padding: 16px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fbfdff;
}

.dahecms-page-download .instruction-item h4 {
    margin: 0 0 8px;
    color: #16243c;
    font-size: 16px;
}

.dahecms-page-download .download-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.dahecms-page-download-detail .download-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.dahecms-page-download .download-card {
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: none;
}

.dahecms-page-download .download-card a {
    display: block;
}

.dahecms-page-download .download-thumb {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: #eef3f8;
}

.dahecms-page-download .download-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.dahecms-page-download .download-size {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(12, 27, 48, .78);
    color: #fff;
    font-size: 12px;
}

.dahecms-page-download .download-card .download-icon-overlay {
    color: #fff;
    font-size: 28px;
}

.dahecms-page-download .download-card .download-info {
    padding: 12px 13px 14px;
}

.dahecms-page-download-detail .download-card .download-info {
    padding: 10px 11px 12px;
}

.dahecms-page-download-detail .download-card-title {
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-download-detail .download-meta-line {
    font-size: 12px;
    line-height: 1.5;
}

.dahecms-page-download .download-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    color: #7e8a9e;
    font-size: 12px;
}

.dahecms-page-download .article-footer .content-section,
.dahecms-page-download .article-tags,
.dahecms-page-download .article-link-copy,
.dahecms-page-download .article-copyright {
    padding: 18px 20px;
}

.dahecms-page-download .link-copy-box {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.dahecms-page-download .link-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #f8fbff;
    color: #53627a;
}

.dahecms-page-download-page .download-page-header,
.dahecms-page-download-page .download-links-section,
.dahecms-page-download-page .faq-section {
    padding: 22px;
}

.dahecms-page-download-page .download-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.dahecms-page-download-page .download-title {
    margin: 0;
    color: #16243c;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    white-space: normal;
}

.dahecms-page-download-page .download-links-section .section-title,
.dahecms-page-download-page .faq-section .section-title {
    position: relative;
    margin: -22px -22px 18px;
    padding: 16px 22px 16px 36px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.dahecms-page-download-page .download-links-section .section-title::before,
.dahecms-page-download-page .faq-section .section-title::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 3px;
    height: 16px;
    margin-top: -8px;
    border-radius: 2px;
    background: var(--jd-red);
}

.dahecms-page-download-page .download-group {
    margin-bottom: 22px;
}

.dahecms-page-download-page .download-group:last-child {
    margin-bottom: 0;
}

.dahecms-page-download-page .group-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e3eaf4;
    color: #16243c;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.dahecms-page-download-page .group-title i {
    color: var(--jd-blue);
}

.dahecms-page-download-page .download-links-list {
    display: grid;
    gap: 12px;
}

.dahecms-page-download-page .download-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
}

.dahecms-page-download-page .download-link-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.dahecms-page-download-page .download-link-item:hover {
    border-color: #b8d2f2;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 43, 76, .08);
    transform: translateY(-1px);
}

.dahecms-page-download-page .link-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.dahecms-page-download-page .link-icon {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d7e5f6;
    border-radius: 8px;
    background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 100%);
    color: var(--jd-blue);
    font-size: 20px;
}

.dahecms-page-download-page .link-info {
    min-width: 0;
}

.dahecms-page-download-page .link-title {
    margin: 0 0 8px;
    color: #16243c;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dahecms-page-download-page .link-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.dahecms-page-download-page .link-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dahecms-page-download-page .link-right .btn,
.dahecms-page-download-page .link-right a,
.dahecms-page-download-page .download-source-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #f4b26a;
    border-radius: 4px;
    background: linear-gradient(135deg, #f8c98a 0%, #f3a85d 100%);
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(243, 168, 93, .22);
}

.dahecms-page-download-page .link-right .btn:hover,
.dahecms-page-download-page .link-right a:hover,
.dahecms-page-download-page .download-source-btn:hover {
    color: #fff;
    border-color: #e99a4a;
    background: linear-gradient(135deg, #f6bd78 0%, #ed9947 100%);
    opacity: 1;
}

.dahecms-page-download-page .type-badge,
.dahecms-page-download-page .member-badge,
.dahecms-page-download-page .points-badge,
.dahecms-page-download-page .extract-code {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.dahecms-page-download-page .type-badge {
    border: 1px solid #d8e2ee;
    background: #f7fbff;
    color: #475569;
}

.dahecms-page-download-page .member-badge {
    border: 1px solid #f4c36b;
    background: #fff8e8;
    color: #8a5a0a;
}

.dahecms-page-download-page .points-badge {
    border: 1px solid #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-download-page .extract-code,
.dahecms-page-download-page .extract-code-info code {
    border: 1px solid #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
    font-family: "Courier New", monospace;
    cursor: pointer;
    user-select: none;
}

.dahecms-page-download-page .extract-code:hover {
    border-color: var(--jd-blue);
    background: #e2f0ff;
}

.dahecms-page-download-page .extract-code-info {
    margin-top: 8px;
    padding: 8px 10px;
    border: 1px solid #d7e5f6;
    border-radius: 6px;
    background: #f7fbff;
    color: #53627a;
    font-size: 13px;
}

.dahecms-page-download-page .no-download-links {
    padding: 44px 18px;
    border: 1px dashed #cbd8e8;
    border-radius: 8px;
    background: #fbfdff;
    color: #7e8a9e;
    text-align: center;
}

.dahecms-page-download-page .empty-state .empty-icon {
    margin-bottom: 10px;
    color: #b6c4d6;
    font-size: 38px;
}

.dahecms-page-download-page .empty-state p {
    margin: 6px 0;
}

.dahecms-page-download-page .faq-list {
    display: grid;
    gap: 10px;
}

.dahecms-page-download-page .faq-item {
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fbfdff;
    overflow: hidden;
}

.dahecms-page-download-page .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 0 16px;
    color: #16243c;
    font-weight: 700;
    cursor: pointer;
}

.dahecms-page-download-page .faq-answer {
    display: none;
    padding: 0 16px 16px;
    color: #53627a;
    line-height: 1.8;
}

.dahecms-page-download-page .faq-item.open .faq-answer {
    display: block;
}

.dahecms-page-download-page .faq-item.open .faq-arrow {
    transform: rotate(180deg);
}

.dahecms-page-download .download-notice {
    padding: 16px 18px 18px;
    color: #53627a;
    font-size: 14px;
    line-height: 1.9;
}

@media (max-width: 1024px) {
    .dahecms-page-download .content-layout {
        grid-template-columns: 1fr;
    }

    .dahecms-page-download .sidebar {
        position: static;
    }

    .dahecms-page-download-index .yy-title-list,
    .download-index-featured-grid,
    .dahecms-page-download .resource-detail-grid,
    .dahecms-page-download .download-instructions {
        grid-template-columns: 1fr;
    }

    .dahecms-page-download .download-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dahecms-page-download-detail .download-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dahecms-page-download .section-header,
    .dahecms-page-download .yy-box-title,
    .dahecms-page-download-index .download-index-featured .music-index-header,
    .dahecms-page-download-page .download-header-row {
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .dahecms-page-download .article-list-toolbar-line,
    .dahecms-page-download .download-toolbar-line,
    .dahecms-page-download-index .download-index-featured .category-tabs,
    .dahecms-page-download .download-actions {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .download-index-featured-grid {
        padding: 14px;
    }

    .download-index-lead-card {
        min-height: 220px;
    }

    .download-index-side-item {
        grid-template-columns: 10px minmax(0, 1fr);
    }

    .download-index-side-item .item-date {
        display: none;
    }

    .dahecms-page-download .download-item {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-download .download-icon {
        width: 86px;
        height: 72px;
    }

    .dahecms-page-download .download-action {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    .dahecms-page-download .download-btn {
        width: 100%;
    }

    .dahecms-page-download .download-detail-header {
        grid-template-columns: 1fr;
    }

    .dahecms-page-download .download-detail-icon {
        width: 100%;
        max-width: 260px;
    }

    .dahecms-page-download .download-detail-title,
    .dahecms-page-download-page .download-title {
        font-size: 23px;
    }

    .dahecms-page-download .download-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-download-detail .download-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dahecms-page-download .widget-list {
        grid-template-columns: 1fr;
    }

    .dahecms-page-download .link-copy-box {
        display: grid;
    }

    .dahecms-page-download-page .download-link-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-download-page .link-right {
        justify-content: stretch;
    }

    .dahecms-page-download-page .link-right .btn,
    .dahecms-page-download-page .link-right a,
    .dahecms-page-download-page .download-source-btn {
        width: 100%;
    }

    .dahecms-page-download-page .download-page-header,
    .dahecms-page-download-page .download-links-section,
    .dahecms-page-download-page .faq-section,
    .dahecms-page-download-detail .content-section {
        padding: 16px;
    }

    .dahecms-page-download .content-section > h3,
    .dahecms-page-download-page .download-links-section .section-title,
    .dahecms-page-download-page .faq-section .section-title {
        margin: -16px -16px 16px;
        padding: 14px 16px 14px 30px;
    }

    .dahecms-page-download .content-section > h3::before,
    .dahecms-page-download-page .download-links-section .section-title::before,
    .dahecms-page-download-page .faq-section .section-title::before {
        left: 16px;
    }

    .dahecms-page-download .detail-row {
        grid-template-columns: 92px minmax(0, 1fr);
    }
}

.dahecms-page-home .main-content {
    padding: 18px 0 24px;
}

.dahecms-page-home .content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
    align-items: start;
}

.dahecms-page-home .main-column,
.dahecms-page-home .sidebar {
    float: none;
    width: auto;
}

.dahecms-page-home .content-section,
.dahecms-page-home .sidebar-widget,
.dahecms-page-home .letter-index-full {
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
}

.dahecms-page-home .section-header {
    min-height: 58px;
    padding: 0 22px;
}

.dahecms-page-home .section-title,
.dahecms-page-home .widget-title {
    color: #16243c;
    font-size: 18px;
    font-weight: 700;
}

.dahecms-page-home .recommend-tabs-section .section-header {
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 16px;
}

.dahecms-page-home .blue-tabs-header {
    align-items: center;
}

.dahecms-page-home .blue-tabs-nav {
    gap: 7px;
}

.dahecms-page-home .blue-tab-btn {
    min-height: 32px;
    padding: 0 13px;
    border-color: #dfe7f2;
    border-radius: 4px;
    color: #53627a;
    line-height: 32px;
}

.dahecms-page-home .blue-tab-btn.active,
.dahecms-page-home .blue-tab-btn:hover {
    background: #0052cc;
    border-color: #0052cc;
    color: #fff;
}

.dahecms-page-home .recommend-tabs-section .video-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.dahecms-page-home .recommend-tabs-section .video-card {
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.dahecms-page-home .recommend-tabs-section .video-thumb {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
}

.dahecms-page-home .recommend-tabs-section .video-thumb a {
    position: relative;
    display: block;
}

.dahecms-page-home .recommend-tabs-section .video-thumb img {
    height: auto;
    aspect-ratio: 4 / 3;
}

.dahecms-page-home .recommend-tabs-section .play-count,
.dahecms-page-home .recommend-tabs-section .play-icon {
    display: inline-flex;
    position: absolute;
    left: 10px;
    bottom: 10px;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .58);
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.dahecms-page-home .recommend-tabs-section .play-icon {
    left: auto;
    right: 10px;
    width: 28px;
    padding: 0;
}

.dahecms-page-home .recommend-tabs-section .video-info {
    padding: 12px 13px 14px;
}

.dahecms-page-home .recommend-tabs-section .video-info h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dahecms-page-home .module-section .title-list-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    padding: 14px 22px 18px;
}

.dahecms-page-home .title-item {
    min-width: 0;
    padding-right: 92px;
}

.dahecms-page-home .title-item a {
    color: #26384f;
}

.dahecms-page-home .title-item a:hover {
    color: var(--jd-blue);
}

.dahecms-page-home .sidebar {
    position: sticky;
    top: 16px;
}

.dahecms-page-home .sidebar-widget {
    overflow: hidden;
}

.dahecms-page-home .sidebar-widget > .widget-title {
    display: flex;
    align-items: center;
    min-height: 52px;
    margin: 0;
    padding: 0 18px 0 31px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
    color: #16243c;
    font-size: 17px;
    line-height: 1.2;
}

.dahecms-page-home .sidebar-widget > .widget-title::before {
    left: 18px;
}

.home-category-widget .widget-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
}

.home-category-widget .widget-list li {
    padding: 0;
    border: 0;
}

.home-category-widget .widget-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid #e3eaf4;
    border-radius: 6px;
    background: #f8fbff;
    color: #26384f;
    font-size: 14px;
}

.home-category-widget .widget-list a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-home .rank-list {
    padding: 6px 18px 10px;
}

.dahecms-page-home .rank-info {
    min-width: 0;
}

.dahecms-page-home .rank-info h4 {
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-home .rank-count {
    float: right;
    color: var(--jd-blue);
    font-weight: 600;
}

.dahecms-page-home .letter-index-section {
    margin-top: 2px;
}

.dahecms-page-home .letter-index-full {
    margin-bottom: 20px;
    overflow: hidden;
}

.dahecms-page-home .letter-list {
    display: grid;
    grid-template-columns: repeat(13, minmax(0, 1fr));
    gap: 8px;
    padding: 18px 22px 22px;
}

.dahecms-page-home .letter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid #e1e9f4;
    border-radius: 6px;
    background: #f8fbff;
    color: #31445f;
    font-weight: 700;
}

.dahecms-page-home .letter-item:hover {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-home .friends-links {
    padding-bottom: 26px;
}

.dahecms-page-home .friends-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px 22px 22px;
}

.dahecms-page-home .friends-list a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #e1e9f4;
    border-radius: 4px;
    background: #f8fbff;
    color: #53627a;
    font-size: 14px;
}

.dahecms-page-home .friends-list a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-home .link-apply {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--jd-muted);
    font-size: 13px;
}

.dahecms-page-home .apply-btn {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 4px;
    background: #eef6ff;
    color: var(--jd-blue);
}

/* Footer */
.dahecms-blue-footer {
    clear: both;
    margin-top: 20px;
    background: #fff;
    border-top: 1px solid var(--jd-border);
    color: var(--jd-muted);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .03);
}

.dahecms-blue-footer-inner {
    padding: 24px 0 18px;
}

.dahecms-blue-footer-main {
    display: block;
}

.dahecms-blue-footer-brand h2 {
    margin-bottom: 8px;
    color: var(--jd-title);
    font-size: 18px;
    font-weight: 400;
}

.dahecms-blue-footer-brand p,
.dahecms-blue-footer a {
    color: var(--jd-muted);
}

.dahecms-blue-footer-links {
    display: none;
}

.dahecms-blue-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #e4e4e4;
    color: var(--jd-muted);
    font-size: 12px;
}

.dahecms-blue-footer-bottom p:last-child {
    text-align: right;
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: var(--jd-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .dahecms-blue-brandbar,
    .main-column,
    .sidebar {
        float: none;
        width: auto;
    }

    .dahecms-blue-brandbar {
        width: 95%;
        margin: 0 auto;
    }

    .dahecms-blue-navband {
        clear: both;
        margin: 0;
    }

    .dahecms-blue-nav {
        min-height: auto;
    }

    .dahecms-blue-nav > ul,
    .dahecms-blue-nav .navbar-nav {
        padding: 0 2.5%;
        text-align: left;
    }

    .dahecms-blue-search {
        position: static;
        width: 95%;
        min-width: 0;
        margin: 0 auto 12px;
    }

    .home-hero-inner,
    .dahecms-page-home .content-layout {
        grid-template-columns: 1fr;
    }

    .dahecms-page-home .sidebar {
        position: static;
    }

    .dahecms-page-home .recommend-tabs-section .video-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .container {
        width: 94%;
    }

    .video-thumb,
    .download-thumb,
    .download-icon,
    .card-thumb,
    .blogItem .thumbnail {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 12px;
    }

    .video-thumb img,
    .download-thumb img,
    .download-icon img,
    .card-thumb img,
    .blogItem .thumbnail img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .video-info h3,
    .download-title,
    .download-card-title,
    .card-title,
    .blogItem .title {
        font-size: 18px;
        white-space: normal;
    }

    .download-action {
        position: static;
        margin-top: 12px;
    }

    .title-item,
    .yy-title-list li {
        padding-right: 0;
        white-space: normal;
        line-height: 1.7;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .item-date,
    .yy-title-list time {
        position: static;
        display: block;
        max-width: none;
        text-align: left;
    }

    .download-detail-header {
        display: block;
    }

    .download-detail-icon {
        width: 100%;
        height: auto;
        margin-top: 12px;
    }

    .dahecms-blue-footer-bottom {
        display: block;
    }

    .dahecms-blue-footer-bottom p:last-child {
        margin-top: 6px;
        text-align: left;
    }

    .home-hero {
        padding-top: 14px;
    }

    .home-hero-copy {
        min-height: 0;
        padding: 26px 22px;
    }

    .home-hero-copy h1 {
        font-size: 26px;
    }

    .home-quick-panel,
    .home-category-widget .widget-list,
    .dahecms-page-home .module-section .title-list-two-columns {
        grid-template-columns: 1fr;
    }

    .dahecms-page-home .section-header,
    .dahecms-page-home .blue-tabs-header,
    .dahecms-page-home .link-apply {
        display: block;
    }

    .dahecms-page-home .blue-tabs-nav {
        margin-top: 12px;
    }

    .dahecms-page-home .recommend-tabs-section .video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-home .recommend-tabs-section .video-info {
        padding: 10px;
    }

    .dahecms-page-home .letter-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 14px;
    }

    .dahecms-page-home .friends-list {
        padding: 14px;
    }
}

/* Article module refresh */
.dahecms-page-article {
    background: #f3f6fb;
    text-align: left;
}

.dahecms-page-article .main-content {
    padding: 18px 0 26px;
}

.dahecms-page-article .category-nav {
    background: #fff;
    border-bottom: 1px solid rgba(133, 153, 171, .16);
    box-shadow: 0 8px 24px rgba(23, 43, 76, .04);
}

.dahecms-page-article .category-list {
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 0;
}

.dahecms-page-article .category-list a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #53627a;
    line-height: 32px;
}

.dahecms-page-article .category-list a.active,
.dahecms-page-article .category-list a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-article .article-detail-breadcrumb-section,
.dahecms-page-article .breadcrumb-section {
    padding-top: 16px;
}

.dahecms-page-article .breadcrumb {
    border-color: rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 43, 76, .05);
}

.dahecms-page-article .content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
    align-items: start;
}

.dahecms-page-article .main-column,
.dahecms-page-article .sidebar {
    float: none;
    width: auto;
}

.dahecms-page-article .content-section,
.dahecms-page-article .sidebar-widget,
.dahecms-page-article .music-index-section,
.dahecms-page-article .article-detail {
    margin-bottom: 20px;
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
    overflow: hidden;
}

.dahecms-page-article .section-header,
.dahecms-page-article .music-index-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.dahecms-page-article .section-title,
.dahecms-page-article .music-index-title,
.dahecms-page-article .widget-title {
    color: #16243c;
    font-size: 18px;
    font-weight: 700;
}

.dahecms-page-article .sidebar {
    position: sticky;
    top: 16px;
}

.dahecms-page-article .sidebar-widget > .widget-title {
    display: flex;
    align-items: center;
    min-height: 52px;
    margin: 0;
    padding: 0 18px 0 31px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
    line-height: 1.2;
}

.dahecms-page-article .sidebar-widget > .widget-title::before {
    left: 18px;
}

.dahecms-page-article .widget-list {
    padding: 12px 18px;
}

.dahecms-page-article .sidebar-widget > .widget-title + .widget-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 16px;
}

.dahecms-page-article .widget-list li {
    padding: 0;
    border: 0;
}

.dahecms-page-article .widget-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #e3eaf4;
    border-radius: 4px;
    background: #f8fbff;
    color: #31445f;
}

.dahecms-page-article .widget-list a.active,
.dahecms-page-article .widget-list a:hover {
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-article .article-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 16px 18px 18px;
}

.dahecms-page-article .article-tag-chip {
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #e1e9f4;
    border-radius: 4px;
    background: #f8fbff;
    color: #53627a;
}

.dahecms-page-article .article-tag-chip:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-article .rank-list {
    padding: 6px 18px 10px;
}

.dahecms-page-article .rank-info {
    min-width: 0;
}

.dahecms-page-article .rank-info h4 {
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-article .rank-count {
    float: right;
    color: var(--jd-blue);
    font-weight: 600;
}

.dahecms-page-article .title-list-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    padding: 14px 22px 18px;
}

.dahecms-page-article .title-item {
    min-width: 0;
    padding-right: 92px;
}

.dahecms-page-article .title-item a {
    color: #26384f;
}

.dahecms-page-article .title-item a:hover {
    color: var(--jd-blue);
}

.dahecms-page-article .article-category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.dahecms-page-article .recommend-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.dahecms-page-article .recommend-card {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.dahecms-page-article .card-thumb {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
}

.dahecms-page-article .card-thumb img {
    height: auto;
    aspect-ratio: 4 / 3;
}

.dahecms-page-article .play-overlay {
    display: none;
}

.dahecms-page-article .card-info {
    padding: 12px 13px 14px;
}

.dahecms-page-article .card-title {
    margin: 0;
    color: #16243c;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-article .category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    min-width: 0;
}

.dahecms-page-article .category-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
    line-height: 32px;
    white-space: nowrap;
}

.dahecms-page-article .category-tabs a:hover {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-article .article-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.dahecms-page-article .article-hero-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
    padding: 14px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
}

.dahecms-page-article .article-hero-thumb {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    background: #f3f6fb;
}

.dahecms-page-article .article-hero-thumb img {
    width: 100%;
    height: 112px;
    object-fit: cover;
}

.dahecms-page-article .article-hero-info {
    min-width: 0;
}

.dahecms-page-article .article-hero-info h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.45;
}

.dahecms-page-article .article-hero-info h3 a {
    color: #16243c;
}

.dahecms-page-article .article-hero-info p {
    margin: 0 0 10px;
    color: var(--jd-muted);
    font-size: 14px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-article .article-hero-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--jd-muted);
    font-size: 12px;
}

.dahecms-page-article .blog-list,
.dahecms-page-article .article-feed-list,
.dahecms-page-article .article-text-list {
    padding: 18px 20px 0;
}

.dahecms-page-article .blogItem,
.dahecms-page-article .article-feed-item {
    margin-bottom: 16px;
    border-color: #e3eaf4;
    border-radius: 8px;
    box-shadow: none;
}

.dahecms-page-article .blogItem:hover,
.dahecms-page-article .article-feed-item:hover {
    border-color: #c8d9ef;
    box-shadow: 0 12px 28px rgba(23, 43, 76, .07);
}

.dahecms-page-article .blogItem .thumbnail,
.dahecms-page-article .article-feed-thumb {
    border-radius: 6px;
}

.dahecms-page-article .blogItem .title,
.dahecms-page-article .article-feed-title {
    font-size: 21px;
    font-weight: 700;
}

.dahecms-page-article .blogItem .meta,
.dahecms-page-article .article-feed-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--jd-muted);
    font-size: 13px;
}

.dahecms-page-article .article-feed-item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    background: #fff;
}

.dahecms-page-article .article-feed-thumb {
    display: block;
    overflow: hidden;
    background: #f3f6fb;
}

.dahecms-page-article .article-feed-thumb img {
    width: 100%;
    height: 148px;
    object-fit: cover;
}

.dahecms-page-article .article-feed-desc {
    margin-top: 10px;
    color: var(--jd-muted);
    font-size: 14px;
    line-height: 1.85;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-article .article-text-list {
    counter-reset: article-text-counter;
    padding-bottom: 18px;
}

.dahecms-page-article .article-text-item {
    counter-increment: article-text-counter;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto auto auto auto;
    gap: 12px;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px dashed #e3eaf4;
    color: #53627a;
    font-size: 13px;
}

.dahecms-page-article .article-text-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #e1eaf9;
    color: var(--jd-muted);
    font-size: 12px;
}

.dahecms-page-article .article-text-num::before {
    content: counter(article-text-counter);
}

.dahecms-page-article .article-text-item:nth-child(-n+3) .article-text-num {
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-article .article-text-title {
    min-width: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-article .article-text-title a {
    color: #26384f;
}

.article-index-hero {
    padding: 18px 0 0;
}

.article-index-hero-inner {
    display: block;
}

.article-index-hero-copy {
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
}

.article-index-hero-copy {
    min-height: 210px;
    padding: 32px 36px;
    background:
        linear-gradient(135deg, rgba(0, 82, 204, .94), rgba(20, 146, 142, .9)),
        url("/templets/blue/images/default-thumb.jpg") center / cover;
    color: #fff;
}

.article-index-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 4px;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
}

.article-index-hero-copy h1 {
    margin: 22px 0 10px;
    font-size: 32px;
    line-height: 1.25;
}

.article-index-hero-copy p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.9;
}

.dahecms-page-article-index .category-nav {
    display: none;
}

.article-index-featured-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 20px;
    padding: 20px;
}

.dahecms-page-article-index .article-index-featured {
    margin-bottom: 20px;
}

.article-index-lead-card {
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
}

.article-index-lead-thumb {
    display: block;
    overflow: hidden;
    background: #f3f6fb;
}

.article-index-lead-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.article-index-lead-info {
    display: block;
    padding: 16px 18px 18px;
}

.article-index-lead-info strong {
    display: block;
    color: #16243c;
    font-size: 20px;
    line-height: 1.5;
}

.article-index-lead-info em {
    display: -webkit-box;
    margin-top: 8px;
    color: var(--jd-muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.85;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-index-featured-side {
    display: grid;
    align-content: start;
    gap: 0;
    padding: 4px 0;
}

.article-index-side-item {
    position: relative;
    min-height: 40px;
    padding: 0 92px 0 16px;
    border-bottom: 1px dashed #e3eaf4;
    color: #26384f;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-index-side-item:last-child {
    border-bottom: 0;
}

.article-index-side-item .item-dot {
    left: 2px;
}

.article-index-side-item .item-date {
    right: 0;
}

.dahecms-page-article-index .module-section .title-list-two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dahecms-page-article .article-detail {
    padding: 0;
}

.dahecms-page-article .article-detail-head {
    padding: 30px 34px 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
}

.dahecms-page-article .article-title {
    margin: 0 0 14px;
    color: #16243c;
    font-size: 30px;
    line-height: 1.42;
    font-weight: 700;
}

.dahecms-page-article .article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: var(--jd-muted);
    font-size: 13px;
}

.dahecms-page-article .article-summary {
    margin: 24px 34px 0;
    padding: 16px 18px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #f8fbff;
}

.dahecms-page-article .article-summary strong {
    display: block;
    margin-bottom: 6px;
    color: #16243c;
}

.dahecms-page-article .article-summary p {
    margin: 0;
    color: #53627a;
    line-height: 1.9;
}

.dahecms-page-article .article-content {
    padding: 28px 34px;
    color: #26384f;
    font-size: 16px;
    line-height: 2;
}

.dahecms-page-article .article-content p {
    margin-bottom: 1em;
}

.dahecms-page-article .article-content img {
    height: auto;
    margin: 18px auto;
    border-radius: 8px;
}

.dahecms-page-article .article-footer {
    margin: 0;
    padding: 22px 34px 28px;
    border-top: 1px solid rgba(133, 153, 171, .18);
    background: #fbfdff;
}

.dahecms-page-article .article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.dahecms-page-article .action-button,
.dahecms-page-article .link-copy-btn {
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #31445f;
}

.dahecms-page-article .action-button:hover,
.dahecms-page-article .link-copy-btn:hover {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-article .article-tags,
.dahecms-page-article .article-link-copy,
.dahecms-page-article .article-copyright {
    margin-top: 14px;
}

.dahecms-page-article .link-copy-box {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.dahecms-page-article .link-input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
}

.dahecms-page-article .related-articles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 20px;
}

.dahecms-page-article .related-article-item {
    display: block;
    padding: 14px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
}

.dahecms-page-article .related-article-title {
    margin: 0 0 8px;
    color: #16243c;
    font-size: 16px;
    line-height: 1.5;
}

.dahecms-page-article .related-article-meta {
    margin: 0;
    color: var(--jd-muted);
    font-size: 13px;
}

.dahecms-page-article .article-toc {
    padding: 14px 18px 18px;
}

.dahecms-page-article .toc-item {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed #e3eaf4;
    color: #53627a;
    font-size: 14px;
}

.dahecms-page-article .toc-h3 {
    padding-left: 12px;
}

.dahecms-page-article .toc-h4,
.dahecms-page-article .toc-h5,
.dahecms-page-article .toc-h6 {
    padding-left: 24px;
}

.dahecms-page-article .toc-item:hover {
    color: var(--jd-blue);
}

/* Single page module refresh */
.dahecms-page-single {
    background: #f3f6fb;
    text-align: left;
}

.dahecms-page-single .main-content {
    padding: 18px 0 28px;
}

.dahecms-page-single .article-detail-breadcrumb-section {
    padding-top: 16px;
}

.dahecms-page-single .breadcrumb {
    border-color: rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 43, 76, .05);
}

.single-page-hero {
    padding: 18px 0 0;
}

.single-page-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 178px;
    padding: 30px 36px;
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 82, 204, .94), rgba(20, 146, 142, .88)),
        url("/templets/blue/images/default-thumb.jpg") center / cover;
    color: #fff;
    box-shadow: 0 18px 45px rgba(23, 43, 76, .08);
}

.single-page-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 4px;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    line-height: 28px;
}

.single-page-hero .article-title {
    margin: 20px 0 10px;
    color: #fff;
    font-size: 34px;
    line-height: 1.28;
    font-weight: 700;
}

.single-page-hero .module-description {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.9;
}

.single-page-hero-action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 4px;
    background: #fff;
    color: var(--jd-blue);
    font-size: 14px;
    font-weight: 600;
}

.single-page-detail-card .single-page-kicker {
    border-color: #d9e6f7;
    background: #eef6ff;
    color: var(--jd-blue);
}

.single-page-hero-action:hover {
    color: var(--jd-blue);
    opacity: .92;
}

.dahecms-page-single .content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
    align-items: start;
}

.dahecms-page-single .main-column,
.dahecms-page-single .sidebar {
    float: none;
    width: auto;
    min-width: 0;
}

.dahecms-page-single .sidebar {
    position: sticky;
    top: 16px;
}

.dahecms-page-single .content-section,
.dahecms-page-single .article-detail,
.dahecms-page-single .sidebar-widget {
    margin-bottom: 20px;
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
    overflow: hidden;
}

.dahecms-page-single .section-header,
.dahecms-page-single .category-header,
.dahecms-page-single .sidebar-widget > .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    margin: 0;
    padding: 0 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.dahecms-page-single .section-title,
.dahecms-page-single .category-title,
.dahecms-page-single .widget-title {
    color: #16243c;
    font-size: 18px;
    font-weight: 700;
}

.dahecms-page-single .category-title {
    position: relative;
    margin: 0;
    padding-left: 13px;
    line-height: 1.35;
}

.dahecms-page-single .category-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 14px;
    margin-top: -7px;
    border-radius: 2px;
    background: var(--jd-red);
}

.dahecms-page-single .category-desc {
    margin: 0;
    color: var(--jd-muted);
    font-size: 13px;
    line-height: 1.7;
}

.dahecms-page-single .page-category {
    border-bottom: 1px solid rgba(133, 153, 171, .18);
}

.dahecms-page-single .page-category:last-child {
    border-bottom: 0;
}

.dahecms-page-single .page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.dahecms-page-single-list .page-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dahecms-page-single .page-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    min-height: 122px;
    padding: 18px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.dahecms-page-single .page-card:hover {
    border-color: #c8d9ef;
    box-shadow: 0 12px 28px rgba(23, 43, 76, .07);
    transform: translateY(-2px);
}

.dahecms-page-single .card-icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, #eef6ff 0%, #e8faf6 100%);
}

.dahecms-page-single .card-icon::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 10px;
    width: 16px;
    height: 21px;
    border: 2px solid var(--jd-blue);
    border-radius: 2px;
    background: #fff;
}

.dahecms-page-single .card-icon::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 18px;
    width: 10px;
    height: 2px;
    background: #20a083;
    box-shadow: 0 6px 0 #20a083;
}

.dahecms-page-single .card-body {
    min-width: 0;
}

.dahecms-page-single .card-title {
    margin: 0 0 8px;
    color: #16243c;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
}

.dahecms-page-single .card-title a {
    color: inherit;
}

.dahecms-page-single .card-title a:hover {
    color: var(--jd-blue);
}

.dahecms-page-single .card-desc {
    color: var(--jd-muted);
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-single .card-meta {
    margin-top: 10px;
    color: var(--jd-blue);
    font-size: 13px;
    font-weight: 600;
}

.dahecms-page-single .article-detail {
    padding: 0;
}

.dahecms-page-single .article-detail-head {
    padding: 30px 34px 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
}

.dahecms-page-single .article-detail-head .article-title {
    margin: 14px 0 0;
    color: #16243c;
    font-size: 30px;
    line-height: 1.42;
    font-weight: 700;
}

.dahecms-page-single .article-content {
    padding: 28px 34px;
    color: #26384f;
    font-size: 16px;
    line-height: 2;
}

.dahecms-page-single .article-content h2 {
    margin: 28px 0 16px;
    color: #16243c;
    font-size: 22px;
    line-height: 1.4;
}

.dahecms-page-single .article-content h2:first-child {
    margin-top: 0;
}

.dahecms-page-single .article-content h3 {
    margin: 24px 0 12px;
    color: #16243c;
    font-size: 19px;
    line-height: 1.45;
}

.dahecms-page-single .article-content p {
    margin-bottom: 1em;
}

.dahecms-page-single .article-content img {
    height: auto;
    margin: 18px auto;
    border-radius: 8px;
}

.dahecms-page-single .single-page-section-box {
    margin: 0 0 20px;
    padding: 18px 20px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fbfdff;
}

.dahecms-page-single .single-page-section-box > :last-child {
    margin-bottom: 0;
}

.dahecms-page-single .page-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
}

.dahecms-page-single .page-nav .nav-item {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #e3eaf4;
    border-radius: 4px;
    background: #f8fbff;
    color: #31445f;
    font-size: 14px;
}

.dahecms-page-single .page-nav .nav-item:hover,
.dahecms-page-single .page-nav .nav-item.active {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

@media (max-width: 1024px) {
    .dahecms-page-article .content-layout {
        grid-template-columns: 1fr;
    }

    .dahecms-page-single .page-grid,
    .dahecms-page-single-list .page-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dahecms-page-single .content-layout {
        grid-template-columns: 1fr;
    }

    .dahecms-page-single .sidebar {
        position: static;
    }

    .dahecms-page-article .sidebar {
        position: static;
    }

    .dahecms-page-article .recommend-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dahecms-page-article .article-hero-grid,
    .dahecms-page-article .related-articles {
        grid-template-columns: 1fr;
    }

    .article-index-featured-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .single-page-hero-inner,
    .dahecms-page-article .section-header,
    .dahecms-page-article .music-index-header,
    .dahecms-page-single .section-header,
    .dahecms-page-single .category-header {
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .single-page-hero-inner {
        min-height: 0;
        padding: 26px 22px;
    }

    .single-page-hero .article-title,
    .dahecms-page-single .article-detail-head .article-title {
        font-size: 24px;
    }

    .single-page-hero-action {
        margin-top: 16px;
    }

    .dahecms-page-single .content-layout,
    .dahecms-page-single .page-grid,
    .dahecms-page-single-list .page-grid {
        grid-template-columns: 1fr;
    }

    .dahecms-page-single .page-grid {
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-single .article-detail-head,
    .dahecms-page-single .article-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .dahecms-page-single .single-page-section-box {
        padding: 16px;
    }

    .dahecms-page-article .article-list-toolbar-line,
    .dahecms-page-article .category-tabs {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .dahecms-page-article .recommend-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-article .title-list-two-columns,
    .dahecms-page-article .article-category-grid {
        grid-template-columns: 1fr;
    }

    .dahecms-page-article .article-hero-grid,
    .dahecms-page-article .blog-list,
    .dahecms-page-article .article-feed-list,
    .dahecms-page-article .article-text-list {
        padding: 14px;
    }

    .dahecms-page-article .article-hero-card,
    .dahecms-page-article .article-feed-item {
        display: block;
    }

    .dahecms-page-article .article-hero-thumb,
    .dahecms-page-article .article-feed-thumb {
        margin-bottom: 12px;
    }

    .dahecms-page-article .article-text-item {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 8px;
        padding: 10px 0;
    }

    .dahecms-page-article .article-text-meta,
    .dahecms-page-article .article-text-comments,
    .dahecms-page-article .article-text-views,
    .dahecms-page-article .article-text-date {
        grid-column: 2;
    }

    .dahecms-page-article .article-detail-head,
    .dahecms-page-article .article-content,
    .dahecms-page-article .article-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .dahecms-page-article .article-title {
        font-size: 24px;
    }

    .dahecms-page-article .article-summary {
        margin-left: 18px;
        margin-right: 18px;
    }

    .dahecms-page-article .link-copy-box {
        display: block;
    }

    .dahecms-page-article .link-copy-btn {
        margin-top: 8px;
    }

    .article-index-hero {
        padding-top: 14px;
    }

    .article-index-hero-copy {
        min-height: 0;
        padding: 26px 22px;
    }

    .article-index-hero-copy h1 {
        font-size: 26px;
    }

    .dahecms-page-article-index .module-section .title-list-two-columns {
        grid-template-columns: 1fr;
    }

    .article-index-featured-grid {
        padding: 14px;
    }

    .article-index-side-item {
        padding-right: 0;
        white-space: normal;
        line-height: 1.7;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .article-index-side-item .item-date {
        position: static;
        display: block;
        max-width: none;
        text-align: left;
    }
}

/* Music module refresh */
.dahecms-page-music {
    background: #f3f6fb;
    text-align: left;
}

.dahecms-page-music .main-content {
    padding: 18px 0 26px;
}

.music-index-hero {
    padding: 18px 0 0;
}

.music-index-hero-inner {
    min-height: 210px;
    padding: 32px 36px;
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 82, 204, .94), rgba(20, 146, 142, .9)),
        url("/templets/blue/common/images/music-default.jpg") center / cover;
    color: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
}

.music-index-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 4px;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
}

.music-index-hero-inner h1 {
    margin: 22px 0 10px;
    font-size: 32px;
    line-height: 1.25;
}

.music-index-hero-inner p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.9;
}

.dahecms-page-music .category-nav {
    background: #fff;
    border-bottom: 1px solid rgba(133, 153, 171, .16);
    box-shadow: 0 8px 24px rgba(23, 43, 76, .04);
}

.dahecms-page-music-index .category-nav {
    display: none;
}

.dahecms-page-music .category-list {
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 0;
}

.dahecms-page-music .category-list a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #53627a;
    line-height: 32px;
}

.dahecms-page-music .category-list a.active,
.dahecms-page-music .category-list a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-music .article-detail-breadcrumb-section {
    padding-top: 16px;
}

.dahecms-page-music .breadcrumb {
    border-color: rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 43, 76, .05);
}

.dahecms-page-music .content-layout,
.dahecms-page-music .music-home-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
    align-items: start;
}

.dahecms-page-music .main-column,
.dahecms-page-music .sidebar,
.dahecms-page-music .music-home-featured {
    float: none;
    width: auto;
}

.dahecms-page-music .music-home-fullwidth {
    margin-top: 0;
}

.dahecms-page-music .content-section,
.dahecms-page-music .sidebar-widget,
.dahecms-page-music .music-index-section,
.dahecms-page-music .rank-section,
.dahecms-page-music .article-detail,
.dahecms-page-music .playlist-container {
    margin-bottom: 20px;
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
    overflow: hidden;
}

.dahecms-page-music .section-header,
.dahecms-page-music .music-index-header,
.dahecms-page-music .rank-header,
.dahecms-page-music .playlist-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.dahecms-page-music .section-title,
.dahecms-page-music .music-index-title,
.dahecms-page-music .widget-title,
.dahecms-page-music .rank-header h3,
.dahecms-page-music .playlist-title {
    margin: 0;
    color: #16243c;
    font-size: 18px;
    font-weight: 700;
}

.dahecms-page-music .sidebar {
    position: sticky;
    top: 16px;
}

.dahecms-page-music .sidebar-widget > .widget-title {
    display: flex;
    align-items: center;
    min-height: 52px;
    margin: 0;
    padding: 0 18px 0 31px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
    line-height: 1.2;
}

.dahecms-page-music .sidebar-widget > .widget-title::before {
    left: 18px;
}

.dahecms-page-music .widget-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 16px;
}

.dahecms-page-music .widget-list li {
    padding: 0;
    border: 0;
}

.dahecms-page-music .widget-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #e3eaf4;
    border-radius: 4px;
    background: #f8fbff;
    color: #31445f;
}

.dahecms-page-music .widget-list a.active,
.dahecms-page-music .widget-list a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-music .article-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 16px 18px 18px;
}

.dahecms-page-music .article-tag-chip {
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #e1e9f4;
    border-radius: 4px;
    background: #f8fbff;
    color: #53627a;
}

.dahecms-page-music .rank-list {
    padding: 6px 18px 10px;
}

.dahecms-page-music .rank-info {
    min-width: 0;
}

.dahecms-page-music .rank-info h4 {
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-music .rank-count {
    float: right;
    color: var(--jd-blue);
    font-weight: 600;
}

.dahecms-page-music .category-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.dahecms-page-music .category-tabs a,
.dahecms-page-music .more-link,
.dahecms-page-music .rank-header .more,
.dahecms-page-music .article-toolbar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
    line-height: 32px;
    white-space: nowrap;
}

.dahecms-page-music .category-tabs a:hover,
.dahecms-page-music .more-link:hover,
.dahecms-page-music .rank-header .more:hover,
.dahecms-page-music .article-toolbar-link.active,
.dahecms-page-music .article-toolbar-link:hover {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-music .recommend-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.dahecms-page-music-index .music-home-featured .recommend-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 1800px) {
    .dahecms-page-music-index .music-home-featured .recommend-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 2200px) {
    .dahecms-page-music-index .music-home-featured .recommend-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

@media (min-width: 2600px) {
    .dahecms-page-music-index .music-home-featured .recommend-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

.dahecms-page-music .recommend-card {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.dahecms-page-music .card-thumb {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
}

.dahecms-page-music .card-thumb img {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.dahecms-page-music .play-overlay {
    display: none;
}

.dahecms-page-music .card-info {
    padding: 12px 13px 14px;
}

.dahecms-page-music .card-title {
    margin: 0;
    color: #16243c;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-music .two-column-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.dahecms-page-music .three-column-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.dahecms-page-music .index-music-list,
.dahecms-page-music .rank-body {
    padding: 10px 18px;
}

.dahecms-page-music .index-music-item,
.dahecms-page-music .rank-section .rank-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
    min-height: 42px;
    padding: 8px 0;
    border-bottom: 1px dashed #e3eaf4;
}

.dahecms-page-music .index-music-item:last-child,
.dahecms-page-music .rank-section .rank-item:last-child {
    border-bottom: 0;
}

.dahecms-page-music .rank-section .rank-body .rank-item {
    grid-template-columns: 40px 22px minmax(0, 1fr);
    gap: 12px;
}

.dahecms-page-music .rank-section .rank-body .rank-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 6px;
    background: #e7eef9;
    color: #7e8299;
    font-size: 13px;
    font-weight: 700;
}

.dahecms-page-music .rank-section .rank-body .rank-num::before {
    content: none;
}

.dahecms-page-music .rank-section .rank-body .rank-item:nth-child(-n+3) .rank-num {
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-music .rank-section .rank-body input[type="checkbox"] {
    justify-self: center;
    width: 16px;
    height: 16px;
    margin: 0;
}

.dahecms-page-music .item-title,
.dahecms-page-music .rank-title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-music .rank-section .rank-title {
    line-height: 1.5;
}

.dahecms-page-music .item-title a,
.dahecms-page-music .rank-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #26384f;
    font-weight: 600;
}

.dahecms-page-music .item-format {
    color: var(--jd-muted);
    font-size: 12px;
}

.dahecms-page-music .item-actions {
    display: flex;
    gap: 6px;
}

.dahecms-page-music .btn-play,
.dahecms-page-music .btn-fav,
.dahecms-page-music .btn-action,
.dahecms-page-music .btn-invert,
.dahecms-page-music .btn-playlist,
.dahecms-page-music .action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #31445f;
    font-size: 13px;
}

.dahecms-page-music .btn-play:hover,
.dahecms-page-music .btn-fav:hover,
.dahecms-page-music .btn-action:hover,
.dahecms-page-music .btn-invert:hover,
.dahecms-page-music .btn-playlist:hover,
.dahecms-page-music .action-link:hover {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-music .list-footer,
.dahecms-page-music .rank-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-top: 1px solid rgba(133, 153, 171, .18);
    background: #fbfdff;
}

.dahecms-page-music .music-list-head,
.dahecms-page-music .music-item {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 120px 72px 72px 80px 110px;
    gap: 12px;
    align-items: center;
}

.dahecms-page-music .music-list-head {
    min-height: 44px;
    padding: 0 20px;
    border-bottom: 1px solid #e3eaf4;
    background: #fbfdff;
    color: var(--jd-muted);
    font-size: 13px;
}

.dahecms-page-music .music-list {
    padding: 10px 20px;
}

.dahecms-page-music .music-item {
    min-height: 62px;
    border-bottom: 1px dashed #e3eaf4;
}

.dahecms-page-music .music-item:last-child {
    border-bottom: 0;
}

.dahecms-page-music .music-track-main {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.dahecms-page-music .music-play-link,
.dahecms-page-music .music-simple-play {
    flex: 0 0 auto;
    width: 30px;
    min-height: 30px;
    padding: 0;
    border-radius: 50%;
}

.dahecms-page-music .list-number {
    color: var(--jd-muted);
    font-size: 12px;
}

.dahecms-page-music .music-title-group,
.dahecms-page-music .music-title {
    min-width: 0;
}

.dahecms-page-music .music-title {
    color: #26384f;
    font-weight: 700;
}

.dahecms-page-music .music-submeta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--jd-muted);
    font-size: 12px;
}

.dahecms-page-music .music-artist,
.dahecms-page-music .music-quality,
.dahecms-page-music .music-time,
.dahecms-page-music .music-size {
    color: #53627a;
    font-size: 13px;
}

.dahecms-page-music .music-actions {
    display: flex;
    gap: 6px;
}

.dahecms-page-music .music-simple-list {
    padding: 14px 20px;
}

.dahecms-page-music .music-simple-item {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    border-bottom: 1px dashed #e3eaf4;
}

.dahecms-page-music .music-simple-item:last-child {
    border-bottom: 0;
}

.dahecms-page-music .music-simple-title {
    margin: 0;
    font-size: 15px;
}

.dahecms-page-music .music-simple-title a {
    color: #26384f;
}

.dahecms-page-music .music-simple-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dahecms-page-music .music-simple-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 4px;
    background: #f1f6fd;
    color: #53627a;
    font-size: 12px;
}

.dahecms-page-music .music-picture-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
}

.dahecms-page-music-picture .music-picture-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dahecms-page-music .music-picture-item {
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.dahecms-page-music .music-picture-box {
    overflow: hidden;
}

.dahecms-page-music .music-picture-box img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.dahecms-page-music .music-picture-info {
    padding: 12px 13px 14px;
}

.dahecms-page-music .music-picture-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.dahecms-page-music .music-picture-title a {
    color: #16243c;
}

.dahecms-page-music .music-picture-singer {
    margin: 6px 0;
    color: var(--jd-muted);
    font-size: 13px;
}

.dahecms-page-music .music-picture-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: var(--jd-muted);
    font-size: 12px;
}

.dahecms-page-music .music-detail-head {
    padding: 30px 34px 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
}

.dahecms-page-music .music-detail-summary {
    margin: 24px 34px 0;
}

.dahecms-page-music .music-detail-panel {
    padding: 24px 34px;
}

.dahecms-page-music .music-player-section {
    margin-bottom: 20px;
}

.dahecms-page-music .music-player-section .music-detail-panel {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.dahecms-page-music .playlist-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: #fbfdff;
}

.dahecms-page-music .playlist-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    cursor: pointer;
}

.dahecms-page-music .playlist-tab.active,
.dahecms-page-music .playlist-tab:hover {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-music-picture .music-pic-list-section {
    overflow: hidden;
}

.dahecms-page-music-picture .music-pic-list-header {
    align-items: center;
}

.dahecms-page-music-picture .music-pic-list-desc {
    margin: 6px 0 0;
    color: #7e8a9e;
    font-size: 13px;
    line-height: 1.5;
}

.dahecms-page-music-picture .music-pic-list-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.dahecms-page-music-picture .music-pic-card {
    min-width: 0;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dahecms-page-music-picture .music-pic-card:hover {
    border-color: #c9d9ed;
    box-shadow: 0 12px 28px rgba(23, 43, 76, .08);
    transform: translateY(-2px);
}

.dahecms-page-music-picture .music-pic-thumb {
    position: relative;
    background: #e9eef6;
    overflow: hidden;
}

.dahecms-page-music-picture .music-pic-thumb a {
    display: block;
    position: relative;
}

.dahecms-page-music-picture .music-pic-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .22s ease;
}

.dahecms-page-music-picture .music-pic-card:hover .music-pic-thumb img {
    transform: scale(1.04);
}

.dahecms-page-music-picture .music-pic-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: var(--jd-blue);
    font-size: 16px;
    box-shadow: 0 10px 24px rgba(12, 27, 48, .16);
    transform: translate(-50%, -50%);
}

.dahecms-page-music-picture .music-pic-format {
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(12, 27, 48, .78);
    color: #fff;
    font-size: 12px;
}

.dahecms-page-music-picture .music-pic-info {
    padding: 12px 13px 14px;
}

.dahecms-page-music-picture .music-pic-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.dahecms-page-music-picture .music-pic-title a {
    display: -webkit-box;
    color: #16243c;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-music-picture .music-pic-singer {
    margin: 7px 0 0;
    overflow: hidden;
    color: #53627a;
    font-size: 13px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-music-picture .music-pic-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    color: #7e8a9e;
    font-size: 12px;
}

.dahecms-page-music-picture .music-pic-meta span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-music-picture .pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    row-gap: 8px;
    padding: 16px 18px 18px;
    border-top: 1px solid rgba(133, 153, 171, .18);
    background: #fbfdff;
}

.dahecms-page-music-picture .pagination-wrapper .dahe-pagination,
.dahecms-page-music-picture .pagination-wrapper .pagination {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    row-gap: 8px;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dahecms-page-music-picture .pagination-wrapper .page-item {
    display: inline-flex;
    margin: 0 4px;
    padding: 0;
    border: 0;
}

.dahecms-page-music-picture .pagination-wrapper .dahe-pagination-default {
    line-height: 1;
}

.dahecms-page-music-picture .pagination-wrapper a,
.dahecms-page-music-picture .pagination-wrapper span,
.dahecms-page-music-picture .pagination-wrapper strong,
.dahecms-page-music-picture .pagination-wrapper em,
.dahecms-page-music-picture .pagination-wrapper .page-link,
.dahecms-page-music-picture .pagination-wrapper .page-numbers,
.dahecms-page-music-picture .pagination-wrapper .current {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
    margin: 0 4px;
    padding: 0 10px;
    border: 1px solid #dce6f2;
    border-radius: 4px;
    background: #fff;
    color: #40516a;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.dahecms-page-music-picture .pagination-wrapper a:hover,
.dahecms-page-music-picture .pagination-wrapper .page-link:hover {
    border-color: #b8d2f2;
    background: #f2f8ff;
    color: var(--jd-blue);
}

.dahecms-page-music-picture .pagination-wrapper strong,
.dahecms-page-music-picture .pagination-wrapper em,
.dahecms-page-music-picture .pagination-wrapper .active .page-link,
.dahecms-page-music-picture .pagination-wrapper .current {
    border-color: #9fc3ef;
    background: #eef6ff;
    color: var(--jd-blue);
    font-weight: 700;
}

.dahecms-page-music-picture .pagination-wrapper .disabled .page-link,
.dahecms-page-music-picture .pagination-wrapper .disabled span {
    border-color: #e6edf6;
    background: #f5f8fc;
    color: #a5afbf;
    cursor: not-allowed;
}

@media (max-width: 1024px) {
    .dahecms-page-music .content-layout,
    .dahecms-page-music .music-home-top,
    .dahecms-page-music .two-column-layout,
    .dahecms-page-music .three-column-layout {
        grid-template-columns: 1fr;
    }

    .dahecms-page-music .sidebar {
        position: static;
    }

    .dahecms-page-music .recommend-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dahecms-page-music-index .music-home-featured .recommend-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dahecms-page-music .music-picture-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dahecms-page-music-picture .music-pic-list-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .music-index-hero {
        padding-top: 14px;
    }

    .music-index-hero-inner {
        min-height: 0;
        padding: 26px 22px;
    }

    .music-index-hero-inner h1 {
        font-size: 26px;
    }

    .dahecms-page-music .section-header,
    .dahecms-page-music .music-index-header,
    .dahecms-page-music .rank-header,
    .dahecms-page-music .playlist-header {
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .dahecms-page-music .category-tabs,
    .dahecms-page-music .music-toolbar-line {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .dahecms-page-music .recommend-grid,
    .dahecms-page-music .music-picture-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-music-index .music-home-featured .recommend-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dahecms-page-music-picture .music-pic-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-music .music-list-head {
        display: none;
    }

    .dahecms-page-music .music-item,
    .dahecms-page-music .music-simple-item {
        display: block;
        padding: 12px 0;
    }

    .dahecms-page-music .music-track-main {
        margin-bottom: 8px;
    }

    .dahecms-page-music .music-actions,
    .dahecms-page-music .music-simple-actions {
        margin-top: 8px;
    }

    .dahecms-page-music .music-detail-head,
    .dahecms-page-music .music-detail-panel {
        padding-left: 18px;
        padding-right: 18px;
    }

    .dahecms-page-music .music-player-section .music-detail-panel {
        padding-left: 0;
        padding-right: 0;
    }

    .dahecms-page-music .music-detail-summary {
        margin-left: 18px;
        margin-right: 18px;
    }
}

/* Video module refresh */
.dahecms-page-video {
    background: #f3f6fb;
    text-align: left;
}

.dahecms-page-video .main-content {
    padding: 18px 0 26px;
}

.video-index-hero {
    padding: 18px 0 0;
}

.video-index-hero-inner {
    min-height: 210px;
    padding: 32px 36px;
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 82, 204, .92), rgba(20, 146, 142, .88)),
        url("/templets/blue/common/images/video-default.jpg") center / cover;
    color: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
}

.video-index-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 4px;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
}

.video-index-hero-inner h1 {
    margin: 22px 0 10px;
    font-size: 32px;
    line-height: 1.25;
}

.video-index-hero-inner p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.9;
}

.dahecms-page-video .category-nav {
    background: #fff;
    border-bottom: 1px solid rgba(133, 153, 171, .16);
    box-shadow: 0 8px 24px rgba(23, 43, 76, .04);
}

.dahecms-page-video-index .category-nav,
.dahecms-page-video .top-banner {
    display: none;
}

.dahecms-page-video .category-list {
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 0;
}

.dahecms-page-video .category-list a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #53627a;
    line-height: 32px;
}

.dahecms-page-video .category-list a.active,
.dahecms-page-video .category-list a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-video .article-detail-breadcrumb-section {
    padding-top: 16px;
}

.dahecms-page-video .breadcrumb {
    border-color: rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 43, 76, .05);
}

.dahecms-page-video .content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
    align-items: start;
}

.dahecms-page-video .main-column,
.dahecms-page-video .sidebar {
    float: none;
    width: auto;
}

.dahecms-page-video .content-section,
.dahecms-page-video .sidebar-widget,
.dahecms-page-video .video-index-section,
.dahecms-page-video .video-category-section,
.dahecms-page-video .video-detail-card,
.dahecms-page-video .video-player-section,
.dahecms-page-video .play-sources-section {
    margin-bottom: 20px;
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
    overflow: hidden;
}

.dahecms-page-video .section-header,
.dahecms-page-video .video-index-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.dahecms-page-video .section-title,
.dahecms-page-video .video-index-title,
.dahecms-page-video .widget-title {
    margin: 0;
    color: #16243c;
    font-size: 18px;
    font-weight: 700;
}

.dahecms-page-video .sidebar {
    position: sticky;
    top: 16px;
}

.dahecms-page-video .sidebar-widget > .widget-title {
    display: flex;
    align-items: center;
    min-height: 52px;
    margin: 0;
    padding: 0 18px 0 31px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
    line-height: 1.2;
}

.dahecms-page-video .sidebar-widget > .widget-title::before {
    left: 18px;
}

.dahecms-page-video .widget-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 16px;
}

.dahecms-page-video .widget-list li {
    padding: 0;
    border: 0;
}

.dahecms-page-video .widget-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #e3eaf4;
    border-radius: 4px;
    background: #f8fbff;
    color: #31445f;
    text-align: center;
}

.dahecms-page-video .widget-list a.active,
.dahecms-page-video .widget-list a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-video .article-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 16px 18px 18px;
}

.dahecms-page-video .article-tag-chip,
.dahecms-page-video .video-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #e1e9f4;
    border-radius: 4px;
    background: #f8fbff;
    color: #53627a;
    font-size: 13px;
}

.dahecms-page-video .article-tag-chip:hover,
.dahecms-page-video .video-tag:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-video .rank-list {
    padding: 6px 18px 10px;
}

.dahecms-page-video .rank-info {
    min-width: 0;
}

.dahecms-page-video .rank-info h4 {
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-video .rank-count {
    float: right;
    color: var(--jd-blue);
    font-weight: 600;
}

.dahecms-page-video .category-tabs,
.dahecms-page-video .article-list-toolbar-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.dahecms-page-video .category-tabs a,
.dahecms-page-video .more-link,
.dahecms-page-video .article-toolbar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
    line-height: 32px;
    white-space: nowrap;
}

.dahecms-page-video .category-tabs a:hover,
.dahecms-page-video .more-link:hover,
.dahecms-page-video .article-toolbar-link.active,
.dahecms-page-video .article-toolbar-link:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-video .recommend-grid,
.dahecms-page-video .picture-grid,
.dahecms-page-video .video-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.dahecms-page-video-list .picture-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dahecms-page-video-index .recommend-grid,
.dahecms-page-video-index .picture-grid,
.dahecms-page-video-index .video-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 1800px) {
    .dahecms-page-video-list .picture-grid,
    .dahecms-page-video-index .recommend-grid,
    .dahecms-page-video-index .picture-grid,
    .dahecms-page-video-index .video-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 2200px) {
    .dahecms-page-video-list .picture-grid,
    .dahecms-page-video-index .recommend-grid,
    .dahecms-page-video-index .picture-grid,
    .dahecms-page-video-index .video-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

@media (min-width: 2600px) {
    .dahecms-page-video-list .picture-grid,
    .dahecms-page-video-index .recommend-grid,
    .dahecms-page-video-index .picture-grid,
    .dahecms-page-video-index .video-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

.dahecms-page-video .recommend-card,
.dahecms-page-video .picture-item,
.dahecms-page-video .video-card {
    display: block;
    min-width: 0;
    margin: 0;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dahecms-page-video .recommend-card:hover,
.dahecms-page-video .picture-item:hover,
.dahecms-page-video .video-card:hover {
    border-color: #c9d9ed;
    box-shadow: 0 12px 28px rgba(23, 43, 76, .08);
    transform: translateY(-2px);
}

.dahecms-page-video .card-thumb,
.dahecms-page-video .picture-box,
.dahecms-page-video .video-thumb {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: #e9eef6;
    overflow: hidden;
}

.dahecms-page-video .card-thumb img,
.dahecms-page-video .picture-box img,
.dahecms-page-video .video-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.dahecms-page-video .play-overlay,
.dahecms-page-video .picture-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(12, 27, 48, 0), rgba(12, 27, 48, .28));
    opacity: 1;
}

.dahecms-page-video .play-icon,
.dahecms-page-video .view-icon,
.dahecms-page-video .play-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: var(--jd-blue);
    font-size: 18px;
    box-shadow: 0 10px 24px rgba(12, 27, 48, .16);
}

.dahecms-page-video .video-thumb > .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dahecms-page-video .video-duration,
.dahecms-page-video .vip-badge,
.dahecms-page-video .video-quality-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(12, 27, 48, .78);
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.dahecms-page-video .vip-badge {
    right: auto;
    left: 10px;
    background: var(--jd-blue);
}

.dahecms-page-video .card-info,
.dahecms-page-video .picture-info,
.dahecms-page-video .video-info {
    padding: 12px 13px 14px;
}

.dahecms-page-video .card-title,
.dahecms-page-video .picture-title,
.dahecms-page-video .video-card-title {
    margin: 0;
    color: #16243c;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dahecms-page-video .picture-title a,
.dahecms-page-video .video-card-title,
.dahecms-page-video .video-card-title a {
    color: #16243c;
}

.dahecms-page-video .video-card-meta,
.dahecms-page-video .picture-meta,
.dahecms-page-video .video-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    color: #7e8a9e;
    font-size: 12px;
}

.dahecms-page-video .pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 0 20px 22px;
}

.dahecms-page-video .pagination-wrapper .dahe-pagination,
.dahecms-page-video .pagination-wrapper .pagination {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dahecms-page-video .pagination-wrapper .page-item {
    margin: 0;
    padding: 0;
}

.dahecms-page-video .pagination-wrapper a,
.dahecms-page-video .pagination-wrapper span,
.dahecms-page-video .pagination-wrapper strong,
.dahecms-page-video .pagination-wrapper em,
.dahecms-page-video .pagination-wrapper .page-numbers,
.dahecms-page-video .pagination-wrapper .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
}

.dahecms-page-video .pagination-wrapper a:hover,
.dahecms-page-video .pagination-wrapper strong,
.dahecms-page-video .pagination-wrapper em,
.dahecms-page-video .pagination-wrapper .current {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-video .video-header-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
}

.dahecms-page-video .video-cover-box {
    position: relative;
    border-radius: 8px;
    background: #e9eef6;
    overflow: hidden;
    cursor: pointer;
}

.dahecms-page-video .video-cover-box img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.dahecms-page-video .video-info-box {
    min-width: 0;
}

.dahecms-page-video .video-title-main,
.dahecms-page-video .video-title {
    margin: 0 0 16px;
    color: #16243c;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
}

.dahecms-page-video .video-data-info,
.dahecms-page-video .video-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}

.dahecms-page-video .data-row,
.dahecms-page-video .info-row {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #e7edf6;
    border-radius: 6px;
    background: #f8fbff;
    color: #31445f;
    line-height: 1.55;
}

.dahecms-page-video .data-label,
.dahecms-page-video .info-label,
.dahecms-page-video .tags-label,
.dahecms-page-video .description-label {
    flex: 0 0 auto;
    color: #7e8a9e;
}

.dahecms-page-video .data-value,
.dahecms-page-video .info-value,
.dahecms-page-video .description-text {
    min-width: 0;
    color: #26384f;
}

.dahecms-page-video .tags-area,
.dahecms-page-video .description-area {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #e7edf6;
    border-radius: 8px;
    background: #fbfdff;
    line-height: 1.8;
}

.dahecms-page-video .action-buttons,
.dahecms-page-video .video-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dahecms-page-video .action-buttons {
    padding: 0 24px 24px;
}

.dahecms-page-video .btn-play,
.dahecms-page-video .btn-op,
.dahecms-page-video .action-btn,
.dahecms-page-video .link-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #31445f;
    font-size: 14px;
    cursor: pointer;
}

.dahecms-page-video .btn-play,
.dahecms-page-video .action-btn.primary {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
    font-weight: 700;
}

.dahecms-page-video .btn-play:hover,
.dahecms-page-video .btn-op:hover,
.dahecms-page-video .action-btn:hover,
.dahecms-page-video .link-copy-btn:hover {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-video .playlist-wrapper,
.dahecms-page-video .play-sources-section > :not(.section-header) {
    padding: 18px 20px 20px;
}

.dahecms-page-video .playlist-section-header {
    align-items: center;
}

.dahecms-page-video .playlist-title-wrap {
    min-width: 0;
    text-align: left;
}

.dahecms-page-video .section-subtitle {
    margin: 6px 0 0;
    color: #7e8a9e;
    font-size: 13px;
    line-height: 1.5;
}

.dahecms-page-video .playlist-first-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #b8d2f2;
    border-radius: 4px;
    background: #eef6ff;
    color: var(--jd-blue);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.dahecms-page-video .playlist-first-btn:hover {
    border-color: var(--jd-blue);
    background: var(--jd-blue);
    color: #fff;
}

.dahecms-page-video .play-sources,
.dahecms-page-video .multi-play-sources,
.dahecms-page-video .playlist-container,
.dahecms-page-video .playlist-box,
.dahecms-page-video .source-list,
.dahecms-page-video .play-sources-container {
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fbfdff;
    overflow: hidden;
}

.dahecms-page-video .multi-play-sources > .section-title,
.dahecms-page-video .play-sources-title {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin: 0;
    padding: 0 16px;
    border-bottom: 1px solid #e3eaf4;
    background: #fbfdff;
    color: #26384f;
    font-size: 15px;
    font-weight: 700;
}

.dahecms-page-video .play-sources-title i {
    margin-right: 6px;
    color: var(--jd-blue);
}

.dahecms-page-video .source-tabs,
.dahecms-page-video .playlist-tabs,
.dahecms-page-video .play-source-tabs,
.dahecms-page-video #playSourceBtns {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 12px 14px 0;
    border-bottom: 1px solid #dfe7f2;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.dahecms-page-video .source-tabs a,
.dahecms-page-video .source-tabs button,
.dahecms-page-video .playlist-tab,
.dahecms-page-video .play-source-tab,
.dahecms-page-video .source-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 0 4px -1px 0;
    padding: 0 16px;
    border: 1px solid #dfe7f2;
    border-bottom-color: transparent;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, #fff 0%, #f4f8fd 100%);
    color: #53627a;
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
    cursor: pointer;
}

.dahecms-page-video .source-tabs a.active,
.dahecms-page-video .source-tabs button.active,
.dahecms-page-video .playlist-tab.active,
.dahecms-page-video .play-source-tab.active,
.dahecms-page-video .source-btn.active,
.dahecms-page-video .source-btn.btn-primary,
.dahecms-page-video .source-tabs a:hover,
.dahecms-page-video .source-tabs button:hover,
.dahecms-page-video .playlist-tab:hover,
.dahecms-page-video .play-source-tab:hover,
.dahecms-page-video .source-btn:hover {
    position: relative;
    background: #fff;
    color: var(--jd-blue);
    border-color: #c9d9ed;
    border-bottom-color: #fff;
}

.dahecms-page-video .sources-content,
.dahecms-page-video .source-content {
    background: #fff;
}

.dahecms-page-video .source-content {
    display: none;
    padding: 16px;
}

.dahecms-page-video .source-content.active {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.dahecms-page-video .episode-list,
.dahecms-page-video .episode-buttons,
.dahecms-page-video .episodes,
.dahecms-page-video .play-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
    background: #fff;
}

.dahecms-page-video .episode-list h6,
.dahecms-page-video .episode-list .mb-2 {
    grid-column: 1 / -1;
    margin: 0 0 2px;
    padding: 0 0 10px;
    border-bottom: 1px dashed #e3eaf4;
    color: #26384f;
    font-size: 14px;
    font-weight: 700;
}

.dahecms-page-video .episode-list a,
.dahecms-page-video .episode-buttons a,
.dahecms-page-video .episode-item,
.dahecms-page-video .play-list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #e3eaf4;
    border-radius: 4px;
    background: #f8fbff;
    color: #31445f;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-video .episode-buttons a::before {
    content: "▶";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-right: 1em;
    border-radius: 50%;
    background: #e7f1ff;
    color: var(--jd-blue);
    font-size: 9px;
    line-height: 1;
}

.dahecms-page-video .episode-buttons a.btn-primary::before,
.dahecms-page-video .episode-buttons a:hover::before {
    background: #fff;
    color: var(--jd-blue);
}

.dahecms-page-video .episode-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    justify-content: stretch;
    gap: 12px;
    min-height: 54px;
    padding: 10px 12px;
    text-align: left;
    white-space: normal;
}

.dahecms-page-video .episode-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: #eef6ff;
    color: var(--jd-blue);
    font-size: 13px;
    font-weight: 700;
}

.dahecms-page-video .episode-info {
    min-width: 0;
}

.dahecms-page-video .episode-title {
    margin: 0;
    color: #26384f;
    font-size: 14px;
    line-height: 1.55;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-video .episode-actions {
    display: flex;
    align-items: center;
}

.dahecms-page-video .episode-actions .btn,
.dahecms-page-video .episode-actions .btn-primary {
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #b8d2f2;
    border-radius: 4px;
    background: #eef6ff;
    color: var(--jd-blue);
    font-size: 13px;
}

.dahecms-page-video .episode-list a.active,
.dahecms-page-video .episode-buttons a.active,
.dahecms-page-video .episode-item.active,
.dahecms-page-video .episode-list a.btn-primary,
.dahecms-page-video .episode-buttons a.btn-primary,
.dahecms-page-video .episode-actions .btn:hover,
.dahecms-page-video .episode-list a:hover,
.dahecms-page-video .episode-buttons a:hover,
.dahecms-page-video .episode-item:hover,
.dahecms-page-video .play-list a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-video .playlist-empty-state,
.dahecms-page-video .no-sources,
.dahecms-page-video .playlist-wrapper .alert {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    margin: 0;
    padding: 18px 20px;
    border: 1px dashed #cfdceb;
    border-radius: 8px;
    background: #fbfdff;
    color: #53627a;
}

.dahecms-page-video .playlist-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-video .playlist-empty-state strong,
.dahecms-page-video .no-sources strong {
    display: block;
    margin-bottom: 4px;
    color: #26384f;
    font-size: 15px;
}

.dahecms-page-video .playlist-empty-state p {
    margin: 0;
    color: #7e8a9e;
    font-size: 13px;
    line-height: 1.6;
}

.dahecms-page-video .description-content,
.dahecms-page-video .video-content-box {
    padding: 20px 22px;
    color: #31445f;
    font-size: 15px;
    line-height: 1.9;
}

.dahecms-page-video .video-player-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    background: #0b1220;
    overflow: hidden;
}

.dahecms-page-video .video-player-wrapper .alert {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 24px;
    color: rgba(255, 255, 255, .84);
    text-align: center;
}

.dahecms-page-video .video-player-wrapper iframe,
.dahecms-page-video .video-player-wrapper video,
.dahecms-page-video .video-player-wrapper embed,
.dahecms-page-video .video-player-wrapper object {
    display: block;
    width: 100% !important;
    max-width: none;
    height: 100% !important;
    margin: 0 auto;
}

.dahecms-page-video .video-info-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-top: 1px solid rgba(133, 153, 171, .18);
    background: #fff;
}

.dahecms-page-video .video-info-bar .video-title {
    min-width: 0;
    margin: 0;
    font-size: 20px;
}

.dahecms-page-video .video-info-grid {
    padding: 20px 22px;
}

.dahecms-page-video .article-footer {
    margin-top: 0;
}

.dahecms-page-video .video-detail-footer .content-section,
.dahecms-page-video .video-play-footer .content-section {
    margin-bottom: 14px;
    padding: 16px 18px;
}

.dahecms-page-video .article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.dahecms-page-video .article-tags-label,
.dahecms-page-video .link-copy-label {
    color: #53627a;
    font-weight: 700;
}

.dahecms-page-video .article-link-copy {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dahecms-page-video .link-copy-box {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
}

.dahecms-page-video .link-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #f8fbff;
    color: #53627a;
}

.dahecms-page-video .article-copyright {
    color: #53627a;
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .dahecms-page-video .content-layout {
        grid-template-columns: 1fr;
    }

    .dahecms-page-video .sidebar {
        position: static;
    }

    .dahecms-page-video .recommend-grid,
    .dahecms-page-video .picture-grid,
    .dahecms-page-video .video-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dahecms-page-video-list .picture-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dahecms-page-video-index .recommend-grid,
    .dahecms-page-video-index .picture-grid,
    .dahecms-page-video-index .video-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dahecms-page-video .video-header-layout {
        grid-template-columns: 240px minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .video-index-hero {
        padding-top: 14px;
    }

    .video-index-hero-inner {
        min-height: 0;
        padding: 26px 22px;
    }

    .video-index-hero-inner h1 {
        font-size: 26px;
    }

    .dahecms-page-video .section-header,
    .dahecms-page-video .video-index-header,
    .dahecms-page-video .video-info-bar {
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .dahecms-page-video .category-tabs,
    .dahecms-page-video .article-list-toolbar-line,
    .dahecms-page-video .video-actions {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .dahecms-page-video .recommend-grid,
    .dahecms-page-video .picture-grid,
    .dahecms-page-video .video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-video-list .picture-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dahecms-page-video-index .recommend-grid,
    .dahecms-page-video-index .picture-grid,
    .dahecms-page-video-index .video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dahecms-page-video .video-header-layout {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .dahecms-page-video .video-cover-box {
        max-width: 260px;
    }

    .dahecms-page-video .video-title-main,
    .dahecms-page-video .video-title {
        font-size: 22px;
    }

    .dahecms-page-video .video-data-info,
    .dahecms-page-video .video-info-grid,
    .dahecms-page-video .episode-list,
    .dahecms-page-video .episode-buttons,
    .dahecms-page-video .episodes,
    .dahecms-page-video .play-list {
        grid-template-columns: 1fr;
    }

    .dahecms-page-video .action-buttons {
        padding: 0 18px 18px;
    }

    .dahecms-page-video .article-link-copy,
    .dahecms-page-video .link-copy-box {
        display: block;
    }

    .dahecms-page-video .link-input,
    .dahecms-page-video .link-copy-btn {
        width: 100%;
    }

    .dahecms-page-video .link-copy-btn {
        margin-top: 8px;
    }

    .dahecms-page-video .video-player-wrapper {
        aspect-ratio: 16 / 9;
    }
}

/* Product module refresh */
.dahecms-page-product .main-content,
.dahecms-page-product .product-account-page {
    padding: 20px 0 26px;
}

.dahecms-page-product .content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
    align-items: start;
}

.dahecms-page-product .main-column,
.dahecms-page-product .sidebar {
    float: none;
    width: auto;
}

.product-shop-hero {
    padding: 18px 0 0;
}

.product-shop-hero-inner,
.product-shop-section,
.product-detail-shell,
.product-account-header,
.dahecms-page-product .sidebar-widget,
.dahecms-page-product .cart-content,
.dahecms-page-product .cart-empty-card,
.dahecms-page-product .checkout-section,
.dahecms-page-product .order-card,
.dahecms-page-product .order-success-banner {
    border: 1px solid rgba(133, 153, 171, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 43, 76, .06);
}

.product-shop-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 150px;
    padding: 26px 28px;
    background:
        linear-gradient(135deg, rgba(32, 125, 244, .1) 0%, rgba(126, 162, 215, .12) 100%),
        #fff;
}

.product-shop-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 8px;
    padding: 0 10px;
    border: 1px solid #cfe0f4;
    border-radius: 4px;
    background: #f4f9ff;
    color: #207df4;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.product-shop-hero-copy h1,
.product-account-header h1 {
    margin: 0;
    color: #16243c;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
}

.product-shop-hero-copy p {
    max-width: 620px;
    margin-top: 10px;
    color: #5f6f86;
    font-size: 15px;
    line-height: 1.8;
}

.product-shop-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-shop-hero-actions a,
.product-more-link,
.dahecms-page-product .purchase-actions button,
.dahecms-page-product .product-account-page button,
.dahecms-page-product .cart-empty-btn,
.dahecms-page-product .btn,
.dahecms-page-product .fluent-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid #dce6e8;
    border-radius: 4px;
    background: linear-gradient(135deg, #7ea2d7 0%, #5dadf3 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    white-space: nowrap;
    cursor: pointer;
}

.product-shop-hero-actions a:last-child,
.product-more-link,
.dahecms-page-product .cart-empty-btn:not(.primary),
.dahecms-page-product .btn-outline,
.dahecms-page-product .fluent-button-secondary {
    background: #fff;
    color: #36506c;
}

.product-shop-hero-actions a:hover,
.product-more-link:hover,
.dahecms-page-product .purchase-actions button:hover,
.dahecms-page-product .product-account-page button:hover,
.dahecms-page-product .cart-empty-btn:hover,
.dahecms-page-product .btn:hover,
.dahecms-page-product .fluent-button:hover {
    border-color: #b8d2f2;
    color: #fff;
    filter: brightness(.98);
}

.product-more-link:hover,
.product-shop-hero-actions a:last-child:hover,
.dahecms-page-product .cart-empty-btn:not(.primary):hover,
.dahecms-page-product .btn-outline:hover,
.dahecms-page-product .fluent-button-secondary:hover {
    background: #eef6ff;
    color: var(--jd-blue);
}

.product-shop-section {
    margin-bottom: 20px;
    overflow: hidden;
}

.product-section-header,
.product-account-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 62px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.product-account-header {
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
}

.product-section-title {
    margin: 0;
    color: #16243c;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
}

.product-category-tabs,
.product-toolbar-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.product-category-tabs a,
.product-toolbar-line a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
    color: #53627a;
    font-size: 13px;
    line-height: 32px;
}

.product-category-tabs a:hover,
.product-toolbar-line a:hover,
.product-toolbar-line a.active {
    border-color: var(--jd-blue);
    background: #eef6ff;
    color: var(--jd-blue);
}

.product-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

.product-card-grid-featured {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dahecms-page-product-index .product-card-grid,
.dahecms-page-product-index .product-card-grid-featured {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 1800px) {
    .dahecms-page-product-index .product-card-grid,
    .dahecms-page-product-index .product-card-grid-featured {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 2200px) {
    .dahecms-page-product-index .product-card-grid,
    .dahecms-page-product-index .product-card-grid-featured {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

@media (min-width: 2600px) {
    .dahecms-page-product-index .product-card-grid,
    .dahecms-page-product-index .product-card-grid-featured {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

.dahecms-page-product-index .product-card-thumb img {
    aspect-ratio: 16 / 10;
}

.product-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dahecms-page-product-list .product-list-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
}

@media (min-width: 1800px) {
    .dahecms-page-product-list .product-list-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 2200px) {
    .dahecms-page-product-list .product-list-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

@media (min-width: 2600px) {
    .dahecms-page-product-list .product-list-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

.dahecms-page-product-list .product-list-card {
    border-color: #e5edf6;
    box-shadow: 0 8px 22px rgba(23, 43, 76, .04);
}

.dahecms-page-product-list .product-list-card:hover {
    transform: translateY(-3px);
    border-color: #bcd2ec;
    box-shadow: 0 14px 30px rgba(23, 43, 76, .1);
}

.dahecms-page-product-list .product-list-card .product-card-thumb img {
    aspect-ratio: 16 / 10;
}

.dahecms-page-product-list .product-list-card .product-card-body {
    padding: 12px 13px 14px;
}

.dahecms-page-product-list .product-list-card .product-card-title {
    min-height: 46px;
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 1.55;
}

.dahecms-page-product-list .product-list-card .product-card-summary {
    min-height: 42px;
    margin-bottom: 10px;
    color: #6b7a90;
    font-size: 13px;
    line-height: 1.62;
}

.dahecms-page-product-list .product-list-card .product-card-meta,
.dahecms-page-product-list .product-list-card .product-card-footer {
    gap: 8px;
    font-size: 13px;
}

.dahecms-page-product-list .product-list-card .product-card-meta {
    min-height: 20px;
    overflow: hidden;
}

.dahecms-page-product-list .product-list-card .meta-date {
    color: #9aa8b8;
}

.dahecms-page-product-list .product-list-card .product-card-footer {
    margin-top: 10px;
    padding-top: 10px;
}

.dahecms-page-product-list .product-list-card .product-card-footer strong {
    font-size: 16px;
}

.product-card {
    display: block;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-card:hover {
    transform: translateY(-2px);
    border-color: #c9d9ed;
    box-shadow: 0 12px 26px rgba(23, 43, 76, .08);
}

.product-card-thumb {
    position: relative;
    overflow: hidden;
    background: #f3f6fa;
}

.product-card-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.product-card-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(32, 125, 244, .9);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
}

.product-card-body {
    padding: 12px 13px 14px;
}

.product-card-title {
    display: -webkit-box;
    min-height: 45px;
    margin: 0 0 9px;
    overflow: hidden;
    color: #16243c;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card-summary {
    display: -webkit-box;
    min-height: 43px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #66758c;
    font-size: 13px;
    line-height: 1.65;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card-summary:empty {
    display: none;
}

.product-card-meta,
.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #7e8ba0;
    font-size: 13px;
}

.product-card-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e3eaf4;
}

.product-card-meta strong,
.product-card-footer strong,
.dahecms-page-product .rank-price,
.dahecms-page-product .rank-count,
.dahecms-page-product .cart-hot-price,
.dahecms-page-product .order-total {
    color: #207df4;
    font-weight: 800;
}

.product-detail-shell {
    display: grid;
    grid-template-columns: minmax(300px, 44%) minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 20px;
    padding: 22px;
}

.product-gallery-panel,
.product-buy-panel {
    min-width: 0;
}

.product-gallery-panel {
    display: flex;
    flex-direction: column;
}

.product-buy-panel {
    display: flex;
    flex-direction: column;
}

.dahecms-page-product .main-image {
    overflow: hidden;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #f5f8fc;
}

.dahecms-page-product .main-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.dahecms-page-product .thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.dahecms-page-product .thumbnail-item,
.dahecms-page-product .thumbnail-list img {
    width: 64px;
    height: 64px;
    border: 1px solid #dfe7f2;
    border-radius: 6px;
    object-fit: cover;
    cursor: pointer;
}

.dahecms-page-product .thumbnail-item.active,
.dahecms-page-product .thumbnail-item:hover {
    border-color: var(--jd-blue);
}

.product-interactions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    padding: 12px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fbfdff;
}

.product-buy-panel .purchase-section {
    margin-bottom: 12px;
}

.product-interactions .btn-op {
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #dce6e8;
    border-radius: 4px;
    background: #fff;
    color: #52677d;
    font-size: 13px;
    font-weight: 700;
    line-height: 34px;
    box-shadow: none;
}

.product-interactions .btn-op:hover,
.product-interactions .btn-op.liked,
.product-interactions .btn-op.favorited {
    border-color: #9bc4ee;
    background: #eef7ff;
    color: #207df4;
}

.product-badges {
    min-height: 24px;
    margin-bottom: 8px;
}

.product-title {
    margin: 0;
    color: #16243c;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 800;
    text-align: left;
}

.product-subtitle {
    margin: 9px 0 0;
    color: #66758c;
    font-size: 15px;
    line-height: 1.8;
}

.price-section {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid #d9e7f4;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(32, 125, 244, .08) 0%, rgba(126, 162, 215, .12) 100%);
}

.current-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.price-label {
    color: #5f6f86;
    font-size: 14px;
}

.price-value {
    color: #207df4;
    font-size: 30px;
    font-weight: 900;
}

.product-attributes {
    margin-bottom: 18px;
    padding: 0;
    border: 1px solid #d9e7f4;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.product-attributes h4,
.product-details h4,
.content-body h4 {
    margin: 0 0 14px;
    color: #16243c;
    font-size: 16px;
    font-weight: 800;
}

.product-attributes h4 {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin: 0;
    padding: 0 16px;
    border-bottom: 1px solid #e2edf7;
    background: linear-gradient(135deg, rgba(32, 125, 244, .08) 0%, rgba(134, 183, 198, .08) 100%);
    color: #172b4c;
}

.product-attributes h4::before {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    margin-right: 9px;
    border-radius: 2px;
    background: #207df4;
}

.product-spec-groups,
.spec-options {
    display: grid;
    gap: 0;
}

.product-spec-groups {
    padding: 2px 16px 0;
}

.spec-select-group {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px dashed #dfeaf5;
}

.spec-title,
.spec-group-title {
    display: flex;
    align-items: center;
    min-height: 34px;
    color: #63758b;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.spec-options {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.spec-group-block {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px dashed #dfeaf5;
}

.spec-group-block:last-child {
    border-bottom: 0;
}

.spec-group-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.spec-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    min-width: 72px;
    padding: 0 15px;
    border: 1px solid #d5e4f1;
    border-radius: 4px;
    background: #f8fbff;
    color: #39526f;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    box-shadow: none;
    cursor: default;
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.spec-option {
    min-height: 36px;
    min-width: 72px;
    padding: 0 15px;
    border: 1px solid #d5e4f1;
    border-radius: 4px;
    background: #f8fbff;
    color: #39526f;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    box-shadow: none;
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.spec-tag:hover,
.spec-option:hover {
    border-color: #9bc4ee;
    background: #eef7ff;
    color: #207df4;
}

.spec-option.active {

   box-shadow: 0 8px 18px rgba(244, 72, 32, 0.18);
   border-color: #f1d3cc;
   background: #fcf1e7;
   color: #e47655;
}

.spec-option.disabled,
.spec-option:disabled {
    border-color: #e3e9f0;
    background: #f7f9fc;
    color: #a6b1bf;
    cursor: not-allowed;
}

.spec-selection-summary {
    margin: 0 16px 16px;
    padding: 9px 12px;
    border: 1px solid #d9e7f4;
    border-radius: 4px;
    background: #f8fbff;
    color: #39526f;
    font-size: 13px;
    line-height: 1.7;
}

.spec-selection-summary:empty {
    display: none;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.quantity-selector label {
    color: #5f6f86;
    font-weight: 700;
}

.quantity-controls {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce6e8;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.quantity-btn {
    width: 36px;
    min-height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #f4f8fa;
    color: #52677d;
    box-shadow: none;
}

.quantity-btn:hover {
    background: #eef7ff;
    color: #207df4;
}

.quantity-input {
    width: 58px;
    height: 36px;
    border: 0;
    border-left: 1px solid #dfe7f2;
    border-right: 1px solid #dfe7f2;
    text-align: center;
}

.purchase-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.purchase-actions .btn-large {
    min-height: 42px;
    padding: 0 22px;
    line-height: 42px;
}

.purchase-actions .btn-primary {
    border-color: #b8d2f2;
    background: linear-gradient(135deg, #7ea2d7 0%, #5dadf3 100%);
    color: #fff;
    box-shadow: 0 8px 18px rgba(32, 125, 244, .16);
}

.purchase-actions .btn-primary:hover {
    border-color: #9bc4ee;
    background: linear-gradient(135deg, #7199cf 0%, #4d9fed 100%);
    color: #fff;
}

.purchase-actions .btn-outline {
    border-color: #dce6e8;
    background: #fff;
    color: #52677d;
    box-shadow: none;
}

.purchase-actions .btn-outline:hover {
    border-color: #9bc4ee;
    background: #eef7ff;
    color: #207df4;
}

.product-content {
    overflow: hidden;
}

.content-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: #fbfdff;
}

.content-tabs .tab-btn {
    position: relative;
    min-height: 46px;
    padding: 0 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #52677d;
    font-size: 14px;
    font-weight: 800;
    line-height: 46px;
    box-shadow: none;
}

.content-tabs .tab-btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    border-radius: 2px;
    background: transparent;
    transition: background .2s ease;
}

.content-tabs .tab-btn:hover {
    color: #207df4;
}

.content-tabs .tab-btn.active {
    color: #207df4;
}

.content-tabs .tab-btn.active::after {
    background: #207df4;
}

.tab-content {
    display: none;
    padding: 22px;
}

.tab-content.active {
    display: block;
}

.tab-content h3 {
    margin: 0 0 14px;
    color: #16243c;
    font-size: 18px;
    font-weight: 800;
}

.content-body {
    color: #34465f;
    line-height: 1.95;
}

.product-details,
.product-meta,
.reviews-summary,
.no-reviews,
.contact-info {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fbfdff;
}

.product-details li,
.product-meta .meta-item,
.contact-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px dashed #e3eaf4;
    color: #53627a;
}

.product-details li:last-child,
.product-meta .meta-item:last-child,
.contact-item:last-child {
    border-bottom: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gallery-item {
    overflow: hidden;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gallery-item p {
    padding: 8px 10px;
    color: #66758c;
    font-size: 13px;
}

.product-sidebar-widget {
    overflow: hidden;
}

.dahecms-page-product .sidebar-widget > .widget-title {
    display: flex;
    align-items: center;
    min-height: 52px;
    margin: 0;
    padding: 0 18px 0 31px;
    border-bottom: 1px solid rgba(133, 153, 171, .18);
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
    color: #16243c;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

.dahecms-page-product .sidebar-widget > .widget-title::before {
    left: 18px;
}

.dahecms-page-product .widget-list,
.dahecms-page-product .rank-list,
.dahecms-page-product .dahecms-keys-cloud {
    padding: 12px 16px;
}

.dahecms-page-product .widget-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.dahecms-page-product .widget-list li {
    padding: 0;
    border: 0;
}

.dahecms-page-product .widget-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #e3eaf4;
    border-radius: 4px;
    background: #f8fbff;
    color: #31445f;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
}

.dahecms-page-product .widget-list a.active,
.dahecms-page-product .widget-list a:hover {
    border-color: #b8d2f2;
    background: #eef6ff;
    color: var(--jd-blue);
}

.dahecms-page-product .rank-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 10px 0;
    border-bottom: 1px dashed #e3eaf4;
}

.dahecms-page-product .rank-item:last-child {
    border-bottom: 0;
}

.dahecms-page-product .rank-info {
    min-width: 0;
}

.dahecms-page-product .rank-info h4 {
    margin: 0 0 4px;
    overflow: hidden;
    color: #26384f;
    font-size: 14px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dahecms-page-product .rank-thumb {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 6px;
}

.dahecms-page-product .rank-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-list {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-item {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 98px;
    padding: 10px 11px;
    border: 1px solid #e0eaf0;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(32, 125, 244, .045) 0%, rgba(126, 162, 215, .065) 100%),
        #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-item:hover {
    border-color: #c6ddf6;
    background: #f7fbff;
    box-shadow: 0 10px 22px rgba(23, 43, 76, .07);
    transform: translateY(-1px);
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-thumb {
    width: 78px;
    height: 78px;
    border: 1px solid #dce6e8;
    border-radius: 6px;
    background: #f3f6fa;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-num {
    display: none;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-info {
    display: flex;
    min-height: 78px;
    flex-direction: column;
    justify-content: center;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-info h4 {
    display: -webkit-box;
    margin: 0 0 7px;
    color: #16243c;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
    white-space: normal;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-info h4 a {
    color: #16243c;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-info h4 a:hover {
    color: #207df4;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-info p {
    margin: 0;
    color: #7e8ba0;
    font-size: 12px;
    line-height: 1.65;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-price {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 24px;
    padding: 0 8px;
    border: 1px solid #d9e7f4;
    border-radius: 4px;
    background: #f8fbff;
    color: #207df4;
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
}

.dahecms-page-product-detail .product-sidebar-media-widget .rank-meta {
    margin-top: 5px;
    color: #8a97a8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-account-page > .container {
    max-width: none;
}

.dahecms-page-product .cart-content,
.dahecms-page-product .cart-empty-card,
.dahecms-page-product .checkout-section,
.dahecms-page-product .order-card,
.dahecms-page-product .order-success-banner {
    margin-bottom: 18px;
    padding: 20px;
}

.dahecms-page-product .cart-empty-card {
    text-align: center;
}

.cart-empty-icon {
    color: #7ea2d7;
    font-size: 44px;
    line-height: 1;
}

.cart-empty-title {
    margin-top: 10px;
    color: #16243c;
    font-size: 20px;
    font-weight: 800;
}

.cart-empty-desc {
    margin-top: 6px;
    color: #66758c;
}

.cart-empty-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.dahecms-page-product .cart-table {
    border: 0;
    background: #fff;
}

.dahecms-page-product .cart-table th,
.dahecms-page-product .cart-table td {
    padding: 14px 12px;
    border: 0;
    border-bottom: 1px solid #e3eaf4;
    text-align: left;
    vertical-align: middle;
}

.dahecms-page-product .cart-table th {
    background: #f6f9fd;
    color: #53627a;
    font-size: 13px;
    font-weight: 800;
}

.cart-item-info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cart-item-thumb,
.order-item-thumb {
    width: 70px;
    height: 70px;
    border: 1px solid #e3eaf4;
    border-radius: 6px;
    object-fit: cover;
}

.cart-item-title,
.order-item-title {
    color: #16243c;
    font-weight: 800;
}

.cart-item-spec,
.order-item-spec {
    margin-top: 4px;
    color: #7e8ba0;
    font-size: 13px;
}

.cart-qty-input {
    width: 72px;
    height: 34px;
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    text-align: center;
}

.dahecms-page-product .cart-summary,
.product-checkout-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #dce9f4;
    border-radius: 8px;
    background: #fbfdff;
    color: #16243c;
    font-weight: 800;
}

.cart-actions,
.checkout-actions,
.order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.cart-hot-header,
.order-page-header,
.order-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.cart-hot-title,
.order-page-header h1,
.checkout-section h3,
.order-no {
    margin: 0;
    color: #16243c;
    font-size: 18px;
    font-weight: 800;
}

.cart-hot-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.cart-hot-item {
    overflow: hidden;
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    background: #fff;
}

.cart-hot-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.cart-hot-info {
    padding: 10px;
}

.cart-hot-name {
    overflow: hidden;
    color: #16243c;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-hot-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
    color: #7e8ba0;
    font-size: 13px;
}

.checkout-section h3 {
    margin-bottom: 12px;
}

.payment-methods {
    display: grid;
    gap: 10px;
}

.payment-methods label,
.address-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #e3eaf4;
    border-radius: 6px;
    background: #fbfdff;
}

#cardPayFields input,
#bankInfo,
#orderRemark,
.modern-form input,
.modern-form select,
.modern-form textarea {
    border: 1px solid #dfe7f2;
    border-radius: 4px;
    background: #fff;
}

#cardPayFields input {
    height: 36px;
    padding: 0 10px;
}

#orderRemark,
.modern-form textarea {
    width: 100%;
    padding: 10px;
}

.order-success-banner {
    background: linear-gradient(135deg, rgba(32, 125, 244, .1) 0%, rgba(126, 162, 215, .12) 100%), #fff;
}

.success-title {
    color: #207df4;
    font-size: 20px;
    font-weight: 900;
}

.success-subtitle,
.success-meta,
.order-page-subtitle,
.order-contact-line,
.order-meta-grid {
    color: #66758c;
    font-size: 14px;
}

.success-meta,
.order-contact-line,
.order-meta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 10px;
}

.order-status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    background: #eef6ff;
    color: var(--jd-blue);
    font-size: 13px;
    font-weight: 800;
}

.order-item-row {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #e3eaf4;
}

.order-item-row:last-child {
    border-bottom: 0;
}

.order-item-info {
    min-width: 0;
}

.order-item-qty,
.order-item-price {
    color: #53627a;
    font-weight: 800;
}

.modern-modal .modal-dialog {
    border-radius: 8px;
}

.modern-modal .modal-header,
.modern-modal .modal-footer {
    border-color: #e3eaf4;
}

@media (max-width: 1180px) {
    .product-card-grid-featured,
    .cart-hot-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .product-card-grid,
    .product-list-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dahecms-page-product-list .product-list-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dahecms-page-product-index .product-card-grid,
    .dahecms-page-product-index .product-card-grid-featured {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .dahecms-page-product .content-layout,
    .product-detail-shell {
        grid-template-columns: 1fr;
    }

    .dahecms-page-product .sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .product-shop-hero-inner,
    .product-section-header,
    .product-account-header,
    .dahecms-page-product .cart-summary,
    .product-checkout-summary,
    .order-page-header {
        display: block;
    }

    .product-shop-hero-actions,
    .product-category-tabs,
    .product-toolbar-line,
    .cart-actions,
    .checkout-actions,
    .order-actions {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .product-card-grid,
    .product-card-grid-featured,
    .product-list-grid,
    .cart-hot-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 14px;
    }

    .dahecms-page-product-list .product-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .dahecms-page-product-index .product-card-grid,
    .dahecms-page-product-index .product-card-grid-featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .product-detail-shell,
    .tab-content,
    .dahecms-page-product .cart-content,
    .dahecms-page-product .checkout-section,
    .dahecms-page-product .order-card {
        padding: 16px;
    }

    .product-title,
    .product-shop-hero-copy h1,
    .product-account-header h1 {
        font-size: 24px;
    }

    .order-item-row {
        grid-template-columns: 58px minmax(0, 1fr);
    }
}

@media (max-width: 520px) {
    .product-card-grid,
    .product-card-grid-featured,
    .product-list-grid,
    .cart-hot-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .dahecms-page-product-list .product-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dahecms-page-product-index .product-card-grid,
    .dahecms-page-product-index .product-card-grid-featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cart-item-info {
        align-items: flex-start;
    }

    .dahecms-page-product .cart-table {
        min-width: 680px;
    }

    .dahecms-page-product .cart-content {
        overflow-x: auto;
    }
}

@media (max-width: 360px) {
    .dahecms-page-music-index .music-home-featured .recommend-grid {
        grid-template-columns: 1fr;
    }

    .dahecms-page-video-index .recommend-grid,
    .dahecms-page-video-index .picture-grid,
    .dahecms-page-video-index .video-grid {
        grid-template-columns: 1fr;
    }

    .dahecms-page-product-list .product-list-grid {
        grid-template-columns: 1fr;
    }

    .dahecms-page-product-index .product-card-grid,
    .dahecms-page-product-index .product-card-grid-featured {
        grid-template-columns: 1fr;
    }
}
