@import url("/Template/default/default.css?v=modern-global-20260805-2");

/* ========================================================================== 
   柯林精简版触屏 —— 外壳布局样式（现代化版本）
   注意：
   1. 原第一行的 `* { transition: all 0.5s }` 会让页面上每个元素的每个属性
      都参与过渡（含 width/height/top/left），是明显的性能与观感隐患。
      这里拆为：`*` 只保留 reset，过渡按需下放到真正需要动画的元素。
      #logins / #menu / #searchs / #searchs-type / #footer-skin 依赖
      .show / .hide 类切换做位移动画，必须显式补回等效 transition。
   2. 文件末尾 [data-ui] / [data-skin] / .show / .hide 段是换肤与显隐契约，
      由 static/common.js 的 cookie 换肤与 switchs() 依赖，逐字符保留。
   ========================================================================== */
* { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; text-decoration: none; list-style: none; }
a, button, input, [data-ui=list] li, [data-ui=list] li:after { transition: color .15s cubic-bezier(.25,.1,.25,1), background-color .15s cubic-bezier(.25,.1,.25,1), border-color .15s cubic-bezier(.25,.1,.25,1), box-shadow .15s cubic-bezier(.25,.1,.25,1); }
#logins, #menu, #searchs, #searchs-type, #footer-skin, .fanhui { transition: top .3s cubic-bezier(.25,.1,.25,1), right .3s cubic-bezier(.25,.1,.25,1), bottom .3s cubic-bezier(.25,.1,.25,1), left .3s cubic-bezier(.25,.1,.25,1), width .3s cubic-bezier(.25,.1,.25,1), height .3s cubic-bezier(.25,.1,.25,1), margin-bottom .3s cubic-bezier(.25,.1,.25,1), opacity .3s cubic-bezier(.25,.1,.25,1), transform .3s cubic-bezier(.25,.1,.25,1), background-color .3s cubic-bezier(.25,.1,.25,1); }
#searchs-style i, .forum .ban-kuai .tit h2 i { transition: transform .25s cubic-bezier(.25,.1,.25,1); }
img { border: none; }
a { color: #4e5969; color: var(--kl-text-2); }
.fanhui { position: absolute; ; top: 10px; left: 10px; width: 24px; height: 24px; text-indent: -200px; overflow: hidden; color: #FFFFFF; }
.fanhui:after { content: ""; position: absolute; top: 50%; left: 50%; bottom: 0px; z-index: 3; margin-top: -3px; margin-left: -3px; width: 7px; height: 7px; border-color: currentColor; border-style: solid; border-width: 2px 0 0 2px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.mian { margin: 0 auto; margin-top: 44px; max-width: 640px; }
.section { margin: 10px; border: 1px solid #e5e6eb; border: 1px solid var(--kl-border); border-radius: 8px; border-radius: var(--kl-radius); overflow: hidden; box-shadow: 0 1px 2px rgba(31,35,41,.06); box-shadow: var(--kl-shadow-1); background: #fff; background: var(--kl-surface); }
.read-more { display: block; height: 40px; line-height: 40px; text-align: center; margin: 10px; border: 1px solid #e5e6eb; border: 1px solid var(--kl-border); border-radius: 4px; border-radius: var(--kl-radius-s); background: #fff; background: var(--kl-surface); color: #4e5969; color: var(--kl-text-2); }
/*header*/

.header { position: fixed; top: 0; right: 0; left: 0; height: 44px; overflow: hidden; z-index: 2000; box-shadow: 0 1px 2px rgba(31,35,41,.06); }
.header-logo { padding: 5px; width: 150px; }
.header-logo img { width: 120px; height: 34px; }
.header-btn { position: absolute; top: 0; right: 0; bottom: 0; width: 120px; }
.header-btn i { display: block; float: right; width: 24px; height: 24px; margin-right: 10px; background-size: 100% 100%; margin-top: 10px; }
.header-btn i.menu-btn { background-image: url(menu-btn.png); }
.header-btn i.search-btn { background-image: url(search-btn.png); }
.header-btn i.user-btn { background-image: url(user-btn.png); }
.header-btn .myfile-url { position: absolute; top: 10px; right: 80px; bottom: 0; }
.header-btn .myfile-url img { width: 24px; height: 24px; border-radius: 50%; }
/*导航代码*/

.index-nav { padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.index-nav ul li { width: 20%; height: 44px; line-height: 44px; }
.index-nav ul li a { color: #fff; font-size: 16px; font-weight: 600; }
.index-nav ul li a:hover { color: #C1C1C1 !important; }
/*功能展示*/

.focus { height: 100px; margin: 5px auto auto 0; position: relative; overflow: hidden; }
.focus .focus-o { width: 100%; height: 11px; position: absolute; z-index: 1; bottom: 5px; text-align: center; }
.focus .focus-o ul { display: inline-block; height: 5px; padding: 3px 5px; background-color: rgba(255, 255, 255, 0.7); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 999px; font-size: 0; vertical-align: top; }
.focus .focus-o ul li { display: inline-block; width: 5px; height: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 999px; border-radius: var(--kl-radius-full); background: #c9cdd4; background: var(--kl-text-4); margin: 0 5px; vertical-align: top; overflow: hidden; }
.focus .pic-box ul li { width: 20%; height: 80px; }
.focus .pic-box ul li a { display: block; }
.focus .pic-box ul li img { display: block; width: 50px; height: 50px; margin: 0px auto; border-radius: 4px; }
.focus .pic-box ul li p { text-align: center; height: 30px; line-height: 30px; font-size: 13px; color: #4e5969; color: var(--kl-text-2); }
/*tab选项卡*/

.tabBox { overflow: hidden; }
.tabBox .tab-tit { height: 40px; position: relative; }
.tabBox .tab-tit h3 { line-height: 40px; padding-left: 12px; font-weight: 600; }
.tabBox .tab-tit h3 a { color: #FFFFFF; }
.tabBox .tab-tit h3 span { padding-left: 5px; font-size: 12px; font-weight: normal; color: #C1C1C1; }
.tabBox .tab-tit ul { position: absolute; top: 0; right: 5px; bottom: 0; }
.tabBox .tab-tit ul li a { line-height: 40px; padding: 0 8px; color: #fff; }
.tabBox .tab-tit ul li.a a { color: #C1C1C1; }
.tabBox .bd .con { overflow: hidden; }
/*频道入口*/

.tit-1 { height: 44px; padding-left: 14px; background: #FFFFFF; background: var(--kl-surface); border-bottom: 1px solid #f2f3f5; border-bottom: 1px solid var(--kl-divider); }
.tit-1 a { line-height: 44px; }
.tit-1 span a { font-size: 12px; padding-right: 10px; }
.list-pic li { width: 50%; height: 64px; overflow: hidden; border-bottom: solid 1px #f2f3f5; border-bottom: solid 1px var(--kl-divider); }
.list-pic li a { display: block; position: relative; }
.list-pic li a .icon { padding: 12px; width: 40px; height: 40px; }
.list-pic li a .icon img { width: 100%; border-radius: 4px; }
.list-pic li a .name { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-left: 62px; }
.list-pic li a .name h3 { display: block; height: 30px; line-height: 40px; margin: 0px; color: #1f2329; color: var(--kl-text); font-size: 15px; }
.list-pic li a .name p { margin: 0px; color: #86909c; color: var(--kl-text-3); font-size: 11px; line-height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: left; }
/*footer*/

.footer { padding: 20px; overflow: hidden; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); }
.footer p { margin-bottom: 10px; }
.footer .ps { text-align: center; }
.footer .ps a { padding: 0 10px; font-size: 16px; font-weight: 600; color: #fff; border-right: 1px solid rgba(255, 255, 255, 0.16); }
.footer .ps a:last-child { border-right: none; }
.footer .inform { text-align: center; font-size: 12px; color: rgba(255,255,255,.72); }
/*弹出登录*/

#logins { position: fixed; background: rgba(0, 0, 0, 0.1); }
.footer .inform a { color: #D4DA00; }
#logins.show { z-index: 3000; top: 0; right: 0; bottom: 0; left: 0; margin-bottom: -50px; }
#logins.hide { top: 100%; right: -100%; bottom: 100%; left: -100%; margin-bottom: 0; z-index: 0; }
#logins-con { position: absolute; top: 54px; right: 50%; width: 260px; height: 216px; margin-right: -130px; background: #fff; background: var(--kl-surface); padding: 20px; box-sizing: border-box; box-shadow: 0 8px 24px rgba(31,35,41,.14); box-shadow: var(--kl-shadow-3); border: none; border-radius: 12px; border-radius: var(--kl-radius-l); }
#logins-con h3 { text-align: center; color: #1f2329; color: var(--kl-text); font-size: 16px; font-weight: 600; }
#logins-con h3 a { color: #1a6bd8; color: var(--kl-link); padding-left: 5px; font-weight: normal; font-size: 14px; }
#logins-con input { height: 40px; margin: 10px 0; width: 100%; border: 1px solid #e5e6eb; border: 1px solid var(--kl-border); border-radius: 4px; border-radius: var(--kl-radius-s); padding: 0 12px; box-sizing: border-box; background: #fff; background: var(--kl-surface); font-size: 15px; }
#logins-con input:focus { border-color: #2b73df; border-color: var(--kl-primary); outline: medium; box-shadow: 0 0 0 2px rgba(43,115,223,.15); }
#logins-con input:-webkit-input-placeholder {
font-size: 11px;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
#logins-con input:focus::-webkit-input-placeholder {
 color: #949494;
 font-size: 14px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}
.logins-btn { background: #18aa8d !important; color: #FFFFFF; font-size: 16px; line-height: 40px; height: 40px; text-align: center; border: none !important; border-radius: 4px; }
.logins-close { position: absolute; top: -12px; right: -12px; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #e5e6eb; border: 1px solid var(--kl-border); z-index: 3001; background-color: #FFFFFF; background-color: var(--kl-surface); box-shadow: 0 2px 8px rgba(31,35,41,.08); box-shadow: var(--kl-shadow-2); }
.logins-close:hover { box-shadow: 0 2px 8px rgba(31,35,41,.16); }
.logins-close:hover:after { color: #1f2329; color: var(--kl-text); }
.logins-close:after { content: "x"; position: absolute; top: 0; right: 0; width: 24px; height: 24px; font-size: 16px; line-height: 24px; text-align: center; color: #86909c; color: var(--kl-text-3); }
/*弹出菜单*/

#menu { position: fixed; overflow: hidden; border-radius: 0 0 0 8px; }
#menu.show { top: 44px; right: 0; z-index: 2888; width: 240px; height: 100%; background: #1f2329; }
#menu.hide { top: 44px; right: 0; width: 0; height: 0; background: #1f2329; }
#menu ul { overflow: hidden; padding: 10px; }
#menu ul li { float: left; width: 50%; height: 52px; overflow: hidden; box-sizing: border-box; padding: 5px; }
#menu ul li a { display: block; text-align: center; line-height: 42px; color: #FFFFFF; background: rgba(255,255,255,.08); border-radius: 4px; /*	border-radius: 50%;*/ transition: background-color .25s cubic-bezier(.25,.1,.25,1), transform .25s cubic-bezier(.25,.1,.25,1); transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); -o-transform: translateY(0); }
#menu ul li a:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); -moz-transform: translateY(-2px); -webkit-transform: translateY(-2px); -o-transform: translateY(-2px); }
#menu ul li a:active { background: rgba(255,255,255,.24); transform: translateY(0); }
/*搜索模块*/

#searchs { position: fixed; background: #FFFFFF; overflow: hidden; }
#searchs.show { top: 0; right: 0; bottom: 0; left: 0; z-index: 3003; }
#searchs.hide { top: 50%; right: 50%; bottom: 50%; left: 50%; z-index: 0; }
.searchs-form { padding: 6px; padding-left: 44px; }
.searchs-form [type=text] { display: block; width: 100%; height: 36px; border: 1px solid #e5e6eb; border: 1px solid var(--kl-border); border-radius: 999px; border-radius: var(--kl-radius-full); box-sizing: border-box; text-indent: 12px; font-size: 14px; background: #f2f3f5; background: var(--kl-bg); }
.searchs-form input[type=text]:focus { outline: none; border-color: #2b73df; border-color: var(--kl-primary); background: #fff; background: var(--kl-surface); box-shadow: 0 0 0 2px rgba(43,115,223,.15); }
.searchs-form input[type=submit] { display: block; width: 50px; height: 36px; position: absolute; top: 6px; right: 6px; border: none; border-radius: 4px; border-radius: var(--kl-radius-s); background: #2b73df; background: var(--kl-primary); color: #fff; }
#searchs-style { position: absolute; top: 6px; right: 60px; width: 40px; height: 36px; line-height: 36px; color: #86909c; color: var(--kl-text-3); font-size: 13px; }
#searchs-style i { content: ''; position: absolute; top: 50%; right: 5px; margin-top: -2px; width: 0; height: 0; border-width: 3px; border-color: #c9cdd4 transparent transparent transparent; border-style: dashed solid dashed dashed; }
#searchs-style[data-switchs=show] i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
#searchs-style[data-switchs=hide] i { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
#searchs-type { position: absolute; background: #1f2329; top: 48px; border-radius: 8px; border-radius: var(--kl-radius); box-shadow: 0 8px 24px rgba(31,35,41,.14); box-shadow: var(--kl-shadow-3); }
#searchs-type:after { content: ''; position: fixed; top: -7px; right: 65px; width: 0px; height: 0px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #1f2329; font-size: 0px; line-height: 0px; }
#searchs-type.show { right: 10px; z-index: 2; -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -transform: translateX(0); }
#searchs-type.hide { right: 0; z-index: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); -transform: translateX(100%); }
#searchs-type h3 { font-size: 14px; line-height: 28px; color: #FFFFFF; padding-left: 10px; border-bottom: 1px solid rgba(225, 225, 225, 0.1); }
#searchs-type ul { padding: 5px; overflow: hidden; }
#searchs-type ul li { float: right; padding: 0 5px; }
#searchs-type ul li a { color: #c9cdd4; color: var(--kl-text-4); padding: 5px 0; line-height: 32px; }
#footer-skin { width: 278px; margin: 0 auto; padding: 10px; overflow: hidden; }
#footer-skin.show li { width: 40px; height: 40px; margin: 5px; float: left; border: solid 1px rgba(255, 255, 255, 0.24); border-radius: 4px; }
/*换一批*/
.dh_bg { background: #fff; background: var(--kl-surface); border: 1px solid #e5e6eb; border: 1px solid var(--kl-border); margin: 10px; overflow: hidden; border-radius: 8px; border-radius: var(--kl-radius); box-shadow: 0 1px 2px rgba(31,35,41,.06); box-shadow: var(--kl-shadow-1); }
.dh_bg .mx { margin-bottom: -1px; }
.dh_bg .mx a { font-size: 15px; padding-left:14px;line-height: 44px; }
.dh_kz { overflow: hidden; width: 100%; margin-bottom: -1px; }
.dh_kz a:nth-child(5n+1) { border-left: 0; }
.dh_kz a { width: 20%; float: left; font-size: 15px; height: 44px; line-height: 44px; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px solid #f2f3f5; border-bottom: 1px solid var(--kl-divider); border-left: 1px solid #f2f3f5; border-left: 1px solid var(--kl-divider); text-align: center; color: #4e5969; color: var(--kl-text-2); }
.dh_kz a:hover { background: #f7f8fa; background: var(--kl-surface-2); color: #2b73df; color: var(--kl-primary); }
.dh_h3 { height: 20px; padding: 12px 0; color: #1f2329; color: var(--kl-text); border-bottom: 1px solid #f2f3f5; border-bottom: 1px solid var(--kl-divider); letter-spacing: 0px; }
.dh_h3 p { border-left: 4px solid #2b73df; border-left: 4px solid var(--kl-primary); border-radius: 4px; border-radius: var(--kl-radius-s); height: 20px; line-height: 20px; padding-left: 8px; color: #2b73df; color: var(--kl-primary); font-weight: 600; }
.dh_h4 { height: 20px; padding: 12px 0; color: #1f2329; color: var(--kl-text); border-bottom: 1px solid #f2f3f5; border-bottom: 1px solid var(--kl-divider); letter-spacing: 0px; }
.dh_h4 .new { float: right; line-height: 20px; font-size: 13px; color: #86909c; color: var(--kl-text-3); margin-right: 10px; }
.dh_h4 .new img { vertical-align: middle; width: 15px; }
.dh_h4 p { border-left: 4px solid #f77234; border-left: 4px solid var(--kl-warning); border-radius: 4px; border-radius: var(--kl-radius-s); height: 20px; line-height: 20px; padding-left: 8px; color: #f77234; color: var(--kl-warning); font-weight: 600; float: left; }
/*自定义属性*/

[data-ui] { overflow: hidden; color: #ededed; }
[data-ui=grid] li { float: left; overflow: hidden; }
[data-ui=grid] li a { display: block; text-align: center; }
[data-ui=list] li { position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #f2f3f5; border-bottom: 1px solid var(--kl-divider); height: 44px; padding-right: 15px; border-left: 0 solid #f2f3f5; border-left: 0 solid var(--kl-divider); }
[data-ui=list] li:last-of-type { border: none; }
[data-ui=list] li:after { content: ""; position: absolute; top: 50%; right: 10px; bottom: 0px; z-index: 3; margin-top: -3px; width: 7px; height: 7px; border-color: #c9cdd4; border-color: var(--kl-text-4); border-style: solid; border-width: 0 2px 2px 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
[data-ui=list] li:hover:after { border-color: currentColor; }
[data-ui=list] li:hover { border-left: 5px solid currentColor; border-bottom: 1px solid currentColor; }
[data-ui=list] li a { display: block; height: 44px; line-height: 44px; padding-left: 12px; }
[data-ui=list] li a:hover { color: currentColor; }
[data-float=z] { float: left; }
[data-float=y] { float: right; }
[data-skin], [data-ui] *:hover { color: #1c63cf; }
[data-skin=bg], [data-skin=on] .on { background: currentColor !important; }
[data-skin=on-rgba] .on { background-color: rgba(225, 225, 225, 0.5); }
[data-skin=bbs] { border-bottom: 2px solid currentColor !important; }
.show { filter: alpha(opacity=90); opacity: 0.9; }
.hide { filter: alpha(opacity=00); opacity: 0.0; }

/* WAPQ post detail layout. Keep the legacy DOM, links and scripts intact. */
body.kelink-merged-page .content2 {
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 10px !important;
  background: transparent !important;
  box-sizing: border-box;
}

body.kelink-merged-page .content2 .bbsvivetop,
body.kelink-merged-page .content2 .bbscontent,
body.kelink-merged-page .content2 .bbslouzhu,
body.kelink-merged-page .content2 .bbsdata,
body.kelink-merged-page .content2 .listcd,
body.kelink-merged-page .content2 #comment-post form {
  width: auto !important;
  height: auto !important;
  box-sizing: border-box;
  color: #1f2329;
  background: #fff;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(31,35,41,.05);
}

body.kelink-merged-page .content2 .bbsvivetop {
  min-height: 0;
  margin: 8px 0 10px !important;
  padding: 15px 14px 12px !important;
  overflow: hidden !important;
}

body.kelink-merged-page .content2 .titleview {
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #1f2329 !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.45 !important;
  text-align: left !important;
}

body.kelink-merged-page .content2 .subtitleview2 {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  color: #86909c !important;
  border: 0 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

body.kelink-merged-page .content2 .subtitleview2 a {
  float: none !important;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-left: 5px;
  padding: 0 8px;
  color: #1c63cf !important;
  background: #f2f3f5;
  border-radius: 6px;
  line-height: 24px;
}

body.kelink-merged-page .content2 .bbscontent {
  min-height: 120px;
  margin: 0 0 10px !important;
  padding: 16px !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

body.kelink-merged-page .content2 .bbscontent img,
body.kelink-merged-page .content2 .bbscontent video {
  max-width: 100% !important;
  height: auto !important;
}

body.kelink-merged-page .content2 .bbslouzhu {
  min-height: 72px;
  margin: 0 !important;
  padding: 12px !important;
  display: flex !important;
  align-items: center;
  gap: 12px;
  overflow: hidden !important;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}

body.kelink-merged-page .content2 .bbslouzhu .Head {
  float: none !important;
  flex: 0 0 48px;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 50%;
  background: #f2f3f5;
}

body.kelink-merged-page .content2 .bbslouzhu .Head img {
  display: block;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  object-fit: cover;
  border-radius: 50%;
}

body.kelink-merged-page .content2 .bbslouzhu .r-item {
  position: static !important;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

body.kelink-merged-page .content2 .bbslouzhu .name,
body.kelink-merged-page .content2 .bbslouzhu .r-item p {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.kelink-merged-page .content2 .bbslouzhu .name {
  color: #1f2329;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

body.kelink-merged-page .content2 .bbslouzhu .name a {
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 26px);
  color: #1f2329;
  vertical-align: middle;
}

body.kelink-merged-page .content2 .bbslouzhu .name font {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.kelink-merged-page .content2 .bbslouzhu .r-item p {
  color: #86909c;
  font-size: 12px;
  line-height: 22px;
}

body.kelink-merged-page .content2 .bbslouzhu .name img,
body.kelink-merged-page .content2 .bbslouzhu .r-item p img,
body.kelink-merged-page .content2 .bbsdata img {
  width: auto !important;
  max-width: 22px !important;
  height: auto !important;
  max-height: 18px !important;
  margin: 0 3px !important;
  vertical-align: -4px !important;
  object-fit: contain;
}

body.kelink-merged-page .content2 .bbslouzhu .Sex img {
  width: 18px !important;
  height: 18px !important;
  margin-left: 5px !important;
  border-radius: 50%;
}

body.kelink-merged-page .content2 .bbsdata {
  min-height: 0;
  margin: -1px 0 10px !important;
  padding: 10px 12px 12px !important;
  color: #86909c !important;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 1px 3px rgba(31,35,41,.05);
  font-size: 12px !important;
  line-height: 1.9 !important;
  overflow: visible !important;
}

body.kelink-merged-page .content2 .bbsdata .right {
  float: none !important;
  display: inline-flex;
  margin-left: 5px;
  font-size: 12px;
  vertical-align: middle;
}

body.kelink-merged-page .content2 .bbsdata .info {
  width: auto !important;
  height: auto !important;
  margin: 9px 0 0 !important;
  padding: 4px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 4px;
  overflow: visible !important;
  background: #f7f8fa;
  border: 1px solid #f2f3f5;
  border-radius: 8px;
  box-sizing: border-box;
}

body.kelink-merged-page .content2 .bbsdata .info a {
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: 34px !important;
  padding: 0 4px !important;
  color: #4e5969 !important;
  background: #fff;
  border: 0 !important;
  border-radius: 6px;
  font-size: 13px;
  line-height: 34px !important;
  text-align: center;
  box-sizing: border-box;
}

body.kelink-merged-page .content2 .share-area {
  width: auto !important;
  height: auto !important;
  margin: 10px 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 7px;
  overflow: visible !important;
  font-size: 13px;
  line-height: 1;
}

body.kelink-merged-page .content2 .share-total,
body.kelink-merged-page .content2 .fav-link,
body.kelink-merged-page .content2 .bbs-data,
body.kelink-merged-page .content2 .bbs-more {
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto !important;
  min-width: 0;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 7px !important;
  color: #4e5969 !important;
  background: #fff !important;
  border: 1px solid #e5e6eb !important;
  border-radius: 8px;
  box-shadow: none;
  font-size: 13px !important;
  line-height: 1 !important;
  box-sizing: border-box;
  cursor: pointer;
}

body.kelink-merged-page .content2 .share-total::before,
body.kelink-merged-page .content2 .fav-link::before,
body.kelink-merged-page .content2 .bbs-data::before,
body.kelink-merged-page .content2 .bbs-more::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background-color: #86909c;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body.kelink-merged-page .content2 .share-total::before {
  -webkit-mask: url(/Template/default/img/bbszan.png) center/contain no-repeat;
  mask: url(/Template/default/img/bbszan.png) center/contain no-repeat;
}
body.kelink-merged-page .content2 .fav-link::before {
  -webkit-mask: url(/Template/default/img/bbssc.png) center/contain no-repeat;
  mask: url(/Template/default/img/bbssc.png) center/contain no-repeat;
}
body.kelink-merged-page .content2 .bbs-data::before {
  -webkit-mask: url(/Template/default/img/bbsdata.png) center/contain no-repeat;
  mask: url(/Template/default/img/bbsdata.png) center/contain no-repeat;
}
body.kelink-merged-page .content2 .bbs-more::before {
  -webkit-mask: url(/Template/default/img/bbsmore.png) center/contain no-repeat;
  mask: url(/Template/default/img/bbsmore.png) center/contain no-repeat;
}

body.kelink-merged-page .content2 .share-total::after { content: "赞"; order: 2; }
body.kelink-merged-page .content2 .share-total span { order: 3; }
body.kelink-merged-page .content2 .bbs-data::after { content: "数据"; }
body.kelink-merged-page .content2 .bbs-more::after { content: "更多"; }

body.kelink-merged-page .content2 .share-total:hover,
body.kelink-merged-page .content2 .fav-link:hover,
body.kelink-merged-page .content2 .bbs-data:hover,
body.kelink-merged-page .content2 .bbs-more:hover {
  color: #1c63cf !important;
  background: #f7f8fa !important;
  border-color: #c9cdd4 !important;
}

body.kelink-merged-page .content2 .listcd {
  margin: 0 0 12px !important;
  padding: 4px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 4px;
  overflow: visible !important;
  line-height: normal !important;
}

body.kelink-merged-page .content2 .listcd a {
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 0;
  min-height: 38px;
  padding: 0 5px !important;
  color: #4e5969 !important;
  background: #f7f8fa;
  border: 0 !important;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.25 !important;
  text-align: center;
  box-sizing: border-box;
}

body.kelink-merged-page .content2 .pj,
body.kelink-merged-page .content2 #comments,
body.kelink-merged-page .content2 .comment-post {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  overflow: visible !important;
}

body.kelink-merged-page .content2 #comment-post h3 {
  margin: 12px 0 8px !important;
  padding: 0 !important;
  color: #1f2329;
  font-size: 16px;
  line-height: 1.5;
}

body.kelink-merged-page .content2 #comment-post form {
  display: block;
  padding: 12px !important;
}

body.kelink-merged-page .content2 #comment-post textarea,
body.kelink-merged-page .content2 #comment-post .KL_textarea {
  display: block;
  width: 100% !important;
  min-height: 96px;
  margin: 0 !important;
  padding: 10px 12px !important;
  color: #1f2329 !important;
  background: #f7f8fa !important;
  border: 1px solid #e5e6eb !important;
  border-radius: 8px;
  box-shadow: none !important;
  font: 14px/1.65 "Microsoft YaHei",Arial,sans-serif;
  box-sizing: border-box;
}

body.kelink-merged-page .content2 #comment-post br { display: none; }

body.kelink-merged-page .content2 #comment-post .gdpl {
  width: auto !important;
  height: auto !important;
  min-height: 42px;
  margin: 8px 0 0 !important;
  padding: 7px 9px !important;
  display: flex !important;
  align-items: center;
  gap: 7px;
  overflow: visible !important;
  background: #f7f8fa;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  box-sizing: border-box;
}

body.kelink-merged-page .content2 .bbsface {
  float: none !important;
  flex: 0 0 30px;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  background-color: #fff;
  background-position: 5px -93px;
  border: 1px solid #e5e6eb;
  border-radius: 6px;
  box-sizing: border-box;
}

body.kelink-merged-page .content2 #comment-post input[type="checkbox"] {
  flex: 0 0 16px;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
}

body.kelink-merged-page .content2 #comment-post input[type="submit"] {
  min-height: 40px;
  margin-top: 10px;
  border-radius: 8px;
}

@media screen and (max-width: 420px) {
  body.kelink-merged-page .content2 { padding: 8px !important; }
  body.kelink-merged-page .content2 .share-area {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  body.kelink-merged-page .content2 .bbsdata .info,
  body.kelink-merged-page .content2 .listcd {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  body.kelink-merged-page .content2 .bbsdata .info a,
  body.kelink-merged-page .content2 .listcd a {
    font-size: 12px;
  }
}
