body {
    background-color: #ffffff;
}

.ns-header > nav .category > ul {
    display: block;
}

.ns-main {
    width: initial
}

@media screen and (max-width: 1200px) {

    .ns-main {
        width: 1200px;
    }
}

.top-active {
    position: relative;
    z-index: 9999;
    clear: both;
    width: 100%;
    min-width: 1210px;
    font-size: 0;
}

.top-active .top-active-wrap {
    position: relative;
    width: 1210px;
    overflow: hidden;
    margin: 0 auto;
}

.top-active .top-active-wrap a {
    display: inline-block;
}

.top-active .top-active-wrap img {
    display: block;
    width: 100%;
}

.top-active .top-active-wrap i.close-i {
    color: #6B5F5F;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 20px;
}

.banner-wrap {
    position: relative;
}

.banner-wrap .carousel-inner > .item > a {
    display: inline-block;
}

.banner-wrap .carousel-inner > .item > a > img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: inline-block;
}

.banner-wrap .sidebar {
    width: 220px;
    position: absolute;
    left: 50%;
    top: 18px;
    margin-left: 380px;
}

.banner-wrap .sidebar .login-wrap {
    width: 100%;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 12px;
    background: #fff;
    height: 200px;
}

.banner-wrap .sidebar .login-wrap .img-wrap {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
    margin: 0 auto 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 3px 2px 10px 0 rgba(79, 5, 1, .84);
    overflow: hidden;
    background: #f2f2f2;
    box-sizing: content-box;
}

.banner-wrap .sidebar .login-wrap .img-wrap img {
    border-radius: unset;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.banner-wrap .sidebar .login-wrap .operation {
    line-height: 27px;
    text-align: center;
}

.banner-wrap .sidebar .login-wrap .operation > div {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.banner-wrap .sidebar .login-wrap .operation > div a {
    display: inline-block;
    width: 68px;
    text-align: center;
    line-height: 22px;
    border: 1px solid;
    font-size: 12px;
    padding: 1px 0;
}

.banner-wrap .sidebar .login-wrap .operation > div a:last-child {
    margin-left: 10px;
}

.banner-wrap .sidebar .content-wrap {
    background: #fff;
    height: 200px;
    padding: 10px;
}

.banner-wrap .sidebar .content-wrap .menu {
    line-height: 30px;
    height: 30px;
}

.banner-wrap .sidebar .content-wrap .menu ul {
    width: 80%;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0 !important;
}

.banner-wrap .sidebar .content-wrap .menu ul li {
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 20px;
}

.banner-wrap .sidebar .content-wrap .menu ul li.active {
    border-bottom: 2px solid;
}

.banner-wrap .sidebar .content-wrap .menu ul li:hover {
    cursor: pointer
}

.banner-wrap .sidebar .content-wrap .menu .notice-more {
    float: right;
    display: inline-block;
    width: 30px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.banner-wrap .sidebar .content-wrap .item {
    padding: 0 !important;
    box-sizing: content-box;
    position: relative;
    line-height: 20px;
    height: 150px;
    overflow: hidden;
}

.banner-wrap .sidebar .content-wrap .item ul {
    height: auto;
    overflow: hidden;
    padding-left: 0 !important;
    margin-top: 8px;
}

.banner-wrap .sidebar .content-wrap .item ul li {
    height: 28px;
    line-height: 28px;
}

.banner-wrap .sidebar .content-wrap .item ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.adv-middle {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

.adv-middle .item {
    flex: 1;
}

.adv-middle .item a {
    display: block;
    text-align: center;
}

/**/
.discount-wrap {
    overflow: hidden;
    margin-top: 20px;
}

.discount-wrap .db-discount {
    position: relative;
    float: left;
    width: 200px;
    height: 275px;
    color: #fff;
}

.discount-wrap .db-discount-english {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 90px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
}

.discount-wrap .db-discount-chinese {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 42px;
    font-size: 34px;
}

.discount-wrap .db-discount-icon {
    position: absolute;
    left: 86px;
    top: 126px;
    display: block;
    width: 20px;
    height: 33px;
    background-image: url("../img/index/discount_icon.png");
    background-position: -35px -25px;
}

.discount-wrap .db-discount-desc {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 170px;
    font-size: 16px;
}

.discount-wrap .db-discount-time {
    position: absolute;
    top: 212px;
    left: 13px;
    height: 40px;
}

.discount-wrap .db-discount-time .time {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #2f3430;
    margin-right: 5px;
}

.discount-wrap .db-discount-time .time span {
    position: relative;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.discount-wrap aside {
    float: right;
    width: 200px;
    padding: 8px 10px 7px;
    background-color: #fff;
}

.discount-wrap > .carousel {
    margin: 0 200px;
    height: 275px;
}

.discount-wrap .carousel .carousel-inner > .item .sk_item {
    /*position: relative;*/
    /*float: left;*/
    /*width: 200px;*/
    /*height: 275px;*/
}

.dg-setHeight {
    width: 5000px;
    height: 275px;
}

.sk_item_lk {
    position: relative;
    float: left;
    display: inline-block;
    width: 198px;
    height: 275px;
    margin-right: 2px;
    background-color: #fff;
    text-align: center;
}

.sk_item_img {
    position: absolute;
    width: 140px;
    height: 140px;
    left: 50%;
    margin-left: -70px;
    top: 40px;
}

.sk_item_name {
    position: absolute;
    top: 190px;
    left: 0;
    width: 160px;
    padding: 0 15px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sk_item_price {
    position: absolute;
    left: 15px;
    top: 230px;
    width: 162px;
    height: 20px;
    padding: 1px;
    background: #e6382f;
    line-height: 20px;
}

.sk_item_price_new {
    float: left;
    width: 80px;
    height: 18px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.sk_item_price_origin {
    float: right;
    width: 80px;
    height: 18px;
    background: #fff;
    text-align: center;
    color: #b7bcb8;
    font-size: 12px;
    text-decoration: line-through;
}

.mod_price i {
    margin-right: 3px;
    font-family: arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.mod_price i {
    margin-right: 3px;
    font-family: arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.discount-wrap aside a, .discount-wrap aside .item img {
    width: 200px;
    height: 260px;
}

.carousel-btn {
    top: 50%;
    width: 20px;
    height: 40px;
    background-color: #ccc;
    margin-top: -20px;
}

.carousel-indicators > .carousel-spot {
    background-color: #ccc;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
}

#discountAdv .carousel-indicators > .active {
    width: 10px;
    height: 10px;
    background-color: red;
}

.slide .carousel-btn > span {
    top: 28%;
    left: 4px;
}

/* 限时抢购 - end */

/* 团购专区 - start */
.group-buying-area {
    margin-top: 30px;
}

.group-buying-area {
    display: table;
    content: '';
    clear: both;
}

.group-buying-area ul li {
    position: relative;
    float: left;
    width: 230px;
    height: 305px;
    background: #fff;
    margin: 0 5px 10px;
}

.group-lk {
    display: block;
    width: 100%;
    height: 100%;
}

.group-img {
    /* float: left; */
    display: block;
    width: 170px;
    height: 170px;
    margin: 30px 30px 20px;

}

.group-info {
    padding: 0 16px 0;
    height: 65px;
    line-height: 24px;
}

.group_info_name {
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
}

.group_price {
    margin-top: 15px;
    font-size: 14px;
    color: #e33333;
    text-align: center;
}

.group_price > i {
    marign-left: 3px;
}

/*楼层*/
.catetop-floor-wp {
    position: relative;
}

.catetop-floor {
    width: 1200px;
    margin: 30px 0;
}

.f-hd {
    height: 50px;
}

.f-hd h2 {
    font-size: 21px;
    line-height: 50px;
    float: left;
}

.f-hd h3 {
    font-size: 14px;
    height: 50px;
    line-height: 63px;
    color: #8c8c8c;
    overflow: hidden;
    float: left;
    margin-left: 12px;
    margin-top: -2px;
}

.f-hd .extra {
    height: 50px;
    float: right;
    overflow: hidden;
}

.f-hd .extra .fgoods-hd {
    margin-top: 10px;
}

.f-hd .extra .fgoods-hd ul {
    list-style: none;
}

.f-hd .extra .fgoods-hd ul li {
    min-width: 48px;
    height: 28px;
    border: 1px solid #d1d1d1;
    border-radius: 15px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    padding: 0 10px;
    line-height: 28px;
}

.f-bd .bd-left {
    width: 400px;
    height: 660px;
    float: left;
}

.f-bd .bd-left .l-ad {
    list-style: none;
}

.bd-right {
    float: left;
    width: 800px;
    height: 660px;
}

.right-top {
    height: 170px;
    border: 1px solid #ededed;
    border-left: 0 none;
}

.rt-ad {
    float: left;
    height: 170px;
    width: 399px;
    border: 1px solid #ededed;
    overflow: hidden;
}

.imgs {
    width: 399px;
    height: 170px;
}

.right-bottom {
    position: relative;
    width: 800px;
    height: 488px;
}

.fgoods-list {
    position: absolute;
    width: 804px;
    left: 0px;
    top: 0px;
    list-style: none;
}

.fgoods-list li {
    float: left;
    width: 201px;
    height: 245px;
    padding: 20px;
    border: 1px solid #ededed;
    font-size: 14px;
    text-align: center;
    margin: -1px 0 0 -1px;
}

.p-name {
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.p-price {
    font-size: 16px;
}

.brands {
    width: 100%;
    height: 70px;
}

.brands li {
    width: 120px;
    height: 70px;
    text-align: center;
    float: left;
    position: relative;
}

.brands li a {
    display: table-cell;
    width: 120px;
    height: 70px;
    vertical-align: middle;
}

.brands li a img {
    max-width: 80%;
    height: auto;
}

/*楼层监听*/
.catetop-lift {
    position: fixed;
    transform: translate(0, -50%) scale(1, 1);
    -moz-transform: translate(0, -50%) scale(1, 1);
    -ms-transform: translate(0, -50%) scale(1, 1);
    -o-transform: translate(0, -50%) scale(1, 1);
    -webkit-transform: translate(0, -50%) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
    transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    top: 50%;
    left: 50%;
    margin-left: -687px;
}

.lift-list {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.lift-list .catetop-lift-item {
    width: 40px;
    height: 50px;
    background: #A3A0A1;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    margin-bottom: 2px;
    position: relative;
    transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
}

.catetop-lift-item span {
    position: absolute;
    width: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.catetop-lift-item lift-item-top {
    background: #6A6364;
    height: 30px;
}

.iconfont icon-up {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}