@charset "utf-8";

.index_floor{

}
.index_floor_item{

}
.floor_title{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-block: 5px 5px;
    margin-inline: 15px;
}
.floor_title .floor_title_r{
    flex: 1 1;
    display: inline-flex;
    flex-direction: row;
    max-width: 100%;
}
.floor_title .floor_title_r h2{
    height: 48px;
    line-height: 48px;
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    color: #404553;
}
.floor_title .floor_title_l{
    margin-left: 15px;
    margin-top: 6px;
}
.floor_title .floor_title_l div{
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 15px;
    border: 1px solid #404553;
    color: #404553;
    background-color: #fff;
}
.floor_con{

}
.floor_con ul{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.floor_con ul li{
    box-sizing: border-box;
    position: relative;
    flex: 0 0 16.666666666666668%;
    padding: 0 0 15px 15px;
}
.floor_con ul li img{
    display: block;
    max-width: 100%;
    height: auto;
    user-drag: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.floor_con ul li span{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    overflow: hidden;
}