/*!* 10 个PC首页和 1 个手机端添加黑白页面效果，去除时直接注释 *!*/
/*html.mourning-page::before {*/
/*    content: "";*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    pointer-events: none;*/
/*    z-index: 9999;*/
/*    backdrop-filter: grayscale(100%);*/
/*    -webkit-backdrop-filter: grayscale(100%);*/
/*}*/

/*!* 过滤保留彩色（国徽/Logo等），提升至黑白滤镜层之上 *!*/
/*!* 支持通过唯一ID（#site-logo、#site-logo-mobile）或 class（.mourning-color）过滤，方便后续使用 JS 动态切换图标 *!*/
/*#site-logo,*/
/*#site-logo-mobile,*/
/*#site-logo-htq,*/
/*#site-logo-jc,*/
/*#site-logo-hn,*/
/*#site-logo-es,*/
/*#site-logo-yj,*/
/*#bannerbox-xp,*/
/*#top-cj,*/
/*#site-logo-th,*/
/*#site-logo-ym,*/
/*.mourning-color {*/
/*    position: relative;*/
/*    z-index: 10000 !important;*/
/*}*/

/*!* yxs 黑白模式下适配替换 PC 端 Logo 图片 *!*/
/*html.mourning-page #site-logo {*/
/*    content: url("/r/public/yxs/www/img/logo_b.png");*/
/*}*/

/*!* htq 黑白模式下适配替换 PC 端 Logo 图片 *!*/
/*html.mourning-page #site-logo-htq {*/
/*    content: url("/r/public/htq/www/img/logo_b.png");*/
/*}*/

/*!* jc 黑白模式下适配替换 PC 端 Logo 图片 *!*/
/*html.mourning-page #site-logo-jc {*/
/*    content: url("/r/public/jc/www/img/top_logo_b.png");*/
/*}*/

/*!* hn 黑白模式下适配替换 PC 端 Logo 图片 *!*/
/*html.mourning-page #site-logo-hn {*/
/*    content: url("/r/public/hn/www/img/hn_logo_b.png");*/
/*}*/

/*!* hn 黑白模式下导航栏背景设为黑色 *!*/
/*html.mourning-page #nav-top-hn {*/
/*    background-color: black !important;*/
/*}*/

/*!* es 黑白模式下适配替换 PC 端 Logo 图片 *!*/
/*html.mourning-page #site-logo-es {*/
/*    content: url("/r/public/es/www/img/logo_b.png");*/
/*}*/

/*!* yj 黑白模式下适配替换 PC 端 Logo 图片 *!*/
/*html.mourning-page #site-logo-yj {*/
/*    content: url("/r/public/yj/www/img/logo_b.png");*/
/*}*/

/*!* xp 黑白模式下适配替换 PC 端 Banner 背景图（最高优先级） *!*/
/*html.mourning-page #bannerbox-xp {*/
/*    background: url(/r/public/xp/www/img/banner_b.png) center #cbe0ff !important;*/
/*    background-image: url(/r/public/xp/www/img/banner_b.png) !important;*/
/*}*/

/*!* cj 黑白模式下适配替换 PC 端 Top 背景图（最高优先级） *!*/
/*html.mourning-page #top-cj {*/
/*    background: url(/r/public/cj/www/img/home_bg_b.png) no-repeat left top !important;*/
/*    background-image: url(/r/public/cj/www/img/home_bg_b.png) !important;*/
/*}*/

/*!* th 黑白模式下适配替换 PC 端 Logo/Banner 图片 *!*/
/*html.mourning-page #site-logo-th {*/
/*    content: url("/r/public/th/www/img/thbeijing_b.png");*/
/*}*/

/*!* ym 黑白模式下适配替换 PC 端 Logo 图片 *!*/
/*html.mourning-page #site-logo-ym {*/
/*    content: url("/r/public/ym/www/img/top/ymlogo_b.png");*/
/*}*/

/*!* 单独为飘窗添加黑白效果 *!*/
/*html.mourning-page #lxjyzzqkmyddc,*/
/*html.mourning-page #lxjyzzqkmyddchtq,*/
/*html.mourning-page #htqwcpt,*/
/*html.mourning-page #esxwcpt,*/
/*html.mourning-page #yxsmysb {*/
/*    -webkit-filter: grayscale(100%) !important;*/
/*    -moz-filter: grayscale(100%) !important;*/
/*    -ms-filter: grayscale(100%) !important;*/
/*    -o-filter: grayscale(100%) !important;*/
/*    filter: grayscale(100%) !important;*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) !important;*/
/*}*/

