@charset "UTF-8";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;margin:0 auto;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:transparent}}@media (min-width: 1024px){#app{width:100%}}:root{--primary-color: #1a237e;--primary-light: #534bae;--primary-dark: #000051;--accent-color: #1976d2;--accent-light: #63a4ff;--accent-dark: #004ba0;--gradient-primary: linear-gradient(135deg, var(--primary-color), var(--accent-color));--gradient-secondary: linear-gradient(135deg, var(--accent-color), var(--accent-light));--text-primary: #333333;--text-secondary: #666666;--text-light: #999999;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-dark: #1a237e;--border-color: #e0e0e0;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .1);--success-color: #4caf50;--warning-color: #ff9800;--error-color: #f44336;--info-color: #2196f3;--transition-speed: .3s;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 16px;--glass-blur: blur(10px);--glass-background: rgba(255, 255, 255, .9)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{color:var(--text-primary);background-color:var(--bg-primary);font-family:PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes widthPulse{0%{width:60px}50%{width:80px}to{width:60px}}@keyframes floatUp{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.fade-enter-active,.fade-leave-active{transition:opacity var(--transition-speed) ease}.fade-enter-from,.fade-leave-to{opacity:0}@media (max-width: 1200px){html{font-size:15px}}@media (max-width: 768px){html{font-size:14px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::selection{background:var(--primary-color);color:#fff}a{color:var(--accent-color);text-decoration:none;transition:color var(--transition-speed) ease}a:hover{color:var(--accent-light)}button,.btn{border-radius:var(--border-radius-md);transition:all var(--transition-speed) ease}.card{background:var(--bg-primary);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-speed) ease}.card:hover{box-shadow:var(--shadow-md)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;line-height:1.3}input,textarea,select{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:8px 12px;transition:all var(--transition-speed) ease}input:focus,textarea:focus,select:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 2px #1976d21a}@keyframes fadeIn-3b4a9f05{0%{opacity:0}to{opacity:1}}@keyframes slideUp-3b4a9f05{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight-3b4a9f05{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.page-enter-active[data-v-3b4a9f05],.page-leave-active[data-v-3b4a9f05]{transition:opacity .5s ease,transform .5s ease}.page-enter-from[data-v-3b4a9f05]{opacity:0;transform:translateY(20px)}.page-leave-to[data-v-3b4a9f05]{opacity:0;transform:translateY(-20px)}.back-to-top[data-v-3b4a9f05]{position:fixed;bottom:40px;right:40px;width:48px;height:48px;background:var(--gradient-primary);color:#fff;border-radius:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transition:all var(--transition-speed) cubic-bezier(.4,0,.2,1);z-index:1000;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur)}.back-to-top.show[data-v-3b4a9f05]{opacity:1;visibility:visible;animation:slideInRight-3b4a9f05 .4s ease-out}.back-to-top[data-v-3b4a9f05]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.main-layout[data-v-3b4a9f05]{display:flex;flex-direction:column;min-height:100vh}.main-header[data-v-3b4a9f05]{position:fixed;top:0;left:0;right:0;height:80px;background:var(--glass-background);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);z-index:1000;transition:all var(--transition-speed) cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm)}.main-header.scrolled[data-v-3b4a9f05]{height:70px;background:var(--glass-background);box-shadow:var(--shadow-md)}.main-header.hidden[data-v-3b4a9f05]{transform:translateY(-100%)}.header-container[data-v-3b4a9f05]{max-width:1440px;height:100%;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.logo[data-v-3b4a9f05]{display:flex;align-items:center;cursor:pointer;transition:transform .3s ease}.logo[data-v-3b4a9f05]:hover{transform:translateY(-2px)}.logo img[data-v-3b4a9f05]{height:40px;width:auto;margin-right:12px}.company-name[data-v-3b4a9f05]{font-size:1.25rem;font-weight:600;color:var(--primary-color);letter-spacing:.5px}.main-nav[data-v-3b4a9f05]{height:100%;display:flex;align-items:center}.nav-list[data-v-3b4a9f05]{display:flex;gap:40px;list-style:none;margin:0;padding:0;height:100%}.nav-list li[data-v-3b4a9f05]{height:100%;display:flex;align-items:center;position:relative;cursor:pointer;padding:0 8px}.nav-link[data-v-3b4a9f05]{font-size:1.05rem;font-weight:500;color:var(--text-primary);text-decoration:none;transition:all var(--transition-speed) ease;position:relative;padding:8px 0}.nav-link[data-v-3b4a9f05]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width var(--transition-speed) ease;border-radius:2px}.nav-list li:hover .nav-link[data-v-3b4a9f05]{color:var(--accent-color)}.nav-list li:hover .nav-link[data-v-3b4a9f05]:after{width:100%}.nav-list li.active .nav-link[data-v-3b4a9f05]{color:var(--primary-color);font-weight:600}.nav-list li.active .nav-link[data-v-3b4a9f05]:after{width:100%;background:var(--gradient-primary)}@media (max-width: 1024px){.header-container[data-v-3b4a9f05]{padding:0 20px}.nav-list[data-v-3b4a9f05]{gap:20px}.company-name[data-v-3b4a9f05]{font-size:1.1rem}}@media (max-width: 768px){.main-header[data-v-3b4a9f05]{height:70px}.logo img[data-v-3b4a9f05]{height:32px}.company-name[data-v-3b4a9f05]{display:none}.nav-list[data-v-3b4a9f05]{gap:15px}.nav-link[data-v-3b4a9f05]{font-size:.95rem}}.main-content[data-v-3b4a9f05]{flex:1;padding-top:64px;min-height:calc(100vh - 64px);animation:fadeIn-3b4a9f05 .8s ease-out;perspective:1000px}.main-content[data-v-3b4a9f05]>*{animation:slideUp-3b4a9f05 .8s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.scroll-reveal[data-v-3b4a9f05]{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.scroll-reveal.visible[data-v-3b4a9f05]{opacity:1;transform:translateY(0)}.page-container[data-v-3b4a9f05]{max-width:1440px;margin:0 auto;padding:40px;animation:slideUp-3b4a9f05 .6s ease-out}.main-footer[data-v-3b4a9f05]{background:var(--gradient-primary);color:#fff;padding:80px 0 40px;position:relative;overflow:hidden}.main-footer[data-v-3b4a9f05]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/png/footer-pattern-9fa49bd7.png) center/cover;opacity:.05;pointer-events:none}.footer-container[data-v-3b4a9f05]{max-width:1440px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.footer-top[data-v-3b4a9f05]{display:grid;grid-template-columns:1.2fr 2fr;gap:60px;margin-bottom:60px}.footer-info .footer-logo{img[data-v-3b4a9f05] {height: 50px; width: auto;} h3[data-v-3b4a9f05] {font-size: 1.5rem; font-weight: 600; color: white; margin: 0;}}.footer-info .footer-logo[data-v-3b4a9f05]{display:flex;align-items:center;gap:16px;margin-bottom:24px}.footer-info .company-intro{p[data-v-3b4a9f05] {font-size: 1.1rem; line-height: 1.6; color: rgba(255,255,255,.9);}}.footer-info .company-intro[data-v-3b4a9f05]{margin-bottom:32px}.contact-info .info-item{i[data-v-3b4a9f05] {font-size: 1.2rem; color: rgba(255,255,255,.8);} span[data-v-3b4a9f05] {font-size: 1rem; line-height: 1.5;}}.contact-info .info-item[data-v-3b4a9f05]{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#ffffffe6}.footer-links[data-v-3b4a9f05]{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.links-group{h4 {&[data-v-3b4a9f05] {color: white; font-size: 1.2rem; font-weight: 600; margin-bottom: 24px; position: relative; padding-bottom: 12px;} &[data-v-3b4a9f05]::after {content: ""; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: rgba(255,255,255,.3); border-radius: 1px;}} ul {&[data-v-3b4a9f05] {list-style: none; padding: 0; margin: 0;} li {&[data-v-3b4a9f05] {margin-bottom: 12px; color: rgba(255,255,255,.8); font-size: 1rem; transition: all .3s ease; cursor: pointer;} &[data-v-3b4a9f05]:hover {color: white; transform: translateX(5px);} a {&[data-v-3b4a9f05] {color: inherit; text-decoration: none; transition: all .3s ease;} &[data-v-3b4a9f05]:hover {color: white;}}}}}.footer-divider[data-v-3b4a9f05]{height:1px;background:rgba(255,255,255,.1);margin:40px 0}.footer-bottom[data-v-3b4a9f05]{text-align:center}.footer-bottom .copyright{p[data-v-3b4a9f05] {color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.8; margin: 0; margin-bottom: 12px;} .beian-links {&[data-v-3b4a9f05] {display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;} .icp-link,.police-link {&[data-v-3b4a9f05] {color: rgba(255,255,255,.7); text-decoration: none; transition: all .3s ease; font-size: .85rem; display: flex; align-items: center; gap: 8px;} &[data-v-3b4a9f05]:hover {color: rgba(255,255,255,.9); text-decoration: underline; transform: translateY(-1px);} .police-logo[data-v-3b4a9f05] {width: 16px; height: 16px; object-fit: contain; opacity: .8; transition: all .3s ease;} &:hover .police-logo[data-v-3b4a9f05] {opacity: 1; transform: scale(1.1);}}}}@media (max-width: 1024px){.footer-top[data-v-3b4a9f05]{grid-template-columns:1fr;gap:40px}.footer-links[data-v-3b4a9f05]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.main-footer[data-v-3b4a9f05]{padding:60px 0 30px}.footer-container[data-v-3b4a9f05]{padding:0 20px}.footer-links[data-v-3b4a9f05]{grid-template-columns:repeat(2,1fr);gap:30px}.footer-info .footer-logo{img[data-v-3b4a9f05] {height: 40px;}}.footer-info .footer-logo[data-v-3b4a9f05]{flex-direction:column;align-items:flex-start;text-align:left}}@media (max-width: 480px){.footer-links[data-v-3b4a9f05]{grid-template-columns:1fr;gap:24px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.5;background-color:#f5f5f5}.home[data-v-2c199a4f]{position:relative;background:linear-gradient(to bottom,#fff,#f8f9fa)}.home[data-v-2c199a4f]:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--hover-color) 100%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.03;z-index:-1;pointer-events:none}.home .hero-section[data-v-2c199a4f]{height:100vh;position:relative;overflow:hidden}.home .hero-section .hero-slider[data-v-2c199a4f]{height:100%;width:100%;position:relative}.home .hero-section .hero-slider .slider-container[data-v-2c199a4f]{height:100%;width:100%;overflow:hidden;position:relative}.home .hero-section .hero-slider .loading-container[data-v-2c199a4f]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;z-index:5}.home .hero-section .hero-slider .loading-container .loading-spinner[data-v-2c199a4f]{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin-2c199a4f 1s linear infinite;margin-bottom:20px}.home .hero-section .hero-slider .loading-container p[data-v-2c199a4f]{font-size:1.2rem;margin:0;opacity:.9}.home .hero-section .hero-slider .slider-track[data-v-2c199a4f]{height:100%;display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.home .hero-section .hero-slider .slider-item[data-v-2c199a4f]{height:100%;width:100%;flex-shrink:0}.home .hero-section .hero-slider .slider-item .banner-content[data-v-2c199a4f]{height:100%;width:100%;position:relative}.home .hero-section .hero-slider .slider-item .banner-content img[data-v-2c199a4f]{width:100%;height:100%;object-fit:cover}.home .hero-section .hero-slider .slider-item .banner-content .banner-overlay[data-v-2c199a4f]{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.1) 100%)}.home .hero-section .hero-slider .slider-item .banner-content .banner-text[data-v-2c199a4f]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;padding-left:10%}.home .hero-section .hero-slider .slider-item .banner-content .banner-text .text-container[data-v-2c199a4f]{max-width:600px;opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease;will-change:opacity,transform}.home .hero-section .hero-slider .slider-item .banner-content .banner-text .text-container.active[data-v-2c199a4f]{opacity:1;transform:translateY(0)}.home .hero-section .hero-slider .slider-item .banner-content .banner-text .text-container h2[data-v-2c199a4f]{font-size:4rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.home .hero-section .hero-slider .slider-item .banner-content .banner-text .text-container .divider[data-v-2c199a4f]{width:80px;height:4px;background:#fff;margin:2rem 0;border-radius:2px;transform:scaleX(0);transition:transform .5s ease .2s}.home .hero-section .hero-slider .slider-item .banner-content .banner-text .text-container p[data-v-2c199a4f]{font-size:1.8rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3);opacity:0;transform:translateY(20px);transition:opacity .5s ease .3s,transform .5s ease .3s}.home .hero-section .hero-slider .slider-item .banner-content .banner-text .text-container.active .divider[data-v-2c199a4f]{transform:scaleX(1)}.home .hero-section .hero-slider .slider-item .banner-content .banner-text .text-container.active p[data-v-2c199a4f],.home .hero-section .hero-slider[data-v-2c199a4f] .el-carousel__item.is-active .banner-content .banner-text .text-container{opacity:1;transform:translateY(0)}.home .hero-section .hero-slider .slider-indicators[data-v-2c199a4f]{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.home .hero-section .hero-slider .slider-indicators button[data-v-2c199a4f]{width:30px;height:3px;border:none;background:rgba(255,255,255,.4);cursor:pointer;padding:0;border-radius:1.5px;transition:all .3s ease}.home .hero-section .hero-slider .slider-indicators button[data-v-2c199a4f]:hover{background:rgba(255,255,255,.7)}.home .hero-section .hero-slider .slider-indicators button.active[data-v-2c199a4f]{background:#fff}.home .hero-section .hero-slider .slider-arrow[data-v-2c199a4f]{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;background:rgba(0,0,0,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.home .hero-section .hero-slider .slider-arrow[data-v-2c199a4f]:hover{background:rgba(0,0,0,.6)}.home .hero-section .hero-slider .slider-arrow-left[data-v-2c199a4f]{left:20px}.home .hero-section .hero-slider .slider-arrow-right[data-v-2c199a4f]{right:20px}.home .hero-section .hero-slider .slider-arrow svg[data-v-2c199a4f]{width:24px;height:24px}.home .stats-section[data-v-2c199a4f]{padding:6rem 0;background:#f8f9fa}.home .stats-section .stats-container[data-v-2c199a4f]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-around;padding:0 5%}.home .stats-section .stats-container .stat-item[data-v-2c199a4f]{text-align:center}.home .stats-section .stats-container .stat-item h3[data-v-2c199a4f]{font-size:3.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.home .stats-section .stats-container .stat-item p[data-v-2c199a4f]{font-size:1.2rem;color:var(--text-color-secondary)}.home .honors-section[data-v-2c199a4f]{padding:8rem 0;background:white;position:relative;color:#333}.home .honors-section .section-header[data-v-2c199a4f]{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.home .honors-section .section-header h2[data-v-2c199a4f]{font-size:3.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.home .honors-section .section-header p[data-v-2c199a4f]{font-size:1.4rem;color:#666;text-transform:uppercase;letter-spacing:3px;font-weight:300;margin-bottom:1rem}.home .honors-section .section-header[data-v-2c199a4f]:after{content:"";width:80px;height:3px;background:#e74c3c;margin:0 auto;display:block}.home .honors-section .honors-container[data-v-2c199a4f]{max-width:100%;margin:0 auto;padding:0 4rem;position:relative;z-index:2}.home .honors-section .honors-container .loading-container[data-v-2c199a4f]{text-align:center;padding:4rem 0}.home .honors-section .honors-container .loading-container .loading-spinner[data-v-2c199a4f]{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #e74c3c;border-radius:50%;animation:spin-2c199a4f 1s linear infinite;margin:0 auto 1rem}.home .honors-section .honors-container .loading-container p[data-v-2c199a4f]{color:#666;font-size:1.1rem}.home .honors-section .honors-container .honors-carousel[data-v-2c199a4f]{position:relative;overflow:hidden}.home .honors-section .honors-container .honors-carousel .carousel-btn[data-v-2c199a4f]{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:rgba(0,0,0,.1);border:2px solid rgba(0,0,0,.2);border-radius:50%;color:#333;font-size:1.2rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.home .honors-section .honors-container .honors-carousel .carousel-btn[data-v-2c199a4f]:hover:not(:disabled){background:rgba(0,0,0,.2);border-color:#0000004d;transform:translateY(-50%) scale(1.1)}.home .honors-section .honors-container .honors-carousel .carousel-btn[data-v-2c199a4f]:disabled{opacity:.3;cursor:not-allowed}.home .honors-section .honors-container .honors-carousel .carousel-btn.prev-btn[data-v-2c199a4f]{left:20px}.home .honors-section .honors-container .honors-carousel .carousel-btn.next-btn[data-v-2c199a4f]{right:20px}.home .honors-section .honors-container .honors-carousel .honors-display[data-v-2c199a4f]{overflow:hidden;width:100%;padding:0 2rem}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track[data-v-2c199a4f]{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);gap:3rem}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item[data-v-2c199a4f]{flex:0 0 calc(20% - 2.4rem);text-align:center;display:flex;flex-direction:column;align-items:center}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image[data-v-2c199a4f]{width:100%;height:200px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.portrait[data-v-2c199a4f]{width:60%;height:250px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.landscape[data-v-2c199a4f]{width:100%;height:150px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image img[data-v-2c199a4f]{width:100%;height:100%;object-fit:contain}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-title[data-v-2c199a4f]{font-size:1rem;font-weight:500;color:#333;text-align:center;line-height:1.4;margin-top:.5rem}.home .honors-section .honors-container .honors-carousel .carousel-indicators[data-v-2c199a4f]{display:flex;justify-content:center;margin-top:3rem;gap:.8rem}.home .honors-section .honors-container .honors-carousel .carousel-indicators .indicator[data-v-2c199a4f]{width:12px;height:12px;border-radius:50%;background:rgba(0,0,0,.3);cursor:pointer;transition:all .3s ease}.home .honors-section .honors-container .honors-carousel .carousel-indicators .indicator.active[data-v-2c199a4f]{background:#e74c3c;transform:scale(1.3)}.home .honors-section .honors-container .honors-carousel .carousel-indicators .indicator[data-v-2c199a4f]:hover{background:rgba(0,0,0,.5)}@media (max-width: 1200px){.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item[data-v-2c199a4f]{flex:0 0 calc(25% - 2.25rem)}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image[data-v-2c199a4f]{height:180px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.portrait[data-v-2c199a4f]{height:220px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.landscape[data-v-2c199a4f]{height:130px}}@media (max-width: 992px){.home .honors-section[data-v-2c199a4f]{padding:6rem 0}.home .honors-section .honors-container[data-v-2c199a4f]{padding:0 2rem}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item[data-v-2c199a4f]{flex:0 0 calc(33.333% - 2rem)}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image[data-v-2c199a4f]{height:160px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.portrait[data-v-2c199a4f]{height:200px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.landscape[data-v-2c199a4f]{height:120px}}@media (max-width: 768px){.home .honors-section[data-v-2c199a4f]{padding:4rem 0}.home .honors-section .section-header[data-v-2c199a4f]{margin-bottom:3rem}.home .honors-section .section-header h2[data-v-2c199a4f]{font-size:2.5rem}.home .honors-section .honors-container[data-v-2c199a4f]{padding:0 1rem}.home .honors-section .honors-container .honors-carousel .carousel-btn[data-v-2c199a4f]{width:40px;height:40px}.home .honors-section .honors-container .honors-carousel .carousel-btn.prev-btn[data-v-2c199a4f]{left:10px}.home .honors-section .honors-container .honors-carousel .carousel-btn.next-btn[data-v-2c199a4f]{right:10px}.home .honors-section .honors-container .honors-carousel .honors-display[data-v-2c199a4f]{padding:0 1rem}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track[data-v-2c199a4f]{gap:2rem}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item[data-v-2c199a4f]{flex:0 0 calc(50% - 1rem)}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image[data-v-2c199a4f]{height:140px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.portrait[data-v-2c199a4f]{height:180px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.landscape[data-v-2c199a4f]{height:100px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-title[data-v-2c199a4f]{font-size:.9rem}}@media (max-width: 480px){.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item[data-v-2c199a4f]{flex:0 0 100%}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image[data-v-2c199a4f]{height:180px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.portrait[data-v-2c199a4f]{height:220px}.home .honors-section .honors-container .honors-carousel .honors-display .honors-track .honor-item .honor-image.landscape[data-v-2c199a4f]{height:140px}}@keyframes spin-2c199a4f{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home .company-section[data-v-2c199a4f]{position:relative;padding:100px 0 60px;overflow:hidden;background:rgba(var(--primary-color-rgb),.05);margin-top:-30px}.home .company-section[data-v-2c199a4f]:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(45deg,transparent 45%,rgba(var(--primary-color-rgb),.05) 45%,rgba(var(--primary-color-rgb),.05) 55%,transparent 55%),linear-gradient(-45deg,transparent 45%,rgba(var(--primary-color-rgb),.05) 45%,rgba(var(--primary-color-rgb),.05) 55%,transparent 55%);background-size:30px 30px;opacity:.5}.home .company-section .company-content[data-v-2c199a4f]{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}.home .company-section .company-text[data-v-2c199a4f]{max-width:600px;text-align:center;margin:0 auto}.home .company-section .company-text h2[data-v-2c199a4f]{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-color)}.home .company-section .company-text .divider[data-v-2c199a4f]{width:80px;height:4px;background:var(--text-color);margin:2rem auto;border-radius:2px}.home .company-section .company-text .subtitle[data-v-2c199a4f]{font-size:1.5rem;color:var(--text-color-secondary);margin-bottom:3rem;line-height:1.6}.home .company-section .company-text .consult-btn[data-v-2c199a4f]{display:inline-flex;align-items:center;gap:10px;padding:1rem 2rem;font-size:1.1rem;color:#1a237e;background:rgba(25,118,210,.1);border:2px solid rgba(25,118,210,.2);border-radius:50px;cursor:pointer;transition:all .3s ease}.home .company-section .company-text .consult-btn i[data-v-2c199a4f]{transition:transform .3s ease}.home .company-section .company-text .consult-btn[data-v-2c199a4f]:hover{background:rgba(25,118,210,.2);color:#1a237e;transform:translateY(-2px);box-shadow:0 6px 20px #1976d226}.home .company-section .company-text .consult-btn:hover i[data-v-2c199a4f]{transform:translate(5px)}@media (max-width: 768px){.home .company-section[data-v-2c199a4f]{padding:60px 0}.home .company-section .company-text h2[data-v-2c199a4f]{font-size:2rem}.home .company-section .company-text .subtitle[data-v-2c199a4f]{font-size:1.2rem}}.home .business-section[data-v-2c199a4f]{position:relative;padding:2rem 0;background:linear-gradient(to bottom,#fff 0%,rgba(var(--primary-color-rgb),.02) 100%)}.home .business-section[data-v-2c199a4f]:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to top,transparent,#fff)}.home .business-section[data-v-2c199a4f]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent,rgba(var(--primary-color-rgb),.1))}.home .business-section .section-header[data-v-2c199a4f]{text-align:center;margin-bottom:2rem}.home .business-section .section-header h2[data-v-2c199a4f]{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.home .business-section .section-header p[data-v-2c199a4f]{font-size:1.2rem;color:var(--text-color-secondary)}.home .business-section .business-container[data-v-2c199a4f]{max-width:1200px;margin:0 auto;padding:0 5%}.home .business-section .business-container .business-item[data-v-2c199a4f]{display:flex;align-items:center;margin-bottom:2rem;cursor:pointer;transition:all .3s ease}.home .business-section .business-container .business-item.slide-in-left[data-v-2c199a4f]{opacity:0;transform:translate(-100px);transition:all .8s ease}.home .business-section .business-container .business-item.slide-in-right[data-v-2c199a4f]{opacity:0;transform:translate(100px);transition:all .8s ease}.home .business-section .business-container .business-item.slide-in-visible[data-v-2c199a4f]{opacity:1;transform:translate(0)}.home .business-section .business-container .business-item[data-v-2c199a4f]:hover{transform:translate(20px)}.home .business-section .business-container .business-item:hover .business-image img[data-v-2c199a4f]{transform:scale(1.1)}.home .business-section .business-container .business-item[data-v-2c199a4f]:nth-child(2n){flex-direction:row-reverse}.home .business-section .business-container .business-item[data-v-2c199a4f]:nth-child(2n):hover{transform:translate(-20px)}.home .business-section .business-container .business-item .business-image[data-v-2c199a4f]{flex:1;height:400px;overflow:hidden;border-radius:20px;background:white;display:flex;align-items:center;justify-content:center;padding:2rem}.home .business-section .business-container .business-item .business-image img[data-v-2c199a4f]{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.home .business-section .business-container .business-item .business-content[data-v-2c199a4f]{flex:1;padding:0 4rem}.home .business-section .business-container .business-item .business-content h3[data-v-2c199a4f]{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.home .business-section .business-container .business-item .business-content p[data-v-2c199a4f]{font-size:1.1rem;line-height:1.6;color:var(--text-color-secondary)}@media (max-width: 768px){.home .business-section[data-v-2c199a4f]{padding:4rem 0}.home .business-section .business-container .business-item[data-v-2c199a4f]{flex-direction:column!important;margin-bottom:3rem}.home .business-section .business-container .business-item[data-v-2c199a4f]:hover{transform:none!important}.home .business-section .business-container .business-item .business-image[data-v-2c199a4f]{width:100%;height:300px;margin-bottom:2rem}.home .business-section .business-container .business-item .business-content[data-v-2c199a4f]{padding:0;text-align:center}}.home .contact-section[data-v-2c199a4f]{height:60vh;background:linear-gradient(135deg,var(--primary-color) 0%,var(--hover-color) 100%);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.home .contact-section .contact-content h2[data-v-2c199a4f]{font-size:3rem;font-weight:600;margin-bottom:1rem}.home .contact-section .contact-content p[data-v-2c199a4f]{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.home .innovation-section[data-v-2c199a4f]{position:relative;min-height:100vh;background:#000;overflow:hidden;display:flex;align-items:center}.home .innovation-section .innovation-bg[data-v-2c199a4f]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#050b2e 0%,#1a237e 100%)}.home .innovation-section .innovation-bg .particles[data-v-2c199a4f]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.2) 1px,transparent 1px);background-size:50px 50px;animation:particleMove-2c199a4f 20s linear infinite}.home .innovation-section .innovation-content[data-v-2c199a4f]{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:6rem 4rem}.home .innovation-section .innovation-content .innovation-text[data-v-2c199a4f]{text-align:center;color:#fff}.home .innovation-section .innovation-content .innovation-text h2[data-v-2c199a4f]{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#64b5f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:0;animation:fadeInUp-2c199a4f .8s ease forwards}.home .innovation-section .innovation-content .innovation-text .divider[data-v-2c199a4f]{width:80px;height:4px;background:linear-gradient(to right,#64b5f6,#1976d2);margin:2rem auto;border-radius:2px}.home .innovation-section .innovation-content .innovation-text .subtitle[data-v-2c199a4f]{font-size:1.5rem;margin-bottom:4rem;opacity:0;animation:fadeInUp-2c199a4f .8s ease .2s forwards}.home .innovation-section .innovation-content .innovation-text .tech-list[data-v-2c199a4f]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;opacity:0;animation:fadeInUp-2c199a4f .8s ease .4s forwards}.home .innovation-section .innovation-content .innovation-text .tech-list .tech-item[data-v-2c199a4f]{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease}.home .innovation-section .innovation-content .innovation-text .tech-list .tech-item[data-v-2c199a4f]:hover{transform:translateY(-10px);background:rgba(255,255,255,.1);border-color:#fff3}.home .innovation-section .innovation-content .innovation-text .tech-list .tech-item:hover .tech-icon[data-v-2c199a4f]{transform:scale(1.1)}.home .innovation-section .innovation-content .innovation-text .tech-list .tech-item .tech-icon[data-v-2c199a4f]{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#1976d2 0%,#64b5f6 100%);border-radius:50%;transition:all .3s ease;position:relative}.home .innovation-section .innovation-content .innovation-text .tech-list .tech-item .tech-icon[data-v-2c199a4f]:after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border:2px solid rgba(255,255,255,.1);border-radius:50%}.home .innovation-section .innovation-content .innovation-text .tech-list .tech-item span[data-v-2c199a4f]{display:block;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.home .innovation-section .innovation-content .innovation-text .tech-list .tech-item p[data-v-2c199a4f]{font-size:.9rem;opacity:.7;line-height:1.4}@keyframes particleMove-2c199a4f{0%{background-position:0 0}to{background-position:50px 50px}}@keyframes fadeInUp-2c199a4f{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft-2c199a4f{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight-2c199a4f{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.home .slide-in-left[data-v-2c199a4f]{opacity:0;transform:translate(-100px)}.home .slide-in-right[data-v-2c199a4f]{opacity:0;transform:translate(100px)}.home .slide-in-visible[data-v-2c199a4f]{opacity:1;transform:translate(0);transition:all .8s ease-out}.products-page[data-v-6a61567a]{background:#fff}.parallax-hero[data-v-6a61567a]{height:400px;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(https://cos.fjliyan.com/uploads/products-hero.png) no-repeat center center;background-size:cover;background-attachment:fixed;color:#fff;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.parallax-hero[data-v-6a61567a]:before{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent,#f8f9fa);z-index:1}.parallax-hero .parallax-content[data-v-6a61567a]{position:relative;z-index:2;width:100%;padding:0 20px}.parallax-hero .parallax-content h1[data-v-6a61567a]{font-size:3rem;font-weight:600;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);opacity:0;transform:translateY(30px);animation:fadeInUp-6a61567a 1s ease forwards}.parallax-hero .parallax-content .divider[data-v-6a61567a]{width:80px;height:4px;background:linear-gradient(90deg,#1a237e,#0d47a1);margin:2rem auto;opacity:0;transform:scaleX(0);animation:scaleIn-6a61567a .8s ease .5s forwards}.parallax-hero .parallax-content .subtitle[data-v-6a61567a]{font-size:1.5rem;opacity:0;transform:translateY(20px);animation:fadeInUp-6a61567a 1s ease .8s forwards;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.container[data-v-6a61567a]{max-width:1400px;margin:0 auto;padding:0 2rem}.category-nav[data-v-6a61567a]{position:relative;margin-top:0;padding:40px 0;background:#fff;z-index:2}.category-nav .container[data-v-6a61567a]{max-width:1200px;margin:0 auto;padding:0 20px}.category-nav .nav-wrapper[data-v-6a61567a]{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.category-nav .nav-btn[data-v-6a61567a]{padding:10px 30px;border:2px solid #1a237e;border-radius:50px;background:transparent;color:#1a237e;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.category-nav .nav-btn[data-v-6a61567a]:hover,.category-nav .nav-btn.active[data-v-6a61567a]{background:#1a237e;color:#fff}.products-showcase[data-v-6a61567a]{padding:60px 0;background:#f8f9fa}.products-showcase .loading-container[data-v-6a61567a]{text-align:center;padding:60px 0}.products-showcase .loading-container .loading-spinner[data-v-6a61567a]{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #1a237e;border-radius:50%;animation:spin-6a61567a 1s linear infinite;margin:0 auto 20px}.products-showcase .products-grid[data-v-6a61567a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;padding:0 20px}.products-showcase .product-card[data-v-6a61567a]{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;cursor:pointer}.products-showcase .product-card[data-v-6a61567a]:hover{transform:translateY(-5px)}.products-showcase .product-card .product-image[data-v-6a61567a]{position:relative;height:250px;overflow:hidden}.products-showcase .product-card .product-image img[data-v-6a61567a]{width:100%;height:100%;object-fit:cover}.products-showcase .product-card .product-image .hover-info[data-v-6a61567a]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.products-showcase .product-card .product-image .hover-info[data-v-6a61567a]:hover{opacity:1}.products-showcase .product-card .product-image .hover-info .tags[data-v-6a61567a]{display:flex;gap:8px;margin-bottom:15px;flex-wrap:wrap;padding:0 10px;justify-content:center}.products-showcase .product-card .product-image .hover-info .tag[data-v-6a61567a]{background:rgba(255,255,255,.2);color:#fff;padding:4px 12px;border-radius:15px;font-size:.9rem}.products-showcase .product-card .product-image .hover-info .detail-btn[data-v-6a61567a]{background:white;color:#1a237e;border:none;padding:8px 20px;border-radius:20px;cursor:pointer;font-weight:500}.products-showcase .product-card .product-info[data-v-6a61567a]{padding:20px}.products-showcase .product-card .product-info h3[data-v-6a61567a]{font-size:1.3rem;margin-bottom:10px;color:#333}.products-showcase .product-card .product-info .description[data-v-6a61567a]{color:#666;line-height:1.5;font-size:.95rem}.products-showcase .no-products[data-v-6a61567a]{grid-column:1/-1;text-align:center;padding:60px 0;color:#666;font-size:1.2rem}@keyframes fadeInUp-6a61567a{to{opacity:1;transform:translateY(0)}}@keyframes scaleIn-6a61567a{to{opacity:1;transform:scaleX(1)}}@keyframes spin-6a61567a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.parallax-hero[data-v-6a61567a]{height:300px}.parallax-hero .parallax-content h1[data-v-6a61567a]{font-size:2rem}.parallax-hero .parallax-content .subtitle[data-v-6a61567a]{font-size:1.2rem}.category-nav .nav-wrapper[data-v-6a61567a]{gap:10px}.category-nav .nav-btn[data-v-6a61567a]{padding:8px 20px;font-size:1rem}.products-grid[data-v-6a61567a]{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}}.product-detail-page[data-v-8e19d4a9]{padding-bottom:80px;background:#f8f9fa}.container[data-v-8e19d4a9]{max-width:1400px;margin:0 auto;padding:0 20px}.breadcrumb[data-v-8e19d4a9]{background:white;padding:20px 0;margin-bottom:40px;box-shadow:0 2px 4px #0000000d}.breadcrumb a[data-v-8e19d4a9]{color:#1a237e;text-decoration:none;transition:color .3s}.breadcrumb a[data-v-8e19d4a9]:hover{color:#0d47a1}.breadcrumb .separator[data-v-8e19d4a9]{margin:0 10px;color:#666}.breadcrumb .current[data-v-8e19d4a9]{color:#666}.product-basic-info[data-v-8e19d4a9]{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:30px;background:white;padding:30px;border-radius:20px;box-shadow:0 4px 6px #0000000d}.product-basic-info .product-gallery[data-v-8e19d4a9]{position:relative}.product-basic-info .product-gallery .carousel-container[data-v-8e19d4a9]{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:10px;box-shadow:0 4px 6px #0000001a}.product-basic-info .product-gallery .carousel-container .carousel-wrapper[data-v-8e19d4a9]{display:flex;transition:transform .5s ease;height:100%}.product-basic-info .product-gallery .carousel-container .carousel-slide[data-v-8e19d4a9]{width:100%;height:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:white}.product-basic-info .product-gallery .carousel-container .carousel-slide .image-magnifier[data-v-8e19d4a9]{position:relative;width:100%;height:100%;cursor:crosshair;overflow:hidden}.product-basic-info .product-gallery .carousel-container .carousel-slide .image-magnifier img[data-v-8e19d4a9]{width:100%;height:100%;object-fit:contain;padding:20px;display:block}.product-basic-info .product-gallery .carousel-container .carousel-slide .image-magnifier .magnifier-lens[data-v-8e19d4a9]{position:absolute;width:100px;height:100px;border:2px solid #1a237e;border-radius:50%;background:rgba(26,35,126,.1);pointer-events:none;z-index:10;box-shadow:0 0 10px #0000004d;transition:none}.product-basic-info .product-gallery .carousel-container .carousel-button[data-v-8e19d4a9]{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);border:none;color:#fff;font-size:1.5rem;padding:10px;cursor:pointer;border-radius:50%;transition:background .3s;z-index:2}.product-basic-info .product-gallery .carousel-container .carousel-button[data-v-8e19d4a9]:hover{background:rgba(0,0,0,.7)}.product-basic-info .product-gallery .carousel-container .carousel-button.prev[data-v-8e19d4a9]{left:10px}.product-basic-info .product-gallery .carousel-container .carousel-button.next[data-v-8e19d4a9]{right:10px}.product-basic-info .product-gallery .carousel-container .carousel-indicators[data-v-8e19d4a9]{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.product-basic-info .product-gallery .carousel-container .carousel-indicators .indicator[data-v-8e19d4a9]{width:10px;height:10px;background:rgba(255,255,255,.5);border:none;border-radius:50%;cursor:pointer;transition:background .3s}.product-basic-info .product-gallery .carousel-container .carousel-indicators .indicator.active[data-v-8e19d4a9]{background:#1a237e}.product-basic-info .product-gallery .carousel-container .carousel-indicators .indicator[data-v-8e19d4a9]:hover{background:rgba(26,35,126,.7)}.product-basic-info .product-gallery .carousel-container .carousel-dots[data-v-8e19d4a9]{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:5px}.product-basic-info .product-gallery .carousel-container .carousel-dots .dot[data-v-8e19d4a9]{width:8px;height:8px;background:white;border-radius:50%;cursor:pointer}.product-basic-info .product-gallery .carousel-container .carousel-dots .dot.active[data-v-8e19d4a9]{background:#1a237e}.product-basic-info .product-gallery .magnifier-display[data-v-8e19d4a9]{position:absolute;top:0;left:calc(100% + 20px);width:400px;height:400px;border:2px solid #e0e0e0;border-radius:10px;overflow:hidden;background:white;box-shadow:0 8px 16px #00000026;z-index:1000;pointer-events:none}.product-basic-info .product-gallery .magnifier-display .magnified-image[data-v-8e19d4a9]{width:100%;height:100%;position:relative;overflow:hidden}.product-basic-info .product-gallery .magnifier-display .magnified-image img[data-v-8e19d4a9]{width:100%;height:100%;object-fit:contain;transition:none;transform-origin:top left}.product-basic-info .product-info h1[data-v-8e19d4a9]{font-size:2.5rem;color:#1a237e;margin-bottom:20px}.product-basic-info .product-info .tags[data-v-8e19d4a9]{display:flex;gap:10px;margin-bottom:30px;flex-wrap:wrap}.product-basic-info .product-info .tags .tag[data-v-8e19d4a9]{background:#e8eaf6;color:#1a237e;padding:6px 16px;border-radius:20px;font-size:.9rem}.product-basic-info .product-info .description[data-v-8e19d4a9]{color:#333;font-size:1.1rem;line-height:1.8;margin-bottom:30px}.product-basic-info .product-info .features[data-v-8e19d4a9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.product-basic-info .product-info .features .feature-item[data-v-8e19d4a9]{display:flex;align-items:center;gap:12px;padding:15px;background:#f8f9fa;border-radius:10px}.product-basic-info .product-info .features .feature-item .icon[data-v-8e19d4a9]{font-size:1.5rem}.product-basic-info .product-info .features .feature-item .text[data-v-8e19d4a9]{color:#333}.product-params[data-v-8e19d4a9]{background:white;padding:30px;border-radius:20px;margin-bottom:30px;box-shadow:0 4px 6px #0000000d}.product-params h2[data-v-8e19d4a9]{font-size:1.8rem;color:#1a237e;margin-bottom:20px;position:relative;padding-left:15px}.product-params h2[data-v-8e19d4a9]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:#1a237e;border-radius:2px}.product-params .params-table[data-v-8e19d4a9]{display:grid;grid-template-columns:repeat(2,1fr);gap:0;position:relative}.product-params .params-table .param-row[data-v-8e19d4a9]{display:grid;grid-template-columns:120px 1fr;align-items:center;padding:12px 20px;position:relative;border-bottom:1px solid #eee}.product-params .params-table .param-row .param-cell.name .label[data-v-8e19d4a9]{color:#666;font-size:1rem}.product-params .params-table .param-row .param-cell.value .content[data-v-8e19d4a9]{color:#333;font-weight:500;font-size:1rem}.product-params .params-table .param-row[data-v-8e19d4a9]:nth-child(odd){border-right:1px solid #eee}.product-params .params-table .param-row[data-v-8e19d4a9]:last-child,.product-params .params-table .param-row[data-v-8e19d4a9]:nth-last-child(2):nth-child(odd){border-bottom:none}.product-applications[data-v-8e19d4a9]{background:white;padding:30px;border-radius:20px;margin-bottom:30px;box-shadow:0 4px 6px #0000000d}.product-applications h2[data-v-8e19d4a9]{font-size:1.8rem;color:#1a237e;margin-bottom:20px}.applications-grid[data-v-8e19d4a9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.applications-grid .application-item[data-v-8e19d4a9]{display:flex;align-items:center;gap:12px;padding:15px;background:#f8f9fa;border-radius:10px;color:#333}.applications-grid .application-item .dot[data-v-8e19d4a9]{width:8px;height:8px;background:#1a237e;border-radius:50%}.related-products h2[data-v-8e19d4a9]{font-size:1.8rem;color:#1a237e;margin-bottom:20px}.related-products .products-grid[data-v-8e19d4a9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.related-products .products-grid .product-card[data-v-8e19d4a9]{background:white;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px #0000000d;cursor:pointer;transition:transform .3s;text-decoration:none}.related-products .products-grid .product-card[data-v-8e19d4a9]:hover{transform:translateY(-5px)}.related-products .products-grid .product-card .product-image[data-v-8e19d4a9]{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:8px}.related-products .products-grid .product-card .product-image img[data-v-8e19d4a9]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-products .products-grid .product-card .product-info[data-v-8e19d4a9]{padding:20px}.related-products .products-grid .product-card .product-info h3[data-v-8e19d4a9]{color:#1a237e;margin-bottom:10px;font-size:1.2rem}.related-products .products-grid .product-card .product-info p[data-v-8e19d4a9]{color:#666;font-size:.9rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.loading-container[data-v-8e19d4a9]{padding:100px 0;text-align:center;color:#666}.loading-container .loading-spinner[data-v-8e19d4a9]{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #1a237e;border-radius:50%;animation:spin-8e19d4a9 1s linear infinite;margin:0 auto 20px}.loading-container p[data-v-8e19d4a9]{font-size:1.1rem;margin:0}.error-container[data-v-8e19d4a9]{padding:100px 0;text-align:center;color:#666}.error-container p[data-v-8e19d4a9]{font-size:1.2rem;margin-bottom:20px;color:#e74c3c}.error-container .back-btn[data-v-8e19d4a9]{padding:12px 24px;background:#1a237e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .3s}.error-container .back-btn[data-v-8e19d4a9]:hover{background:#0d47a1}@keyframes spin-8e19d4a9{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.product-basic-info[data-v-8e19d4a9]{grid-template-columns:1fr;gap:30px;padding:20px}.product-params[data-v-8e19d4a9]{padding:20px}.product-params .params-table[data-v-8e19d4a9]{grid-template-columns:1fr;gap:0}.product-params .params-table .param-row[data-v-8e19d4a9]{padding:12px 0;border-bottom:1px solid #eee}.product-params .params-table .param-row[data-v-8e19d4a9]:last-child{border-bottom:none}.product-params .params-table .param-row .divider[data-v-8e19d4a9]{display:none}.product-applications[data-v-8e19d4a9]{padding:20px}}.md-editor .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #eee;--md-theme-color-hover: #eee;--md-theme-color-hover-inset: #ddd;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #e6e6e6;--md-theme-border-color-reverse: #bebebe;--md-theme-border-color-inset: #d6d6d6;--md-theme-bg-color: #fff;--md-theme-bg-color-inset: #ececec;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #fff;--md-theme-code-active-color: #61aeee;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor-dark .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #222;--md-theme-color-hover: #191919;--md-theme-color-hover-inset: #444;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #2d2d2d;--md-theme-border-color-reverse: #e6e6e6;--md-theme-border-color-inset: #5a5a5a;--md-theme-bg-color: #000;--md-theme-bg-color-inset: #111;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #3a3a3a;--md-theme-code-active-color: #e6c07b;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor .md-editor-admonition-note{--md-admonition-color: #212121;--md-admonition-bg-color: #FFFFFF;--md-admonition-border-color: rgb(166.2, 166.2, 166.2)}.md-editor .md-editor-admonition-tip{--md-admonition-color: #616161;--md-admonition-bg-color: #F5F5F5;--md-admonition-border-color: rgb(185.8, 185.8, 185.8)}.md-editor .md-editor-admonition-info{--md-admonition-color: #424242;--md-admonition-bg-color: #F0F0F0;--md-admonition-border-color: rgb(170.4, 170.4, 170.4)}.md-editor .md-editor-admonition-quote{--md-admonition-color: #455a64;--md-admonition-bg-color: #eceff1;--md-admonition-border-color: rgb(169.2, 179.4, 184.6)}.md-editor .md-editor-admonition-abstract{--md-admonition-color: #0288d1;--md-admonition-bg-color: #e1f5fe;--md-admonition-border-color: rgb(135.8, 201.4, 236)}.md-editor .md-editor-admonition-attention{--md-admonition-color: #1e88e5;--md-admonition-bg-color: #e3f2fd;--md-admonition-border-color: rgb(148.2, 199.6, 243.4)}.md-editor .md-editor-admonition-example{--md-admonition-color: #5e35b1;--md-admonition-bg-color: #ede7f6;--md-admonition-border-color: rgb(179.8, 159.8, 218.4)}.md-editor .md-editor-admonition-hint{--md-admonition-color: #00897B;--md-admonition-bg-color: #E0F2F1;--md-admonition-border-color: rgb(134.4, 200, 193.8)}.md-editor .md-editor-admonition-success{--md-admonition-color: #388e3c;--md-admonition-bg-color: #e8f5e9;--md-admonition-border-color: rgb(161.6, 203.8, 163.8)}.md-editor .md-editor-admonition-question{--md-admonition-color: #f9a825;--md-admonition-bg-color: #fffde7;--md-admonition-border-color: rgb(252.6, 219, 153.4)}.md-editor .md-editor-admonition-caution{--md-admonition-color: #fb8c00;--md-admonition-bg-color: #fff8e1;--md-admonition-border-color: rgb(253.4, 204.8, 135)}.md-editor .md-editor-admonition-warning{--md-admonition-color: #f57c00;--md-admonition-bg-color: #fff3e0;--md-admonition-border-color: rgb(251, 195.4, 134.4)}.md-editor .md-editor-admonition-danger{--md-admonition-color: #d84315;--md-admonition-bg-color: #ffebee;--md-admonition-border-color: rgb(239.4, 167.8, 151.2)}.md-editor .md-editor-admonition-failure{--md-admonition-color: #d32f2f;--md-admonition-bg-color: #fee2e6;--md-admonition-border-color: rgb(236.8, 154.4, 156.8)}.md-editor .md-editor-admonition-bug{--md-admonition-color: #c31a1a;--md-admonition-bg-color: #fddadd;--md-admonition-border-color: rgb(229.8, 141.2, 143)}.md-editor .md-editor-admonition-error{--md-admonition-color: #b71c1c;--md-admonition-bg-color: #fdd2d6;--md-admonition-border-color: rgb(225, 137.2, 139.6)}.md-editor-dark .md-editor-admonition-note{--md-admonition-color: #E0E0E0;--md-admonition-bg-color: #1E1E1E;--md-admonition-border-color: rgb(107.6, 107.6, 107.6)}.md-editor-dark .md-editor-admonition-tip{--md-admonition-color: #B0B0B0;--md-admonition-bg-color: #262626;--md-admonition-border-color: rgb(93.2, 93.2, 93.2)}.md-editor-dark .md-editor-admonition-info{--md-admonition-color: #B3B3B3;--md-admonition-bg-color: #2B2B2B;--md-admonition-border-color: rgb(97.4, 97.4, 97.4)}.md-editor-dark .md-editor-admonition-quote{--md-admonition-color: #b0bec5;--md-admonition-bg-color: #263238;--md-admonition-border-color: rgb(93.2, 106, 112.4)}.md-editor-dark .md-editor-admonition-abstract{--md-admonition-color: #81d4fa;--md-admonition-bg-color: #012f45;--md-admonition-border-color: rgb(52.2, 113, 141.4)}.md-editor-dark .md-editor-admonition-attention{--md-admonition-color: #64b5f6;--md-admonition-bg-color: #102a4c;--md-admonition-border-color: rgb(49.6, 97.6, 144)}.md-editor-dark .md-editor-admonition-example{--md-admonition-color: #9575cd;--md-admonition-bg-color: #271b52;--md-admonition-border-color: rgb(83, 63, 131.2)}.md-editor-dark .md-editor-admonition-hint{--md-admonition-color: #4DB6AC;--md-admonition-bg-color: #003D3A;--md-admonition-border-color: rgb(30.8, 109.4, 103.6)}.md-editor-dark .md-editor-admonition-success{--md-admonition-color: #81c784;--md-admonition-bg-color: #1b5e20;--md-admonition-border-color: rgb(67.8, 136, 72)}.md-editor-dark .md-editor-admonition-question{--md-admonition-color: #ffd54f;--md-admonition-bg-color: #3e2f00;--md-admonition-border-color: rgb(139.2, 113.4, 31.6)}.md-editor-dark .md-editor-admonition-caution{--md-admonition-color: #ffcc80;--md-admonition-bg-color: #3e2600;--md-admonition-border-color: rgb(139.2, 104.4, 51.2)}.md-editor-dark .md-editor-admonition-warning{--md-admonition-color: #ffb74d;--md-admonition-bg-color: #3d2600;--md-admonition-border-color: rgb(138.6, 96, 30.8)}.md-editor-dark .md-editor-admonition-danger{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0000;--md-admonition-border-color: rgb(131.6, 61.6, 61.6)}.md-editor-dark .md-editor-admonition-failure{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0900;--md-admonition-border-color: rgb(131.6, 67, 61.6)}.md-editor-dark .md-editor-admonition-bug{--md-admonition-color: #e68381;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(120.8, 52.4, 51.6)}.md-editor-dark .md-editor-admonition-error{--md-admonition-color: #ef5350;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(124.4, 33.2, 32)}.md-editor-preview .md-editor-admonition{background-color:var(--md-admonition-bg-color);border:1px solid var(--md-admonition-border-color);border-radius:var(--md-theme-radius-m);color:var(--md-admonition-color);display:flow-root;font-size:14px;font-weight:400;margin:1rem 0;padding:1em 1em .5em;page-break-inside:avoid}.md-editor-preview .md-editor-admonition-title{margin:0;padding:0;position:relative;font-weight:700}.md-editor-preview .md-editor-admonition p{margin:.5em 0;padding:0}.md-editor-preview .md-editor-admonition p:first-of-type{margin-top:0}.md-editor-preview .md-editor-admonition+p:empty,.md-editor-preview .md-editor-admonition+p:empty+p:empty{display:none}.md-editor-preview .md-editor-mermaid{overflow:hidden;display:none;line-height:normal}.md-editor-preview [class=md-editor-mermaid][data-grab]{cursor:grab}.md-editor-preview [class=md-editor-mermaid][data-grab]:active{cursor:grabbing}.md-editor-preview [class=md-editor-mermaid][data-processed]{position:relative;display:flex;justify-content:center;align-items:center}.md-editor-preview [class=md-editor-mermaid][data-processed] svg{transform-origin:top left}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action{position:absolute;top:10px;right:10px;z-index:1;opacity:0;transition:opacity .3s;cursor:pointer}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action svg{width:20px;height:20px}.md-editor-preview [class=md-editor-mermaid][data-processed]:hover .md-editor-mermaid-action{opacity:1}.md-editor-katex-block{text-align:center;margin:20px}.md-editor-katex-inline,.md-editor-katex-block{display:none}.md-editor-katex-inline[data-processed]{display:initial}.md-editor-katex-block[data-processed]{display:block}.md-editor .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-dark .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-preview code{color:var(--md-theme-code-inline-color);background-color:var(--md-theme-code-inline-bg-color);border-radius:var(--md-theme-code-inline-radius);padding:2px 4px;line-height:22px}.md-editor-preview .md-editor-code{color:var(--md-theme-code-block-color);font-size:12px;line-height:1;margin:20px 0;position:relative}.md-editor-preview .md-editor-code input[type=radio],.md-editor-preview .md-editor-code input[type=radio]+pre,.md-editor-preview .md-editor-code input[type=radio]+span.md-editor-code-lang{display:none}.md-editor-preview .md-editor-code input:checked+pre,.md-editor-preview .md-editor-code input:checked+span.md-editor-code-lang{display:block}.md-editor-preview .md-editor-code input:checked+label{border-bottom:1px solid;color:var(--md-theme-code-active-color)}.md-editor-preview .md-editor-code .md-editor-code-head{display:grid;grid-template:"1rf 1rf";justify-content:space-between;height:32px;width:100%;font-size:12px;background-color:var(--md-theme-code-before-bg-color);margin-bottom:0;border-top-left-radius:var(--md-theme-code-block-radius);border-top-right-radius:var(--md-theme-code-block-radius);-webkit-tap-highlight-color:rgba(0,0,0,0);list-style:none;position:sticky;top:0;z-index:10000}.md-editor-preview .md-editor-code .md-editor-code-head::-webkit-details-marker{display:none}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag{margin-left:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span{display:inline-block;width:10px;height:10px;border-radius:50%;margin-top:11px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(1){background-color:#ec6a5e}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(2){background-color:#f4bf4f}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(3){background-color:#61c554}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span+span{margin-left:4px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label{box-sizing:border-box;white-space:nowrap;-webkit-user-select:none;user-select:none;background-color:var(--md-theme-code-block-bg-color);margin-top:8px;padding:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li{line-height:1;list-style:none;display:inline-block;position:relative;vertical-align:super;margin:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li label{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-block;font-size:14px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li+li{margin-left:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action{display:flex;align-items:center}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action>*{margin-right:10px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-lang{line-height:32px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon){cursor:pointer;line-height:32px;position:initial}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon) .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]{cursor:pointer;line-height:1;position:relative}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon] .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before{content:attr(data-tips);color:var(--md-theme-code-copy-tips-color);background-color:var(--md-theme-code-copy-tips-bg-color);position:absolute;font-size:12px;font-family:sans-serif;width:max-content;text-align:center;padding:4px;border-radius:var(--md-theme-radius-s);box-shadow:0 0 2px #0003;left:-10px;top:50%;transform:translate(-100%,-50%)}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{content:"";color:var(--md-theme-code-copy-tips-bg-color);position:absolute;width:0;height:0;border:5px solid rgba(0,0,0,0);border-right-width:0;border-left-color:currentColor;left:-10px;top:50%;transform:translateY(-50%);filter:drop-shadow(4px 0 2px rgba(0,0,0,.2))}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{visibility:hidden;transition:.3s}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:after{visibility:visible}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips{margin-right:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{width:16px;height:16px;font-size:16px;display:inline-block;vertical-align:sub;transform:rotate(0);transition:transform .1s}.md-editor-preview .md-editor-code pre{position:relative;margin:0}.md-editor-preview .md-editor-code pre code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:14px;color:var(--md-theme-code-block-color);background-color:var(--md-theme-code-before-bg-color);display:block;line-height:1.6;overflow:auto;padding:1em;position:relative;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--md-theme-code-block-radius);border-bottom-right-radius:var(--md-theme-code-block-radius)}.md-editor-preview .md-editor-code pre code .md-editor-code-block{display:inline-block;width:100%;overflow:auto;vertical-align:bottom;color:var(--md-theme-code-block-color)}.md-editor-preview details.md-editor-code .md-editor-code-head{cursor:pointer}.md-editor-preview details.md-editor-code:not(open) .md-editor-code-head{border-bottom-left-radius:var(--md-theme-code-block-radius);border-bottom-right-radius:var(--md-theme-code-block-radius)}.md-editor-preview details.md-editor-code[open] .md-editor-code-head{border-bottom-left-radius:0;border-bottom-right-radius:0}.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(-90deg)}.md-editor-scrn span[rn-wrapper]{position:absolute;pointer-events:none;top:1em;font-size:100%;left:0;width:3em;letter-spacing:-1px;-webkit-user-select:none;user-select:none;counter-reset:linenumber}.md-editor-scrn span[rn-wrapper]>span{display:block;pointer-events:none;counter-increment:linenumber}.md-editor-scrn span[rn-wrapper]>span:before{color:#999;display:block;padding-right:.5em;text-align:right;content:counter(linenumber)}.md-editor-scrn pre code{padding-left:3.5em!important}.md-editor-preview figure{margin:0 0 1em;display:inline-flex;flex-direction:column;text-align:center}.md-editor-preview figure figcaption{color:var(--md-theme-color);font-size:.875em;margin-top:5px}.md-editor .md-editor-preview{--md-theme-heading-color: var(--md-theme-color);--md-theme-heading-border: none;--md-theme-heading-1-color: var(--md-theme-heading-color);--md-theme-heading-1-border: var(--md-theme-heading-border);--md-theme-heading-2-color: var(--md-theme-heading-color);--md-theme-heading-2-border: var(--md-theme-heading-border);--md-theme-heading-3-color: var(--md-theme-heading-color);--md-theme-heading-3-border: var(--md-theme-heading-border);--md-theme-heading-4-color: var(--md-theme-heading-color);--md-theme-heading-4-border: var(--md-theme-heading-border);--md-theme-heading-5-color: var(--md-theme-heading-color);--md-theme-heading-5-border: var(--md-theme-heading-border);--md-theme-heading-6-color: var(--md-theme-heading-color);--md-theme-heading-6-border: var(--md-theme-heading-border)}.md-editor-preview h1,.md-editor-preview h2,.md-editor-preview h3,.md-editor-preview h4,.md-editor-preview h5,.md-editor-preview h6{position:relative;word-break:break-all;margin:1.4em 0 .8em;font-weight:700}.md-editor-preview h1 a,.md-editor-preview h2 a,.md-editor-preview h3 a,.md-editor-preview h4 a,.md-editor-preview h5 a,.md-editor-preview h6 a,.md-editor-preview h1 a:hover,.md-editor-preview h2 a:hover,.md-editor-preview h3 a:hover,.md-editor-preview h4 a:hover,.md-editor-preview h5 a:hover,.md-editor-preview h6 a:hover{color:inherit}.md-editor-preview h1{color:var(--md-theme-heading-1-color);border-bottom:var(--md-theme-heading-1-border)}.md-editor-preview h2{color:var(--md-theme-heading-2-color);border-bottom:var(--md-theme-heading-2-border)}.md-editor-preview h3{color:var(--md-theme-heading-3-color);border-bottom:var(--md-theme-heading-3-border)}.md-editor-preview h4{color:var(--md-theme-heading-4-color);border-bottom:var(--md-theme-heading-4-border)}.md-editor-preview h5{color:var(--md-theme-heading-5-color);border-bottom:var(--md-theme-heading-5-border)}.md-editor-preview h6{color:var(--md-theme-heading-6-color);border-bottom:var(--md-theme-heading-6-border)}.md-editor-preview h1{font-size:2em}.md-editor-preview h2{font-size:1.5em}.md-editor-preview h3{font-size:1.25em}.md-editor-preview h4{font-size:1em}.md-editor-preview h5{font-size:.875em}.md-editor-preview h6{font-size:.85em}.md-editor-preview hr{height:1px;margin:10px 0;border:none;border-top:1px solid var(--md-theme-border-color)}.md-editor-preview a{color:var(--md-theme-link-color);text-decoration:none;transition:color .1s}.md-editor-preview a:hover{color:var(--md-theme-link-hover-color)}.md-editor-preview a:empty:before{content:attr(href)}.md-editor-preview ol,.md-editor-preview ul{padding-left:2em}.md-editor-preview ol .task-list-item,.md-editor-preview ul .task-list-item{list-style-type:none}.md-editor-preview ol .task-list-item input,.md-editor-preview ul .task-list-item input{margin-left:-1.5em;margin-right:.1em}.md-editor-preview img{max-width:100%}.md-editor-preview p:empty{display:none}.md-editor .md-editor-preview{--md-theme-quote-color: var(--md-theme-color);--md-theme-quote-border: none;--md-theme-quote-bg-color: inherit}.md-editor-preview blockquote{padding:0 1em;color:var(--md-theme-quote-color);border-left:var(--md-theme-quote-border);background-color:var(--md-theme-quote-bg-color)}.md-editor .md-editor-preview{--md-theme-table-stripe-color: #fafafa;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-dark .md-editor-preview{--md-theme-table-stripe-color: #0c0c0c;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-preview table tr{background-color:var(--md-theme-table-tr-bg-color)}.md-editor-preview table tr th,.md-editor-preview table tr td{border:1px solid var(--md-theme-table-td-border-color)}.md-editor-preview table tr:nth-child(2n){background-color:var(--md-theme-table-stripe-color)}.md-editor-preview{color:var(--md-theme-color)}.md-editor-preview ::-webkit-scrollbar{width:6px;height:6px}.md-editor-preview ::-webkit-scrollbar-button:vertical{display:none}.md-editor-preview ::-webkit-scrollbar-corner,.md-editor-preview ::-webkit-scrollbar-track,.md-editor-preview ::-webkit-scrollbar-thumb{border-radius:2px}.md-editor .md-editor-preview ::-webkit-scrollbar-corner,.md-editor .md-editor-preview ::-webkit-scrollbar-track{background-color:#e2e2e2}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#0000004d}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#00000059}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#00000061}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-corner,.md-editor-dark .md-editor-preview ::-webkit-scrollbar-track{background-color:#0f0f0f}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#2d2d2d}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#3a3a3a}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#3a3a3a}.md-editor div.default-theme{--md-theme-code-copy-tips-color: #141414}.md-editor-dark div.default-theme{--md-theme-code-copy-tips-color: inherit}div.default-theme img{margin:0 auto;box-sizing:border-box}div.default-theme a{display:inline-flex;line-height:1;border-bottom:none}div.default-theme a:hover{border-bottom:1px solid}div.default-theme a[target=_blank]{align-items:center}div.default-theme a[target=_blank]:after{content:"";display:inline-block;width:16px;height:16px;margin-left:2px;background-color:currentColor;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}div.default-theme ol,div.default-theme ul{margin:.6em 0}div.default-theme ol li,div.default-theme ul li{line-height:1.6;margin:.5em 0}div.default-theme p{line-height:1.6;margin:.5rem 0}.md-editor div.default-theme{--md-theme-quote-border: 5px solid #35b378;--md-theme-quote-bg-color: var(--md-theme-bg-color-inset)}div.default-theme blockquote{margin:20px 0;padding:0 1.2em;line-height:2em;display:flow-root}.md-editor default-theme{--md-theme-table-stripe-color: #fafafa}.md-editor-dark default-theme{--md-theme-table-stripe-color: #0c0c0c}div.default-theme table{overflow:auto;border-spacing:0;border-collapse:collapse;margin-bottom:1em;margin-top:1em}div.default-theme table tr th,div.default-theme table tr td{word-wrap:break-word;padding:8px 14px}div.default-theme table tbody tr:hover{background-color:var(--md-theme-color-hover)}div.default-theme blockquote table{line-height:initial}div.default-theme blockquote table tr th,div.default-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.default-theme blockquote table tbody tr:nth-child(n){background-color:inherit}div.default-theme blockquote table tbody tr:hover{background-color:var(--md-theme-color-hover-inset)}.md-editor div.vuepress-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #f8f8f8;--md-theme-code-block-color: #747384;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}.md-editor-dark div.vuepress-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}div.vuepress-theme code{padding:3px 5px;margin:0 2px}div.vuepress-theme .md-editor-code pre{font-size:.875em;margin:0 0 1em}div.vuepress-theme .md-editor-code pre code{white-space:pre;padding:22px 1em;margin:0}div.vuepress-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.vuepress-theme{--md-theme-heading-color: #273849;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}.md-editor-dark div.vuepress-theme{--md-theme-heading-color: #999;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}div.vuepress-theme h1,div.vuepress-theme h2,div.vuepress-theme h3,div.vuepress-theme h4,div.vuepress-theme h5,div.vuepress-theme h6{font-weight:600;line-height:1.45;position:relative;margin-top:1em}div.vuepress-theme h1{font-size:2.2em;margin:1em 0}div.vuepress-theme h2{font-size:1.65em;padding-bottom:.3em}div.vuepress-theme h3{line-height:1.35em}.md-editor div.vuepress-theme{--md-theme-link-color: #42b983}div.vuepress-theme a{font-weight:600}div.vuepress-theme ul,div.vuepress-theme ol{position:relative;line-height:1.4em;margin:1.2em 0;z-index:1}div.vuepress-theme ul li,div.vuepress-theme ol li{margin:1.2em 0}div.vuepress-theme p{word-spacing:.05em;line-height:1.6em;margin:1.2em 0;position:relative}.md-editor div.vuepress-theme{--md-theme-quote-border: 4px solid #42b983}div.vuepress-theme blockquote{margin:2em 0;padding-left:20px}div.vuepress-theme blockquote p{margin-left:0;margin-top:1.2em;margin-bottom:0;padding:0}.md-editor div.vuepress-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.vuepress-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.vuepress-theme table{border-collapse:collapse;margin:1rem 0;display:block;overflow-x:auto}div.vuepress-theme table tr th,div.vuepress-theme table tr td{padding:.6em 1em}.md-editor div.vuepress-theme{--md-theme-color: #304455}.md-editor-dark div.vuepress-theme{--md-theme-color: #999}div.vuepress-theme{font-size:16px;color:var(--md-theme-color)}div.vuepress-theme em{color:#4f5959;padding:0 6px 0 4px}.md-editor div.github-theme{--md-theme-code-inline-color: inherit;--md-theme-code-inline-bg-color: #eff1f2;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: inherit;--md-theme-code-block-bg-color: #f6f8fa;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}.md-editor-dark div.github-theme{--md-theme-code-inline-color: #c9d1d9;--md-theme-code-inline-bg-color: #2d3339;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #161b22;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}div.github-theme code{padding:.2em .4em;margin:0}div.github-theme pre code{padding:22px 1em;margin-bottom:0;word-break:normal;letter-spacing:1px}.md-editor div.github-theme{--md-theme-heading-color: inherit;--md-theme-heading-6-color: #2d3339;--md-theme-heading-1-border: 1px solid #d9dee4;--md-theme-heading-2-border: 1px solid #d9dee4}.md-editor-dark div.github-theme{--md-theme-heading-color: #c9d1d9;--md-theme-heading-6-color: #768390;--md-theme-heading-1-border: 1px solid #373e47;--md-theme-heading-2-border: 1px solid #373e47}div.github-theme h1,div.github-theme h2,div.github-theme h3,div.github-theme h4,div.github-theme h5,div.github-theme h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}div.github-theme h1{padding-bottom:.3em;font-size:2em}div.github-theme h2{padding-bottom:.3em;font-size:1.5em}div.github-theme h3{font-size:1.25em}div.github-theme h4{font-size:1em}div.github-theme h5{font-size:.875em}div.github-theme h6{font-size:.85em}.md-editor div.github-theme{--md-theme-heading-bg-color: #fff}.md-editor-dark div.github-theme{--md-theme-heading-bg-color: #22272e}div.github-theme img{background-color:var(--md-theme-heading-bg-color)}.md-editor div.github-theme{--md-theme-link-color: #539bf5;--md-theme-link-hover-color: #539bf5}div.github-theme a:hover{text-decoration:underline}div.github-theme ol li+li,div.github-theme ul li+li{margin-top:.25em}.md-editor div.github-theme{--md-theme-quote-color: #57606a;--md-theme-quote-border: .25em solid #d0d7de}.md-editor-dark div.github-theme{--md-theme-quote-color: #8b949e;--md-theme-quote-border: .25em solid #444c56}div.github-theme blockquote{margin:0;padding:0 1em}.md-editor div.github-theme{--md-theme-table-stripe-color: #f7f8fa;--md-theme-table-tr-bg-color: #fff;--md-theme-table-td-border-color: #d0d7de}.md-editor-dark div.github-theme{--md-theme-table-stripe-color: #161b22;--md-theme-table-tr-bg-color: transparent;--md-theme-table-td-border-color: #30363d}div.github-theme table{display:block;max-width:100%;overflow:auto;border-spacing:0;border-collapse:collapse}div.github-theme table tr th,div.github-theme table tr td{padding:6px 13px}.md-editor div.github-theme{--md-theme-color: #222}.md-editor-dark div.github-theme{--md-theme-color: #c9d1d9}div.github-theme{line-height:1.5;color:var(--md-theme-color)}div.github-theme p,div.github-theme blockquote,div.github-theme ul,div.github-theme ol,div.github-theme dl,div.github-theme table,div.github-theme pre,div.github-theme details{margin-top:0;margin-bottom:16px}.md-editor div.cyanosis-theme,.md-editor-dark div.cyanosis-theme{--md-theme-code-inline-color: var(--md-theme-code-color);--md-theme-code-inline-bg-color: var(--md-theme-code-bg-color);--md-theme-code-block-color: var(--md-theme-base-color);--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.cyanosis-theme code{padding:.065em .4em;font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto}div.cyanosis-theme code::selection{background-color:var(--md-theme-slct-codebg-color)}div.cyanosis-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.cyanosis-theme .md-editor-code pre code{padding:11px 12px 22px;margin:0;word-break:normal;line-height:1.75}div.cyanosis-theme .md-editor-code pre code span[rn-wrapper]{top:11px}.md-editor div.cyanosis-theme{--md-theme-heading-color: var(--md-theme-title-color)}div.cyanosis-theme h1{padding-bottom:4px;margin-top:36px;margin-bottom:10px;font-size:30px;line-height:1.5;transition:color .35s}div.cyanosis-theme h2{position:relative;padding-left:10px;padding-right:10px;padding-bottom:10px;margin-top:36px;margin-bottom:10px;font-size:24px;line-height:1.5;border-bottom:1px solid var(--md-theme-border-color-2);transition:color .35s}div.cyanosis-theme h2:before{content:"「";position:absolute;top:-6px;left:-14px}div.cyanosis-theme h2:after{content:"」";position:relative;top:6px;right:auto}div.cyanosis-theme h3{position:relative;padding-bottom:0;margin-top:30px;margin-bottom:10px;font-size:20px;line-height:1.5;padding-left:6px;transition:color .35s}div.cyanosis-theme h3:before{content:"»";padding-right:6px;color:var(--md-theme-strong-color)}div.cyanosis-theme h4{padding-bottom:0;margin-top:24px;margin-bottom:10px;font-size:16px;line-height:1.5;padding-left:6px;transition:color .35s}div.cyanosis-theme h5{padding-bottom:0;margin-top:18px;margin-bottom:10px;font-size:14px;line-height:1.5;padding-left:6px;transition:color .35s}div.cyanosis-theme h6{padding-bottom:0;margin-top:12px;margin-bottom:10px;font-size:12px;line-height:1.5;padding-left:6px;transition:color .35s}div.cyanosis-theme h1::selection,div.cyanosis-theme h2::selection,div.cyanosis-theme h3::selection,div.cyanosis-theme h4::selection,div.cyanosis-theme h5::selection,div.cyanosis-theme h6::selection{color:var(--md-theme-slct-title-color);background-color:var(--md-theme-slct-titlebg-color)}@media (max-width: 720px){div.cyanosis-theme h1{font-size:24px}div.cyanosis-theme h2{font-size:20px}div.cyanosis-theme h3{font-size:18px}}.md-editor div.cyanosis-theme{--md-theme-link-color: var(--md-theme-link-color);--md-theme-link-hover-color: var(--md-theme-linkh-color)}div.cyanosis-theme a{position:relative;display:inline-block;text-decoration:none;border-bottom:1px solid var(--md-theme-border-color)}div.cyanosis-theme a:hover{border-bottom-color:var(--md-theme-linkh-color)}div.cyanosis-theme a:active{color:var(--md-theme-linkh-color)}div.cyanosis-theme a:after{position:absolute;content:"";top:100%;left:0;width:100%;opacity:0;border-bottom:1px solid var(--md-theme-border-color);transition:top .3s,opacity .3s;transform:translateZ(0)}div.cyanosis-theme a:hover:after{top:0;opacity:1;border-bottom-color:var(--md-theme-linkh-color)}div.cyanosis-theme ol,div.cyanosis-theme ul{margin:0}div.cyanosis-theme ol li,div.cyanosis-theme ul li{margin-bottom:0;list-style:inherit}div.cyanosis-theme ol li .task-list-item,div.cyanosis-theme ul li .task-list-item{list-style:none}div.cyanosis-theme ol li .task-list-item ul,div.cyanosis-theme ol li .task-list-item ol,div.cyanosis-theme ul li .task-list-item ul,div.cyanosis-theme ul li .task-list-item ol{margin-top:0}div.cyanosis-theme ol ul,div.cyanosis-theme ol ol,div.cyanosis-theme ul ul,div.cyanosis-theme ul ol{margin-top:4px}div.cyanosis-theme ol li{padding-left:6px}div.cyanosis-theme ol li::selection,div.cyanosis-theme ul li::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}div.cyanosis-theme .task-list-item-checkbox{position:relative}div.cyanosis-theme .contains-task-list input[type=checkbox]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:inherit;height:inherit;background:#f0f8ff;border:1px solid #add6ff;border-radius:var(--md-theme-radius-s);box-sizing:border-box;z-index:1}div.cyanosis-theme .contains-task-list input[type=checkbox][checked]:after{content:"✓";position:absolute;top:-12px;left:0;right:0;bottom:0;width:0;height:0;color:#f55;font-size:20px;font-weight:700;z-index:2}div.cyanosis-theme p{line-height:inherit;margin-top:16px;margin-bottom:16px}div.cyanosis-theme p::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-quote-color: var(--md-theme-blockquote-color);--md-theme-quote-border: 4px solid var(--md-theme-strong-color);--md-theme-quote-bg-color: var(--md-theme-blockquote-bg-color)}div.cyanosis-theme blockquote{padding:1px 20px;margin:22px 0;transition:color .35s}div.cyanosis-theme blockquote:after{display:block;content:""}div.cyanosis-theme blockquote>p{margin:10px 0}div.cyanosis-theme blockquote>b,div.cyanosis-theme blockquote>strong{color:var(--md-theme-strong-color)}div.cyanosis-theme table{display:inline-block!important;width:auto;max-width:100%;overflow:auto;border:1px solid var(--md-theme-table-border-color);border-spacing:0;border-collapse:collapse}div.cyanosis-theme table thead{color:#000;text-align:left;background:#f6f6f6}div.cyanosis-theme table tr:nth-child(2n){background-color:var(--md-theme-table-tr-nc-color)}div.cyanosis-theme table tr:hover{background-color:var(--md-theme-table-trh-color)}div.cyanosis-theme table th,div.cyanosis-theme table td{padding:12px 8px;line-height:24px;border:1px solid var(--md-theme-table-border-color)}div.cyanosis-theme table th{color:var(--md-theme-table-tht-color);background-color:var(--md-theme-table-th-color)}div.cyanosis-theme table td{min-width:120px}div.cyanosis-theme table thead th::selection{background-color:#0000}div.cyanosis-theme table tbody td::selection{background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-base-color:#353535;--md-theme-title-color:#005bb7;--md-theme-strong-color:#2196f3;--md-theme-em-color:#4fc3f7;--md-theme-del-color:#ccc;--md-theme-link-color:#3da8f5;--md-theme-linkh-color:#007fff;--md-theme-border-color:#bedcff;--md-theme-border-color-2:#ececec;--md-theme-bg-color:#fff;--md-theme-blockquote-color:#8c8c8c;--md-theme-blockquote-bg-color:#f0fdff;--md-theme-code-color:#c2185b;--md-theme-code-bg-color:#fff4f4;--md-theme-code-block-bg-color:#f8f8f8;--md-theme-table-border-color:#c3e0fd;--md-theme-table-th-color:#dff0ff;--md-theme-table-tht-color:#005bb7;--md-theme-table-tr-nc-color:#f7fbff;--md-theme-table-trh-color:#e0edf7;--md-theme-slct-title-color:#005bb7;--md-theme-slct-titlebg-color:rgba(175,207,247,.25);--md-theme-slct-text-color:#c80000;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#e8ebec;--md-theme-slct-codebg-color:#ffeaeb;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}.md-editor-dark div.cyanosis-theme{--md-theme-base-color:#cacaca;--md-theme-title-color:#ddd;--md-theme-strong-color:#fe9900;--md-theme-em-color:#ffd28e;--md-theme-del-color:#ccc;--md-theme-link-color:#ffb648;--md-theme-linkh-color:#fe9900;--md-theme-border-color:#ffe3ba;--md-theme-border-color-2:#ffcb7b;--md-theme-bg-color:#2f2f2f;--md-theme-blockquote-color:#c7c7c7;--md-theme-blockquote-bg-color:rgba(255,199,116,.1);--md-theme-code-color:#000;--md-theme-code-bg-color:#ffcb7b;--md-theme-code-block-bg-color:rgba(30,25,18,.5);--md-theme-table-border-color:#fe9900;--md-theme-table-th-color:#ffb648;--md-theme-table-tht-color:#000;--md-theme-table-tr-nc-color:#6d5736;--md-theme-table-trh-color:#947443;--md-theme-slct-title-color:#000;--md-theme-slct-titlebg-color:#fe9900;--md-theme-slct-text-color:#00c888;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#000;--md-theme-slct-codebg-color:#ffcb7b;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}div.cyanosis-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;color:var(--md-theme-base-color);transition:color .35s}div.cyanosis-theme hr{position:relative;width:98%;height:1px;margin-top:32px;margin-bottom:32px;background-image:linear-gradient(90deg,var(--md-theme-link-color),rgba(255,0,0,.3),rgba(37,163,65,.3),rgba(255,0,0,.3),var(--md-theme-link-color));border-width:0;overflow:visible}div.cyanosis-theme b,div.cyanosis-theme strong{color:var(--md-theme-strong-color)}div.cyanosis-theme i,div.cyanosis-theme em{color:var(--md-theme-em-color)}div.cyanosis-theme del{color:var(--md-theme-del-color)}div.cyanosis-theme details>summary{outline:none;color:var(--md-theme-title-color);font-size:20px;font-weight:bolder;border-bottom:1px solid var(--md-theme-border-color);cursor:pointer}div.cyanosis-theme details>p{padding:10px 20px;margin:10px 0 0;color:#666;background-color:var(--md-theme-blockquote-bg-color);border:2px dashed var(--md-theme-strong-color)}div.cyanosis-theme a::selection,div.cyanosis-theme b::selection,div.cyanosis-theme strong::selection,div.cyanosis-theme i::selection,div.cyanosis-theme em::selection{background-color:var(--md-theme-slct-elbg-color)}div.cyanosis-theme del::selection{color:var(--md-theme-slct-del-color);background-color:var(--md-theme-slct-elbg-color)}.md-editor div.mk-cute-theme,.md-editor-dark div.mk-cute-theme{--md-theme-code-inline-color: #4ec9b0;--md-theme-code-inline-bg-color: #282c34;--md-theme-code-block-color: #4ec9b0;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 10px}div.mk-cute-theme code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto;padding:.14em .46em;margin:0 4px}div.mk-cute-theme .md-editor-code pre code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:22px;margin:0;word-break:normal;line-height:1.75}div.mk-cute-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.mk-cute-theme{--md-theme-heading-color: #36ace1}div.mk-cute-theme h1:before,div.mk-cute-theme h2:before,div.mk-cute-theme h3:before,div.mk-cute-theme h4:before,div.mk-cute-theme h5:before,div.mk-cute-theme h6:before{content:"";display:block;position:absolute;left:0;top:0;bottom:0;margin:auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAF8UlEQVRIS71Wa2wUVRT+7r0zu9t2t/RBaSioPCpYbIUfaEIQUogSAwZDAlUSGwgg/CBATExMCJH1D2hIfOEjFEUEhViCgBgIUCH44OkjPAMGBVqhpUCfW3Zn5z7MuQOE0hYxMdxJdmd25s53vnO+851leMCLPWA8/CfA2TsvL8n7q+nTFfNLG+4VqInHOeJLDQMzdz/3r4DGGDb9lxu+aPcE7U61JHDMDePcuv0O21ShugOefqDdtBie3Dk6K/O+Ab+qOjJiz7Ahv6c8hbDDwRiQlgYGDOcaWyEcjg8On+j71IpJndjGt9XO+jM7+pkywNvbazIfercieSdoJ4bE5sWjyZqMpDdeaQNXMNC34ME3LV8B56+1w3AOgk+EXe/Ub6uiLB6XdH/G/mYjeBCcFwnt3zQqWt4t4NjjnhzQ1CGkBhwOCMFAB71U0qsYgRlwBtQ1tiEJAy44OBdQUmFK3aWS06NLT+ukZAQoKCCjsfbDmk6p78RwX3ncWffmIj8U4kh6GpEwh+9rGy23LDU4GBrrm9DsuDYIGMAYIC/EUNQ7Cq1hn+WM2TI8f+jEyCmvjfn1FssuojHx6tDkyZOaCzr8TNpASzDAk8amlRIrEylcSGsYrcGIstIYWhgDDIM2BiGH3ywFkGAC1U9n38bpVqWGdk6r4HMWrZZaG1D5KLn0qYyBEAKnG1otAxLR8L7Z9nfP13CJHQ/ST4vK8sVHe8JsU0U6uO5hlexo8PI7vNDQomwoBRAwpSmtgJAAztS3QLsOsmBQlBtFJMQhlbbPUBBUR7o2hqHVddLbRsfCPQJ+u3TPw8uGl1yklAlHIJZKo3//XEhlLCtifPFyM7xwCI/lZ8IKTTBbS7pPLIggZZsSQ+zXbT4UYSsnet3UMM5HPT5LGbrDGYQroClyT2Jwnyj9aN949e8mDCwuRFoqKxRHUJ21BSDRELuQYGhvbMVV32Dp2RuxcfHSRBfAYTsbU9nJdFj5EiLkglHkRInC1xoxKbH9hQJIaTDvxxTCUddWl4wg0dCCtqSPDmoVx4Eitpxh64ZtsT6b5ie6pPRkfF90TllxOzEwmipMKRRgHODGgCuJkqIcvDdC2BZ5Y+tlHHMzkAKghbAxcQqQDiKrFBxhqg5MHTivS1tQ+sdsvaQl5Yd6yfdRXNQLsQwXnq/AQFLXEIIjzBSuNaaR0SuEtkQKl9IKjAsbJaWfzo1USDsM6zceDJfeVGgnhhN2N7YOyo5kJz1pa2AbgfrO1gRwXW6vSRQNtddR+EhvKGmseskgTtY2Q7kucYWWgToPHzyUyXry0iXfnBtfl5f/PaWPvPNW/zkOAQegJHltFE5dSaCskHqPVEnqpMAMEgkPtR1pKxyh/N0/vTToubtH1G3RmLjhM8ubKXfWB2mRa9ySOaWS2uT8lTZ0cI6I52Ngv7zAbW9mQVm1cpytu441P38XeXTlQu+e46nyh+bjLkMZRU0MCYTCJWZSG1y7cBWNURpxBlxqFBfEwGnGGhaYPSNwhpSv4DK+/vPynBk9MqRIiOWs8a2WJTm9a+cgh6SaMIMz9W1WjYHHMtv0wSmZdWB9gdsya/rcYVg7JoffCdqlD6ceTpiY59tM0PhJp5WNvra+BQkejCMyBarr8KKYDcZi8sDaCDKYFIGRk+FnSVXzyTO9JxBwF8DLc1dlLn65ooNEYN0fBsu21fTvL6PXnhxXlnLIqqhYYBian4lQ2Lk9ogiALsimiLC1QYfhlV1Hnxh7JfcMqxrpd7U2GFa5t9nOd7Kr+kg4uWvnCpromlJeXlq3Os3ZLOlrZBmNQf1ybVqpxhbA7mRIOCy1+esDOWhIyDv/+3Q7LRbsqH+rKRJ+nba+/+WW7II1s9vvVBuNr7KNF1WUM1bSt5f1Vq01jUVkKfnx8uoti3Or5rbd9782M61azJz/rFywYU/OyKqK1p5G2MS1Z18tGFDwTkvIxcK9RwaMP3a9/tbc62lPj/Nw5B9ey9Ehy/MY4oEqelgNleuyCgdXJlmc3fO5Ll56r5f+n/f+AWFf9jvBgaHpAAAAAElFTkSuQmCC);animation:spin 2s linear 0s infinite}div.mk-cute-theme h1{position:relative;font-size:30px;padding:12px 38px;margin:30px 0}div.mk-cute-theme h1:before{width:30px;height:30px;background-size:30px 30px}div.mk-cute-theme h2{position:relative;font-size:24px;padding:12px 36px;margin:28px 0}div.mk-cute-theme h2:before{width:28px;height:28px;background-size:28px 28px}div.mk-cute-theme h3{position:relative;font-size:18px;padding:4px 32px;margin:26px 0}div.mk-cute-theme h3:before{width:24px;height:24px;background-size:24px 24px}div.mk-cute-theme h4{position:relative;padding:4px 28px;font-size:16px;margin:22px 0}div.mk-cute-theme h4:before{width:20px;height:20px;background-size:20px 20px}div.mk-cute-theme h5{position:relative;padding:4px 26px;font-size:15px;margin:20px 0}div.mk-cute-theme h5:before{width:18px;height:18px;background-size:18px 18px}div.mk-cute-theme h6{position:relative;padding:4px 22px;font-size:14px;margin:16px 0}div.mk-cute-theme h6:before{width:16px;height:16px;background-size:16px 16px}@media (max-width: 720px){div.mk-cute-theme h1{font-size:24px}div.mk-cute-theme h2{font-size:20px}div.mk-cute-theme h3{font-size:18px}}.md-editor div.mk-cute-theme{--md-theme-link-color: #409eff;--md-theme-link-hover-color: #007bff}div.mk-cute-theme a{display:inline-block;border-bottom:1px solid #409eff}div.mk-cute-theme a:hover,div.mk-cute-theme a:active{border-bottom:1px solid #007bff}div.mk-cute-theme ol li,div.mk-cute-theme ul li{margin-bottom:0;list-style:inherit}div.mk-cute-theme ol li .task-list-item,div.mk-cute-theme ul li .task-list-item{list-style:none}div.mk-cute-theme ol li .task-list-item ul,div.mk-cute-theme ol li .task-list-item ol,div.mk-cute-theme ul li .task-list-item ul,div.mk-cute-theme ul li .task-list-item ol{margin-top:0}div.mk-cute-theme ol ul,div.mk-cute-theme ol ol,div.mk-cute-theme ul ul,div.mk-cute-theme ul ol{margin-top:3px}div.mk-cute-theme ol li{padding-left:6px}div.mk-cute-theme p{line-height:inherit;margin-top:22px;margin-bottom:22px}.md-editor div.mk-cute-theme{--md-theme-quote-color: #fff;--md-theme-quote-border: 4px solid #409eff;--md-theme-quote-bg-color: rgba(54, 172, 225, .75)}.md-editor-dark div.mk-cute-theme{--md-theme-quote-color: inherit;--md-theme-quote-border: 4px solid #265d97;--md-theme-quote-bg-color: rgba(18, 80, 108, .75)}div.mk-cute-theme blockquote{position:relative;padding:8px 26px;margin:16px 0;border-radius:var(--md-theme-radius-m)}div.mk-cute-theme blockquote:before{content:"❝";top:10px;left:8px;color:#409eff;font-size:20px;line-height:1;font-weight:700;position:absolute;opacity:.7}div.mk-cute-theme blockquote:after{content:"❞";font-size:20px;position:absolute;right:8px;bottom:0;color:#409eff;opacity:.7}div.mk-cute-theme blockquote>p,div.mk-cute-theme blockquote ul li,div.mk-cute-theme blockquote ol li{color:var(--md-theme-quote-color)}.md-editor div.mk-cute-theme{--md-theme-table-color: #000;--md-theme-table-border-color: #f6f6f6;--md-theme-table-thead-bg-color: #f6f6f6;--md-theme-table-stripe-color: #fcfcfc}.md-editor-dark div.mk-cute-theme{--md-theme-table-color: inherit;--md-theme-table-border-color: #1c1c1c;--md-theme-table-thead-bg-color: rgba(28, 28, 28, .631372549);--md-theme-table-stripe-color: rgba(28, 28, 28, .631372549)}div.mk-cute-theme table{display:inline-block;width:auto;max-width:100%;overflow:auto;border:solid 1px var(--md-theme-table-border-color)}div.mk-cute-theme table thead{background-color:var(--md-theme-table-thead-bg-color);color:var(--md-theme-table-color);text-align:left}div.mk-cute-theme table tr th,div.mk-cute-theme table tr td{padding:12px 7px;line-height:24px;border:none}div.mk-cute-theme table tr td{min-width:120px}div.mk-cute-theme blockquote table tbody{color:var(--md-theme-color)}div.mk-cute-theme blockquote table tr{background-color:var(--md-theme-table-stripe-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.md-editor div.mk-cute-theme{--md-theme-color: #36ace1;background-image:linear-gradient(90deg,rgba(50,58,66,.25) 3%,rgba(0,0,0,0) 3%),linear-gradient(360deg,rgba(50,58,66,.25) 3%,rgba(0,0,0,0) 3%)}.md-editor-dark div.mk-cute-theme{background-image:linear-gradient(90deg,rgba(217,234,251,.25) 3%,rgba(0,0,0,0) 3%),linear-gradient(360deg,rgba(217,234,251,.25) 3%,rgba(0,0,0,0) 3%);--md-theme-bg-color-scrollbar-thumb: #4d4d4d}div.mk-cute-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;background-size:20px 20px;background-position:center center}div.mk-cute-theme hr{position:relative;width:98%;height:1px;border:none;margin-top:32px;margin-bottom:32px;background-image:linear-gradient(to right,#36ace1,#dff0fe,#36ace1);overflow:visible}div.mk-cute-theme del{color:#36ace1}.md-editor div.smart-blue-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #fff5f5;--md-theme-code-block-color: #333;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}.md-editor-dark div.smart-blue-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.smart-blue-theme code{overflow-x:auto;padding:.065em .4em}div.smart-blue-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.smart-blue-theme .md-editor-code pre code{padding:22px 12px;margin:0;word-break:normal}div.smart-blue-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.smart-blue-theme{--md-theme-heading-color: #135ce0}div.smart-blue-theme h1,div.smart-blue-theme h2,div.smart-blue-theme h3,div.smart-blue-theme h4,div.smart-blue-theme h5,div.smart-blue-theme h6{padding:30px 0;margin:0}div.smart-blue-theme h1 a,div.smart-blue-theme h2 a,div.smart-blue-theme h3 a,div.smart-blue-theme h4 a,div.smart-blue-theme h5 a,div.smart-blue-theme h6 a{border:none}div.smart-blue-theme h1{position:relative;text-align:center;font-size:22px;margin:50px 0}div.smart-blue-theme h2{position:relative;font-size:20px;border-left:4px solid;padding:0 0 0 10px;margin:30px 0}div.smart-blue-theme h3{font-size:16px}div.smart-blue-theme img{margin:0 auto}.md-editor div.smart-blue-theme{--md-theme-link-color: #036aca}.md-editor-dark div.smart-blue-theme{--md-theme-link-color: #2d7dc7}div.smart-blue-theme a{font-weight:400}div.smart-blue-theme ul,div.smart-blue-theme ol{margin-top:1em}div.smart-blue-theme li{line-height:2;margin-bottom:0;list-style:inherit}div.smart-blue-theme p{line-height:2;font-weight:400}div.smart-blue-theme *+p{margin-top:16px}.md-editor div.smart-blue-theme{--md-theme-quote-color: #666;--md-theme-quote-bg-color: #fff9f9;--md-theme-quote-border-color: #b2aec5}.md-editor-dark div.smart-blue-theme{--md-theme-quote-color: #999;--md-theme-quote-bg-color: #2a2a2a;--md-theme-quote-border-color: #0063bb}div.smart-blue-theme blockquote{background-color:var(--md-theme-quote-bg-color);margin:2em 0;padding:2px 20px;border-left:4px solid var(--md-theme-quote-border-color)}div.smart-blue-theme blockquote p{color:var(--md-theme-quote-color);line-height:2}.md-editor div.smart-blue-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.smart-blue-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.smart-blue-theme table{border-collapse:collapse;margin:1rem 0;overflow-x:auto}div.smart-blue-theme table tr th,div.smart-blue-theme table tr td{padding:.6em 1em}div.smart-blue-theme blockquote table{line-height:initial}div.smart-blue-theme blockquote table tr th,div.smart-blue-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.smart-blue-theme blockquote table tbody tr:nth-child(n){background-color:inherit}.md-editor div.smart-blue-theme{--md-theme-color: #595959}.md-editor div.smart-blue-theme{background-image:linear-gradient(90deg,rgba(60,10,30,.04) 3%,rgba(0,0,0,0) 3%),linear-gradient(360deg,rgba(60,10,30,.04) 3%,rgba(0,0,0,0) 3%)}.md-editor-dark div.smart-blue-theme{--md-theme-color: #999}.md-editor-dark div.smart-blue-theme{background-image:linear-gradient(90deg,rgba(207,207,207,.04) 3%,rgba(255,255,255,0) 3%),linear-gradient(360deg,rgba(207,207,207,.04) 3%,rgba(255,255,255,0) 3%)}div.smart-blue-theme{color:var(--md-theme-color);font-family:-apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;background-size:20px 20px;background-position:center center}div.smart-blue-theme strong,div.smart-blue-theme em strong{color:#036aca}div.smart-blue-theme hr{border-top:1px solid #135ce0}.md-editor-checkbox{cursor:pointer;width:12px;height:12px;border:1px solid var(--md-border-color);background-color:var(--md-bk-color-outstand);border-radius:2px;line-height:1;text-align:center}.md-editor-checkbox:after{content:"";font-weight:700}.md-editor-checkbox-checked:after{content:"✓"}.md-editor-divider{position:relative;display:inline-block;width:1px;top:.1em;height:.9em;margin:0 8px;background-color:var(--md-border-color)}.md-editor-dropdown{overflow:hidden;box-sizing:border-box;position:absolute;transition:all .3s;opacity:1;z-index:20000;background-color:var(--md-bk-color)}.md-editor-dropdown-hidden{opacity:0;visibility:hidden}.md-editor-dropdown-overlay{margin-top:6px}.md-editor-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;height:100%;background-color:var(--md-modal-mask)}.md-editor-modal{display:block;background-color:var(--md-bk-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;border-radius:3px;border:1px solid var(--md-border-color);position:fixed;z-index:20001;box-shadow:var(--md-modal-shadow)}.md-editor-modal-header{cursor:grab;display:flex;justify-content:space-between;padding:10px 24px;color:var(--md-color);font-weight:600;font-size:16px;line-height:22px;word-wrap:break-word;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--md-border-color);position:relative}.md-editor-modal-body{padding:20px;font-size:14px;word-wrap:break-word;height:calc(100% - 43px);box-sizing:border-box}.md-editor-modal .md-editor-modal-func{position:absolute;top:10px;right:10px}.md-editor-modal .md-editor-modal-func .md-editor-modal-adjust,.md-editor-modal .md-editor-modal-func .md-editor-modal-close{cursor:pointer;width:24px;height:24px;line-height:24px;text-align:center;display:inline-block}.md-editor-modal .md-editor-modal-func .md-editor-modal-adjust{padding-right:10px}.animation{animation-duration:.15s;animation-fill-mode:forwards}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoom-in{animation-name:zoomIn;animation-duration:.15s;animation-fill-mode:forwards}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoom-out{animation-name:zoomOut;animation-duration:.15s;animation-fill-mode:forwards}.md-editor-content{position:relative;display:flex;flex:1;height:0;flex-shrink:0}.md-editor-content-wrapper{display:flex;flex:1;width:0;position:relative}.md-editor-resize-operate{position:absolute;width:2px;height:100%;background-color:var(--md-bk-color);z-index:1;cursor:col-resize}.md-editor-input-wrapper{box-sizing:border-box}.md-editor-html{font-size:16px;word-break:break-all}.md-editor-footer{height:24px;flex-shrink:0;font-size:12px;color:var(--md-color);border-top:1px solid var(--md-border-color);display:flex;justify-content:space-between}.md-editor-footer-item{display:inline-flex;align-items:center;height:100%;padding:0 10px}.md-editor-footer-item+.md-editor-footer-item{padding-left:0}.md-editor-footer-label{padding-right:5px;line-height:1}.md-editor-clip{position:relative;display:flex;height:calc(100% - 52px)}.md-editor-clip-main,.md-editor-clip-preview{width:50%;height:100%;border:1px solid var(--md-border-color)}.md-editor-clip-main{margin-right:1em}.md-editor-clip-main .md-editor-clip-cropper{position:relative;width:100%;height:100%}.md-editor-clip-main .md-editor-clip-cropper .md-editor-clip-delete{position:absolute;top:0;right:0;font-size:0;background-color:var(--md-bk-color-outstand);border-bottom-left-radius:4px;color:var(--md-color);cursor:pointer}.md-editor-clip-main .md-editor-clip-upload{display:flex;align-items:center;justify-content:center;width:100%;height:100%;cursor:pointer}.md-editor-clip-main .md-editor-clip-upload .md-editor-icon,.md-editor-clip-main .md-editor-clip-upload .md-editor-iconfont{width:auto;height:40px;font-size:40px}.md-editor-clip-preview-target{width:100%;height:100%;overflow:hidden}.md-editor-form-item{margin-bottom:20px;text-align:center}.md-editor-form-item:last-of-type{margin-bottom:0}.md-editor-label{font-size:14px;color:var(--md-color);width:80px;text-align:center;display:inline-block}.md-editor-input{border-radius:4px;padding:4px 11px;color:var(--md-color);font-size:14px;line-height:1.5715;background-color:var(--md-bk-color);background-image:none;border:1px solid var(--md-border-color);transition:all .2s}.md-editor-input:focus,.md-editor-input:hover{border-color:var(--md-border-hover-color);outline:0}.md-editor-input:focus{border-color:var(--md-border-active-color)}.md-editor-btn{font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid var(--md-border-color);white-space:nowrap;-webkit-user-select:none;user-select:none;height:32px;padding:0 15px;font-size:14px;border-radius:4px;transition:all .2s linear;color:var(--md-color);background-color:var(--md-bk-color);border-color:var(--md-border-color);margin-left:10px}.md-editor-btn:first-of-type{margin-left:0}.md-editor-btn:hover{color:var(--md-hover-color);background-color:var(--md-bk-color);border-color:var(--md-border-hover-color)}.md-editor-btn-row{width:100%}@media (max-width: 688px){.md-editor-modal-clip .md-editor-modal{max-width:calc(100% - 20px);max-height:calc(100% - 20px);margin:10px;left:0!important}.md-editor-modal-clip .md-editor-clip{flex-direction:column}.md-editor-modal-clip .md-editor-clip-main,.md-editor-modal-clip .md-editor-clip-preview{width:100%;height:0;flex:1}.md-editor-modal-clip .md-editor-clip-main{margin-bottom:1em}}.md-editor-menu{margin:0;padding:0;border-radius:3px;border:1px solid var(--md-border-color);background-color:inherit}.md-editor-menu-item{list-style:none;font-size:12px;color:var(--md-color);padding:4px 10px;cursor:pointer;line-height:16px}.md-editor-menu-item:first-of-type{padding-top:8px}.md-editor-menu-item:last-of-type{padding-bottom:8px}.md-editor-menu-item:hover{background-color:var(--md-bk-hover-color)}.md-editor-table-shape{padding:4px;border-radius:3px;border:1px solid var(--md-border-color);display:flex;flex-direction:column}.md-editor-table-shape-row{display:flex}.md-editor-table-shape-col{padding:2px;cursor:pointer}.md-editor-table-shape-col-default{width:16px;height:16px;background-color:#e0e0e0;border-radius:3px;transition:all .2s}.md-editor-table-shape-col-include{background-color:#aaa}.md-editor-toolbar-wrapper{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;flex-shrink:0;padding:4px;border-bottom:1px solid var(--md-border-color)}.md-editor-toolbar-wrapper::-webkit-scrollbar{height:0!important}.md-editor-toolbar-wrapper .md-editor-toolbar{display:flex;justify-content:space-between;align-items:center;box-sizing:content-box}.md-editor-toolbar-wrapper .md-editor-toolbar-item{display:flex;flex-direction:column;align-items:center;margin:0 2px;padding:0 2px;transition:all .3s;border-radius:3px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;text-align:center}.md-editor-toolbar-wrapper .md-editor-toolbar-item-name{font-size:12px;word-break:keep-all;white-space:nowrap}.md-editor-toolbar-wrapper .md-editor-toolbar-item:hover,.md-editor-toolbar-wrapper .md-editor-toolbar-active{background-color:var(--md-bk-color-outstand)}.md-editor-toolbar-wrapper .md-editor-toolbar-left,.md-editor-toolbar-wrapper .md-editor-toolbar-right{padding:1px 0;display:flex;align-items:center}.md-editor-toolbar-wrapper .md-editor-stn .md-editor-toolbar-item{padding:0 6px}.md-editor-dark .md-editor-table-shape-col-default{background-color:#222}.md-editor-dark .md-editor-table-shape-col-include{background-color:#555}.md-editor .cm-editor{font-size:14px;height:100%}.md-editor .cm-editor.cm-focused{outline:none}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete{border-radius:3px}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete>ul{border-radius:3px;min-width:fit-content;max-width:fit-content}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete>ul li{background-color:var(--md-bk-color);color:var(--md-color);padding:4px 10px;line-height:16px}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete>ul li .cm-completionIcon{width:auto}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete>ul li[aria-selected]{background-color:var(--md-bk-hover-color)}.md-editor .cm-editor .cm-tooltip.cm-tooltip-autocomplete .cm-completionInfo{margin-top:-2px;margin-left:3px;padding:4px 9px;border-radius:3px;overflow:hidden;background-color:var(--md-bk-hover-color);color:var(--md-color)}.md-editor-input-wrapper:has(+*) .cm-scroller{overflow-y:scroll}.md-editor .cm-scroller .cm-content[contenteditable=true]{margin:10px;min-height:calc(100% - 20px)}.md-editor .cm-scroller .cm-gutters+.cm-content[contenteditable=true]{margin:0;min-height:100%}.md-editor .cm-scroller .cm-line{line-height:inherit}.md-editor .ͼ1 .cm-scroller{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;line-height:20px}.md-editor .cm-search .cm-textfield{border-radius:4px;padding:4px 11px;color:var(--md-color);font-size:10px;background-image:none;border:1px solid var(--md-border-color);transition:all .2s}.md-editor .cm-search .cm-textfield:focus,.md-editor .cm-search .cm-textfield:hover{border-color:var(--md-border-hover-color);outline:0}.md-editor .cm-search .cm-textfield:focus{border-color:var(--md-border-active-color)}.md-editor .cm-search .cm-button{font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid var(--md-border-color);white-space:nowrap;-webkit-user-select:none;user-select:none;height:20px;padding:0 15px;font-size:10px;border-radius:4px;transition:all .2s linear;color:var(--md-color);background-color:inherit;background-image:none;border-color:var(--md-border-color)}.md-editor .cm-search .cm-button:first-of-type{margin-left:0}.md-editor .cm-search .cm-button:hover{color:var(--md-hover-color);background-color:inherit;border-color:var(--md-border-hover-color)}.md-editor .cm-search input[type=checkbox]{vertical-align:sub}.md-editor .cm-search input[type=checkbox]:after{display:block;content:"";font-weight:700;cursor:pointer;width:12px;height:12px;border:1px solid var(--md-border-color);background-color:var(--md-bk-color-outstand);border-radius:2px;line-height:1;text-align:center}.md-editor .cm-search input[type=checkbox]:checked:after{content:"✓";color:var(--md-color)}.md-editor .cm-search button[name=close]{color:inherit;cursor:pointer;right:6px}.md-editor-catalog-editor{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;overflow:auto;height:100%;background-color:var(--md-bk-color);border-left:1px solid var(--md-border-color);width:200px;box-sizing:border-box;margin:0;padding:5px 10px;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";z-index:2}.md-editor-catalog-fixed{position:absolute;top:0;right:0}.md-editor-catalog-flat{position:initial;flex-shrink:0}.md-editor-catalog-indicator{height:18px;width:4px;background-color:#73d13d;position:absolute;border-radius:4px;transition:top .3s}.md-editor-catalog>.md-editor-catalog-link{padding:5px 8px}.md-editor-catalog-link{padding:5px 0 5px 1em;display:flex;flex-direction:column}.md-editor-catalog-link span{display:inline-block;width:100%;position:relative;overflow:hidden;color:var(--md-color);white-space:nowrap;text-overflow:ellipsis;transition:color .3s;cursor:pointer;line-height:18px}.md-editor-catalog-link span:hover{color:#73d13d}.md-editor-catalog-wrapper>.md-editor-catalog-link{padding-top:5px;padding-bottom:5px}.md-editor-catalog-wrapper>.md-editor-catalog-link:first-of-type{padding-top:10px}.md-editor-catalog-wrapper>.md-editor-catalog-link:last-of-type{padding-bottom:0}.md-editor-catalog-active>span{color:#73d13d}.md-editor-catalog-dark{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.md-editor{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";width:100%;height:500px;position:relative;box-sizing:border-box;border:1px solid var(--md-border-color);display:flex;flex-direction:column;overflow:hidden;background-color:var(--md-bk-color)}.md-editor ::-webkit-scrollbar{width:6px;height:6px}.md-editor ::-webkit-scrollbar-corner,.md-editor ::-webkit-scrollbar-track{background-color:var(--md-scrollbar-bg-color)}.md-editor ::-webkit-scrollbar-thumb{border-radius:2px;background-color:var(--md-scrollbar-thumb-color)}.md-editor ::-webkit-scrollbar-button:vertical{display:none}.md-editor ::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--md-scrollbar-thumb-hover-color)}.md-editor ::-webkit-scrollbar-thumb:vertical:active{background-color:var(--md-scrollbar-thumb-active-color)}.md-editor .md-editor-fullscreen{position:fixed!important;top:0;right:0;bottom:0;left:0;width:auto!important;height:auto!important;z-index:10000}svg.md-editor-icon{width:16px;height:16px;padding:4px;fill:none;overflow:hidden;display:block;box-sizing:content-box}.md-editor .lucide-list-icon,.md-editor .lucide-list-ordered-icon,.md-editor .lucide-list-todo-icon{width:18px;height:18px;padding:3px}.md-editor-preview-wrapper{position:relative;flex:1;box-sizing:border-box;overflow:auto}.md-editor-preview{font-size:16px;word-break:break-all;display:flow-root;padding:10px 20px}.md-editor-modal-container{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}.md-editor-modal-container ::-webkit-scrollbar{width:6px;height:6px}.md-editor-modal-container ::-webkit-scrollbar-corner,.md-editor-modal-container ::-webkit-scrollbar-track{background-color:var(--md-scrollbar-bg-color)}.md-editor-modal-container ::-webkit-scrollbar-thumb{border-radius:2px;background-color:var(--md-scrollbar-thumb-color)}.md-editor-modal-container ::-webkit-scrollbar-button:vertical{display:none}.md-editor-modal-container ::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--md-scrollbar-thumb-hover-color)}.md-editor-modal-container ::-webkit-scrollbar-thumb:vertical:active{background-color:var(--md-scrollbar-thumb-active-color)}.md-editor-modal-container .lucide-xicon{width:20px;height:20px;padding:2px}.md-editor-previewOnly{border:none;height:auto;overflow:visible}.md-editor-previewOnly .md-editor-content{height:100%}.md-editor-previewOnly .md-editor-preview{padding:0}.md-editor-previewOnly .md-editor-preview-wrapper{overflow:visible}.md-editor-dark,.md-editor-modal-container[data-theme=dark]{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.medium-zoom-overlay,.medium-zoom-image--opened{z-index:100001}.md-editor-fullscreen{position:fixed!important;top:0;right:0;bottom:0;left:0;width:auto!important;height:auto!important;z-index:10000}.md-editor-disabled{cursor:not-allowed!important}@keyframes fadeIn-cdbbadb7{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes revealUp-cdbbadb7{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.news-detail-page[data-v-cdbbadb7]{min-height:100vh;background:#f8f9fa;padding-top:80px}.hero-section[data-v-cdbbadb7]{position:relative;height:400px;background:linear-gradient(135deg,rgba(0,0,0,.85),rgba(0,0,0,.6)),url(https://cos.fjliyan.com/uploads/news-hero.png) no-repeat center center;background-size:cover;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-section[data-v-cdbbadb7]:before{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent,rgb(248,249,250));z-index:1}.hero-section .container[data-v-cdbbadb7]{max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:2;padding:0 20px;display:flex;flex-direction:column;align-items:center}.hero-section .title[data-v-cdbbadb7]{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.4;max-width:800px;opacity:0;animation:fadeIn-cdbbadb7 1s ease forwards;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-section .meta[data-v-cdbbadb7]{display:flex;align-items:center;justify-content:center;gap:24px;font-size:1rem;opacity:0;animation:fadeIn-cdbbadb7 1s ease .3s forwards;color:#ffffffe6}.hero-section .meta span[data-v-cdbbadb7]{display:flex;align-items:center;gap:8px}.hero-section .meta span i[data-v-cdbbadb7]{font-size:1rem;opacity:.8;color:#fff}.content-section[data-v-cdbbadb7]{position:relative;margin-top:-100px;padding:0 0 80px;z-index:2}.content-section .container[data-v-cdbbadb7]{max-width:1200px;margin:0 auto;padding:0 20px}.content-section .news-content[data-v-cdbbadb7]{background:white;border-radius:16px;padding:40px;box-shadow:0 10px 30px #0000001a;opacity:0;animation:revealUp-cdbbadb7 1s ease .5s forwards;max-width:1000px;margin:0 auto}.content-section .news-content .article-content[data-v-cdbbadb7]{font-size:1.2rem;line-height:1.8;color:#333;margin-bottom:40px}.content-section .news-content .article-content p[data-v-cdbbadb7]{margin-bottom:1.8rem}.content-section .news-content .article-content ul[data-v-cdbbadb7]{margin:2rem 0;padding-left:2.5rem}.content-section .news-content .article-content ul li[data-v-cdbbadb7]{margin-bottom:1rem;position:relative}.content-section .news-content .article-content ul li[data-v-cdbbadb7]:before{content:"•";color:#1a237e;font-weight:700;position:absolute;left:-1.5rem}.content-section .news-content .content-loading[data-v-cdbbadb7]{padding:20px 0}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview-wrapper{padding:0;background:transparent}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview{color:#374151;line-height:1.8}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview h1,.content-section .news-content[data-v-cdbbadb7] .md-editor-preview h2,.content-section .news-content[data-v-cdbbadb7] .md-editor-preview h3,.content-section .news-content[data-v-cdbbadb7] .md-editor-preview h4,.content-section .news-content[data-v-cdbbadb7] .md-editor-preview h5,.content-section .news-content[data-v-cdbbadb7] .md-editor-preview h6{color:#1f2937;margin:1.5em 0 .8em;font-weight:600}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview p{margin:1em 0;line-height:1.8}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview blockquote{background:#f8fafc;border-left:4px solid #3b82f6;margin:1.5em 0;padding:1em 1.5em;border-radius:0 8px 8px 0}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview code{background:#f1f5f9;color:#e11d48;padding:.2em .4em;border-radius:4px}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview pre{background:#1e293b!important;border-radius:8px;margin:1.5em 0}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview img{max-width:100%;border-radius:8px;margin:1em 0}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview table{margin:1.5em 0}.content-section .news-content[data-v-cdbbadb7] .md-editor-preview table th{background:#f9fafb}.action-buttons[data-v-cdbbadb7]{display:flex;justify-content:center;gap:20px;margin-top:40px;padding-top:30px;border-top:1px solid #eee}.action-buttons button[data-v-cdbbadb7]{min-width:160px;padding:12px 30px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.action-buttons button i[data-v-cdbbadb7]{font-size:1.1rem}.action-buttons button.share-btn[data-v-cdbbadb7]{background:#1a237e;color:#fff;border:none;box-shadow:0 4px 15px #1a237e33}.action-buttons button.share-btn[data-v-cdbbadb7]:hover{background:#0d47a1;transform:translateY(-2px);box-shadow:0 6px 20px #1a237e4d}.action-buttons button.back-btn[data-v-cdbbadb7]{background:white;color:#1a237e;border:2px solid #1a237e}.action-buttons button.back-btn[data-v-cdbbadb7]:hover{background:#f0f2f5;transform:translateY(-2px)}.cover-image[data-v-cdbbadb7]{margin:-40px -40px 40px;height:400px;overflow:hidden;border-radius:16px 16px 0 0;position:relative}.cover-image[data-v-cdbbadb7]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent,white)}.cover-image img[data-v-cdbbadb7]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cover-image img[data-v-cdbbadb7]:hover{transform:scale(1.05)}.tags[data-v-cdbbadb7]{margin-top:50px;padding-top:30px;border-top:1px solid #eee;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.tags i[data-v-cdbbadb7]{color:#666;font-size:1.1rem}.tags .tag[data-v-cdbbadb7]{padding:8px 20px;background:#f0f2f5;border-radius:30px;color:#1a237e;font-size:.95rem;transition:all .3s ease}.tags .tag[data-v-cdbbadb7]:hover{background:#1a237e;color:#fff;transform:translateY(-2px)}.share-modal[data-v-cdbbadb7]{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:9999}.share-modal .modal-overlay[data-v-cdbbadb7]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.share-modal .share-content[data-v-cdbbadb7]{position:relative;background:white;border-radius:20px;padding:35px 30px;width:90%;max-width:420px;z-index:10000;animation:popIn-cdbbadb7 .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 20px 40px #0003}.share-modal .share-content h3[data-v-cdbbadb7]{font-size:1.8rem;color:#333;margin-bottom:30px;text-align:center;font-weight:600}.share-modal .share-content .share-options[data-v-cdbbadb7]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 10px}.share-modal .share-content .share-options .share-btn[data-v-cdbbadb7]{display:flex;flex-direction:column;align-items:center;gap:12px;padding:15px 5px;border:none;border-radius:16px;background:#f8f9fa;cursor:pointer;transition:all .3s ease}.share-modal .share-content .share-options .share-btn .share-icon[data-v-cdbbadb7]{width:32px;height:32px;object-fit:contain;transition:transform .3s ease}.share-modal .share-content .share-options .share-btn span[data-v-cdbbadb7]{font-size:14px;color:#666;font-weight:500}.share-modal .share-content .share-options .share-btn[data-v-cdbbadb7]:hover{transform:translateY(-3px);background:#fff;box-shadow:0 8px 20px #0000001a}.share-modal .share-content .share-options .share-btn:hover .share-icon[data-v-cdbbadb7]{transform:scale(1.1)}.share-modal .share-content .share-options .share-btn:hover span[data-v-cdbbadb7]{color:#333}.share-modal .share-content .share-options .share-btn.weixin[data-v-cdbbadb7]:hover{background:#f0fff5}.share-modal .share-content .share-options .share-btn.weibo[data-v-cdbbadb7]:hover{background:#fff0f0}.share-modal .share-content .share-options .share-btn.qq[data-v-cdbbadb7]:hover{background:#f0f9ff}.share-modal .share-content .share-options .share-btn.link[data-v-cdbbadb7]:hover{background:#f8f9fa}.share-modal .share-content .qrcode-container[data-v-cdbbadb7]{text-align:center;margin-top:30px;padding:20px;background:#f8f9fa;border-radius:16px}.share-modal .share-content .qrcode-container .qrcode[data-v-cdbbadb7]{width:200px;height:200px;padding:15px;background:white;border-radius:12px;box-shadow:0 4px 15px #00000014}.share-modal .share-content .qrcode-container p[data-v-cdbbadb7]{margin-top:15px;color:#666;font-size:14px}.share-modal .share-content .close-btn[data-v-cdbbadb7]{position:absolute;top:20px;right:20px;width:36px;height:36px;background:#f8f9fa;border:none;border-radius:50%;font-size:18px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.share-modal .share-content .close-btn[data-v-cdbbadb7]:hover{background:#eee;color:#333;transform:rotate(90deg)}@keyframes popIn-cdbbadb7{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.news-detail-page[data-v-cdbbadb7]{padding-top:60px}.hero-section[data-v-cdbbadb7]{height:300px}.hero-section .container[data-v-cdbbadb7]{padding:0 15px}.hero-section .title[data-v-cdbbadb7]{font-size:1.8rem;margin-bottom:1rem;padding:0 10px}.hero-section .meta[data-v-cdbbadb7]{flex-wrap:wrap;gap:12px;font-size:.9rem;justify-content:center}.content-section[data-v-cdbbadb7]{margin-top:-50px}.content-section .container[data-v-cdbbadb7]{padding:0 15px}.content-section .news-content[data-v-cdbbadb7]{padding:20px}.action-buttons[data-v-cdbbadb7]{flex-direction:column;padding:0 20px;margin-top:30px}.action-buttons button[data-v-cdbbadb7]{width:100%}.share-modal .share-content[data-v-cdbbadb7]{padding:25px 20px;width:92%}.share-modal .share-content h3[data-v-cdbbadb7]{font-size:1.5rem;margin-bottom:25px}.share-modal .share-content .share-options[data-v-cdbbadb7]{grid-template-columns:repeat(2,1fr);gap:15px;padding:0}.share-modal .share-content .share-options .share-btn[data-v-cdbbadb7]{padding:20px 5px}.share-modal .share-content .share-options .share-btn .share-icon[data-v-cdbbadb7]{width:36px;height:36px}.share-modal .share-content .share-options .share-btn span[data-v-cdbbadb7]{font-size:15px}}.loading-container[data-v-cdbbadb7]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#666;background:white;border-radius:16px;box-shadow:0 10px 30px #0000001a;max-width:1000px;margin:0 auto}.loading-container .loading-spinner[data-v-cdbbadb7]{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #1a237e;border-radius:50%;animation:spin-cdbbadb7 1s linear infinite;margin-bottom:20px}.loading-container p[data-v-cdbbadb7]{font-size:1.2rem;margin:0}@keyframes spin-cdbbadb7{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
