.wa-cloud-control-main {
margin-top: 10rem;
}
.banner-content {
margin: 0 auto;
} .banner-title {
text-align: center;
margin-bottom: 2rem;
font-size: 56px;
position: relative;
display: inline-block;
width: 100%;
}
.title-text {
font-weight: 700;
color: #10b981;
}
.title-tag {
display: inline-block;
padding: 0.25rem 0.75rem;
border-radius: 20px;
font-size: 0.875rem;
font-weight: 600;
margin-left: 0.5rem;
color: #fff;
vertical-align: middle;
}
.title-tag.tag-1 {
background: #ff6b6b;
}
.title-tag.tag-2 {
background: #4ecdc4;
} .banner-desc {
text-align: center;
font-size: 1rem;
line-height: 1.8;
color: #333;
margin-bottom: 3rem;
padding: 0 2rem;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
} .banner-diagram {
margin: 0 auto;
width: 920px;
height: 390px;
background: #fff;
border-radius: 20px;
position: relative;
margin-top: 2rem;
}
.banner-diagram img {
width: 100%;
height: 100%;
object-fit: cover;
} .six-engines {
padding: 6rem 0;
}
.section-header {
text-align: center;
margin-bottom: 4rem;
}
.section-title {
font-size: 2.5rem;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 1.5rem;
}
.section-desc {
font-size: 1rem;
line-height: 1.8;
color: #666;
max-width: 900px;
margin: 0 auto;
}
.engines-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
.engine-card {
background: #fff;
border-radius: 16px;
padding: 2rem;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
}
.engine-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.engine-icon {
width: 64px;
height: 64px;
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
background: #f0f9ff;
border-radius: 12px;
padding: 0.75rem;
}
.engines-grid .engine-card:nth-child(1) .engine-icon,
.engines-grid .engine-card:nth-child(4) .engine-icon {
border: #78d8e8;
background: rgba(120, 216, 232, 0.5);
}
.engines-grid .engine-card:nth-child(2) .engine-icon,
.engines-grid .engine-card:nth-child(5) .engine-icon {
border: #7ddabb;
background: rgba(125, 218, 187, 0.5);
}
.engines-grid .engine-card:nth-child(3) .engine-icon,
.engines-grid .engine-card:nth-child(6) .engine-icon {
border: #f895a5;
background: rgba(248, 149, 165, 0.5);
}
.engine-icon img {
width: 100%;
height: 100%;
object-fit: contain;
}
.engine-title {
font-size: 1.25rem;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 1rem;
}
.engine-desc {
font-size: 0.9rem;
line-height: 1.8;
color: #666;
flex: 1;
} @media (max-width: 1200px) {
.engines-grid {
grid-template-columns: repeat(2, 1fr);
}
.section-title {
font-size: 2rem;
}
}
@media (max-width: 768px) {
.six-engines {
padding: 3rem 0;
}
.section-header {
margin-bottom: 2rem;
}
.section-title {
font-size: 1.75rem;
}
.section-desc {
font-size: 0.9rem;
padding: 0 1rem;
}
.engines-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.engine-card {
padding: 1.5rem;
}
.banner-diagram {
width: 100%;
height: auto;
}
} .typical-scenarios {
padding: 6rem 0;
background: url(https://gwfile.a2c.chat/static/images/wa-cloud-control/scene-bg.png) no-repeat
center center;
background-size: cover;
}
.scenario-content {
background: #fff;
border-radius: 0.5rem;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.scenario-tabs {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
background: url(https://gwfile.a2c.chat/static/images/wa-cloud-control/scene-bg.png) no-repeat
center center;
background-size: cover;
padding: 0;
}
.scenario-tab {
padding: 1.25rem 2rem;
background: rgba(100, 116, 139, 0.5);
color: #fff;
border: none;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
border-radius: 0.5rem 0.5rem 0 0;
}
.scenario-tab:last-child {
border-right: none;
}
.scenario-tab:hover {
background: rgba(100, 116, 139, 0.7);
color: #fff;
}
.scenario-tab.active {
background: #fff;
color: #1a1a1a;
}
.scenario-tab.active::after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
right: 0;
height: 2px;
background: #fff;
}
.scenario-body {
display: none;
flex-direction: row;
gap: 3rem;
align-items: center;
padding: 3rem;
}
.scenario-body.active {
display: flex !important;
}
.scenario-left {
flex: 1;
}
.scenario-title {
font-size: 1.75rem;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 2rem;
}
.scenario-section {
margin-bottom: 2rem;
}
.scenario-subtitle {
font-size: 1rem;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 0.75rem;
}
.scenario-subtitle.industry-pain {
color: #ef4444;
}
.scenario-subtitle.solution {
color: #10b981;
}
.scenario-text {
font-size: 0.95rem;
line-height: 1.8;
color: #666;
margin: 0;
}
.solution-list {
list-style: none;
padding: 0;
margin: 0;
}
.solution-item {
display: flex;
align-items: flex-start;
gap: 0.75rem;
margin-bottom: 1rem;
font-size: 0.95rem;
line-height: 1.8;
color: #666;
}
.check-icon {
width: 20px;
height: 20px;
flex-shrink: 0;
margin-top: 0.25rem;
}
.scenario-right {
flex: 1;
width: 31.25rem;
height: 31.25rem;
background: #eaedf8;
border-radius: 2rem;
display: flex;
justify-content: center;
align-items: center;
}
.scenario-image {
width: 100%;
max-width: 450px;
}
.scenario-image img {
width: 100%;
height: auto;
display: block;
border-radius: 12px;
} @media (max-width: 1200px) {
.scenario-body {
flex-direction: column;
}
.scenario-right {
width: 100%;
height: auto;
}
.scenario-image {
max-width: 100%;
}
}
@media (max-width: 768px) {
.typical-scenarios {
padding: 3rem 0;
}
.scenario-tabs {
grid-template-columns: repeat(2, 1fr);
}
.scenario-tab {
padding: 0.75rem 1rem;
font-size: 0.9rem;
border-bottom: 1px solid #e5e7eb;
}
.scenario-tab:nth-child(2) {
border-right: none;
}
.scenario-body {
padding: 2rem 1.5rem;
}
.scenario-title {
font-size: 1.5rem;
}
} .user-feedback {
padding: 6rem 0;
}
.user-feedback-content {
position: relative;
overflow: hidden;
}
.feedback-carousel {
position: relative;
width: 100%;
}
.feedback-slides {
display: flex;
transition: transform 0.5s ease-in-out;
}
.feedback-card {
min-width: 100%;
display: flex;
gap: 2rem;
border: 1px solid #e5e7eb;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
}
.feedback-card:hover {
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
} .feedback-card:nth-child(1) {
background: linear-gradient(90deg, #f7f4cd 0%, #e9fbeb 100%);
}
.feedback-card:nth-child(2) {
background: linear-gradient(90deg, #eadfff 0%, #e8f5f6 100%);
}
.feedback-card:nth-child(3) {
background: linear-gradient(90deg, #f9fbee 0%, #d7f8fa 66%, #c8f7e4 100%);
}
.feedback-card:nth-child(4) {
background: linear-gradient(90deg, #efdefc 0%, #ffeee2 100%);
}
.feedback-left {
flex: 1;
padding: 2.5rem;
position: relative;
display: flex;
flex-direction: column;
background: transparent;
}
.user-avatar {
width: 64px;
height: 64px;
margin-bottom: 1.5rem;
}
.user-avatar img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
border: 3px solid #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.feedback-text {
font-size: 1rem;
line-height: 1.8;
color: #1a1a1a;
margin-bottom: 2rem;
flex: 1;
}
.quote-icon {
width: 40px;
height: 40px;
margin-bottom: 1.5rem;
}
.quote-icon img {
width: 100%;
height: 100%;
object-fit: contain;
}
.user-info {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.user-company {
font-size: 0.875rem;
font-weight: 500;
color: #1a1a1a;
}
.user-name {
font-size: 0.875rem;
color: #666;
}
.feedback-right {
flex: 1;
background: transparent;
padding: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.feedback-right img {
width: 100%;
max-width: 100%;
height: auto;
object-fit: contain;
border-radius: 0.5rem;
} .carousel-controls {
display: flex;
justify-content: center;
align-items: center;
margin-top: 2rem;
} .carousel-indicators {
display: flex;
gap: 0.5rem;
align-items: center;
}
.carousel-indicator {
width: 10px;
height: 10px;
border-radius: 50%;
background: #d1d5db;
cursor: pointer;
transition: all 0.3s ease;
border: none;
padding: 0;
}
.carousel-indicator.active {
width: 32px;
border-radius: 5px;
background: #10b981;
}
.carousel-indicator:hover {
background: #9ca3af;
}
.carousel-indicator.active:hover {
background: #059669;
} @media (max-width: 1200px) {
.feedback-card {
flex-direction: column;
}
.feedback-right {
min-height: 300px;
}
}
@media (max-width: 768px) {
.user-feedback {
padding: 3rem 0;
}
.feedback-card {
gap: 0;
}
.feedback-left {
padding: 1.5rem;
}
.feedback-right {
padding: 1rem;
min-height: 200px;
}
.user-avatar {
width: 48px;
height: 48px;
margin-bottom: 1rem;
}
.feedback-text {
font-size: 0.9rem;
margin-bottom: 1.5rem;
}
.quote-icon {
width: 32px;
height: 32px;
margin-bottom: 1rem;
}
} .multi-platform {
padding: 6rem 0;
background: #e5e7f2;
}
.platform-content {
display: flex;
align-items: center;
gap: 4rem;
}
.platform-left {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.platform-left img {
width: 100%;
height: auto;
object-fit: contain;
}
.platform-right {
flex: 1;
}
.platform-title {
font-size: 2rem;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 1.5rem;
line-height: 1.3;
}
.platform-desc {
font-size: 1rem;
line-height: 1.8;
color: #666;
margin: 0;
} .compare {
padding: 6rem 0;
background: #fff;
}
.compare-content {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
min-height: 62.5rem;
}
.compare-left {
width: 40rem;
height: 57.1875rem;
background: #f5f5f5;
border-radius: 1.5rem;
position: absolute;
left: 0;
z-index: 1;
padding: 2.5rem 2.1875rem;
overflow: hidden;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
}
.compare-title {
background: #fff;
color: #1a1a1a;
font-size: 17px;
font-weight: 600;
padding: 0.5rem 1.75rem;
border-radius: 3.125rem;
margin-bottom: 1.75rem;
box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
text-align: center;
display: inline-block;
width: auto;
}
.compare-list {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
.compare-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 0.5rem;
margin-bottom: 1.25rem;
padding-bottom: 1.25rem;
border-bottom: 0.0625rem solid #e5e7eb;
}
.compare-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.title-row .compare-icon {
width: 1.5rem;
height: 1.5rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 14px;
font-weight: 700;
}
.compare-icon.cross {
background: #9ca3af;
color: #fff;
}
.compare-text {
flex: 1;
}
.title-row {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-bottom: 0.5rem;
}
.compare-text strong {
display: inline;
font-size: 16px;
font-weight: 600;
color: #1a1a1a;
line-height: 1.4;
}
.compare-text p {
font-size: 14px;
color: #666;
margin: 0;
line-height: 1.6;
}
.compare-vs {
position: absolute;
left: 43%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 3;
width: 7.5rem;
height: 7.5rem;
display: flex;
align-items: center;
justify-content: center;
background: #000;
border-radius: 50%;
box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.3);
}
.compare-vs img {
width: 70%;
height: 70%;
object-fit: contain;
}
.compare-right {
width: 45.875rem;
height: 61.25rem;
background: url(https://gwfile.a2c.chat/static/images/wa-cloud-control/vs-right.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: absolute;
right: 0;
z-index: 2;
padding: 2.5rem 2.8125rem;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
box-sizing: border-box;
}
.wa-badge {
background: #10b981;
color: #fff;
font-size: 17px;
font-weight: 600;
padding: 0.5rem 1.75rem;
border-radius: 3.125rem;
margin-bottom: 1.75rem;
box-shadow: 0 0.25rem 0.75rem rgba(16, 185, 129, 0.3);
flex-shrink: 0;
}
.wa-list {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
.wa-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 0.5rem;
margin-bottom: 1.375rem;
padding-bottom: 1.375rem;
border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
}
.wa-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.title-row .wa-icon {
width: 1.5rem;
height: 1.5rem;
border-radius: 50%;
background: #10b981;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 14px;
font-weight: 700;
}
.wa-text {
flex: 1;
}
.wa-text .title-row {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-bottom: 0.5rem;
}
.wa-text strong {
display: inline;
font-size: 17px;
font-weight: 600;
color: #fff;
line-height: 1.4;
}
.wa-text p {
font-size: 14px;
color: rgba(255, 255, 255, 0.9);
margin: 0;
line-height: 1.5;
} @media (max-width: 1400px) {
.compare-content {
min-height: 56.25rem;
}
.compare-left {
width: 36.25rem;
height: 53.125rem;
padding: 2.1875rem 1.875rem;
}
.compare-right {
width: 42.5rem;
height: 56.25rem;
padding: 2.1875rem 2.5rem;
}
.compare-vs {
left: 50%;
width: 6.25rem;
height: 6.25rem;
}
.compare-vs img {
width: 65%;
height: 65%;
}
}
@media (max-width: 1200px) {
.compare-content {
flex-direction: column;
align-items: center;
min-height: auto;
gap: 2rem;
}
.compare-left,
.compare-right {
position: static;
width: 100%;
max-width: 37.5rem;
height: auto;
margin-bottom: 0;
}
.compare-vs {
position: static;
left: auto;
top: auto;
transform: none;
margin: 1rem 0;
width: 6.25rem;
height: 6.25rem;
}
.compare-vs img {
width: 70%;
height: 70%;
}
.compare-title,
.wa-badge {
font-size: 16px;
padding: 0.4375rem 1.5rem;
}
.compare-item,
.wa-item {
margin-bottom: 1.125rem;
padding-bottom: 1.125rem;
}
.title-row .compare-icon,
.title-row .wa-icon {
width: 1.375rem;
height: 1.375rem;
font-size: 13px;
}
.compare-text strong,
.wa-text strong {
font-size: 15px;
}
.compare-text p,
.wa-text p {
font-size: 13px;
}
}
@media (max-width: 768px) {
.compare {
padding: 3rem 0;
}
.compare-left,
.compare-right {
padding: 1.5625rem 1.25rem;
max-width: 100%;
}
.compare-vs {
width: 5rem;
height: 5rem;
}
.compare-vs img {
width: 65%;
height: 65%;
}
.compare-title,
.wa-badge {
font-size: 15px;
padding: 0.375rem 1.25rem;
margin-bottom: 1.25rem;
}
.compare-item,
.wa-item {
margin-bottom: 0.9375rem;
padding-bottom: 0.9375rem;
gap: 0.375rem;
}
.title-row {
gap: 0.375rem;
margin-bottom: 0.375rem;
}
.title-row .compare-icon,
.title-row .wa-icon {
width: 1.25rem;
height: 1.25rem;
font-size: 12px;
}
.compare-text strong,
.wa-text strong {
font-size: 14px;
}
.compare-text p,
.wa-text p {
font-size: 12px;
line-height: 1.5;
}
}
@media (max-width: 480px) {
.compare {
padding: 2rem 0;
}
.compare-left,
.compare-right {
padding: 1.25rem 0.9375rem;
}
.compare-vs {
width: 4.375rem;
height: 4.375rem;
}
.compare-title,
.wa-badge {
font-size: 14px;
padding: 0.3125rem 1rem;
margin-bottom: 1rem;
}
.compare-item,
.wa-item {
margin-bottom: 0.75rem;
padding-bottom: 0.75rem;
}
.title-row .compare-icon,
.title-row .wa-icon {
width: 1.125rem;
height: 1.125rem;
font-size: 11px;
}
.compare-text strong,
.wa-text strong {
font-size: 13px;
}
.compare-text p,
.wa-text p {
font-size: 11px;
}
} @media (max-width: 1200px) {
.platform-content {
flex-direction: column;
gap: 3rem;
}
.platform-left {
width: 100%;
}
.platform-left img {
max-width: 400px;
}
}
@media (max-width: 768px) {
.multi-platform {
padding: 3rem 0;
}
.platform-content {
gap: 2rem;
}
.platform-title {
font-size: 1.5rem;
margin-bottom: 1rem;
}
.platform-desc {
font-size: 0.9rem;
}
.platform-left img {
max-width: 100%;
}
}