#footer > .inner {
    display: none !important;
}

/* PC */
@media all and (min-width: 768px) {
    .flexr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .flexr2>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 49%;
    }
    .flexr2h>* {
        min-height: 200px;
    }

    .flexr3>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 32%;
    }

    .flexr4>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 24%;
    }

    .flexr5>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 19%;
    }

    .flexr6>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 16%;
    }

    .flexc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

}

/* 手机 */
@media all and (max-width: 767px) {
    .flexr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .flexc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .flexr2>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .flexr3>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .flexr4>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .flexr5>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .flexr6>* {
        box-shadow: 0px 0px 2px #e35728;
        padding: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
}