@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}#app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2933;min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}#app:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#f8f9fa;z-index:-2}#app:after{display:none}.site-header-group{position:sticky;top:0;z-index:1000}.site-header-topbar{background:#262626;color:#fff;font-size:14px;line-height:1.45;border-bottom:1px solid rgba(255,255,255,.06)}.site-header-topbar__inner{max-width:1320px;margin:0 auto;padding:8px 24px;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px 36px}.site-header-topbar__item{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;white-space:nowrap;transition:opacity .15s ease}.site-header-topbar__item:hover{opacity:.88}.site-header-topbar__icon{width:16px;height:16px;flex-shrink:0;color:#5dade2}.site-header{background:linear-gradient(135deg,#1a5276,#2980b9);color:#fff;box-shadow:0 2px 10px #0000001a;border-bottom:none}.site-header__inner{max-width:1320px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand__logo{display:block;height:44px;width:auto;max-width:140px;object-fit:contain;border-radius:8px;flex-shrink:0;box-shadow:0 4px 12px #0f172a1f}.brand__text{display:flex;flex-direction:column;gap:2px}.brand__name{font-weight:600;font-size:14px;color:#fff;white-space:nowrap}.brand__slogan{font-size:12px;color:#ffffffd9}.main-nav{display:flex;align-items:center;gap:18px;flex:1;justify-content:center}.main-nav__dropdown{position:relative;display:inline-flex;align-items:center}.main-nav__link{position:relative;font-size:14px;font-weight:500;color:#fff;text-decoration:none;padding:4px 0;opacity:.92;transition:opacity .2s ease,transform .2s ease}.main-nav__link:after{display:none}.main-nav__link:hover{opacity:1;transform:translateY(-1px)}.main-nav__link.router-link-exact-active{opacity:1;font-weight:600}.main-nav__panel{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%);min-width:210px;max-height:320px;overflow:auto;padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(160deg,#1a5276f5,#2980b9f0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 18px 36px #0f172a42}.main-nav__panel-item{width:100%;display:block;text-align:left;color:#fffffff0;background:transparent;border:0;border-radius:8px;padding:8px 10px;font-size:13px;line-height:1.4;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.main-nav__panel-item:hover{color:#fff;background:#fff3;transform:translate(2px)}.nav-dropdown-enter-active,.nav-dropdown-leave-active{transition:opacity .2s ease,transform .24s ease}.nav-dropdown-enter-from,.nav-dropdown-leave-to{opacity:0;transform:translate(-50%,-8px) scale(.98)}.lang-switcher{display:flex;align-items:center;gap:8px}.lang-switcher__label{font-size:12px;color:#ffffffd9}.lang-switcher__select{font-size:12px;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;color:#fff;outline:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.lang-switcher__select:focus{border-color:#ffffffa6;background:#fff3;transform:translateY(-1px)}.lang-switcher__select option{color:#1f2933;background:#fff}.site-main{flex:1}.site-footer{border-top:none;background:#1a5276;color:#fff}.site-footer__inner{max-width:1200px;margin:0 auto;padding:24px 20px 28px;display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;flex-direction:column}.site-footer__left{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.site-footer__copy{margin:0;font-size:13px;color:#ffffffe0}.site-footer__beian{display:inline-flex;align-items:center;gap:6px;font-size:12px}.site-footer__beian-icon{width:16px;height:16px;background-image:url(/assets/gongan-Bs7emWdA.png);background-repeat:no-repeat;background-position:center;background-size:contain}.site-footer__beian-link{color:#ffffffbf;text-decoration:none}.site-footer__beian-link:hover{color:#fff;text-decoration:underline}.site-footer__right{display:inline-flex;align-items:center;gap:8px}@media (max-width: 768px){.site-header-topbar__inner{padding:6px 16px;font-size:13px;gap:6px 24px}.site-header__inner{flex-wrap:wrap;justify-content:space-between}.main-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto}.brand__name{font-size:13px}.brand__slogan{display:none}.site-footer__inner{flex-direction:column;align-items:flex-start}}.rich-content{font-size:15px;line-height:1.75;color:#374151;word-break:break-word}.rich-content p,.rich-content td p,.rich-content th p{margin:0}.rich-content td>:first-child,.rich-content th>:first-child{margin-top:0}.rich-content td>:last-child,.rich-content th>:last-child{margin-bottom:0}.rich-content table{border-collapse:collapse;width:100%;max-width:100%}.rich-content td>table,.rich-content th>table{width:100%}.rich-content td,.rich-content th{border:1px solid #94a3b8;padding:4px 6px}.rich-content th{background:#f8fafc;font-weight:600}.rich-content img,.rich-content video{max-width:100%;box-sizing:border-box;vertical-align:middle}.rich-content img:not([height]),.rich-content video:not([height]){height:auto}
