@charset "utf-8";
body,div,li,ul,ol,dl,dd,dt,span,b,strong,p,h1,h2,h3,h4,h5,input{margin:0;padding:0;}
ul,li,dl,dt,dd,ol{list-style:none;list-style-type:none;}
a img,a,a:hover,a:active,a:visited{border:none;text-decoration:none; outline:none;}
body{font-size:12px;}
input,body{ font-family:"PingFang SC", "Microsoft YaHei","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;}
body{ background-color: #f5f7fa;}

::selection{background:#06f;color:#fff;}
::-moz-selection{background:#06f;color:#fff;}

::-webkit-input-placeholder{text-overflow:ellipsis}
::-webkit-scrollbar{width:10px;height:10px;overflow:auto}
::-webkit-scrollbar-track{background-color:#f0f2f5;border-radius:4px}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #b0bac8, #8893a5);min-height:30px;min-width:30px;border-radius:4px;border:2px solid #f0f2f5;background-clip:padding-box}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, #8893a5, #667180);background-clip:padding-box}
::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg, #667180, #4a5568);background-clip:padding-box}
::-webkit-scrollbar-corner{background:#f0f2f5}

.pagination{ display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; clear: both; margin: 28px auto; padding: 0; list-style: none;}
.pagination li{ min-width: 36px; height: 36px; text-align: center; display: inline-flex; align-items: center; justify-content: center; line-height: 1; border: 1.5px solid #e4e8ee; border-radius: 10px; background: #fff; transition: all .3s cubic-bezier(.34,1.56,.64,1); cursor: pointer; box-shadow: 0 1px 4px rgba(0,0,0,.03);}
.pagination li a{ width: 100%; height: 100%; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #666; font-weight: 500; text-decoration: none; border-radius: 10px; padding: 0 6px; box-sizing: border-box;}
.pagination li:first-child a,
.pagination li:last-child a{ padding: 0 14px; font-size: 13px; letter-spacing: .5px;}
.pagination li:hover{ border-color: #06f; background: rgba(0,102,255,.04); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,102,255,.1);}
.pagination li:hover a{ color: #06f;}
.pagination li.active{ background: linear-gradient(135deg, #06f, #4d94ff); border-color: transparent; box-shadow: 0 4px 14px rgba(0,102,255,.35); transform: translateY(-1px);}
.pagination li.active a{ color: #fff; font-weight: 700;}
.pagination li.active:hover{ background: linear-gradient(135deg, #06f, #4d94ff); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,102,255,.45);}
.pagination li.active:hover a{ color: #fff;}
.pagination li.disabled{ opacity: .35; cursor: not-allowed; pointer-events: none;}


/* ========== Header 美化版 ========== */
.ui-header{ height: 64px; width: 100%; overflow: visible; box-sizing: border-box; background: rgba(255,255,255,.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 4px 24px rgba(0,0,0,.06); position: fixed; top: 0; left: 0; z-index: 60; transition: all .3s ease;}

/* 顶部发光条 */
.ui-header-glow{ position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, #06f, #69b1ff, #a0d2ff, #69b1ff, #06f); background-size: 200% 100%; animation: headerGlowMove 3s ease-in-out infinite; z-index: 1; display: none;}
@keyframes headerGlowMove{
    0%,100%{ background-position: 0% 50%;}
    50%{ background-position: 100% 50%;}
}

.ui-header-main{ width: 100%; height: 64px; margin: 0 auto; box-sizing: border-box; padding: 0 10px; display: flex; align-items: center;}

/* ========== Logo 突出美化 ========== */
.ui-header-logo{ height: 64px; line-height: 64px; padding: 0 20px 0 24px; cursor: pointer; display: flex; align-items: center; flex-shrink: 0; margin-right: 10px; position: relative;}
.ui-header-logo a{ display: flex; align-items: center; gap: 12px; color: #1a1a2e; text-decoration: none; transition: all .3s ease;}

/* Logo 图标容器 */
.ui-header-logo .logo-icon{ display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 14px; overflow: hidden; flex-shrink: 0; position: relative; transition: all .4s cubic-bezier(.34,1.56,.64,1); box-shadow: 0 4px 16px rgba(0,102,255,.3); background: linear-gradient(135deg, #06f, #4d94ff);}
.ui-header-logo .logo-icon svg{ display: block; transition: transform .4s ease;}
.ui-header-logo a:hover .logo-icon{ transform: rotate(-6deg) scale(1.08); border-radius: 16px; box-shadow: 0 8px 28px rgba(0,102,255,.45);}
.ui-header-logo a:hover .logo-icon svg{ transform: scale(1.08);}

/* Logo 脉冲光晕 */
.ui-header-logo .logo-icon::before{ content: ''; position: absolute; inset: -4px; border-radius: 18px; background: linear-gradient(135deg, rgba(0,102,255,.25), rgba(105,177,255,.25)); z-index: -1; opacity: 0; animation: logoPulse 2.5s ease-in-out infinite;}
.ui-header-logo a:hover .logo-icon::before{ opacity: 1;}
@keyframes logoPulse{
    0%,100%{ transform: scale(1); opacity: .35;}
    50%{ transform: scale(1.15); opacity: .1;}
}

/* Logo 文字区域 */
.ui-header-logo .logo-text{ font-size: 21px; font-weight: 800; letter-spacing: 1.5px; background: linear-gradient(135deg, #1a1a2e 0%, #444 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: all .4s ease; white-space: nowrap; line-height: 1.2;}
.ui-header-logo a:hover .logo-text{ background: linear-gradient(135deg, #06f 0%, #69b1ff 60%, #06f 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 2.5px; background-size: 200% 100%; animation: logoTextShine 1.5s ease-in-out infinite;}
@keyframes logoTextShine{
    0%,100%{ background-position: 0% 50%;}
    50%{ background-position: 100% 50%;}
}

/* Logo 右侧装饰分隔 */
.ui-header-logo::after{ content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 28px; background: linear-gradient(to bottom, transparent, #dde3ed, transparent);}

/* 导航 */
.ui-nav{ display: flex; align-items: center; flex: 1; height: 64px; list-style: none; gap: 8px; padding-left: 6px;}
.ui-nav li{ display: flex;}
.ui-nav li a{ padding: 7px 18px; height: auto; display: flex; align-items: center; box-sizing: border-box; font-size: 14px; color: #555; position: relative; white-space: nowrap; transition: all .3s cubic-bezier(.34,1.56,.64,1); font-weight: 500; border-radius: 20px; letter-spacing: .5px;}
.ui-nav li a::after{ content: ''; position: absolute; inset: 0; border-radius: 20px; background: linear-gradient(135deg, rgba(0,102,255,.08), rgba(105,177,255,.04)); opacity: 0; transition: all .3s ease; z-index: -1;}
.ui-nav li a:hover{ color: #06f; transform: translateY(-1px);}
.ui-nav li a:hover::after{ opacity: 1;}
.ui-nav li a.active{ font-weight: 700; font-size: 14px; color: #fff; background: linear-gradient(135deg, #06f, #4d94ff); box-shadow: 0 4px 14px rgba(0,102,255,.35); border-radius: 20px; letter-spacing: .5px;}
.ui-nav li a.active:hover{ color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,102,255,.45);}
.ui-nav li a.active::after{ display: none;}

/* 搜索框 */
.ui-search{ width: 240px; height: 64px; display: flex; align-items: center; margin-right: 10px; flex-shrink: 0;}
.ui-search input{ width: 100%; height: 38px; line-height: 38px; font-size: 13px; color: #666; border: 1.5px solid #e8ecf1; border-radius: 22px; outline: none; padding: 0 38px 0 18px; box-sizing: border-box; transition: all .3s ease; background: #f8fafc url('../images/search.png') no-repeat calc(100% - 13px) center; background-size: 16px;}
.ui-search input:hover{ border-color: #b8d4fe; background-color: #fff;}
.ui-search input:focus{ border-color: #06f; box-shadow: 0 0 0 4px rgba(0,102,255,.08); background-color: #fff; width: 260px;}

/* 汉堡菜单按钮（仅移动端显示） */
.ui-header-menu{ display: none; width: 38px; height: 38px; cursor: pointer; flex-shrink: 0; margin-left: auto; position: relative; z-index: 101; border-radius: 8px; transition: background .2s;}
.ui-header-menu:hover{ background: rgba(0,102,255,.06);}
.ui-header-menu span{ display: block; width: 20px; height: 2px; background: #444; border-radius: 3px; position: absolute; left: 9px; transition: all .35s cubic-bezier(.34,1.56,.64,1);}
.ui-header-menu span:nth-child(1){ top: 11px;}
.ui-header-menu span:nth-child(2){ top: 18px;}
.ui-header-menu span:nth-child(3){ top: 25px;}
.ui-header-menu.open span:nth-child(1){ top: 18px; transform: rotate(45deg); background: #06f;}
.ui-header-menu.open span:nth-child(2){ opacity: 0; transform: scaleX(0);}
.ui-header-menu.open span:nth-child(3){ top: 18px; transform: rotate(-45deg); background: #06f;}

/* ========== 移动端下拉导航 ========== */
.m-ui-nav{ display: none; position: fixed; top: 64px; left: 0; width: 100%; background: rgba(255,255,255,.97); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); z-index: 100; box-shadow: 0 8px 32px rgba(0,0,0,.1); padding: 16px; box-sizing: border-box; flex-wrap: wrap; gap: 10px; animation: slideDown .3s ease;}
.m-ui-nav.show{ display: flex;}
@keyframes slideDown{
    from{ opacity: 0; transform: translateY(-12px);}
    to{ opacity: 1; transform: translateY(0);}
}
.m-ui-nav li{ width: calc((100% - 20px) / 3); height: 42px; line-height: 42px; text-align: center; border-radius: 10px; border: 1.5px solid #eef1f5; list-style: none; transition: all .25s ease; background: #fafbfc;}
.m-ui-nav li:hover{ border-color: #06f; background: #f0f6ff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,102,255,.1);}
.m-ui-nav li a{ display: block; font-size: 14px; color: #444; text-decoration: none; font-weight: 500;}
.m-ui-nav li a.active{ color: #06f; font-weight: 700;}
.m-ui-nav .m-search-wrap{ width: 100%; padding: 6px 0 10px 0;}
.m-ui-nav .m-search-wrap input{ width: 100%; height: 40px; border: 1.5px solid #e0e4e9; border-radius: 22px; padding: 0 18px; font-size: 14px; outline: none; box-sizing: border-box; background: #f8fafc; transition: all .3s;}
.m-ui-nav .m-search-wrap input:focus{ border-color: #06f; box-shadow: 0 0 0 4px rgba(0,102,255,.08); background: #fff;}



.ui-main{ width: 1200px; height:auto; border-radius: 4px; margin: 20px auto 0 auto; box-sizing: border-box; overflow: hidden;}

.ui-left{ width: 865px; height: auto; float: left; overflow: hidden; box-sizing: border-box;}
.ui-right{ float:right; width: 320px; box-sizing: border-box; overflow:hidden;}

.ui-banner{ width: 100%; height: 300px; background-color: #fff; border-radius: 12px; overflow: hidden; box-sizing: border-box; position: relative; box-shadow: 0 2px 12px rgba(0,0,0,.06);}



.ui-hotnews{  width: 320px; height:auto; border-radius: 12px; box-sizing: border-box; padding: 0px 16px 16px 16px; overflow: hidden; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05); margin-bottom: 15px;}
.ui-hotnews h4{ font-size: 16px; font-weight: 700; height: 50px; line-height: 50px; border-bottom: 1px solid #f0f0f0; color: #1a1a1a;}
.ui-hotnews h4 i{ width: 4px; height: 20px; background: linear-gradient(135deg, #06f, #69b1ff); display: inline-block; margin-right: 8px; position: relative; top: 3px; border-radius: 2px;}
.ui-hotnews h4 a{ float:right; font-size: 13px; color: #bbb; margin-right: 0; position: relative; top: 2px; font-weight: normal;}

.ui-news{ width: 100%; height: auto; box-sizing: border-box; overflow: hidden; margin-top: 8px;}
.ui-news li{ width: 100%; height: 38px; line-height: 38px; overflow: hidden; border-bottom: 1px dashed #f5f5f5;}
.ui-news li:last-child{ border-bottom: none;}
.ui-news li a{ display: flex; align-items: center; color: #555; font-size: 13px; text-decoration: none; transition: color .2s;}
.ui-news li a:hover{ color: #06f;}
.ui-news li a .news-index{ width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 11px; font-weight: 700; color: #fff; margin-right: 10px; border-radius: 6px; background: #c0c4cc; flex-shrink: 0; position: relative;}
/* Top1 金牌 */
.ui-news li a .news-index.top1{ background: linear-gradient(135deg, #f5a623, #ffc53d); box-shadow: 0 2px 8px rgba(245,166,35,.4); font-size: 13px; width: 22px; height: 22px; line-height: 22px; border-radius: 50%;}
/* Top2 银牌 */
.ui-news li a .news-index.top2{ background: linear-gradient(135deg, #8e99a8, #b0bac8); box-shadow: 0 2px 8px rgba(142,153,168,.35); font-size: 12px; width: 20px; height: 20px; line-height: 20px; border-radius: 50%;}
/* Top3 铜牌 */
.ui-news li a .news-index.top3{ background: linear-gradient(135deg, #d4884a, #e8a870); box-shadow: 0 2px 8px rgba(212,136,74,.35); font-size: 12px; width: 20px; height: 20px; line-height: 20px; border-radius: 50%;}
.ui-news li a .news-title{ flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ui-news li a .news-date{ font-size: 12px; color: #bbb; margin-left: 8px; white-space: nowrap; flex-shrink: 0;}

.ui-tags{ width: 320px; height:auto; border-radius: 12px; box-sizing: border-box; padding: 0px 16px 16px 16px; overflow: hidden; background: #fff; margin: 0 auto 15px auto; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.ui-tags h4{ font-size: 16px; font-weight: 700; height: 50px; line-height: 50px; border-bottom: 1px solid #f0f0f0; color: #1a1a1a;}
.ui-tags h4 i{ width: 4px; height: 20px; background: linear-gradient(135deg, #06f, #69b1ff); display: inline-block; margin-right: 8px; position: relative; top: 3px; border-radius: 2px;}
.ui-tags h4 a{ float:right; font-size: 13px; color: #bbb; margin-right: 0; position: relative; top: 2px;}

.ui-tags-ul{ width: 100%; height: auto; box-sizing: border-box; overflow: hidden; margin: 12px auto 0 auto; display: flex; flex-wrap: wrap; gap: 8px;}
.ui-tags-ul li{ list-style: none;}
.ui-tags-ul li a,
.ui-tags-ul .tag-item{ display: inline-block; padding: 5px 12px; border: 1px solid #e8e8e8; border-radius: 20px; color: #666; font-size: 12px; text-decoration: none; transition: all .2s;}
.ui-tags-ul li a:hover,
.ui-tags-ul .tag-item:hover{ background: #06f; color: #fff; border-color: #06f;}

.ui-adv{ width: 100%; height: auto; overflow: hidden; box-sizing: border-box; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.ui-adv img{ width: 100%; margin: 0 auto; padding: 0; border-radius: 10px; transition: transform .3s; display: block;}
.ui-adv:hover img{ transform: scale(1.03);}


.ui-footer{ background-color: #1a1a2e; width: 100%; padding: 40px 0 30px 0; box-sizing: border-box; color: #ccc;}
.ui-fooer-main{ max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px;}

.ui-footer-right{ flex: 1; min-width: 280px; text-align: right;}
.ui-footer-nav{ width: 100%; height: auto; line-height: 28px; font-size: 13px; margin-bottom: 8px;}
.ui-footer-nav li{ display: inline-block; margin: 0 0 0 18px;}
.ui-footer-nav li a{ color: #bbb; transition: color .2s;}
.ui-footer-nav li a:hover{ color: #fff;}
.ui-copyright{ height: auto; color: #777; font-size: 12px; line-height: 24px;}
.ui-copyright a{ color: #777; transition: color .2s;}
.ui-copyright a:hover{ color: #fff;}

.ui-footer-share{ display: flex; align-items: center; gap: 12px; flex-shrink: 0;}
.ui-footer-share .ui-icon{ width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); color: #aaa; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; position: relative; text-decoration: none; transition: all .25s;}
.ui-footer-share .ui-icon:hover{ border-color: #06f; color: #fff; background: rgba(0,102,255,.15); transform: translateY(-2px);}
.ui-footer-share .ui-icon i{ font-size: 18px;}
.ui-footer-share .ui-fix-weixin{ width: 100px; height: 100px; position: absolute; left: 50%; bottom: 50px; transform: translateX(-50%); z-index: 999; background-color: #fff; border-radius: 8px; box-sizing: border-box; overflow: hidden; display: none; box-shadow: 0 4px 16px rgba(0,0,0,.2);}
.ui-footer-share .ui-fix-weixin img{ width: 94px; height: 94px; display: block; margin: 3px auto; border-radius: 4px;}
.ui-footer-share .ui-icon:hover .ui-fix-weixin{ display: block;}

.ui-links{ background-color: #fff; overflow: hidden; width: 1200px; margin: 0px auto 20px auto; padding: 20px 24px; box-sizing: border-box; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.ui-links h4{ font-size: 16px; font-weight: 700; height: 42px; line-height: 42px; border-bottom: 1px solid #f0f0f0; color: #1a1a1a; margin-bottom: 4px;}
.ui-links h4 i{ width: 4px; height: 20px; background: linear-gradient(135deg, #06f, #69b1ff); display: inline-block; margin-right: 8px; position: relative; top: 3px; border-radius: 2px;}
.ui-links-ul{ width: 100%; height: auto; margin: 10px auto; display: flex; flex-wrap: wrap; gap: 6px;}
.ui-links-ul li{ display: inline-block; height: 34px; line-height: 34px;}
.ui-links-ul li a{ display: inline-block; padding: 0 14px; height: 34px; line-height: 34px; font-size: 13px; color: #777; border-radius: 17px; transition: all .3s cubic-bezier(.34,1.56,.64,1); border: 1px solid transparent; background: transparent; position: relative; text-decoration: none;}
.ui-links-ul li a::after{ content: ''; position: absolute; inset: 0; border-radius: 17px; background: linear-gradient(135deg, rgba(0,102,255,.06), rgba(105,177,255,.03)); opacity: 0; transition: opacity .3s ease; z-index: -1;}
.ui-links-ul li a:hover{ color: #06f; border-color: rgba(0,102,255,.15); background: rgba(0,102,255,.04); transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0,102,255,.08);}
.ui-links-ul li a:hover::after{ opacity: 1;}

.ui-list-div{ height: auto; background-color: #fff; width: 100%; box-sizing: border-box; margin: 15px auto; border-radius: 12px; padding: 0px 20px 16px 20px; box-shadow: 0 2px 12px rgba(0,0,0,.06);}
.ui-list-div h4{ font-size: 16px; font-weight: 700; height: 50px; line-height: 50px; border-bottom: 1px solid #f0f0f0; color: #1a1a1a;}
.ui-list-div h4 i{ width: 4px; height: 20px; background: linear-gradient(135deg, #06f, #69b1ff); display: inline-block; margin-right: 8px; position: relative; top: 3px; border-radius: 2px;}
.ui-list-div h4 a{ float:right; font-size: 13px; color: #bbb; margin-right: 0; position: relative; top: 2px; font-weight: normal; transition: color .2s;}
.ui-list-div h4 a:hover{ color: #06f;}

.ui-hot{ display: inline-block; padding: 0 6px; font-size: 10px; background: linear-gradient(135deg, #ff4d4f, #ff7875); color: #fff; border-radius: 8px; text-align: center; position: relative; top: -2px; margin-right: 4px; font-weight: 600; letter-spacing: .5px; vertical-align: middle; flex-shrink: 0; line-height: 18px; height: 18px;}
.ui-top{ display: inline-block; padding: 0 6px; font-size: 10px; background: linear-gradient(135deg, #52c41a, #73d13d); color: #fff; border-radius: 8px; text-align: center; position: relative; top: -2px; margin-right: 4px; font-weight: 600; letter-spacing: .5px; vertical-align: middle; flex-shrink: 0; line-height: 18px; height: 18px;}

.ui-n-news{ max-width: 1200px; width: 100%; height: auto; margin: 20px auto; box-sizing: border-box; overflow: hidden; padding: 0px;}

.ui-news-right{ width: 320px; height: auto; overflow: hidden; float:right; box-sizing: border-box;}
.ui-news-left{ width: calc(100% - 340px); float: left; box-sizing: border-box; overflow: hidden; padding: 24px; background-color: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.06);}

.ui-news-ul dl{ padding: 16px 0; box-sizing: border-box; overflow: hidden; display: flex; gap: 16px; border-bottom: 1px solid #f0f0f0; transition: background .2s;}
.ui-news-ul dl:hover{ background: #fafbff;}
.ui-news-ul dl:last-child{ border-bottom: none !important;}
.ui-news-ul dl dt{ font-size: 17px; height: 34px; line-height: 34px; color: #1a1a1a; overflow: hidden; font-weight: 600; display: flex; align-items: center; gap: 0;}
.ui-news-ul dl dt a{ color: #1a1a1a; transition: color .2s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; min-width: 0;}
.ui-news-ul dl dt a:hover{ color: #06f;}
.ui-news-ul .ui-news-intro{ height: 44px; line-height: 22px; font-size: 13px; color: #999; margin-bottom: 6px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.ui-news-ul dl dd{ height: 28px; line-height: 28px;}
.ui-news-ul dl dd span.ui-new-date{ float: right; color: #999; font-size: 12px; display: inline-flex; align-items: center; gap: 3px;}
.ui-news-ul dl dd span.ui-new-date i{ color: #bbb; font-size: 14px;}
.ui-news-ul dl dd span.ui-new-tag{ float: left; color: #666; display: flex; gap: 6px; flex-wrap: wrap;}

.ui-news-ul dl dd span.ui-new-tag a{ display: inline-block; padding: 2px 10px; border: 1px solid #e8e8e8; border-radius: 12px; line-height: 20px; font-size: 11px; color: #888; text-decoration: none; transition: all .2s;}
.ui-news-ul dl dd span.ui-new-tag a:hover{ background: #06f; color: #fff; border-color: #06f;}
.ui-news-ul dl dd span.ui-new-tag a i{ font-size: 11px;}

.ui-news-pic{ width: 160px; height: 106px; background-color: #f5f5f5; flex-shrink: 0; overflow: hidden; border-radius: 8px; position: relative;}
.ui-news-pic img{ width: 100%; height: 100%; object-fit: cover; transition: transform .3s;}
.ui-news-pic:hover img{ transform: scale(1.05);}
.ui-news-cont{ flex: 1; min-width: 0; overflow: hidden;}


.ui-article{ width: 1200px; margin: 20px auto 5px auto; height: auto; box-sizing: border-box; overflow: hidden;}
.ui-content{ width: 865px; float: left; box-sizing: border-box;overflow: hidden;}

.ui-content-main{ width: 100%; height: auto; background-color: #fff; box-sizing: border-box; overflow: hidden; padding: 30px;border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.06); font-size: 15px; color: #3a3a3a; line-height: 1.8;}
.ui-content h2{ line-height: 48px; font-size: 24px; text-align: center; color: #1a1a1a; font-weight: 700; margin: 10px 0 0 0;}
.ui-art-meta{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 12px 0; border-bottom: 1px solid #f0f0f0; margin: 15px 0 0 0; font-size: 13px; color: #888;}
.ui-art-meta-left{ display: flex; align-items: center; gap: 16px; flex-wrap: wrap;}
.ui-art-meta-right{ display: flex; align-items: center; gap: 12px;}
.meta-item{ display: inline-flex; align-items: center; gap: 4px;}
.meta-item i{ font-size: 15px;}
/* 阅读数 */
.meta-views{ display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; background: linear-gradient(135deg, #f0f5ff, #e6f0ff); border: 1px solid #d6e4ff; border-radius: 20px; color: #5b8def; font-size: 12px; font-weight: 500; transition: all .25s;}
.meta-views i{ font-size: 14px; opacity: .8;}
.meta-views b{ font-weight: 600; color: #06f;}
.meta-views:hover{ background: linear-gradient(135deg, #06f, #3385ff); color: #fff; border-color: transparent; transform: translateY(-1px); box-shadow: 0 3px 10px rgba(0,102,255,.3);}
.meta-views:hover i{ opacity: 1;}
.meta-views:hover b{ color: #fff;}
/* 推荐按钮 */
.ui-hot-data{ display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; background: linear-gradient(135deg, #fff2f0, #ffece8); border: 1px solid #ffd4cc; color: #ff6b5b; font-size: 12px; font-weight: 500; cursor: pointer; border-radius: 20px; transition: all .25s; user-select: none;}
.ui-hot-data i{ font-size: 14px; opacity: .85;}
.ui-hot-data b{ font-weight: 600;}
.ui-hot-data:hover{ background: linear-gradient(135deg, #ff6b5b, #ff8a7a); color: #fff; border-color: transparent; transform: translateY(-1px); box-shadow: 0 3px 10px rgba(255,107,91,.3);}
.ui-hot-data:hover i{ opacity: 1;}

/* 文章正文 */
.ui-cont{ line-height: 2; font-size: 17px; color: #3a3a3a; font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif !important; word-wrap: break-word; overflow-wrap: break-word;}
.ui-cont p,.ui-cont div{font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif !important;line-height: 2; font-size: 17px; color: #3a3a3a;}
/* 段落首行缩进2字符 */
.ui-cont p{ text-indent: 2em; margin-bottom: 12px;}
/* 图片 */
.ui-cont img{ max-width: 90%; height: auto !important; border-radius: 8px; margin: 12px 0; display: inline-block; cursor: zoom-in; transition: all .3s ease; box-shadow: 0 2px 8px rgba(0,0,0,.06);}
.ui-cont img:hover{ box-shadow: 0 4px 16px rgba(0,102,255,.15); transform: scale(1.01);}
/* 图片展开 */
.img-expanded{ display: none; padding: 4px 0;}
.img-expanded img{ cursor: zoom-out;}
/* 链接 */
.ui-cont a{ color: #06f; text-decoration: none; border-bottom: 1px solid rgba(0,102,255,.2); transition: all .25s; padding: 0 2px;}
.ui-cont a:hover{ color: #0052cc; border-bottom-color: #06f; background: rgba(0,102,255,.05); border-radius: 2px;}
/* 表格 */
.ui-cont table{ width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.05);}
.ui-cont table th,
.ui-cont table td{ padding: 12px 16px; border: 1px solid #e8ecf1; text-align: left; line-height: 1.8;}
.ui-cont table th{ background: linear-gradient(135deg, #f5f7fa, #eef1f5); font-weight: 700; color: #2a2a2a; font-size: 14px; white-space: nowrap;}
.ui-cont table td{ color: #555; background: #fff;}
.ui-cont table tr:hover td{ background: #f8faff;}
.ui-cont table tr:first-child th:first-child{ border-top-left-radius: 8px;}
.ui-cont table tr:first-child th:last-child{ border-top-right-radius: 8px;}
.ui-cont table tr:last-child td:first-child{ border-bottom-left-radius: 8px;}
.ui-cont table tr:last-child td:last-child{ border-bottom-right-radius: 8px;}
/* 列表 */
.ui-cont ul,
.ui-cont ol{ padding-left: 2em; margin: 12px 0;}
.ui-cont ul li,
.ui-cont ol li{ line-height: 2; margin-bottom: 4px; color: #3a3a3a;}
.ui-cont ul{ list-style-type: disc;}
.ui-cont ol{ list-style-type: decimal;}
/* 引用块 */
.ui-cont blockquote{ margin: 16px 0; padding: 14px 20px; background: #f8faff; border-left: 4px solid #06f; border-radius: 0 8px 8px 0; color: #555; font-style: normal;}
.ui-cont blockquote p{ text-indent: 0; margin-bottom: 0;}
/* 代码块 */
.ui-cont pre{ background: #2d2d3f; color: #e0e0e0; padding: 16px 20px; border-radius: 8px; overflow-x: auto; font-size: 13px; line-height: 1.7; margin: 16px 0;}
.ui-cont code{ background: #f0f2f5; color: #e74c3c; padding: 2px 6px; border-radius: 4px; font-size: .9em;}
.ui-cont pre code{ background: transparent; color: #e0e0e0; padding: 0; border-radius: 0; font-size: inherit;}
/* 标题 */
.ui-cont h3{ font-size: 18px; font-weight: 700; color: #1a1a1a; margin: 24px 0 12px 0; padding-left: 12px; border-left: 4px solid #06f;}
.ui-cont h4{ font-size: 16px; font-weight: 700; color: #2a2a2a; margin: 20px 0 10px 0;}
.ui-cont hr{ border: none; height: 1px; background: linear-gradient(to right, #e8ecf1, transparent); margin: 24px 0;}

/* ========== 图片灯箱 ========== */
.img-lightbox{ position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.88); display: flex; align-items: center; justify-content: center; cursor: zoom-out; opacity: 0; transition: opacity .3s ease;}
.img-lightbox.show{ opacity: 1;}
.img-lightbox img{ max-width: 92vw; max-height: 92vh; border-radius: 10px; box-shadow: 0 12px 48px rgba(0,0,0,.6); transform: scale(.92); transition: transform .35s cubic-bezier(.34,1.56,.64,1);}
.img-lightbox.show img{ transform: scale(1);}
.img-lightbox .lb-close{ position: absolute; top: 24px; right: 32px; width: 44px; height: 44px; line-height: 44px; text-align: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 26px; cursor: pointer; transition: all .3s; border: none; user-select: none; backdrop-filter: blur(4px);}
.img-lightbox .lb-close:hover{ background: rgba(255,255,255,.28); transform: rotate(90deg);}
.ui-right{ width: 320px; float: right;}

/* 面包屑 */
.ui-breadcrumb{ padding: 0 0 16px 0; font-size: 13px; color: #aaa; border-bottom: 1px dashed #eee; margin-bottom: 6px;}
.ui-breadcrumb a{ color: #666; transition: color .2s;}
.ui-breadcrumb a:hover{ color: #06f;}
.ui-breadcrumb span{ margin: 0 4px;}
.ui-breadcrumb .current{ color: #333; font-weight: 500;}

/* 标签 */
.ui-article-tag{ margin: 14px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 8px;}
.ui-article-tag .tag-icon{ font-size: 15px; color: #06f; margin-right: 2px;}
.ui-article-tag a{ padding: 4px 12px; border: 1px solid #e8e8e8; border-radius: 20px; color: #666; font-size: 12px; transition: all .2s; text-decoration: none;}
.ui-article-tag a:hover{ background: #06f; color: #fff; border-color: #06f;}

/* 分享区域 */
.article-share{ display: flex; align-items: center; justify-content: flex-end; padding: 14px 0; margin-bottom: 8px; border-top: 1px solid #f5f5f5; gap: 10px;}
.article-share .share-label{ font-size: 13px; color: #aaa; white-space: nowrap;}
.article-share .share-list{ display: flex; align-items: center; gap: 8px;}
.article-share .share-btn{ display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: #f5f5f5; text-decoration: none; transition: all .3s cubic-bezier(.34,1.56,.64,1); position: relative; overflow: hidden;}
.article-share .share-btn img{ width: 20px; height: 20px; display: block; transition: transform .3s ease; filter: grayscale(30%); opacity: .7;}
.article-share .share-btn:hover{ transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.15); background: #fff;}
.article-share .share-btn:hover img{ filter: grayscale(0); opacity: 1; transform: scale(1.1);}
.article-share .share-btn.share-qq:hover{ box-shadow: 0 4px 14px rgba(18,183,245,.35);}
.article-share .share-btn.share-qzone:hover{ box-shadow: 0 4px 14px rgba(245,195,0,.35);}
.article-share .share-btn.share-weibo:hover{ box-shadow: 0 4px 14px rgba(230,22,45,.35);}
.article-share .share-btn.share-weixin:hover{ box-shadow: 0 4px 14px rgba(7,193,96,.35);}

/* 文章底部声明 */
.ui-art-statement{ margin-top: 30px; padding: 14px 16px; background: #fafafa; border-radius: 8px; border-left: 3px solid #06f;}
.ui-art-statement p{ font-size: 13px; color: #888; line-height: 1.8; margin: 0;}
.ui-art-statement i{ color: #06f; margin-right: 4px;}

/* 上下篇 */
.article-pager{ display: flex; gap: 16px; margin-top: 16px; clear: both;}
.article-pager .pager-item{ flex: 1; display: flex; flex-direction: column; gap: 6px; padding: 18px 22px; background: #fff; border-radius: 12px; text-decoration: none; border: 1.5px solid #eef1f5; transition: all .3s cubic-bezier(.34,1.56,.64,1); overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.04); position: relative;}
.article-pager .pager-item::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(135deg, #06f, #69b1ff); opacity: 0; transition: opacity .3s ease; border-radius: 12px 12px 0 0;}
.article-pager .pager-item:hover{ border-color: #06f; box-shadow: 0 8px 24px rgba(0,102,255,.12); transform: translateY(-2px);}
.article-pager .pager-item:hover::before{ opacity: 1;}
.article-pager .pager-item:hover .pager-title{ color: #06f;}
.article-pager .pager-item:hover .pager-label{ color: #06f;}
.article-pager .pager-label{ font-size: 12px; color: #bbb; font-weight: 500; letter-spacing: 1px; display: flex; align-items: center; gap: 4px; transition: color .3s;}
.article-pager .pager-prev .pager-label::before{ content: '←'; font-size: 14px;}
.article-pager .pager-next .pager-label::after{ content: '→'; font-size: 14px;}
.article-pager .pager-title{ font-size: 14px; color: #444; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color .3s; font-weight: 500; line-height: 1.4;}
.article-pager .pager-next{ text-align: right;}
.article-pager .pager-next .pager-label{ justify-content: flex-end;}
.article-pager .pager-disabled{ opacity: .4; cursor: default; pointer-events: none;}
.article-pager .pager-disabled:hover{ border-color: #eef1f5; box-shadow: 0 2px 8px rgba(0,0,0,.04); transform: none;}
.article-pager .pager-disabled:hover::before{ opacity: 0;}
.article-pager .pager-disabled:hover .pager-title{ color: #444;}
.article-pager .pager-disabled:hover .pager-label{ color: #bbb;}

/* 推荐按钮 */
.ui-hot-data{ display: inline-flex; align-items: center; gap: 3px; padding: 3px 10px; background: #fff2f0; border: 1px solid #ffccc7; color: #ff4d4f; font-size: 12px; cursor: pointer; border-radius: 14px; transition: all .2s;}
.ui-hot-data:hover{ background: #ff4d4f; color: #fff; border-color: #ff4d4f;}
.ui-hot-data i{ font-size: 14px;}

.ui-news-navs{ height: auto; min-height: 48px; border-bottom: 1px solid #f0f0f0; overflow-x: auto; white-space: nowrap; box-sizing: border-box; padding-bottom: 8px; display: flex; gap: 8px; align-items: center;}
.ui-news-navs::-webkit-scrollbar{ height: 6px;}
.ui-news-navs::-webkit-scrollbar-track{ background: #f0f2f5; border-radius: 3px;}
.ui-news-navs::-webkit-scrollbar-thumb{ background: linear-gradient(90deg, #b0bac8, #8893a5); border-radius: 3px; border: none;}
.ui-news-navs::-webkit-scrollbar-thumb:hover{ background: linear-gradient(90deg, #8893a5, #667180);}
.ui-news-navs li{ display: inline-block; height: auto; line-height: normal; flex-shrink: 0;}
.ui-news-navs li a{ font-size: 13px; color: #666; text-decoration: none; padding: 8px 16px; border-radius: 18px; transition: all .3s cubic-bezier(.34,1.56,.64,1); display: block; position: relative; letter-spacing: .5px; font-weight: 500;}
.ui-news-navs li a::after{ content: ''; position: absolute; inset: 0; border-radius: 18px; background: linear-gradient(135deg, rgba(0,102,255,.08), rgba(105,177,255,.04)); opacity: 0; transition: all .3s ease; z-index: -1;}
.ui-news-navs li a:hover{ color: #06f; transform: translateY(-1px);}
.ui-news-navs li a:hover::after{ opacity: 1;}
.ui-news-navs li a.active{ color: #fff; font-weight: 700; font-size: 13px; background: linear-gradient(135deg, #06f, #4d94ff); box-shadow: 0 4px 14px rgba(0,102,255,.3);}
.ui-news-navs li a.active:hover{ color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,102,255,.4);}

.ui-news-page{ padding: 20px 0 10px 0; box-sizing: border-box; overflow: hidden;}

.ui-nodata{ text-align: center; padding: 20px; box-sizing: border-box; overflow: hidden;}
.ui-nodata img{ display:block; margin: 0 auto;}
.ui-nodata p{ font-size: 13px; color: #666; line-height: 38px;}

.ui-tags-main{ width: 1200px; height: auto; overflow: hidden; box-sizing: border-box; padding: 10px; background-color: #fff; margin: 15px auto; border-radius: 8px;}
.ui-tags-main h4{ font-size: 16px; font-weight: normal; height: 48px; line-height: 48px; border-bottom: solid 1px #efefef; font-weight: bold;}
.ui-tags-main h4 i{ width: 4px; height: 21px; background-color: #06f; display: inline-block; margin: 5px 3px 0 5px; position: relative; top: 5px; border-radius: 3px;}

.ui-about-main{ width: 1200px; height: auto; overflow: hidden; box-sizing: border-box; padding: 10px; background-color: #fff; margin: 15px auto; border-radius: 8px;}
.ui-about-main h4{ font-size: 16px; font-weight: normal; height: 48px; line-height: 48px; border-bottom: solid 1px #efefef; font-weight: bold;}
.ui-about-main h4 i{ width: 4px; height: 21px; background-color: #06f; display: inline-block; margin: 5px 3px 0 5px; position: relative; top: 5px; border-radius: 3px;}

.ui-hot-data{ padding: 2px 14px; border: solid 1px #f00; color: #f00; font-size: 12px; cursor: pointer; border-radius: 20px;}

/* ========== 搜索页 Banner ========== */
.ui-search-banner{ position: relative; width: 100%; min-height: 300px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
.ui-search-banner-bg{ position: absolute; inset: 0; background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 25%, #93c5fd 50%, #bfdbfe 75%, #dbeafe 100%); z-index: 0;}
.ui-search-banner-bg::before{ content: ''; position: absolute; top: -60%; left: -40%; width: 90%; height: 220%; background: radial-gradient(ellipse at center, rgba(255,255,255,.35) 0%, transparent 65%); border-radius: 50%; animation: bannerPulse1 10s ease-in-out infinite;}
.ui-search-banner-bg::after{ content: ''; position: absolute; bottom: -50%; right: -30%; width: 70%; height: 180%; background: radial-gradient(ellipse at center, rgba(59,130,246,.3) 0%, transparent 65%); border-radius: 50%; animation: bannerPulse2 14s ease-in-out infinite;}

@keyframes bannerPulse1{ 0%,100%{ transform: translate(0,0) scale(1); opacity: .5;} 50%{ transform: translate(40px,-30px) scale(1.2); opacity: 1;}}
@keyframes bannerPulse2{ 0%,100%{ transform: translate(0,0) scale(1); opacity: .4;} 50%{ transform: translate(-30px,20px) scale(1.15); opacity: .85;}}

/* 装饰图标 - 浮动（更大更明显） */
.ui-banner-deco{ position: absolute; z-index: 0; pointer-events: none;}
.ui-banner-deco i{ font-size: 48px; color: rgba(255,255,255,.25); filter: drop-shadow(0 2px 8px rgba(59,130,246,.3));}
.ui-banner-deco-1{ top: 10%; left: 6%; animation: decoFloat1 6s ease-in-out infinite;}
.ui-banner-deco-2{ top: 60%; left: 4%; animation: decoFloat2 8s ease-in-out infinite;}
.ui-banner-deco-3{ top: 15%; right: 8%; animation: decoFloat3 7s ease-in-out infinite;}
.ui-banner-deco-3 i{ font-size: 38px;}

@keyframes decoFloat1{ 0%,100%{ transform: translateY(0) rotate(0deg); opacity: .6;} 50%{ transform: translateY(-20px) rotate(12deg); opacity: 1;}}
@keyframes decoFloat2{ 0%,100%{ transform: translateY(0) rotate(0deg); opacity: .5;} 50%{ transform: translateY(-25px) rotate(-10deg); opacity: .9;}}
@keyframes decoFloat3{ 0%,100%{ transform: translateY(0) rotate(0deg); opacity: .45;} 50%{ transform: translateY(-16px) rotate(18deg); opacity: .85;}}

/* 装饰圆点 - 浮动（更大更明显） */
.ui-banner-dot{ position: absolute; border-radius: 50%; background: rgba(255,255,255,.4); z-index: 0; pointer-events: none; box-shadow: 0 0 12px rgba(255,255,255,.5), 0 0 24px rgba(59,130,246,.3);}
.ui-banner-dot-1{ width: 10px; height: 10px; top: 20%; left: 18%; animation: dotDrift1 5s ease-in-out infinite;}
.ui-banner-dot-2{ width: 8px; height: 8px; top: 50%; left: 78%; animation: dotDrift2 7s ease-in-out infinite;}
.ui-banner-dot-3{ width: 14px; height: 14px; top: 12%; right: 20%; animation: dotDrift3 6s ease-in-out infinite;}
.ui-banner-dot-4{ width: 9px; height: 9px; bottom: 22%; left: 52%; animation: dotDrift1 8s ease-in-out infinite;}
.ui-banner-dot-5{ width: 6px; height: 6px; top: 38%; right: 12%; animation: dotDrift2 5.5s ease-in-out infinite;}

@keyframes dotDrift1{ 0%,100%{ transform: translate(0,0); opacity: .5;} 33%{ transform: translate(20px,-15px); opacity: 1;} 66%{ transform: translate(-10px,16px); opacity: .65;}}
@keyframes dotDrift2{ 0%,100%{ transform: translate(0,0); opacity: .4;} 50%{ transform: translate(-16px,-20px); opacity: .9;}}
@keyframes dotDrift3{ 0%,100%{ transform: translate(0,0); opacity: .6;} 50%{ transform: translate(25px,10px); opacity: 1;}}

/* 装饰圆环（更明显） */
.ui-banner-ring{ position: absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,.15); z-index: 0; pointer-events: none; animation: ringPulse 12s ease-in-out infinite;}
.ui-banner-ring-1{ width: 220px; height: 220px; top: -70px; right: -50px; animation-delay: 0s;}
.ui-banner-ring-2{ width: 160px; height: 160px; bottom: -50px; left: -40px; animation-delay: 4s;}

@keyframes ringPulse{ 0%,100%{ transform: scale(1); opacity: .4;} 50%{ transform: scale(1.25); opacity: .8;}}

.ui-search-banner-inner{ position: relative; z-index: 1; text-align: center; padding: 55px 20px; max-width: 700px; width: 100%;}
.ui-search-banner-title{ font-size: 32px; font-weight: 800; color: #fff; margin: 0 0 10px 0; display: flex; align-items: center; justify-content: center; gap: 10px; letter-spacing: 2px;}
.ui-search-banner-title i{ font-size: 34px; color: #93c5fd;}
.ui-search-banner-sub{ font-size: 15px; color: rgba(255,255,255,.7); margin: 0 0 32px 0; font-weight: 300;}

.ui-search-banner-form{ display: flex; align-items: center; max-width: 600px; margin: 0 auto; background: rgba(255,255,255,.15); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1.5px solid rgba(255,255,255,.25); border-radius: 50px; overflow: hidden; transition: all .3s ease; box-shadow: 0 8px 32px rgba(0,0,0,.2);}
.ui-search-banner-form:hover{ border-color: rgba(255,255,255,.45); box-shadow: 0 12px 40px rgba(0,0,0,.3);}
.ui-search-banner-form:focus-within{ border-color: rgba(255,255,255,.6); box-shadow: 0 12px 40px rgba(0,102,255,.35); background: rgba(255,255,255,.22);}
.ui-search-banner-input{ flex: 1; height: 54px; line-height: 54px; font-size: 16px; color: #fff; border: none; outline: none; padding: 0 24px; background: transparent;}
.ui-search-banner-input::placeholder{ color: rgba(255,255,255,.5);}
.ui-search-banner-btn{ height: 54px; padding: 0 32px; font-size: 15px; font-weight: 700; color: #fff; background: linear-gradient(135deg, #06f, #4d94ff); border: none; cursor: pointer; white-space: nowrap; display: flex; align-items: center; gap: 8px; transition: all .2s; letter-spacing: 1px;}
.ui-search-banner-btn:hover{ background: linear-gradient(135deg, #0052cc, #3d7fff);}
.ui-search-banner-btn::before{ content: ''; display: inline-block; width: 18px; height: 18px; background: url('../images/search.png') no-repeat center; background-size: 18px; filter: brightness(0) invert(1); flex-shrink: 0;}

/* Banner 热门搜索标签 */
.ui-search-hot-tags{ margin-top: 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px;}
.ui-search-hot-label{ font-size: 12px; color: rgba(255,255,255,.45); white-space: nowrap;}
.ui-search-hot-tag{ display: inline-block; padding: 4px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; color: rgba(255,255,255,.7); font-size: 12px; text-decoration: none; transition: all .2s; backdrop-filter: blur(4px);}
.ui-search-hot-tag:hover{ background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.4); transform: translateY(-1px);}

/* ========== 搜索结果区 ========== */
.ui-search-result-wrap{ max-width: 1200px; margin: 0 auto; padding: 0 0 30px 0;}
.ui-search-result{ background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.06); padding: 24px;}

.ui-search-result-bar{ padding-bottom: 16px; margin-bottom: 8px; border-bottom: 1px solid #f0f0f0;}
.ui-search-result-title{ font-size: 17px; font-weight: 700; color: #1a1a1a; display: flex; align-items: center; gap: 10px;}
.ui-search-result-title .ui-search-kwd{ color: #06f; font-weight: 800; padding: 2px 8px; background: linear-gradient(135deg, rgba(0,102,255,.08), rgba(105,177,255,.04)); border-radius: 6px;}
.ui-search-count{ font-size: 13px; color: #999; font-weight: 400;}
.ui-search-count b{ color: #06f; font-weight: 700;}

/* 搜索关键词高亮 */
em.highlight{ font-style: normal; color: #ff5722; background: linear-gradient(180deg, transparent 60%, #ffe0b2 60%); padding: 0 2px; border-radius: 2px; font-weight: 700;}

/* 空数据提示 */
.ui-nodata-tip{ font-size: 12px; color: #bbb; margin-top: -10px;}

/* 搜索页隐藏右侧栏 */
.ui-search-page .ui-news-right{ display: none;}
.ui-search-page .ui-news-left{ width: 100%;}

/* ========== 搜索限频页 ========== */
.ui-search-limit-wrap{ max-width: 1200px; margin: 30px auto; padding: 0 20px;}
.ui-search-limit{ background: #fff; border-radius: 16px; box-shadow: 0 2px 16px rgba(0,0,0,.06); text-align: center; padding: 60px 30px;}
.ui-search-limit-icon{ width: 90px; height: 90px; margin: 0 auto 20px; border-radius: 50%; background: linear-gradient(135deg, #fff8e1, #fff3cd); display: flex; align-items: center; justify-content: center;}
.ui-search-limit-icon i{ font-size: 44px; color: #ff9800;}
.ui-search-limit h2{ font-size: 22px; color: #333; margin: 0 0 12px 0; font-weight: 700;}
.ui-search-limit-desc{ font-size: 14px; color: #666; margin: 0 0 8px 0; line-height: 1.8;}
.ui-search-limit-desc b{ color: #ff5722;}
.ui-search-limit-sub{ font-size: 13px; color: #bbb; margin: 0 0 28px 0;}
.ui-search-limit-countdown{ display: inline-block; width: 24px; height: 24px; line-height: 24px; background: #06f; color: #fff; border-radius: 50%; font-weight: 700; font-size: 13px;}
.ui-search-limit-btn{ display: inline-block; padding: 12px 36px; background: linear-gradient(135deg, #06f, #4d94ff); color: #fff; font-size: 14px; font-weight: 600; border-radius: 24px; text-decoration: none; transition: all .2s; box-shadow: 0 4px 14px rgba(0,102,255,.3);}
.ui-search-limit-btn:hover{ background: linear-gradient(135deg, #0052cc, #3d7fff); box-shadow: 0 6px 20px rgba(0,102,255,.4); transform: translateY(-2px);}

@media screen and (max-width:767px){
    .ui-header{ height: 52px; min-width: 100%; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);}
    .ui-header-main{ height: 52px; padding: 0 10px;}
    .ui-header-logo{ height: 52px; line-height: 52px; padding: 0 10px 0 0; margin-right: 0; margin-left: 0;}
    .ui-header-logo::after{ display: none;}
    .ui-header-logo a{ gap: 8px;}
    .ui-header-logo .logo-icon{ width: 34px; height: 34px; border-radius: 10px;}
    .ui-header-logo .logo-icon svg{ width: 34px; height: 34px;}
    .ui-header-logo .logo-text{ font-size: 17px; letter-spacing: .5px;}

    .ui-nav{ display: none !important;}
    .ui-search{ display: none;}

    /* 汉堡菜单 */
    .ui-header-menu{ display: flex; align-items: center; justify-content: center;}

    /* 移动端主导航 */
    .ui-nav.m-show{ display: flex !important; position: fixed; top: 52px; left: 0; width: 100%; background: #fff; flex-direction: column; height: auto; padding: 12px 0; box-shadow: 0 4px 12px rgba(0,0,0,.1); z-index: 100;}
    .ui-nav.m-show li{ width: 100%;}
    .ui-nav.m-show li a{ height: 44px; line-height: 44px; padding: 0 20px; justify-content: flex-start; border-bottom: 1px solid #f5f5f5;}
    .ui-nav.m-show li a.active::after{ display: none;}
    .ui-nav.m-show li a.active{ background: #f0f7ff; border-left: 3px solid #06f; padding-left: 17px;}

    .ui-article{ width: 100%; margin: 0px auto; height: auto; box-sizing: border-box; overflow: hidden; padding: 10px;}
    .ui-content{ width: 100%; box-sizing: border-box;overflow: hidden;}
    .ui-right,.ui-tags,.ui-hotnews,.ui-article-tag{ width: 100%; background: #fff;}
    .ui-cont p,.ui-cont div{font-size: 15px;}

    .article-pager li{ height:38px; border:solid 1px #efefef; text-align:center;  line-height:38px; box-sizing:border-box; border-radius:4px; background:#fff;  clear: both; width:calc((100% - 30px)/3);}
    .article-pager li:nth-child(3n){ margin: 0;}

    .ui-search{ display: none;}

    .ui-n-news{ width: 100%; height: auto; margin: 10px auto; overflow: hidden; padding: 0 10px; box-sizing: border-box;}

    .ui-news-right{ width: 100%; height: auto; overflow: hidden; float:right; box-sizing: border-box;}
    .ui-news-left{ width: 100%; float: left; box-sizing: border-box; overflow: hidden; padding: 14px; background-color: #fff; border-radius: 10px; margin-bottom: 10px;}

    .ui-adv{ margin-bottom: 10px;}

    .pagination{ width:auto; height:auto; overflow:hidden; clear:both; text-align:center;  margin:10px auto;}
    .pagination li{ min-width:28px; height:28px;text-align:center; display:inline-block; line-height:28px; margin-right:4px;border:solid 1px #d9d9d9; border-radius:4px;}
    .pagination li:first-child a,.pagination li:last-child a{box-sizing: border-box;padding: 0 8px;}
    .pagination li a{ width:100%; height:28px; text-align:center; line-height:28px; display:block; font-size:13px; color:#666; box-sizing: border-box; }
    .pagination li:hover,.pagination li.active{ background:#38a0f4; color:#fff; border:solid 1px #38a0f4; }
    .pagination li:hover a{ color: #fff;}

    .ui-tags-main-m{ width: 100%; padding: 10px; box-sizing: border-box; overflow: hidden;}
    .ui-tags-main{ width: 100%; margin: 0;}

    .ui-article-tag{ height: 34px; text-align: center;}
    .ui-art-tags{ line-height: 30px;}
    .ui-cont img{  max-width: 100% !important; height: auto !important; border-radius: 6px; cursor: zoom-in;}

    .ui-news-navs{ height:auto; min-height: 38px; border-bottom: 1px solid #f0f0f0; box-sizing: border-box; overflow-x: auto; white-space: nowrap; padding-bottom: 6px; gap: 6px;}
    .ui-news-navs li{ display: inline-block; height: auto; line-height: normal; margin: 0; flex-shrink: 0;}
    .ui-news-navs li a{ font-size: 12px; color: #666; padding: 6px 12px; border-radius: 16px;}
    .ui-news-navs li a.active{ color: #fff; font-weight: 700; font-size: 12px; background: linear-gradient(135deg, #06f, #4d94ff); box-shadow: 0 3px 10px rgba(0,102,255,.3);}

    .ui-main{ width: 100%; height: auto; padding: 10px; box-sizing: border-box; margin: 0;}
    .ui-left{ width: 100%; height: auto;}
    .ui-banner{ height: 140px; border-radius: 10px;}
    .ui-banner img{ height: 100%; border-radius: 10px; display: block; overflow: hidden;}

    .ui-tags{ margin: 10px auto;}

    .ui-footer{ padding: 30px 0 25px 0; text-align: center;}
    .ui-fooer-main{ flex-direction: column; gap: 16px;}
    .ui-footer-right{ text-align: center; width: 100%;}
    .ui-footer-share{ justify-content: center; order: -1;}
    .ui-footer-nav{ text-align: center; margin: 0 0 6px 0; height: auto;}
    .ui-footer-nav li{ margin: 0 10px; height: auto; line-height: 28px;}
    .ui-copyright{ text-align: center; line-height: 22px;}

    .ui-news-pic{ width: 110px; height: 74px; flex-shrink: 0;}
    .ui-news-pic img{ width: 100%; height: 100%; object-fit: cover;}
    .ui-news-cont{ flex: 1; min-width: 0; height: auto; overflow: hidden;}
    .ui-news-ul dl{ padding: 12px 0; gap: 10px;}
    .ui-news-ul dl dt{ font-size: 15px; height: 28px; line-height: 28px; display: flex; align-items: center;}
    .ui-news-ul .ui-news-intro{ height: 36px; line-height: 18px; font-size: 12px; margin: 0; -webkit-line-clamp: 2;}
    .ui-news-ul dl dd{ height: 24px; line-height: 24px;}
    .ui-news-ul dl dd span.ui-new-date{ font-size: 11px;}
    .ui-news-ul dl dd span.ui-new-tag a{ padding: 1px 8px; font-size: 10px; line-height: 18px;}

    .ui-hot{ padding: 0 5px; font-size: 10px; top: -1px; line-height: 16px; height: 16px;}
    .ui-top{ padding: 0 5px; font-size: 10px; top: -1px; line-height: 16px; height: 16px;}

    /* 搜索 Banner - 移动端 */
    .ui-search-banner{ min-height: 220px;}
    .ui-banner-deco,.ui-banner-dot,.ui-banner-ring{ display: none;}
    .ui-search-banner-inner{ padding: 30px 16px;}
    .ui-search-banner-title{ font-size: 22px; gap: 6px;}
    .ui-search-banner-title i{ font-size: 24px;}
    .ui-search-banner-sub{ font-size: 13px; margin-bottom: 22px;}
    .ui-search-banner-form{ max-width: 100%; border-radius: 40px;}
    .ui-search-banner-input{ height: 44px; line-height: 44px; font-size: 14px; padding: 0 16px;}
    .ui-search-banner-btn{ height: 44px; padding: 0 20px; font-size: 13px;}
    .ui-search-banner-btn i{ font-size: 16px;}
    .ui-search-hot-tags{ gap: 6px; margin-top: 18px;}
    .ui-search-hot-label{ font-size: 11px;}
    .ui-search-hot-tag{ padding: 3px 10px; font-size: 11px; border-radius: 14px;}

    /* 搜索结果 - 移动端 */
    .ui-search-result-wrap{ padding: 0 10px 20px 10px;}
    .ui-search-result{ padding: 14px; border-radius: 10px;}
    .ui-search-result-bar{ padding-bottom: 12px;}
    .ui-search-result-title{ font-size: 15px; flex-wrap: wrap; gap: 6px;}

    .ui-pictrue dl{ gap: 10px;}
    .ui-pictrue dl dt{ width: 55px; height: 55px;}
    .ui-pictrue dl dt img{ width: 55px; height: 55px;}
    .ui-pictrue dl dd .ui-pictrue-hn{ height: 24px; line-height: 24px; font-size: 13px;}
    .ui-pictrue dl dd .ui-pictrue-intro{ font-size: 11px; line-height: 18px;}

    .ui-links{ width: 100%; padding: 12px 14px; border-radius: 10px;}
    .ui-links h4{ font-size: 15px; height: 38px; line-height: 38px;}
    .ui-links-ul{ gap: 4px;}
    .ui-links-ul li{ height: 30px; line-height: 30px;}
    .ui-links-ul li a{ font-size: 12px; padding: 0 10px; height: 30px; line-height: 30px; border-radius: 15px;}

    .m-ui-nav{ display: none; top: 52px;}
    .m-ui-nav.show{ display: flex;}

    .bh-fixtop{ width: 40px; height: 40px; line-height: 40px; bottom: 16px; right: 16px;}
}

.bh-fixtop{ width: 50px; height: 50px; border-radius: 50%; line-height: 50px; text-align: center; background-color: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.12); position: fixed; bottom: 20px; right: 20px; cursor: pointer; z-index: 50; transition: transform .2s, box-shadow .2s;}
.bh-fixtop:hover{ transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.16);}
.bh-fixtop span{ font-size: 18px; color: #333;}

.swiper-slide{ position: relative;}
.swiper-slide .ui-adv-title{ width: 100%; height: 35px; background-color: rgba(0,0,0,.5); color: #fff; position: absolute; left: 0; bottom: 0; line-height: 35px; box-sizing: border-box; padding: 0 10px; font-size: 13px;}


.ui-pictrue{ width: 100%; height: auto; box-sizing: border-box; padding: 0 16px 16px 16px; background-color: #fff; margin-bottom: 15px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.ui-pictrue h4{ font-size: 16px; font-weight: 700; height: 50px; line-height: 50px; border-bottom: 1px solid #f0f0f0; margin-bottom: 10px; color: #1a1a1a;}
.ui-pictrue h4 i{ width: 4px; height: 20px; background: linear-gradient(135deg, #06f, #69b1ff); display: inline-block; margin-right: 8px; position: relative; top: 3px; border-radius: 2px;}
.ui-pictrue h4 a{ float: right; font-size: 13px; color: #bbb; margin-right: 0; position: relative; top: 2px; font-weight: normal;}

.ui-pictrue dl{ width: 100%; height: auto; padding: 10px 0; border-bottom: 1px dashed #f0f0f0; box-sizing: border-box; overflow: hidden; display: flex; gap: 12px; align-items: flex-start;}
.ui-pictrue dl:last-child{ border-bottom: none;}
.ui-pictrue dl dt{ width: 70px; height: 70px; overflow: hidden; flex-shrink: 0; border-radius: 8px;}
.ui-pictrue dl dt img{ width: 70px; height: 70px; object-fit: cover; transition: transform .3s;}
.ui-pictrue dl:hover dt img{ transform: scale(1.08);}
.ui-pictrue dl dd{ flex: 1; min-width: 0; overflow: hidden;}
.ui-pictrue dl dd .ui-pictrue-hn{ height: 28px; line-height: 28px; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; font-weight: 500;}
.ui-pictrue dl dd .ui-pictrue-hn a{ color: #333; transition: color .2s;}
.ui-pictrue dl dd .ui-pictrue-hn a:hover{ color: #06f;}
.ui-pictrue dl dd .ui-pictrue-intro{ line-height: 20px; font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; color: #999; margin-top: 2px; height: auto;}

.ui-com-tips{ background: linear-gradient(135deg, #ff9800, #ffb74d); color: #fff; width: 100%; font-size: 14px; height: 44px; line-height: 44px; text-align: center; position: fixed; left: 0; top: 0; z-index: 9999; display: none; box-shadow: 0 2px 8px rgba(255,152,0,.3); letter-spacing: .5px;}

