.staticModel {
    width: 1232px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 40px;
    display: none;
}

.residentialModel_left {
    float: none;
    width: 1232px;
    height: 680px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
}

.residentialModelLeft_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(230, 234, 243, 1);
    padding-bottom: 15px;
}

.residentialModelLeft {
    font-weight: bold;
    font-size: 20px;
    color: #222325;
}

.residentialModelLeft_headSearch {
    width: 249px;
    height: 32px;
    background: #F8F8F8;
    border-radius: 4px;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

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

.residentialModelLeft_headSearch input {
    border: none;
}

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

.residentialModelLeft_content {
    height: calc(680px - 96px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px 0;
    box-sizing: border-box;
}

.residentialModelLeft_content::-webkit-scrollbar {
    display: none;
}

.residentialModelLeft_contentItem+.residentialModelLeft_contentItem {
    margin-top: 24px;
}

.residentialModelLeft_contentItemTitle {
    font-weight: 500;
    font-size: 16px;
    color: #222325;
    margin-bottom: 15px;
}

.residentialModelLeft_contentItemList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 12px;
}

.residentialModel_contentItemListItem {
    width: 287px;
    height: 88px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CFCFCF;
    padding: 0 12px 0 16px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.residentialModel_contentItemListItem:hover,
.residentialModel_contentItemListItem.active {
    border: 1px solid #416FF4;
}

.residentialModel_contentItemListItemTitle {
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    line-height: 19px;
    font-family: "Roboto Medium";
    padding-top: 22px;
    width: 100%;
    /*溢出部分隐藏*/
    overflow: hidden;
    /*禁止换行*/
    white-space: nowrap;
    /*显示省略号*/
    text-overflow: ellipsis;
}

.residentialModel_model {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
}

.residentialModel_model .goods_num {
    visibility: hidden;
}

.residentialModel_price {
    font-weight: bold;
    font-size: 16px;
    color: #FF6F3C;
    line-height: 19px;
    font-family: "Roboto Bold";
}

.residentialModel_sub {
    padding: 2px 12px;
    background: #6236FF;
    border-radius: 0px 6px 0px 6px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    font-family: "Roboto Light";
}

.residentialModel_right {
    float: none;
    width: 1232px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px 27px 20px;
    margin-top: 34px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 9px 20px 0px rgba(153, 175, 224, 0.3);
    border-radius: 12px;
    border: 0px solid #979797;
    padding: 20px;
    box-sizing: border-box;
}

.residentialModel_right_title {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 24px;
    font-family: "Roboto Bold";
}

.residentialModel_right_cont {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.residentialModel_right_cont_model:nth-child(1) {
    margin-right: 88px;
}

.residentialModel_right_cont_model:nth-child(2) {
    margin-right: 74px;
}

.staticModel_right_left_title {
    font-weight: bold;
    font-size: 16px;
    color: #8F92A1;
    line-height: 19px;
    font-family: "Roboto Bold";
}

.staticModel_right_left_title {
    font-weight: bold;
    font-size: 16px;
    color: #8F92A1;
    line-height: 19px;
    font-family: "Roboto Bold";
}

.staticModel_right_left_desc {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    line-height: 19px;
    font-family: "Roboto Regular";
}

.staticModel_right_left_price {
    font-weight: 500;
    font-size: 22px;
    color: #FF6F3C;
    line-height: 19px;
    font-family: "Roboto Medium";
}

.staticModel_right_btn {
    width: 196px;
    height: 44px;
    background: #416FF4;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 44px;
    font-family: "Roboto Medium";
    text-align: center;
    cursor: pointer;
}

.staticModel_right_btn:hover {
    background: #3859d0;
}

@media (max-width: 1100px) {
    .staticModel {
        width: 100%;
    }

    .residentialModel_left {
        width: 100%;
    }

    .residentialModelLeft_content {
        width: 100%;
    }

    .residentialModelLeft_contentItemList {
        grid-template-columns: repeat(3, 1fr);
    }

    .residentialModel_right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 850px) {
    .residentialModelLeft_contentItemList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .residentialModelLeft_content {
        width: 100%;
    }

    .residentialModelLeft_contentItemList {
        grid-template-columns: repeat(1, 1fr);
    }

    .residentialModel_right {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .residentialModel_right_cont {
        display: block;
    }

    .residentialModel_right_cont_model {
        margin-bottom: 20px;
    }
}