/* ==========================================================================
   手机端页脚小标题手风琴
   ========================================================================== */

@media (max-width: 549px) {
    .footer-wrapper .col {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .footer-wrapper .col:last-child {
        border-bottom: none !important;
    }

    .footer-wrapper .section-title-container ~ .ux-menu,
    .footer-wrapper .section-title-container ~ .row-small,
    .footer-wrapper .section-title-container ~ .text,
    .footer-wrapper .section-title-container ~ .row,
    .footer-wrapper .section-title-container ~ .container {
        display: none;
        margin-top: 15px !important;
        padding-bottom: 10px !important;
    }

    .footer-wrapper .section-title-container {
        position: relative !important;
        margin-bottom: 0 !important;
        padding-right: 40px !important;
        cursor: pointer !important;
    }

    .footer-accordion-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.2em;
        transform: translateY(-50%);
    }

    .footer-wrapper .section-title-container.active .footer-accordion-icon {
        color: #fff;
    }
}
