/* 加急空运页面样式 - 扁平化天蓝色风格 */
.jiaji-container {
    width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    overflow: hidden;
}

/* 顶部横幅 */
.jiaji-banner {
    background: #1e90ff;
    color: white;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(30, 144, 255, 0.3);
}

.jiaji-banner h1 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.jiaji-banner .subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.jiaji-banner .hotline {
    font-size: 24px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 15px;
    border: 2px solid rgba(255,255,255,0.3);
}

/* 服务特色区域 */
.jiaji-features {
    background: #f8f9fa;
    padding: 40px 0;
    margin-bottom: 30px;
    border-radius: 8px;
}

.jiaji-features h2 {
    text-align: center;
    color: #1e90ff;
    font-size: 28px;
    margin-bottom: 30px;
}

.feature-grid {
    overflow: hidden;
    margin: 0 -10px;
}

.feature-item {
    width: 23%;
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(30, 144, 255, 0.2);
}

.feature-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.feature-item h3 {
    color: #1e90ff;
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
}

/* 服务标准 */
.jiaji-standards {
    margin-bottom: 30px;
    overflow: hidden;
}

.jiaji-standards h2 {
    text-align: center;
    color: #1e90ff;
    font-size: 28px;
    margin-bottom: 30px;
}

.standards-grid {
    overflow: hidden;
    margin: 0 -10px;
}

.standard-item {
    width: 31.33%;
    background: linear-gradient(135deg, #1e90ff, #87cefa);
    color: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    box-shadow: 0 4px 12px rgba(30, 144, 255, 0.3);
}

.standard-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.standard-item .time {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.standard-item .desc {
    font-size: 14px;
    opacity: 0.9;
}

/* 服务优势 */
.jiaji-advantages {
    background: #e8f4fd;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 4px solid #1e90ff;
}

.jiaji-advantages h3 {
    color: #1e90ff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.advantage-content {
    line-height: 1.8;
    text-align: center;
    color: #333;
}

.advantage-content strong {
    color: #1e90ff;
}

/* 郑重承诺 */
.jiaji-promise {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.jiaji-promise h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.jiaji-promise .hotline {
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* 注意事项 */
.jiaji-notice {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.jiaji-notice h3 {
    color: #856404;
    margin-bottom: 15px;
    font-size: 24px;
}

.notice-list {
    list-style: decimal;
    padding-left: 20px;
    color: #856404;
}

.notice-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* 服务说明 */
.jiaji-explanation {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 4px solid #28a745;
}

.jiaji-explanation h3 {
    color: #28a745;
    margin-bottom: 15px;
    font-size: 24px;
}

.explanation-list {
    list-style: decimal;
    padding-left: 20px;
    color: #495057;
}

.explanation-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* 服务描述 */
.jiaji-description {
    background: white;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.jiaji-description h3 {
    color: #1e90ff;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}

.description-content {
    line-height: 1.8;
    color: #495057;
}

.description-content p {
    margin-bottom: 15px;
}

/* 清除浮动 */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .jiaji-container {
        width: 100%;
        padding: 10px;
    }
    
    .feature-item {
        width: 48%;
        margin-bottom: 15px;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }
    
    .standard-item {
        width: 98%;
        margin-bottom: 15px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    .jiaji-banner h1 {
        font-size: 28px;
    }
    
    .jiaji-banner .subtitle {
        font-size: 16px;
    }
    
    .jiaji-banner .hotline {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .feature-item {
        width: 98%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}