﻿#home {
    background-color: #f5f5f5;
}

.btn {
    transition: all ease-in 0.2s;
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    padding: 0 10px;
    color: #fff;
    background: #dc2828;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    transition: all ease-in 0.2s;
    outline: none;
}

    .btn:hover {
        background: #e8544f;
        color: #fff;
    }

    .btn.loading {
        background-color: #e8544f;
    }

        .btn.loading img.loading {
            height: 16px;
            vertical-align: middle;
            margin-left: 5px;
        }

    .btn.link {
        color: #dc2828 !important;
        padding: 0;
    }

    .btn.btn-small {
        padding: 0 5px;
        line-height: 1.5;
        height: auto;
    }

        .btn.btn-small.loading img.loading {
            height: 14px;
            vertical-align: middle;
            margin-left: 5px;
        }

    .btn.default {
        background-color: #e3e3e3;
        font-size: 14px;
        color: #666;
    }

        .btn.default:hover {
            background-color: #d9d9d9;
            color: #333;
        }

#new-home {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    width: 1090px;
    margin: 0 auto;
    padding-top: 380px;
    color: #666;
    background-color: #fff;
    background: url(https://hdz-file.oss-cn-shanghai.aliyuncs.com/hdz_web/bg.png) no-repeat;
    background-position: right;
    min-height: 935px;
}

    #new-home .logo {
        position: absolute;
        top: 72px;
        left: 0;
    }

    #new-home .qrcode {
        position: absolute;
        top: 385px;
        left: 888px;
        width: 110px;
        text-align: center;
        display: none;
    }
    #new-home .qrcode.active {
        display: block;
    }

        #new-home .qrcode img {
            width: 136px;
            vertical-align: middle;
        }

        #new-home .qrcode div {
            font-size: 17px;
            color: #666;
            margin-top: 7px;
            background-color: #fff;
        }

            #new-home .qrcode div span {
                color: #dc2828;
            }

    #new-home #wogou {
        position: absolute;
        top: 58px;
        right: 228px;
    }

        #new-home #wogou .shop {
            float: right;
            line-height: 40px;
            color: #666;
            font-size: 14px;
            position: relative;
            height: 50px;
        }

            #new-home #wogou .shop:hover {
                border-bottom: none;
                z-index: 1000;
            }

            #new-home #wogou .shop.active {
                border-bottom: none;
                z-index: 1000;
            }

            #new-home #wogou .shop .cart-count {
                position: absolute;
                top: 1px;
                right: 1px;
                height: 13px;
                padding: 1px 3px;
                color: #fff;
                font-style: normal;
                line-height: 12px;
                text-align: center;
                font-size: 12px;
                border-radius: 13px;
                background-color: #dc2828;
            }

            #new-home #wogou .shop > span {
                display: none;
            }

    #new-home #sy_kefu {
        position: absolute;
        top: 230px;
        right: 30px;
        width: 200px;
    }

    #new-home .goods-wrap {
        padding: 0;
    }

    #new-home #sy_kefu .sy_kefu {
        float: right;
        line-height: 40px;
        color: #666;
        font-size: 14px;
        border: 1px solid #dfdfdf;
        background: #f5f5f5;
        position: relative;
        width: 135px;
        height: 40px;
        padding-left: 20px;
    }
    #new-home .search-title {
        width: 791px;
        height: 47px;
        font-size: 36px;
        font-weight: bold;
        color: #000000;
        line-height: 47px;
        width: 100%;
        top: 243px;
        position: absolute;
        padding-left: 203px;
    }
        #new-home .search-title span {
            width: 229px;
            height: 22px;
            font-weight: bold;
            font-size: 14px;
            color: #000000;
            line-height: 47px;
            margin-left: 10px;
            display: inline-block;
        }
    #new-home .search {
        margin: 0 auto;
        text-align: center;
        position: absolute;
        width: 100%;
        /*border: 1px solid #999;*/
        overflow: hidden;
        top: 324px;
        left: 0;
    }

        #new-home .search input {
            width: 694px;
            background-color: #f2f2f2;
            padding: 0 30px 0 18px;
            border: 0;
            outline: none;
            font-size: 14px;
            display: inline-block;
            height: 60px;
            line-height: 60px;
            vertical-align: top;
            box-sizing: border-box;
            float: left;
            border: 2px solid #dc2828;
            border-radius: 10px;
        }

        #new-home .search.loading input {
            background-image: url(../images/loading.gif);
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: right center;
            background-position-x: 648px;
        }

        #new-home .search .search-mall {
            color: #fff;
            background: #dc2828;
            width: 152px;
            height: 60px;
            line-height: 60px;
            display: inline-block;
            font-size: 24px;
            text-align: center;
            box-sizing: border-box;
            float: left;
            margin-left: 16px;
            border-radius: 10px;
        }

        #new-home .search .kefu {
            color: #fff;
            background: #F29600;
            width: 152px;
            height: 60px;
            line-height: 60px;
            display: inline-block;
            font-size: 24px;
            text-align: center;
            box-sizing: border-box;
            float: left;
            margin-left: 16px;
            border-radius: 10px;
            cursor: pointer;
        }

    #new-home .enquiry-result {
        width: 560px;
        background-color: #fff;
        border-radius: 8px;
        padding: 25px 0;
        display: none;
        margin-left: 67px;
    }

        #new-home .enquiry-result .city-tip {
            color: #999;
            font-size: 12px;
            display: none;
        }

        #new-home .enquiry-result .goods-wrap .url-tip {
            font-size: 14px;
            display: none;
            color: #666;
            margin-top: 10px;
        }

        #new-home .enquiry-result .timer-wrap {
            display: none;
            font-size: 14px;
        }

            #new-home .enquiry-result .timer-wrap p {
                color: #666;
                font-size: 12px;
                line-height: 20px;
            }

            #new-home .enquiry-result .timer-wrap .title {
                color: #dc2828;
                text-align: center;
                display: block;
                font-size: 28px;
                font-weight: bold;
                line-height: 1;
                margin-top: 18px;
                border-top: 1px solid #ddd;
                padding: 28px 0 18px 0;
            }

                #new-home .enquiry-result .timer-wrap .title .btn {
                    font-size: 28px;
                    color: #666 !important;
                }

                #new-home .enquiry-result .timer-wrap .title .timer-desc {
                    color: #dc2828;
                    text-align: center;
                    line-height: 1;
                    font-size: 20px;
                    font-weight: bold;
                    margin-top: 8px;
                }

            #new-home .enquiry-result .timer-wrap .msg {
                color: #dc2828;
                text-align: center;
                font-size: 12px;
                color: #999;
            }

        #new-home .enquiry-result .goods-footer {
            line-height: 30px;
            font-size: 14px;
            display: none;
            border-top: 1px solid #ddd;
            margin-top: 20px;
        }

        #new-home .enquiry-result .city-tip .express {
            color: #999;
            font-size: 12px;
            display: inline-block;
            margin-left: 20px;
        }

        #new-home .enquiry-result .goods-footer input {
            vertical-align: middle;
            margin-top: -2px;
        }

        #new-home .enquiry-result .goods-footer .total-info {
            padding-left: 7px;
            box-sizing: border-box;
            margin-top: 12px;
            font-size: 12px;
        }

            #new-home .enquiry-result .goods-footer .total-info .price {
                float: right;
                line-height: 30px;
            }

            #new-home .enquiry-result .goods-footer .total-info .rmb {
                font-size: 12px;
                font-style: normal;
                color: #dc2828;
            }

            #new-home .enquiry-result .goods-footer .total-info .price span {
                color: #dc2828;
                font-size: 18px;
            }

            #new-home .enquiry-result .goods-footer .total-info .price-error {
                color: #dc2828;
                float: right;
                font-weight: bold;
            }

        #new-home .enquiry-result .goods-footer .order {
            float: right;
            margin-left: 20px;
            padding: 7px 25px;
            width: auto;
            height: 30px;
            line-height: 1;
            font-size: 16px;
        }

        #new-home .enquiry-result .no-price {
            display: none;
            margin-top: 10px;
        }

            #new-home .enquiry-result .no-price .mall-goods {
                padding-left: 120px;
                padding-right: 60px;
                padding-bottom: 10px;
                padding-top: 10px;
                width: 390px;
                height: 100px;
                font-size: 14px;
                display: none;
                position: relative;
                border-bottom: 1px solid #eee;
            }

                #new-home .enquiry-result .no-price .mall-goods:last-child {
                    border: none;
                }

                #new-home .enquiry-result .no-price .mall-goods .pic {
                    left: 0;
                }

    #new-home .mall-goods {
        padding-left: 150px;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 410px;
        font-size: 14px;
        display: none;
        position: relative;
        border-bottom: 1px solid #eee;
    }

        #new-home .mall-goods:last-child {
            border: none;
        }

        #new-home .mall-goods input[type=checkbox] {
            position: absolute;
            left: 7px;
            top: 50%;
            margin-top: -7px;
        }

        #new-home .mall-goods .pic {
            width: 100px;
            height: 100px;
            position: absolute;
            left: 30px;
            top: 10px;
            box-sizing: border-box;
            border: 1px solid #eee;
            z-index: 1;
            transition: all ease-in 0.2s;
        }
        /*#new-home .mall-goods .pic:hover {
                width: 300px;
                height: 300px;
                top: -100px;
                left: -100px;
                border: 1px solid #dc2828;
            }*/
        #new-home .mall-goods .title {
            color: #333;
            font-size: 12px;
            line-height: 1.5;
            /*            height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;*/
        }

        #new-home .mall-goods.expired .title {
            color: #8d8d8d;
        }
        #new-home .mall-goods .invoice {
            color: #999;
            font-size: 12px;
            margin-top: 5px;
        }

        #new-home .mall-goods .mark {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -13px;
            font-size: 20px;
            color: #faad14;
            font-weight: bold;
        }

        #new-home .mall-goods .info {
            color: #666;
            width: 410px;
            margin-top: 5px;
        }

            #new-home .mall-goods .info .price {
                float: left;
                line-height: 28px;
            }

                #new-home .mall-goods .info .price label {
                    margin-right: 10px;
                    text-decoration: line-through;
                }
                #new-home .mall-goods .info .price span {
                    color: #999;
                }

                #new-home .mall-goods .info .price .hdz {
                    text-decoration: none;
                    color: #8d8d8d;
                }
                #new-home .mall-goods .info .price .hdz input {
                    width: 100px;
                    padding: 0 5px;
                }

                    #new-home .mall-goods .info .price .hdz span {
                        color: #dc2828;
                        font-weight: bold;
                        font-size: 18px;
                    }

                #new-home .mall-goods .info .price .rmb {
                    font-size: 12px;
                    font-style: normal;
                }

                #new-home .mall-goods .info .price .hdz .rmb {
                    font-size: 16px;
                    color: #dc2828;
                }

        #new-home .mall-goods.expired .info .price label,
        #new-home .mall-goods.expired .info .price .rmb,
        #new-home .mall-goods.expired .info .price span,
        #new-home .mall-goods.expired .info .jd_price_link {
            color: #8d8d8d !important;
            line-height: 28px;
            display: inline-block;
        }
        #new-home .mall-goods.expired .expired-text {
            margin-right: 20px;
        }
        #new-home .mall-goods .actions {
            margin-top: 3px;
            text-align: right;
            font-size: 12px;
        }

            #new-home .mall-goods .actions .tip {
                color: #dc2828;
                margin-right: 10px;
            }

            #new-home .mall-goods .actions .btn-manual {
                display: none;
            }

    #new-home .goods-footer .order {
        color: #fff;
        background: #dc2828;
        width: 76px;
        font-size: 14px;
        text-align: center;
        box-sizing: border-box;
        cursor: pointer;
        height: 30px;
        line-height: 30px;
        padding: 0;
        transition: all ease-in 0.2s;
    }

        #new-home .goods-footer .order:hover {
            background: #e8544f;
        }

        #new-home .goods-footer .order[disabled] {
            background-color: #ffd7d1;
            border-color: #ffd7d1;
        }
        #new-home .goods-footer .order[disabled]:hover {
            background-color: #ffd7d1 !important;
            border-color: #ffd7d1 !important;
        }

    #new-home .goods-footer .btn-manual {
        display: none;
        float: right;
        margin-left: 20px;
        padding: 7px 25px;
        width: auto;
        height: 30px;
        line-height: 1;
        font-size: 16px;
    }

        #new-home .goods-footer .btn-manual:hover {
            background: #e8544f;
        }

    #new-home .goods-footer .tip {
        margin-top: 10px;
        border-radius: 3px;
        padding: 5px 10px;
        line-height: 18px;
        color: #999;
        font-size: 12px;
    }

        #new-home .goods-footer .tip span {
            color: #dc2828;
            font-weight: bold;
        }

        #new-home .goods-footer .tip .red {
            color: red;
        }

    #new-home .no-price .tip {
        margin-top: 10px;
        border-radius: 3px;
        background-color: #FFF1B4;
        padding: 5px 10px;
        line-height: 1.5;
        font-size: 14px;
        display: none;
    }

    #new-home .tip .btn {
        font-size: 12px;
    }

    #new-home .no-price .tip .red {
        color: red;
    }

    #new-home .common.tip {
        border-radius: 3px;
        padding: 5px 10px;
        line-height: 18px;
        color: #999;
        font-size: 12px;
    }

        #new-home .common.tip span {
            color: #dc2828;
            font-weight: bold;
        }

    #new-home .new-user-discount {
        color: #dc2828;
        float: right;
        font-weight: bold;
        display: none;
    }

.goods-num {
    height: 24px;
    float: right;
    font-size: 0;
    margin-top: 3px;
}

    .goods-num a {
        font-size: 12px;
        display: inline-block;
        width: 23px;
        height: 22px;
        line-height: 22px;
        border: 1px solid #ccc;
        border-right: none;
        border-radius: 5px 0 0 5px;
        text-align: center;
        text-decoration: none;
        float: left;
        color: #666;
    }

        .goods-num a:nth-child(3) {
            border: 1px solid #ccc;
            border-radius: 0 5px 5px 0;
            border-left: none;
        }

    .goods-num input {
        width: 58px;
        height: 22px;
        border: 1px solid #ccc;
        position: inherit !important;
        display: inline-block;
        text-align: center;
        float: left;
        margin: 0 !important;
        outline-width: 0;
        color: #666;
    }

#new-home .t-enquiry {
    display: none;
    margin-top: 18px;
}

    #new-home .t-enquiry table {
        width: 100%;
        font-size: 12px;
        color: #666;
    }

        #new-home .t-enquiry table th {
            background-color: #eee;
            text-align: center;
            line-height: 30px;
            border: none;
        }

            #new-home .t-enquiry table th:nth-child(1) {
                border-radius: 6px 0 0 6px;
            }

            #new-home .t-enquiry table th:nth-child(4) {
                border-radius: 0 6px 6px 0;
            }

        #new-home .t-enquiry table .empty td {
            height: 10px;
            border: none;
        }

        #new-home .t-enquiry table .desc td {
            padding: 5px;
            color: #666;
            word-break: break-all;
            border-bottom: 1px solid #ddd;
            text-align: left;
        }

        #new-home .t-enquiry table .goods {
            text-align: center;
        }

            #new-home .t-enquiry table .goods .goods-info {
                position: relative;
                height: 50px;
                padding: 10px;
                padding-left: 70px;
            }

            #new-home .t-enquiry table .goods.no-goods {
                position: relative;
                height: 50px;
                padding: 10px;
            }

                #new-home .t-enquiry table .goods.no-goods .goods-info {
                    padding: 10px;
                }

                    #new-home .t-enquiry table .goods.no-goods .goods-info .title {
                        margin-top: 16px;
                    }

        #new-home .t-enquiry table tbody td {
        }

            #new-home .t-enquiry table tbody td a {
                font-size: 12px;
                line-height: 25px;
                height: 25px;
                margin-top: 10px;
            }

        #new-home .t-enquiry table tbody .cancel {
        }

        #new-home .t-enquiry table .goods .pic {
            position: absolute;
            left: 10px;
            width: 50px;
        }

        #new-home .t-enquiry table .goods .title {
            position: relative;
            text-align: left;
        }

    #new-home .t-enquiry .timer {
        color: #666;
        font-size: 12px;
        text-align: right;
        line-height: 30px;
    }

        #new-home .t-enquiry .timer .second {
            color: #dc2828;
            font-size: 12px;
            text-align: right;
            line-height: 30px;
        }

    #new-home .t-enquiry .tip {
        border-radius: 3px;
        padding: 5px 10px;
        line-height: 18px;
        color: #999;
        font-size: 12px;
        margin-left: 10px;
    }

#new-home .enquiry-notifys {
    position: fixed;
    z-index: 21474836480;
    width: 300px;
    font-size: 12px;
    right: 10px;
    bottom: 40px;
    display: none;
}

    #new-home .enquiry-notifys > .title {
        background-color: #eee;
        border-radius: 5px;
        box-shadow: 2px 2px 5px #ccc;
        line-height: 1.5;
        color: #333;
        padding: 7px 10px;
        font-size: 14px;
    }

        #new-home .enquiry-notifys > .title span {
            color: #999;
            font-size: 12px;
            display: block;
        }

    #new-home .enquiry-notifys .enquiry-notify-body {
        max-height: 500px;
        overflow-y: auto;
    }

    #new-home .enquiry-notifys .enquiry-notify {
        display: none;
        background-color: #eee;
        border-radius: 5px;
        position: relative;
        padding: 10px 10px 10px 84px;
        box-shadow: 2px 2px 5px #ccc;
        margin-top: 7px;
        min-height: 64px;
    }

        #new-home .enquiry-notifys .enquiry-notify .close {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }

        #new-home .enquiry-notifys .enquiry-notify .pic {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 64px;
        }

        #new-home .enquiry-notifys .enquiry-notify .title {
            padding-right: 15px;
            word-break: break-all;
        }

        #new-home .enquiry-notifys .enquiry-notify .actions {
            text-align: right;
        }

            #new-home .enquiry-notifys .enquiry-notify .actions label {
                float: left;
                margin-right: 10px;
            }

            #new-home .enquiry-notifys .enquiry-notify .actions .btn {
            }

/*首页banner部分*/
#home .top5-scenes {
    list-style: none;
    text-align: center;
}

    #home .top5-scenes li {
        display: inline-block;
        height: 44px;
        padding-top: 26px;
    }

        #home .top5-scenes li a {
            font-size: 18px;
            font-weight: bold;
            color: #000;
            padding: 0 36px;
            line-height: 24px;
            border-right: 1px solid #afafaf;
        }

        #home .top5-scenes li:last-child a {
            border-right: none;
        }
#home .banner-wrap {
    width: 1090px;
    height: 392px;
    margin: 0 auto;
    background-color: #fff;
}

    #home .banner-wrap .cat-scene-wrap {
        width: 234px;
        float: left;
    }

        #home .banner-wrap .cat-scene-wrap .cat-scene-title {
            font-size: 24px;
            color: #000;
            font-weight: bold;
            padding: 14px 20px 12px 20px;
        }

            #home .banner-wrap .cat-scene-wrap .cat-scene-title .more {
                vertical-align: middle;
                margin-top: -4px;
                margin-left: 4px;
            }

        #home .banner-wrap .cat-scene-wrap .cat-scenes {
            margin: 0 7px;
            overflow: hidden;
        }
    #home .banner-wrap .cat-scene-wrap .cats-3{
        padding: 22px 14px;
        overflow: hidden;
        height: 348px;
    }
    #home .banner-wrap .cat-scene-wrap .cats-3 li{
        float: left;
        width: 100px;
        text-align: center;
        line-height: 50px;
    }
    #home .banner-wrap .cat-scene-wrap .cats-3 li a{
        margin: 0;
    }
    #home .banner-wrap .banners {
        width: 856px;
    }

        #home .banner-wrap .banners .swiper-button-prev {
            top: 196px;
        }

        #home .banner-wrap .banners .swiper-button-next {
            top: 196px;
        }

    #home .banner-wrap .cat-scene-wrap .cat-scene {
        height: 333px
    }

    #home .banner-wrap .cat-scene-wrap a {
        display: block;
        margin-bottom: 5px;
        overflow: hidden;
    }

        #home .banner-wrap .cat-scene-wrap a img {
            width: 220px;
            height: 106px;
            vertical-align: middle;
        }

    #home .banner-wrap .banners a {
        display: block;
    }

        #home .banner-wrap .banners a img {
            width: 856px;
            height: 392px;
            vertical-align: middle;
        }
        /*精选商品*/
#home .jingxuan {
    height: 270px;
    overflow: hidden;
}
#home .jingxuan .product-list {
    padding: 8px 13px 12px 14px;
}
        #home .jingxuan .product-list .product-item{
            width: 104px;
            height: 194px;
            float: left;
            padding: 0 12px;
            margin: 0;
        }
        #home .jingxuan .product-list .product-item .product-img{
            width: 104px;
            height: 104px;
            margin-top: 6px;
        }
            #home .jingxuan .product-list .product-item .product-title {
                font-size: 12px;
                line-height: 16px;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }
        #home .jingxuan .product-list .product-item .price{
            color: #dc2828;
            font-size: 16px;
            font-weight: bold;
            line-height: 21px;
            text-align: center;
            margin-top: 9px;
        }
        /*品牌专区*/
#home .pinpaizhuanqu{
    height: 270px;
    overflow: hidden;
}
#home .pinpaizhuanqu .home-brands{
    list-style: none;
    background-color: #f5f5f5;
}
    #home .pinpaizhuanqu .home-brands .home-brand {
        float: left;
        display: block;
        width: 178px;
        margin-top: 2px;
        margin-right: 2px;
        display: table;
    }
    #home .pinpaizhuanqu .home-brands .home-brand:nth-child(3n+1) {
        width: 179px;
    }
    #home .pinpaizhuanqu .home-brands .home-brand:nth-child(3n) {
        margin-right: 0;
    }
        #home .pinpaizhuanqu .home-brands .home-brand a {
            display: table-cell;
            width: 100%;
            height: 105px;
            background-color: #fff;
            text-align: center;
            vertical-align: middle;
        }
    #home .pinpaizhuanqu .home-brands .home-brand a img{
        vertical-align: middle;
        margin-top: 34px;
    }
