#header .container {
    position: relative;
    height: auto;
}

#header .logo {
    position: absolute;
    top: 5px;
    left: 0;
}

#header .search {
    position: relative;
    width: 548px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin: auto;
    font-size: 0;
    margin-bottom: 9px;
    background: #13BA81;
}

    #header .search input {
        width: 390px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
        padding-left: 40px;
        border: none;
        outline: none;
        vertical-align: top;
    }

    #header .search .icon-search {
        position: absolute;
        top: 0;
        left: 12px;
        width: 13px;
        height: 40px;
        background: url(../image/new/icon_搜索.png) center no-repeat;
    }

    #header .search .icon-clear {
        position: absolute;
        top: 10px;
        right: 132px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        background: url(../image/new/icon_clear.png) no-repeat;
    }

    #header .search .button {
        width: 118px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
        color: #fff;
        padding: 0;
        border: none;
        cursor: pointer;
        background: #13BA81;
    }

#header .shopcart {
    position: absolute;
    top: 6px;
    right: 0;
    width: 87px;
    height: 34px;
    line-height: 34px;
    padding-right: 23px;
    font-size: 15px;
    color: #fff;
    text-align: right;
    background: #404145 url(../image/new/icon_跳转.png) 94px center no-repeat;
}

    #header .shopcart .count {
        display: inline-block;
        min-width: 20px;
    }

    #header .shopcart .icon-shopcart {
        position: absolute;
        top: -1px;
        left: -26px;
        width: 36px;
        height: 36px;
        background: url(../image/new/icon_shopcart_h.png) no-repeat;
    }

#header .hotwords {
    width: 550px;
    margin: auto;
    overflow: hidden;
}

    #header .hotwords li {
        float: left;
        height: 15px;
        line-height: 14px;
        font-size: 14px;
        padding-left: 16px;
        padding-right: 16px;
        color: #999999;
        cursor: pointer;
        border-right: 1px solid #999999;
    }

        #header .hotwords li:first-child {
            padding-left: 0;
        }

        #header .hotwords li:last-child {
            border: none;
        }

.breadcrumb {
    font-size: 13px;
    line-height: 13px;
    padding-top: 15px;
    padding-bottom: 13px;
    color: #333;
}

    .breadcrumb .r {
        padding: 0 6px;
        color: #999;
    }
    
    .breadcrumb .num {
        color: #E9394E;
    }
    .breadcrumb .k span{
        position:relative;
        padding: 3px;
        margin: 0 8px;
        padding-right:22px;
        background:#eee;
    }
    .breadcrumb .k em {
        font-style: normal;
        color: #E9394E;
    }
        .breadcrumb .k i{
            position:absolute;
            top: 3px;
            right:0;
            width:22px;
            height:17px;
            background:url(../image/new/b_close.png) center no-repeat;
            cursor:pointer;
        }

        .select-chumk {
            border: 1px solid #eee;
            margin-bottom: 10px;
            background: #fff;
        }

    .select-chumk .s-item {
        font-size: 14px;
        color: #555;
        overflow: hidden;
        border-bottom: 1px solid #eee;
    }

        .select-chumk .s-item:last-child {
            border: none;
        }

    .select-chumk .item-t, .select-chumk .item-cnt {
        float: left;
        height: 40px;
        padding: 7px 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .select-chumk .item-t {
        width: 120px;
    }

        .select-chumk .item-t span {
            display: inline-block;
            padding: 6px 0;
            padding-left: 14px;
        }

    .select-chumk .item-cnt {
        position: relative;
        width: 1078px;
        padding-left: 30px;
        border-left: 1px solid #eee;
    }

        .select-chumk .item-cnt li {
            float: left;
            width: 186px;
            padding: 6px 0;
            text-align: left;
            overflow: hidden;
            cursor: pointer;
        }

        .select-chumk .item-cnt .btn-slide {
            position: absolute;
            top: 14px;
            right: 30px;
            color: #333;
            cursor: pointer;
        }

            .select-chumk .item-cnt .btn-slide span {
                padding-right: 18px;
                background: url(../image/new/icon_展开.png) right center no-repeat;
            }

            .select-chumk .item-cnt .btn-slide.active span {
                background: url(../image/new/icon_收起.png) right center no-repeat;
            }

    .select-chumk .active {
        color: #13BA81;
    }

.filter {
    position: relative;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #555;
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 10px;
}

    .filter .f-m {
        float: left;
        margin-right: 5px;
    }

        .filter .f-m li {
            position: relative;
            float: left;
            width: 80px;
            text-align: center;
            border-right: 1px solid #eee;
            cursor: pointer;
        }

            .filter .f-m li.active {
                color: #13BA81;
            }

                .filter .f-m li.active:before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: -1px;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: 1px solid #13BA81;
                }

        .filter .f-m span {
            padding-right: 12px;
        }

            .filter .f-m span.up {
                background: url(../image/new/icon_向上.png) right center no-repeat;
            }

            .filter .f-m span.down {
                background: url(../image/new/icon_向下.png) right center no-repeat;
            }

    .filter .f-sub {
        float: left;
    }

        .filter .f-sub span {
            padding-left: 22px;
            margin-left: 40px;
            background: url(../image/new/icon_未选.png) left center no-repeat;
            cursor: pointer;
        }

            .filter .f-sub span.active {
                background: url(../image/new/icon_已选.png) left center no-repeat;
            }

    .filter .top-pagination {
        position: absolute;
        top: 0;
        right: 30px;
    }

        .filter .top-pagination .p-cur {
            color: #13BA81;
        }

        .filter .top-pagination .p-btn {
            display: inline-block;
            width: 28px;
            height: 12px;
            cursor: pointer;
        }

        .filter .top-pagination .btn-prev {
            background: url(../image/new/icon_向左可点击.png) center no-repeat;
        }

        .filter .top-pagination .btn-next {
            background: url(../image/new/icon_向右可点击.png) center no-repeat;
        }

.list {
    font-size: 0;
}

.item {
    position: relative;
    display: inline-block;
    background: #fff;
    cursor: pointer;
}

    .item:hover:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        outline: 1px solid #E9394E;
    }

    .item:hover .icon-addcart {
        display: none;
    }

    .item:hover .addcart-m {
        display: block;
    }

.addcart {
    min-width: 32px;
    height: 32px;
    z-index: 10;
}

    .addcart .icon-addcart {
        width: 32px;
        height: 32px;
        cursor: pointer;
        background: url(../image/new/icon_加入购物车.png) center no-repeat;
    }

    .addcart .addcart-m {
        display: none;
    }

    .addcart .stepper {
        float: left;
        padding-top: 1px;
    }

    .addcart .minus {
        float: left;
        width: 32px;
        height: 30px;
        cursor: pointer;
        background: url(../image/new/bg_minus.png) no-repeat;
    }

    .addcart .plus {
        float: left;
        width: 28px;
        height: 30px;
        cursor: pointer;
        background: url(../image/new/bg_plus.png) no-repeat;
    }

    .addcart input {
        float: left;
        width: 38px;
        height: 28px;
        font-size: 14px;
        border: 1px solid #E9394E;
        outline: none;
        text-align: center;
    }

    .addcart .btn-addcart {
        display: inline-block;
        width: 78px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        font-size: 13px;
        text-align: center;
        border-radius: 32px;
        background: #E9394E;
        margin-left: 14px;
        cursor: pointer;
    }

.tit {
    position: relative;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}

.g-name {
    height: 44px;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
}

.g-manufacturer {
    font-size: 13px;
    color: #999;
    height: 40px;
    line-height: 18px;
    margin-bottom: 0px;
}

.g-sale {
    font-size: 12px;
}

    .g-sale .limit {
        padding-right: 10px;
    }

.g-price-new {
    color: #FF5959;
    font-size: 20px;
    margin-bottom: 8px;
}

.g-price-origin {
    font-size: 14px;
    color: #AAAAAA;
    text-decoration: line-through;
}

    .g-price-new i, .g-price-origin i {
        font-size: 14px;
        font-style: normal;
        margin-right:-2px;
    }

.product-list, .sk-list {
    outline: 1px solid #eee;
    margin-bottom: 50px;
}
    .product-list .content{
        min-height:414px;
    }
    .p-item {
        position: relative;
        width: 20%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff;
    }

    .p-item:last-child {
        border: none;
    }

    .p-item .g-img {
        height: 148px;
        text-align: center;
        margin-bottom: 10px;
    }

        .p-item .g-img img {
            width: 168px;
            height: 148px;
        }

    .p-item .g-name {
        margin-bottom: 8px;
    }

 /*   .p-item .g-manufacturer {
        margin-bottom: 18px;
    }*/

    .p-item .g-sale, .p-item .g-price-new {
        margin-bottom: 20px;
    }

    .p-item .addcart {
        position: absolute;
        bottom: 14px;
        right: 27px;
    }

#pagination {
    width: 100%;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
}

    #pagination .layui-laypage-prev, #pagination .layui-laypage-next, #pagination a, #pagination .layui-laypage-curr {
        display: inline-block;
        width: 28px;
        height: 28px;
        text-align: center;
        border: 1px solid #eee;
        cursor: pointer;
        background: #fff;
    }

    #pagination .layui-laypage-curr {
        color: #fff;
        border: 1px solid #13BA81;
        background: #13BA81;
    }

        #pagination .layui-laypage-curr em {
            font-style: normal;
        }

    #pagination a {
        width: 28px;
        margin: 0 2px;
    }

    #pagination .layui-laypage-prev, #pagination .layui-laypage-next {
        width: 56px;
        vertical-align: top;
    }

.productlist .sk-list {
    height: auto;
}

    .productlist .sk-list .item {
        border-bottom: 1px solid #eee;
    }
.empty{
    padding:104px 0;
    background:#fff;
}
.empty .icon-ept {
    display:block;
    width: 135px;
    height: 114px;
    background: url(../image/new/icon_ept.png) no-repeat;
    margin: auto;
    margin-bottom: 40px;
}
.empty .ept-desc{
    font-size:16px;
    color:#555;
    margin:0 auto;
    margin-bottom:38px;
    text-align:center;
}
    .empty .ept-desc i{
        display:inline-block;
        width:22px;
        height:18px;
        background:url(../image/new/b_close.png) center no-repeat;
        vertical-align:top;
        cursor:pointer;
    }
    .empty .btn {
        font-size: 16px;
        color: #13BA81;
        text-align: center;
        margin: auto;
        border: 1px solid #13BA81;
        cursor: pointer;
    }
    .empty .btn-record {
        width: 130px;
        height: 36px;
        line-height: 36px;
    }
    .empty .btn-back{
        width: 108px;
        height: 28px;
        line-height:28px;
        margin-bottom:12px;
    }
    .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }
.shopping-record {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 662px;
    padding-bottom:36px;
    margin: auto;
    background:#fff;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.sr-banner {
    position: relative;
    height: 60px;
    background: url(../image/new/icon_sr_banner.png) no-repeat;
    margin-bottom:34px;
}
.sr-close {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 22px;
    height: 22px;
    background: url(../image/new/icon_sr_close.png) center no-repeat;
    cursor:pointer;
}
.sr-content{
    padding: 0 54px;
    margin-bottom:35px;
}
.sr-content .row {
    height: 36px;
    line-height: 36px;
    margin-bottom:15px;
}
.sr-content .label{
    display:inline-block;
    width:90px;
    text-align:right;
}
    .sr-content .label i {
        font-style: normal;
        color: #E9394E;
    }
    .sr-content input {
        width: 432px;
        height: 34px;
        line-height: 34px;
        padding-left: 12px;
        margin-left: 18px;
        border: 1px solid #DDDDDD;
        outline: none;
    }
        .sr-content input.active {
            border: 1px solid #13BA81;
        }
        .operate {
            padding-left: 164px;
        }
.operate .btn{
    display:inline-block;
    width:128px;
    height:34px;
    line-height:34px;
    font-size:13px;
    text-align:center;
}
        .operate .btn-cancel {
            color: #333;
            border: 1px solid #ddd;
            background: #F4F4F4;
        }
        .operate .btn-confirm {
            color: #fff;
            border: 1px solid #13BA81;
            background: #13BA81;
            margin-left:18px;
        }