﻿/*楼层*/
.shop-floor {
    /* background-color: #EEB20F; */
    min-width: 1224px;
    /* margin-top: 220px; */
}
.floor {
    padding-top: 40px;
    height: auto;
}
/* .floor:first-child {
    padding-top: 45px;
} */

.floor:last-child {
    padding-bottom: 82px;
}

.floor-nav {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -695px;
    z-index: 7;
    background: #fff;
    border: 1px solid #eee;
    display: none;
}

.floor-nav>li {
    width: 78px;
    min-height: 28px;
    box-sizing: border-box;
    padding: 0 11px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    /* text-align: center; */
    overflow: hidden;
    cursor: pointer;
}

/* .floor-nav>li+li {
    border-top: 1px solid #eee;
} */
.floor-nav .floor-nav-first,.floor-nav>li:hover {
    background: #FF4F01;
    color: #fff;
}

.floor-nav .floor-nav-last {
    background-color: #1A1A1A;
}

.floor-nav .floor-nav-first,.floor-nav>li{
    border-bottom: 1px solid #eee;
}

.floor-nav .floor-nav-first {
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 48px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.floor-nav .floor-nav-last {
    height: 28px;
    width: 78px;
    cursor: pointer;
    position: relative;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}

.floor-nav-last i {
    display: inline-block;
    width: 24px;
    height: 21px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../image/shop8-top.png") no-repeat;
}

.floor-nav .floor-nav-ac {
    background: #FF4F01;
    color: #fff;
    /* width: 50px; */
}

.floor-nav>li>span {
    display: block;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
}

/*  only screen and (min-width: 1200px) and (max-width: 1400px) {
    .floor-nav {
        left: 0;
        margin-left: 0;
    }
} */

/*右侧边栏*/
.slidebar-right {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 7;
    background: #fff;
    border: 1px solid #ddd;
}

.slidebar-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* border-bottom: 1px solid #ddd; */
    /* background-image: url("../images/ico-tphsop-index.png"); */
    background-repeat: no-repeat;
}

.ico-slidebar4 {
    border-bottom: none;
    height: 0;
    overflow: hidden;
}

.ico-slidebar1 {
    background-position: -235px 0;
}

.ico-slidebar2 {
    background-position: -275px 0;
}

.ico-slidebar3 {
    background-position: -235px -40px;
}

.ico-slidebar4 {
    background-position: -275px -40px;
}

.sbar-hover-txt {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    background-color: #aaa;
    text-align: center;
}

.slidebar-item:hover .sbar-hover-txt {
    display: block;
}

.sbar-hover-pic {
    position: absolute;
    /*left: -117px;*/
    left: 61px;
    top: -41px;
    padding: 10px;
    width: 80px;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 0;
}

.slidebar-item:hover .sbar-hover-pic {
    left: -117px;
    opacity: 1;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sbar-hover-pic:before {
    content: '';
    position: absolute;
    left: 101px;
    top: 48px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #ddd;
}

.sbar-hover-pic:after {
    content: '';
    position: absolute;
    left: 100px;
    top: 49px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 13px solid #fff;
}

.ico-slidebar3 .sbar-hover-pic {
    top: -82px;
}

.ico-slidebar3 .sbar-hover-pic:before {
    top: 89px;
}

.ico-slidebar3 .sbar-hover-pic:after {
    top: 90px;
}



.qrcode-wrap {
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}

.qrcode-des {
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    text-align: center;
}

/*轮播图*/
.swiper {
    position: relative;
    height: 520px;
    width: 100%;
    min-width: 1224px;
    overflow: hidden;
    /* float: left; */
    /* margin: 20px 0 0 230px; */
}

.swiper-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.swiper .item {
    float: left;
    position: relative;
    height: 100%;
    min-width: 1224px;
}

.swiper .item-pic {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -372px;
    width: 984px;
    height: 100%;
    overflow: hidden;
    /* margin: 0 auto; */
    display: block;
}

.pagination {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 6;
    width: 100%;
    text-align: center;
}

.pagination-item {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 2px;
    /* border: 1px solid #F2F2F2; */
    background: #f2f2f2;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(http://www.njlulian.xyz/public/css/PIE.htc);
    cursor: pointer;
}

.pagination-item:hover {
    background-color: #bbb;
}

.pagination-item.active {
    background-color: #bbb;
}

.swiper .swiper-control {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    width: 40px;
    height: 80px;
    color: #fff;
    background-color: #000;
    background-image: url("http://www.njlulian.xyz/Public/images/ico-arrow-banner.png");
    background-repeat: no-repeat;
    filter: alpha(opacity=0);
    /* IE */
    -moz-opacity: 0;
    /* 老版Mozilla */
    -khtml-opacity: 0;
    /* 老版Safari */
    opacity: 0;
    /* 支持opacity的浏览器*/
}

.swiper:hover .swiper-control {
    filter: alpha(opacity=20);
    /* IE */
    -moz-opacity: .2;
    /* 老版Mozilla */
    -khtml-opacity: .2;
    /* 老版Safari */
    opacity: .2;
    /* 支持opacity的浏览器*/
}

.swiper-control.left-btn {
    background-position: 0px 0px;
    /* margin-left: -570px; */
    margin-left: -19%;
}

.swiper-control.right-btn {
    background-position: -40px 0px;
    /* margin-left: 530px; */
    margin-left: 28%;
}

.flash-sale .swiper-control {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-family: '宋体';
    font-size: 28px;
    text-align: center;
    background-color: rgba(250, 250, 250, 0.5);
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    /* 老版Mozilla */
    -khtml-opacity: 0.5;
    /* 老版Safari */
    opacity: 0.5;
    /* 支持opacity的浏览器*/
}

.flash-sale .swiper-control.left-btn {
    left: 5px;
}

/* .flash-sale .swiper-control.left-btn:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 1.5px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ccc;
} */

.flash-sale .swiper-control.right-btn {
    left: auto;
    right: 5px;
}

.floor-recommend .swiper-control {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -17.5px;
    width: 16px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-family: '宋体';
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    filter: alpha(opacity=10);
    /* IE */
    -moz-opacity: 0.1;
    /* 老版Mozilla */
    -khtml-opacity: 0.1;
    /* 老版Safari */
    opacity: 0.1;
    /* 支持opacity的浏览器*/
}

.floor-recommend .swiper-control.left-btn {
    left: 0px;
}

.floor-recommend .swiper-control.right-btn {
    left: auto;
    right: 0px;
}

/* .flash-sale .swiper-control.right-btn:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 1.5px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 7px solid #ccc;
} */

.swiper:hover .swiper-control:hover,.flash-sale:hover .swiper-control,.floor-recommend .swiper-control:hover {
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: .6;
    /* 老版Mozilla */
    -khtml-opacity: .6;
    /* 老版Safari */
    opacity: .6;
    /* 支持opacity的浏览器*/
}
.flash-sale:hover .swiper-control:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
}

.user-info {
    /* margin-top: 12px; */
    width: 100%;
    height: 404px;
    background-color: #fff;
    position: relative;
    float: left;
}

.user-title {
    padding-left: 23px;
    font-size:16px;
    color: #1F1F1F;
    line-height: 38px;
    font-weight: 500;
    position: relative;
}

.user-title i {
    display: block;
    width: 3px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 10px;
    background-color: #946661;
}

.user-head {
    width: 57px;
    height: 57px;
    margin: auto;
    margin-top: 23px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    behavior: url(http://www.njlulian.xyz/public/css/PIE.htc);
    border: 1px solid #eee;
    overflow: hidden;
}

/* .user-title {
    text-align: center;
    color: #FF9600;
    font-size: 14px;
    margin-top: 30px;
    padding: 0 10px;
} */

.user-info button {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: 8px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background-color: #5CA1FF;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /* behavior: url(http://www.njlulian.xyz/public/css/PIE.htc); */
}

/* .user-info a {
    display: block;
    width: 100%;
    height: 100%;
} */

.user-info .user-login {
    margin-top: 24px;
    margin-bottom: 12px;
    /* border: 1px solid #eee; */
    /* color: #FF9600; */
    /* background-color: #fff; */
}

.user-info .user-register {
    background-color: #fff;
    color: #2B75D9;
    border: 1px solid #ddd;
    margin-left: 14px;
}

.user-info .cutoff {
    margin: 31px 0 10px 0;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #5CA1FF;
}

.banner-right-box .shopin {
    float: left;
    display: block;
    width:100%;
    height: 44px;
    background-color: #F42E4F;
    text-align: center;
}

.banner-right-box .shopin i {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin: 15px 15px 0 0;
    background-color: #fff;
    position: relative;
}

.banner-right-box .shopin i:after {
    display: inline-block;
    content: '';
    position: absolute;
    right: -20px;
    top: -4px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 10px solid #fff;
}

.banner-right-box .shopin span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
}

.banner-right-box {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -612px;
    /* float: left; */
    width: 196px;
    height: 448px;
}


/*广告图*/
.adv3 {
    padding-top: 30px;
    min-height: 1px;
    overflow: hidden;
    /* background: url("../images/bg-brand.jpg") no-repeat 0 20px; */
}

.adv3 .recommend-brand {
    float: left;
    width: 380px;
    height: 218px;
    margin-left: 42px;
    overflow: hidden;
    /* background-color: #966D68; */
    /* margin-right: 11px; */
}

.adv3 .recommend-brand:first-child {
    margin-left: 0;
}

.adver_line {
    display: block;
    width: 1224px;
    height: 120px;
    margin: 30px auto 0;
    overflow: hidden;
}

/*楼层*/
.floor-top {
    /* height: 42px; */
    width: 218px;
    position: relative;
    float: left;
    /* background-color: #1388E2; */
    /* border-bottom: 1px solid #727272; */
}

.floor-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1224px;
    height: 2px;
    background-color: #FF4F01;
}

.floor-title {
    /* float: left; */
    width: 100%;
    height: 68px;
    line-height: 68px;
    background-color: #FF4F01;
    padding-left: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    position: relative;
    /* border-bottom: 2px solid #495667; */
}

.floor-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #BC3A00;
    border-left: 12px solid transparent;
}

.floor-title span {
    margin: 0 10px 0 6px;
}

.floor-nav-list {
    float: left;
    width: 205px;
    height: 495px;
    border: 1px solid #ddd;
    border-top: none;
    margin-left: 12px;
    position: relative;
    /* margin: 20px 10px; */
    /* overflow: hidden; */
    /* border: 1px solid #ddd; */
    /* margin-top: 4px; */
    /* background-color: #fff; */
    font-size: 0;
}

.floor-top .liner {
    float: left;
    width: 100%;
    height: 2px;
    background-color: #E42A2A;
}

.floor-nav-item {
    /* float: right; */
    /* width: 176px;
    height: 36px;
    line-height: 36px; */
    /* text-align: center; */
    display: block;
    /* margin-left: 10px; */
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    /* background-color: #5CA1FF; */
    position: relative;
    padding-left: 19px;
    margin-top: 31px;
}

.floor-nav-item:first-child {
    margin-top: 27px;
}

.floor-nav-item:hover {
    color: #FF4F01;
}

.floor-nav-item-active {
    background-color: #fff;

}

.floor-nav-item-active span {
    color: #176ACF;
}

.floor-nav-item-active:after {
    content: '';
    position: absolute;
    right: -36px;
    top: 0;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-left: 18px solid #fff;
}

.floor-nav-item span {
    /* width: 212px;
    height: 100%;
    padding: 0 34px 0 0;
    display: inline-block;
    z-index: 50;
    position: relative; */
}

.nav-more-btn {
    /* float: right; */
    position: absolute;
    bottom: 22px;
    left: 19px;
    display: block;
    margin-top: 31px;
    /* height: 40px; */
    font-size: 16px;
    color: #343434;
}

.nav-more-btn>i {
    font-family: consolas;
    margin: 0 10px;
    font-size: 20px;
    display: inline-block;
}

.nav-more-btn:hover {
    /* color: #FF4F01; */
    color: #FF4F01;
}

.floor-main {
    height: 563px;
    position: relative;
    /* background-color: #CCE1FB; */
    /* margin-top: 10px; */
}

.floor-left {
    float: left;
    width: 224px;
    height: 100%;
    background-color: #fff;
}

.floor-menu {
    width: 100%;
    height: 235px;
    color: #fff;
    background: #333;
}

.floor-menu_0,.floor-top-menu_0:after {
    background: #FF4F01;
}

.floor-menu-after_0:after {
    border-top-color: #BC3A00;
}

.floor-menu_1,.floor-top-menu_1:after{
    background: #2BAFA4;
}

.floor-menu-after_1:after {
    border-top-color: #07766D;
}

.floor-menu_2,.floor-top-menu_2:after {
    background: #F34F5A;
}

.floor-menu-after_2:after {
    border-top-color: #BE1520;
}

.floor-menu-title {
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 0 20px;
}

.floor-menu ul li {
    width: 112px;
    height: 37px;
    line-height: 37px;
    padding: 0 15px;
    float: left;
    overflow: hidden;
}

.floor-brand {
    float: left;
    width: 304px;
    min-height: 402px;
    margin-left: 2px;
}

.floor-brand .floor-brand-adv {
    width: 230px;
    height: 469px;
    margin-top: 1px;
}

.floor-brand .brand-big {
    display: block;
    width: 304px;
    height: 402px;
    overflow: hidden;
}

.floor-left .brand-samll {
    display: block;
    width: 223px;
    height: 230px;
    overflow: hidden;
    margin: 3px 1px 0 0;
}

.floor-brand .floor-brand-list {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    height: 126px;
    width: 100%;
    /* text-align: justify; */
    padding: 17px 12px;
    /* 去除a标签默认间距 */
    font-size: 0;
    /* 兼容IE8 */
    -pie-background: rgba(255, 255, 255, 0.8);
    behavior: url(http://www.njlulian.xyz/public/css/PIE.htc);
}

.floor-brand .floor-brand-list a {
    background-color:#9D453A;
    color: #fff;
    width: 90px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

/* .floor-brand .floor-brand-list a:not(:nth-child(-n+2)){
    margin-top: 10px;
}

.floor-brand .floor-brand-list a:nth-child(even){
    margin-left: 26px;
} */

.floor-goods-list{
    float: left;
    width: 1006px;
    height: 563px;
    overflow: hidden;
    margin-top: 2px;
}

.floor-goods-item {
    width: 200px;
    height: 280px;
    float: left;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
    border-left: none;
    border-top: none;
    behavior: url(http://www.njlulian.xyz/public/css/PIE.htc);
}

/* .floor-goods-item:nth-child(-n+1) {
    width: 278px;
    height: 426px;
}

.floor-goods-item:nth-child(-n+1) a {
    float: none;
    width: 100%;
    height: 308px;
}

.floor-goods-item:nth-child(-n+1) .goods-pic {
    width: 258px;
    height: 258px;
    margin-top: -129px;
    margin-left: -129px;
}

.floor-goods-item:nth-child(-n+1) .floor-goods-con {
    float: none;
    width: 100%;
    height: 118px;
    padding: 0 20px;
}

.floor-goods-item:nth-child(-n+1) .googs-title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
}

.floor-goods-item:nth-child(-n+1) .googs-price {
    width: 168px;
} */

/* .floor-goods-item:hover {
    box-shadow:0px 2px 8px 0px #ccc;
    -o-box-shadow:0px 2px 8px 0px #ccc;
    -ms-box-shadow:0px 2px 8px 0px #ccc;
    -moz-box-shadow:0px 2px 8px 0px #ccc;
    -webkit-box-shadow:0px 2px 8px 0px #ccc;
} */

.floor-goods-item:hover .goods-pic {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.floor-goods-item a {
    display: block;
    width: 100%;
    height: 209px;
    position: relative;
    /* float: left; */
    /* border-bottom: 1px solid #eee; */
    overflow: hidden;
}

/* .floor-goods-item:nth-child(-n+2) a {
    float: none;
    width: 100%;
    height: 220px;
} */

.floor-goods-list .floor-goods-con {
    width: 100%;
    height: 71px;
    /* float: left; */
    padding: 0 10px;
    position: relative;
}

/* .floor-goods-item:nth-child(-n+2) .floor-goods-con {
    width:100%;
    height: 141px;
    float: none;
    padding: 0 20px;
} */

.floor-goods-list .googs-title {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    margin: 0px 0 10px 0;
    word-break: break-all;
    /* font-weight: bold; */
    height: 24px;
    position: relative;
}

/* .floor-goods-item:nth-child(-n+2) .googs-title {
    margin: 0 0 18px 0;
    height: 63px;
} */

.floor-goods-list .googs-price {
    font-size: 18px;
    font-weight: 400;
    /* width: 100%; */
    height: 24px;
    line-height: 24px;
    color: #FF4F01;
    text-align: center;
}
/* .floor-goods-item:nth-child(-n+2) .googs-price {
    padding: 0 76px 0 0;
} */

.floor-goods-list .googs-price > span {
    /* display: inline-block;
    width: 100%;
    font-weight: bold; */
}

.floor-goods-list .goods-pic {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
    overflow: hidden;
    transition: transform .2s ease-out;
}

/* .floor-goods-item:nth-child(-n+2) a .goods-pic {
    width: 188px;
    height: 188px;
    margin-top: -94px;
    margin-left: -94px;
} */

.floor-recommend {
    float: left;
    width: 304px;
    height: 402px;
    position: relative;
    overflow: hidden;
    margin-left: 1px;
    /* background-color: #fff; */
}

.floor-recommend-title {
    height: 52px;
    padding-left: 15px;
    line-height: 52px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.floor-recommend-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.floor-recommend-list {
    width: 346px;
    height: 214px;
    overflow: hidden;
    position: relative;
    /* margin-top: 370px; */
}

.floor-recommend-list > ul {
    height: 100%;
    min-width: 346px;
    position: absolute;
    background: #fff;
}

.floor-recommend-list > ul > li {
    width: 286px;
    height: 100%;
    float: left;
}

/* .floor-recommend-wrap .slide-active {
    margin-left: 33px;
} */

.floor-recommend-item {
    display: block;
    width: 304px;
    height: 100%;
    float: left;
    background-color: #fff;
    /* padding: 20px 15px; */
    /* border-bottom: 1px solid #eee; */
}

/* .floor-recommend-item:hover {
    box-shadow:1px 1px 8px 0px #ddd;
    -o-box-shadow:1px 1px 8px 0px #ddd;
    -ms-box-shadow:1px 1px 8px 0px #ddd;
    -moz-box-shadow:1px 1px 8px 0px #ddd;
    -webkit-box-shadow:1px 1px 8px 0px #ddd;
} */

.floor-recommend-pic {
    /* float: left; */
    width: 208px;
    height: 208px;
    margin: 20px auto 26px;
    /* overflow: hidden; */
}

.floor-recommend-cont {
    /* float: left; */
    width: 100%;
    height: 148px;
    padding: 0 28px;
}

.recommend-goods-name {
    width: 100%;
    /* height: 50px; */
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    margin: 20px 0 24px 0;
    color: #666;
    overflow: hidden;
}

/* .recommend-goods-des {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
} */

.recommend-goods-price {
    color: #E01010;
    font-size: 18px;
    font-weight:400;
}

.recommend-more-btn {
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.recommend-more-btn>i {
    font-family: consolas;
    margin: 0 10px;
    font-size: 16px;
}

.recommend-more-btn:hover {
    color: #FF4F01;
}



/*自加----》侧边栏*/
.right-bar-border {
    /* width: 60px;
    height: 100px; */
    /* background-color: #fff; */
    position: fixed;
    right: 0;
    bottom: 200px;
    /* z-index: 500; */
}

.right-bar:hover {
    background-color: #0E9E99;
}

.right-bar {
    display: block;
    height: 38px;
    width: 38px;
    border: #ddd solid 1px;
    border-radius: 5px 0px 0px 5px;
    /* box-sizing: border-box; */
    background: #fff;
}

.right-bar>i {
    display: block;
    height: 38px;
    width: 38px;
}

.right-bar-border > a:not(:first-child)>.right-bar {
    margin-top: 1px;
}

.icon-right-bar1 {
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat 0 -348px;
    /* background-position: 0 -344px; */
}

.icon-right-bar2 {
    /* background-position: 0 -382px; */
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat 0 -386px;
}

.icon-right-bar3 {
    /* background-position: 0 -420px; */
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat 0 -426px;
}

/* .icon-right-bar4{
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat 0 -462px;
} */

.icon-right-bar1:hover {
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat -38px -348px;
}

.icon-right-bar2:hover {
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat -38px -386px;
}

.icon-right-bar3:hover {
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat -38px -426px;
}

.icon-right-bar4 {
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat -38px -462px;
    background-color: #0E9E99;
}

/* 精品推荐  商城公告 */
.recommend-info {
    padding-top: 56px;
    height: 370px;
}

.recommend-info .shop-recommend,
.recommend-info .shop-info {
    background: #fff;
    border-top: 1px solid #D91496;
}

.recommend-info .shop-recommend {
    width: 970px;
    height: 100%;
    float: left;
}

.recommend-info .shop-info {
    width: 242px;
    height: 100%;
    float: right;
    position: relative;
}

.recommend-info .shop-recommend-title,
.recommend-info .shop-info-title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.recommend-info .shop-recommend-title i {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    /* border: 1px solid #D91496; */
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat 0 -688px;
    margin: 12px 11px 0 7px;
}

.recommend-info .shop-recommend-title span {
    color: #D91496;
    font-size: 18px;
    font-weight: bold;
}

#myRecommend {
    width: 787px;
    height: 156px;
    overflow: hidden;
    position: relative;
}

#myRecommend .shop-recommend-main {
    height: 100%;
    position: absolute;
    background-color: #fff;
}

#myRecommend .shop-recommend-main li:not(:first-child):after {
    content: '';
    /* after: ''; */
    width: 1px;
    height: 130px;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 14px;
    left: 0;
}

#myRecommend .shop-recommend-main li {
    float: left;
    width: 262px;
    height: 100%;
    position: relative;
}
.shop-recommend-main .good-text {
    width: 140px;
    height: 100%;
    line-height: 40px;
    padding: 20px 10px 0 6px;
    float: left;
}

.shop-recommend-main .good-title {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-recommend-main .good-price {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #111;
}

.shop-recommend-main .good-img {
    width: 98px;
    height: 98px;
    /* border: 1px solid #333; */
    margin: 30px 0 0 24px;
    float: left;
}

.shop-info .shop-info-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-align: center;
}

.shop-info .shop-info-title i {
    display: inline-block;
    width: 22px;
    height: 22px;
    /* border: 1px solid #333; */
    background: url("http://www.njlulian.xyz/Public/images/ico-shop5-index.png") no-repeat 0 -710px;
    /* margin-right: 43px; */
    vertical-align: top;
    position: absolute;
    left: 19px;
    top: 13px;
}

.shop-info .shop-info-main {
    height: 175px;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
}

.shop-info .shop-info-main li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 14px;
}

.info-main-text {
    float: left;
    color: #333;
    max-width: 170px;
    padding-right: 10px;
}

.info-main-date {
    float: right;
    color: #999;
}

.shop-info .shop-info-img {
    width: 100%;
    height: 149px;
    position: absolute;
    bottom: 0;
    border: 1px solid #333;
}

/* 轮播图 */

.mySwiper {
    /* margin-left: 218px; */
    margin-top: 10px;
}

.mySwiper-top-img {
    width: 968px;
    height: 440px;
}

.mySwiper-top-img > a {
    width: 100%;
    height: 331px;
}

/* .mySwiper-bottom-img {
    width: 787px;
    height: 156px;
} */

.swiper-right-box {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 14px;
    width: 244px;
    height: 100%;
}

/* .shop-settled {
    width: 100%;
    height: 77px;
    color: #1A1A1A;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.shop-settled > a {
    width: 100%;
    height: 36px;
}

.shop-settled-icon,
.shop-settled span,
.shop-settled > a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shop-settled-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 20px;
    background: url(../images/shop8-settled.png) no-repeat;
}

.shop-settled span {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight:400;
    margin-left: 65px;
}

.shop-settled span > i {
    font-size: 24px;
    padding-left: 10px;
} */

.swiper-recommend-shop {
    height: 353px;
    width: 100%;
    background-color: #fff;
}

.recommend-shop-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    color: #DF3A65;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.recommend-shop-main {
    width: 212px;
    height: 288px;
    margin: 0 auto;
    margin-top: 13px;
    overflow: hidden;
    position: relative;
}

.recommend-shop-main > ul {
    width:100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}

.recommend-shop-main > ul > li {
    float: left;
    width: 212px;
    height: 100%;
}

.swiper-recommend-pic {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-top: 20px;
}
.swiper-recommend-cont {
    width: 100%;
    padding: 0 12px;
}

.swiper-recommend-goods_price {
    color: #E71919;
    font-size:18px;
    font-weight: 400;
    margin: 16px 0 10px 0; 
}

.swiper-recommend-goods_name {
    position: relative;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    color: #666;
    /* margin-top: 10px; */
    /* height: 36px; */
    overflow: hidden;
}

.swiper-right-item {
    display: inline-block;
    width: 205px;
    height: 230px;
    background: #fff;
}

.swiper-right-item:first-child {
    margin: 10px 0 16px 0;
}

/* 限时抢购 */
.flash-sale {
    width: 100%;
    height: 384px;
    background-color: #fff;
    float: left;
    margin-top: 36px;
    /* position: absolute; */
}

.flash-sale-title {
    /* margin-top: 21px; */
    width: 100%;
    height: 44px;
    border-bottom: 2px solid #ddd;
}

.flash-sale-title > span {
    display: inline-block;
    border-bottom: 2px solid #FF4F01;
    padding: 0 20px 0 10px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    /* font-weight: bold; */
    color: #1A1A1A;
    position: relative;
}

.flash-sale-container {
    width: 100%;
    height: 340px;
    /* background-color: #388BF0; */
    position: relative;
    overflow: hidden;
}

.flash-sale-con {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.flash-sale-item {
    height: 320px;
    width: 220px;
    border: 1px solid #ddd;
    margin: 20px 0 0 31px;
    background-color: #fff;
    float: left;
}

.flash-sale-con .slide-active {
    margin-left: 0;
}

/* .flash-sale-item:hover .flash-sale-good_pic {
    transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
} */

.flash-sale-good_pic {
    width: 218px;
    height: 218px;
    /* border-right: 1px solid #F6f6f6; */
    margin: 0 auto 20px;
    /* padding: 0 32px 0 33px; */
    /* transition: transform .2s ease-out; */
    /* float: left; */
}

.flash-sale-good_txt {
    width: 100%;
    height: 80px;
    padding: 14px 20px 0 20px;
    /* background-color: #176ACF; */
}

.flash-sale-good_name {
    /* margin-top: 20px; */
    width: 100%;
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 18px;
    height: 18px;
    position: relative;
    color: #1A1A1A;
}

.flash-sale-good_price {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.flash-sale-good_price span {
    /* display: inline-block; */
    /* max-width: 50%; */
}

.flash-sale-good_price .shop-price {
    color: #FF4F01;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    vertical-align: bottom;
}

.googs-price-btn {
    width:78px;
    height:26px;
    background-color: #F05152;
    color: #fff;
    font-size: 14px;
    line-height:26px;
    text-align: center;
    /* margin-left: 20px; */
    float: right;
}

.googs-price-btn:hover {
    cursor: pointer;
    background-color: #4a4a4a;
}

.market-price {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
    line-height: 14px;
}

.flash-sale-good_submit {
    width: 188px;
    height: 32px;
    background: #FE5842;
    margin: auto;
}

.flash-sale-good_submit a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 32px;
}

.flash-sale-good_submit:hover {
    background: #fa3e25;
}

/* 商城公告 */
.shop-notice {
    width: 100%;
    height: 184px;
    background-color: #fff;
    float: left;
}

.shop-notice-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    /* background-color: #ED2E49; */
    padding-left: 10px;
}

.shop-notice-con {
    padding: 0px 10px;
    color: #666;
    font-size: 14px;
    height: 148px;
    width: 100%;
    overflow: hidden;
}

.shop-notice-con >li {
    padding-bottom: 5px;
    width: 100%;
}
.shop-notice-con >li:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 2px;
    height: 2px;
    background-color: #666;
    vertical-align: middle;
}

/* 用户登录 */
.layel2 {
    padding: 0 10px;
    margin-top: 20px;
    width: 100%;
}
.text_uspa {
    width: 200px;
    height: 36px;
    padding: 6px 7px;
    border:1px solid #ddd;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(http://www.njlulian.xyz/public/css/PIE.htc);
    margin-bottom: 12px;
    float: left;
    position: relative;
}

.judgp {
    width: 30px;
    height: 22px;
    border-right: 1px solid #ddd;
    background: url(http://www.njlulian.xyz/Public/images/loginchat.png) no-repeat;
    float: left;
}
.judgp.uspa_user {
    background-position: 0 0;
}

.judgp.uspa_pwd {
    background-position: 3px -32px;
}

.check_cum {
    width: 107px;
}

.layel2 input, .text_cmu {
    width: 154px;
    height: 100%;
    color: #999;
    padding-left: 12px;
    /* float: left; */
}

/* 兼容IE8，input[tyoe=password]使用placeholder时 */
.layel2 input[type='text'] {
    box-sizing: border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.check_cum .text_cmu {
    width: 100%;
    padding-left: 0;
}

.check_cum_img {
    width: 85px;
    height: 36px;
    float: left;
    margin-left: 8px;
}

.login_bnt {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #31A0FF;
    float: left;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(http://www.njlulian.xyz/public/css/PIE.htc);
    position: relative;
}

.login_bnt a {
    display: block;
    width: 100%;
    height: 100%;
}

.layel3 {
    padding: 21px 8px 0 0;
    text-align: right;
}

.layel3 .contactsty .register_c .justclix {
    display: inline-block;
}

.layel3 span, .layel2 input {
    font-size: 14px;
}

.layel3 .register_c > span {
    color: #999;
}

.layel3 .justclix span {
    color: #31A0FF;
}

.user-info-islogin {
    position: relative;
    padding: 20px 0 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #5CA1FF;
}

.user-info-islogin .username, .user-info-islogin .shop-info {
    text-align: center;
    color: #946661;
    font-size: 14px;
    padding-bottom: 10px;
}

.user-info-islogin a {
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 5px;
    color: #999;
    font-size: 14px;
}

/* 团购 */
.group-list {
    width: 276px;
    height: 493px;
    float: left;
    margin: -40px 0 0 20px;
}

.group-goods-empty {
    width: 100%;
    padding-top: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.group-list-title {
    height: 40px;
    background-color: #495667;
}

.group-list-title span {
    line-height: 40px;
    padding-left: 11px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

/* .group-list-title span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    float: right;
    padding-right: 11px;
} */

.group-list-container {
    width: 100%;
    height: 453px;
    border: 1px solid #59C1BB;
    border-top: none;
    position: relative;
    overflow: hidden;
}

.group-list-container > ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.group-list-container > ul > li {
    width: 276px;
    height: 100%;
    float: left;
}

.group-list-container .group-goods-pic {
    width: 224px;
    height: 224px;
    margin: 17px 26px;
}

.group-list-container .group-goods-con {
    width: 100%;
    height: 194px;
    padding: 0 20px;
}

.group-list-container .group-goods-name {
    width: 100%;
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;
    overflow: hidden;
}

.group-list-container .group-goods-price {
    text-align: center;
    margin-bottom: 10px;
}

.group-list-container .group-goods-price span {
    display: block;
    color: #D62727;
    font-weight: bold;
    line-height: 30px;
}

.group-list-container .group-goods-price .group-market-price {
    color: #666;
    text-decoration:line-through;
    font-size: 16px;
    font-weight: 400;
}

.group-list-container .group-btn {
    display: block;
    width: 236px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    background-color: #EC2A2A;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
}


@media screen and (max-width: 1400px) {
    .floor-nav {
        position: fixed;
        left: 0;
        top: 50%;
        margin-left: 0;
    }
}
@media screen and (max-width: 1224px) {
    .flash-sale {
        margin-left: 0;
        left: 0;
    }
}
