/* 文章列表页样式 */

/* 页面基础样式 */
html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 1280px;
    overflow-x: auto;
}

/* 加急空运服务横幅 */
.jiaji-banner {
    width: 100%;
    min-width: 1280px;
    margin: 0;
    background: linear-gradient(135deg, #e60012 0%, #ff4d4d 100%);
    padding: 40px 0;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 15px rgba(230, 0, 18, 0.3);
}

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

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

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

/* 列表容器 */
.list {
    width: 1280px;
    margin: 0;
    overflow: hidden;
    margin: 0 auto;
}

/* 左侧内容区域 */
.list .left {
    width: 900px;
    float: left;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

/* 面包屑导航 */
.breadcrumb {
    margin-bottom: 25px;
    padding: 15px 0;
    font-size: 15px;
    color: #6c757d;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.breadcrumb a {
    color: #e60012;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.breadcrumb a:hover {
    background: rgba(230, 0, 18, 0.1);
    text-decoration: none;
    transform: translateY(-1px);
}

.breadcrumb a:not(:last-child)::after {
    content: '›';
    margin: 0 8px;
    color: #adb5bd;
}

/* 右侧边栏 */
.list .right {
    width: 340px;
    float: right;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

/* 文章列表项 */
.article-item {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.article-item:last-child {
    border-bottom: none;
}

.article-img {
    width: 200px;
    height: 120px;
    float: left;
    margin-right: 20px;
}

.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-content {
    overflow: hidden;
}

.article-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-title a {
    color: #333;
    text-decoration: none;
}

.article-title a:hover {
    color: #e60012;
}

.article-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-meta {
    color: #999;
    font-size: 12px;
}

.article-meta span {
    margin-right: 15px;
}

/* 分页样式 */
.pages {
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.pages a,
.pages b {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    background: #fff;
}

.pages b {
    background: #e60012;
    color: #fff;
    border-color: #e60012;
}

.pages a:hover {
    background: #e60012;
    color: #fff;
    border-color: #e60012;
}

.page-next {
    background: #f5f5f5;
}

/* 客服联系方式 - 新设计 */
.service-contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    margin-top: 30px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-contact-header {
    text-align: center;
    margin-bottom: 25px;
}

.service-contact-title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.service-contact-desc {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.service-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.service-contact-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.service-contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #e60012;
}

.service-contact-icon {
    margin-bottom: 12px;
}

.service-contact-icon img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.service-contact-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 6px;
}

.service-contact-content p {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
}

.service-contact-info {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #dee2e6;
}

.service-contact-phone,
.service-contact-qq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.service-contact-phone:not(:last-child),
.service-contact-qq:not(:last-child) {
    border-bottom: 1px solid #f1f3f4;
}

.service-contact-label {
    font-size: 14px;
    color: #495057;
    font-weight: 500;
}

.service-contact-value {
    font-size: 15px;
    color: #e60012;
    font-weight: 600;

}

.contact-info {
    clear: both;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.contact-info p {
    margin: 5px 0;
    font-size: 14px;
}

/* 相关业务推荐 */
.related-business {
    margin-top: 30px;
}

.related-business h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

.business-list {
    overflow: hidden;
}

.business-item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 3px;
}

.business-item:nth-child(2n) {
    margin-right: 0;
}

.business-item a {
    color: #333;
    text-decoration: none;
}

.business-item a:hover {
    color: #e60012;
}

/* 右侧边栏样式 */
.sidebar-block {
    margin-bottom: 30px;
}

.sidebar-block h3 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e60012;
    color: #333;
}

/* 广告图 */
.sidebar-ad img {
    width: 100%;
    height: auto;
}

/* 最新文章 */
.latest-articles ul {
    list-style: none;
    padding: 0;
}

.latest-articles li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.latest-articles li:last-child {
    border-bottom: none;
}

.latest-articles a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}

.latest-articles a:hover {
    color: #e60012;
}

.latest-articles .article-date {
    color: #999;
    font-size: 12px;
    margin-top: 3px;
}

/* 推荐文章 */
.recommend-articles ul {
    list-style: none;
    padding: 0;
}

.recommend-articles li {
    margin-bottom: 10px;
    overflow: hidden;
}

.recommend-articles .rec-img {
    width: 60px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.recommend-articles .rec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend-articles .rec-content {
    overflow: hidden;
}

.recommend-articles .rec-title {
    font-size: 14px;
    line-height: 1.3;
}

.recommend-articles .rec-title a {
    color: #333;
    text-decoration: none;
}

.recommend-articles .rec-title a:hover {
    color: #e60012;
}

/* 文章详情页样式 */
.detail {
    margin-bottom: 30px;
}

/* 文章标题区域 */
.article-header {
    margin-bottom: 30px;
    padding: 25px 0;
    border-bottom: 2px solid #f0f0f0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.article-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
}

.article-meta {
    text-align: center;
    color: #6c757d;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.article-meta span {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: rgba(230, 0, 18, 0.08);
    border-radius: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.article-meta span:hover {
    background: rgba(230, 0, 18, 0.15);
    transform: translateY(-1px);
}

/* 文章内容区域 */
.article-content {
    line-height: 1.8;
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 40px;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.article-content p {
    margin-bottom: 20px;
    text-indent: 2em;
    font-size: 14px;
    color: #495057;
    line-height: 1.7;
}

.article-content h2 {
    font-size: 16px;
    font-weight: 600;
    color: #e60012;
    margin: 35px 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #f0f0f0;
    position: relative;
    padding-left: 15px;
}

.article-content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: #e60012;
    border-radius: 2px;
}

.article-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin: 30px 0 15px 0;
    padding-left: 10px;
    border-left: 3px solid #e60012;
}

.article-content strong {
    font-weight: 600;
    color: #e60012;
    background: rgba(230, 0, 18, 0.08);
    padding: 2px 6px;
    border-radius: 3px;
}

.article-content ul,
.article-content ol {
    margin: 15px 0;
    padding-left: 30px;
}

.article-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.article-content ul li {
    list-style-type: disc;
}

.article-content ol li {
    list-style-type: decimal;
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-content img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* 表格样式优化 */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.article-content thead {
    background: linear-gradient(135deg, #e60012 0%, #ff4d4d 100%);
}

.article-content th {
    padding: 15px 12px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border: none;
}

.article-content td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #495057;
    font-size: 14px;
}

.article-content tbody tr:hover {
    background: rgba(230, 0, 18, 0.05);
    transition: background 0.3s ease;
}

.article-content tfoot {
    background: #f8f9fa;
}

.article-content tfoot td {
    padding: 15px;
    font-style: italic;
    color: #6c757d;
    border-bottom: none;
}

/* 文章标签 */
.article-tags {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px 25px;
}

.tags-label {
    font-weight: 600;
    color: #495057;
    margin-right: 15px;
    font-size: 15px;
}

.tag {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 10px 10px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 100%);
    color: #495057;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.tag:hover {
    background: linear-gradient(135deg, #e60012 0%, #ff4d4d 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 0, 18, 0.3);
    border-color: #e60012;
}

/* 文章导航 */
.article-navigation {
    display: flex;
    justify-content: space-between;
    margin: 35px 0;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 25px 30px;
}

.prev-article,
.next-article {
    flex: 1;
    padding: 15px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.prev-article:hover,
.next-article:hover {
    background: rgba(230, 0, 18, 0.05);
    transform: translateY(-2px);
}

.next-article {
    text-align: right;
}

.nav-label {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    display: inline;
}

.nav-link {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #e60012;
    border-bottom-color: #e60012;
    transform: translateX(5px);
}

/* 标签云 */
.tag-cloud {
    overflow: hidden;
}

.tag-cloud a {
    display: inline-block;
    padding: 3px 8px;
    margin: 0 5px 5px 0;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
}

.tag-cloud a:hover {
    background: #e60012;
    color: #fff;
}




.hezuo {
    width: 1280px;
    margin: 40px auto;
    padding: 20px 0;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.hezuo h3 {
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.hezuo p {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.hezuo_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    width: 100%;
    overflow: hidden;
}

.hezuo_list img {
    width: 140px;
    height: 80px;
    object-fit: contain;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.hezuo_list img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.news_fuwu {
    width: 100%;
    overflow: hidden;
}

.news_fuwu li {
    float: left;
    list-style: none;
    width: 192px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 15px;
}

.news_fuwu li:last-child {
    margin-bottom: 0px;
}

.fw_desc {
    width: 100%;
    background: #f0f0f0;
}

.fw_desc span {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
}

.news_fuwu li img {
    width: 100%;
    height: auto;
}

.fw_desc small {
    line-height: 26px;
    font-size: 13px;
}

/* 线路信息区域样式 */
.route-info-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.route-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f8f9fa;
}

.route-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.route-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

.route-content {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.route-image {
    flex: 0 0 400px;
}

.route-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.route-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.route-basic-info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.route-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.route-item:last-child {
    border-bottom: none;
}

.route-label {
    font-weight: 600;
    color: #495057;
    min-width: 100px;
    font-size: 14px;
}

.route-value {
    color: #e60012;
    font-weight: 500;
    text-align: right;
    flex: 1;
    font-size: 14px;
}

.route-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.consult-btn,
.quote-btn {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
        text-align: center;
    text-decoration: none;
}

.consult-btn {
    background: linear-gradient(135deg, #e60012 0%, #ff4d4d 100%);
    color: white;
}

.consult-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 0, 18, 0.3);
}

.quote-btn {
    background: #ffffff;
    color: #e60012;
    border: 2px solid #e60012;
}

.quote-btn:hover {
    background: #e60012;
    color: white;
    transform: translateY(-2px);
}

/* 服务特色样式 */
.service-features {
    margin-bottom: 40px;
}

.features-title {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #e60012;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 32px;
    margin-right: 15px;
    flex: 0 0 50px;
}
.feature-icon img {
    width: 60px;
    height: 60px;
}
.feature-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.feature-content p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

/* 服务时效样式 */
.service-timeline {
    margin-bottom: 40px;
}

.timeline-title {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.timeline-item {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.timeline-item:hover {
    border-color: #e60012;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.timeline-badge {
    background: linear-gradient(135deg, #e60012 0%, #ff4d4d 100%);
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.timeline-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.timeline-content p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

/* 服务项目样式 */
.service-projects {
    margin-bottom: 0;
}

.projects-title {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
}

.projects-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.project-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #e60012;
}

.project-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.project-item p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

/* 详细内容介绍样式 */
.xianlu-detail {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.detail-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid #e60012;
    padding-bottom: 15px;
}

.xianlu-detail h4 {
    font-size: 18px;
    font-weight: 600;
    color: #e60012;
    margin: 25px 0 15px 0;
    border-left: 4px solid #e60012;
    padding-left: 15px;
}

.xianlu-detail p {
    font-size: 15px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 15px;
    text-align: justify;
}

.xianlu-detail strong {
    color: #e60012;
    font-weight: 600;
}

.xianlu-detail ul,
.xianlu-detail ol {
    margin: 15px 0;
    padding-left: 25px;
}

.xianlu-detail li {
    font-size: 14px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 8px;
}

.xianlu-detail ul li {
    list-style-type: disc;
}

.xianlu-detail ol li {
    list-style-type: decimal;
}

/* 价格表格样式 */
.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.price-table th {
    background: linear-gradient(135deg, #e60012 0%, #ff4d4d 100%);
    color: white;
    font-weight: 600;
    padding: 15px;
    text-align: center;
    font-size: 14px;
}

.price-table td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
}

.price-table tbody tr:nth-child(even) {
    background: #ffffff;
}

.price-table tbody tr:hover {
    background: #e9ecef;
    transition: background 0.3s ease;
}

.price-table td:first-child {
    font-weight: 600;
    color: #2c3e50;
}

.price-table td:nth-child(2),
.price-table td:nth-child(3) {
    color: #e60012;
    font-weight: 500;
}

/* 联系信息样式 */
.contact-info {
    /*background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);*/
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
    border-left: 4px solid #e60012;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-info a {
    color: #e60012;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    text-decoration: underline;
}