@media (max-width: 499px) {
    .footer{
        width: 100%;
        padding: 30px 0;
        background-color: #030000;
    }

    /* 站点地图、导航 */
    .footer-site-map{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-site-map-section{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .footer-site-map-section-header{
        width: 100%;
    }
    .footer-site-map-section-header-title{
        width: 100%;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        color: #FFFFFF;
    }
    .footer-site-map-section-list{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 20px;
    }
    .footer-site-map-section-group{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-site-map-section:last-of-type .footer-site-map-section-group{
        margin-right: 0;
    }
    .footer-site-map-section-group:last-of-type{
        margin-right: 0;
    }
    .footer-site-map-section{
        color: #FFFFFF;
        text-align: left;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
    }

    /* 版权声明、邮件订阅 */
    .footer-copyright-email-subscribe{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 60px;
    }

    /* 版权声明 */
    .footer-copyright{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-copyright-logo{
        width: 130px;
        height: 34px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .footer-copyright-logo-img{
        width: 130px;
        height: 34px;
        object-fit: contain;
    }
    .footer-copyright-text{
        width: 100%;
        font-size: 15px;
        color: #FFFFFF;
        text-align: left;
        font-weight: 540;
        padding-top: 30px;
    }
    .footer-copyright-text a{
        color: #FFFFFF;
    }

    /* 邮件订阅 */
    .footer-email-subscribe{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 20px;
    }
    .footer-email-subscribe-tips{
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-weight: 500;
        color: #c4c4c4;
    }
    .footer-email-subscribe-input-wrap{
        width: 100%;
        /*padding-top: 30px;*/
        /*padding-bottom: 14px;*/
        /*display: flex;*/
        /*flex-direction: row;*/
        /*justify-content: space-between;*/
        /*align-items: center;*/
        /*border-bottom: #7e747c solid 1px;*/
    }
    .footer-email-subscribe-input-wrap form{
        padding-top: 30px;
        padding-bottom: 14px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: #7e747c solid 1px;
    }
    .footer-email-subscribe-input-wrap .wpcf7-response-output{
        display: none;
    }
    .footer-email-subscribe-input-wrap .screen-reader-response{
        display: none;
    }
    .footer-email-subscribe-input-wrap .wpcf7-not-valid-tip{
        font-size: 12px;
        color: #FFFFFF!important;
        text-align: left;
        text-indent: 10px;
        display: block;
    }
    .footer-email-subscribe-input-label{
        width: 105px;
        text-align: left;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: 500;
        display: block;
    }
    .footer-email-subscribe-input{
        width: 100%;
        margin-right: 20px;
        margin-left: 10px;
        height: 22px;
        line-height: 22px;
        color: #FFFFFF;
        border: none;
        background: none;
        outline: none;
        font-size: 15px;
        font-weight: 500;
    }
    .footer-email-subscribe-btn{
        
        height: 22px;
        background-color: #FFFFFF;
        border: none;
        text-align: center;
        line-height: 22px;
        font-size: 15px;
        color: #646669;
        font-weight: 500;
        user-select: none;
        cursor: pointer;
    }
}