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

@media (min-width: 668px) {

    /* 在这里定义平板电脑和桌面电脑屏幕上的样式 */
    body {
        margin: 0;
        min-width: 75rem;
    }

    .banner {
        background-image: url('https://cdn.hktalentvisa.cn/image/home/banner.png');
        width: 100%;
        height: 18.75rem;
        background-size: auto 18.75rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    .banner-content {
        width: 31.375rem;
        height: 100%;
        padding-top: 9.4375rem;
        margin: 0 auto;
    }

    .banner-text {
        font-size: 1.5rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 2.0625rem;
        margin: 0;
        margin-bottom: 2.3125rem;
        text-align: center;
    }

    .banner-core {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .banner-core-item {
        display: block;
        width: 6.25rem;
        height: 2.25rem;
        background: #C99E71;
        border-radius: 0.5rem;
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.25rem;
        text-align: center;
        cursor: pointer;
    }

    .banner-core-item:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .advantage {
        width: 75rem;
        margin: 0 auto;
        padding-bottom: 0.375rem;
    }

    .advantage-title {
        margin-top: 2.625rem;
        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;
    }

    .advantage-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.25rem;
    }



    .advantage-item {
        width: 23.5rem;
        height: 13rem;
        background: #EEEEEE;
        margin-right: 2.25rem;
        padding-left: 2.875rem;

    }


    .advantage-item:last-child {
        margin-right: 0;
    }

    .advantage-item-name {
        font-size: 1.375rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 1.875rem;
        margin-top: 2.125rem;

    }

    .advantage-item-name::after {
        content: '';
        display: block;
        width: 2.25rem;
        height: 0.25rem;
        background: #0C1E5D;
        margin: 0.875rem 0px;
    }

    .advantage-item-text {
        font-size: 1.125rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 2.5rem;
    }

    .project {
        width: 75rem;
        margin: 0 auto;
    }

    .project-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;
    }

    .project-item {
        width: 100%;
        height: 17.125rem;
        margin-bottom: 2.625rem;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .project-item:nth-of-type(1) {
        background-image: url('https://cdn.hktalentvisa.cn/image/home/youcai-bg.png');
        padding-left: 3.875rem;
    }

    .project-item:nth-of-type(2) {
        background-image: url('https://cdn.hktalentvisa.cn/image/home/zhuancai-bg.png');
        padding-right: 2.25rem;
        align-items: flex-end;
        text-align: end;
    }

    .project-item:nth-of-type(2) .project-item-text {
        margin-right: 1.75rem;
        padding-right: 0;
    }

    .project-item:nth-of-type(2) .project-item-btn {
        margin-right: 1.75rem;
        color: #FFFFFF;
        background: #022361;
    }

    .project-item:nth-of-type(3) {
        background-image: url('https://cdn.hktalentvisa.cn/image/home/gaocai-bg.png');
        padding-left: 3.875rem;
    }

    .project-item-name {
        font-size: 2rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 3.125rem;
        margin-top: 2.875rem;
        margin-bottom: 1.0625rem;
    }

    .project-item-text {
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.25rem;
        margin-bottom: 1.1875rem;
        padding-right: 21.25rem;
    }

    .project-item-btn {
        display: block;
        width: 6.25rem;
        height: 2.25rem;
        background: #C99E71;
        border-radius: 0.5rem;
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.25rem;
        text-align: center;
        cursor: pointer;
    }

    .project-item-btn:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

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

    .cases-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;
    }

    .cases-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cases-item {
        width: 21.75rem;
        height: 25rem;
        background: #EEEEEE;
        padding: 1.5rem 1.75rem 0rem 1.75rem;
        box-sizing: border-box;
    }

    .cases-item-top {
        width: 18.1875rem;
        height: 11rem;
        border: 0.0625rem solid #E3E3E3;
        position: relative;
        margin-bottom: 0.5rem;
    }

    .cases-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cases-tag {
        width: 4.875rem;
        height: 2rem;
        background: #022361;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2rem;
        text-align: center;
    }

    .cases-item-bottom {
        font-size: 1.125rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 2.25rem;
    }

    .news {
        width: 75rem;
        margin: 0 auto;
        margin-bottom: 5.1875rem;
    }

    .news-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.1875rem;
    }

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

    .news-left {
        display: block;
        max-width: 33.125rem;
        width: 33.125rem;
        height: 20rem;
        position: relative;
        margin-right: 2.9375rem;

    }

    .news-left:hover .news-left-title {
        text-decoration: underline;
    }

    .news-left-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    .news-left::after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(360deg, rgba(8, 8, 8, 0.98) 0%, rgba(242, 242, 242, 0.22) 100%, rgba(255, 255, 255, 0.18) 100%);
    }

    .news-left-title {
        position: absolute;
        bottom: 2rem;
        left: 0rem;
        width: 100%;
        padding: 0rem 1.5rem;
        font-size: 1.375rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 1.875rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-sizing: border-box;
        z-index: 9;
    }

    .news-right {
        flex: 1;
        width: 0;
    }

    .news-right-item {
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 1rem;
    }

    .news-right-item:last-child {
        margin-bottom: 0rem;
    }

    .news-right-item-title {
        display: block;
        font-size: 1.375rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 1.875rem;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.375rem;
    }

    .news-right-item-title:hover {
        color: #022361;
        text-decoration: underline;
        cursor: pointer;
    }


    .news-right-item-time {
        font-size: 1.125rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 1.5625rem;
        margin-bottom: 1rem;

    }

    .news-right-btn {
        display: block;
        margin-top: 1.1875rem;
        width: 6.25rem;
        height: 2.25rem;
        background: #C99E71;
        border-radius: 0.5rem;
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.25rem;
        text-align: center;
    }

    .news-right-btn:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }
}