* {margin:0;padding:0;box-sizing:border-box;}
html,body {width:100%;height:100%;}
body {font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:#fef9f7;color:#333;line-height:1.6;}
a {text-decoration:none;color:inherit;}
ul {list-style:none;}
img {max-width:100%;display:block;}
.container {width:100%;max-width:1200px;margin:0 auto;padding:0 20px;}
.btn {display:inline-block;padding:12px 30px;border-radius:50px;font-size:16px;font-weight:600;transition:all 0.3s ease;}
.btn-primary {background:#e63946;color:#fff;}
.btn-primary:hover {background:#d62828;}
.btn-secondary {background:transparent;color:#e63946;border:2px solid #e63946;}
.btn-secondary:hover {background:#e63946;color:#fff;}
.section-header {text-align:center;margin-bottom:60px;}
.section-title {font-size:32px;color:#222;margin-bottom:10px;}
.section-subtitle {font-size:16px;color:#666;}
.header {position:fixed;top:0;left:0;width:100%;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);z-index:999;box-shadow:0 2px 15px rgba(0,0,0,0.1);}
.header-inner {display:flex;justify-content:space-between;align-items:center;height:70px;}
.logo {display:flex;align-items:center;gap:10px;text-decoration:none;}
.logo-img {width:40px;height:40px;object-fit:contain;}
.logo-text {font-size:22px;font-weight:700;color:#e63946;}
.nav-list {display:flex;gap:30px;align-items: center;}
.nav-link {font-size:16px;color:#333;position:relative;}
.nav-link.active,.nav-link:hover {color:#e63946;}
.nav-link::after {content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#e63946;transition:width 0.3s;}
.nav-link:hover::after {width:100%;}
.dropdown {position:relative;}
.dropdown-menu {position:absolute;top:100%;left:0;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.1);border-radius:8px;padding:10px 0;min-width:150px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.3s;}
.dropdown:hover .dropdown-menu {opacity:1;visibility:visible;transform:translateY(0);}
.dropdown-menu li a {display:block;padding:8px 20px;color:#333;font-size:14px;}
.dropdown-menu li a:hover {background:#f8f0f0;color:#e63946;}
.menu-toggle {display:none;flex-direction:column;gap:5px;cursor:pointer;}
.menu-toggle span {width:25px;height:3px;background:#333;border-radius:3px;}
.footer {background:#222;color:#fff;padding:60px 0 20px;}
.footer-inner {display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px;}
.footer-col h4 {font-size:18px;margin-bottom:20px;color:#e63946;}
.footer-col ul li {margin-bottom:10px;}
.footer-col ul li a {color:#aaa;}
.footer-col ul li a:hover {color:#e63946;}
.social-links {display:flex;gap:15px;}
.social-links a {width:40px;height:40px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;color:#fff;}
.social-links a:hover {background:#e63946;}
.footer-bottom {text-align:center;padding-top:20px;border-top:1px solid #333;color:#666;font-size:14px;}
.nav-link.has-dropdown {position:relative;padding-right:12px !important;}
.nav-link.has-dropdown::after {content:"";width:0;height:0;position:absolute;right:0;top:50%;transform:translateY(-50%);border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #333;transition:all 0.3s;left:unset;background:unset;}
.nav-link.has-dropdown:hover::after {transform:translateY(-50%) rotate(180deg);}
@media(max-width:992px){
	.nav{display:none;}
	.menu-toggle{display:flex;}
	.nav.active{display:block;position:absolute;top:70px;left:0;width:100%;background:#fff;box-shadow:0 5px 10px rgba(0,0,0,0.1);}
	.nav-list{flex-direction:column;gap:0;align-items: unset;padding: 20px;height: 100vh;}
	.nav-item{padding:10px;border-bottom:1px solid #eee;}
	.dropdown-menu{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;padding-left:20px;background:#f9f9f0;}
	}
@media(max-width:768px){
	.section-title{font-size:26px;}
	.btn{padding:10px 24px;font-size:14px;}
	}
.nav-download-btn {
    border: none;
    outline: none;
    background: var(--color-primary);
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.nav-download-btn a{display:inline-block;padding:10px 22px;color:#fff;font-size:14px;font-weight:500;text-decoration:none}
.nav-download-btn:hover{background:#d62828}
.page-section-header{padding:60px 0 30px;text-align:center}
.header-content h1{font-size:32px;font-weight:700;color:#222;margin-bottom:12px}
.header-content p{font-size:15px;color:#666;max-width:700px;margin:0 auto}
.breadcrumb{display:flex;align-items:center;gap:8px;color:#666;font-size:14px;max-width:1200px;margin:0 auto 20px;padding:0 20px}
.breadcrumb a{color:#666;text-decoration:none}
.breadcrumb a:hover{color:#e63946}
.page-section-header{padding:120px 0 90px;text-align:center;position:relative;overflow:hidden;background: linear-gradient(90deg, #f1dddd 0%, #ffffff 50%, #f5cbcb 100%);}
.page-section-header::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(230,57,70,0.1) 1px,transparent 1px),linear-gradient(90deg,rgba(230,57,70,0.1) 1px,transparent 1px);background-size:35px 35px;opacity:0.7;z-index:1}
.header-content{position:relative;z-index:2}
.header-content h1{font-size:32px;font-weight:700;color:#222;margin-bottom:12px}
.header-content p{font-size:15px;color:#666;max-width:700px;margin:0 auto}
.breadcrumb{display:flex;align-items:center;gap:8px;color:#666;font-size:14px;max-width:1200px;margin:0 auto;padding-top: 20px;}
.breadcrumb a{color:#666;text-decoration:none}
.breadcrumb a:hover{color:#e63946}
/*app*/
.app-top-banner{padding:50px 0;}
.banner-inner{display:flex;align-items:center;gap:40px;flex-wrap:wrap}
.banner-text{flex:1;min-width:280px}
.banner-text h1{font-size:36px;color:#222;margin-bottom:18px;font-weight:700;line-height:1.4}
.banner-text p{font-size:15px;color:#555;line-height:1.8}
.banner-pic{flex:1;min-width:280px;text-align:center}
.banner-pic img{max-width:560px;width:100%}
.app-child-nav{padding:60px 0}
.child-nav-list{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.child-nav-card{display:block;padding:28px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 15px rgba(0,0,0,0.06);text-align:center;transition:0.3s}
.child-nav-card i{font-size:28px;color:#e63946;margin-bottom:15px}
.child-nav-card h3{font-size:17px;color:#222;margin-bottom:8px;font-weight:600}
.child-nav-card p{font-size:14px;color:#666;line-height:1.6}
.child-nav-card:hover{transform:translateY(-5px)}
.app-core-intro{padding:50px 0;background:#f9f9f9}
.section-head{text-align:center;margin-bottom:35px}
.section-head h2{font-size:28px;color:#222;margin-bottom:10px;font-weight:600}
.section-head p{font-size:15px;color:#666}
.intro-content{max-width:900px;margin:0 auto}
.intro-content p{font-size:15px;color:#555;line-height:1.8;margin-bottom:15px}
.app-function-show{padding:60px 0}
.function-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.func-item{display:flex;align-items:center;gap:18px;padding:20px;background:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.func-item i{font-size:24px;color:#e63946;width:40px;text-align:center}
.func-info h4{font-size:16px;color:#222;margin-bottom:5px;font-weight:600}
.func-info p{font-size:14px;color:#666}
.app-type-classify{padding:50px 0;background:#f8f5f5}
.classify-text{max-width:900px;margin:0 auto}
.classify-text p{font-size:15px;color:#555;line-height:1.8}
@media(max-width:992px){.child-nav-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.child-nav-list{grid-template-columns:1fr}.function-grid{grid-template-columns:1fr}.banner-inner{flex-direction:column;text-align:center}.banner-text h1{font-size:28px}}
/*appplay*/
.appplay-banner{padding:70px 0;background:#fff9f9}
.appplay-inner{display:flex;align-items:center;gap:50px;flex-wrap:wrap}
.appplay-text {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: inline-block;
    transition: all .3s;
    height: 360px;
}
.appplay-text h2{font-size:28px;font-weight:700;color:#222;margin-bottom:16px}
.appplay-text p{font-size:15px;line-height:1.8;color:#555}
.appplay-img{flex:1;min-width:300px;text-align:center}
.appplay-img img{max-width:320px;width:100%;margin:0 auto}
.appplay-img-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);display:inline-block;transition:all .3s}
.appplay-img-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.appplay-img-card img{display:block;border-radius:8px;max-width:240px}
.appplay-features{padding:70px 0;background:#fff}
.section-head{text-align:center;margin-bottom:40px}
.section-head h2{font-size:28px;font-weight:600;color:#222;margin-bottom:10px}
.section-head p{font-size:15px;color:#666}
.appplay-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.appplay-item{background:#fff;padding:30px 20px;border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,0.05);text-align:center;transition:all .3s}
.appplay-item:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.appplay-item i{font-size:28px;color:#e63946;margin-bottom:16px}
.appplay-item h3{font-size:17px;font-weight:600;margin-bottom:8px}
.appplay-item p{font-size:14px;color:#666;line-height:1.6}
.appplay-section{padding:70px 0;background:#fff9f9}
.appplay-row{display:flex;align-items:center;gap:60px;flex-wrap:wrap}
.appplay-col-left{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);display:inline-block;transition:all .3s}
.appplay-col-left:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.appplay-col-left img{max-width:260px;width:100%;border-radius:16px;margin:0 auto}
.appplay-col-right{flex:1;min-width:300px}
.appplay-col-right h2{font-size:28px;font-weight:600;color:#222;margin-bottom:20px}
.appplay-col-right p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px}
.appplay-points{padding:60px 0;background:#fff}
.points-list{max-width:800px;margin:0 auto}
.point-item{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.point-item i{color:#e63946;font-size:16px}
.point-item span{font-size:15px;color:#333}
@media(max-width:992px){.appplay-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.appplay-grid{grid-template-columns:1fr}.appplay-inner{flex-direction:column;text-align:center}.appplay-row{flex-direction:column;text-align:center}}
/*appcollect*/
.collect-banner{padding:70px 0;background:#fff9f9}
.collect-inner{display:flex;align-items:center;gap:50px;flex-wrap:wrap}
.collect-text{flex:1;min-width:300px}
.collect-text h2{font-size:28px;font-weight:700;color:#222;margin-bottom:16px}
.collect-text p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px}
.collect-img{flex:1;min-width:300px;text-align:center}
.collect-img-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);display:inline-block;transition:all .3s}
.collect-img-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.collect-img-card img{display:block;border-radius:8px;max-width:240px;max-height: 420px;}
.collect-features{padding:70px 0;background:#fff}
.section-head{text-align:center;margin-bottom:40px}
.section-head h2{font-size:28px;font-weight:600;color:#222;margin-bottom:10px}
.section-head p{font-size:15px;color:#666}
.collect-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.collect-item{background:#fff;padding:30px 20px;border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,0.05);text-align:center;transition:all .3s}
.collect-item:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.collect-item i{font-size:28px;color:#e63946;margin-bottom:16px}
.collect-item h3{font-size:17px;font-weight:600;margin-bottom:8px}
.collect-item p{font-size:14px;color:#666;line-height:1.6}
.collect-list{padding:70px 0;background:#fff9f9}
.collect-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.collect-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:all .3s}
.collect-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.collect-thumb{position:relative;padding-top:135%}
.collect-thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.collect-info{padding:12px}
.collect-info h4{font-size:14px;color:#222;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.collect-info p{font-size:12px;color:#666}
.clear{clear:both}
@media(max-width:1200px){.collect-wrapper{grid-template-columns:repeat(5,1fr)}}
@media(max-width:992px){.collect-grid{grid-template-columns:repeat(2,1fr)}.collect-wrapper{grid-template-columns:repeat(4,1fr)}}
@media(max-width:768px){.collect-grid{grid-template-columns:1fr}.collect-wrapper{grid-template-columns:repeat(3,1fr)}.collect-inner{flex-direction:column;text-align:center}}
@media(max-width:480px){.collect-wrapper{grid-template-columns:repeat(2,1fr)}}
/*pagebar*/
.pagebar{margin:40px auto;text-align:center}
.pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.page-item{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:8px;background:#fff;border:1px solid #eee;color:#666;font-size:14px;text-decoration:none;transition:all .3s}
.page-num-current{background:#e63946;border-color:#e63946;color:#fff;font-weight:500}
.page-link:hover{background:#f9f9f9;border-color:#ddd;color:#333}
.page-num-current:hover{background:#e63946;color:#fff;cursor:default}
/*vip*/
.vip-banner{padding:70px 0;background:#fff9f9}
.vip-inner{display:flex;align-items:center;gap:50px;flex-wrap:wrap}
.vip-text{flex:1;min-width:300px}
.vip-text h2{font-size:28px;font-weight:700;color:#222;margin-bottom:16px}
.vip-text p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px}
.vip-img{flex:1;min-width:300px;text-align:center}
.vip-img-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);display:inline-block;transition:all .3s}
.vip-img-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.vip-img-card img{display:block;border-radius:8px;max-width:400px}
.vip-card-box{padding:70px 0;background:#fff}
.section-head{text-align:center;margin-bottom:40px}
.section-head h2{font-size:28px;font-weight:600;color:#222;margin-bottom:10px}
.section-head p{font-size:15px;color:#666}
.vip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:800px;margin:0 auto}
.vip-item{background:#fff;padding:35px 25px;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,0.05);transition:all .3s}
.vip-item:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.vip-title{text-align:center;margin-bottom:25px}
.vip-title i{font-size:36px;color:#e63946;margin-bottom:12px}
.vip-super .vip-title i{color:#f5a623}
.vip-title h3{font-size:22px;font-weight:700;color:#222}
.vip-desc p{font-size:15px;color:#555;line-height:2;position:relative;padding-left:20px}
.vip-desc p:before{content:"✓";position:absolute;left:0;color:#e63946;font-weight:bold}
.vip-title i{font-size:36px;color:#e63946;margin-bottom:12px}
.vip-super .vip-title i{color:#f5a623}
.vip-privilege{padding:70px 0;background:#fff9f9}
.privilege-row{display:flex;align-items:center;gap:60px;flex-wrap:wrap}
.privilege-left{flex:1;min-width:300px;text-align:center}
.privilege-img-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);display:inline-block;transition:all .3s}
.privilege-img-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.privilege-img-card img{max-width:400px;width:100%;border-radius:16px;margin:0 auto}
.privilege-right{flex:1;min-width:300px}
.privilege-right h2{font-size:28px;font-weight:700;color:#222;margin-bottom:20px}
.privilege-right p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px}
@media(max-width:768px){.vip-inner{flex-direction:column;text-align:center}.privilege-row{flex-direction:column;text-align:center}.vip-grid{grid-template-columns:1fr}}
/*appfunction*/
.func-banner{padding:70px 0;background:#fff9f9}
.func-inner{display:flex;align-items:center;gap:50px;flex-wrap:wrap}
.func-text{flex:1;min-width:300px}
.func-text h2{font-size:28px;font-weight:700;color:#222;margin-bottom:16px}
.func-text p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px}
.func-img{flex:1;min-width:300px;text-align:center}
.func-img-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);display:inline-block;transition:all .3s}
.func-img-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.func-img-card img{display:block;border-radius:8px;max-width:400px}
.func-features{padding:70px 0;background:#fff}
.section-head{text-align:center;margin-bottom:40px}
.section-head h2{font-size:28px;font-weight:600;color:#222;margin-bottom:10px}
.section-head p{font-size:15px;color:#666}
.func-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.func-item1{background:#fff;padding:30px 20px;border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,0.05);text-align:center;transition:all .3s}
.func-item1:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.func-item1 i{font-size:28px;color:#e63946;margin-bottom:16px}
.func-item1 h3{font-size:17px;font-weight:600;margin-bottom:8px}
.func-item1 p{font-size:14px;color:#666;line-height:1.6}
.func-detail{padding:70px 0;background:#fff9f9}
.func-row{display:flex;align-items:center;gap:60px;flex-wrap:wrap}
.func-left{flex:1;min-width:300px;text-align:center}
.func-detail-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);display:inline-block;transition:all .3s}
.func-detail-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.func-detail-card img{max-width:400px;width:100%;border-radius:16px;margin:0 auto}
.func-right{flex:1;min-width:300px}
.func-right h2{font-size:28px;font-weight:700;color:#222;margin-bottom:20px}
.func-right p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px}
@media(max-width:992px){.func-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.func-grid{grid-template-columns:1fr}.func-inner{flex-direction:column;text-align:center}.func-row{flex-direction:column;text-align:center}}
/*download*/
.download-banner{padding:70px 0;background:#fff}
.download-inner{display:flex;align-items:center;gap:50px;flex-wrap:wrap}
.download-text{flex:1;min-width:300px}
.download-text h2{font-size:28px;font-weight:700;color:#222;margin-bottom:16px}
.download-text p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px}
.download-img{flex:1;min-width:300px;text-align:center}
.download-img-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);display:inline-block;transition:all .3s}
.download-img-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.download-img-card img{display:block;border-radius:8px;max-width:240px}
.download-version{padding:70px 0;background:#fff9f9}
.section-head{text-align:center;margin-bottom:40px}
.section-head h2{font-size:28px;font-weight:600;color:#222;margin-bottom:10px}
.section-head p{font-size:15px;color:#666}
.download-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:700px;margin:0 auto}
.download-item{background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,0.05);text-align:center;transition:all .3s}
.download-item:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.download-icon{font-size:42px;color:#e63946;margin-bottom:20px}
.download-item h3{font-size:22px;font-weight:700;color:#222;margin-bottom:12px}
.download-item p{font-size:14px;color:#666;margin-bottom:25px}
.download-btn{display:inline-block;padding:12px 30px;background:#e63946;color:#fff;border-radius:8px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s}
.download-btn:hover{background:#d02d3a;color:#fff}
.download-guide{padding:70px 0;background:#fff}
.guide-row{display:flex;align-items:center;gap:60px;flex-wrap:wrap;max-width:900px;margin:0 auto}
.guide-left{flex:1;min-width:300px;text-align:center}
.guide-left img{max-width:200px;width:100%;background:#fff;padding:15px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.guide-right{flex:1;min-width:300px}
.guide-right h2{font-size:28px;font-weight:700;color:#222;margin-bottom:20px}
.guide-right p{font-size:15px;line-height:1.8;color:#555;margin-bottom:20px}
.guide-list{padding:0;margin:0;list-style:none}
.guide-list li{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:15px;color:#333}
.guide-list li i{color:#e63946}
.download-feature{padding:60px 0;background:#fff9f9}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.feature-item{text-align:center}
.feature-item i{font-size:26px;color:#e63946;margin-bottom:12px}
.feature-item h4{font-size:16px;font-weight:600;color:#222;margin-bottom:6px}
.feature-item p{font-size:13px;color:#666}
.download-main{padding:80px 0;background:#fff9f9}
.download-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;background:#fff;border-radius:20px;box-shadow:0 5px 25px rgba(0,0,0,0.05);padding:50px 60px}
.download-left{display:flex;align-items:center;gap:30px;flex:2}
.app-logo img{width:100px;height:100px;object-fit:cover;border-radius:16px}
.app-info h2{font-size:30px;font-weight:700;color:#222;margin:0 0 8px}
.app-info p{font-size:15px;color:#666;margin:0 0 18px}
.app-details{padding:0;margin:0;list-style:none}
.app-details li{font-size:14px;color:#555;margin-bottom:6px}
.app-details li span{display:inline-block;width:90px;font-weight:500;color:#333}
.download-right{flex:1;text-align:center}
.download-buttons{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}
.btn-android{display:flex;align-items:center;gap:14px;background:#3ddc84;color:#fff;border-radius:12px;padding:16px 24px;text-decoration:none;transition:all .3s}
.btn-ios{display:flex;align-items:center;gap:14px;background:#222;color:#fff;border-radius:12px;padding:16px 24px;text-decoration:none;transition:all .3s}
.btn-android:hover{background:#35c776}
.btn-ios:hover{background:#111}
.btn-android i,.btn-ios i{font-size:28px}
.btn-android div,.btn-ios div{text-align:left;line-height:1.3}
.btn-android div small,.btn-ios div small{font-size:12px;opacity:.9}
.btn-android div strong,.btn-ios div strong{font-size:16px;font-weight:600}
.download-tips p{font-size:13px;color:#888;margin:0}
.download-tips i{margin-right:6px;color:#e63946}
@media(max-width:992px){.download-wrap{padding:40px 30px}.download-left{flex-direction:column;text-align:center}.download-right{width:100%}}
@media(max-width:768px){.download-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}.download-inner{flex-direction:column;text-align:center}.guide-row{flex-direction:column;text-align:center}}
/*community*/
.community-banner{padding:60px 0;background:#fff9f9;text-align:center}
.community-inner{margin:0 auto}
.community-text h2{font-size:28px;font-weight:700;color:#222;margin-bottom:16px}
.community-text p{font-size:15px;line-height:1.8;color:#555;margin-bottom:15px;text-align: left;}
.community-modules{padding:60px 0;background:#fff}
.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.module-item{background:#fff;padding:30px 20px;border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,0.05);text-align:center;transition:all .3s}
.module-item:hover{transform:translateY(-6px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}
.module-item i{font-size:28px;color:#e63946;margin-bottom:16px}
.module-item h3{font-size:17px;font-weight:600;margin-bottom:8px}
.module-item p{font-size:14px;color:#666;line-height:1.6}
.community-note{padding:50px 0;background:#fff9f9}
.note-box{max-width:700px;margin:0 auto;background:#fff;padding:25px 30px;border-radius:12px;display:flex;align-items:center;gap:15px;box-shadow:0 2px 10px rgba(0,0,0,0.04)}
.note-box i{font-size:20px;color:#e63946;flex-shrink:0}
.note-box p{margin:0;font-size:15px;color:#555;line-height:1.6}
@media(max-width:992px){.module-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.module-grid{grid-template-columns:1fr}.community-banner{padding:40px 20px}.community-text{text-align:center}}
/*help*/
.help-main-wrap{padding:60px 0;background:#fff}
.help-content-row{display:flex;gap:40px;flex-wrap:wrap}
.help-main-content{flex:1;min-width:300px}
.help-page-title{font-size:28px;font-weight:700;color:#222;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #eee}
.help-accordion-item{background:#fff;border:1px solid #eee;border-radius:12px;margin-bottom:15px;overflow:hidden;transition:all .3s}
.help-accordion-question{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;cursor:pointer;font-size:16px;font-weight:500;color:#222}
.help-accordion-icon{font-size:18px;color:#e63946;transition:all .3s}
.help-accordion-answer{max-height:0;overflow:hidden;padding:0 22px;transition:all .3s}
.help-accordion-item.active .help-accordion-answer{max-height:500px;padding:0 22px 20px}
.help-accordion-answer p{font-size:15px;color:#555;line-height:1.8;margin:0}
.help-accordion-answer p a{color:#e63946;text-decoration:none}
.help-page-pagination{margin-top:40px;text-align:center}
.help-sidebar-wrap{width:300px}
.help-sidebar-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,0.05);padding:25px;margin-bottom:25px}
.help-sidebar-title{font-size:18px;font-weight:600;color:#222;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f5f5f5}
.help-sidebar-list{padding:0;margin:0;list-style:none}
.help-sidebar-list-item{margin-bottom:18px}
.help-sidebar-link{display:flex;gap:12px;text-decoration:none}
.help-sidebar-thumb{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}
.help-top-tag{position:absolute;top:4px;left:4px;background:#e63946;color:#fff;font-size:12px;padding:2px 6px;border-radius:4px}
.help-sidebar-thumb img{width:100%;height:100%;object-fit:cover}
.help-sidebar-info{flex:1}
.help-sidebar-subtitle{font-size:14px;color:#333;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.help-sidebar-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#888}
.help-download-box{text-align:center;padding:10px 0}
.help-download-title{font-size:18px;font-weight:600;color:#222;margin-bottom:10px}
.help-download-desc{font-size:14px;color:#666;margin-bottom:20px;line-height:1.6}
.help-download-btn{display:inline-block;padding:10px 28px;background:#e63946;color:#fff;border-radius:8px;text-decoration:none;transition:all .3s}
.help-download-btn:hover{background:#d02d3a}
@media(max-width:992px){.help-content-row{flex-direction:column}.help-sidebar-wrap{width:100%}}
/*about*/
.about-banner{padding:70px 0;background:#fff9f9}
.about-banner-inner{display:flex;align-items:center;gap:50px;max-width:950px;margin:0 auto;flex-wrap:wrap}
.about-logo-box{width:160px;flex-shrink:0;text-align:center}
.about-logo-box img{max-width:100%;height:auto;display:block;border-radius:12px}
.about-banner-text{flex:1}
.about-banner-text h2{font-size:28px;font-weight:700;color:#222;margin-bottom:20px}
.about-banner-text p{font-size:15px;color:#555;line-height:1.8;margin-bottom:16px}
.about-feature{padding:70px 0;background:#fff}
.about-head{text-align:center;margin-bottom:45px}
.about-head h2{font-size:28px;font-weight:600;color:#222;margin-bottom:10px}
.about-head p{font-size:15px;color:#666}
.about-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.about-feature-item{padding:35px 30px;background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,0.05);transition:all .3s}
.about-feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}
.about-feature-item i{font-size:32px;color:#e63946;margin-bottom:18px}
.about-feature-item h3{font-size:18px;font-weight:600;color:#222;margin-bottom:12px}
.about-feature-item p{font-size:14px;color:#555;line-height:1.7}
.about-concept{padding:70px 0;background:#fff9f9}
.concept-row{max-width:900px;margin:0 auto}
.concept-text h2{font-size:28px;font-weight:700;color:#222;margin-bottom:20px}
.concept-text p{font-size:15px;color:#555;line-height:1.8;margin-bottom:16px}
.about-copyright{padding:40px 0;background:#fff;text-align:center}
.copyright-text p{font-size:14px;color:#666;margin:0;line-height:1.7}
@media(max-width:768px){.about-feature-grid{grid-template-columns:1fr}}
/*info*/
.info-wrap{display:flex;gap:30px;flex-wrap:wrap;margin:50px auto}
.info-main{flex:1;min-width:300px}
.info-card-list{display:flex;flex-direction:column;gap:25px}
.info-card-item{display: flex;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.05);transition:all .3s}
.info-card-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}
.info-card-link{display:flex;align-items:center;text-decoration:none}
/*删除原有.info-card-thumb旧样式，替换下面*/
.info-card-thumb{width:240px;height:160px;overflow:hidden;border-radius:6px;display:flex;align-items:center;justify-content:center;}
.info-card-thumb img{max-width:100%;max-height:100%;object-fit:cover;object-position:center;display:block;}
.info-card-body{flex:1;padding:20px 25px}
.info-card-title{font-size:16px;font-weight:600;color:#222;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.info-card-desc{font-size:15px;color:#666;line-height:1.7;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.info-card-meta{display:flex;gap:50px;font-size:13px;color:#999;align-items: center;justify-content: flex-start;}
.info-card-tag a{display:inline-block;background:#f5f5f5;padding:3px 8px;border-radius:4px;color:#666;text-decoration:none}
.info-card-tag a:hover{color:#e63946}
.info-card-title a{color:#222;text-decoration:none}
.info-card-title a:hover{color:#e63946}
.info-pagination{margin-top:45px;text-align:center}
.info-side{width:320px}
.info-side-sticky{position:sticky;top:30px}
.info-side-widget{background:#fff;border-radius:14px;padding:25px;margin-bottom:25px;box-shadow:0 2px 12px rgba(0,0,0,0.05)}
.info-side-title{font-size:18px;font-weight:600;color:#222;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f2f2f2}
.info-hot-list{padding:0;margin:0;list-style:none}
.info-hot-item{display:flex;gap:12px;margin-bottom:15px}
.info-hot-item a{
	display: flex;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    width: 100%;
    align-items: center;
}
.info-hot-thumb{width:70px;height:70px;border-radius:8px;overflow:hidden;position:flex-shrink:0}
.info-hot-thumb img{width:100%;height:100%;object-fit:cover}
.info-hot-num{position:absolute;top:4px;left:4px;background:#e63946;color:#fff;font-size:12px;padding:2px 5px;border-radius:3px}
.info-hot-body{flex:1}
.info-hot-name{font-size:14px;color:#333;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-hidden}
.info-hot-meta{font-size:12px;color:#999}
.info-app-box{text-align:center;padding:10px 0}
.info-app-name{font-size:18px;font-weight:600;color:#222;margin-bottom:8px}
.info-app-desc{font-size:14px;color:#666;margin-bottom:18px}
.info-app-btn{display:inline-block;padding:10px 24px;background:#e63946;color:#fff;border-radius:8px;text-decoration:none}
.info-tag-list{display:flex;flex-wrap:wrap;gap:8px}
.info-tag-item{padding:6px 10px;background:#f7f7f7;border-radius:6px;font-size:13px;color:#666;text-decoration:none}
@media(max-width:992px){.info-wrap{flex-direction:column}.info-side{width:100%}.info-card-link{flex-direction:column}.info-card-thumb{width:100%;height:auto}}

.privacy-wrap{padding:50px 0;background:#fff}
.privacy-container{max-width:900px;margin:0 auto;padding:0 20px}
.privacy-title{font-size:22px;font-weight:600;margin-bottom:20px;color:#222}
.privacy-section{margin-bottom:30px}
.privacy-section h2{font-size:18px;font-weight:600;margin-bottom:12px;color:#222}
.privacy-section p{font-size:15px;line-height:1.8;color:#555;margin-bottom:10px}
.privacy-footer-text{text-align:right;color:#999;font-size:14px;margin-top:40px}
.user-agree-wrap{padding:50px 0;background:#ffffff}
.user-agree-main{max-width:900px;margin:0 auto;padding:0 20px}
.user-agree-tit{font-size:22px;font-weight:600;color:#222;margin-bottom:25px}
.user-agree-block{margin-bottom:28px}
.user-agree-block h2{font-size:18px;font-weight:600;color:#222;margin-bottom:12px}
.user-agree-block p{font-size:15px;line-height:1.8;color:#555;margin-bottom:10px}
.user-agree-date{margin-top:40px;padding-top:20px;border-top:1px solid #eeeeee;text-align:right;font-size:14px;color:#888}

.info-wrap{display:flex;gap:30px;margin:20px 0;}
.info-main{flex:1;min-width:0;}
.info-side{width:300px;flex-shrink:0;}
.content-area-show{background:#fff;padding:30px;border-radius:8px;box-shadow:0 1px 12px rgba(0,0,0,0.06);}
.article-title{font-size:20px;color:#222;line-height:1.4;margin:0 0 16px;padding-bottom:14px;border-bottom:1px solid #eee;}
.article-meta{font-size:14px;color:#888;margin-bottom:24px;}
.article-meta span{margin-right:22px;}
.article-content{font-size:16px;line-height:1.85;color:#333;word-break:break-all;}
.article-content p{margin-bottom:16px;}
.article-content img{max-width:50%;height:auto;border-radius:6px;margin:12px auto;display:block;}
.pagination-show{margin:32px 0;padding:22px 16px;border:1px dashed #eee;border-radius:8px;background:#fdfdfd;}
.pagination-show ul{display:flex;justify-content:space-between;padding:0;margin:0;list-style:none;gap: 20px;flex-direction: column;align-items: flex-start;}
.pagination-show .l{text-align:left;    padding-bottom: 8px;    border-bottom: 1px solid #f2f2f2;}
.pagination-show .r{text-align:right;}
.pagination-show a{color:#d62828;text-decoration:none;}
.pagination-show a:hover{text-decoration:underline;}
.related-news{margin-top:30px;background:#fff;padding:25px 30px;border-radius:8px;box-shadow:0 1px 12px rgba(0,0,0,0.06);}
.related-title{font-size:18px;padding-left:12px;border-left:4px solid #d62828;margin-bottom:18px;color:#222;}
.related-list{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #f2f2f2;transition:all 0.2s;}
.related-list:hover{background-color:#fafafa;}
.related-item{display:flex;align-items:center;}
.related-item span{color:#d62828;margin-right:8px;}
.related-item a{color:#333;}
.related-item a:hover{color:#d62828;}
.related-list-time{font-size:13px;color:#999;}
.info-side-sticky{position:sticky;top:20px;}
.info-side-widget{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 1px 12px rgba(0,0,0,0.06);}
.info-side-title{font-size:16px;margin:0 0 15px;padding-bottom:12px;border-bottom:1px solid #eee;position:relative;padding-left:12px;}
.info-side-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:#d62828;}
.info-hot-list{padding:0;margin:0;list-style:none;}
.info-hot-item{margin-bottom:14px;}
.info-hot-item a{display:flex;gap:10px;text-decoration:none;color:#333;}
.info-hot-thumb{width:60px;height:60px;border-radius:6px;overflow:hidden;position:relative;flex-shrink:0;}
.info-hot-num{position:absolute;top:0;left:0;color:#fff;font-size:10px;padding:1px 5px;z-index:2;}
.info-hot-item:nth-child(1) .info-hot-num{background:#e82c2c;}
.info-hot-item:nth-child(2) .info-hot-num{background:#f05828;}
.info-hot-item:nth-child(3) .info-hot-num{background:#f78327;}
.info-hot-item:nth-child(4) .info-hot-num{background:#fcae26;}
.info-hot-item:nth-child(5) .info-hot-num{background:#ffd225;}
.info-hot-thumb img{width:100%;height:100%;object-fit:cover;}
.info-hot-body{flex:1;overflow:hidden;}
.info-hot-name{font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;}
.info-hot-meta{font-size:12px;color:#999;}
.info-app-box{background:linear-gradient(135deg,#d62828,#b71c1c);text-align:center;padding:25px 20px;border-radius:8px;color:#fff;}
.info-app-name{font-size:18px;margin:0 0 6px;color:#fff;}
.info-app-desc{font-size:13px;margin:0 0 15px;opacity:0.9;color:#fff;}
.info-app-btn{display:inline-block;background:#fff;color:#d62828;padding:8px 22px;border-radius:30px;font-size:14px;text-decoration:none;font-weight:500;}
@media(max-width:768px){.info-wrap{flex-direction:column;gap:20px;}.info-side{width:100%;}.content-area-show{padding:18px;}.article-title{font-size:22px;}.related-news{padding:20px;}}