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

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

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

.floor-nav>li {
    width: 102px;
    min-height: 30px;
    box-sizing: border-box;
    padding: 6px 23px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    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: #29AE5B;
    color: #fff;
}

.floor-nav .floor-nav-last {
    /* background-color: #313131; */
}

.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: 102px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.floor-nav-first i {
    display: inline-block;
    width: 13px;
    height: 15px;
    vertical-align: top;
    margin: 9px 11px 0 0 ;
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; */
    background: url("../images/shop25-nav.png") no-repeat;
}

.floor-nav .floor-nav-last {
    height: 30px;
    width: 102px;
    cursor: pointer;
    position: relative;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background-color: #eee;
}

.floor-nav-last i {
    display: inline-block;
    width: 14px;
    height: 12px;
    vertical-align: top;
    margin: 10.5px 6px 0 0 ;
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; */
    background: url("../images/shop25-top.png") no-repeat;
}

.floor-nav .floor-nav-ac {
    background: #29AE5B;
    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: 500px;
    width: 100%;
    min-width: 1224px;
    overflow: hidden;
    /* float: left; */
    /* margin: 0 0 0 242px; */
}

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

.swiper .item {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
}

.swiper .item-pic {
    /* position: absolute;
    top: 0;
    left: 50%;
    margin-left: -612px; */
    width: 1224px;
    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(/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("../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: 29%;
}

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

.floor-goods-list .swiper-control.left-btn {
    left: 5px;
}

.floor-goods-list .swiper-control.right-btn {
    left: auto;
    right: 5px;
}

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

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

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

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

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

.user-info {
    position: absolute;
    right: 0;
    top: 0;
    /* margin-left: 10px; */
    width: 220px;
    height: 296px;
    background-color: #fff;
    /* float: right; */
    /* position: relative; */
}

.user-title {
    text-align: center;
    font-size:16px;
    color: #fff;
    background-color: #FF8A00;
    height: 40px;
    line-height: 40px;
    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: 69px;
    height: 69px;
    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(/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: 188px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background-color: #228FDC;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /* behavior: url(/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: #228FDC;
    border: 1px solid #ddd;
}

.user-info .cutoff {
    margin: 27px auto 24px;
    width: 198px;
    height: 0;
    border-bottom: 1px dashed #ddd
}

.user-info .shopin {
    display: block;
    padding: 0;
    width:100%;
    text-align: center;
}

.user-info .shopin i {
    display: block;
    width: 43px;
    height: 40px;
    margin: 0 auto 14px;
    background: url(../images/shop21-shopin-icon.png)
}

.user-info .shopin span {
    color: #1A1A1A;
    font-size: 18px;
}

/* banner下面广告图-s */
.banner-bottom-adv {
    margin: 8px 0 0 198px;
    width: 796px;
    height: 158px;
}

.banner-bottom-adv .banner-bottom-item {
    float: left;
    width: 260px;
    height: 158px;
    margin-left: 8px;
}

.banner-bottom-adv .banner-bottom-item:first-child {
    margin-left: 0;
}
/* banner下面广告图-e */

.banner-right-box {
    position: absolute;
    bottom: 0;
    right: 0;
    /* margin-left: 412px; */
    width: 220px;
    height: 188px;
    background-color: #fff;
    /* padding-top: 10px; */
}

.banner-right-item {
    display: block;
    width: 200px;
    height: 210px;
    margin-bottom: 10px;
    filter: alpha(opacity=70);
    /* IE */
    -moz-opacity: .7;
    /* 老版Mozilla */
    -khtml-opacity: .7;
    /* 老版Safari */
    opacity: .7;
    /* 支持opacity的浏览器*/
}

.banner-right-item:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
}

/* banner右边商家入驻 */
.banner-right-box .banner-shopin-icon {
    width: 73px;
    height: 73px;
    margin: 32px auto 23px;
    background-color: #FF8A00;
    position: relative;
    border-radius: 50%;
}
.banner-shopin-icon i {
    width: 48px;
    height: 43px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21.5px;
    margin-left: -24px;
    background: url('../images/shop31/shop31-shopin.png') no-repeat;
}
.banner-right-box .banner-shopin {
    display: block;
    position: absolute;
    bottom: 0;
    width: 220px;
    height: 60px;
    background-color: #FF8A00;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}
.banner-right-box .banner-shopin > i {
    display: inline-block;
    width: 22px;
    height: 27px;
    background: url(../images/shop25-shopin.png) no-repeat;
    vertical-align: middle;
}
.banner-right-box .banner-shopin>span>i {
    font-family: '宋体';
    padding-left: 10px;
}


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

.adv3 .recommend-brand {
    float: right;
    width: 238px;
    height: 130px;
    /* margin-top: 6px; */
    overflow: hidden;
    background-color: #966D68;
}

.adv3 .recommend-brand:not(:first-child) {
    margin-right: 11px;
}

.adver_line {
    display: block;
    width: 602px;
    height: 178px;
    margin: 40px 0 0 20px;
    overflow: hidden;
}

.adver_line:first-child {
    margin-left: 0;
}

/* 限时抢购 */
.flash-sale {
    width: 100%;
    min-width: 1224px;
    height: 430px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

.flash-sale-title {
    height: 40px;
    /* color: #333; */
    /* line-height: 48px; */
    /* font-size: 24px; */
    /* text-align: center; */
    /* background: url(../images/shop31/shop31-flash-sale-title.png) 443.5px 39.5px no-repeat; */
    font-weight: bold;
    border-bottom: 2px solid #F7F7F7;
}

.flash-sale-title > span {
    padding: 0 20px 0 12px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    /* background-color: #03A9F5; */
    color: #222;
    font-weight: bold;
    font-size: 20px;
}

.flash-sale-title > span > span {
    color: #EB0404;
    font-style:italic;
    font-size: 16px;
}

.flash-sale-title i {
    display: inline-block;
    width: 16px;
    height: 21px;
    vertical-align: top;
    margin: 11px 10px 0 0;
    background: url('../images/shop63/shop63-hot.png') no-repeat;
}

.flash-sale-container {
    width: 100%;
    height: 394px;
    position: relative;
    overflow: hidden;
}

.flash-sale-con {
    height: 330px;
    position: absolute;
    left: 0;
    top: 20px;
}

.flash-sale-item {
    height: 100%;
    width: 230px;
    margin-right: 18px;
    background-color: #fff;
    float: left;
    border: 1px solid #F4F4F4;
}

.flash-sale-item:hover {
    border-color: #29AE5B;
}

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

.flash-sale-good_pic {
    width: 200px;
    height: 200px;
    margin: 15px;
}

.flash-sale-good_txt {
    width: 100%;
    height: 100px;
    padding: 13px 13px 0px;
    border-top: 1px solid #F4F4F4;
}

.flash-sale-good_name {
    /* padding: 0  13px; */
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    position: relative;
    color: #222;
}

.flash-sale-good_price {
    /* padding: 0 13px; */
    margin: 7px 0 0 0;
    width: 100%;
    /* text-align: center; */
}

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

.flash-sale-good_price .shop-price {
    color: #E31A23;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.flash-sale-goods-addCart {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    float: right;
    cursor: pointer;
}

.flash-sale-goods-addCart i {
    width: 21px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -10.5px;
    display: block;
    background: url('../images/shop63/shop66-floor-cart.png') no-repeat;
}

.flash-sale-goods-addCart:hover {
    border-color: transparent;
    background-color: #29AE5B;
}

.flash-sale-goods-addCart:hover i {
    background-image: url('../images/shop63/shop66-floor-cart-active.png');
}

/* .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;
} */

/*楼层*/
.floor-top {
    height: 50px;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #F7F7F7;
}

.floor-title {
    /* float: left; */
    /* width: 200px; */
    /* padding: 0 30px; */
    height: 50px;
    max-width: 250px;
    line-height: 50px;
    font-size: 24px;
    color: #333;
    display: inline-block;
    /* background-color: #F2F2F2; */
    font-weight: bold;
    /* text-align: center; */
    /* margin: 0 auto; */
    position: relative;
    z-index: 2px;
    /* border-bottom: 2px solid #3E5570; */
}

.floor-nav-list {
    float: right;
    width: 974px;
    height: 50px;
    overflow: hidden;
    /* margin-top: 40px; */
    /* background-color: #fff; */
    font-size: 0;
}

.floor-nav-item {
    float: right;
    height: 26px;
    line-height: 26px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #222;
    text-align: center;
    background-color: #fff;
}

.floor-nav-item:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #333;
    display: inline-block;
    margin: 12px 10px 0;
    vertical-align: top;
}
/* .floor-nav-item:first-child {
    margin-right: 14px;
} */

.floor-nav-item:hover {
    /* border-bottom: 2px solid #F01F51; */
    /* background-color: #3E5570; */
    color: #29AE5B;
}

.floor-nav-item-active {
    color: #fff;
    background: #1388E2;
    /* border: 1px solid transparent; */
}

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

.nav-more-btn {
    float: right;
    height: 35px;
    font-size: 14px;
    color: #333;
}

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

.nav-more-btn:hover {
    color: #e23435;
}

.floor-main {
    height: 700px;
    /* margin-top: 12px; */
}

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

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

.floor-menu_0 {
    background: #208BDD;
}

.floor-menu_1 {
    background: #1CC8B0;
}

.floor-menu_2 {
    background: #BD3CA3;
}

.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: 252px;
    height: 617px;
    position: relative;
    /* margin-top: 12px; */
    /* border: 1px solid #333; */
}

.floor-brand .floor-brand-adv {
    width: 250px;
    height: 617px;
    /* margin-top: 1px; */
}

.floor-brand .brand-big {
    display: block;
    width: 252px;
    height: 617px;
    overflow: hidden;
}
/* .floor-brand .brand-big:first-child {
    margin-bottom: 12px;
} */

.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%;
    padding: 17px 12px;
    /* 去除a标签默认间距 */
    font-size: 0;
    /* 兼容IE8 */
    -pie-background: rgba(255, 255, 255, 0.8);
    behavior: url(/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: 100%;
    height: 100%;
    overflow: hidden;
    /* margin: 0 8px 0 10px; */
    position: relative;
}

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

.floor-goods-item {
    width: 230px;
    height: 330px;
    float: left;
    overflow: hidden;
    background: #fff;
    margin: 20px 18px 0 0;
    border: 1px solid #eee;
    behavior: url(/public/css/PIE.htc);
}

.floor-goods-item:hover {
    border-color: #29AE5B;
}

/* .floor-goods-item:nth-child(-n+4){
    width: 234px;
    height: 324px;
    margin: 0 0 0 10px;
}

.floor-goods-item:first-child {
    margin-left: 12px;
} */

/* .floor-goods-item:nth-child(n+5) {
    margin: 0 4px 2px 0;
} */

.floor-goods-item:nth-child(5n) {
    margin-right: 0;
}

/* .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: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

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

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

.floor-goods-item .floor-goods-con {
    /* float: left; */
    width: 100%;
    height: 100px;
    padding: 13px 13px 0;
    border: 1px solid #F4F4F4;
    position: relative;
}

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

.floor-goods-list .googs-title {
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    color: #666;
    /* padding: 0 19px; */
    overflow: hidden;
    margin: 0 0 7px 0;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    /* height: 36px; */
    height: 40px;
    position: relative;
}

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

.floor-goods-list .googs-price {
    font-size: 18px;
    width: 100%;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #E31A23;
    /* padding-left: 19px; */
}

.floor-goods-list .googs-price .shop-price {
    color: #E31A23;
}

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

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

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

.floor-goods-addCart {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    float: right;
}

.floor-goods-addCart i {
    width: 21px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -10.5px;
    background: url('../images/shop63/shop66-floor-cart.png') no-repeat;
}

.floor-goods-addCart:hover {
    border-color: transparent;
    background-color: #29AE5B;
}

.floor-goods-addCart:hover i {
    background-image: url('../images/shop63/shop66-floor-cart-active.png');
}

/* .floor-goods-item:nth-child(-n+4) .goods-pic {
    width: 202px;
    height: 202px;
    left: 50%;
    margin-top: -101px;
    margin-left: -101px;
} */

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

.floor-recommend-title {
    height: 42px;
    padding-left: 17px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    /* border-bottom: 1px solid #eee; */
}

.floor-recommend-wrap {
    position: relative;
    height: 522px;
    overflow: hidden;
    padding: 0 10px;
    /* margin-top: 55px; */
}

.floor-recommend-list {
    width: 100%;
    height: 48px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #ddd;
    /* margin-top: 370px; */
}

.floor-recommend-list:nth-child(-n+3) {
    height: 108px;
}

.floor-recommend-list:first {
    border-top: none;
}

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

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

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

/* .floor-recommend-item:hover {
    background-color: #f5f5f5;
} */

.floor-recommend-pic {
    float: left;
    width: 88px;
    height: 88px;
    margin: 10px 28px 10px 0;
    /* overflow: hidden; */
}

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

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

.floor-recommend-cont .recommend-goods-name {
    height: 40px;
    line-height: 20px;
    margin: 16px 0;
    padding: 0;
}

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

.recommend-goods-price {
    color: #F03333;
    font-size: 16px;
    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: #e23435;
}



/*自加----》侧边栏*/
.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;
    -o-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -webkit-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("../images/ico-shop5-index.png") no-repeat 0 -348px;
    /* background-position: 0 -344px; */
}

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

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

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

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

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

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

.icon-right-bar4 {
    background: url("../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("../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("../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;
}

.shop-price {
    color: #FF3100;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
}

.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;
}

/* 用户登录 */
.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(/public/css/PIE.htc);
    margin-bottom: 12px;
    float: left;
    position: relative;
}

.judgp {
    width: 30px;
    height: 22px;
    border-right: 1px solid #ddd;
    background: url(../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: #2687F5;
    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(/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 .username {
    margin: 50px 0 10px;
}

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

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

/* 广告图 */
.adv {
    /* height: 280px; */
}

.adv .adv-left, .adv .adv-right {
    width: 602px;
    height: 178px;
    float: left;
    margin-top: 40px;
}

.adv .adv-right {
    margin-left: 20px;
}

.adv .adv-center {
    width: 612px;
    height: 280px;
    margin: 20px 20px 0;
    float: left;
}


@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;
    }
}
