.space-box{
    width:90%;
    max-width:1000px;
    margin:30px auto;
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 2px 10px #f1e2e5;
}
.space-info{
    text-align:center;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}
.space-name{
    font-size:22px;
    color:#333;
    margin:10px 0;
}
.space-tip{
    color:#999;
}
.space-data{
    display:flex;
    justify-content:space-around;
    margin-top:25px;
    text-align:center;
}
.data-item h4{
    color:#E88B9B;
    font-size:20px;
    margin:0;
}
.data-item p{
    color:#666;
    font-size:14px;
}