.buy60s_box li a:hover, .index-slide a:hover {
    text-decoration: none;
}

body {
    background: #fff;
}

#wrapper, .hd_nav .hd_nav_bd, .header .hd_main, .main_cate, .top_bar .top_bar_bd {
    width: 1180px;
}

.index-slide {
    width: 100%;
    height:600px;
    position: relative;
    overflow: hidden;
    /*background: url("/images/pc/loading-lizi.gif") center center no-repeat;*/
}

    .index-slide ul {
        height:auto;
        overflow: hidden;
    }

    .index-slide li {
        width: 100%;
        /*height: 400px;*/
        height:100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        background-position: center 0;
        background-repeat: no-repeat;
    }

        .index-slide li:first-child {
            z-index: 2;
        }

        .index-slide li a {
            display: block;
            height: 100%;
            width: 100%;
            margin: 0 auto;
        }

    .index-slide .trigger-box {
        width: 400px;
        margin: 0 auto 0 -200px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        z-index: 10;
    }

    .index-slide .triggers {
        text-align: center;
        font-size: 0;
    }

.trigger-box .triggers a {
    display: inline-block;
    width: 0;
    padding: 13px 0 0 13px;
    height: 0;
    line-height: 0;
    overflow: hidden;
    background-color: #333;
    background: rgba(51,51,51,.5);
    filter: Alpha(opacity=80);
    border-radius: 13px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: arial;
    margin-right: 10px;
}

    .trigger-box .triggers a:hover {
        color: #fff;
    }

    .trigger-box .triggers a.current {
        background: #fff;
        filter: Alpha(opacity=100);
    }

.index-slide .slide_btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    display: block;
    width: 34px;
    padding: 15px 0;
    border-radius: 3px;
    text-align: center;
    background: #333;
    background: rgba(0,0,0,.5);
    opacity: 0;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
}

#slide_prev {
    margin-left: -600px;
}

#slide_next {
    margin-left: 550px;
}

.index-slide:hover .slide_btn {
    visibility: visible;
    opacity: .5;
}

    .index-slide:hover .slide_btn:hover {
        opacity: 1;
    }

.buy60s_main {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.buy60s_head {
    height: 50px;
    padding: 10px 0;
    overflow: hidden;
    background: url("../images/60s-hd2.png") 5px 15px no-repeat;
    position: relative;
}

    .buy60s_head .timedown {
        position: absolute;
        right: 0;
        top: 16px;
        font-size: 16px;
    }

        .buy60s_head .timedown .sec {
            margin: 0 5px;
        }

            .buy60s_head .timedown .sec em {
                display: inline-block;
                width: 20px;
                height: 36px;
                background: url("../images/num-8.png") 0 6px no-repeat;
                overflow: hidden;
                -webkit-transition: all .5s;
                -ms-transition: all .5s;
                transition: all .5s;
                vertical-align: -10px;
                transform: translateZ(0);
            }

                .buy60s_head .timedown .sec em.s0 {
                    background-position: 0 6px;
                }

                .buy60s_head .timedown .sec em.s1 {
                    background-position: 0 -30px;
                }

                .buy60s_head .timedown .sec em.s2 {
                    background-position: 0 -66px;
                }

                .buy60s_head .timedown .sec em.s3 {
                    background-position: 0 -102px;
                }

                .buy60s_head .timedown .sec em.s4 {
                    background-position: 0 -138px;
                }

                .buy60s_head .timedown .sec em.s5 {
                    background-position: 0 -174px;
                }

                .buy60s_head .timedown .sec em.s6 {
                    background-position: 0 -210px;
                }

                .buy60s_head .timedown .sec em.s7 {
                    background-position: 0 -246px;
                }

                .buy60s_head .timedown .sec em.s8 {
                    background-position: 0 -282px;
                }

                .buy60s_head .timedown .sec em.s9 {
                    background-position: 0 -318px;
                }

#buy60s_silde {
    width: 5980px;
    position: absolute;
    top: 0;
    left: 0;
}

.buy60s_list {
    position: relative;
    +zoom:1;
}

.buy60s_box {
    position: relative;
    overflow: hidden;
    width: 1180px;
    height: 440px;
    /*background: url("/images/pc/loading-lizi.gif") 550px 150px no-repeat;*/
    margin: 0 auto;
}

    .buy60s_box ul {
        float: left;
        width: 1200px;
    }

    .buy60s_box li {
        width: 380px;
        margin-right: 20px;
        height: 412px;
        overflow: hidden;
        float: left;
        position: relative;
        background-color: #fff;
    }

        .buy60s_box li a {
            display: block;
            width: 380px;
            height: 412px;
            text-align: center;
            position: relative;
        }

        .buy60s_box li img {
            width: 290px;
            height: 290px;
            vertical-align: top;
            /*background: url("/images/pc/loading-lizi.gif") center center no-repeat;*/
        }

        .buy60s_box li p {
            position: absolute;
            z-index: 3;
            -webkit-transition: all .6s;
            -ms-transition: all .6s;
            transition: all .6s;
        }

        .buy60s_box li .title {
            font-size: 14px;
            line-height: 24px;
            overflow: hidden;
            height: 48px;
            left: 0;
            top: 290px;
            padding: 0 30px;
            text-align: left;
        }

        .buy60s_box li .tag {
            margin-right: 10px;
            padding: 2px 10px;
            border: 1px solid #de3213;
            border-radius: 3px;
            font-size: 12px;
            color: #de3213;
            background-color: #fff;
        }

        .buy60s_box li .bg {
            left: 0;
            bottom: 0;
            z-index: 2;
            width: 380px;
            height: 0;
            padding: 0;
            visibility: hidden;
            opacity: 0;
            background: rgba(255,102,107,.8);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#90ff666b', endColorstr='#90ff666b');
            -webkit-transition: all .3s;
            -ms-transition: all .3s;
            transition: all .3s;
        }

.buy60s_next, .buy60s_prve, .hot_items li .mask {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.buy60s_box li .now {
    top: 345px;
    color: #de3213;
    font-size: 26px;
    font-weight: 700;
    font-family: arial;
}

.buy60s_box li .old {
    top: 380px;
    color: #666;
    text-decoration: line-through;
}

.hot_active li a:hover, .hot_items li .pic a:hover, .pro_list li a:hover {
    text-decoration: none;
}

.buy60s_box li .now, .buy60s_box li .old {
    width: 200px;
    left: 30px;
}

.buy60s_box li .btn {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    border: none;
    padding: 0;
    width: 110px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
}

.buy60s_box li .offbtn {
    background: #ddd;
    color: #aaa;
}

.buy60s_box li:hover .bg {
    visibility: visible;
    opacity: 1;
    height: 130px;
}

.buy60s_box li:hover .title {
    color: #fff;
}

.buy60s_box li:hover .now {
    color: #fde35b;
}

.buy60s_box li:hover .old {
    color: #fff;
}

.buy60s_box li:hover .btn, .buy60s_box li:hover .btn:hover {
    color: #de3213;
    background-color: #fff;
}

.buy60s_trig {
    position: absolute;
    top: 490px;
    left: 50%;
    z-index: 10;
    margin-left: -60px;
    width: 120px;
}

    .buy60s_trig .triggers {
        width: 120px;
        text-align: center;
    }

        .buy60s_trig .triggers a {
            cursor: pointer;
            display: inline-block;
            padding-top: 8px;
            width: 8px;
            height: 0;
            overflow: hidden;
            border-radius: 6px;
            margin: 0 4px;
            font-size: 0;
            background-color: #c4c4c4;
        }

            .buy60s_trig .triggers a.current {
                background-color: #7a7a7a;
            }

.buy60s_next, .buy60s_prve {
    visibility: hidden;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 150px;
    z-index: 10;
    opacity: 0;
    transition: all .5s;
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#50000000', endColorstr='#50000000');
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(39,45,51,.7);
}

    .buy60s_next:hover, .buy60s_prve:hover {
        text-decoration: none;
        background: rgba(0,0,0,.7);
        color: #fff;
    }

.buy60s_prve {
    left: 10px;
}

.buy60s_next {
    right: 10px;
}

.buy60s_ishover .buy60s_next, .buy60s_ishover .buy60s_prve {
    visibility: visible;
    opacity: 1;
}

.index_webintro {
    text-align: center;
    height: 60px;
    line-height:60px;
    text-align:center;
    overflow: hidden;
    padding: 30px 0;
    background-color: #f5f5f5;
}

.box_title {
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}

    .box_title strong {
        color: #333;
        font-size: 28px;
    }

    .box_title span {
        margin-left: 20px;
        font-size: 16px;
    }

.hot_items {
    width: 1180px;
    margin-bottom: 30px;
    +overflow:hidden;
}

    .hot_items ul {
        margin-right: -20px;
    }

    .hot_items li {
        float: left;
        width: 280px;
        margin: 0 20px 20px 0;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        -webkit-transition: all .5s;
        -ms-transition: all .5s;
        transition: all .5s;
        overflow: hidden;
        position: relative;
    }

        .hot_items li .pic {
            position: relative;
            height: 280px;
            overflow: hidden;
        }

            .hot_items li .pic a {
                display: block;
                height: 280px;
            }

            .hot_items li .pic img {
                width: 280px;
                height: 280px;
                vertical-align: top;
            }

        .hot_items li .mask {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 280px;
            visibility: hidden;
            opacity: 0;
            cursor: pointer;
            background: rgba(255,102,107,.8);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80ff666b', endColorstr='#80ff666b');
            transition: all .5s;
            z-index: 2;
        }

        .hot_active li, .hot_items li .pic img {
            -ms-transition: all .4s;
        }

        .hot_active li, .hot_items .info .p_btn .btn, .hot_items li .pic img {
            -webkit-transition: all .4s;
            transition: all .4s;
        }

        .hot_items li .mask span {
            display: block;
            width: 150px;
            padding: 5px 0;
            text-align: center;
            border: 1px solid #fff;
            font-size: 18px;
            color: #fff;
            margin: 105px auto 0;
        }

            .hot_items li .mask span i {
                font-size: 28px;
            }

    .hot_items .info {
        padding: 10px 10px 0;
        height: 120px;
    }

        .hot_items .info .time {
            position: relative;
            top: 5px;
            color: #9e9e9e;
        }

            .hot_items .info .time i {
                font-size: 14px;
            }

            .hot_items .info .time .s {
                display: none;
            }

            .hot_items .info .time em {
                color: #de3213;
                margin-left: 3px;
            }

        .hot_items .info h5 {
            font-size: 14px;
            height: 48px;
            line-height: 24px;
            overflow: hidden;
            margin-bottom: 5px;
        }

            .hot_items .info h5 img {
                width: 48px;
                height: 53px;
                vertical-align: -2px;
                margin-right: 5px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10000;
            }

        .hot_items .info .p_btn {
            position: relative;
        }

            .hot_items .info .p_btn span {
                color: #9e9e9e;
                margin-right: 10px;
                float: left;
            }

                .hot_items .info .p_btn span.price {
                    color: #de3213;
                }

                .hot_items .info .p_btn span.old {
                    margin-top: 10px;
                }

                .hot_items .info .p_btn span.comment, .hot_items .info .p_btn span.sales {
                    margin-top: 7px;
                }

                .hot_items .info .p_btn span.price strong {
                    font-size: 24px;
                    font-weight: 800;
                    font-family: arial;
                }

                .hot_items .info .p_btn span i {
                    font-size: 16px;
                    margin-right: 3px;
                }

            .hot_items .info .p_btn .btn {
                position: absolute;
                top: 36px;
                right: -120px;
                _right: 0;
                border: none;
                background: url("../images/btn.png") no-repeat;
                width: 100px;
                height: 32px;
                text-indent: 200px;
                overflow: hidden;
                text-align: center;
                padding: 0;
                -ms-transition: all .4s;
            }

    .hot_items li:hover {
        box-shadow: 0 3px 11.64px .36px rgba(0,0,0,.18),inset 0 -1px 0 0 rgba(240,240,240,.004);
    }

        .hot_items li:hover .info .p_btn .btn {
            right: 0;
        }

        .hot_items li:hover .pic img {
            -webkit-transform: scale(.93);
            -moz-transform: scale(.93);
            -ms-transform: scale(.93);
            transform: scale(.93);
        }

.brands_box .pic img:hover, .series_pics img:hover {
    -ms-transform: scale3d(1.02,1.02,1);
    -webkit-transform: scale3d(1.02,1.02,1);
    transform: scale3d(1.02,1.02,1);
}

.hot_active {
    width: 1180px;
    margin-bottom: 15px;
    +overflow:hidden;
}

    .hot_active ul {
        margin-right: -20px;
    }

    .hot_active li {
        position: relative;
        width: 580px;
        height: 386px;
        background: #fff;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        border-radius: 2px;
    }

.pro_list li, .series_pics img {
    -webkit-transition: all .6s;
    transition: all .6s;
}

.hot_active li img {
    width: 580px;
    height: 386px;
    border-radius: 2px;
    vertical-align: top;
}

.hot_active li span {
    display: inline-block;
}

.hot_active li p {
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 356px;
    padding: 0 20px;
}

.hot_active li span.title {
    color: #555;
    float: left;
    visibility: hidden;
}

.hot_active li span.orange {
    display: none;
}

.hot_active li span.temail_timer {
    float: right;
    color: #999;
}

    .hot_active li span.temail_timer em {
        color: #de3213;
        margin-left: 3px;
    }

    .hot_active li span.temail_timer i {
        margin-right: 5px;
        font-size: 14px;
    }

.hot_active li .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 386px;
    line-height: 386px;
    background: rgba(100,100,100,.2);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#20000000', endColorstr='#20000000');
    text-align: center;
    font-size: 26px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.hot_active li:hover {
    box-shadow: 0 3px 11.64px .36px rgba(0,0,0,.18);
}

.series_box {
    width: 1180px;
    margin-bottom: 30px;
    +overflow:hidden;
}

.series_title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    float: none;
    margin: 0;
}

    .series_title strong {
        font-size: 18px;
        margin-right: 10px;
    }

    .series_title span a {
        margin-right: 10px;
    }

.series_pics {
    height: 280px;
    overflow: hidden;
    margin-top: 15px;
}

    .series_pics .l {
        float: left;
        width: 280px;
        padding-right: 20px;
        position: relative;
    }

    .series_pics .m {
        float: left;
        width: 580px;
    }

    .series_pics .r {
        float: right;
        width: 280px;
    }

    .series_pics img {
        -ms-transition: all .6s;
        vertical-align: top;
        height: 280px;
    }

.pro_list {
    width: 1180px;
    +overflow:hidden;
}

    .pro_list ul {
        margin-right: -20px;
    }

    .pro_list li {
        float: left;
        width: 280px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        margin: 20px 20px 0 0;
        background-color: #fff;
        -ms-transition: all .6s;
    }

        .pro_list li .pic {
            text-align: center;
            padding: 15px 0;
            border-bottom: 1px solid #f0f0f0;
        }

            .pro_list li .pic img {
                width: 250px;
                height: 250px;
                vertical-align: top;
            }

        .pro_list li .title {
            color: #333;
            font-size: 14px;
            height: 48px;
            line-height: 24px;
            overflow: hidden;
            margin: 6px 10px 16px;
        }

            .pro_list li .title img {
                position: absolute;
                width: 48px;
                height: 53px;
                left: 0;
                top: 0;
                margin-right: 5px;
                z-index: 1000;
            }

        .pro_list li .btm {
            margin: 0 10px;
        }

            .pro_list li .btm span {
                color: #9e9e9e;
                margin-right: 14px;
                float: left;
            }

                .pro_list li .btm span.sales {
                    float: right;
                    margin-right: 10px;
                }

                .pro_list li .btm span.price {
                    color: #de3213;
                    font-size: 16px;
                }

                    .pro_list li .btm span.price strong {
                        font-weight: 800;
                        font-family: arial;
                    }

                .pro_list li .btm span i {
                    font-size: 14px;
                    margin-right: 3px;
                }

        .pro_list li a {
            display: block;
            height: 375px;
            cursor: pointer;
            padding-bottom: 15px;
            position: relative;
        }

        .pro_list li:hover {
            box-shadow: 0 3px 11.64px .36px rgba(0,0,0,.18),inset 0 -1px 0 0 rgba(240,240,240,.004);
        }

.floor_nav {
    position: fixed;
    _display: none;
    left: 50%;
    margin-left: -670px;
    top: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.brands_box .pic img, .brands_box li img {
    -webkit-transition: all .6s;
    transition: all .6s;
}

.floor_nav li {
    width: 30px;
    overflow: hidden;
    color: #666;
    cursor: pointer;
    text-align: center;
    margin-bottom: 1px;
}

    .floor_nav li em {
        display: block;
        background: url("../images/index-nav-ico.png") 0 10px no-repeat;
        width: 24px;
        height: 35px;
        margin: 0 auto;
        overflow: hidden;
    }

        .floor_nav li em.no1 {
            background-position: 0 6px;
        }

        .floor_nav li em.no2 {
            background-position: 0 -55px;
        }

        .floor_nav li em.no3 {
            background-position: 0 -115px;
        }

        .floor_nav li em.no4 {
            background-position: 0 -176px;
        }

    .floor_nav li.current, .floor_nav li:hover {
        background-color: #de3213;
        color: #fff;
    }

        .floor_nav li.current em.no1, .floor_nav li:hover em.no1 {
            background-position: -78px 6px;
        }

        .floor_nav li.current em.no2, .floor_nav li:hover em.no2 {
            background-position: -78px -55px;
        }

        .floor_nav li.current em.no3, .floor_nav li:hover em.no3 {
            background-position: -78px -115px;
        }

        .floor_nav li.current em.no4, .floor_nav li:hover em.no4 {
            background-position: -78px -176px;
        }

#floor_nav.floor_nav {
    margin-left: -655px;
}

    .floor_nav li {
        width: 60px;
    }

    @media (max-width: 1367px){
        .floor_nav li {
            width:30px;
        }  
    }

.floor_nav_show {
    visibility: visible;
    opacity: 1;
}

.brands_box .pic {
    width: 190px;
    height: 480px;
    overflow: hidden;
}

    .brands_box .pic img {
        width: 190px;
        height: 480px;
        -ms-transition: all .6s;
    }

.brands_box .list {
    float: left;
    width: 800px;
    height: 480px;
    overflow: hidden;
    background-color: #fff;
}

.brands_box li {
    float: left;
    width: 200px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

    .brands_box li a {
        display: block;
        width: 199px;
        height: 79px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .brands_box li img {
        vertical-align: top;
        -ms-transition: all .6s;
        width: 199px;
        height: 79px;
    }

        .brands_box li img:hover {
            vertical-align: top;
            -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
            transform: translateY(-4px);
        }

.footer_search {
    background: url("../images/pc/index-footer-search-bg.jpg") center 0 no-repeat;
    height: 280px;
}

    .footer_search .sbox {
        width: 504px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .footer_search h5 {
        text-align: center;
        color: #eee;
        font-size: 14px;
    }

    .footer_search .sform {
        height: 28px;
        border: 1px solid #666;
        border-radius: 15px;
        overflow: hidden;
        margin-top: 15px;
    }

        .footer_search .sform .key {
            float: left;
            margin: 4px 10px 0;
            width: 430px;
            height: 20px;
            line-height: 20px;
            color: #bbb;
            outline: 0;
            border: none;
            background: 0 0;
        }

        .footer_search .sform .submit {
            float: right;
            background: 0 0;
            border: none;
            width: 40px;
            height: 30px;
            cursor: pointer;
            font-size: 14px;
            color: #eee;
        }

.footer_search_hot {
    margin-top: 10px;
    text-align: center;
}

    .footer_search_hot span {
        color: #999;
    }

    .footer_search_hot a {
        margin: 0 5px;
        color: #666;
    }

        .footer_search_hot .intro_link, .footer_search_hot a.red, .footer_search_hot a:hover {
            color: #de3213;
        }

.intro_link {
    padding-top: 30px;
}

    .intro_link a {
        display: block;
        float: left;
        width: 144px;
        height: 120px;
    }

        .intro_link a.mid {
            margin: 0 34px;
        }
.flash-sale,.brand,.hot-buy,.furniture{
    width:1200px;
    margin:60px auto 0 auto;
    position:relative;
}
.common-hd{
    width:100%;
    height:40px;
    line-height:40px;
    margin-bottom:15px;
    display:inline-block;
}
.common-hd h3{
    font-size:26px;
    font-weight:600;
    color:#333;
    float:left;
}
.common-hd .view-more,.common-hd .bread-crumbs{
    float:right;
}
.bread-crumbs li{
    float:left;
}
.common-hd .view-more{
    font-size:14px;
    color:#333;
}
.common-hd .bread-crumbs{
    overflow:hidden;
}
.common-hd .bread-crumbs li{
    font-size:14px;
    margin-right:28px;
    color:#333;
}
.flash-sale .sale-con{
    width:1198px;
    height:500px;
    border:1px solid #333;
}
.brand-box .large-item{
    width:388px;
    height:350px;
    background-color:#f5f5f5;
    float:left;
    margin-right:18px;
}
.brand-box .litter-item{
    width:388px;
    height:166px;
    background-color:#f5f5f5;
    float:left;
}
.litter-item-2{
    margin-top:18px;
}
.brand-box{
    overflow:hidden;
}
.brand-box ul li{
    text-align:center;
    position:relative;
    overflow:hidden;
}
.large-item .item{
    position:absolute;
    width:100%;
    top:45px;
    z-index:99;
}
.large-item .item h3{
    font-size:24px;
}
.large-item .split-line{
    width:50px;
    height:2px;
    background-color:#de3213;
    margin:15px auto;
}
.large-item span{
    font-size:18px;
}
.litter-item .item{
    position:absolute;
    top:30px;
    left:20px;
    z-index:99;
}
.litter-item .item h3{
    font-size:20px;
}
.litter-item .split-line{
    width:50px;
    height:2px;
    background-color:#de3213;
    margin:10px auto;
}
.litter-item span{
    font-size:14px;
}
.brand-box ul li img{
    width:100%;
    height:auto;
}
.hot-item .item-pic{
    width:285px;
    height:285px;
    overflow:hidden;
}
.hot-item .item-pic img{
    width:100%;
    height:auto;
}
.item-des{
    padding-top:20px;
    text-align:center;
    height:65px;
    overflow:hidden;
}
.hot-banner .swiper-slide{
    width:285px !important;
    margin-right:20px !important;
}
.item-des .item-name{
    font-size:14px;
}
.item-des .red-text{
    color:#de3213;
    font-size:14px;
    font-weight:600;
}
.hot-banner a{
    display:inline-block;
    width:100%;
}
.hot-item:hover,.furniture-item:hover{
    box-shadow:0 0 2px #dedede;
}
.hot-item:hover .item-des,.furniture-item:hover .item-des{
    background-color:#f4f0ea;
    transition:all .3s linear
}
.hot-item:hover img,.furniture-item:hover img,.brand-box ul li:hover img{
    transform:scale(1.04);
    -webkit-transform:scale(1.04);
    -moz-transform:scale(1.04);
    -ms-transform:scale(1.04);
    -o-transform:scale(1.04);
    transition:all .3s linear;
}
.furniture-banner{
    width:100%;
    height:600px;
}
.furniture-list{
    overflow:hidden;
    margin-top:20px;
}
.furniture-list li{
    width:285px;
    float:left;
    margin-right:20px;
}
.furniture-list li:nth-child(4n){
    margin-right:0;
}
.furniture-item .item-pic{
    width:285px;
    height:285px;
    overflow:hidden;
}
.furniture-item .item-pic img{
    width:100%;
    height:auto;
}
.home-wrap{
    margin-bottom:40px;
}
.swiper-pagination-bullet-active{
    background-color:#fff !important;
}
.hot-buy .swiper-button-prev,.hot-buy .swiper-button-next{
    top:46%;
}
.hot-buy .swiper-button-prev{
    left:-50px;
}
.hot-buy .swiper-button-next{
    right:-50px;
}