@import url(./mobie/footer.css);

@media (min-width: 668px) {
    footer {
        width: 100%;
        height: 14.875rem;
        background: #EEEEEE;

    }

    .footer-content {
        width: 75rem;
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-top: 1.5rem;
    }

    .col-title {
        font-size: 1.125rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 1.5625rem;
        margin-bottom: 1rem;
    }

    .col-title-max {
        margin-bottom: 1.5rem;
    }

    .col-text {
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #484848;
        line-height: 1.375rem;
        margin-bottom: 1.5rem;
    }

    .col-one-number {
        font-size: 1.5rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #484848;
        line-height: 2.0625rem;
    }

    .phone-prefix{
        display: inline-block;
        width: 5rem;
    }

    .column-wrap {
        display: flex;
    }

    .column-left {
        margin-right: 5rem;
    }


    .company-address {
        width: 16.25rem;
    }

    .company-address {
        color: #484848 !important;
        text-decoration: none !important;
    }

    .col-three-name {
        display: block;
    }

    .col-three-name:hover {
        color: #022361;
        text-decoration: underline;
    }

    .col-one-img {
        width: 12.625rem;
        height: 3.25rem;
        margin-bottom: 1.1875rem;
    }

    .col-five-text {
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #484848;
        line-height: 1.75rem;
        margin-bottom: 0.8125rem;
    }

    .qrcode-wrap {
        display: flex;
        align-items: center;
    }

    .qrcode-wrap .qrcode-item {
        margin-right: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .qrcode-wrap .qrcode-item:last-child {
        margin-right: 0rem;
    }

    .qrcode-wrap .qrcode-item .qrcode {
        width: 5.6875rem;
        height: 5.6875rem;
        margin-bottom: 0.375rem;
    }

    .qrcode-wrap .qrcode-item .qr-code-tip {
        font-size: 0.875rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #484848;
        line-height: 1.25rem;
    }




    .column-item {
        margin-bottom: 1.5rem;
        display: block;
        text-decoration: none;
    }

    .column-item:hover {
        color: #022361;
        text-decoration: underline;
    }


    .copyright {
        width: 100%;
        height: 2rem;
        text-align: center;
        font-size: 0.875rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .copyright a {
        color: #666666;
    }

    .copyright a:hover {
        color: #666666;
    }

}