.huase_box {
    width: 100%;
    padding: calc(5px + 5rem) 0;
}

.huase_box .huase {
    max-width: 1470px;
    width: 85%;
    margin: auto;
}

.huase .huase_title {
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(6px + 1.5rem);
    color: #A22124;
    line-height: calc(12px + 2rem);
    text-align: center;
    margin-bottom: calc(7px + 1rem);
}

.huase .huase_miaoshu {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 2rem);
    text-align: center;
}

.huase .p3 {
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(8px + 2rem);
    color: #333333;
    line-height: calc(10px + 3rem);
    text-align: center;
    margin-top: calc(30px + 5rem);
}

.huase_list_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 5rem);
    margin-top: calc(14px + 4rem);
}

.huase_list_box .huase_list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.huase_list_box .huase_list_item:nth-child(even) {
    flex-flow: row-reverse;
}

.huase_list_box .huase_list_item .huase_text {
    width: 47.619%;
}

.huase_list_box .huase_list_item .huase_pic {
    width: 47.619%;
    height: calc(114px + 20rem);
}

.huase_list_box .huase_list_item .huase_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.huase_list_box .huase_list_item .huase_text .p1 {
    font-family: Source_Han_Light;
    font-weight: 600;
    font-size: calc(4px + 1rem);
    color: #333333;
    line-height: calc(5px + 1.5rem);
}

.huase_list_box .huase_list_item .huase_text .p2 {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 2rem);
    margin-top: calc(5px + 0.5rem);
}

.huase_list_box .huase_list_item .huase_text .p2 p {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 1.5rem);

}

.huase_more a {
    font-family: Source_Han_Light;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #231F20;
    line-height: calc(10px + 1.5rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.25rem);
    margin-top: calc(7px + 2rem);
    transition: .5s;
}

.huase_more img {
    width: calc(3px + 0.5rem);
    display: none;
}

.huase_more img:nth-of-type(1) {
    display: block;
}

.huase_list_item:hover .huase_more a {
    color: #A22124;
}

.huase_list_item:hover .huase_more img {
    display: none;
}

.huase_list_item:hover .huase_more img:nth-of-type(2) {
    display: block;
}

.huase_conatct_box {
    width: 100%;
}

.huase_conatct_box .huase_contact {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    background-color: #FAF9F6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(30px + 5rem) calc(95px + 10rem);
}

.huase_contact_code {
    width: calc(100px + 5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(5px + 0.25rem);
}

.huase_contact_code img {
    width: 100%;
    height: calc(100px + 5rem);
}

.huase_contact_code p {
    width: calc(16px + 4rem);
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(3px + 1rem);
    text-align: center;

}

.huase_contact_text .p1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: calc(4px + 1rem);
    color: #A22124;
    line-height: calc(5px + 1.5rem);
}

.huase_contact_text .p2 {
    font-family: Source_Han_Light;
    font-weight: 600;
    font-size: calc(4px + 1rem);
    color: #333333;
    line-height: calc(5px + 1.5rem);
    margin-top: calc(9px + 1rem);
}

.huase_contact_text .p3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(8px + 1rem);
    margin-top: calc(9px + 1rem);
}

.huase_contact_text .p3 p {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(3px + 1rem);
}

.huase_contact_text .p3 p:nth-of-type(1) {
    color: #333333;
}

.huase_card_box {
    width: 100%;
    padding-top: calc(3px + 10rem);
    padding-bottom: calc(20px + 4rem);
}

.huase_card_box .huase_card {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.huase_card_box .huase_card .huase_card_item {
    width: 23.3537%;
    height: calc(83px + 15rem);
    border-radius: calc(10px + 0.5rem);
    position: relative;
    overflow: hidden;
}

.huase_card_box .huase_card .huase_card_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(10px + 0.5rem);
    transition: .5s;
}

.huase_card_item .huase_name {
    width: 100%;
    height: calc(17px + 2rem);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px calc(10px + 0.5rem) calc(10px + 0.5rem);
    position: absolute;
    bottom: 0;
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;
    line-height: calc(10px + 1rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(10px + 0.5rem);
}

.huase_card_item:hover img {
    transform: scale(1.1);
}

@media (max-width: 1100px) {
    .huase .huase_title {

        font-size: calc(14px + 1rem);
        line-height: 1.5;

    }

    .huase .huase_miaoshu {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .huase_list_box .huase_list_item {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .huase_list_box .huase_list_item .huase_text {
        width: 100%;
    }

    .huase_list_box .huase_list_item .huase_text .p1 {
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }

    .huase_list_box .huase_list_item .huase_text .p2 p {
        font-size: calc(10px + 1rem) !important;
        line-height: 1.5;
    }

    .huase_list_box .huase_list_item .huase_pic {
        width: 100%;
        height: calc(114px + 30rem);
    }
   
      
    .huase_conatct_box .huase_contact {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(10px + 3rem);
        padding: calc(30px + 5rem) 0;
    }

    .huase_contact_code p {
        font-size: calc(10px + 1rem);
        width: 100%;
        line-height: 1.5;
    }
    .huase_contact_text .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .huase_contact_text .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .huase_contact_text .p3 p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .huase_card_box .huase_card{
        flex-wrap: wrap;
        row-gap: calc(10px + 1rem);
    }
    .huase_card_box .huase_card .huase_card_item{
        width: 48%;
    }
    .huase_card_item .huase_name{
        font-size: calc(10px + 1rem);
    }
}