
    /* 全局重置：去掉li圆点 */
ul, ol { list-style: none; padding-left: 0; margin: 0; }
body{ font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important; background:#fff; }
a{ text-decoration:none; }

/* 容器最大宽度1350px */
.aws-container { max-width: 1350px; margin: 0 auto; padding: 0 15px; }
/* 每部分上下padding 80px */
.aws-section { padding: 80px 0; }
@media (max-width: 768px) {
    .aws-section { padding: 50px 0; }
}
/* 大标题30px 居中 */
.aws-tit { font-size: 30px; font-weight: 700; text-align: center; color:#000; }
@media (max-width: 576px) {
    .aws-tit { font-size: 24px; }
}
.aws-tit1 { text-align:center; font-size:0.95rem; color:#666; margin-top:0.5rem; }

/* ===== 主色 #0066ff ===== */
.aws-primary-bg { background: #0066ff; }
.aws-primary-color { color: #0066ff; }
.aws-primary-border { border-color: #0066ff; }

/* ===== 图标颜色控制 ===== */
/* AWS优势图标 - #0066ff */
.aws-advantage-card img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(4329%) hue-rotate(210deg) brightness(98%) contrast(105%);
}

/* 购买流程图标 - 保持原色（不添加滤镜） */
.aws-step-item .aws-step-icon img {
    filter: none;
}
/* 箭头颜色变为 #0066ff */
.aws-arrow-line {
    background: url('/css/2023/images/aws-jt.png') no-repeat top center;
    background-size: contain;
    height: 65px;
    margin: 0 auto;
    max-width: 928px;
    filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(4329%) hue-rotate(210deg) brightness(98%) contrast(105%);
}

/* ===== Banner ===== */
.aws-banner {
    background: url('/css/2023/images/aws-banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 90px 0 50px;
    min-height: 410px;
    margin-top: 60px;
}
.aws-banner-txt {
    text-align: left;
    width: 100%;
}
.aws-banner-txt h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    text-align: left;
}
.aws-banner-txt p {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    line-height: 1.8;
    margin: 30px 0;
    text-align: justify;
}
.aws-banner-btn {
    text-align: left;
}
.aws-banner-btn a {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0066ff;
    color: #fff;
    margin-right: 25px;
    border-radius: 4px;
    padding: 0 20px;
    transition: all 0.3s ease;
}
.aws-banner-btn a:hover {
    background: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,102,255,0.3);
}
.aws-banner-btn a:first-child {
    background: #fff;
    color: #333;
}
.aws-banner-btn a:first-child:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ===== 购买流程 ===== */
.aws-step-wrap { margin-top: 2rem; }
.aws-step-item { text-align: center; padding: 0.5rem; }
.aws-step-item .aws-step-icon {
    width: 170px;
    height: 100px;
    background: #f7f9ff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.aws-step-item .aws-step-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,102,255,0.15);
}
.aws-step-item .aws-step-icon img {
    max-width: 40px;
    height: auto;
}
.aws-step-item .aws-step-icon p {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 8px;
}
.aws-step-item .aws-step-num {
    font-size: 1.8rem;
    color: #0066ff;
    font-weight: 700;
    margin: 15px 0 8px;
}
.aws-step-item .aws-step-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    padding: 0 6px;
}
.aws-btn-group {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.aws-btn-group a {
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0.95rem;
    border-radius: 8px;
    padding: 0 25px;
    transition: all 0.3s ease;
}
.aws-btn-group .aws-btn-primary {
    background: #0066ff;
    color: #fff;
}
.aws-btn-group .aws-btn-primary:hover {
    background: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,102,255,0.3);
    color: #fff;
}
.aws-btn-group .aws-btn-outline {
    background: #fff;
    border: 1px solid #dee3f6;
    color: #333;
}
.aws-btn-group .aws-btn-outline:hover {
    border-color: #0066ff;
    color: #0066ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,102,255,0.1);
}

/* ===== 全球地域列表 ===== */
.aws-region-bg { background: #f7f9ff; }
.aws-region-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
    margin-top: 1.5rem;
}
.aws-region-grid a {
    display: inline-block;
    padding: 0.6rem 1.9rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #333;
    transition: all 0.3s ease;
}
.aws-region-grid a:hover {
    color: #fff;
    border-color: #0066ff;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,102,255,0.1);
    background: #0066ff;
}
.aws-region-grid a.aws-more {
    color: #f5553f;
}
.aws-region-grid a.aws-more:hover {
    color: #fff;
    border-color: #0066ff;
}

/* ===== AWS优势 ===== */
.aws-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.aws-advantage-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
    padding: 2rem 1rem;
    transition: all 0.3s ease;
    cursor: default;
}
.aws-advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,102,255,0.12);
    border-color: #0066ff;
}
.aws-advantage-card img {
    max-width: 48px;
    height: auto;
}
.aws-advantage-card h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin: 15px 0 8px;
}
.aws-advantage-card p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}
@media (max-width: 992px) {
    .aws-advantage-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .aws-advantage-grid { grid-template-columns: 1fr; }
}

/* ===== AWS全球节点布局 ===== */
.aws-map-section {
    background: #232f3f url('/css/2023/images/aws-bg.png') no-repeat bottom center;
    background-size: cover;
    text-align: center;
    min-height: 796px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aws-map-section .aws-tit { color: #fff; }
.aws-map-section img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}
.aws-map-section .aws-btn-group .aws-btn-primary {
    background: #0066ff;
}
.aws-map-section .aws-btn-group .aws-btn-primary:hover {
    background: #0052cc;
}
.aws-map-section .aws-btn-group .aws-btn-outline {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}
.aws-map-section .aws-btn-group .aws-btn-outline:hover {
    background: rgba(0,102,255,0.3);
    border-color: #0066ff;
    color: #fff;
}

/* ===== 选择原因 ===== */
.aws-reason-bg { background: #f7f9ff; }
.aws-reason-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-top: 2rem;
}
.aws-reason-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    cursor: default;
    border: 1px solid transparent;
}
.aws-reason-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,102,255,0.12);
    border-color: #0066ff;
}
.aws-reason-card img {
    max-width: 42px;
    height: auto;
    flex-shrink: 0;
}
.aws-reason-card .aws-reason-text h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 4px 0;
}
.aws-reason-card .aws-reason-text p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}
@media (max-width: 992px) {
    .aws-reason-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .aws-reason-grid { grid-template-columns: 1fr; }
    .aws-reason-card { padding: 1rem; }
}

/* ===== 其他云产品代理 ===== */
.aws-partner-bg { background: #f2f2f2; }
.aws-partner-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.2rem;
    margin-top: 2rem;
}
.aws-partner-item {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 0.8rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-align: center;
}
.aws-partner-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,102,255,0.10);
    border-color: #0066ff;
}
.aws-partner-item .aws-partner-name {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}
.aws-partner-item .aws-partner-name .aws-discount {
    font-size: 1.1rem;
    color: #0066ff;
    font-weight: 700;
}
.aws-partner-item a {
    background: #0066ff;
    color: #fff;
    padding: 0.3rem 2rem;
    border-radius: 10px;
    font-size: 0.8rem;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-block;
}
.aws-partner-item a:hover {
    background: #0052cc;
    transform: scale(1.05);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,102,255,0.3);
}
@media (max-width: 992px) {
    .aws-partner-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 576px) {
    .aws-partner-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== 移动端适配 ===== */
@media (max-width: 768px) {
    .aws-banner { min-height: auto; padding: 40px 0 30px; }
    .aws-banner-txt h1 { font-size: 1.8rem; }
    .aws-banner-txt p { max-width: 100%; }
    .aws-btn-group { gap: 30px; }
    .aws-map-section { min-height: 400px; padding: 40px 0; }
}
@media (max-width: 576px) {
    .aws-banner-btn a { width: 100px; margin-right: 10px; font-size: 0.85rem; }
    .aws-step-item .aws-step-icon { width: 100%; height: auto; padding: 15px; max-width: 200px; }
    /* 移动端隐藏箭头 */
    .aws-arrow-line { display: none; }
    /* 移动端每排显示一个 */
    .aws-step-item { flex: 0 0 100%; max-width: 100%; }
}
/* 当箭头隐藏时，调整上边距 */
@media (max-width: 576px) {
    .aws-step-wrap .row { margin-top: 0 !important; }
}
