﻿﻿/*
Theme Name:JetWong
*/

/* 全局重置：HTML5语义元素统一为块级，用于基础布局 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

div,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    background-color: #E9EAEC;
    font: 100%/1.5em 'Microsoft Yahei', Arial, tahoma;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: #333;
}

a:hover {
    color: #007ACC;
}

input {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input:focus {
    outline: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

a img {
    border: none;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 0.75em;
    width: 100%;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    box-sizing: border-box;
}

table th {
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

hr {
    border: none;
    border-bottom: 1px solid #eee;
}

/* 布局容器：页面通用内层容器（居中与宽度约束） */
.inner {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.inner.container {
    padding: 0;
}

.inner.container.mainad {
    padding: 0;
    overflow: visible !important;
    flex: 0 0 auto;
}

.page-content {
    flex: 1;
    padding-bottom: 12px;
}

/* 避免内容被裁剪 */
.page-content.container,
.page-content.inner.container {
    overflow: visible;
}

.thumbnail img {
    width: 100%;
    display: block;
}

.blank {
    height: 0;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.topad {
    margin-bottom: 19px;
}

/* 首页广告区域：主广告区容器与尺寸控制 */
.mainad {
    margin-bottom: 20px;
    width: 100%;
    max-width: 1180px;
    padding: 0;
    box-sizing: border-box;
}

.topad img,
.mainad img {
    width: 100%;
    height: auto;
    display: block;
}

.mainad .flexslider,
.mainad .bottom-slider {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    height: auto;
    overflow: visible;
    box-sizing: border-box;
}

/* 隐藏轮播导航，避免占用额外高度 */
.mainad .flex-direction-nav,
.mainad .flex-control-nav {
    display: none;
}

.mainad .flexslider .slides,
.mainad .bottom-slider .slides {
    margin: 0;
    padding: 0;
    height: auto;
    box-sizing: border-box;
}

.mainad .flexslider .slides li,
.mainad .bottom-slider .slides li {
    margin: 0;
    padding: 0;
    background: transparent;
}

.mainad .flexslider .slides li a,
.mainad .bottom-slider .slides li a {
    display: block;
    line-height: 0;
    font-size: 0;
}

.mainad .flexslider .slides li img,
.mainad .bottom-slider .slides li img {
    width: 100%;
    height: auto;
    display: block;
}

.flexslider .slides>li:not(.flex-active-slide) {
    display: none !important;
}

.flexslider .slides>li.flex-active-slide {
    display: block !important;
}

/* 移除首帧特殊显示规则，避免干扰插件的切换逻辑 */

.no-js .flexslider .slides>li:first-child {
    display: block !important;
}

.mainad .flexslider .slides li .image-bg,
.mainad .bottom-slider .slides li .image-bg {
    display: none;
}

.content .mainad {
    border-bottom: 1px solid #eee;
    padding: 0 18px 20px;
}

/* 底部广告容器：单独靠近 footer */
.mainad-bottom {
    margin-top: 0px !important;
    margin-bottom: -4px !important;
}

.mainad-bottom {
    flex: 0 0 auto;
}

.mainad-bottom .flexslider,
.mainad-bottom .bottom-slider {
    height: 123px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.mainad-bottom .slides,
.mainad-bottom .slides li,
.mainad-bottom .slides li a {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    height: 123px !important;
}

.mainad-bottom .slides li a {
    display: block !important;
}

.mainad-bottom .slides li img {
    width: 100% !important;
    height: 123px !important;
    display: block !important;
}

.mainad-bottom .flex-direction-nav,
.mainad-bottom .flex-control-nav {
    display: none !important;
}

/* 站点头部：头部栏视觉样式（背景、高度） */
.header {
    background-color: #343639;
    height: 60px;
    width: 100%;
}

.logo {
    float: left;
    height: 60px;
    width: auto;
    width: 200px;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    height: 60px;
    width: auto;
}

/* 顶部导航：主菜单样式与交互状态 */
.nav {
    float: right;
}

.nav .menu ul li {
    float: left;
    line-height: 60px;
    color: #fff;
    font-size: 1em;
    border-right: 1px solid #000;
    border-left: 1px solid #444;
    position: relative;
    min-width: auto;
}

.top-other ul li {
    float: left;
    line-height: 60px;
    color: #fff;
    font-size: 1em;
    border-right: 1px solid #000;
    border-left: 1px solid #444;
    box-shadow: inset -1px 0 0 #444;
    position: relative;
    width: 46px;
    text-align: center;
}

.top-other ul li:first-child {
    border-left: 1px solid #444 !important;
    box-shadow: inset -1px 0 0 #444 !important;
}

.nav .menu>ul>li:first-child {
    border-left: 1px solid #444;
    box-shadow: inset 1px 0 0 #000;
    transition: border-left-color 0.3s ease, box-shadow 0.3s ease;
}

.nav .menu>ul>li:first-child:hover {
    border-left: 1px solid #444;
    box-shadow: inset 1px 0 0 #000;
}

.nav .menu>ul>li:first-child>a:hover {
    background-color: #007ACC;
}

.nav .menu>ul>li:first-child>a:hover {
    background-color: #007ACC;
}

.nav .menu ul li ul li:first-child {
    border-left: none !important;
    box-shadow: none !important;
}

.top-other ul li.theme-switcher {
    border-left: 1px solid #444;
    border-right: 1px solid #000;
    box-shadow: inset -1px 0 0 #444;
    text-align: center;
}

.nav .menu ul li a {
    color: #fff;
    padding: 0 20px;
    display: block;
}

.nav .menu ul li a:hover {
    background-color: #007ACC;
}

.nav .menu ul li.current>a {
    background-color: transparent;
    color: #fff;
}

.nav .menu ul li.current>a:hover {
    background-color: #007ACC !important;
    color: #fff !important;
}

.nav .menu ul li ul.sub-nav li a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    transition: background-color 0.3s ease;
}

.nav .menu ul li ul.sub-nav li a:hover {
    background-color: #007ACC;
}

.nav .menu ul li ul {
    position: absolute;
    left: 0;
    top: 60px;
    width: 150px;
    border-radius: 0 0 3px 3px;
    background-color: #343639;
    overflow: hidden;
    border-top: 1px solid #000;
    z-index: 9;
    display: none;
}

.nav .menu ul li ul li {
    float: none;
    line-height: 1.5em;
    font-size: 0.875em;
    text-align: center;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-top: 1px solid #444 !important;
    border-left: none !important;
    border-right: none !important;
}

.nav .menu ul li ul li:first-child {
    border-top: none;
}

.nav .menu ul li ul li a {
    padding: 10px 0;
    border-left: none !important;
    border-right: none !important;
}

.nav .menu ul li ul li,
.nav .menu>ul>li>ul>li,
.nav .menu ul li .sub-nav li {
    border-left: none !important;
    border-right: none !important;
}

.nav .menu ul li ul li a,
.nav .menu>ul>li>ul>li>a,
.nav .menu ul li .sub-nav li a {
    border-left: none !important;
    border-right: none !important;
}

.nav .menu ul.submenu {
    display: block;
}

/* 顶部工具区：菜单/搜索/主题切换/用户中心按钮 */
.top-other {
    float: right;
    margin-right: -48px;
}

.top-other ul li i {
    padding: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
}

.top-other ul li .social-share,
.top-other ul li .dropdown-menu {
    position: absolute;
    right: -2px;
    top: 60px;
    width: 150px;
    background-color: #343639;
    padding: 0;
    border-top: 1px solid #000;
    display: none;
    z-index: 9;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.top-other ul li .social-share a,
.top-other ul li .dropdown-menu a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 0.875em;
    border-bottom: 1px solid #000;
    border-top: 1px solid #444;
    border-left: none;
    border-right: none;
    transition: all 0.3s ease;
}

.top-other ul li .social-share a:hover,
.top-other ul li .dropdown-menu a:hover {
    background-color: #007ACC;
    color: #fff;
}

.top-other ul li.theme-switcher {
    position: relative;
}

.top-other ul li.theme-switcher .sub-nav,
.top-other ul li.theme-switcher .theme-menu,
.top-other ul li.theme-switcher ul.sub-nav.theme-menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 150px;
    border-radius: 0 0 3px 3px;
    background-color: #343639;
    overflow: hidden;
    border-top: 1px solid #000;
    z-index: 9;
}

.top-other ul li.theme-switcher .sub-nav a,
.top-other ul li.theme-switcher .theme-menu a,
.top-other ul li.theme-switcher ul.sub-nav.theme-menu a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 0.875em;
    border-bottom: 1px solid #000;
    border-top: 1px solid #444;
    border-left: none;
    border-right: none;
    transition: all 0.3s ease;
}

.top-other ul li.theme-switcher .sub-nav a:hover,
.top-other ul li.theme-switcher .theme-menu a:hover,
.top-other ul li.theme-switcher ul.sub-nav.theme-menu a:hover {
    background-color: #007ACC;
    color: #fff;
}

.top-other ul li.theme-switcher:hover .sub-nav,
.top-other ul li.theme-switcher:hover .theme-menu,
.top-other ul li.theme-switcher:hover ul.sub-nav.theme-menu,
.top-other ul li.theme-switcher.cur-menu .sub-nav,
.top-other ul li.theme-switcher.cur-menu .theme-menu,
.top-other ul li.theme-switcher.cur-menu ul.sub-nav.theme-menu {
    display: block;
}

.top-other ul li.theme-switcher .sub-nav a.active {
    color: #007ACC;
    font-weight: bold;
}

.top-other ul li.user-info {
    position: relative;
}

.top-other ul li.user-info .sub-nav {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 150px;
    border-radius: 0 0 3px 3px;
    background-color: #343639;
    overflow: hidden;
    border-top: 1px solid #000;
    z-index: 9;
}

.top-other ul li.user-info .sub-nav a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 0.875em;
    border-bottom: 1px solid #000;
    border-top: 1px solid #444;
    border-left: none;
    border-right: none;
    transition: all 0.3s ease;
}

.top-other ul li.user-info .sub-nav a:hover {
    background-color: #007ACC;
    color: #fff;
}

.top-other ul li.user-info:hover .sub-nav,
.top-other ul li.user-info.cur-menu .sub-nav {
    display: block;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.top-other .icon-menu {
    display: none;
    border-left: 1px solid #444;
    border-right: 1px solid #000;
    box-shadow: inset -1px 0 0 #444;
}

.top-other ul li.cur-menu {
    border-right: 1px solid #000;
    border-left: 1px solid #444;
}

/* 搜索栏遮罩：顶部固定的搜索区域与展示 */
.search-bg {
    background-color: #F5F5F5;
    width: 100%;
    padding: 20px 0;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

/* 页面主体：全局边距与内边距 */
body {
    margin: 0;
    padding: 60px 0 0 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.search-open {
    padding-top: 60px;
    margin-top: 0;
}

.search-bg.search-open {
    display: block;
}

.search-bg .inner {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.search-form,
.search-form input {
    float: none;
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    max-width: 100%;
}

.search-form .s {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 32px;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 0.875em;
    width: 500px;
    border-radius: 3px;
    box-sizing: border-box;
    min-width: 200px;
    vertical-align: middle;
}

.search-form button {
    border: none;
    background-color: #007ACC;
    color: #fff;
    height: 32px;
    padding: 0 10px;
    cursor: pointer;
    margin: 0;
    border-radius: 3px;
    font-size: 1em;
    vertical-align: middle;
    flex-shrink: 0;
    line-height: 32px;
}

.tagscloud {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 10px;
    line-height: 32px;
    font-size: 0.875em;
}

.tagscloud span,
.tagscloud a {
    display: inline-block;
}

.tagscloud a {
    color: #32A5E7;
    margin-left: 0;
}

.container {
    overflow: hidden;
}

.breadcrumb {
    font-size: 0.875em;
    color: #666;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.breadcrumb span {
    padding: 0 18px;
    border-left: 3px solid #D90000;
}

/* 主内容列：首页主列宽度与布局 */
.main {
    width: 840px;
    float: left;
    box-sizing: border-box;
}

/* 今日头条模块：容器样式与基础布局 */
.top-news-section {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: visible !important;
    box-sizing: border-box;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.top-news-content {
    display: flex !important;
    align-items: stretch;
    height: 326px;
    margin-top: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.top-news-content .focus {
    width: 433px;
    height: 326px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
    border-right: 1px solid #e0e0e0;
    float: none;
    margin: 0;
    display: block !important;
}

.top-news-content .focus .flexslider {
    height: 326px;
    width: 100%;
}

.top-news-content .focus .flex-viewport {
    max-height: 326px;
}

.top-news-content .focus .slides>li {
    display: block !important;
}

.top-news-content .focus .slides li img {
    height: 326px;
}

.top-news-content .focus .slides li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible !important;
}

.top-news-content .focus .flex-caption,
.focus .flex-caption {
    position: absolute;
    width: 100%;
    padding: 12px 15px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9999;
    margin: 0;
    box-sizing: border-box;
    min-height: 45px;
    display: block;
}

.top-news-content .focus .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 15px;
    right: 0;
    text-align: right;
    padding-right: 15px;
    z-index: 11;
}

.top-news-content .focus .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
}

.top-news-content .focus .flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    transition: background 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.top-news-content .focus .flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.8);
}

.top-news-content .focus .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1);
    cursor: default;
}

.top-news-content .focus .slides li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
}

.top-news-content .focus .slides li img {
    width: 100%;
    height: 326px;
    display: block;
    object-fit: cover;
    background-color: #000;
}

.top-news-content .focus .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 15px;
    right: 0;
    text-align: right;
    padding-right: 15px;
    z-index: 3;
}

.top-news-content .focus .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
}

.top-news-content .focus .flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    transition: background 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.top-news-content .focus .flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.8);
}

.top-news-content .focus .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1);
    cursor: default;
}

/* 今日头条右侧列表：新闻列表容器与背景 */
.top-news-section .news-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
}

.top-news-section .news-list ul {
    flex: 1;
    height: 100%;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

.top-news-section .news-list ul li {
    padding: 16px 18px;
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color 0.2s ease;
    position: relative;
    overflow: hidden;
    flex: 1;
}

.top-news-section .news-list ul li+li {
    border-top: 1px solid #e8e8e8;
}

.top-news-section .news-list ul li:first-child {
    padding-top: 0;
}

.top-news-section .news-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.top-news-section .news-list ul li:hover {
    background: transparent;
}



.top-news-section .news-list ul li h4 {
    font-size: 1.1em;
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: 700;
    color: #1f2d3d;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-news-section .news-list ul li h4 a {
    color: #1f2d3d;
    transition: color 0.25s ease;
    text-decoration: none;
    position: relative;
}

.top-news-section .news-list ul li:hover h4 a {
    color: #1976d2;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.top-news-section .news-list ul li p {
    font-size: 0.9em;
    color: #556371;
    line-height: 1.7;
    height: 3.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    letter-spacing: 0.2px;
}

.main::after {
    content: "";
    display: table;
    clear: both;
}

/* 焦点图轮播：左侧轮播容器（旧版） */
.focus {
    float: left;
    width: 410px;
    height: 387px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    box-sizing: border-box;
    display: none;
}

.top {
    width: 410px;
    height: 387px;
    float: right;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    display: none;
}

.flexslider .slides>li {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.flexslider .slides:after {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

/* Flexslider通用：轮播基础样式与行为控制 */
.flexslider {
    background-color: #fff;
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    user-select: none;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 387px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.bottom-slider.flexslider .flex-viewport,
.mainad .bottom-slider.flexslider .flex-viewport,
.inner.container.mainad .bottom-slider.flexslider .flex-viewport {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.bottom-slider.flexslider .slides,
.mainad .bottom-slider.flexslider .slides,
.inner.container.mainad .bottom-slider.flexslider .slides {
    height: auto !important;
    overflow: visible !important;
}

.bottom-slider.flexslider .slides li,
.mainad .bottom-slider.flexslider .slides li,
.inner.container.mainad .bottom-slider.flexslider .slides li {
    height: auto !important;
    min-height: auto !important;
    display: block !important;
}

.bottom-slider.flexslider .slides img,
.mainad .bottom-slider.flexslider .slides img,
.inner.container.mainad .bottom-slider.flexslider .slides img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
    object-fit: contain !important;
}

.loading .flex-viewport {
    max-height: 387px;
}

.loading .bottom-slider.flexslider .flex-viewport,
.loading .mainad .bottom-slider.flexslider .flex-viewport,
.loading .inner.container.mainad .bottom-slider.flexslider .flex-viewport {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.flexslider .flex-viewport {
    transition: none !important;
}

.mainad .flexslider .flex-viewport {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.carousel li {
    margin-right: 5px;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 35px;
    right: 10px;
    text-align: right;
}

.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #869791;
    cursor: pointer;
    text-indent: 9999em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.flex-control-paging li a:hover {
    background-color: #DA6B4A;
}

.flex-control-paging li a.flex-active {
    background-color: #DA6B4A;
    cursor: default;
}

.flex-caption {
    position: absolute;
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-caption a {
    color: #fff;
}

.top h3,
.hots h3,
.content h3,
.widget h3 {
    border-left: 3px solid #D90000;
    padding-left: 15px;
    margin: 20px 0;
    font-weight: normal;
    font-size: 1em;
}

.top h3 {
    margin: 0 0 0 0;
    padding: 15px 0 12px 15px;
    flex-shrink: 0;
}

.top ul,
.widget .bloggerinfo {
    padding: 0 18px;
}

.top ul {
    flex: 1;
    overflow-y: auto;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.top ul li {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.top ul li.last {
    border-bottom: none;
    padding-bottom: 0;
}

.top h4 {
    font-size: 1.15em;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top p,
.hots ul li p {
    font-size: 0.875em;
    color: #555;
    overflow: hidden;
}

.top p {
    height: 42px;
    line-height: 1.5;
}

.hots ul li p {
    font-size: 0.95em;
    color: #4a5966;
    line-height: 1.8;
    height: 3.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    letter-spacing: 0.25px;
}

/* 最新视频与最新文章模块：主容器背景与间距 */
.hots,
.content {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 12px;
}

.hots .section-title,
.content .section-title,
.widget .section-title,
.friendlinks .section-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}

.hots ul,
.section {
    padding: 12px 18px 12px 18px;
    overflow: hidden;
}

.hots ul {
    padding-bottom: 5px;
}

.hots ul li:last-child {
    padding-bottom: 0;
}

.hots ul li {
    float: left;
    width: 49%;
    padding-bottom: 10px;
}

.hots ul li.right {
    float: right;
}

.hots ul li .thumbnail {
    width: 130px;
    height: auto;
    float: left;
    padding-right: 10px;
    overflow: hidden;
}

.hots ul li .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.hots ul li img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.hots ul li h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.15em;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}

/* 最新文章卡片：单条文章的区块与边界控制 */
.section {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.content .section:last-child {
    padding-bottom: 12px;
    margin-bottom: 0;
    border-bottom: none;
}

.section h2 {
    font-weight: bold;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.section .thumbnail {
    float: left;
    width: 200px;
    padding-right: 25px;
    position: relative;
    overflow: hidden;
}

.section .thumbnail span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
    font-size: 0.75em;
    background: rgba(71, 150, 216, .7);
    color: #fff;
}

.section .thumbnail img {
    width: 100%;
    height: auto;
}

.section .excerpt p {
    font-size: 0.875em;
    color: #555;
    height: 72px;
    overflow: hidden;
}

.postmeta {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.postmeta span {
    font-size: 0.75em;
    color: #666;
    margin-right: 15px;
}

.post {
    margin: 0 18px;
    overflow: hidden;
}

.post h1.post-title {
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #555;
}

.post .postmeta {
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}

.post .postmeta span {
    color: #999;
}

.post .entry {
    color: #333;
}

.post .entry p {
    font-size: 1em;
    line-height: 1.75em;
    margin-bottom: 20px;
}

.post .entry ul,
.post .entry ol,
.post .entry hr,
.post .entry blockquote,
.post .entry h1,
.post .entry h2,
.post .entry h3,
.post .entry h4,
.post .entry h5,
.post .entry h6 {
    margin-bottom: 20px;
}

.post .entry h1,
.post .entry h2,
.post .entry h3,
.post .entry h4,
.post .entry h5,
.post .entry h6 {
    border-left: 3px solid #D90000;
    padding-left: 15px;
    font-weight: bold;
}

.post .entry li {
    font-size: 1em;
}

.post .entry ul,
.post .entry ol {
    padding-left: 2em;
}

.post .entry ul li {
    list-style: inside disc none;
    margin-left: 1px;
}

.post .entry ol li {
    list-style: inside decimal none;
}

.post .entry blockquote {
    overflow: hidden;
    border: 1px solid #eee;
    border-left: 4px solid #eee;
    background-color: #F5F5F5;
    color: #777;
    padding: 20px 20px 0;
    font-size: 0.875em;
    margin: 0 2em 20px;
    border-radius: 4px;
}

.post .entry a {
    color: #4796D8;
}

.post .entry img {
    max-width: 100%;
    height: auto;
}

.tags {
    margin-bottom: 20px;
    font-size: 0.875em;
    color: #888;
}

.tags a {
    color: #888;
    margin-right: 5px;
}

.postnavi {
    margin-bottom: 20px;
    overflow: hidden;
}

.postnavi .prev {
    float: left;
}

.postnavi .next {
    float: right;
}

.postnavi i {
    font-style: normal;
    font-family: '����';
}

.postnavi a {
    font-size: 0.875em;
    color: #555;
}

.postnavi a:hover {
    color: #007ACC;
}

.related-post,
.related-pic,
.commentslist {
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}

.related-post h3,
.related-pic h3,
.commentslist h3 {
    border: none;
    padding-left: 0;
    font-size: 1em;
    color: #333;
    margin: 20px 0 10px;
}

.related-post ul li {
    line-height: 1.75em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875em;
}

.related-pic {
    overflow: hidden;
}

.related-pic ul {
    width: 819px;
    overflow: hidden;
}

.related-pic ul li {
    float: left;
    width: 189.75px;
    padding: 5px 0;
    margin-right: 15px;
}

.related-pic ul li .thumbnail {
    margin-bottom: 5px;
    height: 143px;
    position: relative;
}

.related-pic ul li .thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.related-pic ul li p {
    font-size: 0.875em;
    height: 44px;
    overflow: hidden;
}

.commentslist ol li {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 3px;
    background-color: #f9f9f9;
}

.commentslist ol li .cmt-wrap {
    position: relative;
    padding-left: 55px;
}

.commentslist ol li .thumbnail {
    position: absolute;
    left: 0;
    top: 5px;
    width: 45px;
    height: 45px;
    border-radius: 2px;
    overflow: hidden;
}

.commentslist ol li .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

.commentslist ol li .cmt-user {
    font-size: 0.875em;
    margin-bottom: 5px;
}

.commentslist ol li .cmt-meta {
    font-size: 0.75em;
    color: #888;
    margin-bottom: 10px;
}

.commentslist ol li .cmt-meta span.reply {
    margin-left: 10px;
}

.commentslist ol li .cmt-txt {
    font-size: 1em;
}

.commentslist ol li li {
    margin-top: 10px;
    background-color: #fff;
}

.comment-form {
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-form textarea {
    border: 1px solid #dedede;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
    text-indent: 5px;
    height: 120px;
}

.comment-form p {
    margin-top: 15px;
}

.comment-form .input {
    float: left;
}

.comment-form .text,
.comment-form p.verifyCode .input {
    border: 1px solid #dedede;
    padding: 5px;
    width: 200px;
    border-radius: 3px;
    margin-right: 5px;
    height: 24px;
    line-height: 24px;
}

.comment-form p.verifyCode .input {
    width: 120px;
}

.comment-form label {
    font-size: 0.875em;
    color: #555;
}

.comment-form .submit {
    float: right;
    background-color: #007ACC;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 1.125em;
}

.pagenavi {
    text-align: center;
    margin-bottom: 20px;
}

.pagenavi a,
.pagenavi span,
.pagenavi em {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    font-size: 0.75em;
    color: #333;
    margin: 0;
}

.pagenavi a:hover {
    color: #007ACC;
}

.pagenavi a.current,
.pagenavi span {
    background-color: #007ACC;
    color: #fff;
    border-color: #007ACC;
}

/* 侧边栏：右侧区域宽度与布局 */
.sidebar {
    width: 320px;
    float: right;
    box-sizing: border-box;
}

/* 侧边挂件：通用挂件容器与内边距 */
.widget {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.textwidget {
    padding: 9px 18px;
}

.textwidget p {
    padding: 9px 0;
}

.textwidget img {
    width: 100%;
    height: auto;
}

.widget ul {
    padding: 15px 18px 15px 18px;
}

.widget.theme-widget ul {
    padding: 0 18px;
}

.widget ul li {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875em;
    margin-bottom: 13px;
}

.bar1 ul li {
    white-space: normal;
}

.widget .thumbnail {
    float: left;
    width: 100px;
    height: 75px;
    padding-right: 15px;
}

.widget .thumbnail img {
    height: 75px;
}

.widget ul li p {
    font-size: 1em;
}

.widget ul li i {
    font-style: normal;
    font-size: 0.75em;
    background-color: #eee;
    color: #888;
    padding: 3px 8px;
    margin-right: 8px;
    border-radius: 3px;
}

.widget ul li i.a1 {
    background-color: #D90000;
    color: #fff;
}

.widget ul li i.a2 {
    background-color: #FD6440;
    color: #fff;
}

.widget ul li i.a3 {
    background-color: #4796D8;
    color: #fff;
}

.widget ul li i.a4,
.a5,
.a6,
.a7,
.a8,
.a9 {
    font-style: normal;
    font-size: 0.75em;
    background-color: #eee;
    color: #888;
    padding: 3px 8px;
    margin-right: 8px;
    border-radius: 3px;
}

.widget .follow {
    padding: 0 9px;
    text-align: center;
}

.widget .follow img {
    margin: 0 9px;
    width: 130px;
    height: 150px;
}

.widget .follow1 {
    padding: 0.9px;
    text-align: center;
}

.widget .follow1 img {
    margin: 0 2px;
    width: 32px;
    height: 32px;
}

.widget ul li.list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget ul li.list .thumbnail {
    display: none;
}

.widget ul li.list.cur .thumbnail {
    display: block;
}

.widget ul li.list.cur i {
    display: none;
}

.widget ul li.list.cur p {
    white-space: normal;
}

.widget .bloggerinfo .bloggerinfoimg img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
}

.widget .bloggerinfo p,
.widget .bloggerinfo .bloggerinfoimg {
    margin-bottom: 18px;
}

.widget .bloggerinfo p.name {
    text-align: center;
    font-size: 1.25em;
}

.widget .bloggerinfo p.des {
    font-size: 0.875em;
    color: #555;
    text-indent: 2em;
}

.widget #calendar {
    margin-bottom: 18px;
}

.widget #calendar table {
    border: none;
}

.widget #calendar table td,
.widget #calendar table th {
    border: none;
    text-align: center;
}

.widget #calendar table td.day2 a {
    background-color: #D90000;
    border-radius: 50%;
    color: #fff;
    width: 17px;
    height: 17px;
    margin: 0 auto;
    display: block;
    line-height: 17px;
}

.widget.twitter p {
    margin-bottom: 5px;
    color: #555;
    font-size: 1em;
    white-space: normal;
    text-align: justify;
}

.widget.twitter ul li p.time {
    color: #888;
    font-size: 0.875em;
}

.widget.twitter p.more {
    margin-bottom: 18px;
    text-align: right;
    font-size: 0.75em;
}

.divTags ul {
    padding: 0 18px 18px;
    overflow: hidden;
}

.divTags a {
    display: block;
    float: left;
    font-size: 0.75em;
    background-color: #E1474D;
    padding: 0 8px;
    border-radius: 2px;
    margin: 2px 5px 2px 0;
    overflow: hidden;
    color: #fff;
}

.divTags a:hover {
    opacity: 0.9;
}

.divTags a:nth-child(8n-7) {
    background-color: #8A9B0F;
}

.divTags a:nth-child(8n-6) {
    background-color: #EB6841;
}

.divTags a:nth-child(8n-5) {
    background-color: #3FB8AF;
}

.divTags a:nth-child(8n-4) {
    background-color: #FE4365;
}

.divTags a:nth-child(8n-3) {
    background-color: #FC9D9A;
}

.divTags a:nth-child(8n-2) {
    background-color: #EDC951;
}

.divTags a:nth-child(8n-1) {
    background-color: #C8C8A9;
}

.divTags a:nth-child(8n) {
    background-color: #83AF9B;
}

.divTags a:first-child {
    background-color: #E1474D;
}

.divTags a:last-child {
    background-color: #3299BB;
}

.widget.blogsort ul li {
    position: relative;
    margin-bottom: 10px;
}

.widget.blogsort ul li i,
.widget.twitter p i {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-right: 0;
}

.widget.blogsort ul li span {
    float: right;
}

.widget.blogsort ul li ul {
    padding: 0 0 0 1em;
}

.widget.blogsort ul li ul li {
    margin-bottom: 0;
    margin-top: 10px;
}

.widget.newcmt ul {
    padding: 0 18px 13px;
}

.widget.newcmt ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875em;
    color: #555;
    margin-bottom: 5px;
}

.widget.newcmt ul li img {
    float: left;
    width: 40px;
    height: 40px;
    padding: 6px 5px 0 0;
}

.widget.newcmt ul li span {
    display: block;
}

.widget.newcmt ul li a {
    color: #555;
}

.widget .side-search {
    padding: 18px;
}

.widget .side-search form {
    display: block;
    width: 187px;
    margin: 0 auto;
    overflow: hidden;
}

.widget .side-search .input-search {
    border: 1px solid #dedede;
    height: 22px;
    padding: 5px 0;
    text-indent: 5px;
    line-height: 22px;
    border-radius: 3px 0 0 3px;
    float: left;
    width: 140px;
}

.widget .side-search .btn {
    float: left;
    background-color: #007ACC;
    color: #fff;
    border: none;
    height: 34px;
    padding: 0 10px;
}

#weiyu {
    padding: 18px;
}

#weiyu .main_img p {
    margin-bottom: 5px;
}

#weiyu .main_img p.author {
    font-size: 1em;
    color: #555;
}

#weiyu .main_img p span {
    font-size: 0.75em;
    color: #888;
}

#weiyu .main_img p a span {
    font-size: 1em;
}

#weiyu .main_img img {
    float: left;
    display: block;
    width: 45px;
    height: 45px;
    padding: 6px 8px 0 0;
}

#weiyu .main_cont {
    margin-bottom: 20px;
    overflow: hidden;
}

#weiyu .main_cont p {
    padding: 0 20px;
    color: #555;
    font-size: 0.875em;
}

#weiyu .main_cont .blockquote_l {
    background: url(../img/block_l.png) no-repeat left top;
    width: 20px;
    height: 20px;
    display: block;
}

#weiyu .main_cont .blockquote_r {
    background: url(../img/block_r.png) no-repeat left top;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}

#weiyu ul.r {
    margin-bottom: 15px;
}

#weiyu ul.r li {
    font-size: 0.875em;
    color: #333;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #666;
}

#weiyu ul.r li span {
    display: block;
}

#weiyu ul.r li span.name {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

#weiyu ul.r li span.time {
    font-size: 0.875em;
    color: #888;
    margin-top: 10px;
}

#weiyu ul.r li em {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
}

#weiyu ul.r li em a {
    color: #007ACC;
}

#weiyu textarea {
    width: 100%;
    border: 1px solid #ddd;
    height: 80px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 0.875em;
    margin-bottom: 10px;
}

#weiyu li .tinfo label {
    display: block;
    float: left;
    font-size: 0.875em;
    width: 50px;
    padding: 0 5px;
    height: 27px;
    border: 1px solid #ddd;
    border-right: none;
    text-align: right;
}

#weiyu li .tinfo p {
    margin-bottom: 5px;
    overflow: hidden;
}

#weiyu li .tinfo input {
    border: 1px solid #ddd;
    font-size: 0.875em;
    padding: 5px;
    float: left;
    border-radius: 0;
}

#weiyu .button_p {
    background-color: #007ACC;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 3px;
    float: right;
}

/* 友情链接：底部友情链接列表样式 */
.friendlinks {
    background-color: #fff;
    margin-bottom: 20px;
}

.friendlinks .section-title {
    padding: 10px 18px;
    font-size: 0.875em;
    margin-bottom: 10px;
}

.friendlinks .section-title span {
    font-size: 0.875em;
    color: #666;
    margin-left: 15px;
}

.friendlinks ul {
    overflow: hidden;
    padding: 0 8px 10px;
}

.friendlinks ul li {
    float: left;
    margin: 5px 10px;
    display: inline;
    font-size: 0.75em;
}

.friendlinks ul li a {
    color: #555;
}

/* 固定工具：返回顶部按钮区域与交互 */
.fixed-widget {
    position: fixed;
    right: 20px;
    top: 60%;
    z-index: 8;
}

.fixed-widget ul li {
    cursor: pointer;
    font-size: 2em;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

/* 页脚区域：底部版权与其他信息 */
.footer {
    background-color: #343639;
    color: #888;
    width: 100%;
    padding: 10px 0;
    flex: 0 0 auto;
}

.footer .inner {
    overflow: hidden;
}

.footer a {
    color: #888;
}

.footer .other {
    float: right;
    font-size: 0.75em;
    display: flex;
    align-items: center;
}

.footer .other img {
    max-width: 100%;
    height: auto;
}

.copyright {
    float: left;
    font-size: 0.75em;
}

.top-news-section .news-list ul {
    padding: 12px 16px;
}

.top-news-section .news-list ul li {
    padding: 12px 0;
    align-items: flex-start;
    text-align: left;
}

.top-news-section .news-list ul li:hover h4 a {
    color: #1976d2;
    text-decoration: none;
}

.top-news-section .news-list ul li h4 {
    font-size: 1.15em;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

.top-news-section .news-list ul li p {
    font-size: 0.95em;
    color: #4a5966;
    line-height: 1.8;
    height: 3.4em;
    letter-spacing: 0.25px;
}

.hots ul li h4 a:hover {
    color: #1976d2;
}

.section h2 a:hover {
    color: #1976d2;
}

.widget ul li a:hover {
    color: #1976d2;
}

/* 热门推荐 */
.widget.hotlist {
    border-radius: 0;
}

.widget.hotlist ul {
    padding: 10px 10px;
}

.widget.hotlist ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 0;
    margin: 0;
    border: none;
    position: relative;
}

.widget.hotlist ul li+li {
    border-top: 1px solid #eee;
}

.widget.hotlist ul li i {
    width: 22px;
    height: 22px;
    min-width: 22px;
    text-align: center;
    font-weight: 700;
    font-size: 0.7em;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.widget.hotlist ul li i.a1 {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
}

.widget.hotlist ul li i.a2 {
    background: linear-gradient(135deg, #ffb74d 0%, #ffd54f 100%);
}

.widget.hotlist ul li i.a3 {
    background: linear-gradient(135deg, #42a5f5 0%, #1976d2 100%);
}

.widget.hotlist ul li i.a4,
.widget.hotlist ul li i.a5,
.widget.hotlist ul li i.a6,
.widget.hotlist ul li i.a7,
.widget.hotlist ul li i.a8,
.widget.hotlist ul li i.a9,
.widget.hotlist ul li i.a10 {
    background: #e0e0e0;
    color: #555;
}

.widget.hotlist ul li a {
    flex: 1;
    display: block;
    color: #2c3e50;
    font-size: 1.05em;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget.hotlist ul li:hover a {
    color: #1976d2;
}

.mainad-bottom .bottom-slider.flexslider .flex-viewport {
    height: 123px !important;
    overflow: hidden !important;
}

.mainad-bottom .bottom-slider.flexslider .slides {
    height: 123px !important;
    overflow: hidden !important;
}

.mainad-bottom .bottom-slider.flexslider {
    height: 123px !important;
    overflow: hidden !important;
    position: relative;
}

.mainad-bottom .bottom-slider.flexslider .slides>li {
    display: none;
    position: relative;
}

.mainad-bottom .bottom-slider.flexslider .slides>li.flex-active-slide {
    display: block;
}

/* ========================================
   友情打赏模块样式 (Redesigned)
   ======================================== */
.sponsor-container {
    max-width: 360px;
    margin: 30px auto;
}

.unified-sponsor-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    gap: 12px;
}

.sponsor-option {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 微信支付 - 绿色 */
.sponsor-option[onclick*="wechat"] {
    background: linear-gradient(135deg, #07C160, #05a350);
}

/* 支付宝 - 蓝色 */
.sponsor-option[onclick*="alipay"] {
    background: linear-gradient(135deg, #1677FF, #0e5ecc);
}

/* PayPal - 深蓝 */
a.sponsor-option {
    background: linear-gradient(135deg, #003087, #001c52);
}

.sponsor-option:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    filter: brightness(1.1);
}

.sponsor-option:active {
    transform: translateY(0);
}

.sponsor-option.active {
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
    filter: brightness(0.9);
}

/* 隐藏分隔符 */
.sponsor-divider {
    display: none;
}

.unified-sponsor-btn a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* 二维码容器样式 */
.qrcode-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        margin-top 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform-origin: top;
    will-change: height, opacity, margin-top;
    margin-top: 0;
    pointer-events: none;
}

.qrcode-wrapper.show {
    opacity: 1;
    margin-top: 15px;
    pointer-events: auto;
}

.qrcode-content {
    transform-origin: top;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
}

.qrcode-card {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.qrcode-img-wrapper {
    padding: 10px;
    background: #f8f8f8;
    border-radius: 6px;
    margin-bottom: 10px;
}

.qrcode-card img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.qrcode-card p {
    color: #4285f4;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 8px;
    text-align: center;
}