﻿@charset "utf-8";
/*-------------------
*Description:      By www.yiwuku.com
*Website:          https://app.zblogcn.com/?id=22918
*Author:           尔今 erx@qq.com
*update:           2026-08-13 视觉升级版（蓝靛渐变/卡片化/大搜索框/移动端适配）
-------------------*/
/* -- erx:Global -- */
*{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
i, em{font-style:normal;}
ol, ul{list-style:none;}
img{border:0;max-width:100%;}
input, textarea{outline:none;vertical-align:middle;}
body{color:#333;font-size:16px;font-family:"Microsoft YaHei","PingFang SC","Helvetica Neue","STHeiti Light","Trebuchet MS", Tahoma, Arial, sans-serif;background-color:#f3f5fb;line-height:1.7;-webkit-font-smoothing:antialiased;}
a{color:#2b3445;text-decoration:none;transition:all .25s ease}
a:hover{color:#4e6ef2;}
.erx-wrap{width:1280px;max-width:94%;margin:0 auto;}
.erx-flex{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.erx-m-bot{margin-bottom:30px;}
/* -- erx:Head -- */
.erx-top-nav{margin-bottom:30px; position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(0,0,0,.03),0 6px 24px rgba(31,41,55,.05);}
.erx-logo{max-width:240px;max-height:100px;font-size:32px;font-weight:bold;letter-spacing:1px;padding:14px 0;white-space:nowrap;overflow:hidden;}
.erx-logo > a{background:linear-gradient(120deg,#4e6ef2,#7c5cfc 60%,#a55eea);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#4e6ef2;}
.erx-logo img{max-height:46px;}
.erx-menu > li{position:relative;line-height:46px;margin-left:30px;z-index:999;}
.erx-menu > li > a{display:inline-block;font-size:16px;color:#4a5568;font-weight:500;}
.erx-menu > li > a > i{display:inline-block;width:0;height:0;margin:-2px -8px 0 4px;border:4px transparent solid;border-top-color:rgba(0,0,0,.25);}
.erx-menu > li > a:hover > i{border-top-color:#4e6ef2;}
.erx-menu > li > a:hover, .erx-menu > li.cu > a{color:#4e6ef2;}
.erx-menu li ul{display:none;position:absolute;top:100%;left:0;min-width:100%;line-height:38px;background:#fff;border-radius:10px;box-shadow:0 12px 32px rgba(31,41,55,.14);border:1px solid rgba(0,0,0,.04);overflow:hidden;}
.erx-menu li li a{display:block;font-size:14px;text-align:center;white-space:nowrap;border-bottom:1px rgba(0,0,0,.06) solid;padding:0 15px;}
.erx-menu li li:last-child a{border-bottom:0;}
.erx-menu li li a:hover{background:#f6f8ff;color:#4e6ef2;}
.erx-menu.blur{filter:blur(3px);pointer-events:none;opacity:.5;}
.erx-banner{margin-top:-30px; position:relative;color:#fff;background-color:#4e6ef2;background-image:linear-gradient(270deg, #7c5cfc 0, #4e6ef2 100%);background-position:center 0;background-repeat:no-repeat;background-size:cover;padding:3.2% 0;border-radius:0 0 24px 24px;overflow:hidden;}
.erx-banner .erx-wrap{flex-wrap:nowrap;}
.erx-banner::after{content:'';position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08);pointer-events:none;}
.erx-banner::before{content:'';position:absolute;left:12%;bottom:-120px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.05);pointer-events:none;}
.erx-title{position:relative;z-index:3;}
.erx-title h1{font-size:26px;letter-spacing:1px;}
.erx-title p{max-height:66px;line-height:24px;margin-top:6px;font-size:15px;overflow:hidden;opacity:.85;}
.banner-canvasbg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:0;z-index:0;}
.erx-qrcode{position:relative;margin:0 0 0 8vw;opacity:0;z-index:2;}
.erx-qrcode canvas, .erx-qrcode img, .erx-logo img{display:block;}
.erx-qrcode .q{width:90px;height:90px;background:rgba(255, 255, 255, .6);padding:5px;border-radius:10px;}
.erx-qrcode .p{width:100px;height:100px;}
.erx-qrcode .t{position:absolute;bottom:-10px;left:0;width:100%;text-align:center;font-size:12px;opacity:0;transition:all .5s linear;}
.erx-qrcode:hover .t{bottom:-20px;opacity:.8;}
.erx-mb-nav-ctrl{display:none;}
/* -- erx:BigSearch 全站大搜索框 -- */
.erx-bigsearch{background:linear-gradient(180deg,#f0f3ff 0,#f3f5fb 100%);padding:0px 0 26px;}
.erx-bigsearch-form{position:relative;display:flex;align-items:center;width:100%;max-width:680px;height:58px;margin:0 auto;background:#fff;border:2px solid rgba(78,110,242,.35);border-radius:999px;box-shadow:0 10px 30px rgba(78,110,242,.16);transition:border-color .25s ease, box-shadow .25s ease;}
.erx-bigsearch-form:focus-within{border-color:#4e6ef2;box-shadow:0 14px 36px rgba(78,110,242,.24);}
.erx-bigsearch-ico{flex:none;margin-left:22px;color:#4e6ef2;}
.erx-bigsearch-input{flex:1;min-width:0;height:100%;border:0;background:transparent;font-size:16px;color:#2b3445;padding:0 14px;box-sizing:border-box;}
.erx-bigsearch-input::placeholder{color:#9aa3b5;}
.erx-bigsearch-btn{flex:none;height:44px;margin:5px 6px 5px 0;padding:0 30px;border:0;border-radius:999px;background:linear-gradient(120deg,#4e6ef2,#7c5cfc);color:#fff;font-size:16px;letter-spacing:2px;cursor:pointer;transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;box-shadow:0 6px 16px rgba(78,110,242,.35);}
.erx-bigsearch-btn:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 10px 22px rgba(78,110,242,.42);}
/* -- erx:List -- */
.erx-fs{overflow:hidden;border-radius:14px;box-shadow:0 4px 18px rgba(31,41,55,.06);}
.erx-fs > img, .erx-fs > a > img{width:100%;}
.erx-content{align-items:flex-start;}
.erx-main{width:72%;overflow:hidden;}
.erx-list-box{min-height:48vh;background:#fff;border-radius:14px;box-shadow:0 4px 20px rgba(31,41,55,.05);overflow:hidden;}
.list-hat{border-bottom:1px #edf0f7 solid;padding:7px 0 0 30px;background:#fff;}
.list-hat li{display:inline-block;line-height:44px;margin-right:9px;font-size:12px;color:#8a93a6;}
.list-hat li.cu{margin:0 25px -2px 0;font-size:15px;font-weight:bold;color:#2b3445;border-bottom:3px #4e6ef2 solid;opacity:1;}
.list-hat li em{display:inline-block;line-height:16px;margin-left:2px;font-family:Arial, Helvetica, sans-serif;border:1px #c9d2e6 solid;padding:0 6px;border-radius:15px;transform:scale(.9);color:#4e6ef2;}
.list-hat li::after{content:'';display:inline-block;width:1px;height:12px;margin:-2px 0 0 10px;background:#dfe4f0;vertical-align:middle;}
.list-hat li:first-child::after, .list-hat li:last-child::after{display:none;}
.list-hat li.today em, .erx-list .item .new{color:#4e6ef2;}
.erx-list{border-bottom:1px #edf0f7 solid;padding:24px;}
.erx-list .item{display:flex;justify-content:space-between;margin-bottom:4px;padding:15px 20px;border-radius:10px;transition:all .25s ease;}
.erx-list .item:nth-child(even){background:#f7f9ff;}
.erx-list .item:hover{background:#eef2ff;transform:translateX(4px);box-shadow:0 4px 14px rgba(78,110,242,.10);}
.erx-list .item .a{position:relative;padding-left:16px;}
.erx-list .item .a::before{content:'';position:absolute;top:9px;left:0;width:4px;height:14px;border-radius:2px;background:linear-gradient(180deg,#4e6ef2,#7c5cfc);}
.erx-list .item .cate{display:inline-block;line-height:18px;margin-left:8px;font-size:12px;border:1px #cfe0ff solid;color:#4e6ef2;background:#f0f5ff;padding:0 6px;border-radius:6px;transform:skewX(-5deg);}
.erx-list .item .ae-dele-list{margin-left:9px;font-size:12px;opacity:.5;}
.erx-list .item .i{font-size:14px;font-family:Arial, Helvetica, sans-serif;white-space:nowrap;padding:3px 0 0 30px;color:#8a93a6;}
.erx-list .item .time{margin-left:30px;opacity:.7;}
.erx-list .item .time.new{color:#4e6ef2;opacity:1;font-weight:bold;}
.erx-list .item .view::before, .erx-list .item .view::after{content:'';display:inline-block;width:18px;height:2px;margin:-1px 5px 0 0;background-image:linear-gradient(to left, rgba(0,0,0,.1) 0, rgba(0,0,0,.06) 50%, transparent 100%);vertical-align:middle;}
.erx-list .item .view::after{margin:-1px 0 0 5px;background-image:linear-gradient(to right, rgba(0,0,0,.1) 0, rgba(0,0,0,.06) 50%, transparent 100%);}
.erx-list .istop .a::before{background:linear-gradient(180deg,#f66,#ff9a3d);}
.erx-list .nothing{text-align:center;padding:2vh 0;color:#2b2b2d;}
.erx-pagebar{text-align:center;padding:20px;}
.erx-pagebar .page, .erx-pagebar .now-page{display:inline-block;color:#5a6478;padding:6px 12px;margin:4px;font-size:13px;border:1px solid #e3e8f5;background:#fff;border-radius:8px;transition:all .25s ease}
.erx-pagebar .now-page{font-weight:bold;background:linear-gradient(120deg,#4e6ef2,#7c5cfc);color:#fff;border-color:transparent;}
.erx-pagebar a:hover .page{color:#4e6ef2;border:1px solid #4e6ef2;}
.erx-fs{overflow:hidden;}
.search .erx-list strong{color:#4e6ef2;}
/* -- erx:Side -- */
.erx-sidebar{width:26%;}
.erx-sidebar .function{margin-bottom:30px;background:#fff;padding:20px;box-sizing:border-box;border-radius:14px;box-shadow:0 4px 20px rgba(31,41,55,.05);}
.erx-sidebar .function:last-child{margin-bottom:0;}
.erx-sidebar .function_t{margin-bottom:12px;font-size:15px;font-weight:bold;color:#2b3445;border-bottom:2px #eef2ff solid;padding:0 0 10px;}
.erx-sidebar .function_t::before{content:'';display:inline-block;width:4px;height:14px;margin:-2px 8px 0 0;background:linear-gradient(180deg,#4e6ef2,#7c5cfc);border-radius:2px;vertical-align:middle;}
.erx-sidebar .function_c{font-size:14px;overflow:hidden;color:#5a6478;}
.erx-sidebar .function_c li{margin:8px 0;}
.erx-sidebar .function_c a:hover{color:#4e6ef2;}
#divCalendar caption{width:100%;line-height:35px;text-align:center;}
#divCalendar table{width:100%;}
#divCalendar th, #divCalendar td{font-size:12px;text-align:center;border:1px #eef1f8 solid;line-height:30px;}
#divCalendar td a{color:#4e6ef2}
#divTags .function_c li, #divMisc .function_c li{display:inline-block;margin:5px 6px 5px 0;}
#divTags .function_c li a span{color:#b6bfd0;font-size:12px;}
#divComments .function_c li a{display:block;color:#fff;background-color:#8a93a6;padding:9px 15px;border-radius:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#divComments .function_c li a:hover{background-color:#4e6ef2;}
#divSearchPanel .function_c{margin-top:20px;background:#f0f3ff;padding:6px;border-radius:999px;overflow:hidden;}
#divSearchPanel .function_c div{position:relative;}
#divSearchPanel .function_c input[type='text']{width:100%;height:38px;border:0;padding:0 20px;border-radius:999px;box-sizing:border-box;background:transparent;font-size:14px;}
#divSearchPanel .function_c input[type='submit']{position:absolute;top:0;right:0;width:66px;height:38px;line-height:38px;color:#fff;background-color:#4e6ef2;background-image:linear-gradient(120deg,#4e6ef2,#7c5cfc);border:0;cursor:pointer;border-radius:999px;box-shadow:0 4px 12px rgba(78,110,242,.30);}
#divSearchPanel .function_c input[type='submit']:hover{opacity:.9;}
#divArchives .function_c ul, #divAuthors .function_c ul, #divFavorites .function_c ul, #divLinkage .function_c ul{display:flex;flex-wrap:wrap;}
#divArchives .function_c li, #divAuthors .function_c li, #divFavorites .function_c li, #divLinkage .function_c li{width:50%;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#divPrevious .function_c li, .erx-side-list li{border-bottom:1px #eef1f8 dotted;padding-bottom:9px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#divPrevious .function_c li:last-child, .erx-side-list li:last-child{margin-bottom:0;border-bottom:0;}
#divPrevious .function_c > ul > li::before, .erx-side-list li::before, .erx-related-list li::before{content:'';display:inline-block;width:6px;height:6px;margin:-2px 8px 0 0;border-radius:50%;background:linear-gradient(135deg,#4e6ef2,#7c5cfc);vertical-align:middle;}
#divStatistics .function_c li{margin:0 0 1px;border-top:0;padding:8px 15px;background-color:#f5f7ff;}
#divContorPanel .function_c{text-align:center;}
#divContorPanel .cp-hello{display:block;margin:5px 0 -3px;padding:12px 0;background:#f5f7ff;border-radius:8px;}
#divContorPanel .function_c a{display:inline-block;margin:0 6px;color:#fff;background-color:#4e6ef2;background-image:linear-gradient(120deg,#4e6ef2,#7c5cfc);padding:6px 15px;border-radius:30px;}
#divContorPanel .function_c a:hover{opacity:.9;}
#divCatalog .function_c li{position:relative;line-height:40px;margin:0 0 1px;font-size:16px;background-color:#6964f8;border-radius:8px;}
#divCatalog .function_c li a{display:block;padding:0 15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#divCatalog .function_c > ul > li > a{color:#fff;}
#divCatalog .function_c > ul > li > a:hover{background:rgba(0,0,0,.18);}
#divCatalog .function_c > ul > li > a::before{content:'';display:inline-block;width:4px;height:12px;margin:-1px 8px 0 0;background:rgba(255,255,255,.45);vertical-align:middle;border-radius:2px;}
#divCatalog .function_c > ul > li > ul{display:none;background-color:#fff;border-radius:8px;}
#divCatalog .function_c > ul > li li{font-size:14px;background-color:#f2f5ff;}
#divCatalog .function_c > ul > li li a{text-indent:25px;}
#divCatalog .function_c > ul > li > i{position:absolute;top:17px;right:9px;display:inline-block;width:0;height:0;border:4px transparent solid;border-top-color:rgba(255,255,255,.25);}
/* -- erx:Article -- */
.erx-current{margin-top:30px;font-size:14px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 18px rgba(31,41,55,.05);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8a93a6;}
.erx-current a:hover{color:#4e6ef2;}
.erx-current > a:not(:last-child)::after{content:'';display:inline-block;width:6px;height:6px;margin:-2px 9px 0 6px;border:0 #b9c2d6 solid;border-width:1px 1px 0 0;transform:rotate(45deg);vertical-align:middle;}
.erx-article{position:relative;background:#fff;padding:30px;border-radius:14px;box-shadow:0 4px 20px rgba(31,41,55,.05);}
.erx-article > h1{margin-bottom:20px;font-size:26px;line-height:1.4;color:#1f2937;}
.erx-page > h1{border-bottom:1px #eef1f8 solid;padding-bottom:20px;}
.erx-article .i{margin-bottom:20px;font-size:12px;border-bottom:1px #eef1f8 dashed;padding:0 0 12px;color:#8a93a6;}
.erx-article .i > span{color:#8a93a6;}
.erx-article .i > span:not(:last-child)::after{content:'';display:inline-block;width:1px;height:10px;margin:-2px 8px 0;background:#dfe4f0;vertical-align:middle;}
.erx-article .i > span > em{margin-right:5px;color:#b6bfd0;}
.erx-article .i a{color:#4e6ef2;}
.erx-article .con{line-height:1.9;text-align:justify;word-wrap:break-word;overflow:hidden;font-size:16px;color:#333;}
.erx-article .con.fold{position:relative;max-height:900px;}
.erx-article .con.fold::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:120px;background-image:linear-gradient(transparent 0, rgba(255,255,255,.68) 20%, #fff 100%);}
.erx-article .con .intro{margin-bottom:1.5em;font-size:.85em;background:#f5f8ff;border-left:4px solid #4e6ef2;padding:1em 1.2em;border-radius:0 8px 8px 0;color:#5a6478;}
.erx-article .con *{max-width:100%;}
.erx-article .con p{margin:0 0 1em;}
.erx-article .con a{color:#4e6ef2;opacity:.9;}
.erx-article .con a:hover{opacity:1;text-decoration:underline;}
.erx-article .con blockquote{font-size:15px;background:#f6f8ff;padding:15px 18px;border:0;border-left:4px solid #7c5cfc;border-radius:0 8px 8px 0;color:#5a6478;}
.erx-article .con pre{font-size:13px;background:#1f2430;color:#d7e0f5;padding:16px 18px;border-radius:10px;overflow-x:auto;line-height:1.7;}
.erx-article .con code{font-family:Consolas,Menlo,monospace;}
.erx-article .con h2, .erx-article .con h3, .erx-article .con h4, .erx-article .con h5, .erx-article .con h6{margin:0 0 1em;font-size:19px;color:#1f2937;background:linear-gradient(90deg,#f0f4ff 0,#fff 80%);border-left:4px solid #4e6ef2;padding:8px 15px;border-radius:0 6px 6px 0;}
.erx-article .con h4, .erx-article .con h5{font-size:17px;}
.erx-article .con h6{font-size:15px;}
.erx-article .con table{width:100%;margin:1em auto;}
.erx-article .con table th, .erx-article .con table td{line-height:2.2;font-size:14px;border:1px #e3e8f5 solid;padding:6px 10px 6px 12px;}
.erx-article .con table th{background:#f5f8ff;}
.erx-article .con table p{margin:0;font-size:inherit;}
.erx-article .erx-has-tip > p:last-child{font-size:14px;}
.erx-article .erx-has-tip > p:last-child::before{content:'';display:block;width:100px;height:1px;margin:5px 0 9px;background:#dfe4f0;}
.erx-article .spread{text-align:center;padding:0 0 15px;visibility:hidden;}
.erx-article .spread.erxshow{visibility:visible;}
.erx-article .spread span{position:relative;display:inline-block;color:#4e6ef2;font-weight:bold;cursor:pointer;}
.erx-article .spread span em{display:block;margin-top:-1px;font-size:12px;font-weight:normal;letter-spacing:1px;transform:scale(.8);opacity:.4;transform-origin:50% 0;}
.erx-article .spread span em::before, .erx-article .spread span em::after{content:'';position:absolute;top:-11px;width:80px;height:2px;background:linear-gradient(90deg, transparent 0, rgba(78,110,242,.8) 100%);}
.erx-article .spread span em::before{right:110%;}
.erx-article .spread span em::after{left:110%;background-image:linear-gradient(90deg, rgba(78,110,242,.8) 0, transparent 100%);}
.erx-article .spread span i{position:absolute;top:90%;left:50%;opacity:.8;transition:all .8s ease-in-out;animation:readmore 1.2s infinite;}
.erx-article .spread span i::after{content:'';display:block;width:18px;height:18px;margin-left:-9px;border:0 #4e6ef2 solid;border-width:0 1px 1px 0;transform:rotate(45deg);}
.erx-article .tags{margin-top:15px;text-align:right;font-size:14px;}
.erx-article .tags a{margin-left:1em;opacity:.6;color:#8a93a6;}
.erx-article .tags a:hover{color:#4e6ef2;opacity:1;}
.erx-article .tags a::before{content:'#';color:#4e6ef2;}
.erx-article .p{margin-top:15px;border-top:1px #eef1f8 dashed;padding:12px 0 0;}
.erx-article .p > span{display:block;width:50%;}
.erx-article .p .next{text-align:right;}
.erx-article .p .prev:before, .erx-article .p .next:after{content:'';display:inline-block;width:0;height:0;border:6px transparent solid;vertical-align:middle;}
.erx-article .p .prev:before{margin:0 8px 0 -8px;border-right-color:#4e6ef2;}
.erx-article .p .next:after{margin:0 -8px 0 8px;border-left-color:#4e6ef2;}
.erx-article .p span a{display:inline-block;max-width:95%;line-height:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;}
.erx-article .p span a:hover{color:#4e6ef2;}
.erx-related-list{margin:-8px 0;}
.erx-related-list li{width:49%;padding:8px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#5a6478;}
.erx-related-list li a:hover{color:#4e6ef2;}
.page .erx-main{width:100%;}
@keyframes readmore{0%{transform:translate(0, -3px)}50%{transform:translate(0, 3px)}100%{transform:translate(0, -3px)}}
/* -- erx:Comment -- */
.reply-items, #divCommentPost, .erx-related-box{background:#fff;padding:25px;border-radius:14px;box-shadow:0 4px 20px rgba(31,41,55,.05);}
.reply-items{margin-top:20px;}
.reply-items .con{position:relative;padding:10px 0 10px 95px;}
.reply-items .msgarticle{line-height:1.8;margin:-8px 0 12px;text-align:justify;word-break:break-all;overflow:hidden;}
.reply-items .reply-items{margin:15px 0 0;background:rgba(0,0,0,.02);padding:15px;border-radius:10px;}
.reply-avatar{position:absolute;top:5px;left:0;border-right:1px #eef1f8 dashed;padding-right:20px;}
.reply-avatar img{width:48px;height:48px;border-radius:50%;box-shadow:0 2px 8px rgba(31,41,55,.12);}
.reply-info{font-size:12px;opacity:.68;}
.reply-info > span:first-child{font-weight:bold;color:#2b3445;}
.reply-info > span:not(:last-child)::after{content:'';display:inline-block;width:1px;height:10px;margin:-2px 12px 0;background:#dfe4f0;vertical-align:middle;}
.commentpagebar{margin-top:20px;padding:0;}
#divCommentPost .post-item p{position:relative;width:49%;margin-bottom:20px;}
#divCommentPost .item input{width:100%;box-sizing:border-box;}
#divCommentPost .item label{position:absolute;top:10px;right:9px;color:#9aa3b5;font-size:12px;}
#divCommentPost .vcode label{right:118px;}
#divCommentPost .vcode img{position:absolute;top:1px;right:1px;height:36px;border-radius:0 8px 8px 0;}
#divCommentPost.reply-frm{position:relative;margin:10px 0 0;background:#f3f5fb;border-radius:10px;}
#cancel-reply{position:absolute;top:0;right:0;width:20px;height:20px;line-height:20px;text-align:center;color:#fff;background:#b6bfd0;border-radius:0 10px 0 8px;}
#cancel-reply:hover{background:#4e6ef2;}
#divCommentPost input.text{border:1px solid #e3e8f5;line-height:38px;height:38px;padding:0 12px;border-radius:8px;transition:border-color .25s ease;}
#divCommentPost input.text:focus{border-color:#4e6ef2;}
#txaArticle{padding:12px;width:100%;height:150px;margin-bottom:20px;border:1px solid #e3e8f5;box-sizing:border-box;border-radius:8px;font-family:inherit;font-size:14px;transition:border-color .25s ease;}
#txaArticle:focus{border-color:#4e6ef2;}
#divCommentPost .button{color:#fff;width:110px;height:40px;font-size:15px;background-image:linear-gradient(120deg,#4e6ef2,#7c5cfc);border:0;cursor:pointer;border-radius:999px;box-shadow:0 6px 16px rgba(78,110,242,.30);transition:all .25s ease;}
#divCommentPost .button:hover{opacity:.9;transform:translateY(-1px);}
#divCommentPost .post-bot{font-size:14px;}
#divCommentPost .logout{margin-left:30px;font-size:12px;opacity:.68;}
/* -- erx:Foot -- */
.footer{line-height:1.9;color:#8a93a6;font-size:13px;background:#fff;border-top:1px solid #eef1f8;padding:34px 0;margin-top:30px;}
.footer a{color:#8a93a6;}
.footer a:hover{color:#4e6ef2;text-decoration:underline;}
a.erx-gotop{display:none;position:fixed;right:50%;bottom:18%;height:42px;line-height:42px;margin-right:-700px;color:#fff;font-family:Arial;text-align:center;background:linear-gradient(135deg,#4e6ef2,#7c5cfc);padding:0 12px;border:0;border-radius:999px;box-shadow:0 8px 20px rgba(78,110,242,.35);z-index:999;}
a.erx-gotop.active{display:inline-block;}
a.erx-gotop:hover{opacity:.9;transform:translateY(-2px);}
/* -- erx:Responsive -- */
@media screen and (max-width:1080px) {
	.erx-top-nav{position:relative;}
	.erx-mb-nav-ctrl{position:absolute;top:26px;right:3%;display:block;width:40px;height:23px;border:0 #b6bfd0 solid;border-width:1px 0;z-index:3;}
	.erx-mb-nav-ctrl i{display:block;width:100%;height:1px;margin-top:11px;background:#b6bfd0;}
	.erx-menu{display:none;position:absolute;top:100%;left:0;width:100%;max-height:80vh;overflow-y:auto;z-index:9999;background:#fff;box-shadow:0 16px 40px rgba(31,41,55,.18);border-radius:0 0 14px 14px;}
	.erx-menu.active, .erx-content{display:block;}
	.erx-menu > li{margin-left:0;line-height:46px;}
	.erx-menu > li > a{display:block;border:0;border-bottom:1px #eef1f8 solid;text-indent:30px;color:#2b3445;font-size:16px;background:transparent;padding:0;border-radius:0;}
	.erx-menu > li > a:hover, .erx-menu > li.cu > a{border:0;border-bottom:1px #eef1f8 solid;background:#f0f4ff;color:#4e6ef2;}
	.erx-menu > li > a > i{border-top-color:rgba(0,0,0,.2);}
	.erx-menu > li > ul{position:static;border-radius:0;box-shadow:none;}
	.erx-menu li ul::after, .erx-qrcode{display:none;}
	.erx-main, .erx-sidebar{width:100%;}
	.erx-m-bot, .erx-main, #divCommentPost, #divCommentPost .post-item p, #txaArticle{margin-bottom:3%;}
	.erx-sidebar{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;}
	.erx-sidebar .function{width:48.6%;margin-bottom:3%;padding:15px;}
	.erx-bigsearch{padding:20px 0 6px;}
	.erx-bigsearch-form{height:52px;max-width:92%;}
}
@media screen and (max-width:720px) {
	body{font-size:14px;}
	.erx-logo{padding:9px 0;font-size:24px;}
	.erx-top-nav{padding-bottom:0;box-shadow:0 1px 0 rgba(0,0,0,.03);}
	.erx-mb-nav-ctrl{top:20px;}
	.erx-banner{max-width:94%;margin:3% auto;padding:16px 0;border-radius:16px;}
	.erx-title h1{font-size:18px;}
	.erx-title p{max-height:54px;line-height:20px;font-size:13px;}
	.erx-title p, .erx-list .item .time, .erx-current{font-size:12px;}
	/* 全站大搜索框移动端 */
	.erx-bigsearch{padding:0px 0 14px;}
	.erx-bigsearch-form{height:48px;max-width:96%;border-radius:999px;}
	.erx-bigsearch-ico{width:17px;height:17px;margin-left:18px;}
	.erx-bigsearch-input{font-size:15px;padding:0 10px;}
	.erx-bigsearch-btn{height:38px;margin:4px 4px 4px 0;padding:0 20px;font-size:15px;letter-spacing:1px;}
	.list-hat{padding-left:12px;}
	.erx-list{padding:15px 0;}
	.erx-list .item{display:block;margin-bottom:0;padding:12px;border-radius:0;}
	.erx-list .item:hover{transform:none;}
	.erx-list .item .a{display:flex;justify-content:space-between;}
	.erx-list .item .cate{white-space:nowrap;border:0;padding:0;}
	.erx-list .item .i{font-size:12px;padding:5px 0 0 15px;white-space:normal;}
	.erx-list .item .i span{margin-left:0;}
	.erx-list .item .i .view{margin-right:8px;padding:1px 0 5px;opacity:.8;}
	.erx-list .item .view::before, .erx-list .item .view::after{width:auto;height:auto;margin:-3px 0 0;background:none;}
	.erx-list .item .view::before{content:'(';}
	.erx-list .item .view::after{content:')';}
	.erx-pagebar{padding:12px;}
	.commentpagebar{margin:15px 0;padding:0;}
	.erx-sidebar .function, #divCommentPost .post-item p, .erx-article .p > span{width:100%;}
	.erx-sidebar .function{width:100%;}
	.erx-current{margin-top:3%;padding:12px;}
	.erx-article, .reply-items, #divCommentPost, .erx-related-box{padding:15px 12px;}
	.erx-article > h1{font-size:20px;}
	.erx-article .con{font-size:15px;line-height:1.85;}
	.erx-article .con h2, .erx-article .con h3, .erx-article .con h4, .erx-article .con h5, .erx-article .con h6{font-size:17px;}
	.erx-article .i{white-space:nowrap;overflow-x:auto;}
	.erx-article .i > span{margin-bottom:5px;}
	.erx-article .i span.comm::after{margin:-2px 3px 0;transform:skewX(-15deg);}
	.erx-article .spread span em{transform:scale(.7);}
	.ae-dele-list, .erx-article .i > span > em{display:none;}
	.erx-article .p .next{margin-top:8px;}
	.reply-items{margin-top:3%;}
	.reply-items .reply-items{padding:9px;}
	.reply-items .con{padding-left:65px;}
	.reply-avatar{padding-right:12px;}
	.reply-avatar img{width:38px;height:38px;}
	.footer, .erx-article .i .comm{text-align:center;}
	.footer{padding:15px 0;}
}
/* -- erx:SubCat 分类页子分类导航（搜索框下方） -- */
.erx-subcat{margin-bottom:26px;}
.erx-subcat-box{width:100%;margin:0 auto;background:#fff;border:1px solid rgba(78,110,242,.14);border-radius:16px;box-shadow:0 10px 28px rgba(78,110,242,.10);padding:14px 18px;box-sizing:border-box;}
.erx-subcat-tit{display:flex;align-items:center;margin:0 0 10px;font-size:14px;font-weight:600;color:#2b3445;line-height:1.4;}
.erx-subcat-tit i{flex:none;width:4px;height:14px;margin:0 8px 0 0;border-radius:2px;background:linear-gradient(180deg,#4e6ef2,#7c5cfc);}
.erx-subcat-list{display:flex;flex-wrap:wrap;gap:8px;}
.erx-subcat-item{display:inline-flex;align-items:center;max-width:100%;font-size:13px;line-height:26px;color:#4a5568;background:#f3f5fb;border:1px solid #e6ebf7;padding:2px 12px;border-radius:999px;white-space:nowrap;transition:color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease,border-color .25s ease;}
.erx-subcat-item span{overflow:hidden;text-overflow:ellipsis;}
.erx-subcat-item em{flex:none;font-size:11px;line-height:16px;color:#8a93a6;background:#fff;border:1px solid #dfe4f0;border-radius:999px;padding:0 6px;margin-left:7px;font-family:Arial,Helvetica,sans-serif;}
.erx-subcat-item:hover{color:#fff;background:linear-gradient(120deg,#4e6ef2,#7c5cfc);border-color:transparent;transform:translateY(-1px);box-shadow:0 6px 14px rgba(78,110,242,.35);}
.erx-subcat-item:hover em{color:#fff;background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.4);}
.erx-subcat-item.cu{color:#fff;background:linear-gradient(120deg,#4e6ef2,#7c5cfc);border-color:transparent;box-shadow:0 6px 14px rgba(78,110,242,.28);}
.erx-subcat-item.cu em{color:#fff;background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.4);}
@media screen and (max-width:720px){
	.erx-subcat{margin-bottom:16px;max-width:96%;margin-left:auto;margin-right:auto;}
	.erx-subcat-box{padding:12px 14px;border-radius:14px;}
	.erx-subcat-list{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 1px 6px;}
	.erx-subcat-list::-webkit-scrollbar{display:none;}
	.erx-subcat-item{flex:none;}
}
