1247 lines
27 KiB
CSS
1247 lines
27 KiB
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
:root {
|
|
--primary: #FAE307;
|
|
--primary-deep: #d4c506;
|
|
--primary-soft: rgba(250, 227, 7, 0.8);
|
|
}
|
|
|
|
.app {
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
background: #000000;
|
|
color: #f5f5f5;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
line-height: 1.6;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
position: relative;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
/* 整个页面的星星点点效果 */
|
|
.app::before {
|
|
content: "";
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 120%;
|
|
height: 120%;
|
|
background-image:
|
|
radial-gradient(circle at 20% 30%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 60% 70%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 50% 50%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 80% 10%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 90% 40%, var(--primary) 2px, transparent 2px),
|
|
radial-gradient(circle at 33% 60%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 55% 80%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 10% 90%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 25% 15%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 70% 25%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 40% 85%, var(--primary) 2px, transparent 2px),
|
|
radial-gradient(circle at 15% 50%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 85% 60%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 75% 90%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 5% 70%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 45% 20%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 95% 80%, var(--primary) 2px, transparent 2px),
|
|
radial-gradient(circle at 35% 45%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 65% 5%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 50% 95%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 12% 25%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 38% 65%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 68% 35%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 88% 75%, var(--primary) 2px, transparent 2px),
|
|
radial-gradient(circle at 22% 85%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 72% 15%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 42% 45%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 92% 55%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 18% 65%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 58% 25%, var(--primary) 2px, transparent 2px);
|
|
background-size: 120% 120%;
|
|
opacity: 0.6;
|
|
animation: starMove1 20s linear infinite, twinkle 3s ease-in-out infinite;
|
|
z-index: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.app::after {
|
|
content: "";
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 120%;
|
|
height: 120%;
|
|
background-image:
|
|
radial-gradient(circle at 30% 40%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 50% 20%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 80% 50%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 20% 80%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 90% 15%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 40% 10%, var(--primary) 2px, transparent 2px),
|
|
radial-gradient(circle at 60% 60%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 10% 40%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 70% 85%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 25% 55%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 85% 30%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 5% 25%, var(--primary) 2px, transparent 2px),
|
|
radial-gradient(circle at 55% 90%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 95% 70%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 15% 60%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 75% 35%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 45% 75%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 35% 5%, var(--primary) 2px, transparent 2px),
|
|
radial-gradient(circle at 65% 45%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 50% 65%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 28% 35%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 48% 85%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 78% 25%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 8% 75%, var(--primary) 2px, transparent 2px),
|
|
radial-gradient(circle at 52% 15%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 82% 65%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 32% 55%, var(--primary) 1.5px, transparent 1.5px),
|
|
radial-gradient(circle at 62% 85%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 92% 25%, var(--primary) 1px, transparent 1px),
|
|
radial-gradient(circle at 18% 45%, var(--primary) 2px, transparent 2px);
|
|
background-size: 120% 120%;
|
|
opacity: 0.4;
|
|
animation: starMove2 25s linear infinite reverse, twinkle 4s ease-in-out infinite reverse;
|
|
z-index: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
padding: 0 24px;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* Hero 区 */
|
|
.hero {
|
|
min-height: 100vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #000000;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
padding: 80px 0;
|
|
position: relative;
|
|
overflow: hidden;
|
|
animation: fadeIn 0.9s ease-out;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* Hero 背景光圈效果 */
|
|
.hero::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 40%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 700px;
|
|
height: 500px;
|
|
background: radial-gradient(
|
|
ellipse at center,
|
|
rgba(250, 227, 7, 0.4) 0%,
|
|
rgba(250, 227, 7, 0.2) 30%,
|
|
rgba(250, 227, 7, 0.15) 50%,
|
|
transparent 70%
|
|
);
|
|
border-radius: 50%;
|
|
filter: blur(80px);
|
|
pointer-events: none;
|
|
z-index: 0;
|
|
animation: glowPulse 8s ease-in-out infinite;
|
|
}
|
|
|
|
.hero .container {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
@keyframes glowPulse {
|
|
0%, 100% {
|
|
opacity: 0.8;
|
|
transform: translate(-50%, -50%) scale(1);
|
|
}
|
|
50% {
|
|
opacity: 1;
|
|
transform: translate(-50%, -50%) scale(1.1);
|
|
}
|
|
}
|
|
|
|
|
|
@keyframes starMove1 {
|
|
0% {
|
|
transform: translate(0, 0);
|
|
}
|
|
25% {
|
|
transform: translate(5%, 3%);
|
|
}
|
|
50% {
|
|
transform: translate(-3%, 8%);
|
|
}
|
|
75% {
|
|
transform: translate(-8%, 3%);
|
|
}
|
|
100% {
|
|
transform: translate(0, 0);
|
|
}
|
|
}
|
|
|
|
@keyframes starMove2 {
|
|
0% {
|
|
transform: translate(0, 0);
|
|
}
|
|
25% {
|
|
transform: translate(-4%, -5%);
|
|
}
|
|
50% {
|
|
transform: translate(6%, -2%);
|
|
}
|
|
75% {
|
|
transform: translate(3%, 6%);
|
|
}
|
|
100% {
|
|
transform: translate(0, 0);
|
|
}
|
|
}
|
|
|
|
@keyframes twinkle {
|
|
0%, 100% {
|
|
opacity: 0.4;
|
|
}
|
|
50% {
|
|
opacity: 0.9;
|
|
}
|
|
}
|
|
|
|
@keyframes fadeIn {
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
.hero-title {
|
|
font-size: 56px;
|
|
font-weight: 700;
|
|
line-height: 1.2;
|
|
margin-bottom: 24px;
|
|
letter-spacing: -0.02em;
|
|
|
|
position: relative;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
border-right: 2px solid rgba(250, 227, 7, 0.9);
|
|
animation:
|
|
typing 4s steps(24, end) 0.5s forwards,
|
|
blink-caret 0.8s step-end infinite;
|
|
}
|
|
|
|
.hero-subtitle {
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
line-height: 1.6;
|
|
margin-bottom: 16px;
|
|
opacity: 0.95;
|
|
max-width: 800px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.hero-desc {
|
|
font-size: 18px;
|
|
opacity: 0.9;
|
|
margin-bottom: 48px;
|
|
max-width: 700px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.hero-features {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 16px;
|
|
justify-content: center;
|
|
margin-bottom: 48px;
|
|
}
|
|
|
|
.feature-tag {
|
|
display: inline-block;
|
|
padding: 10px 28px;
|
|
background: rgba(250, 227, 7, 0.1);
|
|
border: 1px solid rgba(250, 227, 7, 0.4);
|
|
border-radius: 24px;
|
|
font-size: 15px;
|
|
color: rgba(255, 255, 255, 0.95);
|
|
backdrop-filter: blur(10px);
|
|
transition: all 0.3s ease;
|
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 0 20px rgba(250, 227, 7, 0.1);
|
|
}
|
|
|
|
.feature-tag:hover {
|
|
background: rgba(250, 227, 7, 0.2);
|
|
border-color: rgba(250, 227, 7, 0.6);
|
|
transform: translateY(-3px);
|
|
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 30px rgba(250, 227, 7, 0.2);
|
|
}
|
|
|
|
.hero-cta {
|
|
display: flex;
|
|
gap: 16px;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.btn-primary {
|
|
padding: 16px 32px;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
background: radial-gradient(circle at 0 0, #ffffff 0, var(--primary) 55%, var(--primary-deep) 100%);
|
|
color: #17130a;
|
|
border: none;
|
|
border-radius: 999px;
|
|
cursor: pointer;
|
|
transition: all 0.22s ease-out;
|
|
box-shadow:
|
|
0 8px 22px rgba(0, 0, 0, 0.35),
|
|
0 0 22px rgba(250, 227, 7, 0.6);
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.btn-primary::after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
border-radius: inherit;
|
|
border: 1px solid rgba(255, 255, 255, 0.7);
|
|
mix-blend-mode: screen;
|
|
pointer-events: none;
|
|
}
|
|
|
|
|
|
.btn-primary::after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
border-radius: inherit;
|
|
border: 1px solid rgba(255, 255, 255, 0.7);
|
|
mix-blend-mode: screen;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
transform: translateY(-2px);
|
|
box-shadow:
|
|
0 12px 30px rgba(0, 0, 0, 0.45),
|
|
0 0 32px rgba(250, 227, 7, 0.85);
|
|
filter: brightness(1.03);
|
|
}
|
|
|
|
.btn-primary:active {
|
|
transform: translateY(0);
|
|
box-shadow:
|
|
0 6px 16px rgba(0, 0, 0, 0.35),
|
|
0 0 20px rgba(250, 227, 7, 0.7);
|
|
}
|
|
|
|
|
|
.btn-secondary {
|
|
padding: 16px 32px;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
background: transparent;
|
|
color: #ffffff;
|
|
border: 1px solid rgba(250, 227, 7, 0.6);
|
|
border-radius: 999px;
|
|
cursor: pointer;
|
|
transition: all 0.22s ease-out;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
.btn-secondary::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: linear-gradient(120deg, transparent 0, rgba(250, 227, 7, 0.28) 40%, transparent 100%);
|
|
transform: translateX(-120%);
|
|
transition: transform 0.25s ease-out;
|
|
}
|
|
|
|
.btn-secondary:hover::before {
|
|
transform: translateX(0%);
|
|
}
|
|
|
|
.btn-secondary:hover {
|
|
background: rgba(250, 227, 7, 0.12);
|
|
border-color: rgba(250, 227, 7, 0.9);
|
|
}
|
|
|
|
/* Section 通用样式 */
|
|
.section {
|
|
padding: 120px 0;
|
|
scroll-margin-top: 80px;
|
|
animation: fadeInUp 0.8s ease-out;
|
|
background: transparent;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
@keyframes fadeInUp {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(30px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
@keyframes typing {
|
|
from {
|
|
width: 0;
|
|
}
|
|
to {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@keyframes blink-caret {
|
|
0%, 100% {
|
|
border-color: rgba(250, 227, 7, 0);
|
|
}
|
|
50% {
|
|
border-color: rgba(250, 227, 7, 0.9);
|
|
}
|
|
}
|
|
|
|
.section-alt {
|
|
background: transparent;
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
line-height: 1.2;
|
|
margin-bottom: 24px;
|
|
text-align: center;
|
|
letter-spacing: -0.02em;
|
|
color: #fdfdfd;
|
|
}
|
|
|
|
.section-subtitle {
|
|
font-size: 20px;
|
|
line-height: 1.8;
|
|
color: rgba(245, 245, 245, 0.78);
|
|
text-align: center;
|
|
max-width: 800px;
|
|
margin: 0 auto 64px;
|
|
}
|
|
|
|
.section-desc {
|
|
font-size: 18px;
|
|
line-height: 1.8;
|
|
color: rgba(245, 245, 245, 0.78);
|
|
text-align: center;
|
|
max-width: 900px;
|
|
margin: 0 auto 64px;
|
|
}
|
|
|
|
.section-summary {
|
|
font-size: 22px;
|
|
line-height: 1.8;
|
|
color: #f5f5f5;;
|
|
text-align: center;
|
|
max-width: 700px;
|
|
margin: 64px auto 0;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/* 痛点区块 */
|
|
.pain-points {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
gap: 32px;
|
|
margin-bottom: 48px;
|
|
}
|
|
|
|
.pain-point {
|
|
padding: 32px;
|
|
background: rgba(255, 255, 255, 0.03);
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-radius: 12px;
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
|
|
transition: all 0.3s ease;
|
|
backdrop-filter: blur(10px);
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.pain-point::before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 60%;
|
|
background: radial-gradient(
|
|
ellipse at center bottom,
|
|
rgba(250, 227, 7, 0.15) 0%,
|
|
rgba(250, 227, 7, 0.08) 40%,
|
|
transparent 70%
|
|
);
|
|
pointer-events: none;
|
|
border-radius: 0 0 16px 16px;
|
|
}
|
|
|
|
.pain-point:hover {
|
|
transform: translateY(-4px);
|
|
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
|
|
border-color: rgba(250, 227, 7, 0.3);
|
|
background: rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
.pain-point:hover::before {
|
|
background: radial-gradient(
|
|
ellipse at center bottom,
|
|
rgba(250, 227, 7, 0.25) 0%,
|
|
rgba(250, 227, 7, 0.12) 40%,
|
|
transparent 70%
|
|
);
|
|
}
|
|
|
|
.pain-point h3 {
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
margin-bottom: 16px;
|
|
color: var(--primary);
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.pain-point p {
|
|
font-size: 16px;
|
|
line-height: 1.8;
|
|
color: rgba(245, 245, 245, 0.78);
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* 功能列表 */
|
|
.features-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0;
|
|
margin-top: 64px;
|
|
max-width: 900px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-top: 1px solid rgba(250, 227, 7, 0.2);
|
|
}
|
|
|
|
.feature-item {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
gap: 40px;
|
|
padding: 48px 0;
|
|
border-bottom: 1px solid rgba(250, 227, 7, 0.2);
|
|
transition: all 0.3s ease;
|
|
opacity: 0;
|
|
transform: translateX(-30px);
|
|
animation: featureItemFadeIn 0.6s ease-out forwards;
|
|
}
|
|
|
|
.feature-item:nth-child(1) {
|
|
animation-delay: 0.1s;
|
|
}
|
|
|
|
.feature-item:nth-child(2) {
|
|
animation-delay: 0.2s;
|
|
}
|
|
|
|
.feature-item:nth-child(3) {
|
|
animation-delay: 0.3s;
|
|
border-bottom: none;
|
|
}
|
|
|
|
@keyframes featureItemFadeIn {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateX(-30px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateX(0);
|
|
}
|
|
}
|
|
|
|
.feature-item:hover {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.feature-number {
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
color: var(--primary);
|
|
line-height: 1;
|
|
flex-shrink: 0;
|
|
width: 80px;
|
|
text-align: center;
|
|
opacity: 0.8;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.feature-item:hover .feature-number {
|
|
opacity: 1;
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
.feature-content {
|
|
flex: 1;
|
|
}
|
|
|
|
.feature-item h3 {
|
|
font-size: 28px;
|
|
font-weight: 600;
|
|
margin-bottom: 16px;
|
|
color: #ffffff;
|
|
transition: color 0.3s ease;
|
|
}
|
|
|
|
.feature-item:hover h3 {
|
|
color: var(--primary);
|
|
}
|
|
|
|
.feature-item p {
|
|
font-size: 18px;
|
|
line-height: 1.9;
|
|
color: rgba(245, 245, 245, 0.85);
|
|
}
|
|
|
|
/* 场景卡片 */
|
|
.scenarios {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 48px;
|
|
margin-top: 64px;
|
|
align-items: stretch;
|
|
}
|
|
|
|
.scenario-card {
|
|
padding: 48px;
|
|
background: rgba(255, 255, 255, 0.03);
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-radius: 12px;
|
|
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
|
|
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
|
width: 100%;
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
backdrop-filter: blur(10px);
|
|
position: relative;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
opacity: 0;
|
|
transform: translateY(40px);
|
|
}
|
|
|
|
@keyframes scenarioCardFadeIn {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(40px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
|
|
@keyframes scenarioFloat {
|
|
0%, 100% {
|
|
transform: translateY(0);
|
|
}
|
|
50% {
|
|
transform: translateY(-4px);
|
|
}
|
|
}
|
|
|
|
.scenario-card:nth-child(1) {
|
|
animation: scenarioCardFadeIn 0.8s ease-out 0.1s forwards,
|
|
scenarioFloat 6s ease-in-out 1.2s infinite;
|
|
}
|
|
|
|
.scenario-card:nth-child(2) {
|
|
animation: scenarioCardFadeIn 0.8s ease-out 0.3s forwards,
|
|
scenarioFloat 6s ease-in-out 1.6s infinite;
|
|
}
|
|
|
|
.scenario-card:nth-child(3) {
|
|
animation: scenarioCardFadeIn 0.8s ease-out 0.5s forwards,
|
|
scenarioFloat 6s ease-in-out 2s infinite;
|
|
}
|
|
|
|
.scenario-card::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 200px;
|
|
height: 200px;
|
|
background: radial-gradient(
|
|
circle,
|
|
rgba(250, 227, 7, 0.15) 0%,
|
|
transparent 70%
|
|
);
|
|
filter: blur(40px);
|
|
pointer-events: none;
|
|
opacity: 0;
|
|
transition: opacity 0.3s ease;
|
|
}
|
|
|
|
.scenario-card:hover::before {
|
|
opacity: 1;
|
|
}
|
|
|
|
.scenario-card:hover {
|
|
transform: translateY(-12px) scale(1.02);
|
|
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 60px rgba(250, 227, 7, 0.2);
|
|
border-color: rgba(250, 227, 7, 0.5);
|
|
background: linear-gradient(
|
|
135deg,
|
|
rgba(250, 227, 7, 0.12) 0%,
|
|
rgba(255, 255, 255, 0.06) 50%,
|
|
rgba(255, 255, 255, 0.04) 100%
|
|
);
|
|
}
|
|
|
|
.scenario-card:hover .scenario-label {
|
|
transform: scale(1.05);
|
|
box-shadow: 0 6px 20px rgba(250, 227, 7, 0.4);
|
|
}
|
|
|
|
.scenario-card:hover h3 {
|
|
color: var(--primary);
|
|
transition: color 0.3s ease;
|
|
}
|
|
|
|
.scenario-card h3 {
|
|
font-size: 28px;
|
|
font-weight: 600;
|
|
margin-bottom: 16px;
|
|
color: #ffffff;
|
|
position: relative;
|
|
z-index: 1;
|
|
transition: color 0.3s ease;
|
|
}
|
|
|
|
.scenario-label {
|
|
display: inline-block;
|
|
padding: 8px 20px;
|
|
background: linear-gradient(135deg, var(--primary) 0%, rgba(250, 227, 7, 0.9) 100%);
|
|
color: #000000;
|
|
border-radius: 12px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
margin-bottom: 28px;
|
|
box-shadow: 0 4px 12px rgba(250, 227, 7, 0.3);
|
|
position: relative;
|
|
z-index: 1;
|
|
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
|
}
|
|
|
|
.scenario-desc {
|
|
font-size: 18px;
|
|
line-height: 1.9;
|
|
color: rgba(245, 245, 245, 0.85);
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* 功能列表 */
|
|
.functions-list {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 32px;
|
|
margin-top: 64px;
|
|
max-width: 1100px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.function-item {
|
|
padding: 48px 40px;
|
|
background: linear-gradient(
|
|
135deg,
|
|
rgba(0, 0, 0, 0.6) 0%,
|
|
rgba(0, 0, 0, 0.8) 50%,
|
|
rgba(250, 227, 7, 0.08) 100%
|
|
);
|
|
border: 1px solid rgba(250, 227, 7, 0.3);
|
|
border-radius: 12px;
|
|
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
|
|
transition: all 0.3s ease;
|
|
backdrop-filter: blur(10px);
|
|
position: relative;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.function-item::before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
width: 60%;
|
|
height: 60%;
|
|
background: radial-gradient(
|
|
ellipse at bottom right,
|
|
rgba(250, 227, 7, 0.15) 0%,
|
|
rgba(250, 227, 7, 0.05) 40%,
|
|
transparent 70%
|
|
);
|
|
pointer-events: none;
|
|
transition: opacity 0.3s ease;
|
|
}
|
|
|
|
.function-item:hover::before {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.function-item:hover {
|
|
transform: translateY(-4px);
|
|
border-color: rgba(250, 227, 7, 0.5);
|
|
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 30px rgba(250, 227, 7, 0.1);
|
|
}
|
|
|
|
.function-item h3 {
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
margin-bottom: 16px;
|
|
color: #ffffff;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.function-item p {
|
|
font-size: 17px;
|
|
line-height: 1.9;
|
|
color: rgba(245, 245, 245, 0.85);
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* 愿景列表 */
|
|
.vision-list {
|
|
list-style: none;
|
|
max-width: 600px;
|
|
margin: 48px auto;
|
|
padding: 0;
|
|
}
|
|
|
|
.vision-list li {
|
|
font-size: 20px;
|
|
line-height: 2;
|
|
color: #f5f5f5;;
|
|
padding: 16px 0;
|
|
padding-left: 32px;
|
|
position: relative;
|
|
}
|
|
|
|
.vision-list li::before {
|
|
content: "✨";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 16px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.vision-motto {
|
|
font-size: 24px;
|
|
line-height: 1.8;
|
|
color: var(--primary-soft);
|
|
text-align: center;
|
|
max-width: 700px;
|
|
margin: 64px auto 0;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* FAQ */
|
|
.faq-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 32px;
|
|
margin-top: 48px;
|
|
max-width: 900px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.faq-item {
|
|
padding: 0;
|
|
background: rgba(255, 255, 255, 0.03);
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
|
|
backdrop-filter: blur(10px);
|
|
cursor: pointer;
|
|
transition: all 0.3s ease;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.faq-item:hover {
|
|
border-color: rgba(250, 227, 7, 0.3);
|
|
background: rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
.faq-item.open {
|
|
border-color: rgba(250, 227, 7, 0.4);
|
|
background: rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
.faq-question {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24px 32px;
|
|
gap: 16px;
|
|
}
|
|
|
|
.faq-item h3 {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
margin: 0;
|
|
color: #ffffff;
|
|
flex: 1;
|
|
}
|
|
|
|
.faq-icon {
|
|
font-size: 24px;
|
|
font-weight: 300;
|
|
color: rgba(250, 227, 7, 0.8);
|
|
transition: transform 0.3s ease, color 0.3s ease;
|
|
flex-shrink: 0;
|
|
width: 24px;
|
|
text-align: center;
|
|
}
|
|
|
|
.faq-item:hover .faq-icon {
|
|
color: var(--primary);
|
|
}
|
|
|
|
.faq-item.open .faq-icon {
|
|
color: var(--primary);
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.faq-answer {
|
|
padding: 0 32px 24px 32px;
|
|
animation: slideDown 0.3s ease-out;
|
|
}
|
|
|
|
@keyframes slideDown {
|
|
from {
|
|
opacity: 0;
|
|
max-height: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
max-height: 500px;
|
|
}
|
|
}
|
|
|
|
.faq-item p {
|
|
font-size: 16px;
|
|
line-height: 1.8;
|
|
color: rgba(245, 245, 245, 0.85);
|
|
margin: 0;
|
|
}
|
|
|
|
/* CTA 区块 */
|
|
.cta-section {
|
|
background: transparent;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.cta-card {
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
padding: 80px 64px;
|
|
background: linear-gradient(
|
|
150deg,
|
|
rgba(250, 227, 7,0.12) 0%,
|
|
rgba(250, 227, 7,0.05) 25%,
|
|
rgba(0, 0, 0,0.2) 50%,
|
|
rgba(250, 227, 7,0.05) 75%,
|
|
rgba(250, 227, 7, 0.12) 100%
|
|
);
|
|
border-radius: 12px;
|
|
text-align: center;
|
|
position: relative;
|
|
overflow: hidden;
|
|
backdrop-filter: blur(10px);
|
|
}
|
|
|
|
.cta-card::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: radial-gradient(
|
|
ellipse at center,
|
|
rgba(250, 227, 7, 0.1) 0%,
|
|
transparent 70%
|
|
);
|
|
pointer-events: none;
|
|
}
|
|
|
|
.cta-card-title {
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
line-height: 1.2;
|
|
margin-bottom: 24px;
|
|
color: #ffffff;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.cta-card-subtitle {
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
margin-bottom: 48px;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.cta-card-button {
|
|
padding: 18px 48px;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
background: var(--primary);
|
|
color: #000000;
|
|
border: none;
|
|
border-radius: 12px;
|
|
cursor: pointer;
|
|
transition: all 0.3s ease;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
position: relative;
|
|
z-index: 1;
|
|
box-shadow: 0 4px 16px rgba(250, 227, 7, 0.3);
|
|
}
|
|
|
|
.cta-card-button:hover {
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 8px 24px rgba(250, 227, 7, 0.5);
|
|
filter: brightness(1.1);
|
|
}
|
|
|
|
.cta-card-button:active {
|
|
transform: translateY(0);
|
|
}
|
|
|
|
.cta-arrow {
|
|
font-size: 20px;
|
|
transition: transform 0.3s ease;
|
|
}
|
|
|
|
.cta-card-button:hover .cta-arrow {
|
|
transform: translate(4px, -4px);
|
|
}
|
|
|
|
|
|
/* Footer */
|
|
.footer {
|
|
padding: 48px 0;
|
|
background: transparent;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.footer-brand {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.footer-tagline {
|
|
font-size: 16px;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
/* 响应式设计 */
|
|
@media (max-width: 768px) {
|
|
.hero-title {
|
|
font-size: 36px;
|
|
}
|
|
|
|
.cta-card {
|
|
padding: 60px 40px;
|
|
}
|
|
|
|
.cta-card-title {
|
|
font-size: 36px;
|
|
}
|
|
|
|
.cta-card-subtitle {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.hero-subtitle {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.hero-desc {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.section-subtitle,
|
|
.section-desc {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.hero-cta {
|
|
flex-direction: column;
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-primary,
|
|
.btn-secondary {
|
|
width: 100%;
|
|
}
|
|
|
|
.pain-points,
|
|
.feature-item {
|
|
flex-direction: column;
|
|
gap: 24px;
|
|
padding: 40px 0;
|
|
}
|
|
|
|
.feature-number {
|
|
font-size: 40px;
|
|
width: auto;
|
|
text-align: left;
|
|
}
|
|
|
|
.feature-item:hover {
|
|
padding-left: 0;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.scenario-card {
|
|
padding: 32px 24px;
|
|
}
|
|
|
|
.functions-list {
|
|
grid-template-columns: 1fr;
|
|
gap: 24px;
|
|
}
|
|
|
|
.function-item {
|
|
padding: 40px 32px;
|
|
}
|
|
|
|
.faq-item {
|
|
padding: 0;
|
|
}
|
|
|
|
.faq-question {
|
|
padding: 20px 24px;
|
|
}
|
|
|
|
.faq-answer {
|
|
padding: 0 24px 20px 24px;
|
|
}
|
|
|
|
.faq-item h3 {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.container {
|
|
padding: 0 16px;
|
|
}
|
|
|
|
.hero {
|
|
padding: 60px 0;
|
|
}
|
|
|
|
.section {
|
|
padding: 80px 0;
|
|
}
|
|
|
|
.hero-title {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.cta-card {
|
|
padding: 48px 32px;
|
|
}
|
|
|
|
.cta-card-title {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.cta-card-subtitle {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.cta-card-button {
|
|
padding: 16px 36px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
@keyframes soft-float {
|
|
0% {
|
|
transform: translateY(0);
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
}
|
|
50% {
|
|
transform: translateY(-4px);
|
|
box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
|
|
}
|
|
100% {
|
|
transform: translateY(0);
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
}
|
|
}
|
|
.feature-card:nth-child(1),
|
|
.feature-card:nth-child(2),
|
|
.feature-card:nth-child(3) {
|
|
animation: soft-float 7s ease-in-out infinite;
|
|
animation-delay: calc((var(--i, 0)) * 0.6s);
|
|
}
|
|
|
|
}
|