/* ============================================================
   迅睿CMS 信息发布平台 · 全新主题 (Modern Emerald)
   保留原有 class 命名以兼容模板结构，仅重塑视觉
   ============================================================ */

:root {
    --c-primary: #0d9488;
    --c-primary-d: #0f766e;
    --c-primary-dd: #134e4a;
    --c-primary-l: #14b8a6;
    --c-accent: #f59e0b;
    --c-accent-d: #d97706;
    --c-danger: #ef4444;
    --c-text: #1e293b;
    --c-muted: #64748b;
    --c-light: #94a3b8;
    --c-bg: #f1f5f9;
    --c-card: #ffffff;
    --c-border: #e2e8f0;
    --c-border-l: #eef2f6;
    --radius: 12px;
    --radius-sm: 8px;
    --shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    --shadow-hover: 0 14px 30px rgba(15, 23, 42, 0.12);
    --shadow-lg: 0 20px 48px rgba(15, 23, 42, 0.18);
    --wrap: 1200px;
    --font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Reset ---------- */
a, img, button, input, textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: var(--c-text);
    font-family: var(--font);
    background: var(--c-bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}

a {
    color: var(--c-primary-d);
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease;
}

a:hover {
    color: var(--c-accent-d)
}

i {
    font-style: normal
}

ul, ol {
    list-style-type: none
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    transition: transform .35s ease;
}

input, textarea {
    font-size: 14px;
    font-family: var(--font);
    outline: 0;
}

@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot');
    src: url('icomoon.eot#iefix') format('embedded-opentype'), url('icomoon.ttf') format('truetype'), url('icomoon.woff') format('woff'), url('icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "t";
    src: url("t.eot");
    src: url("t.eot") format("eot"), url("t.woff2") format("woff2"), url("t.woff") format("woff"), url("t.ttf") format("truetype"), url("t.svg") format("svg");
    font-weight: 300;
    font-style: normal
}

/* ---------- Layout ---------- */
.wrapper {
    width: 100%;
    overflow: hidden;
    background: var(--c-bg);
}

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

/* ---------- Top bar ---------- */
.top {
    width: 100%;
    background: linear-gradient(90deg, var(--c-primary-dd), var(--c-primary-d));
    color: #cbeae6;
    font-size: 13px;
    line-height: 38px;
}

.top .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.top-tel {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .3px;
}

.top-tel:before {
    content: "\e8b4";
    font-family: 'icomoon';
    font-size: 15px;
    color: var(--c-accent);
}

.topnav {
    line-height: 38px;
}

.topnav li {
    height: 38px;
    position: relative;
    z-index: 1
}

.topnav a {
    color: #fff;
    opacity: .92;
}

.topnav a:hover {
    color: var(--c-accent);
    opacity: 1;
}

.topnav li.weixin, .topnav li.follow {
    padding: 0 20px 0 8px
}

.topnav li.weixin i, .topnav li.follow i {
    width: 14px;
    height: 14px;
    float: left;
    margin: 12px 6px 0 0
}

.topnav li .popwx,
.topnav li .popfollow {
    display: none;
}

/* ---------- Header ---------- */
.header {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    position: relative;
    z-index: 50;
}

.head {
    padding: 22px 0;
}

.head .wrap {
    display: flex;
    align-items: center;
    gap: 28px;
}

.logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.logo a img {
    max-height: 60px;
    width: auto;
}

.sublogo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.sublogo a, .sublogo span {
    display: flex;
    align-items: center;
    height: 60px;
}

.sublogo a img, .sublogo span img {
    max-height: 48px;
    width: auto;
    opacity: .85;
}

.head-divider {
    flex: 0 0 auto;
    width: 1px;
    height: 42px;
    background: var(--c-border);
}

.head-tagline {
    flex: 0 0 auto;
}

.head-tagline .tag-main {
    font-size: 19px;
    font-weight: 700;
    color: var(--c-primary-dd);
    letter-spacing: 1px;
}

.head-tagline .tag-sub {
    font-size: 12px;
    color: var(--c-muted);
    letter-spacing: 2px;
    margin-top: 2px;
}

/* ---------- Search ---------- */
.search {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.searchform {
    display: flex;
    align-items: center;
    width: 360px;
    height: 44px;
    background: #f1f5f9;
    border: 2px solid #f1f5f9;
    border-radius: 999px;
    overflow: hidden;
    transition: border-color .2s ease, background .2s ease;
}

.searchform.on {
    border-color: var(--c-primary);
    background: #fff;
}

.search .text {
    flex: 1;
    height: 100%;
    background: transparent;
    border: 0;
    line-height: 40px;
    text-indent: 18px;
    font-size: 14px;
    color: var(--c-text);
}

.search .text::placeholder {
    color: var(--c-light);
}

.search .btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 86px;
    height: 100%;
    padding: 0 22px;
    margin: 2px;
    text-indent: 0;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, var(--c-primary), var(--c-primary-d));
    transition: filter .2s ease, box-shadow .2s ease;
    position: relative;
}

.search .btn:hover {
    filter: brightness(1.06);
    box-shadow: 0 6px 16px rgba(13, 148, 136, 0.35);
}

.search .btn:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") center/contain no-repeat;
}

.search .btntxt {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    visibility: visible;
}

.search .btnload {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-top-color: #fff;
    border-radius: 50%;
    animation: sqs-spin 1s infinite linear;
}

.search .submit .btnload {
    visibility: visible;
}

.search .submit .btntxt {
    visibility: hidden;
}

.search ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.search li {
    float: none;
    margin: 0;
}

.search > ul a {
    padding: 7px 16px;
    font-size: 13px;
    color: var(--c-text);
    line-height: 1;
    border-radius: 999px;
    background: #f1f5f9;
    display: inline-block;
    transition: all .18s ease;
}

.search > ul a:hover {
    color: var(--c-primary-d);
    background: #e2f3f1;
}

.search li .btn-publish,
.search > ul a.btn-publish {
    color: #fff;
    background: linear-gradient(135deg, var(--c-accent), var(--c-accent-d));
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.search li .btn-publish:hover {
    filter: brightness(1.06);
    color: #fff;
}

@keyframes sqs-spin {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

.schwords {
    color: var(--c-accent-d);
    font-weight: 600;
}

/* ---------- Menu ---------- */
.menu {
    width: 100%;
    background: linear-gradient(90deg, var(--c-primary-dd) 0%, var(--c-primary-d) 55%, var(--c-primary) 100%);
    box-shadow: 0 4px 16px rgba(13, 148, 136, 0.18);
}

.menu .wrap {
    display: flex;
    align-items: center;
}

.menu ul:after {
    content: "";
    display: block;
    clear: both;
}

.menunav {
    display: flex;
    flex-wrap: wrap;
}

.menu li {
    line-height: 52px;
    position: relative;
}

.menu li a {
    padding: 0 24px;
    font-size: 16px;
    color: #e6fffa;
    position: relative;
    display: inline-block;
    font-weight: 500;
    transition: color .18s ease;
}

.menu li a:hover,
.menu li a.on,
.menu li.on a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.menu li.on a {
    background: rgba(255, 255, 255, 0.16);
}

.menu li:before {
    content: "";
    width: 0;
    height: 3px;
    background: var(--c-accent);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width .22s ease;
}

.menu li:hover:before {
    width: 70%;
}

.menu li .subnav {
    min-width: 200px;
    line-height: 44px;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    background: #fff;
    box-shadow: var(--shadow-hover);
    position: absolute;
    top: 52px;
    left: 0;
    display: none;
    z-index: 99;
    overflow: hidden;
    animation: fadeInUp .2s ease both;
}

.menu li .subnav a {
    padding: 0 22px;
    font-size: 14px;
    color: var(--c-text);
    white-space: nowrap;
    display: block;
}

.menu li .subnav a:hover {
    color: var(--c-primary-d);
    background: #f1f5f9;
}

.menu li.subcate a {
    padding-right: 34px;
}

.menu li.subcate a:after {
    content: "\e313";
    font-size: 16px;
    font-family: icomoon;
    position: absolute;
    top: 0;
    right: 14px;
}

.menu li.subcate .subnav a:after {
    content: "";
}

.menu li.subcate:hover .subnav {
    display: block;
}

.menu li.subcate:hover a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(8px) }
    to { opacity: 1; transform: translateY(0) }
}

.menuico {
    width: 40px;
    height: 40px;
    margin-left: auto;
    border-radius: var(--radius-sm);
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: none;
    transition: all .2s ease;
}

.menuico span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    transition: all .2s ease-in;
}

.menuico span:first-child { margin-top: -7px }
.menuico span:last-child { margin-top: 7px }

.menuico.on span:first-child {
    margin-top: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.menuico.on span:nth-child(2) { opacity: 0 }

.menuico.on span:last-child {
    margin-top: 0;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/* ---------- Main ---------- */
.main {
    padding: 28px 0 0;
    overflow: hidden;
}

/* ---------- Focus / Hero ---------- */
.focus {
    width: 100%;
    margin: 0 0 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    overflow: hidden;
}

.slide {
    flex: 0 0 760px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.slide a {
    height: 0;
    padding-bottom: 40%;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
}

.slide a img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 16px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: .7;
    transition: all .2s ease;
}

.swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: var(--c-accent);
    opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
    width: 44px;
    height: 44px;
    background: rgba(15, 23, 42, 0.35);
    border-radius: 50%;
    opacity: .6;
    transition: all .2s ease;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev { right: 14px }
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next { left: 14px }

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--c-primary);
    opacity: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 18px;
    color: #fff;
    font-family: icomoon;
    text-align: center;
    line-height: 44px;
    display: block;
}

.swiper-button-prev:after { content: "\e314" }
.swiper-button-next:after { content: "\e315" }

.slidetitle {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    line-height: 44px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
    position: absolute;
    bottom: 0;
    left: 0;
}

.slidetitle a {
    font-size: 14px;
    color: #fff;
}

/* ---------- Hot panel ---------- */
.hot {
    flex: 1 1 380px;
    min-width: 0;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hot dt {
    margin: 0;
    padding: 16px 22px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, var(--c-primary-d), var(--c-primary));
    position: relative;
}

.hot dt:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background: var(--c-accent);
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: -2px;
}

.hot dd {
    width: 100%;
    padding: 18px 22px;
    flex: 1;
    overflow: hidden;
}

.hot dd .recent {
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px dashed var(--c-border);
}

.hot dd .recent h3 {
    height: auto;
    line-height: 1.5;
    margin-bottom: 8px;
}

.hot dd .recent h3 a {
    font-size: 17px;
    color: var(--c-text);
    font-weight: 600;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot dd .recent h3 a:hover {
    color: var(--c-primary-d);
}

.hot dd .recent span {
    width: 100%;
    height: 44px;
    font-size: 13px;
    color: var(--c-muted);
    line-height: 22px;
    overflow: hidden;
    display: block;
}

.hot dd li {
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.hot dd a {
    display: inline-block;
}

.type {
    flex: 0 0 auto;
    width: auto;
    max-width: 80px;
    margin-right: 10px;
    padding: 1px 8px;
    color: var(--c-primary-d);
    background: #e6f7f5;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.newtitle {
    flex: 1 1 auto;
    color: var(--c-text);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot dd li:hover .newtitle {
    color: var(--c-primary-d);
}

.newdate {
    flex: 0 0 auto;
    padding-left: 10px;
    font-size: 12px;
    color: var(--c-light);
    background: #fff;
    position: static;
}

/* ---------- Catebox / Cards ---------- */
.catebox {
    width: 100%;
    margin: 0 0 30px;
}

.catetitle {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.catetitle h3 {
    font-size: 22px;
    color: var(--c-text);
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    padding-left: 16px;
}

.catetitle h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 24px;
    border-radius: 3px;
    background: linear-gradient(var(--c-primary), var(--c-primary-l));
}

.catetitle h3 a {
    font-size: 22px;
    color: var(--c-text);
}

.catetitle h3 a:hover {
    color: var(--c-primary-d);
}

.catetitle h3 .cmsmore {
    float: right;
    display: inline;
}

.catetitle h3 .cmsmore a {
    font-size: 14px;
    color: var(--c-primary-d);
}

.catelist ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    font-size: 0;
}

.catelist li {
    width: calc((100% - 48px) / 3);
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease;
}

.catelist li:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}

.catelist li.on .shade { opacity: 1 }
.catelist li.on .listshadow { bottom: 0 }

.catelist .shade {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -14px;
    right: -14px;
    bottom: -20px;
    left: -14px;
    z-index: 1;
    opacity: 0;
    display: none;
}

.catelist .listimg {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.catelist .listimg a {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
    display: block;
}

.catelist .listimg img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .45s ease;
}

.catelist li:hover .listimg img {
    transform: scale(1.08);
}

.catelist .listshadow {
    width: 100%;
    height: 34px;
    font-size: 12px;
    color: #fff;
    line-height: 34px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s ease, transform .25s ease;
    transform: translateY(10px);
}

.catelist li:hover .listshadow {
    opacity: 1;
    transform: translateY(0);
}

.catelist .listshadow a {
    width: auto;
    height: auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.catelist .listshadow img {
    width: 20px;
    height: 20px;
    min-height: auto;
    margin: 0 6px 0 12px;
    border-radius: 50%;
    position: relative;
}

.catelist .listshadow i {
    margin: 0;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.catelist .listshadow span {
    float: right;
    display: inline;
    margin-right: 12px;
    background: var(--c-accent);
    color: #fff;
    padding: 0 8px;
    border-radius: 4px;
    line-height: 20px;
    margin-top: 7px;
    font-size: 12px;
}

.catelist .listcap {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.catelist .listtitle {
    margin: 0;
    padding: 16px 18px 6px;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.catelist .listtitle .near,
.catelist .listtitle .ardor,
.catelist .listtitle .roof {
    width: 18px;
    height: 18px;
    margin: 2px 8px 0 0;
    font-size: 11px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
}

.catelist .listtitle .near,
.catelist .listtitle .ardor { background: var(--c-primary) }
.catelist .listtitle .roof { background: var(--c-danger) }

.catelist .listtitle a {
    font-size: 16px;
    color: var(--c-text);
    font-weight: 500;
}

.catelist li:hover .listtitle a {
    color: var(--c-primary-d);
}

.catelist .listinfo {
    margin-top: auto;
    padding: 12px 18px 18px;
    font-size: 13px;
    position: relative;
    z-index: 2;
}

.catelist .listinfo span {
    height: 20px;
    margin: 0 14px 0 0;
    color: var(--c-light);
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}

.catelist .listinfo a {
    color: var(--c-light);
}

.catelist .listinfo .listcmt span { text-indent: 0 }

.catelist .listview i,
.catelist .listcmt i,
.catelist .listdate i {
    margin-right: 5px;
    font-size: 15px;
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
}

.catelist .listview i:after { content: "\e004" }
.catelist .listcmt i:after { font-size: 14px; content: "\e09f" }
.catelist .listdate i:after { content: "\e616" }

/* ---------- Features strip ---------- */
.features {
    padding: 4px 0 36px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-item {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid var(--c-border-l);
    padding: 24px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: transform .28s ease, box-shadow .28s ease;
}

.feature-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.feature-ico {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--c-primary), var(--c-primary-d));
}

.feature-item:nth-child(2) .feature-ico { background: linear-gradient(135deg, var(--c-accent), var(--c-accent-d)); }
.feature-item:nth-child(3) .feature-ico { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.feature-item:nth-child(4) .feature-ico { background: linear-gradient(135deg, #ec4899, #db2777); }

.feature-ico svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.feature-txt h4 {
    font-size: 16px;
    color: var(--c-text);
    margin-bottom: 4px;
    font-weight: 600;
}

.feature-txt p {
    font-size: 13px;
    color: var(--c-muted);
    line-height: 1.6;
}

/* ---------- Sitemap breadcrumb ---------- */
.sitemap {
    margin: 0 0 18px;
    padding: 14px 20px;
    font-size: 13px;
    color: var(--c-muted);
    background: #fff;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
}

.sitemap a {
    color: var(--c-muted);
}

.sitemap a:hover {
    color: var(--c-primary-d);
}

.sitemap .biaoti {
    color: var(--c-text);
    font-weight: 500;
}

/* ---------- Sale / Pay (kept for compatibility) ---------- */
.sale {
    margin: 0 0 30px;
    padding: 24px;
    border: 1px solid var(--c-border);
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
}

.salealbum { width: 520px; float: left }
.saletitle { margin-bottom: 20px }
.saletitle h2 { font-size: 22px; color: var(--c-text); font-weight: 600 }
.saleimg { width: 100%; height: 334px; margin-bottom: 20px; text-align: center; border: 1px solid var(--c-border); border-radius: var(--radius-sm); overflow: hidden }
.saleimg img { width: 100% }
.salelistimg { position: relative; zoom: 1 }
.salebtn a { width: 20px; height: 28px; text-indent: -999px; background: url(../images/icon.png) no-repeat; overflow: hidden; position: absolute; top: 9px }
.salelistimg .salebtn a.goleft { background-position: 0 -180px }
.salelistimg .salebtn a.goleft:hover { background-position: -40px -180px }
.salebtn a.goright { background-position: -20px -180px; right: 0 }
.salebtn a.goright:hover { background-position: -60px -180px }
.salecon { width: 450px; height: 60px; margin-left: 35px; overflow: hidden; position: relative }
.salecon ul { width: 2000px; position: absolute }
.salecon li { width: 70px; height: 45px; float: left; margin: 0 9px; text-align: center; border: 1px solid var(--c-border); border-radius: 6px; overflow: hidden }
.salecon li.on { border: 1px solid var(--c-primary) }
.saleinfo { width: 350px; float: right; margin-left: 60px; overflow: hidden }
.alilogo { width: 100%; padding: 0 0 11px; border-bottom: 1px solid var(--c-border) }
.alipay { width: 139px; height: 40px; float: left; margin-right: 15px; background: url(../images/icon.png) no-repeat 0 -107px }
.alitxt p { font-size: 12px; color: var(--c-primary-d) }
.alitxt p.aliweight { margin: 0 0 6px; font-size: 16px; color: var(--c-text); font-weight: 600 }
.price { margin: 40px 0 10px; font-size: 14px }
.price dl { overflow: hidden; zoom: 1 }
.price dt { float: left; color: var(--c-text); line-height: 42px }
.price dd { float: left; font-size: 30px; color: var(--c-danger); line-height: 30px }
.price dd i { font-size: 14px }
.select { font-size: 14px; overflow: hidden }
.select dt { float: left; color: var(--c-text); line-height: 25px }
.select dd { float: left; margin: 0 5px 5px 0; padding: 3px 15px; border: 1px solid var(--c-border); border-radius: 6px; cursor: pointer; position: relative }
.select dd a { color: var(--c-text); display: block }
.select dd.on { border: 1px solid var(--c-primary) }
.select .show { border: 1px solid var(--c-primary) }
.select .show a { color: var(--c-primary-d) }
.salemail { margin: 20px 0; padding: 20px 0 0; border-top: 1px dotted var(--c-border) }
.salemail dt { float: left; font-size: 14px; color: var(--c-text); line-height: 29px }
.salemail dd input { width: 180px; height: 27px; padding: 0 5px; border: 1px solid var(--c-border) }
.paybtn input, .zcpaybtn .zcpayinput { width: 160px; height: 36px; font-size: 16px; color: #fff; line-height: 36px; text-align: center; border: 0; border-radius: var(--radius-sm); cursor: pointer; background: linear-gradient(135deg, var(--c-accent), var(--c-accent-d)); display: inline-block }
.paybtn input:hover { filter: brightness(1.06) }
.paybtn a { width: 34px; height: 34px; font-size: 16px; color: #fff; text-align: center; border-radius: var(--radius-sm); box-shadow: 0 0 3px #bbb; background: url(../images/icon.png) no-repeat -101px -56px; position: relative; display: inline-block; vertical-align: top }
.paybtn a span { width: 99px; height: 130px; margin: 0 0 0 -60px; padding: 10px; box-shadow: var(--shadow); background: #fff; position: absolute; left: 50%; top: -155px; display: none }
.paybtn a span i { width: 87px; height: 87px; margin: 5px auto 0; background: url(../images/icon.png) -155px 0; display: block }
.paybtn a span p { padding: 8px 0; font-size: 12px; color: var(--c-text) }
.payor { width: 0; height: 35px; margin: 0 20px; line-height: 35px; border-left: 1px solid var(--c-border); display: inline-block }
.payor i { margin: 0 0 0 -7px; font-size: 12px; color: var(--c-text); background: #fff }
.paytxt { margin: 20px 0 0; color: var(--c-text); line-height: 24px }

/* ---------- Single / Side / Content ---------- */
.single {
    width: 100%;
    margin: 0 0 10px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.single:after {
    content: "";
    display: block;
    clear: both;
}

.side {
    flex: 0 0 260px;
    width: 260px;
}

.sidebox,
.goodstab,
.body,
.catabox,
.comment,
.relates {
    margin: 0 0 18px;
    border: 1px solid var(--c-border);
    background: var(--c-card);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.sidetitle,
.cmttitle,
.catatitle,
.reltitle {
    line-height: 1;
    border-bottom: 1px solid var(--c-border-l);
    overflow: hidden;
    background: linear-gradient(90deg, #f8fafc, #fff);
}

.sidetitle h3,
.cmttitle h3,
.catatitle h3,
.reltitle h3 {
    margin: 14px 16px;
    padding-left: 12px;
    font-size: 16px;
    color: var(--c-text);
    border-left: 3px solid var(--c-primary);
    font-weight: 600;
}

.sidecon {
    padding: 14px 16px;
}

.sidecon li {
    padding: 12px 0;
    border-bottom: 1px dotted var(--c-border);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidecon li:last-child { border-bottom: 0 }

.sidecon li > img#img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    margin-bottom: 8px;
}

.sidecon li > span {
    color: var(--c-muted);
    font-size: 13px;
    flex: 0 0 auto;
}

.sidecon li > span.lxr,
.sidecon li > span.lxdh2,
.sidecon li > span.fwlx {
    color: var(--c-text);
    font-weight: 500;
    flex: 1 1 auto;
}

.sideimg {
    width: 100%;
    max-height: 115px;
    overflow: hidden;
    border-radius: var(--radius-sm);
}

.sideimg img { width: 100% }

.sidename {
    margin: 10px 0 0;
}

.sidename a {
    font-size: 14px;
    color: var(--c-text);
}

.sidetop {
    padding: 10px 0;
    color: var(--c-text);
    text-align: center;
    border-bottom: 1px solid var(--c-border);
}

.sidetop i {
    width: 139px;
    height: 40px;
    margin: 0 auto 10px;
    background: url(../images/icon.png) no-repeat 0 -107px;
    display: block;
}

.sidetop span {
    font-size: 16px;
    font-weight: 600;
}

.sideform p {
    margin-top: 10px;
    font-size: 14px;
    color: var(--c-text);
    line-height: 24px;
}

.sideform .txt {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
}

.sideform .sideselect {
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    cursor: pointer;
    background: #fff no-repeat 95% center;
    position: relative;
    z-index: 9999;
}

.sideform .sideselect dl {
    width: 100%;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    position: absolute;
    top: 32px;
    left: -1px;
    display: none;
}

.sideform .sideselect dd.on { background: #f1f5f9 }
.sideform .sideselect a { width: 100%; color: var(--c-text); display: block }
.sideform .sideselect a:hover { color: var(--c-primary-d) }
.sideform .formbtn { margin: 20px 0 0 }
.sideform .inputbtn {
    width: 100%;
    height: 38px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    border: 0;
    border-radius: var(--radius-sm);
    cursor: pointer;
    background: linear-gradient(135deg, var(--c-accent), var(--c-accent-d));
}

.tsideimg {
    width: 70px;
    height: 56px;
    flex: 0 0 auto;
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.tsideimg img {
    width: 70px;
    height: 56px;
    object-fit: cover;
}

.tsidename {
    flex: 1 1 auto;
    min-width: 0;
}

.tsidename p {
    width: 100%;
    margin: 0;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tsidename p a {
    font-size: 13px;
    color: var(--c-text);
    line-height: 1.5;
}

.tsidename p a:hover { color: var(--c-primary-d) }

.tsidename span {
    margin: 4px 0 0;
    display: block;
}

.tsidename i {
    margin: 0 10px 0 0;
    color: var(--c-light);
    font-size: 12px;
}

.content {
    flex: 1 1 auto;
    min-width: 0;
}

.tabnav {
    height: 44px;
    border-bottom: 1px solid var(--c-border);
    background: #f8fafc;
    position: relative;
    zoom: 1;
}

.tabnav li {
    float: left;
    text-align: center;
    border-top: 2px solid transparent;
    cursor: pointer;
}

.tabnav li a {
    height: 44px;
    padding: 0 22px;
    font-size: 15px;
    color: var(--c-text);
    line-height: 42px;
    display: block;
}

.tabnav li.on {
    margin-top: -1px;
    border-top: 2px solid var(--c-primary);
    background: #fff;
}

.tabnav li.on a {
    color: var(--c-primary-d);
    font-weight: 500;
}

.tabcon {
    width: 100%;
    padding: 0 28px 28px;
    font-size: 15px;
    color: var(--c-text);
    line-height: 1.9;
    overflow: hidden;
    box-sizing: border-box;
}

/* ---------- Article ---------- */
.articlecon {
    padding-top: 8px;
    font-size: 15px;
    color: #334155;
    line-height: 1.95;
    overflow: hidden;
}

.articlecon p {
    margin: 0 0 16px;
}

.articlecon img {
    margin: 18px 0;
    border-radius: var(--radius-sm);
}

.articlecon h2,
.articlecon h3 {
    margin: 22px 0 12px;
    color: var(--c-text);
}

.articlecon a {
    color: var(--c-primary-d);
}

.articlecon ul,
.articlecon ol {
    margin: 0 0 16px 20px;
    list-style: disc;
}

.articlecon ol { list-style: decimal }

.articlecon blockquote {
    margin: 16px 0;
    padding: 12px 18px;
    background: #f8fafc;
    border-left: 4px solid var(--c-primary);
    color: var(--c-muted);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.advice { margin: 0 auto; zoom: 1 }
.advice:after { content: ""; display: block; clear: both }
.adtxt { width: 70%; margin: 0 auto; font-size: 14px; color: var(--c-muted); text-align: center }
.adtxt p { height: 40px; padding: 20px 0; font-size: 22px; color: var(--c-text); line-height: 40px }
.adcontent, .adcontact, .adsubmit { text-align: center }
.adcontent { margin-top: 20px }
.adcontent textarea { width: 100%; padding: 10px; font-size: 15px; color: var(--c-text); line-height: 25px; border: 1px solid var(--c-border); border-radius: var(--radius-sm); box-sizing: border-box }
.adcontent textarea.on { border: 1px solid var(--c-primary); outline: 0 }
.adcontact { float: left; display: inline; margin-top: 20px }
.adcontact label { font-size: 16px }
.adcontact input { width: 270px; margin-left: 20px; padding: 10px; font-size: 16px; color: var(--c-text); border: 1px solid var(--c-border); border-radius: var(--radius-sm) }
.adcontact input.on { border: 1px solid var(--c-primary); outline: 0 }
.adsubmit { float: right; display: inline; margin-top: 20px }
.adsubmit input { width: 150px; height: 46px; font-size: 16px; color: var(--c-primary-d); text-align: center; line-height: 44px; border: 1px solid var(--c-primary); border-radius: var(--radius-sm); cursor: pointer; background: #fff }
.adsubmit input:hover { color: #fff; background: var(--c-primary) }

.map { padding: 0 0 30px }
.map li { height: 38px; font-size: 14px; line-height: 38px; border-bottom: 1px dotted var(--c-border); list-style-type: decimal-leading-zero; list-style-position: inside; overflow: hidden; position: relative }
.map li a { font-size: 14px }
.map li .mapcate { margin-right: 10px }
.map li .mapcate a { width: 56px; color: var(--c-text); text-align: center; display: inline-block }
.map li .mapdate { padding-left: 10px; color: var(--c-light); background: #fff; position: absolute; top: 0; right: 0 }

.buytxt { margin-top: 10px; padding: 10px 0; border-top: 1px dotted var(--c-border) }
.buytxt h3 { padding: 5px 0; font-size: 22px; color: var(--c-text) }

.body {
    padding: 32px 36px 24px;
}

.catalist { padding: 0 24px 24px }

h1.biaoti,
.catalist h1 {
    font-size: 26px;
    text-align: center;
    color: var(--c-text);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
}

.postmulti {
    margin: -1px 0 0 0;
    padding: 25px 0;
    border-bottom: 1px dotted var(--c-border);
    overflow: hidden;
    zoom: 1;
}

.postpic {
    width: 220px;
    max-height: 140px;
    float: left;
    margin: 0 28px 0 0;
    text-align: center;
    overflow: hidden;
    border-radius: var(--radius-sm);
}

.postpic img { width: 100% }

.postinfo { overflow: hidden; zoom: 1 }

.postinfo h2 {
    height: auto;
    margin: 0 0 14px;
    overflow: hidden;
}

.postinfo h2 .near,
.postinfo h2 .ardor,
.postinfo h2 .roof {
    width: 18px;
    height: 18px;
    margin: 4px 8px 0 0;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
}

.postinfo h2 .near,
.postinfo h2 .ardor { background: var(--c-primary) }
.postinfo h2 .roof { background: var(--c-danger) }

.postinfo h2 a {
    font-size: 19px;
    color: var(--c-text);
    font-weight: 600;
}

.postinfo h2 a:hover { color: var(--c-primary-d) }

.postinfo .postmeta { margin-bottom: 8px; padding: 0; text-align: left }

.posttags a:before {
    content: "\e009";
    color: var(--c-muted);
    font-family: "icomoon";
    padding-left: 5px;
}

.meta,
.postmeta {
    padding: 18px 0;
    font-size: 13px;
    color: var(--c-muted);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 18px;
}

.meta span,
.postmeta span {
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.meta i,
.postmeta i {
    margin: 0 6px 0 0;
    font-size: 14px;
    font-family: "icomoon";
    display: inline-block;
    vertical-align: middle;
}

.meta a,
.postmeta a { color: var(--c-muted) }
.meta a:hover, .postmeta a:hover { color: var(--c-primary-d) }

.metatime i:before, .postmetatime i:before { content: "\e616" }
.metauser i:before, .postmetauser i:before { content: "\e7fd" }
.metacate i:before, .postmetacate i:before { content: "\e16d" }
.metacmt span, .postmetacmt span { margin: 0 }
.metacmt i:before, .postmetacmt i:before { content: "\e09f" }
.metaview i:before, .postmetaview i:before { content: "\e004" }

.meta {
    border-bottom: 1px solid var(--c-border-l);
    padding: 16px 0;
    margin-bottom: 8px;
}

.postcon {
    font-size: 14px;
    color: var(--c-muted);
    line-height: 24px;
}

.tags {
    margin-top: 28px;
    font-size: 14px;
}

.tags a {
    padding: 5px 12px;
    color: var(--c-text);
    line-height: 17px;
    border-radius: 999px;
    background: #f1f5f9;
    display: inline-block;
    margin: 0 6px 8px 0;
}

.tags a:hover {
    color: #fff;
    background: var(--c-primary);
}

.articlesns { padding: 20px 0 0; font-size: 14px; text-align: center }
.articlesns li { margin: 0 5px; padding: 0 20px 0 0; border-radius: 50px; display: inline-block }
.articlesns li.artweibo { background: #e6162d }
.articlesns li.artweibo i { background: #ff98a3 url(../images/icon.png) no-repeat -265px -95px }
.articlesns li.arttblog { background: #4abae3 }
.articlesns li.arttblog i { background: #88dfff url(../images/icon.png) no-repeat -265px -135px }
.articlesns li.artqzone { background: #ffc028 }
.articlesns li.artqzone i { background: #ffe6a9 url(../images/icon.png) no-repeat -265px -175px }
.articlesns li i { width: 30px; height: 30px; float: left; margin: 5px 10px 0 6px; border-radius: 50% }
.articlesns a { float: none !important; margin: 0 !important; padding: 0 !important; font-size: 16px !important; color: #fff; line-height: 40px !important; background: none no-repeat !important }
.articlesns a:hover { color: #fff !important; opacity: 1 !important }

.articlepage { margin: 22px 0 0; padding: 22px 0 0; border-top: 1px solid var(--c-border); overflow: hidden }
.articlepage .prepage { width: 50%; float: left }
.articlepage .nextpage { width: 50%; float: right; text-align: right }
.articlepage span { color: var(--c-light) }
.articlepage p { font-size: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden }

.relates ul { margin: 0; list-style: none; overflow: hidden; zoom: 1; display: flex; flex-wrap: wrap; gap: 20px; padding: 20px }
.relates ul:after { content: ""; display: block; clear: both }
.relates li { width: calc((100% - 40px) / 3); height: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block; vertical-align: top }
.relates a { margin: 0; font-size: 14px; color: var(--c-text); line-height: 1.5; display: block }
.relates a:hover { color: var(--c-primary-d) }
.relates span { width: 100%; height: 140px; margin: 0 0 10px; overflow: hidden; position: relative; display: block; border-radius: var(--radius-sm) }
.relates img { width: 100%; min-height: 140px; margin: 0 0 5px; position: absolute }
.relatescon { padding: 22px 24px 0 }

.cmtcon { padding: 8px 24px 14px }
.cmtpost { margin-top: 18px; overflow: hidden }
.cmtimg { width: 50px; float: left }
.cmtimg img { width: 50px; height: 50px; border-radius: 50% }
.cmtarea { padding-left: 68px }
.cmtarea span { color: var(--c-light); line-height: 35px }
.cmtarea textarea { width: 100%; height: 100px; padding: 10px; border: 1px solid var(--c-border); border-radius: var(--radius-sm); box-shadow: 0 1px 0 0 #f0f0f0; outline: 0; overflow: hidden; box-sizing: border-box }
.cmtarea textarea.on { border: 1px solid var(--c-primary) }
.cmtbtn { margin-top: 10px; zoom: 1 }
.cmtbtn:after { content: ""; display: block; clear: both }
.cmtbtn span { color: var(--c-light) }
.cmtbtn input, .cmtbtn button {
    width: 86px;
    height: 34px;
    float: right;
    font-size: 15px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    border: 0;
    border-radius: var(--radius-sm);
    outline: 0;
    cursor: pointer;
    background: linear-gradient(135deg, var(--c-primary), var(--c-primary-d));
}

.cmtinfo { width: auto; float: left; padding: 20px 0 20px 68px; overflow: hidden; display: none }
.cmtinfo .on { border: 1px solid var(--c-primary) }
.cmtinfo p { width: auto; float: none; padding: 5px 0 }
.cmtinfo input { width: 180px; height: 24px; padding: 2px 8px; border: 1px solid var(--c-border); border-radius: var(--radius-sm); outline: 0 }
.cmtinfo label { padding: 0 10px; line-height: 26px }
.cmtinfo #inpVerify { width: 100px }
.cmtinfo img { width: 70px; height: 26px; margin-left: 10px; vertical-align: top }

.msg { border-bottom: 1px solid var(--c-border); padding: 20px 0; overflow: hidden }
.msg .msgimg { width: 50px; height: 50px; float: left }
.msg .msgimg .avatar { width: 50px; height: 50px; border-radius: 50% }
.msg .msgname a { color: var(--c-accent-d) }
.msg .msgtxt { width: 100%; float: right; margin-left: -60px }
.msg .msgtxt .msgtxtbogy { margin-left: 60px }
.msg .msgtxt .msgname { height: 24px; line-height: 24px }
.msg .msgtxt .msgname span { font-size: 12px; color: var(--c-text) }
.msg .msgtxt .msgarticle { padding: 5px 0; font-size: 14px; color: var(--c-text) }
.msg .msgarticle .msg { margin-top: 10px; padding: 0; padding-top: 20px; font-size: 12px; border: 0; border-top: 1px solid var(--c-border) }
.msg .msgarticle .msg .msgimg { width: 32px; height: 32px }
.msg .msgarticle .msg .msgimg .avatar { width: 32px; height: 32px }
.msg .msgarticle .msg .msgtxt { width: 100%; float: right; margin-left: -40px }
.msg .msgarticle .msg .msgtxt .msgtxtbogy { margin-left: 40px }
.msg .msgarticle .msg .dot { display: none }

/* ---------- Pagination ---------- */
.pagebar,
.cmtpagebar {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
    text-align: center;
    background: transparent;
    clear: both;
}

.pagebar .now-page,
.cmtpagebar .now-page {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 6px 14px;
    margin: 5px;
    border-radius: var(--radius-sm);
    background: var(--c-primary);
}

.pagebar a,
.cmtpagebar a {
    margin: 4px;
    padding: 6px 14px;
    color: var(--c-text);
    font-weight: 500;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    background: #fff;
}

.pagebar a:hover,
.cmtpagebar a:hover {
    color: var(--c-primary-d);
    border-color: var(--c-primary);
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 22px 0 6px;
    justify-content: center;
}

.pagination li { width: auto; margin: 0 }

.pagination li a {
    font-size: 14px;
    min-width: 36px;
    height: 36px;
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: #fff;
    color: var(--c-text);
}

.pagination li a:hover {
    color: var(--c-primary-d);
    border-color: var(--c-primary);
}

.pagination .active a {
    background: var(--c-primary);
    color: #fff;
    border-color: var(--c-primary);
}

.pagination-loading { padding: 10px 0; text-align: center; border-radius: var(--radius-sm); background: #eef2f6 }

.ias_trigger,
.ias_loader { margin: 0; font-size: 15px; color: var(--c-muted) }

.ias_trigger a,
.ias_loader a {
    padding: 12px 0;
    font-size: 15px;
    color: var(--c-primary-d);
    text-align: center;
    border: 1px solid var(--c-border);
    background: #fff;
    border-radius: var(--radius-sm);
    display: block;
}

.ias_trigger a:hover,
.ias_loader a:hover {
    color: #fff;
    border-color: var(--c-primary);
    background: var(--c-primary);
}

/* ---------- Friend links ---------- */
.friendlinks {
    margin: 0 0 28px;
    padding: 18px 24px;
    line-height: 26px;
    border: 1px solid var(--c-border);
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    clear: both;
    box-shadow: var(--shadow);
}

.friendlinks h4 {
    float: left;
    padding-right: 20px;
    font-size: 15px;
    color: var(--c-text);
    font-weight: 600;
}

.friendlinks ul {
    float: left;
    padding-left: 20px;
    border-left: 1px solid var(--c-border);
}

.friendlinks li {
    margin-right: 18px;
    color: var(--c-text);
    display: inline;
}

.friendlinks a { color: var(--c-muted) }
.friendlinks a:hover { color: var(--c-primary-d) }

/* ---------- Footer ---------- */
.footer {
    margin: 40px 0 0;
    color: #cbd5e1;
    background: linear-gradient(160deg, var(--c-primary-dd), #0b3f3a 60%, #082f2b);
    position: relative;
}

.footer:before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--c-accent), var(--c-primary-l), var(--c-accent));
}

.foot-main {
    padding: 44px 0 30px;
}

.foot-main .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.foot-col {
    flex: 1 1 0;
    min-width: 160px;
}

.foot-col.foot-about {
    flex: 1.4 1 220px;
}

.foot-col h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.foot-col h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: var(--c-accent);
    border-radius: 2px;
}

.foot-about p {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 14px;
}

.foot-about .foot-logo {
    display: inline-block;
    margin-bottom: 14px;
    max-height: 44px;
}

.foot-about .foot-logo img {
    max-height: 44px;
    width: auto;
}

.foot-contact li {
    font-size: 13px;
    color: #94a3b8;
    line-height: 2;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.foot-contact li span {
    flex: 1 1 auto;
    word-break: break-all;
}

.foot-contact li b {
    color: #cbd5e1;
    font-weight: 500;
    flex: 0 0 auto;
}

.footnav {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footnav li {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.footnav li.noline { border: 0 }

.footnav a {
    font-size: 13px;
    color: #94a3b8;
    line-height: 2;
    display: inline-block;
    transition: color .18s ease, padding .18s ease;
}

.footnav a:hover {
    color: var(--c-accent);
    padding-left: 6px;
}

.foot-qr {
    text-align: center;
}

.foot-qr .qr-img {
    width: 120px;
    height: 120px;
    padding: 8px;
    background: #fff;
    border-radius: var(--radius-sm);
    margin: 0 auto 10px;
}

.foot-qr .qr-img img {
    width: 100%;
    height: 100%;
}

.foot-qr .qr-tip {
    font-size: 12px;
    color: #94a3b8;
}

.foot-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
}

.foot-bottom .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.copyright {
    line-height: 1.8;
    color: #7e94a3;
    text-align: left;
    text-transform: none;
}

.copyright a {
    font-size: 13px;
    color: #7e94a3;
}

.copyright a:hover {
    color: var(--c-accent);
}

.foot-stats {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 12px;
    color: #7e94a3;
}

.foot-stats span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* ---------- Back to top ---------- */
a.backtotop {
    width: 44px;
    height: 44px;
    margin-left: 612px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    cursor: pointer;
    opacity: .85;
    position: fixed;
    _position: absolute;
    left: 50%;
    bottom: 80px;
    _bottom: 30px;
    background: var(--c-primary);
    box-shadow: 0 6px 18px rgba(13, 148, 136, 0.4);
    overflow: hidden;
    z-index: 99;
    transition: opacity .2s ease, transform .2s ease;
}

a.backtotop i:after {
    content: "\eb5c";
    font-size: 22px;
    color: #fff;
    font-family: icomoon;
}

a.backtotop:hover {
    opacity: 1;
    transform: translateY(-3px);
    background: var(--c-primary-d);
}

/* ---------- Paybox ---------- */
.paybox { width: 100%; padding: 50px 0; background: #f8fafc }
.paystate { padding: 10px 50px 30px; border: 1px solid #bbe1f1; background: #eefaff; border-radius: var(--radius) }
.paystate h3 { padding: 20px 0; font-size: 30px; color: #5bbf23 }
.paystate h3 i { margin-right: 10px; font-size: 38px; color: #5bbf23; font-family: icomoon; display: inline-block; vertical-align: top }
.paystate h3 i:after { content: "\e07d" }
.paystate p { font-size: 16px; color: var(--c-text); line-height: 32px }
.paystate p strong { color: #005375 }
.autotrade { margin: 20px 0; padding: 5px 20px 10px; color: var(--c-accent-d); line-height: 30px; border: 1px solid var(--c-accent); background: #fff5e9; border-radius: var(--radius-sm) }
.autotrade strong { padding: 10px 0; font-size: 22px; color: var(--c-danger); font-weight: normal; word-break: break-word; border-top: 1px dotted var(--c-accent); display: block }

/* ---------- View all / read more ---------- */
.viewall {
    overflow: hidden;
    position: relative;
}

.teles,
.telesmore {
    width: 100%;
    height: 150px;
    color: var(--c-primary-d);
    text-align: center;
    font-size: 14px;
    text-indent: 0;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 50%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.telesmore i {
    margin: 90px auto 0;
    line-height: 36px;
    text-align: center;
    border: 1px solid var(--c-primary);
    border-radius: var(--radius-sm);
    background: #fff;
    display: block;
    width: 140px;
}

.telesmore i:after {
    content: "\e313";
    font-size: 22px;
    font-family: icomoon;
    display: inline-block;
    vertical-align: top;
    animation: telesmoreico .4s infinite alternate;
}

.teles i {
    margin: 80px 0 20px;
    font-size: 18px;
    font-style: normal;
    text-indent: 0;
    line-height: 28px;
    display: inline-block;
}

.teles i:after {
    content: "\e313";
    width: 33px;
    margin-left: -20px;
    font-size: 30px;
    font-family: icomoon;
    position: absolute;
    bottom: 20px;
    left: 50%;
    animation: telesico .4s infinite alternate;
}

@-webkit-keyframes telesico { 0% { -webkit-transform: translate(0, 0) } 100% { -webkit-transform: translate(0, 5px) } }
@-webkit-keyframes telesmoreico { 0% { -webkit-transform: translate(0, -2px) } 100% { -webkit-transform: translate(0, 3px) } }

@keyframes telesico { 0% { transform: translate(0, 0) } 100% { transform: translate(0, 5px) } }
@keyframes telesmoreico { 0% { transform: translate(0, -2px) } 100% { transform: translate(0, 3px) } }

/* ---------- Misc helpers ---------- */
.zoom { display: inline-block; vertical-align: top }
.fixedfloat { width: 260px }
.fixed { position: fixed; _position: absolute; top: 0; z-index: 1 }
.absolute { position: absolute }
.topicentry { text-align: center }
.warnbox { padding: 6px 0; font-size: 14px; color: #005375; line-height: 22px; text-align: center; border-top: 1px solid #bbe1f1; border-bottom: 1px solid #bbe1f1; background: #eefaff; border-radius: var(--radius-sm) }
.warnbox a { font-weight: 600 }
.topicpage { width: 1920px; margin: 0 0 0 -960px }
.topicbox { padding: 27px; border: 1px solid #cfcfcf; border-radius: var(--radius) }
.footitem { padding: 20px 0 }
.btmitem { margin: 0 0 10px; padding: 20px 30px 20px 60px; font-size: 14px; border: 1px solid var(--c-border); background: #fff; overflow: hidden; border-radius: var(--radius) }
.btmitem dl { float: left; line-height: 24px }
.btmitem dt { font-size: 16px }
.btmitem a { color: var(--c-muted) }
.btmlink { width: 140px }
.btmlink dt { margin-bottom: 15px }
.btmlink dd { line-height: 30px }
.btmqr { width: 215px; text-align: center; border-left: 1px solid var(--c-border) }
.btmqr dt { margin-bottom: 10px }
.btmqr .qr { width: 100px; height: 100px; margin-bottom: 10px }
.btmqr i { margin: -1px 5px 0 0; display: inline-block; vertical-align: top }
.btmqr i.weiboico:after { content: "\ea9a"; font-size: 18px; color: #da251c; font-family: icomoon }
.btmqq { width: 240px; padding-left: 30px; line-height: 18px; text-align: center; border-left: 1px solid var(--c-border) }
.btmqq dt i { width: 50px; height: 50px; font-size: 30px; color: var(--c-primary); font-family: icomoon; line-height: 50px; border: 1px solid var(--c-primary); border-radius: 50%; display: inline-block }
.btmqq dt i:after { content: "\e970" }
.btmqq dt i.qqico { color: #5892d9; border: 1px solid #5892d9 }
.btmqq dt i.qqico:after { content: "\eb4d" }
.btmqq dt i.wechatico { color: #5bbf23; border: 1px solid #5bbf23 }
.btmqq dt i.wechatico:after { content: "\eb4e" }
.btmqq dd { line-height: 22px }
.qqnum { padding: 10px 0 5px; font-size: 24px; color: #000 }
.qqnum a { font-size: 24px; color: #000 }
.qqnum a:hover { text-decoration: none }
.timer { margin: 5px 0; font-size: 13px; color: var(--c-text) }
.sinaweibo { width: 20px; height: 17px; margin-right: 5px; background: url(../images/icon.png) no-repeat 0 -90px; vertical-align: text-bottom }

/* ============================================================
   Responsive
   ============================================================ */
@media screen and (max-width: 1200px) {
    .slide { flex: 1 1 100%; }
    .hot { flex: 1 1 100%; }
    .catelist li { width: calc((100% - 24px) / 2); }
    a.backtotop { margin-left: 50%; }
}

@media screen and (max-width: 992px) {
    .wrap { padding: 0 14px; }

    .head .wrap { flex-wrap: wrap; gap: 16px; }
    .head-divider, .head-tagline { display: none; }
    .search { margin-left: auto; width: 100%; }
    .searchform { width: 100%; }

    .single { flex-direction: column; }
    .side { flex: 1 1 100%; width: 100%; }
    .content { width: 100%; }

    .catelist li { width: calc((100% - 24px) / 2); }

    .foot-main .wrap { gap: 24px; }
    .foot-col.foot-about { flex: 1 1 100%; }
    .foot-col { flex: 1 1 40%; }
    .foot-qr { flex: 1 1 100%; }

    .sale, .salealbum, .saleinfo { width: 100%; margin: 0 }
    .saleimg { width: auto; height: 360px }
    .salecon { width: 100%; margin: 0 }
    .paybtn input { width: 100% }

    .body { padding: 24px 20px; }
    .body p { font-size: 16px; line-height: 1.9; word-wrap: break-word }
    h1.biaoti, .catalist h1 { font-size: 24px }

    .sublogo, .alilogo, .posttags, .payor, .paybtn .payqr, .btmqr { display: none }

    .friendlinks { padding: 18px }
    .friendlinks h4 { float: none; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--c-border) }
    .friendlinks ul { width: auto; margin: 0; padding: 0; border: 0 }

    .feature-grid { grid-template-columns: repeat(2, 1fr); }

    .btmitem { padding-left: 30px }
    .btmlink { width: 110px; padding: 20px 0 }
    .btmqq { width: 220px }
}

@media screen and (max-width: 768px) {
    .top .wrap { justify-content: center; text-align: center; }
    .topbar-left { width: 100%; justify-content: center; }

    .head { padding: 14px 0; }
    .logo a { height: 48px; }
    .logo a img { max-height: 48px; }

    .menu { height: 48px; }
    .menu .wrap { position: relative; }
    .menuico { display: block; }
    .menunav {
        display: none;
        width: 100%;
        position: absolute;
        top: 48px;
        left: 0;
        background: #fff;
        box-shadow: var(--shadow-lg);
        border-radius: 0 0 var(--radius) var(--radius);
        overflow: hidden;
        z-index: 99;
    }
    .menunav.on { display: block; }
    .menunav li { width: 100%; line-height: 46px; border-bottom: 1px solid var(--c-border-l); }
    .menunav li:last-child { border-bottom: 0; }
    .menunav li a { color: var(--c-text); padding: 0 20px; display: block; font-size: 15px; }
    .menunav li a:hover,
    .menunav li a.on,
    .menunav li.on a { color: var(--c-primary-d); background: #f1f5f9; }
    .menunav li:before { display: none; }
    .menunav li.subcate:hover .subnav { display: none; }
    .menunav li .subnav { position: static; box-shadow: none; background: #f8fafc; }
    .menunav li .subnav a { padding-left: 36px; }

    .main { padding: 16px 0 0; }
    .focus { margin-bottom: 22px; }
    .slide a { padding-bottom: 50%; }

    .catelist ul { gap: 16px; }
    .catelist li { width: 100%; }
    .catelist .listinfo, .catelist .shade, .catelist .listshadow { display: none; }

    .catetitle h3, .catetitle h3 a { font-size: 19px; }

    .catalist { padding: 16px }
    .catalist ul { margin-left: 0 }

    .relates li { width: calc((100% - 16px) / 2); }
    .relates li span { height: 100px }
    .relates li img { min-height: 100px }
    .relatescon { padding: 18px 16px 0 }

    .postmulti { width: 100%; margin: 0 0 16px; padding: 0; display: block }
    .postpic { width: 100%; max-height: 220px; float: none; margin: 0 0 10px }
    .postpic a { width: 100%; height: 0; padding-bottom: 60%; overflow: hidden; position: relative; display: block }
    .postpic img { width: 100%; height: auto; min-height: 100%; position: absolute; top: 0; left: 0 }
    .postcon { display: none }
    .postinfo h2 { height: auto; margin: 0 0 10px }
    .postinfo h2 a { font-size: 15px }

    .listdate time, .metatime time { display: none }
    .price { margin: 10px 0; padding-top: 20px; border-top: 1px solid var(--c-border) }
    .payor { margin: 0 15px }
    .tags a { margin-top: 10px }

    .top, .metauser, .metacate, .salebtn, .cmtbtn span, .msgname span, .mapcate, .mapdate { }

    .articlesns li { width: 100%; margin: 10px auto 0; }
    .articlesns li.artweibo i, .articlesns li.arttblog i, .articlesns li.artqzone i { margin: 5px 0 0 4px }

    .articlepage { margin: 18px 0 0; padding: 18px 0 0; }
    .articlepage .prepage { width: 100%; float: none; margin: 0 0 18px }
    .articlepage .nextpage { width: 100%; float: none; text-align: left }
    .articlepage p { margin-top: 8px }
    .articlepage p a { font-size: 15px; line-height: 1.6; text-overflow: ellipsis; white-space: inherit; overflow: hidden }

    .adcontact { text-align: left }
    .adcontact input { width: 100%; margin: 0; box-sizing: border-box }
    .adsubmit { width: 100%; float: none; margin-top: 18px; display: inline-block }
    .adsubmit input { width: 100% }

    .cmtcon { padding: 0 14px 14px }
    .cmtpost { margin-top: 12px }
    .cmtarea { float: none; padding: 0 }
    .cmtbtn { margin: 0 }
    .cmtbtn input, .cmtbtn button { width: 100%; float: none; margin: 6px 0 0 }
    .cmtimg { display: none }
    .cmtinfo { width: auto; padding: 18px 0 }

    .foot-main { padding: 30px 0 20px; }
    .foot-col { flex: 1 1 100%; }
    .foot-bottom .wrap { flex-direction: column; text-align: center; }
    .copyright { text-align: center; }

    a.backtotop { margin-left: 0; right: 18px; left: auto; bottom: 60px; }
}

@media screen and (max-width: 480px) {
    .catelist li { width: 100%; }
    .relates li { width: 100%; }
    .search ul { flex-wrap: wrap; }
    .feature-grid { grid-template-columns: 1fr; }
}
