/* Shipping Policy 运输政策专用样式 */
.shipping-main {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}
.shipping-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}
.shipping-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a3a5f;
    margin-bottom: 12px;
    text-align: center;
}
.shipping-date {
    font-size: 15px;
    color: #666;
    margin-bottom: 40px;
    text-align: center;
}
.shipping-section {
    margin-bottom: 30px;
}
.shipping-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1a5fb4;
    margin: 25px 0 12px;
}
.shipping-section h3 {
    font-size: 17px;
    font-weight: 600;
    color: #2c3e50;
    margin: 16px 0 8px;
}
.shipping-section p,
.shipping-section li {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 8px;
}
.shipping-section ul {
    padding-left: 22px;
    margin-bottom: 12px;
}
.shipping-section a {
    color: #1a5fb4;
    text-decoration: none;
}
.shipping-section a:hover {
    text-decoration: underline;
}

.shipping-carriers {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}


.shipping-carriers img {
    height: 45px;
    object-fit: contain;
}

.shipping-carriers .fedex{
    height: 85px;
}

.shipping-carriers .tnt{
    height: 85px;
}

.shipping-carriers .ups{
    height: 55px;
}