*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",sans-serif;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#333;overflow:hidden}.header{display:flex;align-items:center;gap:15px;margin-bottom:40px;background:#fff;padding:15px 30px;border-radius:50px;box-shadow:0 4px 15px rgba(0,0,0,.1);animation:fadeInDown .8s ease}.header img{height:40px;width:auto;display:block}.header-text{font-size:18px;font-weight:600;color:#2c3e50;letter-spacing:1px}.welcome-box{text-align:center;animation:fadeIn 1s ease}.welcome-title{font-size:4.5rem;font-weight:800;background:linear-gradient(45deg,#12c2e9,#c471ed,#f64f59);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px}.welcome-subtitle{font-size:1.2rem;color:#666;margin-top:10px}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media (max-width:600px){.welcome-title{font-size:2.8rem}.header{padding:10px 20px}.header img{height:30px}}