﻿/*楼层*/
.shop-floor {
    /* background-color: #EEB20F; */
    min-width: 1200px;
    margin-bottom: 66px;
    /* margin-top: 220px; */
}

.floor {
    margin-top: 47px;
    width: 100%;
    height: auto;
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #FF9900; */
}

.floor:first-child {
    margin-top: 30px;
}

/* .floor:last-child {
    margin-bottom: 82px;
} */

.floor-nav {
    position: fixed;
    right: 10%;
    top: 50%;
    /* margin-left: -700px; */
    z-index: 7;
    background: #2470A0;
    /* border: 1px solid #001871; */
    display: none;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /* overflow: hidden; */
}

.floor-nav::before{
    content: '';
    width: 94px;
    height: 11px;
    background-image: url(../images/shop47/nav-top.png);
    display: block;
    position: absolute;
    top: -10px;
    background-repeat: no-repeat;
    left: -7px;
}

.floor-nav>li,
.floor-nav .floor-nav-last {
    width: 80px;
    /* margin: 0 10px; */
    padding: 2px 5px;
    box-sizing: border-box;
    /* overflow: hidden; */
    color: #fff;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
    font-size: 14px;
    /* border: 1px solid #FF944D; */
}

.floor-nav>li:first-child {
    margin-top: 8px;
}

/* .floor-nav>li span:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -2px;
    width: 32px;
    height: 1px;
    background-color: #fff;
} */

.floor-nav>li span {
    position: relative;

    /* display: block; */
    /* width: 127px; */
    /* line-height: 18px; */
    /* font-size: 14px; */
    /* text-align: center;
    position: relative; */
}

/* .floor-nav>li+li {
    border-top: 1px solid #eee;
} */
.floor-nav .floor-nav-first,
.floor-nav>li:hover:before {
    /* content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -7px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 7px solid #ADDCF7; */
    /* background: #FCD271; */
    /* color: #102E37; */
}

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

.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: 30px;
    line-height: 30px;
    /* border-top:1px solid #fff; */
    margin-bottom: 0;
    /* background-color: #F78D3F; */
}

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

/* .floor-nav .floor-nav-ac:before {
    content: '◀';
    color: #3B9A9C;
    width:7px;
    height:14px;
    position: absolute;
    top: -10%;
    left: -15px;

}

.floor-nav .floor-nav-ac:after {
    content: '▶';
    color: #3B9A9C;
    width:7px;
    height:14px;
    position: absolute;
    top: -10%;
    left: 80px;

} */

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

.hover-add-bg-hover{
    background-image: url('../images/shop47/banner-title.png');
    height: 32px;
    color: #fff;
}

/*轮播图*/
.swiper {
    position: relative;
    height: 400px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    /* float: left; */
    /* margin: 8px 0 0 220px; */
}

.swiper-div{
    position: absolute;
    width: 210px;
    height: 400px;
    /* background: #fff; */
    background: #666;
    z-index: 1;
    top: 50%;
    margin-top: -200px;
    /* left: 50%;
    margin-left: 390px; */
    margin-left: -210px;
}

.swiper-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
   /* float: right; */
}

.swiper .item {
    float: left;
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.swiper .item-pic {
    /* position: absolute;
    top: 0;
    left: 50%;
    margin-left: -372px; */
    width: 1920px;
    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%;
    margin-top: -40px;
    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; */

    display: inline-block;
    width: 25px;
    height: 10px;
    top: -100px;
    position: relative;
    left: -50px;
    font-size: 16px;
    width: 25px;
    height: 10px;
    color:rgba(59,154,156,1);

}

.swiper-control.right-btn {
    background-position: -40px 0px;
    /* margin-left: 530px; */
    right: 2%;
    display: inline-block;
    width: 25px;
    height: 10px;
    top: -100px;
    position: relative;
    left: 50%;
    margin-left: 50%;
    font-size: 16px;
    color:rgba(59,154,156,1);

}

.flash-sale .swiper-control,
.new-goodslist .swiper-control {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -63.5px;
    width: 44px;
    height: 127px;
    color: #ccc;
    /* border: 1px solid #eee; */
    background-color: #fff;
    /* border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%; */
    /* filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; */
}


/* 左右字体箭头<> */
.font-arrow,
.font-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
}

.font-arrow.font-arrow-left {
    border-right: 10px solid #AF0100;
    left: 8px;
}

.font-arrow.font-arrow-right {
    border-left: 10px solid #AF0100;
    right: 8px;
}

.font-arrow:after {
    content: '';
}

.font-arrow.font-arrow-left:after {
    left: -6px;
    border-right: 10px solid #fff;
}

.font-arrow.font-arrow-right:after {
    right: -6px;
    border-left: 10px solid #fff;
}

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

/* .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,
.new-goodslist .swiper-control.right-btn {
    left: auto;
    right: 0;
}

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

.floor-goods-list .swiper-control,
.group-list .swiper-control {
    position: absolute;
    top: 11px;
    margin: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #666;
    font-family: '宋体';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    /* border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%; */
}

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

.floor-goods-list .swiper-control.right-btn,
.group-list .swiper-control.right-btn {
    right: 0;
}

.floor-goods-list .swiper-control:hover,
.group-list .swiper-control:hover {
    color: #fff;
    background-color: #ccc;
}

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

.swiper-bottom-box {
    position: absolute;
    bottom: 10px;
    left: 317px;
    right: 17px;
}


/*广告图*/
.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: 1200px;
    height: 128px;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}


.bottom-hot-goods{
    width:100px;
    height:100px;
    margin: 0 32px 16px 0;
    float: left;
}

.bottom-hot-goods:nth-child(4n){
    margin: 0 0 15px 0;
}

.icon-border{
    width:200px;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

.icon-border::after{
    content: '';
    width: 1px;
    height: 70px;
    background: #ddd;
    position: absolute;
    top: 15px;
    right: 0;
}

.icon-border:last-child::after{
    width: 0;
}

.back-icon,.red-icon{
    width: 100%;height: 100%;position: relative;
}

.icons-images{
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}



/*楼层*/
.floor-top {
    width:1200px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #E6002D ;

}

.floor-title {
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 20px;
    text-align: left;
    text-indent: 12px;
    position: relative;
    width: max-content;
    float: left;

}
.floor-title::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 22px;
    background-color: #fd5900;
    position: absolute;
    top: 10px;
    left: 0;
}
.index-hot-title::before{
    background-color: #F04CFF;
}
.brand-title::before{
    background-color: #4C83FF;
}
.index-new-title::before{
    background-color: #E60006;
}

.brand-content{
    width: 1200px;
    height: 300px;
    background: url(../images/shop/partner.png) no-repeat;
}

.floor1 .floor-title::before{
    background-color: #FFDF00;
}

.floor2 .floor-title::before{
    background-color: #DA4B4B;
}

.floor3 .floor-title::before{
    background-color: #FABF76;
}

.floor4 .floor-title::before{
    background-color: #DA4B4B;
}

.floor5 .floor-title::before{
    background-color: #8235dc;
}

.floor6 .floor-title::before{
    background-color: #99e06d;
}

.floor7 .floor-title::before{
    background-color: #316df8;
}

.floor8 .floor-title::before{
    background-color: #dc558c;
}

.floor-title .floor-name {
    line-height: 36px;
    font-size: 16px;
}

.floor-nav-list {
    float: right;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    font-size: 0;
}



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

.floor-nav-item {
    float: left;
    width: 129px;
    height: 100%;
    line-height: 33px;
    /* border-bottom: 1px solid #eee; */
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    background-color: #fff;
    /* -pie-background: rgba(0, 0, 0, 0.6);
    behavior: url(/public/css/PIE.htc); */
    position: relative;
    margin-top: 8px;

}

.floor-nav-item>span::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #ddd;
    display: block;
    float: right;
    top: 10px;
    position: absolute;
    right: 0;
}

.floor-nav-item>span {
    padding: 0 5px;
}

.last-none ::after{
    display: none !important;
}

.floor-nav-item:last-child>span::after{
    display: none;
}

.floor-nav-item:first-child {
    /* background:rgba(244,62,113,1);
    color: #fff; */
}

/* .floor-nav-item:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #999;
    margin: 15px 5px 0;
    display: inline-block;
    vertical-align: top;
} */

/* .floor-nav-item:first-child {
    margin-right: 0;
} */

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

    /* filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8; */
    /* background-color: #18A4C6; */
}

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

}

.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;
    top: 0;
    right: 0;
    /* width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    background-color: #FCD271;
    text-align: center;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
}

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

/* .nav-more-btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
} */

.floor-main {
    overflow: hidden;
    position: relative;
    clear: both;
}

.floor-left {
    width: 284px;
    height: 418px;
    position: relative;
    /* float: left; */
    /* width: 224px;
    height: 100%;
    background-color: #fff; */
}

.floor-brand {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 284px;
    height: 216px;
    overflow: hidden;
    /* border-right: 1px solid #ddd; */
}

.floor-left-title {
    width: 300px;
    height: 88px;
    line-height: 88px;
    margin-top: 22px;
    color: #fff;
    background-color: #098AF1;
    text-align: center;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 0 18px;
}

.floor-left-title span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 228px;
}

.floor-brand1 {
    float: right;
    width: 200px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    /* margin-top: 20px; */
    /* border-right: 1px solid #ddd; */
}

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

.floor-brand .brand-big {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* float: left; */
    /* position: absolute;
    left: 10px;
    bottom: 10px; */
    /* padding-top: 14px; */
}

.floor-adv .brand-small {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
    /* float: left; */
    /* margin: 3px 1px 0 0; */
}

.floor-adv {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 385px;
    height: 250px;
    overflow: hidden;
    border: 1px solid #001871;
}

/* 品牌 */
.floor-brand-list {
    /* position: relative; */
    /* float: left; */
    width: 100%;
    /* height: 210px; */
    margin-top: 30px;
    /* border: 1px solid #088AEF; */
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* 去除a标签默认间距 */
    font-size: 0;
    /* 兼容IE8 */
    /* -pie-background: rgba(255, 255, 255, 0.8);
    behavior: url(/public/css/PIE.htc); */
}

.floor-brand-item {
    float: left;
    width: 180px;
    height: 96px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 0 0 0 20px;
}

.floor-brand-item:first-child {
    margin-left: 0;
}

.floor-brand-title span {
    text-align: center;
    font-size: 18px;
}

.floor-brand-wrap {
    position: relative;
    width: 800px;
    height: 250px;
    overflow: hidden;
}

.floor-brand-wrap li {
    width: 152px;
    border-top: 1px solid #ccc;
    height: 71px;
    display: inline-block;
    margin-right: 22px;
}

.floor-brand-wrap li:nth-child(7) {
    margin-right: 0;
}

.floor-brand-wrap li:first-child {
    border-top: none;
}

.floor-brand-wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    /* margin: 10px auto; */
}

.floor-brand-wrap li span {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 120px;
    margin: 10px auto;
    color: #666;
}

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

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

/* 热卖商品 */
.floor-goods-list {
    width: 100%;
    height: 300px;
    /* padding: 10px 0; */
    /* border: 1px solid #088AEF; */
    /* border-left: none; */
    /* float: left; */
    /* margin-left: 285px; */
    /* position: absolute;
    top: 0;
    left: 164px;
    height: 787px; */
    /* position: relative; */
    overflow: hidden;
    /* padding: 8px 13px 13px; */
    /* margin-top: 5px; */
    /* background-color: #F3F3F3; */
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
}

.floor-goods-list>ul {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 723px;
}

.floor-goods-list>ul>li {
    width: 1060px;
    height: 100%;
    float: left;
    /* background-color: #FFEBD9; */
    /* padding: 9px 9px 10px 10px; */
    /* border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; */
}

.hot-recommend-goods {
    width: 200px !important;
    height: 250px !important;
    float: left;
    position: relative;
}

.hot-recommend-goods:nth-child(5){
    margin-right: 0 !important;
}


.hot-recommend-goods .goods-pic{
    width: 123px!important;
    height: 123px!important;
    position: relative!important;
    /* top: 50% !important;
    left: 50% !important; */
    margin: -53px 0px 0 -92px!important;
}

.hot-recommend-goods .googs-title{
    position: absolute !important;
    width:122px !important;
    height:34px !important;
    line-height: 17px !important;
    font-size:12px !important;
    font-family:Microsoft YaHei !important;
    font-weight:400 !important;
    color:rgba(43,43,43,1) !important;
    top: 155px !important;
    left: 39px !important;
    overflow: hidden !important;
}

.hot-recommend-goods .shop-price{
    position: absolute !important;
    top: 212px !important;
    left:51px !important;
    font-size:16px !important;
    font-family:Microsoft YaHei !important;
    font-weight:400 !important;
    color:#EC4651 !important;
}
.hot-recommend-goods-addcart-btn{
    position: absolute !important;
    top: 134px !important;
    right:24px !important;
    width:107px !important;
    height:20px !important;
    background:#3B9A9C !important;
    border:1px solid #3B9A9C !important;
    font-size:14px !important;
    font-family:Microsoft YaHei !important;
    font-weight:400 !important;
    text-emphasis: center !important;
    color:rgba(255,255,255,1) !important;


}

.floor-goods-item {
    width: 200px;
    height: 150px;
    float: left;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    /* transition: all ease-out .3s; */
    /* -pie-background: rgba(255, 181, 73, 0.33);
    behavior: url('/public/css/PIE.htc'); */
}

.floor-goods-item:hover{
    /* box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -ms-box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -webkit-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.35); */
}

.floor-goods-list .floor-goods-item:hover .googs-title{
    color: #E6002D;
}


.floor-goods-item>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    /* float: left; */
    overflow: hidden;
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
}

.floor-goods-item>a>i{
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
}

.floor-goods-item:nth-child(1)>a>i{
    background: url(../images/shop/1.png) no-repeat;
}
.floor-goods-item:nth-child(2)>a>i{
    background: url(../images/shop/2.png) no-repeat;
}
.floor-goods-item:nth-child(3)>a>i{
    background: url(../images/shop/3.png) no-repeat;
}
.floor-goods-item:nth-child(4)>a>i{
    background: url(../images/shop/4.png) no-repeat;
}

.floor-goods-list .floor-goods-con {
    width: 158px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 19px;
    margin-left: -84px;
}

.floor-goods-list .googs-title {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    overflow: hidden;
    word-break: break-all;
    height: 29px;
    position: relative;

}

.floor-goods-list .googs-price {
    font-size: 12px;
    height: 20px;
    line-height: 9px;
    color: #E6002D;
    margin-top: 7px;
    text-align: center;
    font-weight: bold;
    position: relative;
    /* overflow: hidden; */

}

.floor-goods-list .googs-price span:before {
    content: '￥';
    color: #F21717;
    font-size: 12px;
}

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

.floor-goods-item .goods-pic {
    width: 86px;
    height: 86px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0px 0 -40px!important;

}

.floor-goods-item .floor-goods-btn {
    display: block;
    width: 55px;
    height: 18px;
    line-height: 18px;
    color: #FF9900;
    text-align: center;
    border: 1px solid #FF9900;
    margin-top: 4px;
    font-size: 12px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* .floor-goods-item .floor-goods-btn:after {
    content: '>';
    margin-left: 5px;
    vertical-align: top;
    font-family: '宋体';
} */

/* .floor-goods-item .floor-goods-btn:hover {
    border-color: #999;
} */

/* .floor-goods-item:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
} */

.floor-recommend {
    /* float: left; */
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #515BD4;
    /* background-color: #fff; */
}

.floor-recommend:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    height: 53px;
    background: url('../images/shop47/floor-recommend.png') no-repeat;
    z-index: 1;
}

.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: 140px;
    height: 140px;
    float: left;
    background-color: #fff;
    margin: 10px 0 0 32px;
    /* padding: 20px 15px; */
    /* border-bottom: 1px solid #eee; */
}

.floor-recommend-item:first-child {
    margin-left: 15px;
}

/* .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: 140px;
    height: 140px;
    /* 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: #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;
    /* 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;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    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: 340px; */
    /* background-color: #F7F7F7; */
    /* float: right; */
    position: relative;
    margin: 24px 0 0 0;
    /* float: left; */
    /* border: 1px solid #AF0100; */
    /* position: absolute; */
}

/* .flash-sale:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 48px;
    left: 0;
    background-color: #3388FF;
} */

.flash-sale-title {
    /* margin-top: 21px; */
    width: 100%;
    height: 36px;
    /* line-height: 96px; */
    /* background-color: #F5F8FC; */
    /* float: left; */
    position: relative;
    /* padding-left: 20px; */
    text-align: center;
    border-bottom: 1px solid #4D638C;
}

.flash-sale-title>i {
    width: 15px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 13px 0 0;
    background: url('../images/shop47/flash-sale-title.png') no-repeat;
}

.flash-sale-title>span {
    /* display: inline-block; */
    /* border-bottom: 2px solid #FF4F01; */
    /* padding: 0 0 0 46px; */
    /* height: 45px; */
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #1C1E24;
    position: relative;
}

.flash-sale-container {
    width: 100%;
    height: 226px;
    position: relative;
    overflow: hidden;
    margin-top: 4px;
    /* float: left; */
    /* border: 1px solid #AF0100; */
    /* border-top: 1px solid #FF9900;
    border-bottom: 1px solid #FF9900; */
}

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

.flash-sale-item {
    width: 150px;
    height: 100%;
    /* border: 1px solid #014955; */
    margin: 0 0 0 25px;
    background-color: rgba(77, 99, 140, 0.1);
    -pie-background: rgba(77, 99, 140, 0.1);
    behavior: url('/public/css/PIE.htc');
    float: left;
    overflow: hidden;
    position: relative;
    /* border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; */
}

.flash-sale-item:first-child {
    margin-left: 0;
}

/* .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-item>a {
    display: block;
    width: 140px;
    height: 140px;
    margin: 5px 5px 0 5px;
    background-color: #fff;
    position: relative;
    /* border-right: 1px solid #F6f6f6; */
    /* margin: 40px 0px 40px 18px; */
    /* padding: 0 32px 0 33px; */
    /* transition: transform .2s ease-out; */
    /* float: left; */
}

.flash-sale-item>a .flash-sale-good_pic {
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px; */
    transition: all ease-out .2s;
}

.flash-sale-good_txt {
    width: 100%;
    height: 77px;
    padding: 5px 19px 0;
    text-align: center;
    /* float: left; */
    /* background-color: #176ACF; */
}

.fsgt-title {
    font-size: 30px;
    color: #333;
    margin: 18px 0 20px;
}

.flash-sale-good_name {
    /* margin-top: 20px; */
    width: 100%;
    font-size: 14px;
    /* font-weight: bold; */
    /* font-weight: bold; */
    line-height: 20px;
    /* padding: 15px 0; */
    height: 20px;
    overflow: hidden;
    position: relative;
    color: #2B2B2B;
}

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

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

.flash-sale-good_price .shop-price {
    color: #D30F0F;
    /* font-weight: bold; */
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    /* max-width: 50%; */
    /* vertical-align: bottom; */
}

.flash-sale-good_price .shop-price:before {
    content: '￥';
    color: #D30F0F;
    font-size: 12px;
}

.flash-sale-btn {
    width: 80px;
    height: 18px;
    background-color: #4D638C;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    /* border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px; */
    /* margin-left: 20px; */
    /* float: right; */
}

.flash-sale-btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.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: 238px;
    background-color: #FEDA77;
    /* border: 1px solid #e4e4e4; */
    /* float: left; */
    position: relative;
    overflow: hidden;
}

.shop-notice:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    width: 100%;
    height: 0;
    border-top: 10px dotted #fff;
}

.shop-notice-title {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 10px;
    /* background-color: #ED2E49; */
}

.shop-notice-title i {
    width: 22px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 22px 9px 0 42px;
    background: url('../images/shop47/shop-notice-title.png');
}

.shop-notice-title span {
    line-height: 40px;
    color: #2B2B2B;
    font-weight: bold;
    font-size: 18px;
}

.shop-notice-con {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0px 20px 20px;
    height: 188px;
    width: 100%;
}

.shop-notice-con>li {
    /* padding-bottom: 5px; */
    width: 100%;
    height: 14px;
    line-height: 14px;
    color: #2B2B2B;
    font-size: 14px;
    margin-top: 10px;
}

.shop-notice-con>li a:hover {
    color: #666;
}

.shop-notice-con>li:first-child {
    margin-top: 0;
}

/* .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(/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: #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(/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: 100%;
    height: 300px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    /* float: left; */
}

.group-goods-empty {
    width: 100%;
    padding: 0 8%;
    height: 100%;
    /* line-height: 530px; */
    /* text-align: center; */
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
    background-color: #449A91;
    font-weight: bold;
}

.group-goods-empty p {
    padding-top: 40%;
}

.group-list-title {
    width: 100%;
    height: 50px;
    /* text-align: center; */
    position: relative;
    border-bottom: 2px solid #EBEBEB;
    background-color: #fff;
}

.group-list-title i {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin: 13px 11px 0 4px;
    background: url('../images/shop47/shop72-flash-sale-title.png') no-repeat;
}

.group-list-title span {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-right: 20px;
    border-bottom: 2px solid #EB3740;
    color: #2C2C2A;
    font-weight: bold;
    font-size: 18px;
}

/* .group-list-title:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #292929;
    position: absolute;
    top: 29%;
    left: 0;
} */
.group-list-title .group-list-name {
    width: 200px;
    height: 92px;
    line-height: 92px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #292929;
}

.group-list-title .group-end-time {
    height: 30px;
    line-height: 30px;
}

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

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

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

.group-list>ul>li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    /* float: left; */
    border: 1px solid #eee;
    /* margin: 10px 0 0 0; */
}

/* .group-list > ul > li > .group-list-item {
    width: 612px;
    height: 318px;
    margin: 1px 1px 0 0;
    float: left;
    background-color: #fff;
}

.group-list > ul > li > .group-list-item:nth-child(even) {
    margin-right: 0;
    width: 611px;
} */

/* .group-list > ul > li:first-child {
    margin-top: 0;
} */

.group-list a {
    width: 100%;
    height: 208px;
    /* border: 1px solid #ddd; */
    position: relative;
    display: block;
    /* margin: 20px 0 20px 20px; */
    /* float: left; */
}

.group-list a .group-goods-pic {
    width: 188px;
    height: 188px;
    position: absolute;
    top: 0;
    left: 50%;
    /* margin-top: -110px; */
    margin-left: -94px;
}

.group-list .group-goods-con {
    width: 100%;
    height: 91px;
    position: relative;
    padding: 0 23px;
    /* float: left; */
}

.group-list .group-goods-name {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    /* background-color: #F6F5F4; */
    overflow: hidden;
}

.group-list .group-btn {
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    background-color: #FFB400;
    display: block;
    color: #fff;
    position: relative;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    behavior: url(/public/css/PIE.htc);
}

.group-list .group-goods-price {
    /* text-align: center; */
    margin: 10px 0 0;
}

.group-list .group-goods-price span {
    display: inline-block;
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    max-width: 50%;
}

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

.group-list .group-end-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: center;
    /* border-top: 1px solid #ddd; */
    font-size: 0;
    /* background-color: #F32D49; */
    /* border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; */
}

.group-list .group-end-time .group-end-time-title {
    /* display: block; */
    /* width: 98px;
    height: 340px; */
    line-height: 40px;
    font-size: 14px;
    /* padding-left: 16px; */
    /* background-color: #EB3740; */
    color: #fff;
    position: relative;
    /* margin-top: 10px; */
}

/* .group-list .group-end-time .group-end-time-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right: 10px solid #fff;
} */

.group-list .group-end-time .group-end-time-icon {
    width: 21px;
    height: 24px;
    display: inline-block;
    margin: 8px 14px 0 11px;
    background: url('../images/shop47/group-list-icon.png') no-repeat;
    vertical-align: top;
    position: relative;
}

.group-list .group-end-time .group-end-time-icon:after {
    content: '';
    position: absolute;
    right: -14px;
    top: -3px;
    width: 1px;
    height: 30px;
    background-color: #fff;
}

.group-list .group-end-time .group-end-time-con {
    /* margin: 14px 0 0 17px; */
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.group-list .group-end-time .day,
.group-list .group-end-time .hour,
.group-list .group-end-time .minutes,
.group-list .group-end-time .second {
    margin: 2px;
    /* padding: 0 8px; */
    color: #fff;
    /* display: inline-block; */
    /* height: 32px; */
    line-height: 40px;
    /* background-color: #22282E; */
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    /* border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/public/css/PIE.htc); */
}

/* 新品 */
.new-goodslist {
    width: 988px;
    height: 126px;
    float: right;
    /* margin-top: 10px; */
    margin-left: 2px;
    /* border: 1px solid #eee; */
    position: relative;
    overflow: hidden;
}

.new-goodslist-title {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #ddd;
}

.new-goodslist-title span {
    display: inline-block;
    height: 50px;
    font-size: 18px;
    color: #22282E;
    font-weight: bold;
    line-height: 50px;
    padding-right: 25px;
    border-bottom: 2px solid #EB3740;
}

.new-goodslist-wrap {
    width: 900px;
    height: 100%;
    margin: 0 44px;
    position: relative;
    overflow: hidden;
}

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

.new-goodslist-con li {
    float: left;
    width: 126px;
    height: 100%;
    /* border-right: 1px solid #eee; */
    margin-right: 3px;
    /* border-top: none; */
    transition: all ease-out .3s;
}

/* .new-goodslist-con li:first-child {
    border-right: none;
} */

/* .new-goodslist-con .new-goods-item {
    width: 100%;
    height: 160px;
    background-color: #fff;
    margin-top: 10px;
} */

.new-goodslist-con .new-goods-item a {
    width: 100%;
    height: 126px;
    display: block;
    position: relative;
    /* float: left; */
}

.new-goodslist-con .new-goods-item a img {
    width: 126px;
    height: 126px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -63px;
    margin-left: -63px;
    transition: all ease-out .2s;
}

.new-goodslist-con .new-goods-item .new-goods-txt {
    width: 100%;
    height: 90px;
    padding: 0 20px;
    /* float: left; */
}

.new-goodslist-con .new-goods-item .new-goods-name {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.new-goodslist-con .new-goods-item .new-goods-price {
    margin-top: 15px;
    height: 26px;
    line-height: 26px;
    /* text-align: center; */
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.new-goodslist-con .new-goods-item .new-goods-price>span {
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    /* max-width: 46%; */
}

/* .new-goodslist-con .new-goods-item:first-child {
    height: 310px;
    margin-top: 0;
}

.new-goodslist-con .new-goods-item:first-child a {
    float: none;
    width: 100%;
    height: 219px;
}

.new-goodslist-con .new-goods-item:first-child a img {
    width: 204px;
    height: 204px;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -102px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-txt {
    float: none;
    width: 100%;
    height: 91px;
    padding: 0 30px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-name {
    height: 40px;
    line-height: 20px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-price {
    margin-top: 11px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-price > span {
    max-width: 46%;
} */

/* .new-goodslist-con li:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
} */

/* 添加购物车 */
.addcart-btn {
    /* position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -60px; */
    width: 20px;
    height: 20px;
    background-color: transparent;
    /* border: 1px solid #449A91; */
    /* border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
    font-size: 0;
    transition: all ease-out .3s;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 0;
}

.addcart-btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.addcart-btn i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    /* margin: 7px 6px 0 0; */
    background: url('../images/shop47/addcart.png') no-repeat 0 1px;
}

.addcart-btn span {
    color: #449A91;
    font-size: 14px;
    line-height: 26px;
}

/* .new-goodslist-con li:hover .addcart-btn, .floor-goods-item:hover .addcart-btn {
    top: 0;
} */

/* 斜线 */
.oblique-line {
    display: inline-block;
    width: 18px;
    height: 30px;
    background-color: #292929;
    position: relative;
    vertical-align: top;
    margin: 31px 2px 0;
}

.oblique-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-right: 18px solid transparent;
}

.oblique-line:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 29px solid #fff;
    border-left: 17px solid transparent;
}

.flash-sale-title .oblique-line {
    background-color: #5759CC;
    margin: 30px 2px 0;
}

.flash-sale-title .oblique-line:before {
    border-top-color: #F2F2F6;
}

.flash-sale-title .oblique-line:after {
    border-bottom-color: #F2F2F6;
}

/* 圆形 */
.circle-sm:after,
.circle-sm:before,
.circle-lg:after,
.circle-lg:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    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);
    background-color: #4D638C;
    vertical-align: top;
    margin-top: 14px;
}

.circle-sm:before {
    margin-right: 12px;
}

.circle-sm:after {
    margin-left: 12px;
}

.circle-lg:after,
.circle-lg:before {
    width: 10px;
    height: 10px;
    margin-top: 13px;
}

.circle-lg:before {
    margin-right: 42px;
}

.circle-lg:after {
    margin-left: 42px;
}

/* 广告图 */
.adv {
    width: 190px;
    height: 100%;
}

.adv .adv-left {
    width: 190px;
    height: 190px;
    display: block;
    margin: 10px 0 0 0;
    /* float: left; */
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    -pie-background: rgba(255, 255, 255, 0.8);
    behavior: url('/public/css/PIE.htc');
    overflow: hidden;
}

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

.adv .adv-content {
    width: 200px;
    height: 120px;
    display: block;
    margin: 0 0 0 22px;
    float: left;
    z-index: 2;
    position: relative;
}

.adv .adv-content:first-child {
    margin-left: 0;
}

.adv .adv-right {
    width: 190px;
    height: 190px;
    display: block;
    margin: 10px 0 0 0;
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    overflow: hidden;
    /* display: inline-block; */
}

/* 广告图动画 */
.adv-animate a {
    overflow: hidden;
}

.adv-animate a:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    left: 20px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    overflow: hidden;
}

.adv-animate a:hover:before {
    opacity: 1;
    left: 130%;
    -webkit-transition: all .45s ease-out;
    transition: all .45s ease-out;
}

/* 新品和推荐组合切换 */
.carefully-chosen {
    width: 100%;
    height: 449px;
    overflow: hidden;
    margin-top: 30px;
}

.carefully-chosen-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #232323;
}

.carefully-chosen-title span {
    line-height: 40px;
    font-size: 22px;
    color: #232323;
}

.carefully-chosen-con>ul {
    height: 68px;
}

.carefully-chosen-con>ul li {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #F2F2F2;
    color: #232323;
    float: left;
    margin: 10px 0 0 20px;
    position: relative;
    cursor: pointer;
}

.carefully-chosen-con>ul li:first-child {
    margin-left: 0;
}

.carefully-chosen-con>ul .carefully-chosen-active {
    background-color: #449A91;
    color: #fff;
}

.carefully-chosen-con>ul .carefully-chosen-active:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top: 9px solid #449A91;
}


/* 楼层描点 */
.draw-dot {
    width: 100%;
    min-width: 1200px;
    /* height: 72px; */
    /* background-color: #fff; */
    /* box-shadow:0px 1px 0px 0px #ddd;
    -o-box-shadow:0px 1px 0px 0px #ddd;
    -ms-box-shadow:0px 1px 0px 0px #ddd;
    -moz-box-shadow:0px 1px 0px 0px #ddd;
    -webkit-box-shadow:0px 1px 0px 0px #ddd; */
    overflow: hidden;
    /* text-align: center; */
}

.draw-dot li {
    /* display: inline-block; */
    float: left;
    /* padding: 4px 15px 4px 8px; */
    width: 240px;
    height: 86px;
    background-color: #fff;
    margin: 0 0 0 6px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.draw-dot li:first-child {
    margin-left: 0;
}

.draw-dot li span {
    font-size: 20px;
    color: #333;
    display: block;
    line-height: 50px;
}

.draw-dot li a {
    color: #666;
    font-size: 16px;
}

/* 商家入驻 */
.shopin {
    height: 180px;
    width: 100%;
    margin: 10px 0 0 0;
    background-color: #8134AF;
    /* border-radius: 20px 20px 0 20px;
    -o-border-radius: 20px 20px 0 20px;
    -ms-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px; */
    position: relative;
    padding: 10px;
    overflow: hidden;
}

/* .shopin:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #ccc;
} */

.shopin i {
    width: 79px;
    height: 72px;
    position: absolute;
    bottom: -1px;
    right: -11px;
    background: url('../images/shop47/shopin.png') no-repeat;
}

.shopin>span {
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
    letter-spacing: 2px;
    /* padding-left: 10px; */
}

.shopin>a {
    display: block;
    font-size: 14px;
    /* margin-top: 10px; */
    color: #fff;
    letter-spacing: 1.5px;
}

.shopin-txt {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.shopin-square {
    margin-top: 15px;
    display: block;
}

/* 楼层占位符 */
.floor-placeholder {
    width: 133px;
    height: 37px;
    line-height: 37px;
    border: 2px solid #D5F3FD;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: -3px;
    background-color: #fff;
    font-size: 16px;
    color: #2B2B2B;
    text-align: center;
}

.floor-placeholder:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 103px;
    height: 33px;
    border: 2px solid #D5F3FD;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: -1;
}

.floor-placeholder:after {
    content: '';
    position: absolute;
    right: -173px;
    bottom: 8px;
    width: 173px;
    height: 1px;
    background-color: #D5F3FD;
}

.nav-more-btn.floor-placeholder:after {
    right: auto;
    left: -205px;
    bottom: 15px;
    width: 198px;
}

/* 楼层数字 */
.floor-num {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 6px;
}

/* 楼层颜色 */
.floor-bg-1 {
    background: -webkit-linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    background: -moz-linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    background: -o-linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    background: -ms-linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    background: linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#97C2AF, endColorstr=#C2DCD1);
}

.floor-bg-2 {
    background: -webkit-linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    background: -moz-linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    background: -o-linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    background: -ms-linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    background: linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FECE84, endColorstr=#FEE1B5);
}

.floor-bg-3 {
    background: -webkit-linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    background: -moz-linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    background: -o-linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    background: -ms-linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    background: linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#80C8F0, endColorstr=#B3E0F7);
}

.floor-bg-4 {
    background: -webkit-linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    background: -moz-linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    background: -o-linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    background: -ms-linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    background: linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EB9191, endColorstr=#F1B3B4);
}

/* 侧边栏 */
.index-nav {
    width: 10px;
    height: 100%;
    background-color: #666666;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.index-nav-con {
    position: absolute;
    /* top: 50%; */
    top: 100px;
    left: -29px;
    width: 100%;
    height: 170px;
    /* margin-top: -85px; */
}

.index-nav-con>li {
    margin-top: 2px;
    width: 30px;
    height: 30px;

    position: relative;
}

.index-nav-con>li:first-child {
    margin-top: 0;
}

.index-nav-con>li>a {
    width: 100%;
    height: 30px;
    display: block;
    margin: 0 auto;
    background-color: #666;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border-radius: 5px 0px 0px 5px;

}

.nav-my {
    background: url('../images/shop47/nav-my.png') 10px 1px;
}

.nav-zuji {
    background: url('../images/shop47/nav-zuji.png') 10px 1px;
}

.nav-gouwuche {
    background: url('../images/shop47/nav-gouwuche.png') 10px 1px;
}

.nav-get-top-div{
    position: absolute;
    bottom: 0px;
}

.nav-get-top{
    width: 30px;
    height: 30px;
    background-color: #666 !important;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    background-position-y: center !important;
    border-radius:5px 0px 0px 5px;
    position: relative;
    left: -30px;
    background: url('../images/shop47/top02.png');

}

.nav-get-top-div>.nav-get-top:hover{
    background-color: #E6002D !important;
}

.nav-get-top-div>.nav-get-top:hover + b{
    left: -87px !important;
}

.index-nav b {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    width: 50px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #E6002D;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.index-nav-con>li>a:hover{
    background-color: #E6002D;
}

.index-nav-con>li>a:hover + b{
    left: -57px;
}


.nav-cart {
    background: url('../images/shop47/addcart.png') 10px 1px;
}

.nav-history {
    background: url('../images/shop47/nav-history.png') 10px 0;
}

.nav-qq {
    background: url('../images/shop47/nav-qq.png') 10px 0;
}



.index-nav-con>li>span {
    width: 75px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
    background-color: #BFD5E3;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1;
    transition: all ease-out .3s;
}

.index-nav-con>li>span:before {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #BFD5E3;
}

.flex-top{
    height: 53px;
    display: none;
    top: 0;
    width: 100%;
    background-color: #E6002D;
    z-index: 100000;
}

.flex-logo{
    width: 191px;
    height: 46px;
    float: left;
    position: absolute;
    top: -5px;
}

.flex-search{
    margin: 0 auto;
    width: 673px;
    height: 36px;
    line-height: 36px;
}
.flex-search .ecsc-search-form{
    width: 674px;
    height: 36px;
    line-height: 36px;
    margin-top: 8px;
}

.flex-search .ecsc-search-input{
    float: left;
    display: inline;
    width: 607px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
}
.flex-search .ecsc-search-button{
    float: right;
    display: inline-block;
    height: 36px;
    width: 67px;
    background: #b91630;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.flex-top .login{
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.flex-top .login a{
    float: left;
}

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

@media screen and (max-width: 1200px) {
    /* .flash-sale {
        margin-left: 0;
        left: 0;
    } */
}

.swiper-div-con {
    position: absolute;
    top: 400px;
    left: -29px;
    width: 100%;
    /* margin-top: -15px; */
}

.swiper-div-show{
    width: 30px;
    height: 30px;
    background-color: #666;
    position: relative;
    z-index: 5;
    border-radius: 5px 0px 0px 5px;
}

.swiper-div-show i{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/shop/show.png) no-repeat;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    top: 7px;
}

.swiper-div {
    top: 0;
    margin-top: 0;
    margin-left: 40px;
    transition: all .5s ease-out;
}