@media (min-width: 500px) {
    .footer{
        width: 100%;
        padding: 5rem 0;
        background-color: #030000;
    }

    /* 站点地图、导航 */
    .footer-site-map{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-site-map-section{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-site-map-section-header{
        width: 100%;
    }
    .footer-site-map-section-header-title{
        width: 100%;
        text-align: left;
        font-size: 1.0625rem;
        font-weight: bold;
        color: #FFFFFF;
    }
    .footer-site-map-section-list{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 2.5rem;
    }
    .footer-site-map-section-group{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: 1.25rem;
    }
    .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{
        max-width: 24.375rem;
        color: #FFFFFF;
        text-align: left;
        font-size: 0.9375rem;
        font-weight: 500;
        text-decoration: none;
        margin-bottom: 0.625rem;
    }

    /* 版权声明、邮件订阅 */
    .footer-copyright-email-subscribe{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 6.25rem;
    }

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

    /* 邮件订阅 */
    .footer-email-subscribe{
        width: 32.25rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-email-subscribe-tips{
        width: 100%;
        text-align: left;
        font-size: 0.9375rem;
        font-weight: 500;
        color: #c4c4c4;
    }
    .footer-email-subscribe-input-wrap{
        width: 100%;
        /*padding-top: 1.875rem;*/
        /*padding-bottom: 0.875rem;*/
        /*display: flex;*/
        /*flex-direction: row;*/
        /*justify-content: space-between;*/
        /*align-items: center;*/
        /*border-bottom: #7e747c solid 0.0625rem;*/
    }
    .footer-email-subscribe-input-wrap .wpcf7-response-output{
        
		
		font-size: 0.75rem;
        color: #FFFFFF!important;
        text-align: left;
        text-indent: 0.625rem;
        display: block;
		border: none;
    }
	
    .footer-email-subscribe-input-wrap .screen-reader-response{
        font-size: 0.75rem;
        color: #FFFFFF!important;
        text-align: left;
        text-indent: 0.625rem;
        display: block;
    }
    .footer-email-subscribe-input-wrap .wpcf7-not-valid-tip{
        font-size: 0.75rem;
        color: #FFFFFF!important;
        text-align: left;
        text-indent: 0.625rem;
        display: block;
    }
    .footer-email-subscribe-input-wrap form{
        padding-top: 1.875rem;
        padding-bottom: 0.875rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: #7e747c solid 0.0625rem;
    }
    .footer-email-subscribe-input-label{
        width: 6.5625rem;
        text-align: left;
        font-size: 0.9375rem;
        color: #FFFFFF;
        font-weight: 500;
        display: block;
    }
    .footer-email-subscribe-input{
        width: 100%;
        margin-right: 0.625rem;
        margin-left: 0.625rem;
        height: 1.375rem;
        line-height: 1.375rem;
        color: #FFFFFF;
        border: none;
        background: none;
        outline: none;
        font-size: 0.9375rem;
        font-weight: 500;
    }
    .footer-email-subscribe-btn{
        min-width: 10rem;
    width: auto;
    height: 2.5rem;
    padding: 0 1.25rem;
    background-color: #FFFFFF;
    border: none;
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.9375rem;
    color: #646669;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    }
}