.container .banner{
    height: 400px;
}
.swiper-pagination-bullet{
    width: 26px;
    height: 4px;
    background: #8a8f9d;
    border-radius: inherit;
    opacity: .8;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
.advert-box{
    padding: 20px 0;
    background: url('../../images/haier/ad-bg.jpg') no-repeat center center;
    background-size: cover;
}
.advert-box .ad-itemLeft{
    width: 352px;
    height: 128px;
    background: #fff;
    float: left;
    padding: 20px 15px;
}
.advert-box-new{
    padding: 20px 0;
    /*background: url('../../images/haier/ad-bg.jpg') no-repeat center center;*/
    /*background: #d8e7f1;*/
    background: #b3d8f1;
    background-size: cover;
}
.advert-box-new .ad-itemLeft-new{
    width: 352px;
    height: 128px;
    background: #fff;
    float: left;
    padding: 20px 15px;
}
.ad-itemLeft-new .title{
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.ad-itemLeft-new .content{
    line-height: 1.5;
    height: 65px;
    overflow: hidden;
}
.ad-itemLeft-new .content li{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.ad-itemLeft-new .content a{
    font-size: 12px;
    color: #666;
}
.advert-box-new .ad-item-new{
    width: 230px;
    height: 128px;
    margin-left: 18px;
    float: left;
}
.advert-box-new .ad-item-new img{
    width: 230px;
    height: 128px;
}

.ad-itemLeft .title{
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.ad-itemLeft .content{
    line-height: 1.5;
    height: 65px;
    overflow: hidden;
}
.ad-itemLeft .content li{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.ad-itemLeft .content a{
    font-size: 12px;
    color: #666;
}
.advert-box .ad-item{
    width: 230px;
    height: 128px;
    margin-left: 18px;
    float: left;
}
.advert-box .ad-item img{
    width: 230px;
    height: 128px;
}

.floor .title-line{
    height: 68px;
    line-height: 68px;
    padding-top:13px;
}
.floor .title-line .title{
   font-size: 18px;
    font-weight: bold;
}
.floor .title-line .right-more{
    font-size: 14px;
    float: right;
    cursor: pointer;
    line-height:54px;
}
.floor-01{
    background: #6db1f5;
}
.floor-01 .content-row{
    background: #6db1f5;
    padding-bottom: 40px;
}
.floor-01 .content-row .ms-item{
    display: inline-block;
    margin-right: 5px;
}
.floor-01 .content-row  .top-img{
    width: 265px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    position: relative;
}
.floor-01 .content-row  .top-img .tag{
    width: 77px;
    height: 31px;
    line-height: 31px;
    background: #df4e62;
    color: #fff;
    font-size: 13px;
   padding: 0 9px;
    position: absolute;
    left: 0;
    top: 0;
}
.floor-01  .content-row .top-img .tag .i{
    width: 0;
    height: 0;
    border-bottom: 31px solid #fff;
    border-left: 12px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.floor-01 .content-row  .top-img .p-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
}
.floor-01 .content-row  .infor{
    width: 265px;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #efefef;
}
.floor-01 .content-row  .infor .title{
    font-size: 14px;
    color: #2190ff;
}
.floor-01 .content-row  .infor .text{
    font-size: 13px;
    color: #333;
    height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px 0;
}
.floor-01 .content-row  .infor .time{
     font-size: 13px;
     color: #000;
     margin-bottom: 10px;
 }
.floor-01 .content-row  .infor .time .red{
    font-size: 15px;
    color: #df4e62;
}
.floor-01 .bottom-box{
    width: 265px;
}
.floor-01 .bottom-box .price{
    width: 160px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 17px;
    background: #df4e62;
    padding: 0 15px;
    position: relative;
}
.floor-01 .bottom-box .price .i{
    width: 0;
    height: 0;
    border-right: 10px solid #313a43;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    position: absolute;top: 0;
    right: 0;

}
.floor-01 .bottom-box .btn{
    width: 105px;
    height: 55px;
    line-height: 55px;
    background: #313a43;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.floor-02{
    background: #f5f7f9;
}
.floor-02 .ms-item:hover{
    background: #b4c6ec;
    font-size: 15px;
}
.floor-02 .ms-item{
    width: 272px;
    display: inline-block;
    margin-right: -3px;
    /*margin-bottom: 5px;*/
    background: #fff;
}
.floor-02 .ms-item .item{
    display: block;
   padding: 15px;
    border-bottom: 1px solid #f2f8fd;
}
.floor-02 .ms-item .item .l-img{
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
.floor-02 .ms-item .item .r-box{
    width: 155px;
    height: 45px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;

}
.floor-02 .ms-item .item .title{
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.floor-02 .ms-item .item .text{
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.floor-03{
    background: #f5f7f9;
}
.floor-03 .item-box{
    display: inline-block;
    margin-right: 5px;
}
.floor-03 .item-box .title{
    line-height: 53px;
    font-size: 18px;
    font-weight: bold;
    padding-top:30px;
}
.floor-03 .item-box .l-tab{
    width: 120px;
    height: 260px;
    background: #6cb1f1;
    float: left;
}
.floor-03 .item-box .t_top{
    height: 65px;
    line-height: 65px;
    background: #589ee4;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.floor-03 .item-box .b_tab{
    height: 180px;
    padding: 10px 3px;
    line-height: 1.5;
    overflow: hidden;
}
.floor-03 .item-box .b_tab a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
}
.floor-03 .item-box .b_tab a:hover{
    color: #30fff8;
    transition: all .2s;
}
.floor-03 .item-box .r-box{
    width: 420px;
    height: 260px;
    float: left;
    background: #fff;
}
.floor-03 .item-box .r-box .item{
    float: left;
    width: 50%;
    height: 50%;
    padding: 12px;
    border-bottom:1px solid #f5f7f9;
}
.floor-03 .item-box .r-box .item:nth-child(2n+1){
    border-right:1px solid #f5f7f9;
}
.floor-03 .item-box .r-box .l-img{
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
}
.floor-03 .item-box .r-box .r-text{
   display: inline-block;
    margin-left: 10px;
    width: 108px;
}
.floor-03 .item-box .r-box .p-title{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.floor-03 .item-box .r-box .p-text{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    /*height: 55px;*/
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.floor-03 .item-box .r-box .item.after-item{
    padding: 0;
}
.floor-03 .item-box .r-box .item.after-item .r-text{
    height: 50%;width: 100%;
    margin-left: 0;
    padding: 10px;
}
.floor-03 .item-box .r-box .item.after-item .p-text{
    height: auto;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.floor-03 .item-box .r-box .item.item-02{
    width: 33%;
    height: 195px;
    border-right: 1px solid #f5f7f9;
    position: relative;
}
.floor-03 .item-box .r-box .bottom-item{
    display: block
}
.floor-03 .item-box .r-box .bottom-item .item{
    width: 210px;float: left;padding: 12px
}
.floor-03 .item-box .r-box .item .b-img{
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.floor-03 .item-box .r-box .item.item-02 .p-text.pl-text{
    -webkit-line-clamp: 6;
}
.floor-03 .item-box .r-box .item.item-03{
    width: 50%;
    height: 260px;
    position: relative;
}
.floor-03 .item-box .r-box .item.item-03 .r-text{
    width: 100%;
}
.floor-03 .item-box .r-box .item.item-03 .p-text{
    padding-right: 12px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.floor-03 .item-box .r-box .item.item-03  .b-img{
    width: 80px;
    height: 80px;
}
.floor-04{
    background: #f5f7f9;
}
.floor-04 .title{
    line-height: 68px;
    font-size: 18px;
    font-weight: bold;
}
.floor-04 .like-item{
    display: inline-block;
    width: 265px;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 5px;
}
.floor-04 .like-item .bottom-box{
    border-top: 1px solid #efefef;
    padding: 0 5px 5px 5px;
}
.floor-04 .like-item .t-img{
   display: block;
    width: 60px;
    height: 60px;
    margin: 25px auto;
}
.floor-04 .like-item .l-title{
    font-size: 14px;
    color: #2190ff;
    padding: 14px 0 0 0;
    font-weight: bold;
}
.floor-04 .like-item .l-text{
    padding-top: 14px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
}
.floor-04 .like-item .price{
    font-size: 22px;
    color: #df4e62;
    padding: 15px 0;
}
.floor-04 .like-item .firm{
    font-size: 12px;
    color: #999;
}
