@charset "UTF-8";
/*楼层*/
.shop-floor {
  /* background-color: #EEB20F; */
  min-width: 1224px;
  /* margin-top: 220px; */
}

.floor {
  padding-top: 30px;
  height: auto;
  margin-bottom: 40px;
}

/* .floor:first-child {
    padding-top: 45px;
} */
.floor-nav {
  position: fixed;
  right: 50%;
  top: 50%;
  margin-right: -700px;
  z-index: 7;
  background: #fff;
  border: 1px solid #F7F7F7;
  display: none;
}

.floor-nav > li, .floor-nav .floor-nav-last {
  width: 40px;
  /* margin: 0 10px; */
  padding: 7px 0;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: #179AF5; */
  color: #E71A24;
}

.floor-nav .floor-nav-last {
  /* background-color: #179AF5; */
  color: #E71A24;
}

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

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

/* .floor-nav .floor-nav-last {
    height: 28px;
    width: 120px;
    cursor: pointer;
    position: relative;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
} */
.floor-nav-last i {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  /* margin: 3px 5px 0 0; */
  /* 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 {
  /* background: #179AF5; */
  color: #E71A24;
  /* 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;
  -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: 440px;
  width: 1224px;
  /* min-width: 1224px; */
  overflow: hidden;
  float: left;
  /* margin: 15px 0 0 215px; */
}

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

.swiper .item {
  float: left;
  position: relative;
  height: 440px;
  width: 1224px;
}

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

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

.flash-sale .swiper-control, .new-goodslist .swiper-control {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -20px;
  width: 30px;
  height: 40px;
  color: #ccc;
  /* border: 1px solid #eee; */
  background-color: #ccc;
  /* 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 #fff;
  left: 0;
}

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

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

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

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

.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: 180px;
  height: 80px;
  margin: 0 10px;
  background-color: #fff;
  position: relative;
  /* border-bottom: 1px solid #eee; */
  /* 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-login-nologin, .user-login-islogin {
  margin-left: 67px;
  height: 100%;
  overflow: hidden;
}

.user-login-islogin .username, .user-login-nologin .username {
  margin-top: 20px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.user-login-islogin .logout {
  margin-top: 10px;
  padding: 0;
  display: block;
  color: #666;
}

.user-head {
  width: 50px;
  height: 50px;
  /* margin: auto; */
  padding: 15px 14px 15px 3px;
  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;
  float: left;
}

/* .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 .nologin {
  font-size: 0;
}

.user-info .nologin a {
  display: inline-block;
  /* width: 100%;
    height: 100%; */
  padding: 0 4px;
  font-size: 14px;
  color: #666;
  height: 16px;
  line-height: 16px;
  margin-top: 10px;
}

.user-info .user-login {
  /* display: block; */
  /* margin-top: 10px; */
  /* border: 1px solid #eee; */
  /* color: #666; */
  /* text-decoration: underline; */
  /* background-color: #fff; */
}

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

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

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

.banner-right-box .banner-right-item {
  display: block;
  width: 100%;
  height: 170px;
}

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

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

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

.adver_line {
  display: block;
  width: 1224px;
  height: 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;
}

/*楼层*/
.floor-top {
  /* height: 42px; */
  width: 100%;
  /* height: 60px; */
  position: relative;
  text-align: center;
  /* border-bottom: 2px solid #179AF5; */
  overflow: hidden;
  /* float: left; */
  /* background-color: #fff; */
  /* border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; */
  /* background-color: #F5F5F5; */
  /* border: 1px solid #eee; */
  /* border-top: none; */
  background: url("../images/shop47/cate-background.jpg") no-repeat;
}

/* .floor-top:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 1224px;
    height: 2px;
    background-color: #ACD6E0;
    z-index: -1;
} */
.floor-title-icon {
  width: 91px;
  height: 100%;
  float: left;
  background: url("../images/shop47/floor-title.png") left bottom no-repeat;
  color: #999;
  font-size: 48px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}

.floor-title {
  /* float: left; */
  /* max-width: 300px; */
  /* display: inline-block; */
  height: 25px;
  line-height: 25px;
  /* background-color: #fff; */
  /* padding: 0 38px; */
  font-size: 28px;
  color: #22282E;
  font-weight: bold;
  position: relative;
  margin: 18px 0 40px;
  /* border-bottom: 2px solid #EB3740; */
  /* padding-left: 10px; */
  /* border-radius: 0px 18px 0px 0px;
    -o-border-radius: 0px 18px 0px 0px;
    -ms-border-radius: 0px 18px 0px 0px;
    -moz-border-radius: 0px 18px 0px 0px;
    -webkit-border-radius: 0px 18px 0px 0px;
    behavior: url(/public/css/PIE.htc); */
}

.floor-title > i {
  width: 24px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 14px 8px 0 0;
  background: url("../images/shop47/floor-title.png") no-repeat;
}

/* .floor-title:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 24px;
    background-color: #449A91;
} */
/* .floor-title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    width: 100%;
    height: 2px;
    background-color: #ACD6E0;
    z-index: -1;
} */
.floor-title span {
  position: relative;
  /* margin: 0 10px 0 0; */
}

/* .floor-title span:before, .floor-title span:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    width: 30px;
    height: 5px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #bbb;
} */
/* .floor-title span:before {
    left: -50px;
}

.floor-title span:after {
    right: -50px;
} */
.floor-nav-list {
  /* float: left; */
  margin: 10px 0 0 300px;
  /* width: 100%; */
  height: 40px;
  /* padding-left: 19px; */
  /* text-align: center; */
  /* background-color: #fff; */
  /* border: 1px solid #eee; */
  /* border-top: none; */
  /* margin-left: 12px; */
  overflow: hidden;
  z-index: 1;
  /* border: 1px solid #ddd; */
  font-size: 0;
}

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

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

/* .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 {
  /* color: #fff; */
  /* background-color: #1B69C9; */
}

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

.floor-nav-item:hover span {
  color: #179AF5;
}

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

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

.nav-more-btn {
  float: right;
  /* position: absolute;
    bottom: 22px;
    left: 19px; */
  /* margin-top: 24px; */
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}

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

.nav-more-btn:hover {
  /* color: #e23435; */
  color: #3388FF;
}

.floor-main {
  /* float: left; */
  /* height: 644px; */
  /* background-color: #F9F9F9; */
  /* margin-top: 10px; */
  position: relative;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

.floor-brand {
  /* float: left;
    width: 444px;
    min-height: 660px; */
  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: 320px;
  overflow: hidden;
  /* position: absolute;
    left: 10px;
    bottom: 10px; */
  /* padding-top: 14px; */
}

.floor-brand .brand-small {
  width: 300px;
  height: 376px;
  overflow: hidden;
  display: block;
  float: left;
  /* margin: 3px 1px 0 0; */
}

.floor-brand .floor-brand-list {
  width: 258px;
  height: 248px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  /* position: absolute;
    top: 50px;
    right: 0; */
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* 去除a标签默认间距 */
  font-size: 0;
  position: relative;
  /* 兼容IE8 */
  /* -pie-background: rgba(255, 255, 255, 0.8);
    behavior: url(/public/css/PIE.htc); */
}

.floor-brand .floor-brand-list .floor-brand-title {
  font-style: 14px;
  color: #222;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding-left: 12px;
  font-weight: bold;
}

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

.floor-brand-wrap li {
  width: 256px;
  height: 248px;
  float: left;
}

.floor-brand .floor-brand-list a {
  display: block;
  width: 218px;
  height: 94px;
  margin: 20px auto;
  border: 1px solid #1F92E3;
  /* background-color:rgba(255, 255, 255, 0.4); */
  /* color: #666; */
  /* font-size: 14px; */
  /* padding: 0 12px; */
  /* margin-top: 10px; */
  /* float: left; */
  /* -pie-background: rgba(255, 255, 255, 0.4);
    behavior: url(/public/css/PIE.htc); */
}

/* .floor-brand .floor-brand-list a:first-child {
    margin-top: 44px;
} */
/* .floor-brand .floor-brand-list a:hover {
    color: #1B69C9;
} */
/* .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 {
  width: 100%;
  /* border: 1px solid #ddd; */
  /* border-left: none; */
  /* float: left; */
  /* margin-left: 164px; */
  /* position: absolute;
    top: 0;
    left: 164px;
    height: 787px; */
  /* position: relative; */
  overflow: hidden;
  /* padding: 8px 13px 13px; */
  /* margin-top: 5px; */
  /* background-color: #F3F3F3; */
}

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

.floor-goods-item {
  width: 300px;
  height: 184px;
  float: left;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin: 8px 0 0 8px;
  /* border: 1px solid #ddd;
    border-top: none;
    border-left: none; */
}

/* 
.floor-goods-item:nth-child(2) {
    width: 300px;
    height: 376px;
}

.floor-goods-item:nth-child(-n+4) {
    margin-top: 0;
}

.floor-goods-item:nth-child(7) {
    margin-left: 0;
}


.floor-goods-item:nth-child(2) > a {
    float: none;
    width: 100%;
    height: 280px;
}

.floor-goods-item:nth-child(2) .goods-pic {
    width: 260px;
    height: 260px;
    margin-top: -130px;
    margin-left: -130px;
    left: 50%;
}

.floor-goods-item:nth-child(2) .floor-goods-con {
    float: none;
    width: 100%;
    height: 103px;
    padding: 0 34px 0 20px;
}

.floor-goods-item:nth-child(2) .googs-title {
    font-size: 16px;
    color: #2B2B2B;
    font-weight: bold;
    line-height: 23px;
    height: 46px;
}

.floor-goods-item:nth-child(2) .googs-price {
    font-size: 18px;
}

.floor-goods-item:nth-child(2) .googs-price span {
    max-width: 70%;
}

.floor-goods-item:nth-child(2) .floor-goods-btn {
    float: right;
} */
/* .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 > a {
  display: block;
  width: 168px;
  height: 100%;
  position: relative;
  float: left;
  /* border: 1px solid #eee; */
  overflow: hidden;
}

.floor-goods-item .goods-pic {
  width: 154px;
  height: 154px;
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -77px;
  /* margin-left: -110px; */
  overflow: hidden;
}

.floor-goods-list .floor-goods-con {
  width: 132px;
  height: 100%;
  float: left;
  padding: 20px 16px 0 8px;
  position: relative;
}

.floor-goods-list .googs-title {
  font-size: 14px;
  width: 100%;
  line-height: 21px;
  color: #333;
  overflow: hidden;
  /* padding: 15px 0; */
  word-break: break-all;
  /* font-weight: bold; */
  height: 63px;
  position: relative;
}

.floor-goods-list .googs-price {
  font-size: 14px;
  /* width: 100%; */
  height: 26px;
  line-height: 26px;
  color: #FF122E;
  margin-top: 14px;
  /* text-align: center; */
  font-weight: bold;
  position: relative;
  /* overflow: hidden; */
}

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

.floor-goods-item .floor-goods-btn {
  display: inline-block;
  width: 70px;
  height: 24px;
  line-height: 24px;
  /* color: #666; */
  text-align: center;
  border: 1px solid #E71A24;
  color: #E71A24;
  /* margin-top: 7px; */
  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:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/* .floor-goods-item .floor-goods-btn:after {
    content: '>';
    margin-left: 5px;
    vertical-align: top;
    font-family: '宋体';
} */
/* .floor-goods-item:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
} */
.floor-recommend {
  float: left;
  width: 304px;
  height: 402px;
  position: relative;
  overflow: hidden;
  margin-left: 1px;
  /* background-color: #fff; */
}

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

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

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

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

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

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

/* .floor-recommend-item:hover {
    box-shadow:1px 1px 8px 0px #ddd;
    -o-box-shadow:1px 1px 8px 0px #ddd;
    -ms-box-shadow:1px 1px 8px 0px #ddd;
    -moz-box-shadow:1px 1px 8px 0px #ddd;
    -webkit-box-shadow:1px 1px 8px 0px #ddd;
} */
.floor-recommend-pic {
  /* float: left; */
  width: 208px;
  height: 208px;
  margin: 20px auto 26px;
  /* overflow: hidden; */
}

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

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

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

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

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

.recommend-more-btn:hover {
  color: #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 {
  float: right;
  width: 200px;
  height: 440px;
  margin-top: 15px;
  /* border: 1px solid #eee; */
  background-color: #fff;
}

.swiper-right-box .liner {
  width: 180px;
  height: 1px;
  margin: 0 10px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #eee), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #eee 50%, #fff 100%);
  background: linear-gradient(90deg, #fff 0%, #eee 50%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #ffffff, endColorstr = #eeeeee);
}

/* .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: 30px 0 0 0;
  /* float: left; */
  /* border: 1px solid #eee; */
  /* position: absolute; */
}

/* .flash-sale:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 48px;
    left: 0;
    background-color: #3388FF;
} */
.flash-sale-title {
  margin: 7px 0 28px 0;
  width: 100%;
  height: 25px;
  /* line-height: 50px; */
  /* background-color: #ED3232; */
  /* float: left; */
  position: relative;
  text-align: center;
  /* border-bottom: 2px solid #179AF5; */
}

.flash-sale-title > i {
  width: 25px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  margin: 14px 8px 0 0;
  background: url("../images/shop47/flash-sale-title.png") no-repeat;
}

.flash-sale-title > span {
  /* display: block; */
  /* border-bottom: 2px solid #FF4F01; */
  /* padding: 0 0 0 46px; */
  /* height: 45px; */
  line-height: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #2B2B2B;
  position: relative;
  /* margin: 52px 0; */
}

.flash-sale-title > span:before, .flash-sale-title > span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #bbb;
}

.flash-sale-title > span:before {
  left: -50px;
}

.flash-sale-title > span:after {
  right: -50px;
}

.flash-sale-container {
  /* margin: 10px 0 0 252px; */
  /* width: 1054px; */
  height: 312px;
  position: relative;
  overflow: hidden;
  /* float: left; */
  /* border: 1px solid #eee; */
  background-color: #fff;
}

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

.flash-sale-item {
  width: 244px;
  height: 100%;
  /* border-right: 1px solid #eee; */
  margin-left: 1px;
  /* background-color: #fff; */
  float: left;
  position: relative;
  /* border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; */
}

.flash-sale-item:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -1px;
  height: 272px;
  width: 1px;
  background-color: #eee;
  z-index: 1;
}

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

.flash-sale-item:first-child:before {
  display: none;
}

/* .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: 100%;
  height: 233px;
  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: 200px;
  height: 200px;
  position: absolute;
  top: 20px;
  left: 50%;
  /* margin-top: -71px; */
  margin-left: -100px;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

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

.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;
  word-break: break-all;
  color: #333;
}

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

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

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

.flash-sale-btn {
  display: block;
  width: 78px;
  height: 26px;
  line-height: 26px;
  background-color: #FF122E;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.flash-sale-btn:hover {
  background-color: #e63c50;
}

.flash-sale-btn:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  margin-left: 5px;
}

.googs-price-btn {
  width: 100px;
  height: 30px;
  background-color: #EB3740;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  display: block;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* margin-left: 20px; */
  /* float: right; */
}

.googs-price-btn:hover {
  cursor: pointer;
  background-color: #22282E;
}

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

.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 {
  margin: 3px 10px 0;
  width: 180px;
  height: 116px;
  /* background-color: #fff; */
  /* border: 1px solid #eee; */
  /* float: left; */
  position: relative;
  overflow: hidden;
}

.shop-notice-title {
  width: 100%;
  height: 30px;
  /* margin: 4px 6px 0; */
  /* padding-left: 12px; */
  /* float: left; */
  /* text-align: center; */
  /* background-color: #F8F8F8; */
}

.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: 30px;
  color: #2B2B2B;
  font-weight: bold;
  font-size: 14px;
}

.shop-notice-con {
  position: absolute;
  top: 36px;
  left: 0;
  /* padding: 0px 10px; */
  height: 80px;
  width: auto;
}

.shop-notice-con > li {
  /* padding-bottom: 5px; */
  width: 180px;
  height: 100%;
  color: #444;
  font-size: 14px;
  float: left;
  padding: 3px 10px 0;
  word-wrap: break-word;
}

.shop-notice-con > li .shop-notice-detail {
  height: 80px;
  overflow: hidden;
  position: relative;
}

.shop-notice-con > li p {
  line-height: 20px;
  text-indent: 32px;
}

.shop-notice-con > li a {
  padding-top: 7px;
  background-color: #fff;
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.shop-notice-con > li div:first-child a {
  padding-top: 0;
}

.shop-notice-con > li span {
  margin-top: 6px;
  font-size: 14px;
  display: block;
  text-align: right;
}

/* .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: 100%;
  height: 340px;
  /* float: right; */
  /* margin-top: 10px; */
  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: 1204px;
  height: 320px;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

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

.new-goodslist-con li {
  float: left;
  width: 240px;
  height: 100%;
  border-right: 1px solid #eee;
  /* border-top: none; */
  -webkit-transition: all ease-out .3s;
  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: 230px;
  display: block;
  position: relative;
  /* float: left; */
}

.new-goodslist-con .new-goods-item a img {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  -webkit-transition: all ease-out .2s;
  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: 120px;
  height: 32px;
  background-color: #FF122E;
  /* border: 1px solid #449A91; */
  border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  font-size: 0;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
  cursor: pointer;
  margin-top: 14px;
  /* float: right; */
}

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

.addcart-btn span {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}

/* .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:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  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: #999;
  vertical-align: top;
  margin: 9px 10px 0;
}

/* 广告图 */
.adv {
  position: relative;
}

.adv .adv-left {
  width: 254px;
  height: 90px;
  display: block;
  /* margin: 10px 0 0 0; */
  /* float: left; */
  position: relative;
}

/* .adv .adv-left:first-child {
    margin-left: 0;
} */
.adv .adv-content {
  width: 252px;
  height: 370px;
  display: block;
  margin: 10px 0 0 0;
  float: left;
  z-index: 2;
  position: relative;
}

.adv .adv-right {
  width: 100%;
  height: 140px;
  margin: 30px 0 0 0;
  display: block;
  /* float: right; */
  position: relative;
  z-index: 2;
  /* 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: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -ms-transform: skewX(-25deg);
      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: 1224px;
  /* 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: 60px;
  width: 264px;
  text-align: center;
  /* float: left; */
  position: absolute;
  bottom: -50px;
  left: 0;
  background-color: #FF9600;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* .shopin:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #ccc;
} */
.shopin i {
  width: 34px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 18px 0 0 15px;
  background: url("../images/shop47/shopin.png") no-repeat;
}

.shopin span {
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  /* font-weight: bold; */
}

/* 楼层广告图 */
.floor-adv {
  float: left;
}

/* 用户中心 */
.user-center {
  width: 100%;
  height: 148px;
  padding: 0 15px;
}

.user-center li {
  width: 112px;
  height: 74px;
  float: left;
  font-size: 14px;
  color: #444;
  text-align: center;
}

/* .user-center li:first-child {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.user-center li:first-child+li {
    border-bottom: 1px solid #eee;
}

.user-center li:first-child+li+li {
    border-right: 1px solid #eee;
} */
.user-center li i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 13px auto 0;
  background-repeat: no-repeat;
}

.user-center .user-shopin i {
  background-image: url("../images/shop47/user-shopin.png");
}

.user-center .user-cart i {
  background-image: url("../images/shop47/user-cart.png");
}

.user-center .user-order i {
  background-image: url("../images/shop47/user-order.png");
}

.user-center .user-collect i {
  background-image: url("../images/shop47/user-collect.png");
}

/* 圆形 */
.circle:before, .circle:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #bbb;
}

.circle:before {
  left: -70px;
}

.circle:after {
  right: -80px;
}

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

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

.hot-sale-wrap {
  margin-left: 15px;
  width: 811px;
  height: 320px;
}

.hot-sale-left {
  width: 811px;
  height: 320px;
}

.hot-sale-left__goods {
  float: left;
  display: block;
  width: 398px;
  height: 320px;
  border: 1px solid #ddd;
}

.hot-sale-left__goods:nth-child(2) {
  margin-left: 10px;
}

.hot-sale-imgBox {
  width: 398px;
  height: 320px;
}

.hot-sale-right {
  width: 398px;
  height: 320px;
  padding: 10px 0;
  font-size: 18px;
  line-height: 30px;
}

.hot-sale-right__title {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
}

.hot-sale-right__title:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 65%;
  left: -12px;
  top: 5px;
  background: #aaaaaa;
}

.hot-sale-right__goods {
  display: block;
  margin-bottom: 2px;
}

.hot-sale-right__goods:hover {
  color: #9d896c;
}

.hot-sale-right__goods:last-child {
  margin-bottom: 0;
}

.hot-sale-name {
  width: 270px;
  height: 30px;
  word-break: break-all;
}

.hot-sale-time {
  color: #a7aab5;
}

.floor-main-show {
  position: relative;
  width: 590px;
  height: 290px;
}

.floor-show-item22 {
  position: relative;
  display: block;
  width: 590px;
  height: 290px;
  overflow: hidden;
  border: 1px solid #ddd;
  cursor: pointer;
}

.floor-show-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  background: #000;
  opacity: .6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.floor-show-title .goods-name {
  max-width: 60%;
  overflow: hidden;
}

.floor-show-img {
  /* transform: scaleY(1.5); */
}

.floor-list-right {
  margin-left: 20px;
  padding: 0 10px;
}

.floor-list-right__title {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
}

.floor-list-right__title:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 65%;
  left: -12px;
  top: 5px;
  background: #aaaaaa;
}

.floor-goods-item22 {
  margin-bottom: 7px;
  cursor: pointer;
}

.floor-goods-item22:hover .googs-title22 {
  color: #9d896c;
}

.googs-title22 {
  display: block;
  font-size: 18px;
  width: 520px;
  word-break: break-all;
}

.floor-list-bottom {
  width: 100%;
  margin-top: 20px;
}

.floor-goods-item33 {
  display: block;
  width: 291px;
  float: left;
  margin-right: 20px;
}

.floor-item33-img {
  width: 288px;
  height: 200px;
  overflow: hidden;
}

.floor-goods-item33.active {
  border: 1px solid #ddd;
}

.floor-goods-item33:nth-child(4) {
  margin-right: 0;
}

.floor-item33-title {
  font-size: 16px;
  padding: 0 20px;
  margin: 15px 0;
}

.suppliers-name {
  margin-top: 10px;
  padding: 0 20px;
}

.floor-item33-price {
  margin-top: 10px;
  padding: 0 20px;
}
