.floors {
    margin-bottom: 30px;
    position: relative;
}

.floors .f_title {
    position: relative;
    color: #000000;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.floors .f_title .row,
.floors .f_title .col {
    margin-bottom: 0;
}

.floors .f_title span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}

#louti1.floors .f_title span {
    background: #f24646;
}

#louti2.floors .f_title span {
    background: #bd87d3;
}

#louti3.floors .f_title span {
    background: #ffc031;
}

#louti4.floors .f_title span {
    background: #56cedf;
}

#louti5.floors .f_title span {
    background: #fe6f6b;
}

#louti6.floors .f_title span {
    background: #fd8a6a;
}

#louti7.floors .f_title span {
    background: #76c2fa;
}

#louti8.floors .f_title span {
    background: #7ac391;
}

.floors .f_title big {
    line-height: 30px;
    font-size: 22px;
    color: #3d3c3c;
    font-weight: bold;
}

.floors .tabs_nav .box {
    text-align: right;
    height: 30px;
    padding: 10px 0;
}

.floors .f_title .more {
    font-size: 14px;
    color: #2e2e2e;
}

.floors .f_title .more:hover {
    color: #f00;
}

.floors .tabs_nav a:last-child {
    margin-right: 0;
}

.floors .tabs_nav a.on {
    color: #fff;
    background-color: #ee8453;
}


#louti1.floors .tabs_nav {
    background: #f24646;
}

#louti2.floors .tabs_nav {
    background: #bd87d3;
}

#louti3.floors .tabs_nav {
    background: #ffc031;
}

#louti4.floors .tabs_nav {
    background: #56cedf;
}

#louti5.floors .tabs_nav {
    background: #fe6f6b;
}

#louti6.floors .tabs_nav {
    background: #fd8a6a;
}

#louti7.floors .tabs_nav {
    background: #76c2fa;
}

#louti8.floors .tabs_nav {
    background: #7ac391;
}


.floors .main {
    width: 100%;

}

.floors .main .list_box {
    width: 130px;
}

.floors .main .list_box .list_list {
    width: 100%;

}

.floors .main .list_box a {
    color: #fff;
}

.floors .main .list_box a:hover {
    color: #ff0;
}

.floors .tabs_nav,
.floors .adv,
.floors .advr {
    height: 300px;
}

.floors .tabs_nav {
    padding: 20px;
}

.floors .adv {
    width: 716px;
    padding: 0;
}

.floors .tabs_nav a {
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    display: block;
    border-radius: 5px;
}

.floors .tabs_nav a.on {
    background: #000;
    color: #fff;
}

.floors .tabs_conts {
    position: relative;
    overflow: hidden;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.floors .tabs_conts .tab_cont {
    display: none;
}

.floors .tabs_conts .tab_cont.on {
    display: block;
}

.floors .tabs_conts .tab_cont li {}

.floors .tabs_conts .tab_cont li a {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
    height: 225px;
}

.floors .tabs_conts .tab_cont li .img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 125px;
    padding: 15px;
    box-sizing: border-box;
}

.floors .tabs_conts .tab_cont li .img img {
    transition: all 0.5s;
    margin: 0 auto;
    height: 95px;
}


.floors .tabs_conts .tab_cont li.adv .img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 225px;
    padding: 0;
    box-sizing: border-box;
}

.floors .tabs_conts .tab_cont li.adv .img img {
    transition: all 0.5s;
    margin: 0 auto;
    height: 225px;
}

.floors .tabs_conts .tab_cont li .cont {
    padding: 10px 0;
    text-align: center;
}

.floors .tabs_conts .tab_cont li .title {
    height: 19px;
    line-height: 19px;
    color: #6f6e6e;
}

.floors .tabs_conts .tab_cont li .desc {
    height: 19px;
    line-height: 19px;
    color: #6f6e6e;
    margin-bottom: 5px;
}

.floors .tabs_conts .tab_cont li .price {
    position: relative;
    line-height: 30px;
    height: 30px;
    color: #333341;
}

.floors .tabs_conts .tab_cont li .price big {
    font-size: 16px;
    font-weight: bold;
    color: #f60404;
}

.ads {
    margin-bottom: 30px;
}