@charset "UTF-8";
.gray_f5 {
  background: #fff;
}

.floor-nav {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -720px;
  z-index: 7;
  display: none;
  background: #fff;
  font-size: 14px;
  padding: 15px 0;
  -webkit-box-shadow: 0px 2px 0px 0px #3DBAB3;
  box-shadow: 0px 2px 0px 0px #3DBAB3;
  border-radius: 40px;
}

.floor-nav .floor-nav-first {
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  position: absolute;
  background: #3DBAB3;
  border-radius: 5px;
  top: -50px;
}

.floor-nav .floor-nav-first:before,
.floor-nav .floor-nav-first:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #3DBAB3;
  position: absolute;
  bottom: -10px;
}

.floor-nav .floor-nav-first:before {
  left: 20px;
}

.floor-nav .floor-nav-first:after {
  right: 20px;
}

.floor-nav > li,
.floor-nav .floor-nav-last {
  width: 80px;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.floor-nav > li + li,
.floor-nav .floor-nav-last + li {
  margin-top: 10px;
}

.floor-nav > li:first-child {
  border-radius: 30px 30px 0 0;
}

.floor-nav > li span {
  display: block;
  width: 70px;
  padding: 9px 25px;
  line-height: 18px;
  color: #ed930c;
  word-break: break-all;
  font-size: 14px;
  border-radius: 18px;
  margin-left: -30px;
}

.floor-nav .floor-nav-last {
  height: 40px;
  line-height: 40px;
  color: #ed930c;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding: 0;
  margin-top: 10px;
}

.floor-nav .floor-nav-last i {
  display: block;
  width: 32px;
  height: 32px;
  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 span,
.floor-nav > li:hover span {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #3DBAB3;
  box-shadow: 0px 2px 0px 0px #3DBAB3;
}

@media screen and (max-width: 1440px) {
  .floor-nav {
    left: 0;
    margin-left: 0;
  }
}
.floor-nav-last {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: rgba(24, 27, 31, 0.5);
  cursor: pointer;
  z-index: 9999;
}

.floor-nav-last i {
  font-size: 36px;
}

.floor-nav-last:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

@media screen and (max-width: 1440px) {
  .floor-nav-last {
    right: 0;
    margin-right: 0;
  }
}
.top-btn {
  position: fixed;
  bottom: 10%;
  right: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #666;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}

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

.index-tm-hander {
  background-color: rgba(0, 0, 0, 0.3) !important;
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999;
}

.add-contrast {
  display: none;
  position: absolute;
  top: 5px;
  right: 14px;
  width: 76px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  border: #222 1px solid;
  color: #222;
  cursor: pointer;
  z-index: 2;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.add-contrast:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.add-contrast-active {
  background-color: #f66745;
}

.Contrast {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 970px;
  height: 140px;
  margin-left: -485px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 15px rgba(221, 221, 221, 0.8);
  box-shadow: 0 0 15px rgba(221, 221, 221, 0.8);
  z-index: 50;
  behavior: url(/public/css/PIE.htc);
  display: none;
}

.Contrast .Contrast-title {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.Contrast .Contrast-title span {
  padding: 0 10px;
}

.Contrast .Contrast-title .Contrast-hide {
  float: right;
  cursor: pointer;
}

.Contrast .Contrast-con {
  width: 100%;
  height: 105px;
  float: left;
}

.Contrast .Contrast-con .Contrast-item {
  float: left;
  width: 204px;
  height: 84px;
  margin-top: 10.5px;
  border-right: 1px dashed #ddd;
}

.Contrast .Contrast-con .Contrast-item .Contrast-remove {
  color: blue;
  cursor: pointer;
}

.Contrast .Contrast-con .Contrast-pic {
  width: 50px;
  height: 50px;
  float: left;
}

.Contrast .Contrast-con .Contrast-name {
  width: 154px;
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  overflow: hidden;
  padding-right: 10px;
}

.Contrast .Contrast-con .Contrast-price {
  width: 154px;
  color: #d81919;
  padding-right: 10px;
}

.Contrast .Contrast-txt {
  float: right;
}

.Contrast-btn {
  position: absolute;
  right: 0;
  top: 36px;
}

.Contrast-btn input {
  display: block;
  margin: 10px 45px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  color: #ccc;
  border: 1px solid #ddd;
  cursor: default;
  font-weight: 700;
  behavior: url(/public/css/PIE.htc);
}

.Contrast-btn .Contrast-btn-active {
  background-color: #e74649;
  border: none;
  cursor: pointer;
  color: #fff;
}

.swiper {
  position: relative;
  height: 520px;
  width: 100%;
  overflow: hidden;
}

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

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

.swiper .item-pic {
  width: 1920px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.swiper .swiper-control {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 37px;
  height: 30px;
  color: #fff;
  font-size: 26px;
  display: block;
  background-color: #000;
  filter: alpha(opacity=0);
  opacity: 0;
}

.swiper .swiper-control.left-btn {
  left: 0;
  border-radius: 0px 15px 15px 0px;
}

.swiper .swiper-control.right-btn {
  right: 0;
  text-align: right;
  border-radius: 15px 0px 0px 15px;
}

.swiper:hover .swiper-control {
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.swiper .timer {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
  font-size: 0;
  overflow: hidden;
}

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

.pagination-item {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 2px;
  background: #f2f2f2;
  border-radius: 10px;
  behavior: url(/public/css/PIE.htc);
  cursor: pointer;
}

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

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

.index-search {
  width: 682px;
  margin: 0;
  height: 48px;
  margin-left: 50px;
  position: absolute;
  bottom: 300px;
}

.index-search-form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
}

.index-search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  background-color: #fff;
  border: none;
  color: #999;
  padding-left: 10px;
  border-radius: 5px 0 0 5px;
}

.index-search-button {
  width: 122px;
  height: 100%;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  background: #3DBAB3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.index-search-button i {
  width: 22px;
  height: 22px;
  background: url("../images/shop47/search.png") no-repeat;
}

.index-search-button:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.index-search .candidate {
  left: 0;
  right: 80px;
}

.banner-box {
  position: relative;
}

.suppliers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: -54px;
}

.suppliers-list li {
  width: calc(20% - 16px);
  height: 108px;
  border-radius: 10px;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(4, 1, 34, 0.18);
  box-shadow: 0 2px 20px 0 rgba(4, 1, 34, 0.18);
  background-color: #fff;
  margin-left: 20px;
}

.suppliers-list li:first-child {
  margin-left: 0;
}

.suppliers-list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
.suppliers-list li > a .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.suppliers-list li > a .right {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
          animation: pulsate-bck 0.5s ease-in-out infinite both;
}
.suppliers-list li > a .right i {
  font-size: 40px;
  color: #fff;
}

.suppliers-list li:nth-child(1) {
  background-color: #3dbab3;
}

.suppliers-list li:nth-child(2) {
  background-color: #48bd6c;
}

.suppliers-list li:nth-child(3) {
  background-color: #4f50b9;
}

.suppliers-list li:nth-child(4) {
  background-color: #fd905e;
}

.suppliers-list li:nth-child(5) {
  background-color: #a33bc9;
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.suppliers-list li > a .icon {
  width: 48px;
  height: 48px;
  overflow: hidden;
  font-size: 36px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  word-break: break-all;
  text-align: center;
}

.suppliers-list li > a .contacts {
  margin-top: 5px;
  font-size: 18px;
  padding: 0 20px;
  max-height: 40px;
  overflow: hidden;
  word-break: break-all;
  color: #fff;
}

.recommend-goods-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
  margin-left: 30px;
  border-radius: 5px;
  overflow: hidden;
  top: -50px;
  position: relative;
}

.recommend-goods-box .title {
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #212529;
  border: 1px solid #ddd;
  border-bottom: none;
}

.recommend-goods-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}

.recommend-goods-box ul .goods-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.recommend-goods-box ul .goods-item:first-child {
  margin-top: 0;
}

.recommend-goods-box ul .goods-item:before {
  content: attr(data-index);
  width: 20px;
  height: 20px;
  background-color: #3DBAB3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.recommend-goods-box ul .goods-item .goods-con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.recommend-goods-box ul .goods-item .goods-name {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
}

.recommend-goods-box ul .goods-item .goods-name:hover {
  text-decoration: underline;
}

.shop-floor {
  padding-bottom: 50px;
  margin-top: 50px;
}

.shop-floor > .title {
  height: 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-top: 20px;
}

.shop-floor > .title span {
  font-size: 24px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #3DBAB3;
  padding: 0 30px;
}

.floor {
  height: auto;
  position: relative;
  margin-top: 60px;
}

.floor-top {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.floor-top .floor-title span {
  font-size: 48px;
  color: #3DBAB3;
  position: relative;
}

.floor-top .floor-title span:before {
  content: attr(data-index);
  font-size: 90px;
  font-weight: bold;
  color: #edeef2;
  position: absolute;
  left: -60px;
  top: -50px;
  z-index: -1;
}

.floor .floor-nav-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floor .floor-nav-list .floor-nav-item {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  position: relative;
}

.floor .floor-nav-list .floor-nav-item:hover {
  color: #3DBAB3;
}

.floor .floor-nav-list .floor-nav-item + .floor-nav-item {
  border-left: 1px solid #ddd;
}

.floor .nav-more-btn {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

.floor .nav-more-btn > i {
  font-family: consolas;
  font-size: 14px;
  display: inline-block;
}

.floor .nav-more-btn:hover {
  text-decoration: underline;
}

.floor-main {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.floor:nth-child(odd) .floor-goods-list,
.floor-recommend-goods {
  width: calc(50% - 10px);
  -webkit-box-shadow: 0 1px 20px 0 rgba(4, 1, 34, 0.1);
  box-shadow: 0 1px 20px 0 rgba(4, 1, 34, 0.1);
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.floor:nth-child(odd) .floor-goods-list .title,
.floor-recommend-goods .title {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #ddd;
  color: #606166;
  font-size: 16px;
}

.floor:nth-child(odd) .floor-goods-list .goods-list-wrap .goods-item,
.floor-recommend-goods .goods-list-wrap .goods-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
  height: 74px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floor:nth-child(odd) .floor-goods-list .goods-list-wrap .goods-item .tag,
.floor-recommend-goods .goods-list-wrap .goods-item .tag {
  width: 40px;
  text-align: center;
}

.floor:nth-child(odd) .floor-goods-list .goods-list-wrap .goods-item > a,
.floor-recommend-goods .goods-list-wrap .goods-item > a {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: relative;
}

.floor:nth-child(odd) .floor-goods-list .goods-list-wrap .goods-item > a .goods-pic,
.floor-recommend-goods .goods-list-wrap .goods-item > a .goods-pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.floor:nth-child(odd) .floor-goods-list .goods-list-wrap .goods-item .goods-con,
.floor-recommend-goods .goods-list-wrap .goods-item .goods-con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: start;
  align-self: start;
  min-width: 0;
  margin-left: 10px;
}

.floor:nth-child(odd) .floor-goods-list .goods-list-wrap .goods-item .goods-con .goods-name,
.floor-recommend-goods .goods-list-wrap .goods-item .goods-con .goods-name {
  color: #606166;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}

.floor:nth-child(odd) .floor-goods-list .goods-list-wrap .goods-item .goods-con .click-count,
.floor-recommend-goods .goods-list-wrap .goods-item .goods-con .click-count {
  margin-top: 10px;
  color: #999;
}

.floor:nth-child(even) .floor-goods-list {
  width: 100%;
}

.floor:nth-child(even) .floor-goods-list .goods-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.floor:nth-child(even) .floor-goods-list .goods-list-wrap .goods-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  height: 435px;
  position: relative;
  overflow: hidden;
}

.floor:nth-child(even) .floor-goods-list .goods-list-wrap .goods-item:hover .goods-pic {
  -webkit-animation: kenburns-top 3s ease-out both;
  animation: kenburns-top 3s ease-out both;
}

.floor:nth-child(even) .floor-goods-list .goods-list-wrap .goods-item:hover .goods-con {
  bottom: 0;
}

.floor:nth-child(even) .floor-goods-list .goods-list-wrap .goods-item > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.floor:nth-child(even) .floor-goods-list .goods-list-wrap .goods-item > a .goods-pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.floor:nth-child(even) .floor-goods-list .goods-list-wrap .goods-item .goods-con {
  position: absolute;
  bottom: -40px;
  left: 0;
  overflow: hidden;
  padding: 0 10px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.floor:nth-child(even) .floor-goods-list .goods-list-wrap .goods-item .goods-con .goods-name {
  color: #fff;
  line-height: 20px;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
.floor-recommend-goods {
  margin-left: 20px;
}

.index_floor_main {
  position: relative;
  /* overflow: hidden; */
}

.index_floor_item {
  float: left;
  width: 227px;
  margin: 0 16px 16px 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.index_floor_item:nth-child(5n) {
  margin: 0 0 16px 0;
}

.index_floor_item:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
}

.index_floor_item > a {
  display: block;
  width: 227px;
  height: 240px;
  overflow: hidden;
}

.index_floor_item > a .goods-pic {
  width: 227px;
  height: 240px;
}

.index_floor_item_con {
  padding: 15px;
  background: #fff;
  position: relative;
}

.index_floor_item_con .goods-company {
  width: 197px;
  height: 22px;
  line-height: 22px;
  padding: 10px 15px 5px 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.index_floor_item:hover .index_floor_item_con .goods-company {
  top: -37px;
  opacity: 1;
}

.index_floor_item_con .goods-company-name i {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.21);
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
  color: #FFA200;
  float: left;
}

.index_floor_item_con .goods-company-name em {
  display: block;
  float: left;
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}

.index_floor_item_con .goods-company .googs-time {
  display: block;
  float: right;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #999;
  padding-left: 20px;
  background: url("../images/shop/date.png") left center no-repeat;
}

.index_floor_item_con .googs-title {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.index_floor_item_con .googs-title:hover {
  color: #c50e0e;
}

.index_floor_item_con .googs-click {
  font-size: 12px;
  color: #666;
  height: 20px;
  line-height: 20px;
}

.index_floor_item_con .googs-click em {
  color: #FFA200;
  padding: 0 5px;
}

.hot-tabs-item {
  width: calc(33.333% - 20px);
  height: 110px;
  border: 1px solid #ddd;
  margin-right: 30px;
  margin-bottom: 20px;
}

.hot-tabs-item:nth-child(3n) {
  margin-right: 0;
}

.hot-tabs-item > a {
  display: block;
  width: 110px;
  height: 110px;
}

.hot-tabs-good_pic {
  width: 108px;
  height: 108px;
}

.hot-tabs-good_txt {
  overflow: hidden;
  padding: 10px 16px;
  height: 110px;
}

.hot-tabs-good_name {
  height: 42px;
  color: #252525;
}

.hot-tabs-b {
  margin-top: 18px;
}

.floor:nth-child(4n+3) .floor-top, .floor:nth-child(4n) .floor-top {
  height: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: #DBF1F0;
  border-left: 4px solid #4ACFC9;
  padding-left: 10px;
  margin-bottom: 20px;
}
.floor:nth-child(4n+3) .floor-top .floor-title span, .floor:nth-child(4n) .floor-top .floor-title span {
  font-size: 18px;
  font-weight: bold;
  color: #4ACFC9;
}
.floor:nth-child(4n+3) .floor-top .floor-title span::before, .floor:nth-child(4n) .floor-top .floor-title span::before {
  font-size: 18px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  color: #4ACFC9;
  margin-right: 5px;
}

/* 首页楼层 end*/
.floor-bottom-adv {
  width: 100%;
  height: 500px;
  min-width: 1200px;
  background: url("../images/index/company.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.floor-bottom-adv .title {
  padding-top: 80px;
  color: #fff;
}
.floor-bottom-adv .title p {
  font-size: 48px;
}
.floor-bottom-adv .title p:first-child {
  font-size: 16px;
  letter-spacing: 3px;
}
.floor-bottom-adv .desc {
  margin-top: 40px;
  width: 700px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}