
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a{text-decoration: none}
.publicCloud-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}
.publicCloud-section {
    padding: 90px 0;
}
.publicCloud-section-bg-light {
    background: #f7f9ff url("images/publicCloud-bg4.png") top center no-repeat;
}
.publicCloud-section-bg-white {
    background-color: #ffffff;
}
.publicCloud-main-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #1a1a1a;
}
.publicCloud-sub-title {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}
.publicCloud-btn {
    display: inline-block;
    padding: 12px 45px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.publicCloud-btn-primary {
    background-color: #0066ff;
    color: #ffffff;
}
.publicCloud-btn-primary:hover {
    background-color: #0052cc;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
}
.publicCloud-btn-secondary {
    background-color: #ffffff;
    color: #333;
    border: 1px solid #e0e0e0;
    margin-left: 15px;
}
.publicCloud-btn-secondary:hover {
    background-color: #f5f5f5;
    color: #0066ff;
    border-color: #0066ff;
    transform: translateY(-2px);
}
.publicCloud-hero {
    background: url("images/publicCloud-banner.png") top center no-repeat;
    overflow: hidden;
    height: 490px;
    margin-top: 60px;
}
.publicCloud-hero-left {
    padding-top: 40px;
}
.publicCloud-hero-tag {
    display: inline-block;
    background-color: rgba(0, 102, 255, 0.1);
    color: #0066ff;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.publicCloud-hero-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}
.publicCloud-hero-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}
.publicCloud-hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.publicCloud-hero-img {
    max-width: 100%;
    height: auto;
}

/* 单独的统计数据板块 完全按你给的图片样式实现 */
.publicCloud-stats-section {
    padding-top: 90px;
    background-color: #ffffff;
}
.publicCloud-stats-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.publicCloud-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    transition: all 0.3s ease;
    flex: 1;
    background: url("images/publicCloud-bg1.png") bottom right no-repeat;
}
.publicCloud-stat-item:hover {
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.1);
    transform: translateY(-3px);
}
.publicCloud-stat-icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.publicCloud-stat-icon {
    width: 100%;
    height: auto;
}
.publicCloud-stat-content {
    flex: 1;
}
.publicCloud-stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #0066ff;
    line-height: 1;
    margin-bottom: 5px;
}
.publicCloud-stat-text {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.publicCloud-platform-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 20px rgba(0, 102, 255, 0.12);
    transition: all 0.3s ease;
    height: 100%;
}
.publicCloud-platform-card:hover {
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.1);
    transform: translateY(-5px);
}
.publicCloud-platform-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.publicCloud-platform-logo {
    margin-right: 10px;
}
.publicCloud-platform-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.publicCloud-platform-tag {
    background: rgba(255, 109, 0, .08);
    border: 1px solid rgba(255, 109, 0, .15);
    color: #e65100;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 15px;
    margin-left: auto;
    font-weight: 700;
}
.publicCloud-platform-desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}
.publicCloud-platform-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}
.publicCloud-platform-tag-item {
    background-color: #f0f7ff;
    color: #666;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
}
.publicCloud-platform-link {
    font-size: 14px;
    color: #0066ff;
    text-decoration: none;
    font-weight: 700;
}
.publicCloud-platform-link:hover {
    text-decoration: underline;
}
.publicCloud-feature-card {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 35px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}
.publicCloud-feature-card:hover {
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.1);
    transform: translateY(-5px);
}
.publicCloud-feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    background-color: #edf3fc;
    border: 1px solid #4a91fb;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0066ff;
    font-size: 18px;
}
.publicCloud-feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}
.publicCloud-feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.publicCloud-process-row {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.publicCloud-process-row::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 81px;
    right: 81px;
    height: 9px;
    background-color: #dde8ff;
    z-index: 0;
}
.publicCloud-process-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.publicCloud-process-step {
    width: 85px;
    height: 81px;
    background: url("images/publicCloud-bg2.png") top center no-repeat;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 24px;
}
.publicCloud-process-row .publicCloud-process-item:nth-child(7) .publicCloud-process-step{ background: url("images/publicCloud-bg3.png") top center no-repeat;}
.publicCloud-process-item:hover .publicCloud-process-step {
    transform: scale(1.1);
}
.publicCloud-process-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}
.publicCloud-process-desc {
    font-size: 14px;
    color: #666;
}
.publicCloud-highlight-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
}
.publicCloud-highlight-card:hover {
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.1);
    transform: translateY(-5px);
}
.publicCloud-highlight-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    display: flex;
    align-items: center;
}
.publicCloud-highlight-icon {
    color: #0066ff;
    margin-right: 10px;
    font-size: 16px;
}
.publicCloud-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.publicCloud-highlight-item1{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.publicCloud-highlight-item {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.publicCloud-highlight-item::before {
    content: '✓';
    color: #ff6d00;
    margin-right: 8px;
    font-weight: bold;
}
/* FAQ 默认隐藏答案 hover显示 */
.publicCloud-faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}
.publicCloud-faq-item:hover {
    border-color: #0066ff;
    box-shadow: 0 4px 20px rgba(30, 136, 229, .1);
}
.publicCloud-faq-header {
    padding: 20px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.publicCloud-faq-icon {
    color: #0066ff;
    transition: transform 0.3s ease;
}
.publicCloud-faq-content {
    height: 0;
    opacity: 0;
    padding: 0 20px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    transition: all 0.3s ease;
}
.publicCloud-faq-item:hover .publicCloud-faq-content{
    height: auto;
    opacity: 1;
    padding: 15px 20px;
}
.publicCloud-faq-item:hover .publicCloud-faq-icon{
    transform: rotate(180deg);
}
.publicCloud-cta {
    background: url("images/publicCloud-bg5.png") top center no-repeat;
    padding: 90px 0;
    text-align: center;
}
.publicCloud-cta-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}
.publicCloud-cta-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}
/* 移动端适配 */
@media (max-width: 768px) {
    .publicCloud-hero{height: 390px}
    .publicCloud-hero-left{padding-top: 0px}
    .publicCloud-hero-title{font-size: 24px}
    .publicCloud-section {
        padding: 50px 0;
    }
    .publicCloud-stats-section{padding-top: 50px}
    .publicCloud-main-title {
        font-size: 22px;
    }
    .publicCloud-sub-title,
    .publicCloud-hero-desc,
    .publicCloud-stat-text,
    .publicCloud-platform-desc,
    .publicCloud-feature-desc,
    .publicCloud-process-desc,
    .publicCloud-highlight-item,
    .publicCloud-faq-header,
    .publicCloud-faq-content,
    .publicCloud-cta-desc{
        font-size: 12px;
    }
    .publicCloud-stat-number {
        font-size: 24px;
    }
    .publicCloud-hero-left {
        text-align: center;
        margin-bottom: 40px;
    }
    .publicCloud-hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .publicCloud-btn-secondary {
        margin-left: 0;
    }
    .publicCloud-stats-row {
        flex-wrap: wrap;
        gap: 15px;
    }
    .publicCloud-stat-item {
        flex: 1 1 45%;

    }
    .publicCloud-process-row {
        flex-wrap: wrap;
        gap: 30px;
    }
    .publicCloud-process-row::before {
        display: none;
    }
    .publicCloud-platform-textbox{
        padding:30px 15px;
        text-align:center;
    }
    .publicCloud-sub-title{margin-bottom: 30px}
    .publicCloud-cta-title{font-size: 24px}
}