﻿
/*********  楼层指引  ***********/
.lczy_box{
    border: 1px solid #e1e1e1; padding: 30px;
}
.lczy{
    margin: 30px 0; border: 1px solid #e1e1e1; border-radius: 10px; 
    min-height: 600px; padding: 40px 60px;
}
.lczy li{
    border-bottom: 1px solid #e1e1e1; height: 120px;
    margin-bottom: 20px;
}
.lczy_floor{
    background: #df2057; width: 70px; height: 70px; 
    border-radius: 10px; color: white; text-align: center;
    line-height: 70px; font-size: 32px; float: left;
    margin-top: 15px;
}
.lczy_explain{
    height: 70px;
    padding-left: 20px;
    font-size: 22px;
    display: table;
    margin-top: 15px;
    float: left;
    width: 646px;
}
.mid_text{
    display: table-cell;  vertical-align:middle;
}
.lczy_head{
    height: 80px; line-height: 80px;
    text-align: center;
}
.lczy_head img{
    height: 80px; display: block; float: left;
    margin: 0 30px 0 170px;
}
.lczy_head  span{
    font-size: 36px; display: block; float:  left; color: #df2057;
    letter-spacing: 5px;
}