@charset "UTF-8";
/* CSS Document */
.plan_time {
    width: 70%;
    float: left;
    text-align: left;
    font-size: 0.9rem;
}
.plan_room {
    width: 30%;
    float: left;
    text-align: left;
    font-size: 0.9rem;
}
.plan_text {
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
    text-overflow: ellipsis;
}
.plan_imp {
    width: 75%;
    background-color: #9E005D;
    color: #fff;
    margin-left: 25%;
}
.plan_imp_min {
    width: 40%;
    float: left;
    text-align: center;
    font-size: 0.9rem;
}
.plan_imp_price {
    width: 60%;
    float: left;
    text-align: center;
    font-size: 0.9rem;
}
.map_area {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.reserve_title {
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: rgba(102,45,145,1.00);
    color: #fff;line-height: 30px;
}
.owner_title {
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: #ccc;
    color: #333;line-height: 30px;
    margin-top: 40px;
}