@charset "utf-8";
/* ======================================================================
   易先生 · 朱印当代 配色补丁（theme-override.css）
   作用：兜底原站若干「写死的颜色」（未走 CSS 变量的青/绿/橙/紫）。
   用法：在所有原站 CSS 之后，最后再引入这一行——
         <link rel="stylesheet" href="/theme/theme-override.css">
   说明：仅改颜色，不动任何结构、布局、尺寸；表单必填星号等语义红保持不变。
   主色 朱砂红 #b5302c　深 #8f2420　辅金 #c0912f / #caa75f　朱砂柔 #cf5b52
   ====================================================================== */

/* —— Bootstrap info（青）→ 朱砂红 —— */
.btn-info,
.label-info,
.progress-bar-info{background-color:#b5302c !important;border-color:#b5302c !important;}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active{background-color:#8f2420 !important;border-color:#8f2420 !important;}
.btn-info .badge{color:#b5302c !important;}

/* —— buttons.css 主按钮（青渐变）→ 朱砂红 —— */
.button-primary,
.button-flat-primary{background:#b5302c !important;border-color:#8f2420 !important;color:#fff !important;text-shadow:none !important;}
.button-primary:hover,
.button-flat-primary:hover{background:#c1413c !important;}
.button-primary:active,
.button-flat-primary:active{background:#8f2420 !important;color:#f4d9d6 !important;}

/* —— 列表文档标签 flag（蓝/橙/紫）→ 朱印同系 —— */
.flag_c{background:#c0912f !important;text-shadow:1px 1px 0 #a87d28 !important;}
.flag_h{background:#cf5b52 !important;text-shadow:1px 1px 0 #b5302c !important;}
.flag_s{background:#caa75f !important;text-shadow:1px 1px 0 #b08a3e !important;}

/* —— 个别写死的 hover / 背景（#f60 / #02cdc4 / #fb0）→ 朱印 —— */
.note_6 .box form .m .c .submit:hover{background:#8f2420 !important;}
.popubVideo .c .box .r a span{background:#b5302c !important;}
.popubVideo .c .box .r a:hover span{background:#c0912f !important;}

/* —— 首页轮播：箭头字色（误设为 red）& 分页激活渐变（#5f3bff）→ 朱印 —— */
.slides .swiper-button-prev,
.slides .swiper-button-next,
.frindlink_swiper .box .fl .swiper-button-prev,
.frindlink_swiper .box .fl .swiper-button-next,
.index_article .box .ia .swiper-button-prev,
.index_article .box .ia .swiper-button-next,
.index_course .box .ic .swiper-button-prev,
.index_course .box .ic .swiper-button-next{color:#b5302c !important;}
.slides .swiper-pagination-bullet-active::after{background:linear-gradient(to left, #b5302c, #caa75f) !important;}
