html{font-size:14px}
@media (min-width:768px){html{font-size:16px}
}.container{max-width:960px}
.pricing-header{max-width:700px;margin:0 auto}
.card-deck .card{min-width:220px}
.nav a{font-size:14px}
.nav a:hover{color:#0069d9 !important}
.home-wrapper{}
.home-wrapper .btn{min-width:110px;height:40px;border-radius:20px;font-size:16px;transition:all 0.3s ease-in-out}
.btn{transition:all 0.3s ease-in-out}
.btn:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(24 144 255,0.4)}
.te-xing{margin:80px 0 50px}
.te-xing-wrap{text-align:center;color:#697b8c}
.te-xing-wrap h3{color:#0d1a26;font-size:16px;margin:8px auto}
.te-xing-wrap .page1-image{width:80px;height:80px;border-radius:40px;margin:20px auto 32px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;background:#fff;transition:box-shadow .3s ease-out,transform .3s ease-out}
.te-xing-item:hover .page1-image{transform:translateY(-5px)}
.card:hover{transition:transform .3s ease-out;transform:translateY(-5px)}
.card-header{background:linear-gradient(
            45deg,#096dd9,60%,#40a9ff);padding-top:24px;padding-bottom:18px;color:#fff}
.card-header p{margin-top:20px}
.card-body li{margin-left:10px}
.page1-line.title-line-wrapper{width:312px;margin:24px auto 48px}
.title-line-wrapper{height:2px;width:100%;overflow:hidden}
.page1-line.title-line-wrapper .title-line{animation:page1TitleLine 3s ease-in-out 1.5s infinite}
.title-line-wrapper .title-line{height:100%;width:64px;transform:translateX(-64px);background:linear-gradient(
            90deg,rgba(24,144,255,0) 0,#1890ff)}
@keyframes page1TitleLine{0%,25%{transform:translateX(-64px)}
75%,100%{transform:translateX(376px)}
}.img{padding-top:40px}
@media screen and (max-width:750px){.img{padding-top:140px}
}.features-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}
.section-title{font-size:2.5rem;font-weight:700;color:#1e293b;position:relative;padding-bottom:1rem}
.section-title:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px}
.section-subtitle{font-size:1.125rem;max-width:600px;margin-left:auto;margin-right:auto}
.feature-card{transition:all 0.3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}
.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,0.1);border-color:#3b82f6}
.feature-card:before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);opacity:0;transition:opacity 0.3s ease}
.feature-card:hover:before{opacity:1}
.feature-icon-wrapper{display:flex;justify-content:center;align-items:center;height:120px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:0.5rem 0.5rem 0 0;margin:0;padding:1.5rem}
.feature-icon-wrapper img{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,0.1));transition:transform 0.3s ease}
.feature-card:hover .feature-icon-wrapper img{transform:scale(1.1)}
.card-body{padding:1.5rem}
.card-title{font-weight:600;color:#1e293b;line-height:1.4}
.card-text{font-size:0.95rem;line-height:1.6;margin-bottom:0}
@media (max-width:768px){.features-section{padding:3rem 0}
.section-title{font-size:2rem}
.feature-icon-wrapper{height:100px}
.feature-icon-wrapper img{width:60px;height:60px}
}@media (max-width:576px){.section-title{font-size:1.75rem}
.section-subtitle{font-size:1rem}
}.page-header{background:#ffffff;padding:4rem 1rem 5rem;position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,0.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,0.03) 0%,transparent 50%);z-index:1}
.page-header .container{position:relative;z-index:2;max-width:900px}
.brand-logo{display:inline-block;transition:transform 0.3s ease}
.brand-logo:hover{transform:translateY(-2px)}
.header-logo{max-width:100%;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,0.08));margin-top:40px}
.divider-line{display:flex;justify-content:center;align-items:center;position:relative;height:4px}
.divider-line .line{display:block;width:60px;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;position:relative;overflow:hidden}
.divider-line .line::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);animation:shine 3s ease-in-out infinite}
@keyframes shine{0%{left:-100%}
20%,100%{left:100%}
}.main-heading{font-size:3.5rem;font-weight:800;line-height:1.1;color:#1e293b;margin-bottom:1.5rem;position:relative;background:linear-gradient(90deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-0.5px}
.lead-text{font-size:1.4rem;line-height:1.6;color:#64748b;max-width:700px;margin-left:auto;margin-right:auto;font-weight:400}
.cta-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:2.5rem}
.cta-button{padding:1rem 2.5rem;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:160px;border:2px solid transparent;position:relative;overflow:hidden}
.cta-button::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);opacity:0;transition:opacity 0.3s ease}
.cta-button:hover::before{opacity:1}
.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:white;box-shadow:0 8px 20px rgba(59,130,246,0.3)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(59,130,246,0.4);background:linear-gradient(135deg,#2563eb,#7c3aed);color:white}
.btn-outline-primary{background:white;border:2px solid #3b82f6;color:#3b82f6;box-shadow:0 4px 12px rgba(0,0,0,0.05)}
.btn-outline-primary:hover{background:#f8fafc;border-color:#2563eb;color:#2563eb;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}
@media (max-width:768px){.page-header{padding:3rem 1rem 4rem}
.main-heading{font-size:2.5rem}
.lead-text{font-size:1.2rem;padding:0 1rem}
.cta-buttons{flex-direction:column;gap:1rem}
.cta-button{width:100%;max-width:280px}
}@media (max-width:480px){.main-heading{font-size:2rem}
.lead-text{font-size:1.1rem}
.header-logo{width:140px}
}
.pricing-section{padding:5rem 0;background:#ffffff}
.section-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}
.section-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto 3rem}
.card{border-radius:16px;overflow:hidden;transition:all 0.3s ease;border:1px solid #e2e8f0}
.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,0.1) !important}
.card.featured{border:2px solid #3b82f6;box-shadow:0 15px 30px rgba(59,130,246,0.15) !important}
.featured-badge{position:absolute;top:0.7rem;right:-1.9rem;background:linear-gradient(45deg,#3b82f6,#8b5cf6);color:white;padding:0.5rem 2rem;font-size:0.875rem;font-weight:600;transform:rotate(45deg);box-shadow:0 4px 12px rgba(59,130,246,0.3);z-index:10}
.price-badge{display:inline-block;background:#f1f5f9;color:#64748b;padding:0.25rem 1rem;border-radius:20px;font-size:0.875rem;font-weight:500;margin-bottom:1rem}
.card-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;position:relative}
.price-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:0.5rem}
.price-amount{font-size:3.5rem;font-weight:800;line-height:1;color:#1e293b;margin:1rem 0}
.price-amount.text-primary{color:#3b82f6 !important}
.price-amount small{font-size:1.125rem;font-weight:500;color:#64748b;margin-left:0.25rem}
.price-period{font-size:0.875rem;margin-bottom:0}
.price-features{padding:0;margin:1.5rem 0}
.feature-item{padding:0.75rem 0;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;color:#475569;font-size:0.95rem}
.feature-item:last-child{border-bottom:none}
.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f1f5f9;border-radius:8px;margin-right:0.75rem;font-size:1rem;color:#3b82f6;flex-shrink:0}
.feature-item strong{color:#1e293b;font-weight:600}
.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:white;font-weight:600;padding:0.875rem 1.5rem;border-radius:12px;box-shadow:0 8px 20px rgba(59,130,246,0.2);transition:all 0.3s ease}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(59,130,246,0.3);background:linear-gradient(135deg,#2563eb,#7c3aed);color:white}
.pricing-info{background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}
@media (max-width:992px){
.pricing-section{padding:3rem 0}
.section-title{font-size:2rem}
.price-amount{font-size:2.75rem}
.featured-badge{right:-1rem;padding:0.5rem 1.5rem;font-size:0.75rem}
}
@media (max-width:768px){.row-cols-lg-3{gap:1.5rem}
.card{max-width:350px;margin-left:auto;margin-right:auto}
}
.gowith{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);margin-top:30px;padding:50px 0}

/* 面包屑导航样式 */
.breadcrumb-nav{background:#f8fafc;padding:0.5rem 0;border-bottom:1px solid #e2e8f0}
.breadcrumb{background:transparent;padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center}
.breadcrumb-item{font-size:0.875rem;color:#64748b}
.breadcrumb-item+.breadcrumb-item::before{content:"/";padding:0 0.5rem;color:#cbd5e1}
.breadcrumb-item.active{color:#1e293b;font-weight:500}
.breadcrumb-item a{color:#3b82f6;text-decoration:none;transition:color 0.3s ease}
.breadcrumb-item a:hover{color:#2563eb;text-decoration:underline}

/* 导航栏优化 */
.navbar{box-shadow:0 2px 8px rgba(0,0,0,0.05)}
.navbar-brand img{transition:transform 0.3s ease}
.navbar-brand:hover img{transform:scale(1.05)}
.nav-link{transition:color 0.3s ease,transform 0.3s ease}
.nav-link:hover{transform:translateY(-2px)}

/* Footer优化 */
footer{background:#f8fafc;border-top:1px solid #e2e8f0}
footer a{color:#3b82f6;text-decoration:none;transition:color 0.3s ease}
footer a:hover{color:#2563eb;text-decoration:underline}