*{margin:0;padding:0;box-sizing:border-box}body{font-family:PingFang SC,Microsoft YaHei,sans-serif;color:#333;line-height:1.6}.app-container{width:100%;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;padding:15px 20px}.logo{cursor:pointer}.logo img{height:40px}.nav{display:flex;align-items:center;gap:30px}.nav a{font-size:16px;font-weight:500;color:#333;transition:color .3s}.nav a:hover{color:#1e88e5}.download-btn{background-color:#1e88e5;color:#fff;padding:10px 20px;border-radius:5px;font-weight:500;transition:background-color .3s}.download-btn:hover{background-color:#1565c0}.hero-section{padding:80px 0;background:linear-gradient(135deg,#f5f7fa,#e4e8f0)}.hero-section .container{display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-content{flex:1}.hero-content h1{font-size:42px;font-weight:700;margin-bottom:15px;color:#1e88e5}.hero-content h2{font-size:28px;font-weight:600;margin-bottom:20px;color:#333}.hero-content p{font-size:18px;margin-bottom:30px;color:#666;max-width:600px}.hero-image{flex:1;display:flex;justify-content:center}.hero-image img{max-width:100%;border-radius:10px;box-shadow:0 10px 30px #0000001a}.stats-section{padding:60px 0;background-color:#fff}.hero-stats{display:flex;justify-content:space-between;align-items:center}.stat-item{display:flex;align-items:center;gap:15px}.stat-content h3{font-size:28px;font-weight:700;margin-bottom:5px;color:#333}.stat-content p{font-size:16px;color:#666}.features-section{padding:80px 0;background-color:#f5f7fa}.section-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:50px;color:#333}.features-slider{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 10px 30px #0000001a}.slider-container{display:flex;transition:transform .5s ease}.slide{min-width:100%;padding:40px;background-color:#fff;text-align:center}.slide img{max-width:80%;max-height:300px;margin-bottom:20px;border-radius:10px}.slide h3{font-size:24px;font-weight:600;margin-bottom:15px;color:#1e88e5}.slide p{font-size:18px;color:#666;max-width:600px;margin:0 auto}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#fffc;color:#333;width:40px;height:40px;border-radius:50%;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .3s}.slider-btn:hover{background-color:#fff}.slider-btn.prev{left:20px}.slider-btn.next{right:20px}.slider-dots{display:flex;justify-content:center;margin-top:20px;position:absolute;bottom:20px;left:0;right:0}.slider-dots span{width:12px;height:12px;border-radius:50%;background-color:#0003;margin:0 5px;cursor:pointer;transition:background-color .3s}.slider-dots span.active{background-color:#1e88e5}.functions-section{padding:80px 0;background-color:#fff}.functions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.function-item{background-color:#f5f7fa;border-radius:10px;padding:30px;text-align:center;transition:transform .3s,box-shadow .3s}.function-item:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.function-icon{margin-bottom:20px}.function-item h3{font-size:20px;font-weight:600;margin-bottom:15px;color:#333}.function-item p{font-size:16px;color:#666}.why-us-section{padding:80px 0;background-color:#f5f7fa}.why-us-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.why-us-item{background-color:#fff;border-radius:10px;padding:30px;position:relative;box-shadow:0 5px 15px #0000000d;transition:transform .3s,box-shadow .3s}.why-us-item:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.why-us-number{font-size:48px;font-weight:700;color:#1e88e51a;position:absolute;top:20px;right:20px}.why-us-item h3{font-size:20px;font-weight:600;margin-bottom:15px;color:#1e88e5}.why-us-item p{font-size:16px;color:#666}.footer{background-color:#333;color:#fff;padding:60px 0 30px}.footer-content{display:flex;justify-content:space-between;margin-bottom:40px}.footer-logo img{height:40px;margin-bottom:15px}.footer-logo p{font-size:16px;color:#ccc}.footer-links{display:flex;gap:60px}.footer-links-column h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff}.footer-links-column a{display:block;margin-bottom:10px;color:#ccc;transition:color .3s}.footer-links-column a:hover{color:#1e88e5}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{font-size:14px;color:#ccc}.footer-social{display:flex;gap:15px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#ffffff1a;transition:background-color .3s}.footer-social a:hover{background-color:#1e88e5}@media (max-width: 1024px){.hero-section .container{flex-direction:column;text-align:center}.hero-content p{margin:0 auto 30px}.hero-stats{flex-wrap:wrap;justify-content:center;gap:30px}.functions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav{display:none}.hero-content h1{font-size:32px}.hero-content h2{font-size:24px}.hero-content p{font-size:16px}.hero-stats{flex-wrap:wrap;gap:20px}.features-grid,.functions-grid,.why-us-grid{grid-template-columns:1fr}}
