* {
    margin: 0;
    padding: 0;
}

body {
    background: #f1f1f1;
}

.topImage > img {
    width: 100%;
}

.buyhouse {
    padding: 10px 20px;
}

.buyhouseword {
    font-weight: 800;
    font-size: 20px;
}

.buybtn {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

    .buybtn > img {
        width: 48%;
    }

.sortItemBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    position: relative;
    height: 25px;
}

.sortItemBoxClick {
    background: #fff;
}

.pover {
    position: absolute;
    top: 25px;
    /* height: 0px; */
    overflow: hidden;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    transition: all 1s ease;
}

.housetypeBoxtop {
    padding: 20px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.boxtottom {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

    .boxtottom > img {
        width: 30px;
    }

    .boxtottom > div {
        width: 80%;
        background: #265df5;
        border-radius: 10px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 800;
        font-size: 20px;
    }

.list {
    display: flex;
    flex-wrap: wrap;
}

    .list > div {
        padding: 5px 0;
        width: 70px;
        background: #eee;
        font-size: 12px;
        margin-right: 10px;
        margin: 5px;
        text-align: center;
        border-radius: 5px;
    }

.totalpriceInput {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .totalpriceInput > input {
        font-size: 20px;
        padding: 10px 0;
        width: 150px;
        text-align: center;
        border: 0;
        outline: none;
        border-bottom: 1px solid #000;
    }

.areaBoxtop {
    display: flex;
}

    .areaBoxtop > div:nth-child(1) {
        background: #ddd;
    }

    .areaBoxtop > div:nth-child(2) {
        background: #eee;
        display: flex;
        flex-direction: column;
        flex: 1 0 0;
    }

    .areaBoxtop > div:nth-child(1) > div {
        width: 100px;
        background: #fff;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .areaBoxtop > div:nth-child(2) > div {
        background: #fff;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.poverTitle {
    font-size: 20px;
    font-weight: 800;
}

.sortItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.place {
    position: relative;
}

.position {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
}

    .position > img {
        width: 14px;
        margin-right: 5px;
    }

    .position > span {
        font-weight: 800;
        color: #fff;
        font-size: 12px;
    }

.sortItem > img {
    margin-left: 15px;
    width: 10px;
}

.bottom {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.showItem {
    background: #fff;
    width: 48%;
    border-radius: 10px;
    margin-top: 10px;
}

.place > img {
    width: 100%;
}

.showBottomBox {
    padding: 5px 10px;
}

.title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

    .title > span:nth-child(1) {
        font-weight: 800;
        font-size: 15px;
    }

.showBottomBox > div:nth-child(2) {
    font-size: 13px;
}

.label {
    margin-top: 5px;
    display: flex;
    margin-bottom: 10px;
}

    .label > span {
        padding: 3px 6px;
        font-size: 12px;
        color: #53668A;
        background: #F2F5FA;
        margin-right: 5px;
        border-radius: 3px;
    }

.allPrice {
    font-size: 18px;
    color: #c91515;
    font-weight: 800;
}

.onePrice {
    font-size: 13px;
    margin-left: 5px;
}

.sty_cos {
    color: #313131;
    position: relative;
    z-index: 101;
    background-color: #f1f1f1;
}

    .sty_cos .sty_cos_t {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

        .sty_cos .sty_cos_t .sty_cos_t_bo {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            height: 40px;
        }

            .sty_cos .sty_cos_t .sty_cos_t_bo .san {
                border-color: #666666 transparent transparent;
                transform: rotate(0);
                transition: all 0.2s linear;
                -webkit-transform: rotate(0);
                -webkit-transtion: all 0.2s linear;
            }

            .sty_cos .sty_cos_t .sty_cos_t_bo span {
                margin-right: 5px;
            }

            .sty_cos .sty_cos_t .sty_cos_t_bo .on {
                color: #3264F7;
            }

            .sty_cos .sty_cos_t .sty_cos_t_bo img {
                width: 10px;
            }

            .sty_cos .sty_cos_t .sty_cos_t_bo .san {
                width: 0;
                height: 0;
                border-width: 7px 6px 0;
                border-style: solid;
                border-color: #666666 transparent transparent;
            }

        .sty_cos .sty_cos_t .on {
            color: #3264F7;
        }

            .sty_cos .sty_cos_t .on .san {
                border-color: #3264F7 transparent transparent;
                transform: rotate(180deg);
                transition: all 0.2s linear;
                -webkit-transform: rotate(180deg);
                -webkit-transtion: all 0.2s linear;
            }

    .sty_cos .nav {
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        display: none;
        flex-wrap: wrap;
        padding: 12px;
        background-color: #f1f1f1;
        box-sizing: border-box;
    }

        .sty_cos .nav .nav_box {
            font-size: 13px;
            border: 1px solid #e9e9e9;
            padding: 2px 0px;
            width: 20%;
            text-align: center;
            margin: 5px 2% 5px 2%;
        }

        .sty_cos .nav .on2 {
            border: 1px solid #3264F7;
            color: #3264F7;
        }

.modalmask {
    display: none;
    background: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 1rem;
    left: 0;
    bottom: 0;
    right: 0;
}
