.houseHeaderAttr{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(65,65,65,1);
    font-size: 22px;
}
.ordercenterProfileMap{
    position: relative;
    float: left;
    width: 100%;
}
.ordercenterProfileMapRatio{
    margin-top: 25%;
}
.ordercenterProfileMapContainer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
    z-index: 1;
    overflow: hidden;
}
.orderCenterMainMapContainer{
    position: relative;
    width: 100%;
    float: left;
    min-height: 1px;
}
.orderCenterHouseItem{
    margin-bottom: 25px;
}
@media screen and (max-width: 550px){
    .houseHeaderAttr{
        display: none;
    }
    .ordercenterProfileMapRatio{
        margin-top: 90%;
    }
}