@import url("./mobie/about.css");

@media (min-width: 668px) {
    body {
        margin: 0;
        min-width: 75rem;
    }

    .introduce {
        width: 75rem;
        margin: 0 auto;
        padding-top: 2.375rem;
        display: flex;
        margin-bottom: 2rem;
    }

    .introduce-left {
        flex: 1;
        width: 0;

    }

    .introduce-left h1 {
        font-size: 2.75rem;
        font-weight: 600;
        color: #0D1F5E;
        line-height: 3.8125rem;
        margin-bottom: 0.625rem;
    }

    .introduce-company {
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #555555;
        line-height: 2rem;
        margin-bottom: 1.5rem;

    }

   

    .introduce-left h3 {
        font-size: 1.5rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 2.0625rem;
        margin-bottom: 1.5rem;
    }

    .introduce-phone {
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #555555;
        line-height: 2rem;
    }

    .introduce-right-image {
        width: 32.8125rem;
        height: 19.6875rem;
        margin-top: 4.8125rem;
        margin-left: 2.3125rem;
    }
}