 /* 分页样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: white;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    border-color: #3b82f6;
    color: #3b82f6;
    background: #f8fafc;
}

.pagination .current {
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
}

.pagination .disabled {
    color: #9ca3af;
    cursor: not-allowed;
    background: #f9fafb;
}

.pagination .active span{
    border-color: #3b82f6;
   color: #3b82f6;
background: #f8fafc;
}
 
 /*.service-grid {*/
 /*           display: grid;*/
 /*           grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
 /*           gap: 20px;*/
 /*           padding: 20px;*/
 /*       }*/
 /*       .service-card {*/
 /*           border: 1px solid #f0f0f0;*/
 /*           border-radius: 8px;*/
 /*           padding: 20px;*/
 /*           text-align: center;*/
 /*           box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
 /*       }*/
 /*       .service-icon {*/
 /*           width: 80px;*/
 /*           height: 80px;*/
 /*           margin: 0 auto 15px;*/
 /*           border-radius: 8px;*/
 /*           display: flex;*/
 /*           align-items: center;*/
 /*           justify-content: center;*/
 /*           color: white;*/
 /*           font-size: 24px;*/
 /*       }*/
 /*       .service-title {*/
 /*           font-size: 18px;*/
 /*           font-weight: 600;*/
 /*           margin-bottom: 8px;*/
 /*       }*/
 /*       .service-desc {*/
 /*           color: #666;*/
 /*           font-size: 14px;*/
 /*           margin-bottom: 15px;*/
 /*       }*/
 /*       .service-price {*/
 /*           color: #ff5722;*/
 /*           font-size: 16px;*/
 /*           font-weight: 600;*/
 /*       }*/
 /*       .small-service-grid {*/
 /*           display: grid;*/
 /*           grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));*/
 /*           gap: 15px;*/
 /*           margin-top: 20px;*/
 /*       }*/
 /*       .small-service-item {*/
 /*           border: 1px solid #f0f0f0;*/
 /*           border-radius: 6px;*/
 /*           padding: 15px;*/
 /*           text-align: center;*/
 /*           box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
 /*           display: flex;*/
 /*           flex-direction: column;*/
 /*           align-items: center;*/
 /*       }*/
 /*       .small-service-icon {*/
 /*           font-size: 20px;*/
 /*           margin-bottom: 8px;*/
 /*           color: #409eff;*/
 /*       }*/
 /*       .small-service-title {*/
 /*           font-size: 14px;*/
 /*           margin-bottom: 5px;*/
 /*       }*/
 /*       .small-service-price {*/
 /*           color: #ff5722;*/
 /*           font-size: 14px;*/
 /*       }*/
 /*       .more-service {*/
 /*           border: 1px solid #f0f0f0;*/
 /*           border-radius: 6px;*/
 /*           padding: 15px;*/
 /*           text-align: center;*/
 /*           box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
 /*           display: flex;*/
 /*           align-items: center;*/
 /*           justify-content: center;*/
 /*           color: #409eff;*/
 /*           font-size: 14px;*/
 /*       }*/



 /*         .layout-container {*/
 /*           display: flex;*/
 /*           gap: 20px;*/
 /*           padding: 20px;*/
 /*           margin: 0 auto;*/
 /*       }*/
        
 /*       .left-section {*/
            flex: 3; /* 左侧占比更大 */
 /*           display: grid;*/
            grid-template-columns: repeat(2, 1fr); /* 2列布局 */
 /*           gap: 20px;*/
 /*       }*/
        
 /*       .right-section {*/
            flex: 1; /* 右侧占比稍小 */
 /*           background-color: #0f2b4e;*/
 /*           color: white;*/
 /*           padding: 20px;*/
 /*           border-radius: 6px;*/
 /*           display: flex;*/
 /*           flex-direction: column;*/
 /*       }*/
        
 /*       .country-card {*/
 /*           border: 1px solid #eee;*/
 /*           border-radius: 6px;*/
 /*           padding: 15px;*/
 /*           box-shadow: 0 2px 5px rgba(0,0,0,0.05);*/
 /*       }*/
        
 /*       .flag {*/
 /*           width: 80px;*/
 /*           height: 50px;*/
 /*           margin-bottom: 12px;*/
 /*           background-size: cover;*/
 /*           background-position: center;*/
 /*       }*/
        
 /*       .price {*/
 /*           color: #e53e3e;*/
 /*           font-size: 1.1rem;*/
 /*           font-weight: bold;*/
 /*           margin: 8px 0;*/
 /*       }*/
        
 /*       .country-name {*/
 /*           margin: 0 0 10px 0;*/
 /*           font-size: 1.2rem;*/
 /*       }*/
        
 /*       .country-desc {*/
 /*           color: #666;*/
 /*           font-size: 0.9rem;*/
 /*           margin: 0;*/
 /*           line-height: 1.5;*/
 /*       }*/
        
 /*       .international-title {*/
 /*           margin-top: 0;*/
 /*           font-size: 1.3rem;*/
 /*       }*/
        
 /*       .country-list {*/
 /*           list-style: none;*/
 /*           padding: 0;*/
 /*           margin: 15px 0;*/
 /*           display: grid;*/
            grid-template-columns: repeat(2, 1fr); /* 2列展示 */
 /*           gap: 8px;*/
 /*       }*/
        
 /*       .country-list li {*/
 /*           font-size: 0.9rem;*/
 /*           padding: 3px 0;*/
 /*       }*/
        
 /*       .view-more {*/
 /*           background-color: #f0483e;*/
 /*           color: white;*/
 /*           border: none;*/
 /*           padding: 10px 0;*/
 /*           border-radius: 4px;*/
            margin-top: auto; /* 推到容器底部 */
 /*           cursor: pointer;*/
 /*           font-weight: bold;*/
 /*       }*/

 /*       .zhuan-container{*/
    
 /*           margin: 0 auto;*/
 /*           padding: 20px;*/
 /*       }*/
        
 /*       .row {*/
 /*           display: flex;*/
 /*           gap: 20px;*/
 /*           margin-bottom: 20px;*/
 /*       }*/
        
 /*       .card {*/
 /*           flex: 1;*/
 /*           border: 1px solid #e5e7eb;*/
 /*           border-radius: 8px;*/
 /*           padding: 30px 20px;*/
 /*           text-align: center;*/
 /*           transition: all 0.3s ease;*/
 /*       }*/
        
 /*       .card:hover {*/
 /*           box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);*/
 /*       }*/
        
 /*       .icon {*/
 /*           width: 70px;*/
 /*           height: 70px;*/
 /*           border-radius: 8px;*/
 /*           display: flex;*/
 /*           align-items: center;*/
 /*           justify-content: center;*/
 /*           margin: 0 auto 20px;*/
 /*           font-size: 30px;*/
 /*           color: white;*/
 /*       }*/
        
 /*       .title {*/
 /*           font-size: 18px;*/
 /*           font-weight: 600;*/
 /*           margin: 0 0 10px 0;*/
 /*           color: #1f2937;*/
 /*       }*/
        
 /*       .desc {*/
 /*           font-size: 14px;*/
 /*           color: #6b7280;*/
 /*           margin: 0 0 15px 0;*/
 /*           line-height: 1.5;*/
 /*       }*/
        
 /*       .price {*/
 /*           font-size: 18px;*/
 /*           color: #ef4444;*/
 /*           font-weight: 600;*/
 /*           margin: 0;*/
 /*       }*/
        
        /* 图标背景色 */
 /*       .icon-utility {*/
 /*           background-color: #0d9488;*/
 /*       }*/
        
 /*       .icon-invention {*/
 /*           background-color: #a855f7;*/
 /*       }*/
        
 /*       .icon-design {*/
 /*           background-color: #ea580c;*/
 /*       }*/
        
 /*       .icon-review {*/
 /*           background-color: #3b82f6;*/
 /*       }*/
        
 /*       .icon-response {*/
 /*           background-color: #3b82f6;*/
 /*       }*/
        
 /*       .icon-pct {*/
 /*           background-color: #3b82f6;*/
 /*       }*/
        
 /*       .icon-more {*/
 /*           background-color: #94a3b8;*/
 /*       }*/
        
 /*       .more-text {*/
 /*           color: #3b82f6;*/
 /*           font-size: 14px;*/
 /*           margin-top: 45px;*/
 /*           cursor: pointer;*/
 /*       }*/
        
 /*       .more-text span {*/
 /*           display: inline-block;*/
 /*           width: 16px;*/
 /*           height: 16px;*/
 /*           border: 1px solid #3b82f6;*/
 /*           border-radius: 50%;*/
 /*           font-size: 12px;*/
 /*           line-height: 16px;*/
 /*           margin-left: 4px;*/
 /*       }*/