
.footer-top {
    background-color: #ddd;
    padding: 40px 0;
    margin-bottom: 0;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.category-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.category-title {
    background-color: #d71c2a;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 10px;
    min-width: 120px;
    text-align: center;
}

.category-list {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.footer-bottom {
    background-color: #d12f27;
    color: white;
    padding: 60px 0;
    margin-top: 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
}

.footer-logo {
    width: 120px;
    height: 80px;
    background: url('/uploads/logo/logobig.png') no-repeat;
    background-size: contain;
    margin-bottom: 15px;
}

.company-name {
    font-size: 20px;
    margin-bottom: 8px;
}

.company-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.contact-info {
    font-size: 16px;
    margin-left: 40px;
}

.contact-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-detail {
    font-size: 14px;
    color: #fff;
}

.qrcode-container {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.qrcode-box {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 14px;
}