i {
    font-style: normal;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.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%;
        border: 1px solid #E9394E;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        z-index: 10;
    }

    .item:hover .icon-addcart {
        display: none;
    }

    .item:hover .g-price-new, .item:hover .g-price-origin {
        opacity: 0;
    }

    .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 {
    height: 13px;
    font-size: 13px;
    color: #999;
}

.g-sale {
    height:12px;
    font-size: 12px;
}

    .g-sale .limit {
        padding-right: 10px;
    }

.g-price-new {
    height: 20px;
    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;
    }

.more {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 60px;
    font-size: 14px;
    color: #999;
    padding-right: 20px;
    cursor: pointer;
    background: url(../image/new/icon_跳转全部.png) right center no-repeat;
}

.loadmore {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #999;
    text-align: center;
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
    cursor: pointer;
}

    .loadmore span {
        padding-right: 14px;
        background: url(../image/new/icon_下拉.png) right center no-repeat;
    }

#main {
    background: #f8f8f8;
}

    #main .top {
        width: 100%;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        margin-top: 28px;
        border-bottom: 2px solid #48494F;
        background: #fff;
    }

        #main .top .side-top {
            float: left;
            width: 215px;
            height: 32px;
            padding-left: 15px;
            color: #fff;
            background: #13BA81;
        }

#nav {
    float: left;
}

    #nav li {
        float: left;
        padding-left: 43px;
        color: #333;
        font-weight: bold;
    }

        #nav li a {
            color: #333;
            font-weight: bold;
        }

        #nav li.active {
            color: #13BA81;
        }

    #nav a:hover, #nav a.hover {
        color: #13BA81;
    }

#main .fs {
    height: 400px;
    margin-bottom: 8px;
	overflow:hidden;
}

#main .fs-col1, #main .fs-col2, #main .fs-col3 {
    float: left;
    height: 400px;
}

#main .fs-col1 {
    width: 230px;
    background: #48494F;
}
    #main .fs-col1 .menu{
        display:block;
        position:static;
        top:0;
        margin-top:-2px;
    }
    #main .fs-col1 .menu > li {
        position: relative;
        height: 49px;
        line-height: 49px;
        font-size: 16px;
        padding-left: 15px;
        color: #fff;
        border-bottom: 1px solid #555;
        background: url(../image/new/icon_跳转.png) 207px center no-repeat;
    }

        #main .fs-col1 .menu > li:last-child {
            border: none;
        }

        #main .fs-col1 .menu > li:hover {
            background: #13BA81 url(../image/new/icon_跳转.png) 207px center no-repeat;
        }

.fs-col1 .menu > li:hover .sub-part {
    display: block;
}

.sub-part {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    width: 556px;
    padding-top: 18px;
    padding-right: 34px;
    padding-left: 26px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: visible;
    border: 3px solid #13BA81;
    background: #fff;
    z-index: 1;
}

    .sub-part > li {
        position:relative;
        float: left;
        width: 25%;
        height: 16px;
        line-height: 16px;
        color: #555555;
        padding-bottom:10px;
        text-align: center;
        border:none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-bottom: 30px;
        overflow: visible;
        cursor: pointer;
    }
        .sub-part li::after{
            content:"";
            display:block;
            position:absolute;
            top:0;
            right:0;
            width:1px;
            height:16px;
            background:#ddd;
        }
        .sub-part li:nth-child(4n) {
            border: none;
        }
.p-part {
    position: absolute;
    top: 16px;
    right: -120px;
    width: 120px;
    border: 1px solid #13BA81;
    background:#fff;
}
    .p-part li {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: none;
        text-align:left;
        margin-bottom: 0;
        overflow: hidden;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }            

#main .fs-col2 {
    float: left;
    width: 740px;
	overflow:hidden;
}

.banner img {
    display: block;
    width: 100%;
    height: 400px;
}

.banner .slick-dots {
    bottom: 10px;
}

    .banner .slick-dots li {
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background: #868686;
    }

        .banner .slick-dots li button {
            display: none;
        }

        .banner .slick-dots li.slick-active {
            background: #13BA81;
        }

#main .fs-col3 {
    overflow: hidden;
    float: left;
    width: 230px;
    background: #fff;
}

    #main .fs-col3 .hot-goods {
        padding-top: 17px;
    }
    #main .fs-col3 .slick-list{
        overflow:hidden;
    }
    #main .fs-col3 .tit {
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #333;
        margin-bottom: 25px;
    }

.hot-goods-list .slick-prev, .hot-goods-list .slick-next {
    width: 5px;
    height: 8px;
    top: 327px;
}

.hot-goods-list .slick-prev {
    left: 88px;
    background: url(../image/new/icon_hot_left.png) center no-repeat;
}

.hot-goods-list .slick-next {
    right: 88px;
    background: url(../image/new/icon_hot_right.png) center no-repeat;
}

.hot-goods-list .slick-prev:before, .hot-goods-list .slick-nex:before {
    display: none;
}

.hot-goods-list .slick-dots {
    left: 50%;
    width: 38px;
    height: 14px;
    font-size: 12px;
    color: #AAAAAA;
    bottom: -55px;
    overflow: hidden;
    transform: translateX(-50%);
}

    .hot-goods-list .slick-dots li {
        width: 38px;
        height: 14px;
        display: none;
        color: #AAAAAA;
        text-align: center;
        margin: 0;
    }

        .hot-goods-list .slick-dots li.slick-active {
            display: block;
        }

#main .fs-col3 .hot-item {
    text-align: center;
    cursor: pointer;
    background:#fff;
}

    #main .fs-col3 .hot-item img {
        display: inline !important;
        width: 139px;
        height: 139px;
        border: 1px solid #f5f5f5;
        margin-bottom: 28px;
    }

    #main .fs-col3 .hot-item .g-name {
        padding: 0 22px;
        font-size: 15px;
        line-height: 22px;
        font-weight: bold;
        margin-bottom: 30px;
    }

#seckill {
    margin-bottom: 15px;
}

.sk-list, .am-list {
    height: 222px;
    outline: 1px solid #EEEEEE;
}

    .sk-list .slick-list, .am-list .slick-list {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .sk-list .slick-prev, .am-list .slick-prev, .sk-list .slick-next, .am-list .slick-next {
        width: 25px;
        height: 56px;
    }

    .sk-list .slick-prev, .am-list .slick-prev {
        left: 0;
        background: url(../image/new/icon_可翻页_左.png) no-repeat;
    }

    .sk-list .slick-next, .am-list .slick-next {
        right: 0;
        background: url(../image/new/icon_可翻页_右.png) no-repeat;
    }

        .sk-list .slick-prev:before, .am-list .slick-prev:before, .sk-list .slick-next:before, .am-list .slick-next:before {
            display: none;
        }

.sk-item, .am-item {
    position: relative;
    width: 400px !important;
    height: 221px !important;
    padding-top: 11px;
    padding-left: 24px;
    padding-right: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid #EEEEEE;
}

    .sk-item:last-child, .am-item:last-child {
        border: none;
    }

.sk-item-cd {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    margin-bottom: 11px;
}

.sk-desc {
    float: left;
    margin-right: 18px;
}

.cd {
    float: left;
    height: 26px;
    padding-top: 6px;
}

    .cd .num {
        float: left;
        width: 24px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background: #404145;
        border-radius: 3px;
        vertical-align: middle;
    }

    .cd .txt {
        float: left;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }

    .cd .sec-num {
        color: #fff;
        background: #E9394E;
    }

.sk-item .g-img, .am-item .g-img {
    float: left;
}

    .sk-item .g-img img, .am-item .g-img img {
        width: 139px;
        height: 139px;
        border: 1px solid #f5f5f5;
        margin-right: 15px;
    }

.sk-item .g-name {
    margin-bottom: 10px;
}

.sk-item .g-manufacturer {
    margin-bottom: 23px;
}

.sk-item .g-sale {
    margin-bottom: 16px;
}

.sk-item .limit {
    margin-right: 18px;
}

.sk-item .addcart {
    position: absolute;
    bottom: 18px;
    right: 29px;
}

#assemble {
    margin-bottom: 18px;
}

.am-item {
    padding-top: 0;
}

    .am-item .sk-item-cd {
        padding-left: 24px;
        margin-left: -24px;
        margin-right: -32px;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
    }

.am-item-tag {
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 9px;
}

.tag {
    float: left;
}

.tag-am {
    width: 58px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #13BA81;
    text-align: right;
    padding-right: 6px;
    background: url(../image/new/bg_拼团标签.png) no-repeat;
}

.tag-limit {
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #FF5959;
    text-align: center;
    border-radius: 10px;
    background: #FFE9E9;
    margin-left: 11px;
}

.am-item .g-name {
    margin-bottom: 34px;
}

.am-item .g-price {
    margin-bottom: 18px;
}

.am-item .g-price-origin {
    font-size: 13px;
    margin-left: 4px;
}

.am-item .btn-join {
    position: absolute;
    bottom: 32px;
    right: 22px;
    width: 68px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #E9394E;
    cursor: pointer;
}

.am-item.end .btn-join {
    color: #999999;
    background: #E4E4E4;
}

.am-item.end .tag-am {
    color: #999999;
    background: url(../image/new/bg_拼团标签_end.png) no-repeat;
}

.am-item.end .tag-limit {
    color: #999999;
    background: #F5F5F5;
}

#limit {
    margin-bottom: 22px;
}

.lt-list, .ch-list {
    outline: 1px solid #eee;
}

.lt-item, .ch-item {
    position: relative;
    width: 240px;
    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;
}

    .lt-item:last-child, .ch-item:last-child {
        border: none;
    }

    .lt-item .g-img, .ch-item .g-img {
        height: 148px;
        text-align: center;
        margin-bottom: 10px;
    }

        .lt-item .g-img img, .ch-item .g-img img {
            width: 168px;
            height: 148px;
        }

    .lt-item .g-name, .ch-item .g-name {
        margin-bottom: 8px;
    }

    .lt-item .g-manufacturer, .ch-item .g-manufacturer {
        margin-bottom: 18px;
    }

    .lt-item .g-sale, .lt-item .g-price-new, .ch-item .g-sale, .ch-item .g-price-new {
        margin-bottom: 20px;
    }

    .lt-item .addcart, .ch-item .addcart {
        position: absolute;
        bottom: 14px;
        right: 27px;
        z-index: 10;
    }

.ch-tit {
    height: 52px;
    line-height: 52px;
}

.ch-tit-t {
    position: relative;
    float: left;
    font-size: 24px;
    color: #333;
    padding-left: 15px;
}

    .ch-tit-t:before {
        content: "";
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        width: 4px;
        height: 20px;
        background: #13BA81;
    }

.ch-menu {
    padding-top: 14px;
    float: right;
    overflow: hidden;
}

    .ch-menu li {
        float: left;
        width: 78px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        color: #999;
        margin-left: 20px;
        margin-right: 20px;
        cursor: pointer;
    }

        .ch-menu li.active {
            color: #fff;
            border-radius: 16px;
            background: #13BA81;
        }
.ad{
    position:absolute;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.ad .close{
    position:absolute;
    top:3px;
    right:3px;
    width: 48px;
    height:48px;
    background:url(../image/new/icon_ad_close.png) center no-repeat;
    cursor:pointer;
}
.ad .ctn{
    cursor:pointer;
}