/**,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}*/
/*::after,::before{content:''}*/
/*html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*/
/*body{margin:0}*/
/*a{color:inherit;text-decoration:inherit}*/
/*img{max-width:100%;height:auto}*/
/*.container{width:100%}*/
/*@media (min-width:640px){.container{max-width:640px}}*/
/*@media (min-width:768px){.container{max-width:768px}}*/
/*@media (min-width:1024px){.container{max-width:1024px}}*/
/*@media (min-width:1280px){.container{max-width:1280px}}*/
/*.static{position:static}*/
/*.fixed{position:fixed}*/
/*.absolute{position:absolute}*/
/*.relative{position:relative}*/
/*.sticky{position:sticky}*/
/*.mx-auto{margin-left:auto;margin-right:auto}*/
/*.my-6{margin-top:1.5rem;margin-bottom:1.5rem}*/
/*.mb-2{margin-bottom:.5rem}*/
/*.mb-4{margin-bottom:1rem}*/
/*.mb-6{margin-bottom:1.5rem}*/
/*.mt-10{margin-top:2.5rem}*/
/*.block{display:block}*/
/*.inline-block{display:inline-block}*/
/*.inline{display:inline}*/
/*.flex{display:flex}*/
/*.grid{display:grid}*/
/*.hidden{display:none}*/
/*.h-screen{height:100vh}*/
/*.w-full{width:100%}*/
/*.max-w-md{max-width:28rem}*/
/*.flex-1{flex:1}*/
/*.resize{resize:both}*/
/*.items-center{align-items:center}*/
/*.justify-center{justify-content:center}*/
/*.rounded-md{border-radius:.375rem}*/
/*.rounded-lg{border-radius:.5rem}*/
/*.rounded-xl{border-radius:.75rem}*/
/*.border{border-width:1px}*/
/*.border-gray-300{border-color:#d1d5db}*/
/*.bg-white{background-color:#fff}*/
/*.bg-gray-50{background-color:#f9fafb}*/
/*.bg-gray-100{background-color:#f3f4f6}*/
/*.bg-blue-600{background-color:#2563eb}*/
/*.p-2{padding:.5rem}*/
/*.p-4{padding:1rem}*/
/*.p-6{padding:1.5rem}*/
/*.p-8{padding:2rem}*/
/*.px-4{padding-left:1rem;padding-right:1rem}*/
/*.py-2{padding-top:.5rem;padding-bottom:.5rem}*/
/*.py-3{padding-top:.75rem;padding-bottom:.75rem}*/
/*.text-center{text-align:center}*/
/*.text-sm{font-size:.875rem}*/
/*.text-lg{font-size:1.125rem}*/
/*.text-xl{font-size:1.25rem}*/
/*.text-2xl{font-size:1.5rem}*/
/*.text-3xl{font-size:1.875rem}*/
/*.font-medium{font-weight:500}*/
/*.font-bold{font-weight:700}*/
/*.text-white{color:#fff}*/
/*.text-gray-500{color:#6b7280}*/
/*.text-gray-700{color:#374151}*/
/*.text-gray-900{color:#111827}*/
/*.text-blue-600{color:#2563eb}*/
/*.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}*/
/*.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}*/
/*.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}*/


/*!* 纯静态 Tailwind，无 CSS 变量，永不报错，页面正常 *!*/
/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*}*/
/*body {*/
/*    font-family: "Microsoft YaHei", sans-serif;*/
/*    line-height: 1.5;*/
/*    background-color: #f3f4f6;*/
/*}*/
/*img {*/
/*    max-width: 100%;*/
/*    border: none;*/
/*}*/
/*a {*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*}*/
/*input, button {*/
/*    font-family: inherit;*/
/*    outline: none;*/
/*    border: none;*/
/*}*/

/*!* 常用布局样式，保证页面不乱 *!*/
/*.container {*/
/*    width: 100%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
/*.text-center {*/
/*    text-align: center;*/
/*}*/
/*.w-full {*/
/*    width: 100%;*/
/*}*/
/*.h-screen {*/
/*    height: 100vh;*/
/*}*/
/*.flex {*/
/*    display: flex;*/
/*}*/
/*.flex-col {*/
/*    flex-direction: column;*/
/*}*/
/*.items-center {*/
/*    align-items: center;*/
/*}*/
/*.justify-center {*/
/*    justify-content: center;*/
/*}*/
/*.justify-between {*/
/*    justify-content: space-between;*/
/*}*/
/*.mx-auto {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
/*.mt-10 {*/
/*    margin-top: 2.5rem;*/
/*}*/
/*.mb-4 {*/
/*    margin-bottom: 1rem;*/
/*}*/
/*.mb-6 {*/
/*    margin-bottom: 1.5rem;*/
/*}*/
/*.p-4 {*/
/*    padding: 1rem;*/
/*}*/
/*.p-6 {*/
/*    padding: 1.5rem;*/
/*}*/
/*.p-8 {*/
/*    padding: 2rem;*/
/*}*/
/*.rounded-lg {*/
/*    border-radius: 0.5rem;*/
/*}*/
/*.rounded-xl {*/
/*    border-radius: 0.75rem;*/
/*}*/
/*.shadow-lg {*/
/*    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);*/
/*}*/
/*.bg-white {*/
/*    background-color: #ffffff;*/
/*}*/
/*.text-white {*/
/*    color: #ffffff;*/
/*}*/
/*.text-blue-600 {*/
/*    color: #2563eb;*/
/*}*/
/*.text-gray-500 {*/
/*    color: #6b7280;*/
/*}*/
/*.text-gray-700 {*/
/*    color: #374151;*/
/*}*/
/*.text-3xl {*/
/*    font-size: 1.875rem;*/
/*    line-height: 2.25rem;*/
/*}*/
/*.text-xl {*/
/*    font-size: 1.25rem;*/
/*    line-height: 1.75rem;*/
/*}*/
/*.text-sm {*/
/*    font-size: 0.875rem;*/
/*}*/
/*.font-bold {*/
/*    font-weight: 700;*/
/*}*/
/*.block {*/
/*    display: block;*/
/*}*/


/*!*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com *!*/
/**,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}*/
/*::after,::before{content:''}*/
/*html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}*/
/*body{margin:0;line-height:inherit;background-color:#0f172a;color:#e2e8f0}*/
/*hr{height:0;color:inherit;border-top-width:1px}*/
/*abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}*/
/*h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}*/
/*a{color:inherit;text-decoration:inherit}*/
/*b,strong{font-weight:bolder}*/
/*code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}*/
/*small{font-size:80%}*/
/*sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}*/
/*sub{bottom:-.25em}*/
/*sup{top:-.5em}*/
/*table{text-indent:0;border-color:inherit;border-collapse:collapse}*/
/*button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}*/
/*button,select{text-transform:none}*/
/*button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}*/
/*:-moz-focusring{outline:auto}*/
/*:-moz-ui-invalid{box-shadow:none}*/
/*progress{vertical-align:baseline}*/
/*::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}*/
/*[type=search]{-webkit-appearance:textfield;outline-offset:-2px}*/
/*::-webkit-search-decoration{-webkit-appearance:none}*/
/*::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*/
/*summary{display:list-item}*/
/*blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}*/
/*fieldset{margin:0;padding:0}*/
/*legend{padding:0}*/
/*menu,ol,ul{list-style:none;margin:0;padding:0}*/
/*dialog{padding:0}*/
/*textarea{resize:vertical}*/
/*input::placeholder,textarea::placeholder{opacity:1;color:#94a3b8}*/
/*[role=button],button{cursor:pointer}*/
/*:disabled{cursor:default}*/
/*audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}*/
/*img,video{max-width:100%;height:auto}*/
/*[hidden]{display:none}*/
/*.container{width:100%}*/
/*@media (min-width: 640px){.container{max-width:640px}}*/
/*@media (min-width: 768px){.container{max-width:768px}}*/
/*@media (min-width: 1024px){.container{max-width:1024px}}*/
/*@media (min-width: 1280px){.container{max-width:1280px}}*/
/*@media (min-width: 1536px){.container{max-width:1536px}}*/
/*.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}*/
/*.inset-0{top:0;right:0;bottom:0;left:0}*/
/*.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}*/
/*.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}*/
/*.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}*/
/*.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-10{margin-top:2.5rem}*/
/*.mb-2{margin-bottom:0.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}*/
/*.ml-2{margin-left:0.5rem}.mr-2{margin-right:0.5rem}*/
/*.p-0{padding:0}.p-2{padding:0.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}*/
/*.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}*/
/*.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}*/
/*.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}*/
/*.flex-col{flex-direction:column}.flex-row{flex-direction:row}*/
/*.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}*/
/*.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}*/
/*.gap-2{gap:0.5rem}.gap-4{gap:1rem}*/
/*.w-full{width:100%}.w-screen{width:100vw}.w-auto{width:auto}*/
/*.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}*/
/*.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}*/
/*.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}*/
/*.rounded-none{border-radius:0}.rounded-sm{border-radius:0.125rem}.rounded{border-radius:0.25rem}.rounded-md{border-radius:0.375rem}.rounded-lg{border-radius:0.5rem}.rounded-xl{border-radius:0.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}*/
/*.border{border-width:1px}.border-0{border-width:0}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}*/
/*.border-slate-700{border-color:#334155}.border-slate-600{border-color:#475569}.border-blue-500{border-color:#3b82f6}*/
/*.bg-transparent{background-color:transparent}.bg-slate-950{background-color:#020617}.bg-slate-900{background-color:#0f172a}.bg-slate-800{background-color:#1e293b}.bg-blue-600{background-color:#2563eb}.bg-blue-500{background-color:#3b82f6}.bg-cyan-500{background-color:#06b6d4}*/
/*.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}*/
/*.from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to,rgba(37,99,235,0))}*/
/*.to-cyan-400{--tw-gradient-to:#22d3ee}*/
/*.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}*/
/*.text-xs{font-size:0.75rem;line-height:1rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}*/
/*.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}*/
/*.text-white{color:#fff}.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-blue-400{color:#60a5fa}.text-blue-500{color:#3b82f6}.text-cyan-400{color:#22d3ee}*/
/*.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.04)}*/
/*.shadow-blue-500\/30{box-shadow:0 0 15px rgba(59,130,246,0.3)}*/
/*.blur-sm{filter:blur(4px)}.blur{filter:blur(8px)}*/
/*.opacity-80{opacity:0.8}.opacity-90{opacity:0.9}*/
/*.backdrop-blur-sm{backdrop-filter:blur(4px)}.backdrop-blur{backdrop-filter:blur(8px)}*/
/*.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}*/
/*.hover\:bg-blue-700:hover{background-color:#1d4ed8}*/
/*.hover\:shadow-blue-500\/50:hover{box-shadow:0 0 20px rgba(59,130,246,0.5)}*/
/*.hover\:scale-105:hover{transform:scale(1.05)}*/

/* 仅基础布局样式，不与你的科技CSS冲突，页面永不乱 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    line-height: 1.5;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
a {
    text-decoration: none;
}
input, button {
    outline: none;
    border: none;
}

/* 布局工具类（不影响你的样式） */
.container {
    width: 100%;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.min-h-screen {
    min-height: 100vh;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.flex-1 {
    flex: 1;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.max-w-md {
    max-width: 28rem;
}