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

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

    .introduce {
        margin: 0 auto;
        margin-top: 2.75rem;
        width: 75rem;
        height: 13.5625rem;
        display: flex;
        background-color: #B08C66;
        margin-bottom: 2.625rem;
    }

    /* .introduce-left {
        width: 42.875rem;
        height: 100%;
        object-fit: cover;
    } */
    .introduce-left {
        min-width: 42.875rem;
        height: 100%;
        background-image: url('https://cdn.hktalentvisa.cn/image/project/zhauncai-introduce.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .introduce-left-text {
        font-size: 1.75rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 2.5rem;
        text-align: center;
        margin-top: 2.375rem;
        margin-bottom: 0.875rem;
    }

    .introduce-left-tag {
        margin: 0 auto;
        width: 17.5rem;
        height: 2rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 1rem;
        border: 0.0625rem solid #FFFFFF;
        margin-bottom: 0.875rem;
        font-size: 1.125rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2rem;
        text-align: center;
    }



    .introduce-right {
        flex: 1;
        width: 0;
        height: 13rem;
        background: #EEEEEE;
        font-size: 1.125rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 2rem;
        padding: 1.0625rem 1.6875rem 0rem 1.6875rem;
        text-align: justify;
    }

    .apply {
        width: 75rem;
        margin: 0 auto;
        margin-bottom: 2.625rem;
    }

    .apply-title {
        font-size: 2.25rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 3.125rem;
        text-align: center;
        margin-bottom: 2.6875rem;
    }

    .apply-wrap {
        width: 100%;
        height: 20.375rem;
        display: flex;
    }

    .apply-left {
        width: 44.5rem;
        height: 100%;
        background-color: #022361;
        font-size: 1.125rem;
        color: #FFFFFF;
        line-height: 2rem;
        text-align: justify;
        padding: 1.125rem 1.6875rem 0rem 1.6875rem;
    }

    .apply-right {
        width: 30.625rem;
        height: 100%;
        object-fit: cover;
    }

    .path {
        width: 75rem;
        margin: 0 auto;
        margin-bottom: 2.6875rem;
    }

    .path-title {
        font-size: 2.25rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 3.125rem;
        margin-bottom: 2.625rem;
        text-align: center;
    }

    .path-text {
        font-size: 1.125rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 2rem;
        text-align: center;
        margin-bottom: 0.875rem;
    }

    .path-image {
        width: 100%;
        height: 21.5rem;
        object-fit: cover;
    }
}