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

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

.floor-nav>li {
    width: 48px;
    min-height: 56px;
    box-sizing: border-box;
    padding: 8px;
    line-height: 18px;
    font-size: 14px;
    color: #999;
    /* text-align: center; */
    overflow: hidden;
    cursor: pointer;
}

/* .floor-nav>li+li {
    border-top: 1px solid #eee;
} */

.floor-nav>li:hover,
.floor-nav .floor-nav-first {
    background: #FF8949;
    color: #fff;
}

.floor-nav .floor-nav-last {
    background: #FF8949;
}

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

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

.floor-nav .floor-nav-last {
    height: 30px;
    width: 48px;
    cursor: pointer;
}

.floor-nav-last i {
    display: block;
    width: 38px;
    height: 30px;
    margin: 0 auto;
    background: url("../images/ico-shop5-index.png") no-repeat -38px -467px;
}

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

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

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

/*轮播图*/
.carousel {
    position: relative;
    height: 487px;
    width: 100%;
    overflow: hidden;
}

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

.carousel-inner>.item {
    float: left;
    position: relative;
    height: 487px;
    width: 100%;
}

.carousel-inner .item-pic {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -612px;
    width: 1226px;
    height: 487px;
    overflow: hidden;
}

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

.pagination-item {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}

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

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

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

.carousel-control.left-btn {
    background-position: -4px -8px;
    margin-left: -280px;
}

#myRecommend .carousel-control.left-btn {
    margin-left: -390px;
}
#mySwiperTopImg .carousel-control.left-btn {
    margin-left: -380px;
}

.floor-recommend-list .left-btn {
    margin-left: -165px;
}

.carousel-control.right-btn {
    background-position: -44px -8px;
    margin-left: 347px;
}

#myRecommend .carousel-control.right-btn {
    margin-left: 357px;
}
#mySwiperTopImg .carousel-control.right-btn {
    margin-left: 347px;
}

.floor-recommend-list .right-btn {
    margin-left: 137px;
}

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

.banner-right-box {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 412px;
    width: 200px;
    height: 440px;
    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的浏览器*/
}


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

.adv3 .recommend-brand {
    float: left;
    width: 298px;
    height: 187px;
    /* margin-top: 6px; */
    overflow: hidden;
    background-color: #f5f5f5;
}

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

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

/*楼层*/
.floor-top {
    height: 40px;
    /* padding-top: 40px; */
    margin: 40px 0 10px;
   border-bottom: #FF8949 1px solid;
}

.floor-title {
    float: left;
    width: 212px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 22px;
    color: #1B1B1B;
    position: relative;
    /* border-left: 4px solid #DD2424; */
}

.floor-title i {
    vertical-align: top;
    margin: 9.5px 0 0 9px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 10.5px solid transparent;
    border-left: 14px solid #FF8949;
}

.floor-nav-list {
    float: left;
    width: 1008px;
    height: 35px;
    line-height: 35px;
    margin-left: 4px;
    overflow: hidden;
    /* background-color: #eee; */
}

.floor-nav-list > a {
    display: inline-block;
}

.floor-nav-item {
    float: right;
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
}

/* .floor-nav-item:hover {
    color: #fff;
    background: #c71e1e;
} */

.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,
.floor-nav-item:hover {
    color: #e23435;
}

.floor-main {
    height: 584px;
}

.floor-brand {
    float: left;
    width: 346px;
    min-height: 1px;
    /* border: 1px solid #333; */
}

.floor-brand .floor-brand-adv {
    width: 346px;
    height: 362px;
    margin-bottom: 8px;
}

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

.floor-brand .brand-samll {
    display: block;
    width: 346px;
    height: 214px;
    overflow: hidden;
}

.floor-goods-list{
    float: left;
    width: 438px;
    height: 100%;
    overflow: hidden;
}

.floor-goods-item1 {
    margin: 0 8px 8px 0;
}

.floor-goods-item1:nth-child(2n) {
    margin-right: 6px;
}

.floor-goods-item2 {
    margin: 0 0 8px 8px;
}

.floor-goods-item2:nth-child(2n+1) {
    margin-left: 6px;
}

.floor-goods-item1, .floor-goods-item2 {
    float: left;
    width: 212px;
    height: 288px;
    overflow: hidden;
    background: #fff;
}

.floor-goods-list .googs-title {
    font-size: 14px;
    width: 100%;
    min-height: 36px;
    line-height: 18px;
    color: #666;
    padding: 0 12px;
    overflow: hidden;
    position: relative;
}

.floor-goods-list .googs-price {
    font-size: 18px;
    font-weight: 400;
    width: 167px;
    height: 24px;
    line-height: 24px;
    margin: 18px 0 13px 0;
    color: #E71919;
    padding-left: 12px;
}

.floor-goods-list .goods-pic {
    width: 160px;
    height: 160px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
}

.floor-recommend {
    float: left;
    width: 226px;
    height: 538px;
    background-color: #fff;
}

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

.floor-recommend-wrap {
    position: relative;
    height: 432px;
    overflow: hidden;
    margin-top: 55px;
}

.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: 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: 160px;
    height: 160px;
    margin: 28px 0 0 20px;
    /* overflow: hidden; */
}

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

.recommend-goods-name {
    width: 147px;
    /* height: 50px; */
    font-size: 14px;
    line-height: 18px;
    min-height: 54px;
    margin: 48px 0 42px 0;
    color: #666;
    overflow: hidden;
    position: relative;
}

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

.recommend-goods-price {
    color: #E71919;
    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: 788px;
    height: 158px;
    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;
    float: left;
}
.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;
}

/* 轮播图 */
.swiper {
    height: 487px;
    /* border: 1px solid #333; */
    position: relative;
}

.mySwiper {
    margin-left: 220px;
}

.mySwiper-top-img {
    width: 788px;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.mySwiper-top-img > ul > li > a {
    width: 100%;
    height: 330px;
    display: block;
}

.mySwiper-top-img > ul {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}

.mySwiper-top-img > ul > li {
    width: 788px;
    height: 100%;
    float: left;
}

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

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

.swiper-right-shopin {
    width: 100%;
    height: 244px;
    margin-bottom: 10px;
    /* background-color: #fff; */
    /* padding: 0 21px; */
    text-align: center;
}

.swiper-right-shopin > div {
    font-size: 18px;
    color: #474747;
    /* line-height: 40px; */
    padding-top: 40px;
}

.swiper-right-shopin i {
    display: block;
    width: 75px;
    height: 66px;
    margin: 30px auto;
    background: url('../images/shop7-1/shop7-1-shopin.png') no-repeat;
}

.swiper-right-shopin .shopin-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #DD2424;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 0;
}

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