.footer-mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .footer .footer-container {
        display: none !important;
    }

    .footer .copyright {
        display: none !important;
    }

    .footer-mobile {
        display: block;
        padding: 0.6rem 0.3rem 0;
    }

    .footer-mobile-logo {
        width: 4.15rem;
        margin: 0 auto;
        margin-bottom: 0.56rem;
        display: block;
    }

    .footer-mobile-company {
        font-size: 0.32rem;
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .footer-mobile-phone {
        display: flex;
        align-items: flex-start;
  
        margin-bottom: 0.35rem;
    }

    .footer-mobile-phone .footer-icon {
        width: 0.47rem;
        height: 0.47rem;
        flex-shrink: 0;
           margin-right: 0.16rem;
    }

    .footer-mobile-phone .contact-info {
        display: flex;
        flex-direction: column;
        gap: 0.05rem;
        background: transparent;
    }

    .footer-mobile-phone .contact-label {
    
        font-size: 0.3rem;
color: #FFFFFF;
  line-height: 0.5rem;
margin-bottom: 0.08rem;
    }

    .footer-mobile-phone .contact-phone-number {
        font-weight: bold;
        font-size: 0.36rem;
        color: #FFFFFF;
    }

    .footer-mobile-email {
        display: flex;
        align-items: flex-start;

        margin-bottom: 0.35rem;
    }

    .footer-mobile-email .footer-icon {
        width: 0.47rem;
        height: 0.47rem;
        flex-shrink: 0;
 
             margin-right: 0.16rem;
    }

    .footer-mobile-email .contact-info {
        display: flex;
        flex-direction: column;
        gap: 0.05rem;
             background: transparent;
    }

    .footer-mobile-email .contact-label {
        font-size: 0.28rem;
        color: #FFFFFF;
     line-height: 0.5rem;
    }

     .footer-mobile-email .contact-email{
       font-weight: bold;
font-size: 0.38rem;
        color: #FFFFFF;
    }

    .footer-mobile-address {
        display: flex;
        align-items: flex-start;

        margin-bottom: 0.82rem;
    }

    .footer-mobile-address .footer-icon {
        width: 0.47rem;
        height: 0.47rem;
        flex-shrink: 0;
        margin-right: 0.16rem;
    }

    .footer-mobile-address .contact-info {
        display: flex;
        flex-direction: column;
        gap: 0.05rem;
             background: transparent;
    }

    .footer-mobile-address .contact-label {
        font-size: 0.28rem;
        color: #FFFFFF;
        line-height: 0.5rem;
    }

    .footer-mobile-address .contact-detail-text {
        font-size: 0.28rem;
        color: #FFFFFF;
        line-height: 0.44rem;
    }

    .footer-mobile-line {
        border-top: 0.01rem solid rgba(255, 255, 255, 0.35);
    }

    .footer-mobile-copyright {
        padding: 0.3rem 0;
    }

    .footer-mobile-copyright p {
        font-size: 0.26rem;
        color: rgba(255, 255, 255, 0.56);
        line-height: 0.5rem;
        text-align: center;
    }
    .footer-mobile{
        padding: 0.6rem 0.58rem;
    }
}
