.wukong-banner { position: relative; width: 100%; min-height: 530px; overflow: hidden; } .wukong-banner__content { position: absolute; top: 0; left: 8%; z-index: 2; max-width: 900px; padding: 80px 20px 0 20px; color: #ffffff; } .wukong-banner__tags { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; } .wukong-banner__tag { background-color: rgba(37,99, 235, 0.1); padding: 6px 24px; border-radius: 4px; font-size: 14px; font-weight: 500; letter-spacing: 0.3px; color:rgb(37,99, 235); } .wukong-banner__title { font-size: 42px; margin: 0 0 25px 0; font-weight: 700; line-height:4rem; color:white; } .wukong-banner__subtitle { font-size: 18px; line-height: 1.6; margin: 0 0 35px 0; opacity: 0.9; max-width: 900px; } .wukong-banner__buttons { display: flex; gap: 15px; flex-wrap: wrap; } .wukong-banner__button { display: inline-block; padding: 18px 28px; border-radius: 6px; font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; text-align: center; } .wukong-banner__button--primary { background-color: #2563eb; color: #fff; }  .wukong-banner__button--secondary { background-color: transparent; border: 2px solid #2563eb; color: #2563eb; } .wukong-banner__button--secondary:hover { background-color: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }  @media (max-width: 768px) {  .wukong-banner__tags { display: none; } .wukong-banner { min-height: 700px; } .wukong-banner__content { padding-top: 80px; max-width: 100%; left:0; padding-top:2rem; } .wukong-banner__title { font-size: 32px; } .wukong-banner__subtitle { font-size: 16px; } .wukong-banner__button { padding: 10px 20px; font-size: 14px; } } @media (max-width: 480px) { .wukong-banner__buttons { flex-direction: column; } .wukong-banner__button { width: 100%; } .wukong-banner__title { font-size: 26px; line-height:2.3rem; } }   .wukong-banner-container { margin: 0 auto; padding: 40px 8%; background-color: #fefeff; position: relative; overflow: hidden; }  .wukong-banner-container::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 10% 20%, rgba(56, 178, 172, 0.05) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(66, 153, 225, 0.05) 0%, transparent 20%); z-index: 0; }  .wukong-banner-title { color: #2d3748; font-size: 2.2rem; font-weight: 700; margin-bottom: 30px; text-align: center; letter-spacing: -0.5px; position: relative; z-index: 1; }  .wukong-banner-cards { display: grid; grid-template-columns: 1fr; gap: 25px; position: relative; z-index: 1; }  @media (min-width: 768px) { .wukong-banner-cards { grid-template-columns: repeat(2, 1fr); } }  @media (min-width: 1024px) { .wukong-banner-cards { grid-template-columns: repeat(4, 1fr); } }  .wukong-banner-card { background-color: #ffffff; border-radius: 12px; padding: 25px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; overflow: hidden; margin:1rem 0; }  .wukong-banner-card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.3s ease; }  .wukong-banner-card:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08); }  .wukong-banner-card:hover::after { opacity: 0.05; }  .wukong-banner-card-title { color: #1a202c; font-size: 1.25rem; font-weight: 600; margin-bottom: 15px; line-height: 1.4; transition: color 0.3s ease; }  .wukong-banner-card:hover .wukong-banner-card-title { color: inherit; }  .wukong-banner-card-desc { color: #4a5568; font-size: 1rem; line-height: 1.6; }  .wukong-banner-card-1 { border-top: 4px solid #38b2ac; background:rgba(56,178,172,0.05); }  .wukong-banner-card-1::after { background-color: #38b2ac; }  .wukong-banner-card-1:hover .wukong-banner-card-title { color: #38b2ac; }  .wukong-banner-card-2 { border-top: 4px solid #4299e1; background:rgba(66,153,225,0.05); }  .wukong-banner-card-2::after { background-color: #4299e1; }  .wukong-banner-card-2:hover .wukong-banner-card-title { color: #4299e1; }  .wukong-banner-card-3 { border-top: 4px solid #805ad5; background:rgba(128,90,213,0.05); }  .wukong-banner-card-3::after { background-color: #805ad5; }  .wukong-banner-card-3:hover .wukong-banner-card-title { color: #805ad5; }  .wukong-banner-card-4 { border-top: 4px solid #ed8936; background:rgba(237,137,54,0.05); }  .wukong-banner-card-4::after { background-color: #ed8936; }  .wukong-banner-card-4:hover .wukong-banner-card-title { color: #ed8936; }  .wukong-vs-container { margin: 2rem auto; padding: 2rem 8%; background-color: #ffffff; border-radius: 12px; background-image: radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.15) 0%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.15) 0%, transparent 40%); transition: transform 0.3s ease, box-shadow 0.3s ease; }    .wukong-vs-title { color: #111827; font-size: 2.25rem; font-weight: 700; margin-bottom: 1.5rem; text-align: center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; position: relative; padding-bottom: 1rem; margin-top:1rem; }  .wukong-vs-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 120px; height: 5px; background: linear-gradient(90deg, #3b82f6, #10b981); border-radius: 3px; }  .wukong-vs-table-wrapper { overflow-x: auto; }  .wukong-vs-table { width: 100%; border-collapse: collapse; margin: 0 auto; }  .wukong-vs-table-header { background-color: #e2e8f0; }  .wukong-vs-table-header-cell { padding: 1.25rem; text-align: left; font-weight: 600; color: #111827; border-bottom: 2px solid #cbd5e1; position: relative; }  .wukong-vs-quantum-header { background-color: #dbeafe; border-left: 1px solid #cbd5e1; width:44%; }  .wukong-vs-quantum-header::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background-color: #2563eb; }  .wukong-vs-traditional-header { background-color: #d1fae5; border-left: 1px solid #cbd5e1; }  .wukong-vs-traditional-header::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background-color: #059669; }  .wukong-vs-table-row { transition: background-color 0.2s ease, transform 0.1s ease; }   .wukong-vs-table-label { font-weight: 600; color: #111827; padding: 1.25rem; border-bottom: 1px solid #e2e8f0; width: 20%; background-color: #e2e8f0; }  .wukong-vs-table-cell { padding: 1.25rem; border-bottom: 1px solid #e2e8f0; line-height: 1.6; color: #1f2937; transition: padding-left 0.2s ease; }    .wukong-vs-quantum-cell { background-color: #eff6ff; border-left: 1px solid #e2e8f0; }  @media (max-width: 768px) { .wukong-vs-title { font-size: 1.75rem; }  .wukong-vs-table-label, .wukong-vs-table-cell { padding: 1rem; font-size: 0.9rem; width: 37.5%; }  .wukong-vs-container { padding: 1.5rem 8%; margin: 1rem; } }  h2{ font-size: 2.75rem; font-weight: 700; color: #1e293b; margin-bottom: 15px; letter-spacing: -0.5px; position: relative; display: inline-block; text-align:center; display:block; margin:1.5rem 0; margin-bottom:4rem; }  h2::after{ content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 70px; height: 4px; background: linear-gradient(90deg, #3b82f6, #8b5cf6); border-radius: 2px; }      .wukong-jl-container { position: relative; width: 100%; min-height: 200px; overflow: hidden; background-color: #f9fbfd; margin: 20px 0; padding-bottom:0; }  .wukong-jl-bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 1; }  .wukong-jl-content-wrapper { position: relative; z-index: 2; display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 40px 8%; min-height: 200px; }  .wukong-jl-text-section { flex: 1; padding-right: 40px; max-width: 70%; }  .wukong-jl-title { color: #fff; font-size: 28px; font-weight: 700; margin: 0 0 18px 0; line-height: 1.3; transform:none; left:0; }  .wukong-jl-description { color: #fff; font-size: 18px; line-height: 1.6; margin: 0; }  .wukong-jl-button-section { flex: 0 0 auto; }  .wukong-jl-button { display: inline-block; background-color: #fff; color: #1874f5; font-size: 16px; font-weight: 600; padding: 14px 32px; border-radius: 6px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(49, 130, 206, 0.1); }  .wukong-jl-button:hover { background-color: #2b6cb0; transform: translateY(-2px); box-shadow: 0 6px 10px rgba(49, 130, 206, 0.15); }  @media (max-width: 992px) { .wukong-jl-content-wrapper { flex-direction: column; padding: 30px 40px; text-align: center; }  .wukong-jl-text-section { max-width: 100%; padding-right: 0; margin-bottom: 30px; }  .wukong-jl-title { font-size: 24px; }  .wukong-jl-description { font-size: 16px; } }  @media (max-width: 576px) { .wukong-jl-content-wrapper { padding: 20px 25px; }  .wukong-jl-title { font-size: 20px; margin-bottom: 15px; }  .wukong-jl-button { padding: 12px 24px; font-size: 15px; width: 100%; text-align: center; } }  @media (min-width: 1024px) { .qpanda-features-grid { grid-template-columns: repeat(2, 1fr); } }   .wukong-zc-container { padding: 40px 8%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333; padding-top:10px; }  .wukong-zc-title { font-size: 2.2rem; margin-bottom: 12px; color: #1a56db; font-weight: 600; }  .wukong-zc-subtitle { font-size: 1.1rem; margin-bottom: 30px; color: #555; line-height: 1.6; }  .wukong-zc-content { display: flex; flex-wrap: wrap; gap: 30px; }  .wukong-zc-left { flex: 1; min-width: 300px; }  .wukong-zc-image-container { position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); background-color: #f8fafc; }  .wukong-zc-image { width: 100%; height: auto; display: block; opacity: 0.9; }  .wukong-zc-number { position: absolute; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; cursor: pointer; transition: all 0.3s ease; background-color: white; color: #1a56db; border: 2px solid #1a56db; }  .wukong-zc-num-1 { top: 50%; left: 53%; } .wukong-zc-num-2 { top: 50%; left: 15%; } .wukong-zc-num-3 { top: 17%; left: 59%; } .wukong-zc-num-4 { top: 40%; left: 35%; }  .wukong-zc-number.wukong-zc-active { background-color: #1a56db; color: white; transform: scale(1.1); box-shadow: 0 2px 8px rgba(26, 86, 219, 0.4); }  .wukong-zc-right { flex: 1.2; min-width: 300px; position: relative; background-color: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }  .wukong-zc-slides { height: 440px; position: relative; overflow: hidden; }  .wukong-zc-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s ease; padding: 10px; }  .wukong-zc-slide.wukong-zc-active { opacity: 1; z-index: 1; }  .wukong-zc-slide-title { color: #1a56db; margin-bottom: 18px; font-size: 1.5rem; font-weight: 600; border-bottom: 2px solid #e2e8f0; padding-bottom: 10px; }  .wukong-zc-slide-desc { line-height: 1.7; color: #4b5563; font-size: 1rem; }  .wukong-zc-controls { display: flex; justify-content: center; gap: 15px; margin-top: 30px; }  .wukong-zc-control { background-color: #f1f5f9; border: none; width: 45px; height: 45px; border-radius: 50%; font-size: 1.2rem; cursor: pointer; transition: all 0.2s ease; color: #1a56db; display: flex; align-items: center; justify-content: center; }  .wukong-zc-control:hover { background-color: #e2e8f0; transform: scale(1.05); }  @media (max-width: 768px) { .wukong-zc-title { font-size: 1.8rem; }  .wukong-zc-subtitle { font-size: 1rem; }  .wukong-zc-right { padding: 20px; }  .wukong-zc-slides { height: auto; min-height: 500px; }  .wukong-zc-slide-title { font-size: 1.3rem; } }  .wukong-zc-slide img{ width:auto; height:12rem; display:block; margin:30px auto; }  .wukong-yy-section { width: 100%; padding: 40px 20px; box-sizing: border-box; background-color: #ffffff; }  .wukong-yy-header { text-align: center; margin-bottom: 40px; padding: 0 20px; }  .wukong-yy-title { font-size: 2.5rem; color: #2d3748; margin: 0 0 15px 0; font-weight: 700; }  .wukong-yy-subtitle { font-size: 1.1rem; color: #4a5568; max-width: 800px; margin: 0 auto; line-height: 1.6; text-align:center; }  .wukong-yy-content { display: flex; flex-wrap: wrap; gap: 30px; margin: 0 8%; margin-top:30px; }  .wukong-yy-left-column { flex: 1; min-width: 300px; }  .wukong-yy-right-column { flex: 2.32; min-width: 300px; display: flex; flex-direction: column; gap: 30px; }  .wukong-yy-image-row { display: flex; gap: 20px; flex-wrap: wrap; }  .wukong-yy-image-container { flex: 1; min-width: 140px; position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); background-color: #f9fafb; }  .wukong-yy-main-image, .wukong-yy-small-image { width: 100%; height: auto; display: block; transition: transform 0.3s ease; }  .wukong-yy-image-container:hover .wukong-yy-main-image, .wukong-yy-image-container:hover .wukong-yy-small-image { transform: scale(1.03); }  .wukong-yy-image-caption { display: block; text-align: center; padding: 12px 8px; color: #4a5568; font-size: 0.9rem; background-color: rgba(243, 244, 246, 0.8); }  .wukong-yy-left-column .wukong-yy-image-container { border: 1px solid #e5e7eb; }  .wukong-yy-right-column .wukong-yy-image-container { border: 1px solid #e5e7eb; }  .wukong-yy-left-column .wukong-yy-image-caption { background-color: rgba(226, 232, 240, 0.7); }  .wukong-yy-right-column .wukong-yy-image-caption { background-color: rgba(226, 232, 240, 0.7); }  @media (max-width: 768px) { .wukong-yy-title { font-size: 2rem; }  .wukong-yy-subtitle { font-size: 1rem; }  .wukong-yy-content { flex-direction: column; }  .wukong-yy-image-row { flex-direction: column; } }  .yy-sspan{ color:white; width:100%; text-align:center; bottom:10%; position:absolute; left:0; font-size:2rem; }   .wukong-az-container { padding: 40px 8%; background-color: #ffffff; }  .wukong-az-title { color: #2d3748; font-size: 28px; margin-bottom: 40px; font-weight: 600; }  .wukong-az-steps-wrapper { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; margin-bottom: 50px; }  .wukong-az-step { flex: 1; min-width: 180px; padding: 25px 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); position: relative; transition: all 0.3s ease; overflow: hidden; }  .wukong-az-step-1 { background-color: #f0f7ff; }  .wukong-az-step-1:hover { box-shadow: 0 5px 15px rgba(66, 153, 225, 0.15); }  .wukong-az-step-1::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(66, 153, 225, 0.05), transparent); transition: 0.5s; }  .wukong-az-step-1:hover::after { left: 100%; }  .wukong-az-step-2 { background-color: #f0fff4; }  .wukong-az-step-2:hover { transform: translateY(-5px) rotate(1deg); box-shadow: 0 5px 15px rgba(56, 178, 172, 0.15); }  .wukong-az-step-3 { background-color: #fffaf0; position: relative; }  .wukong-az-step-3::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background-color: #48bb78; transform: scaleX(0); transition: transform 0.3s ease; }  .wukong-az-step-3:hover::before { transform: scaleX(1); }  .wukong-az-step-4 { background-color: #faf5ff; }  .wukong-az-step-4:hover { box-shadow: 0 8px 25px rgba(128, 90, 213, 0.1); border-radius: 12px; }  .wukong-az-step-5 { background-color: #fff5f5; }  .wukong-az-step-5:hover { animation: pulse 1.5s infinite; }  @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(237, 137, 54, 0.1); } 70% { box-shadow: 0 0 0 10px rgba(237, 137, 54, 0); } 100% { box-shadow: 0 0 0 0 rgba(237, 137, 54, 0); } }  .wukong-az-step-number { font-size: 1.8rem; font-weight: 700; margin-bottom: 10px; }  .wukong-az-step-1 .wukong-az-step-number { color: #3182ce; }  .wukong-az-step-2 .wukong-az-step-number { color: #38b2ac; }  .wukong-az-step-3 .wukong-az-step-number { color: #48bb78; }  .wukong-az-step-4 .wukong-az-step-number { color: #805ad5; }  .wukong-az-step-5 .wukong-az-step-number { color: #ed8936; }  .wukong-az-step-title { font-size: 1.4rem; color: #2d3748; margin-bottom: 12px; font-weight: 600; }  .wukong-az-step-desc { font-size: 1.1rem; color: #718096; line-height: 1.5; }  .wukong-az-arrow { color: #cbd5e0; font-size: 20px; font-weight: bold; margin: 0 5px; transition: color 0.3s ease; }  .wukong-az-steps-wrapper:hover .wukong-az-arrow { color: #a0aec0; }  .wukong-az-contact-btn { background-color: #2563eb; color: white; border: none; padding: 20px 80px; border-radius: 6px; font-size: 16px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; display:block; margin:0 auto; width:20rem; font-weight:bold; }  .wukong-az-contact-btn:hover { background-color: #2b6cb0; transform: translateY(-2px); box-shadow: 0 4px 6px rgba(49, 130, 206, 0.1); }  @media (max-width: 768px) { .wukong-az-steps-wrapper { flex-direction: column; }  .wukong-az-arrow { transform: rotate(90deg); margin: 15px 0; }  .wukong-az-step { width: 100%; max-width: 300px; }  .wukong-az-title { font-size: 24px; } }    .refrigerator-foot-container { position: relative; overflow: hidden; padding: 4rem 2rem; background: #0062ff ; text-align: center; margin-top: 4rem; }  .refrigerator-foot-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }  .refrigerator-foot-heading { font-size: 2.6rem; color: #ffffff; margin-bottom: 2.5rem; line-height: 1.8; font-weight: 600; letter-spacing: -0.02em; transition: transform 0.5s ease; margin:0; margin-bottom:4rem; }    .refrigerator-foot-button { background: #ffffff; color: #1565c0; border: none; padding: 1.2rem 3rem; font-size: 1.1rem; font-weight: 600; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2); text-transform: uppercase; letter-spacing: 0.05em; text-decoration:none; }    .refrigerator-foot-button:active { transform: translateY(1px); }  .refrigerator-foot-spot { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, 0.1); z-index: 1; animation: rotate 20s linear infinite; }  .spot-1 { width: 200px; height: 200px; top: 10%; left: 5%; animation-duration: 30s; }  .spot-2 { width: 150px; height: 150px; bottom: 15%; right: 10%; animation-duration: 25s; animation-direction: reverse; }  .spot-3 { width: 100px; height: 100px; top: 40%; right: 20%; animation-duration: 20s; }  .spot-4 { width: 120px; height: 120px; bottom: 30%; left: 15%; animation-duration: 35s; animation-direction: reverse; }  .refrigerator-foot-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; animation: pulse 15s ease-in-out infinite; }  @keyframes rotate { from { transform: rotate(0deg) translate(10px) rotate(0deg); } to { transform: rotate(360deg) translate(10px) rotate(-360deg); } }  @keyframes pulse { 0% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; } 50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.5; } 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; } }  @media (max-width: 768px) { .refrigerator-foot-heading { font-size: 1.8rem; }  .refrigerator-foot-button { padding: 1rem 2.5rem; font-size: 1rem; }  .refrigerator-foot-container { padding: 4rem 1.5rem; }  .refrigerator-foot-spot { transform: scale(0.8); } }  @media (max-width: 480px) { .refrigerator-foot-heading { font-size: 1.5rem; }  .refrigerator-foot-button { padding: 0.9rem 2rem; font-size: 0.95rem; width: 100%; }  .refrigerator-foot-spot { transform: scale(0.6); } }   .refrigerator-foot-heading::after{ display:none; }