
/* 修复确保容器正确设置 */
#plc-68f7d3888b96c {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

#plc-68f7d3888b96c .plc-header {
    padding: 1rem 0;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    #plc-68f7d3888b96c .plc-header {
        padding: 1.5rem 0;
        margin-bottom: 1.5rem;
    }
}

#plc-68f7d3888b96c .plc-title {
    font-weight: bold;
    color: var(--key-color);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

#plc-68f7d3888b96c .plc-subtitle {
    color: var(--muted-2-color);
    margin: 0;
    line-height: 1.6;
}

#plc-68f7d3888b96c .plc-main {
    width: 100%;
    padding: 0.5rem 0;
}

@media (min-width: 768px) {
    #plc-68f7d3888b96c .plc-main {
        padding: 1rem 0;
    }
}

#plc-68f7d3888b96c .plc-row {
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    #plc-68f7d3888b96c .plc-row {
        margin-bottom: 1.5rem;
    }
}

#plc-68f7d3888b96c .plc-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #plc-68f7d3888b96c .plc-track {
        gap: 2.5rem;
    }
}

#plc-68f7d3888b96c .plc-card {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--main-radius);
    transition: box-shadow 0.5s, transform 0.5s, opacity 0.5s;
    padding: 1rem;
    width: 140px;
    height: 90px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    #plc-68f7d3888b96c .plc-card {
        padding: 1.5rem;
        width: 260px;
        height: 140px;
    }
}

/* 卡片样式变体 */
#plc-68f7d3888b96c .plc-card.card-default {
    background: var(--main-bg-color);
    box-shadow: 0 1px 3px var(--main-shadow);
}

#plc-68f7d3888b96c .plc-card.card-theme {
    background: var(--theme-color);
    box-shadow: 0 1px 3px rgba(240, 68, 148, 0.2);
}

#plc-68f7d3888b96c .plc-card.card-muted {
    background: var(--muted-bg-color);
    box-shadow: 0 1px 3px var(--main-shadow);
}

#plc-68f7d3888b96c .plc-card.card-transparent {
    background: transparent;
    box-shadow: none;
}

#plc-68f7d3888b96c .plc-card:hover {
    box-shadow: 0 4px 12px var(--main-shadow);
    transform: translateY(-3px);
}

#plc-68f7d3888b96c .plc-card.card-transparent:hover {
    box-shadow: 0 2px 8px var(--main-shadow);
    background: var(--main-bg-color);
}

#plc-68f7d3888b96c .plc-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}

#plc-68f7d3888b96c .plc-card:hover img {
    transform: scale(1.05);
}

/* 向左滚动的动画逻辑 */
@keyframes plc-scroll-left-plc-68f7d3888b96c {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 0.75rem));
    }
}

#plc-68f7d3888b96c .plc-animate-left,
#plc-68f7d3888b96c .plc-animate-right {
    animation: plc-scroll-left-plc-68f7d3888b96c 20s linear infinite;
    animation-play-state: running;
}

@media (max-width: 768px) {
    #plc-68f7d3888b96c .plc-animate-left,
    #plc-68f7d3888b96c .plc-animate-right {
        animation: plc-scroll-left-plc-68f7d3888b96c 13.2s linear infinite;
    }
}

#plc-68f7d3888b96c .plc-track:hover {
    animation-play-state: paused !important;
}

/* 暗黑模式适配 */
.dark-theme #plc-68f7d3888b96c .plc-card.card-default {
    background: var(--main-bg-color);
}

.dark-theme #plc-68f7d3888b96c .plc-card.card-muted {
    background: var(--muted-bg-color);
}

/* 修复emlog可能存在的样式冲突 */
#plc-68f7d3888b96c * {
    box-sizing: inherit;
}


.footer {
    background: #333 !important;
}
.footer-fav {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: linear-gradient(to top, #00ffbb36, transparent);
    padding: 0 15px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .footer-fav {
        display: flex;
        overflow: visible;
        width: auto;
        padding: 0;
    }
}
.footer-fav .footer-fav-top {
    display: flex;
    align-items: center;
    overflow: visible;
    padding-top: 20px; /* 移动端减少顶部padding */
    padding-bottom: 20px; /* 移动端减少底部padding */
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap; /* 确保小屏幕自动换行 */
}
/* 移动端footer-fav优化 */
@media (max-width: 767px) {
    .footer-fav {
        padding-bottom: 10px;
    }
    .footer-fav .girl-info,
    .footer-fav .site-fav {
        display: none !important; /* 保留隐藏 */
    }
    .footer-fav .site-p {
        display: block !important; /* 显示站点描述 */
        margin-top: 8px;
        font-size: 12px;
        color: #666;
    }
    .footer-fav .site-info {
        width: 100%; /* 独占一行 */
        padding: 0 10px;
        text-align: center; /* 居中显示 */
    }
    .footer-fav .site-girl {
        position: static;
        width: 100%; /* 独占一行 */
        display: flex;
        align-items: center;
        justify-content: center; /* 居中显示图片 */
        padding: 15px 0 5px;
        margin: 0 auto;
    }
    .footer-fav .site-girl .girl {
        position: static;
        width: 120px; /* 缩小图片容器 */
        height: auto;
    }
    .footer-fav .thumb {
        padding-top: 116.667%;
        max-height: 140px; /* 限制最大高度 */
    }
    .footer-fav .footer-fav-top {
        padding-bottom: 10px;
    }
}
.footer-fav .site-info {
    width: 60%;
}
@media (min-width: 768px) {
    .footer-fav .site-info {
        width: auto;
    }
}
.footer-fav .site-info h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .footer-fav .site-info h2 {
        font-size: 18px; /* 移动端缩小标题 */
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .footer-fav .site-info h2 {
        font-size: 26px;
    }
}
.footer-fav .site-info h2 a {
    color: #000;
    text-decoration: none;
}
.footer-fav .site-info .site-p {
    margin-bottom: 10px;
    max-width: 500px;
}
.footer-fav .site-info .site-p p:first-child:after {
    content: ',';
}
@media (min-width: 768px) {
    .footer-fav .site-info .site-p {
        margin-bottom: 0;
    }
    .footer-fav .site-info .site-p p:first-child:after {
        content: '';
    }
}
.footer-fav .site-info p {
    margin-bottom: 10px;
    color: #797979;
    font-size: 12px;
    line-height: 1.8;
    white-space: normal;
    word-wrap: break-word;
}
@media (min-width: 768px) {
    .footer-fav .site-info p {
        display: block;
        margin-bottom: 0;
        font-size: 14px;
    }
}
.footer-fav .site-fav {
    padding-top: 5px;
}
@media (min-width: 768px) {
    .footer-fav .site-fav {
        padding-top: 24px;
    }
}
.footer-fav .site-fav .btn-orange {
    padding: 0 1.2em;
    border-radius: 8px;
    background-color: var(--focus-color);
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
    text-decoration: none;
    display: inline-block;
}
@media (min-width: 768px) {
    .footer-fav .site-fav .btn-orange {
        padding: 0 2em;
        font-size: var(--tfbk--margin);
        line-height: 3.5;
    }
}
.footer-fav .site-girl {
    position: absolute;
    bottom: 0;
    left: 50%;
}
.footer-fav .site-girl .girl {
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 180px;
    transition: all 0.3s;
}
@media (min-width: 768px) {
    .footer-fav .site-girl .girl {
        left: -50px;
    }
}
.footer-fav .site-girl .girl:after {
    position: absolute;
    top: 40%;
    left: 100%;
    display: block;
    visibility: hidden;
    color: #a7a7a7;
    content: 'Hi~';
    font-size: 20px;
    opacity: 0;
    transition: all 0.3s;
}
.footer-fav .site-girl .thumb {
    padding-top: 116.667%;
}
.footer-fav .site-girl .girl-info {
    margin-bottom: 55px;
    margin-left: 150px;
}
.footer-fav .site-girl h4 {
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
}
.footer-fav .site-girl a {
    color: #797979;
    text-decoration: none;
}
.footer-fav .site-girl a:hover {
    color: #ff5c00;
}
@media (min-width: 768px) {
    .footer-fav:hover .site-girl .girl {
        left: -80px;
    }
    .footer-fav:hover .site-girl .girl:after {
        visibility: visible;
        opacity: 1;
    }
}
.thumb {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s;
}
.wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.Onecad_fl {
    float: left;
}
.fr {
    float: right;
}
.hide_md {
    display: none;
}
@media (min-width: 768px) {
    .hide_md {
        display: block;
    }
}
#onecad_new_footer {
    clear: both;
}
#tfbk-footer-new .tfbk-footer > .wrapper {
    border-bottom: 1px solid #9e9e9e3b;
}
.footer {
    padding: 0 !important;
}
#tfbk-footer-new .tfbk-footer .widget-title {
    position: relative;
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 14px;
    color: #fff;
    text-align: left;
    margin-top: 25px;
    margin-left: 5px;
}
#tfbk-footer-new .tfbk-footer .widget-title:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #40e0d0 !important;
    content: '';
    transition: width 0.3s ease;
}
#tfbk-footer-new .tfbk-footer section:hover .widget-title:before {
    width: 80px;
}
#tfbk-footer-new .tfbk-footer .textwidget {
    padding: 10px 0;
    line-height: 26px;
}
#tfbk-footer-new .tfbk-footer section:first-child {
    width: 30%;
}
#tfbk-footer-new .tfbk-footer #nav_menu-1 li {
    display: inline-block;
    width: 45%;
}
#tfbk-footer-new .tfbk-footer #nav_menu-2,
#tfbk-footer-new .tfbk-footer #nav_menu-3,
#tfbk-footer-new .tfbk-footer #nav_menu-4 {
    width: 18%;
}
#tfbk-footer-new .tfbk-footer .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#tfbk-footer-new .tfbk-footer .widget ul li {
    position: relative;
    padding: 7px 0 8px 15px;
}
#tfbk-footer-new .tfbk-footer .widget ul li:before {
    position: absolute;
    top: 9px;
    left: 1px;
    color: #40e0d0 !important;
    content: '•';
    font-size: 16px;
    line-height: 1;
}
#tfbk-footer-new .tfbk-footer .tfbk-footer-widget-in {
    display: flex;
    justify-content: space-between;
}
#tfbk-footer-new .tfbk-footer .widget {
    padding: 0 15px;
}
#tfbk-footer-new .tfbk-footer section {
    margin: 0;
    margin-bottom: 0;
}
#tfbk-footer-new .tfbk-footer .tfbk-footer-widget-in {
    margin: 0 -10px;
}
#tfbk-footer-new .tfbk-footer section:last-child .qr-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-top: 5px;
}
.qr-item {
    text-align: center;
    padding: 0 5px;
}
.qr-wrapper {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 5px;
}
.qr-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.qr-img:hover {
    transform: scale(1.05);
}
#tfbk-footer-new .tfbk-footer section:last-child .qr-tips {
    margin-top: 8px;
    max-width: 90px;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 0;
}
#tfbk-footer-new a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #fff;
}
#tfbk-footer-new a:hover {
    color: #40e0d0 !important;
    margin-left: 3px;
}
#tfbk-footer-new .footer-bottom {
    height: auto;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    padding: 15px 20px;
    background-color: #000;
    width: 100%;
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
.footer-links {
    padding: 5px 20px;
    margin: 10px auto;
    max-width: var(--mian-max-width);
    background: linear-gradient(135deg, rgb(120 234 180/30%) 0, rgb(85 106 241/10%) 100%);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    position: relative;
    min-height: 40px;
}
.link-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-right: 100px;
    box-sizing: border-box;
}
.link-heading {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-right: 12px;
    white-space: nowrap;
    padding: 5px 0;
}
.link-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.apply-link,
.link-items a {
    color: #f0f0f0 !important;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    white-space: nowrap;
}
.apply-link:hover,
.link-items a:hover {
    color: #40e0d0 !important;
}
.apply-link {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    white-space: nowrap;
    z-index: 1;
    background-color: rgba(64, 224, 208, 0.2);
    padding: 3px 10px;
    border-radius: 4px;
}
#tfbk-footer-new .tfbk-footer-nav .wrapper {
    padding: 0;
    max-width: none;
}
.footer-bottom-container {
    max-width: var(--mian-max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#tfbk-footer-new .footer-bottom a {
    color: #ccc;
}
#tfbk-footer-new .footer-bottom a:hover {
    color: #fff !important;
}

/* 移动端核心优化 - 保留关键内容 */
@media screen and (max-width: 768px) {
    /* 显示简化的底部导航，不完全隐藏 */
    #tfbk-footer-new .tfbk-footer .tfbk-footer-widget-in {
        display: block !important;
        padding: 0 15px;
    }
    .footer-links {
        display: none !important; /* 链接区仍隐藏（可根据需求改为block） */
    }
    #tfbk-footer-new .tfbk-footer > .wrapper {
        border-bottom: none;
    }
    .tfbk-footer-nav {
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
        padding: 10px 0;
    }
    /* 底部导航栏垂直排列 */
    #tfbk-footer-new .tfbk-footer section {
        width: 100% !important;
        margin-bottom: 15px;
    }
    #tfbk-footer-new .tfbk-footer #nav_menu-1 li {
        width: 48%; /* 两列显示导航项 */
        padding: 5px 0;
    }
    #tfbk-footer-new .tfbk-footer .widget-title {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    #tfbk-footer-new .tfbk-footer .widget ul li {
        padding: 5px 0 5px 15px;
        font-size: 12px;
    }
    /* 二维码区域调整 */
    #tfbk-footer-new .tfbk-footer section:last-child .qr-container {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .qr-wrapper {
        width: 70px;
        height: 70px;
    }
    .qr-item {
        width: 45%; /* 两列显示二维码 */
        max-width: 100px;
    }
    #tfbk-footer-new .footer-bottom {
        padding: 12px 15px;
    }
    .footer-bottom-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
    .footer-bottom-right {
        margin-top: 5px;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap; /* 允许换行 */
    }
    .foot-copyright {
        font-size: 11px;
        line-height: 1.6em;
        word-break: break-all;
        white-space: normal;
        width: 100%;
    }
    .footer-bottom-right {
        font-size: 11px;
        line-height: 1.6em;
    }
}

@media screen and (min-width: 769px) {
    #tfbk-footer-new .tfbk-footer section:first-child {
        width: 25%;
    }
    #tfbk-footer-new .tfbk-footer #nav_menu-2,
    #tfbk-footer-new .tfbk-footer #nav_menu-3,
    #tfbk-footer-new .tfbk-footer #nav_menu-4 {
        width: 15%;
    }
    .link-items {
        gap: 5px;
        margin-top: 1px;
    }
    .link-items a {
        font-size: 12px;
    }
    .footer-bottom-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .foot-copyright {
        text-align: left;
    }
    .footer-bottom-right {
        text-align: right;
        display: flex;
        gap: 15px;
    }
}
.wrapper {
    margin: 0 auto;
    max-width: var(--mian-max-width);
    padding: 0 20px;
}
.entry-content > ol li::marker,
.entry-content > ul li::marker {
    color: #999;
    font-family: DIN-Medium;
}
.widget ul li {
    font-size: 13px;
    padding: 12px 16px;
    box-sizing: border-box;
}
.widget ul li + li {
    margin-top: -8px;
}
.widget > h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.footer {
    font-size: 13px;
}
.footer a {
    font-size: 13px;
}

