/**
 * 源站样式补丁（PC 专用部分在 @media min-width:768px）
 */
.rwcmw-show-mobile { display: none !important; }
.rwcmw-hide-mobile { display: block; }

.rwcmw-tool-item { position: relative; z-index: 1; }

.rwcmw-tool-item:hover { z-index: 10; }

.rwcmw-tool-popover {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    text-align: center;
    z-index: 1000;
    min-width: 140px;
}

.rwcmw-tool-popover img { width: 120px; height: 120px; object-fit: contain; }
.rwcmw-tool-popover p { margin: 8px 0 0; font-size: 12px; color: #666; white-space: nowrap; }
.rwcmw-tool-item:hover .rwcmw-tool-popover { display: block; }

/* 悬停区与图标之间的空隙，避免鼠标移向弹出层时 hover 断开 */
.rwcmw-tool-popover::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

/* 详情页分享弹窗（PC / 手机共用） */
.rwcmw-share-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12vh 16px 24px;
    box-sizing: border-box;
}

.rwcmw-share-modal[hidden] {
    display: none !important;
}

.rwcmw-share-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.rwcmw-share-dialog {
    position: relative;
    width: 550px;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
}

.rwcmw-share-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 54px;
    line-height: 54px;
    background: #f8f8f8;
    font-size: 18px;
    color: #333;
}

.rwcmw-share-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0;
}

.rwcmw-share-close:hover {
    color: #666;
}

.rwcmw-share-body {
    padding: 28px 36px 32px;
}

.rwcmw-share-link-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}

.rwcmw-share-link-row label {
    flex: 0 0 auto;
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}

.rwcmw-share-link-row input {
    flex: 1 1 auto;
    min-width: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    background: #fff;
}

.rwcmw-share-copy {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #e33635;
    font-size: 14px;
    cursor: pointer;
    padding: 0 4px;
    white-space: nowrap;
}

.rwcmw-share-copy:hover {
    text-decoration: underline;
}

.rwcmw-share-channels {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rwcmw-share-channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #666;
    font-size: 13px;
}

.rwcmw-share-icon {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
}

.rwcmw-share-icon-qzone {
    background-color: #fbd856;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2l2.4 7.4H22l-6.2 4.5 2.4 7.4L12 17l-6.2 4.3 2.4-7.4L2 9.4h7.6z'/%3E%3C/svg%3E");
}

.rwcmw-share-icon-qq {
    background-color: #4cafe9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2C7 2 3 5.4 3 9.5c0 2.2 1.3 4.2 3.3 5.5-.1.4-.4 1.6-.5 2.1 0 0-.1.4.2.5.3.1.9-.6 1.6-1.2 1 .3 2.1.4 3.4.4 5 0 9-3.4 9-7.5S17 2 12 2z'/%3E%3C/svg%3E");
}

.rwcmw-share-icon-weibo {
    background-color: #ff8140;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M9.5 10.5c-2.8.8-5 3.1-5 5.2 0 2.4 3.2 3.5 7.1 2.1 3.9-1.4 6.4-4.7 4.9-6.9-.8-1.2-2.8-1.2-7 0zm8.8-4.1c-.3-.1-.5 0-.4.3.1.2.3.4.6.5 2.5.9 4.1 2.8 4.1 4.7 0 3.4-4.5 6.2-10.1 6.2S2.8 14.8 2.8 11.4c0-1.8 1.4-3.5 3.6-4.7-.1-.3 0-.5.3-.4 2.8 1 6.5 1.6 10.5 1.6 2.2 0 4.3-.2 6.1-.5z'/%3E%3C/svg%3E");
}

.rwcmw-share-icon-wechat {
    background-color: #57bb40;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8.5 4C4.9 4 2 6.1 2 8.7c0 1.4.8 2.6 2 3.5L3.5 14l2.1-.9c.7.2 1.4.3 2.1.3.1 0 .2 0 .3 0-.3-.9-.5-1.8-.5-2.7 0-3.3 3.1-6 7-6 1 0 1.9.2 2.7.5C15.8 5.5 12.4 4 8.5 4zm10 3c-3.2 0-5.8 2.1-5.8 4.7 0 2.6 2.6 4.7 5.8 4.7.6 0 1.2-.1 1.8-.3l1.9.8-.6-1.6c.9-.7 1.5-1.7 1.5-2.8 0-2.6-2.6-4.7-5.8-4.7z'/%3E%3C/svg%3E");
}

.rwcmw-share-label {
    display: none;
}

.rwcmw-share-wechat-qr {
    margin-top: 20px;
    text-align: center;
}

.rwcmw-share-wechat-qr[hidden] {
    display: none !important;
}

.rwcmw-share-wechat-qr p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #666;
}

.rwcmw-share-wechat-qr img {
    display: inline-block;
    border: 1px solid #eee;
    padding: 6px;
    background: #fff;
}

.rwcmw-share-mobile-panel {
    display: none;
}

.rwcmw-share-icon-moments {
    background-color: #57bb40;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='8' cy='10' r='1.2' fill='%2357bb40'/%3E%3Ccircle cx='12' cy='10' r='1.2' fill='%2357bb40'/%3E%3Ccircle cx='16' cy='10' r='1.2' fill='%2357bb40'/%3E%3Cpath d='M8 14c1.2 1.2 2.6 1.8 4 1.8s2.8-.6 4-1.8' fill='none' stroke='%2357bb40' stroke-width='1.2'/%3E%3C/svg%3E");
}

.rwcmw-share-icon-link {
    background-color: #f0f0f0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E");
}

.rwcmw-wechat-guide {
    position: fixed;
    inset: 0;
    z-index: 1300;
}

.rwcmw-wechat-guide[hidden] {
    display: none !important;
}

.rwcmw-wechat-guide-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .78);
}

.rwcmw-wechat-guide-panel {
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    width: min(280px, calc(100% - 48px));
    padding: 20px 18px 16px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.rwcmw-wechat-guide-arrow {
    position: absolute;
    top: -56px;
    right: 18px;
    width: 56px;
    height: 56px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M18 46 C34 30, 46 18, 52 8'/%3E%3Cpath d='M52 8 L52 24 L36 24'/%3E%3C/svg%3E") no-repeat center / contain;
}

.rwcmw-wechat-guide-title {
    margin: 0 0 8px;
    font-size: 17px;
    color: #333;
}

.rwcmw-wechat-guide-desc {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.rwcmw-wechat-guide-btn {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 6px;
    background: #57bb40;
    color: #fff;
    font-size: 15px;
}

.rwcmw-share-toast {
    position: fixed;
    left: 50%;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    z-index: 1400;
    max-width: calc(100% - 32px);
    padding: 10px 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .78);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    pointer-events: none;
}

.rwcmw-share-toast[hidden] {
    display: none !important;
}

.rwcmw-back-top-link {
    display: block;
    width: 100%;
    margin-top: 5px;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
}

.rwcmw-back-top-link.visible { opacity: 1; visibility: visible; }
.rwcmw-back-top-link .back_top { position: static; margin-top: 0; }

#rwcmw-suspension.suspension {
    position: fixed;
    right: 20px;
    top: 40%;
    z-index: 99999;
    width: 100px;
}

#rwcmw-suspension .suspension_top > div:nth-child(2) {
    font-size: 13px;
    color: #666;
    padding-bottom: 8px;
}

.see_movie .titles a,
.reading_news_tab a,
.news_type_title a { color: inherit; text-decoration: none; }

/* 看视频卡片 hover：源站 #my-mask .mask-inner { background: rgba(0,0,0,0.8) } */
.see_movie .mask-inner {
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
}
.see_movie .mask-inner p {
    color: #fff;
}
.see_movie .mask-inner p text {
    color: #e33635;
}

.news_type_nav a { color: inherit; text-decoration: none; }
.news_type_nav a:hover { color: #e33635; }

.rwcmw-empty {
    text-align: center;
    padding: 40px 16px;
    color: #999;
}

.rwcmw-search-tip {
    padding: 16px 0;
    color: #666;
}

.rwcmw-search-tip a { margin-right: 12px; color: #888; }

@media (min-width: 768px) {
    body.rwcmw-body {
        min-width: 1200px;
        margin: 0;
    }

    .rwcmw-pc-header { width: 100%; }

    /* 顶栏悬停二维码需压过下方导航，且不被 header_box 裁切 */
    #index_top.header.rwcmw-pc-header {
        position: relative;
        z-index: 120;
        overflow: visible;
    }

    #index_top.header.rwcmw-pc-header .headers {
        overflow: visible;
    }

    .nav.rwcmw-pc-header {
        position: relative;
        z-index: 90;
    }

    .headers {
        width: 100%;
        background: #fff;
        overflow: visible;
    }

    .nav { width: 100%; }

    /* 源站每项 85px（约 21 项两行）；新版项少，加宽并留间距 */
    .nav_box {
        display: flex;
        justify-content: center;
    }

    .nav_box ul {
        width: auto;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        overflow: visible;
        float: none;
    }

    .nav_box ul > li {
        position: relative;
        width: auto;
        min-width: 80px;
        flex: 0 0 auto;
        padding: 0 10px;
        background-image: none;
        border-left: none;
        box-sizing: border-box;
        text-align: center;
    }

    .nav_box ul > li + li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 15px;
        background: url(/static/images/nav-line.png) no-repeat center center;
    }

    .nav_box ul > li > a {
        display: inline-block;
        margin: 0;
        padding: 0 10px;
        border-radius: 3px;
        box-sizing: border-box;
        vertical-align: top;
    }

    .nav_box ul > li > a:hover,
    .nav_box ul > li > a.active {
        color: #e33635;
        background: #fff;
    }

    .rwcmw-main {
        min-height: 50vh;
        overflow: hidden;
    }

    #banner,
    .see_movie,
    .news_type,
    .content {
        margin-left: auto;
        margin-right: auto;
    }

    /* 首页三栏标题居中 */
    .news_type .news_type_child > .news_type_head {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border-bottom: 1px solid #e33635;
        box-sizing: border-box;
    }

    .news_type .news_type_head .news_type_title {
        float: none;
        width: auto;
        max-width: 100%;
        height: 30px;
        line-height: 29px;
        text-align: center;
    }

    .news_type .news_type_head .news_type_title > div {
        float: none;
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
        text-align: center;
    }

    .rwcmw-banner-empty {
        width: 1200px;
        height: 450px;
        margin: 30px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee;
        color: #999;
    }

    /* 首页轮播：固定 1200×450 视口，图片等比适配不拉伸 */
    #banner .swiper-container,
    #banner .swiper-slide {
        width: 1200px;
        height: 450px;
    }

    #banner .swiper-slide {
        overflow: hidden;
        background: #1a1a1a;
    }

    #banner .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    /* 看视频：flex 均分，避免 19%+margin 在窄容器内把第 4/5 个挤到下一行 */
    .see_movie_imgs .tanb.f6.imgs_height {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        overflow: visible;
        height: auto;
    }

    .see_movie_imgs .see_movie_imgs_child {
        float: none;
        width: calc((100% - 60px) / 5);
        flex: 0 0 calc((100% - 60px) / 5);
        max-width: calc((100% - 60px) / 5);
        margin-left: 0;
        box-sizing: border-box;
    }

    .rwcmw-pc-header .header_box {
        display: flex;
        align-items: flex-start;
        height: auto;
        min-height: 93px;
        padding: 14px 0 10px;
        box-sizing: border-box;
        overflow: visible !important;
    }

    .rwcmw-pc-header .header_nav {
        float: none;
        margin-top: 0;
        margin-left: auto;
        align-self: center;
        display: inline-flex;
        align-items: center;
        overflow: visible;
        position: relative;
        z-index: 2;
    }

    .rwcmw-pc-header .header_nav .line {
        margin-top: 0;
        align-self: center;
    }

    .rwcmw-pc-header .header_nav .child a {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 50px;
        line-height: normal;
        text-align: center;
    }

    .rwcmw-pc-header .header_nav .child a img {
        display: block;
        margin: 0 auto;
    }

    .rwcmw-pc-header .header_nav .child p {
        margin: 2px 0 0;
        line-height: 1.2;
    }

    .rwcmw-pc-header .header_nav .child.rwcmw-tool-item {
        overflow: visible;
    }

    .rwcmw-pc-header .logos {
        float: none;
        flex: 0 0 280px;
        width: 280px;
        max-width: 280px;
        margin-top: 0;
    }

    .rwcmw-pc-header .so_con {
        float: none;
        flex: 0 0 auto;
        margin-left: 190px;
        /* 搜索区左缘固定，不随时钟文字宽度变化而偏移 */
    }

    .rwcmw-pc-header .sear_p {
        margin-top: 0;
        height: 50px;
        line-height: 50px;
        display: flex;
        align-items: center;
    }

    .rwcmw-pc-header .sear_p .rwcmw-search-submit {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        line-height: 0;
        cursor: pointer;
    }

    .rwcmw-pc-header .sear_p .rwcmw-search-submit img {
        position: static;
        display: block;
    }

    .rwcmw-pc-header .logos > a {
        display: block;
        line-height: 0;
    }

    .logos img {
        height: 50px;
        width: auto;
        max-width: 220px;
        display: block;
    }

    .rwcmw-pc-header .rwcmw-logo-time,
    .rwcmw-pc-header .logos #show {
        font-size: 15px;
        color: #333;
        line-height: 24px;
        white-space: nowrap;
        margin-top: 6px;
        font-variant-numeric: tabular-nums;
        width: 100%;
        min-height: 24px;
        overflow: hidden;
    }

    /* 详情页标题区（源站 .title / .title-dd） */
    .content_box_left dl.title {
        border-bottom: 1px solid #e3e3e3;
        margin-top: 15px;
        overflow: hidden;
        zoom: 1;
    }

    .content_box_left dl.title dd h2 {
        line-height: 40px;
        color: #333;
        font-size: 30px;
        font-weight: normal;
        display: block;
        margin: 0;
        padding: 0;
    }

    .content_box_left dl.title dd.title-dd {
        float: left;
        font-size: 14px;
        color: #999;
        line-height: 40px;
        height: 40px;
    }

    .content_box_left .head {
        overflow: hidden;
        zoom: 1;
    }

    .content_box_left .head.rwcmw-detail-head {
        height: auto;
        min-height: 36px;
        margin-top: 10px;
    }

    .content_box_left .head.rwcmw-detail-head .head_function {
        float: right;
    }

    /* 详情正文：源站 wangEditor 排版 + 隐藏编辑器残留控件 */
    .content_box_left .text_content.w-e-text {
        color: #000;
    }

    .text_content.w-e-text .editor_img_close,
    .text_content.w-e-text .editor_video_close,
    .text_content.w-e-text .editor_audio_close,
    .text_content.w-e-text .editor_img_title,
    .text_content.w-e-text .editor_video_title,
    .text_content.w-e-text .editor_audio_title {
        display: none !important;
    }

    .text_content.w-e-text [contenteditable="false"] {
        margin: 0;
    }

    /* 详情页右侧栏：相关推荐 + 上一篇/下一篇 */
    .content_box_right {
        flex-shrink: 0;
        width: 362px;
    }

    .content_box_right .content_box_right_title {
        padding: 15px 20px 0;
        font-weight: bold;
    }

    .content_box_right .list {
        padding: 0 20px 20px;
        border-bottom: 3px solid #e33635;
    }

    .content_box_right .content_first {
        overflow: hidden;
    }

    .content_box_right .content_first a {
        display: block;
        overflow: hidden;
        color: inherit;
        text-decoration: none;
    }

    .content_box_right .content_first a:hover .list_content > p:first-child {
        color: #e33635;
    }

    /* 详情页正文下方：左上一篇 / 右下一篇 */
    .content_box_left .rwcmw-article-adjacent {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 32px;
        margin-top: 32px;
        padding: 20px 24px;
        box-sizing: border-box;
        background-color: #fafafa;
    }

    .content_box_left .rwcmw-adjacent-col {
        flex: 1;
        min-width: 0;
        max-width: calc(50% - 16px);
    }

    .content_box_left .rwcmw-adjacent-col-prev {
        text-align: left;
    }

    .content_box_left .rwcmw-adjacent-col-next {
        text-align: right;
        margin-left: auto;
    }

    .content_box_left .rwcmw-adjacent-item {
        display: block;
        color: inherit;
        text-decoration: none;
    }

    .content_box_left .rwcmw-adjacent-label {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
    }

    .content_box_left .rwcmw-adjacent-col-prev .rwcmw-adjacent-label::after {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background-color: #ddd;
    }

    .content_box_left .rwcmw-adjacent-col-next .rwcmw-adjacent-label::after {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        margin-left: auto;
        background-color: #ddd;
    }

    .content_box_left .rwcmw-adjacent-title {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5;
        color: #666;
        word-break: break-all;
    }

    .content_box_left .rwcmw-adjacent-item:hover .rwcmw-adjacent-title {
        color: #e33635;
    }

    /* 分页（源站 .pagination） */
    .rwcmw-pagination-wrap {
        overflow: hidden;
        zoom: 1;
        clear: both;
        padding: 10px 0 20px;
    }

    .content_box_left .rwcmw-pagination-wrap {
        text-align: center;
    }

    ul.pagination {
        display: inline-block;
        width: auto;
        max-width: 100%;
        margin: 20px auto;
        padding: 0;
        overflow: hidden;
        zoom: 1;
        list-style: none;
    }

    ul.pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

    ul.pagination li a,
    ul.pagination li.disabled span,
    ul.pagination li.active span {
        display: block;
        box-sizing: border-box;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: 1px solid #eee;
        color: #555;
        text-decoration: none;
        background: #fff;
    }

    ul.pagination li a:hover {
        border-color: #e33635;
        color: #e33635;
    }

    ul.pagination li.active span {
        border-color: #e33635;
        color: #e33635;
    }

    ul.pagination li.disabled span {
        color: #ccc;
        background: #fafafa;
        cursor: default;
    }

    /* 单页正文排版（宽度与详情页一致，仅优化内容区） */
    .content_box_left .text_content.rwcmw-about-body {
        color: #333;
        line-height: 1.85;
        padding-bottom: 40px;
    }

    .rwcmw-about-body img,
    .rwcmw-about-body video,
    .rwcmw-about-body iframe {
        max-width: 100%;
        height: auto;
    }

    .rwcmw-about-body .editor_img_close,
    .rwcmw-about-body .editor_video_close,
    .rwcmw-about-body .editor_audio_close,
    .rwcmw-about-body .editor_img_title,
    .rwcmw-about-body .editor_video_title,
    .rwcmw-about-body .editor_audio_title {
        display: none !important;
    }

    /* 视频封面播放按钮 */
    .rwcmw-video-cover {
        position: relative;
        display: block;
    }

    .rwcmw-video-play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.55);
        pointer-events: none;
        z-index: 2;
    }

    .rwcmw-video-play::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-38%, -50%);
        border-style: solid;
        border-width: 9px 0 9px 15px;
        border-color: transparent transparent transparent #fff;
    }

    .see_movie_imgs_child .rwcmw-video-play {
        opacity: 0;
        transition: opacity .2s;
    }

    .see_movie_imgs_child:hover .rwcmw-video-play {
        opacity: 1;
    }

    /* 详情页视频播放器 16:9 */
    .rwcmw-video-player-wrap {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        background: #000;
        margin: 0 0 20px;
    }

    .rwcmw-video-player-wrap .rwcmw-video-player {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .text_content .rwcmw-article-video video,
    .text_content video {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .rwcmw-tool-item:hover .rwcmw-tool-popover { display: none; }
}
