body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#f4f7fb,#eef2f8);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-page{align-items:center;justify-content:center;min-height:100vh}.auth-card,.auth-page{display:flex;padding:24px}.auth-card{background:#fff;border:1px solid #dce4ef;border-radius:12px;box-shadow:0 10px 25px #10182814;flex-direction:column;gap:10px;max-width:360px;width:100%}.auth-title{color:#0f172a;font-size:24px;margin:0 0 6px}.auth-label{color:#334155;font-size:14px;margin-top:4px}.auth-input{border:1px solid #cbd5e1;border-radius:8px;font-size:14px;outline:none;padding:10px 12px}.auth-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.auth-button{background:#1d4ed8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:10px;padding:10px 12px}.auth-button:disabled{cursor:not-allowed;opacity:.7}.auth-error{color:#b91c1c;font-size:13px;margin:4px 0 0}.btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px}.btn-primary{background:#1d4ed8;color:#fff}.btn-secondary{background:#e2e8f0;color:#1e293b;.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 25px #10182826;max-width:400px;padding:24px;width:90%}.modal-content h2{color:#0f172a;font-size:18px;margin:0 0 12px}.modal-content p{color:#475569;font-size:14px;line-height:1.5;margin:0 0 16px}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.modal-actions .btn{flex:1 1}}.page-loading{color:#64748b;padding:24px;text-align:center}.error-text{color:#b91c1c;padding:12px}.success-alert-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a2e;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.success-alert{background:#fff;border:1px solid #86efac;border-radius:16px;box-shadow:0 24px 60px #0f172a2e;padding:24px;text-align:center;width:min(420px,100%)}.success-alert-title{color:#166534;font-size:22px;margin:0 0 8px}.success-alert-note{color:#475569;font-size:13px;margin:12px 0 0}.empty-text{color:#94a3b8;padding:24px;text-align:center}.dashboard-page{background:#f8fafc;min-height:100vh}.dashboard-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 32px}.dashboard-title{color:#0f172a;font-size:20px;margin:0}.dashboard-header-actions{align-items:center;display:flex;gap:12px}.dashboard-user{color:#475569;font-size:14px}.dashboard-main{margin:0 auto;max-width:90%;padding:32px 24px}.dashboard-toolbar{display:flex;justify-content:flex-end;margin-bottom:20px}.article-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.article-list-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:14px 20px;transition:box-shadow .15s}.article-list-item:hover{box-shadow:0 4px 12px #10182814}.article-list-title{color:#0f172a;font-size:15px;font-weight:500}.article-list-actions{grid-column-gap:10px;align-items:center;column-gap:10px;display:grid;grid-template-columns:auto 64px 32px 128px}.article-edit-button{background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#1d4ed8;cursor:pointer;font-size:13px;font-weight:600;height:32px;width:64px}.article-edit-button:hover{background:#dbeafe}.article-delete-button{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:14px;height:32px;justify-content:center;width:32px}.article-delete-button:hover{background:#fee2e2}.article-list-date{font-feature-settings:"tnum";color:#94a3b8;font-size:13px;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;width:80px}.modal-subtext{color:#64748b;font-size:13px}.detail-page,.editor-page{background:#f8fafc;min-height:100vh}.detail-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;padding:16px 32px}.detail-main,.editor-main{margin:0 auto;max-width:800px;padding:32px 24px}.editor-toolbar{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:12px;margin-bottom:16px;padding:16px}.editor-toolbar-group{display:grid}.editor-toolbar-row{align-items:center;display:flex;gap:12px}.editor-label{color:#334155;flex:0 0 auto;font-size:14px;font-weight:600;margin-bottom:0}.editor-title-input{border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box;flex:1 1 auto;font-size:15px;min-width:0;outline:none;padding:10px 12px;width:auto}.editor-title-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.editor-content{background:#fff;border:1px solid #cbd5e1;border-radius:10px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.editor-content:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.editor-content .ql-toolbar.ql-snow{background:#f8fafc;border:none;border-bottom:1px solid #e2e8f0;padding:8px 10px}.editor-content .ql-container.ql-snow{border:none;color:#1e293b;font-size:15px;min-height:320px}.editor-content .ql-editor{line-height:1.7;min-height:320px;padding:14px 16px}.editor-actions{display:flex;gap:10px;margin-top:12px}.editor-error{margin:0;padding:8px 0 0}.detail-title{color:#0f172a;font-size:26px;margin:0 0 16px}.detail-meta{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.detail-date{color:#64748b;font-size:13px}.status-badge{border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.04em;padding:2px 10px;text-transform:uppercase}.status-draft{background:#fef3c7;color:#92400e}.status-published{background:#dcfce7;color:#166534}.status-archived{background:#e2e8f0;color:#475569}.detail-content{color:#334155;font-size:15px;line-height:1.8;min-width:0;overflow-wrap:break-word;white-space:normal;word-break:normal}.detail-content h1,.detail-content h2,.detail-content h3,.detail-content h4,.detail-content h5,.detail-content h6{color:#0f172a;line-height:1.35;margin:1.2em 0 .45em}.detail-content h1{font-size:1.9rem}.detail-content h2{font-size:1.55rem}.detail-content h3{font-size:1.3rem}.detail-content p{margin:0 0 .95em}.detail-content ol,.detail-content ul{margin:.35em 0 1em;padding-left:1.5em}.detail-content li{margin:.3em 0}.detail-content blockquote{background:#f8fafc;border-left:4px solid #cbd5e1;color:#475569;margin:1.1em 0;padding:.25em 0 .25em .95em}.detail-content pre{background:#0f172a;border-radius:8px;color:#e2e8f0;margin:1em 0;overflow-x:auto;padding:12px 14px}.detail-content code{background:#e2e8f0;border-radius:4px;color:#0f172a;font-size:.92em;padding:.12em .35em}.detail-content pre code{background:#0000;color:inherit;padding:0}.detail-content a{color:#1d4ed8;text-decoration:underline}.detail-content strong{color:#0f172a}.image-gallery-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-top:16px;padding:16px}.image-drop-zone{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;cursor:pointer;padding:32px 24px;text-align:center;transition:border-color .15s ease,background-color .15s ease}.image-drop-zone:hover{background:#f1f5f9;border-color:#94a3b8}.drop-content{align-items:center;display:flex;flex-direction:column;gap:12px}.drop-content p{color:#64748b;font-size:14px;margin:0}.image-gallery{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:16px}.image-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:move;overflow:hidden;position:relative;transition:all .2s ease}.image-item:hover{box-shadow:0 4px 12px #1018281a;transform:translateY(-2px)}.image-item.drag-over{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.image-thumbnail{display:block;height:100px;object-fit:cover;width:100%}.image-actions{align-items:flex-end;background:linear-gradient(0deg,#0f172ae6,#0f172a99,#0000);bottom:0;display:flex;gap:8px;justify-content:space-between;left:0;padding:8px;position:absolute;right:0}.image-name{color:#fff;flex:1 1;font-size:11px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-remove-image{align-items:center;background:#ef4444cc;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;height:24px;justify-content:center;padding:0;transition:background-color .15s ease;width:24px}.btn-remove-image:hover{background:#ef4444}.photo-upload-progress{background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;margin-top:16px;padding:12px 14px}.photo-upload-progress-header{align-items:center;color:#1e3a8a;display:flex;font-size:13px;font-weight:600;gap:12px;justify-content:space-between;margin-bottom:8px}.photo-upload-progress-track{background:#bfdbfe;border-radius:999px;height:8px;overflow:hidden;width:100%}.photo-upload-progress-fill{background:linear-gradient(90deg,#2563eb,#0ea5e9);height:100%;transition:width .15s ease}.photo-upload-progress-text{color:#475569;font-size:13px;margin:8px 0 0}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"正文"!important}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"标题1"!important}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"标题2"!important}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"标题3"!important}:root{--bs-primary-rgb:0,77,196;--innoway-blue:#004dc4;--innoway-white:#ffffffa6;--space-left:15px;--space-right:15px;--innoway-font:Arial,Helvetica,sans-serif}.dropdown-menu{--bs-dropdown-bg:#004dc4;--bs-dropdown-link-color:#ffffffa6}body{display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;font-family:var(--innoway-font);margin:0}.main-content{padding-top:70px}.logo>a{display:flex}.logo>a>img{height:60px}.navbar{--bs-navbar-active-color:#ffffffe6;box-shadow:0 3px 10px grey;padding:0 15px;padding:0 var(--space-right) 0 var(--space-left)}.navbar-nav{--bs-nav-link-color:#ffffffb3}.navbar-brand{padding-bottom:0;padding-top:0}.nav-social-item{align-items:center;display:flex;margin-left:auto;margin-right:auto;max-height:70px;padding:5px 20px}.nav-social-item>a{display:flex}.nav-social-item>a>img{height:30px}.contact,.footer{background-color:#004dc4;background-color:var(--innoway-blue);color:#fff;margin-top:12px;padding:10px 0}.footer{margin-top:8px;padding:8px 0}@media (min-height:500px){.footer{bottom:0;left:0;position:fixed;right:0}.main{margin-bottom:150px}}.footer-content{align-items:flex-start;color:#fff;display:flex;flex-direction:row;gap:8px;justify-content:space-between}.footer-main{display:flex;flex:1 1 auto;flex-direction:column;gap:4px;min-width:0}.footer-info{flex:1 1 auto}.footer-social{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:8px;width:fit-content}.footer-social>a{margin:0;max-width:100%;width:84px}.footer-social>a>img{width:100%}.footer h2{font-size:clamp(1.15rem,.9rem + .75vw,1.45rem);line-height:1.2;margin-bottom:4px}.footer-info h5{font-size:clamp(.82rem,.74rem + .35vw,.95rem);margin-bottom:2px}.footer-info p,.footer-info span{font-size:clamp(.78rem,.72rem + .3vw,.9rem);line-height:1.25;margin:0}.footer-email p{white-space:nowrap}@media (min-width:768px){.footer-content,.footer-main{flex-direction:row;gap:18px}.footer-main{align-items:flex-start}.footer-main>h2{margin-bottom:0;min-width:170px}.footer-social{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;gap:20px;justify-content:flex-start}}@media (max-width:767.98px){.footer{padding:6px 0}.footer-content{align-items:flex-start;gap:8px}.footer-main{gap:4px}.footer-social{gap:8px}.footer h2{font-size:1.1rem;margin-bottom:3px}.footer-info h5{font-size:.8rem}.footer-info p,.footer-info span{font-size:.68rem;line-height:1.2}.footer-address,.footer-email{align-items:baseline;display:flex;flex-wrap:nowrap;gap:6px}.footer-address h5,.footer-email h5{flex-shrink:0;margin:0;white-space:nowrap}.footer-address span{min-width:0;overflow-wrap:anywhere;white-space:normal}.footer-email p{white-space:nowrap}.footer-social>a{width:60px}}.about-image{align-items:center;display:flex}.about-image,.home-hero{justify-content:center}.home-intro{font-size:clamp(1.05rem,1.4vw + .65rem,1.6rem);font-weight:600;line-height:1.35;margin-bottom:14px;text-align:center}.home-image-group{align-items:stretch;display:flex;flex-direction:row;gap:0;justify-content:center;line-height:0}.home-image-group>img{height:auto;margin:0;padding:0;width:50%}@media (min-width:992px){.home-image-group{align-items:center;flex:0 0 100%;height:clamp(300px,62vh,760px);max-width:100%}.home-image-group>img{height:100%;object-fit:contain;width:50%}.home-image-group>img:first-child{object-position:top right}.home-image-group>img:last-child{object-position:top left}}.about-description{background-color:#004dc4;background-color:var(--innoway-blue);color:#fffffff2;display:flex;flex-direction:column;justify-content:center;padding:24px 20px}.about-description>h1{color:#fffffffa;font-size:clamp(1.8rem,2vw + 1rem,2.6rem);font-weight:700;letter-spacing:.01em;line-height:1.2;margin:0 0 14px}.about-headline{display:flex;flex-direction:column;gap:6px}.headline-en,.headline-zh{display:block}.headline-zh{font-size:clamp(1.1rem,1vw + .7rem,1.5rem);font-weight:600;letter-spacing:0;line-height:1.35;opacity:.94}.about-description>p{color:#ffffffe6;font-size:clamp(1rem,.5vw + .95rem,1.25rem);line-height:1.65;margin:0}@media (min-width:768px){.about-description{padding:34px 30px}}.about-image>img,.main-image>img,.main-video>iframe,.product-image{display:block;max-width:100%}@media (max-width:991.98px){.home-image-group{flex-direction:column;gap:12px}.home-image-group>img{width:100%}}.product-block{padding:10px}.product-block-item{background:#d3d3d3;border-radius:5px;cursor:pointer;height:100%;padding:10px}.product-block-item:hover{background:#bebebe}.product-block-item>p{margin-bottom:0;margin-top:3px;text-align:center}.brochure{display:flex}.brochure>*{margin-bottom:auto;margin-right:10px;margin-top:auto}.news-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:20px 0}.news-card{background:#d3d3d3;border-radius:5px;color:inherit;display:block;padding:20px;text-decoration:none;transition:background .15s}.news-card:hover{background:#bebebe;color:inherit}.news-card h3{font-size:clamp(1.05rem,.5vw + .9rem,1.25rem);margin:0 0 6px}.news-date{margin:0 0 12px}.news-card .news-date{color:#555;font-size:.85rem}.news-card .news-excerpt{color:#333;font-size:.95rem;line-height:1.55;margin:0 0 12px}.news-read-more{color:#004dc4;color:var(--innoway-blue);font-size:.9rem;font-weight:600}.news-article{margin:0 auto;max-width:780px;padding:20px 15px 40px}.news-back{color:#004dc4;color:var(--innoway-blue);display:inline-block;font-size:.95rem;margin-bottom:16px;text-decoration:none}.news-back:hover{text-decoration:underline}.news-article h1{font-size:clamp(1.5rem,1vw + 1.1rem,2rem);margin:0 0 6px}.news-article .news-date{color:#666;font-size:.9rem}.news-article .news-body{color:#222;font-size:clamp(.95rem,.3vw + .9rem,1.1rem);line-height:1.75;margin-top:1em}.news-article .news-body p{margin-bottom:1em}.news-article .news-body h1,.news-article .news-body h2,.news-article .news-body h3{line-height:1.35;margin:1.1em 0 .5em}.news-article .news-body a{color:#004dc4;color:var(--innoway-blue);word-break:break-word}.news-images{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.news-images img{border-radius:4px;display:block;max-width:100%}@media (min-height:500px){.news-article{margin-bottom:150px}}
/*# sourceMappingURL=main.55b0d660.css.map*/