.mbx {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 14px auto;
}

.mbx .fz {
    width: 14px;
    height: 12px;
    cursor: pointer;

}

.mbx .mbx_form {
    font-weight: 400;
    font-size: 12px;
    color: #845CFF;
    line-height: 12px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}

.mbx .hjt {
    width: 4px;
    height: 7px;
    margin: 0 12px;
}

.mbx .mbx_text {
    font-weight: 400;
    font-size: 12px;
    color: #ACA8BA;
    line-height: 12px;
    text-align: left;
    font-style: normal;
    cursor: no-drop;
}

.blog {
    background-image: url(../images-v2/resource/1.png);
    background-repeat: no-repeat;
    background-size: 100% 360px;
    background-position: top;
    padding-top: 48px;
    padding-bottom: 120px;
}

.ourLatest_con {
    width: 1140px;
    margin: auto;
}

.ourLatest_con_title {
    font-weight: bold;
    font-size: 36px;
    color: #090025;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    margin-bottom: 29px;
}

.ourLatest_con_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ourLatest_con_list_item {
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #CECBE2;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.ourLatest_con_list_item_imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 24px 24px 0 0;
}

.ourLatest_con_list_item:hover {
    box-shadow: 0px 6px 21px 0px rgba(118, 109, 173, 0.17);
    border-radius: 24px;
    border: 1px solid #CECBE2;
}

.ourLatest_con_list_item_box {
    padding: 0 24px;
}

.ourLatest_con_list_item_title {
    margin-top: 19px;
    margin-bottom: 12px;
}

.ourLatest_con_list_item_desc {
    font-weight: 300;
    font-size: 14px;
    color: #ACA8BA;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.ourLatest_con_btn {
    width: 174px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #C8C8C8;
    margin: auto;
    margin-top: 96px;
    font-weight: bold;
    font-size: 14px;
    color: #090025;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.ourLatest_con_btn:hover {
    background: #6443e6;
    color: #FFFFFF;
}

.residentialModelLeft_headSearch {
    padding: 0 24px 0 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 591px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 32px;
    border: 1px solid #DFDFDF;
    margin: auto;
    margin-bottom: 50px;
    justify-content: space-between;
}

.residentialModelLeft_headSearch img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    vertical-align: middle;
}

.residentialModelLeft_headSearch input {
    border: none;
    line-height: normal;
}

.residentialModelLeft_headSearch input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
}

.ourLatest_con_list_item_imgBox {
    width: 100%;
    height: 236px;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    background: linear-gradient(143deg, #3139EC 0%, #FF0061 100%);
}

.ourLatest_con_fy {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.ourLatest_con_fy_item {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E5E5E5;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #6C667F;
    line-height: 20px;
    text-align: center;
    border: 1px solid #E5E5E5;
    font-style: normal;
    cursor: pointer;
}

.ourLatest_con_fy_item:hover {
    border: 1px solid #845CFF;
}

.ourLatest_con_fy_item:hover:not(.fyactive) {
    border-color: #845CFF;
    color: #845CFF;
}

.ourLatest_con_fy_item img {
    width: 4px;
    height: 7px;
}

.fyactive {
    background: #845CFF;
    color: #fff;
}

.start {
    background-image: url(../images-v2/resource/8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    padding: 66px 0;
}

.startTitle {
    font-weight: bold;
    font-size: 40px;
    color: #292A34;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    margin: auto;
    margin-bottom: 24px;
}

.startBtn {
    width: 274px;
    height: 64px;
    background: #845CFF;
    border-radius: 32px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    margin: auto;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.startBtn:hover {
    background: #6443e6;
}

/* 响应式 */
@media screen and (max-width: 768px) {
    .ourLatest_con {
        width: 100%;
    }

    .ourLatest_con {
        width: 100%;
    }

    .residentialModelLeft_headSearch {
        width: 90%;
        margin: auto;
    }

    .ourLatest_con_list {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .ourLatest_con_title {
        font-size: 28px;
    }
    .startTitle{
        font-size: 28px;
    }
    .startBtn{
        width: 200px;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }
}

@media screen and (max-width: 500px) {
    .ourLatest_con_title {
        font-size: 24px;
    }
    .startTitle{
        font-size: 24px;
    }
}