@media (max-width: 990px) {
    .footer_box {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #F1F1F1;
        background-size: 100% 100%;
        background-position: top left;
        background-repeat: no-repeat;
        padding: 40px 30px;
        box-sizing: border-box;
    }

    .footer_container {
        width: 100%;
        height: 100%;
    }

    .code_box {
        font-size: 1.4rem;
        text-align: left;
        color: #000000;
        line-height: 20px;
    }

    .code_box img {
        width: 80px;
        height: 80px;
        margin-top: 8px;
    }

    .website_language {
        width: 100%;
        border-top: 1px solid #A9A9A9;
        padding: 15px 0;
        margin-top: 40px;
        font-size: 1.5rem;
        color: #000000;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .website_box {
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        font-weight: Bold;
        color: #a9a9a9;
        line-height: 14px;
    }

    .line {
        width: 2px;
        height: 10px;
        background: #a9a9a9;
        margin: 0 10px;
    }

    .website_active{
        color: #000000;
    }

    .copyright_box {
        font-size: 14px;
        text-align: left;
        color: #8b8b8b;
        line-height: 22px;
        align-self: flex-end;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    .footer_box {
        width: 100%;
        height: 268px;
        overflow: hidden;
        background-image: linear-gradient(135deg, #F1F1F1 60%, #D1D2D2 40%);
        background-size: 100% 100%;
        background-position: top left;
        background-repeat: no-repeat;
        margin-top: 20px;
        padding: 30px;
        box-sizing: border-box;
    }

    .footer_container {
        width: 940px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .code_box {
        font-size: 14px;
        text-align: left;
        color: #000000;
        line-height: 20px;
    }

    .code_box img {
        width: 80px;
        height: 80px;
        margin-top: 8px;
    }

    .copyright_box {
        font-size: 14px;
        text-align: left;
        color: #8b8b8b;
        line-height: 22px;
        align-self: flex-end;
    }
}

@media (min-width: 1401px) {
    .footer_box {
        width: 100%;
        height: 268px;
        overflow: hidden;
        background-image: linear-gradient(135deg, #F1F1F1 60%, #D1D2D2 40%);
        background-size: 100% 100%;
        background-position: top left;
        background-repeat: no-repeat;
        margin-top: 20px;
        padding: 30px;
        box-sizing: border-box;
    }

    .footer_container {
        width: 1140px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .code_box {
        font-size: 14px;
        text-align: left;
        color: #000000;
        line-height: 20px;
    }

    .code_box img {
        width: 80px;
        height: 80px;
        margin-top: 8px;
    }

    .copyright_box {
        font-size: 14px;
        text-align: left;
        color: #8b8b8b;
        line-height: 22px;
        align-self: flex-end;
    }
}
