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

.floor-nav > li {
  width: 50px;
  height: 30px;
  padding: 5px;
  line-height: 15px;
  font-size: 12px;
  color: #999;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

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

.floor-nav > li:hover {
  background: #aaa;
  color: #fff;
}

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

.floor-nav > li > span {
  display: block;
  height: 15px;
  width: 50px;
  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: 20px;
  bottom: 20px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ddd;
}

.slidebar-item {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #ddd;
  background-image: url("../images/ico-tphsop-index.png");
  background-repeat: no-repeat;
}

.ico-slidebar1 {
  background-position: -235px 0;
}

.ico-slidebar2 {
  background-position: -275px 0;
}

.ico-slidebar3 {
  background-position: -235px -40px;
}

.ico-slidebar4 {
  border-bottom: none;
  height: 0;
  overflow: hidden;
  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: 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 0.5s ease;
  transition: all 0.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: 500px;
  width: 100%;
  min-width: 1224px;
  overflow: hidden;
}

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

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

.carousel-inner .item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  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 6px;
  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;
  display: none;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  width: 40px;
  height: 80px;
  color: #fff;
  background-color: #000;
  background-image: url("../images/ico-arrow-banner.png");
  background-repeat: no-repeat;
  opacity: 0.2;
}

.carousel-control.left-btn {
  background-position: -2px 0;
  margin-left: -380px;
}

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

.carousel .carousel-control:hover {
  opacity: 0.6;
}

.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;
  opacity: 0.7;
}

.banner-right-item:hover {
  opacity: 1;
}

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

.adv3 .recommend-brand {
  float: left;
  width: 400px;
  height: 168px;
  margin-left: 6px;
  margin-top: 6px;
  overflow: hidden;
  background-color: #f5f5f5;
}

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

/*楼层*/
.floor {
  margin-bottom: 45px !important;
}

.floor-brand {
  background: #e4f4f7;
  position: relative;
}

.floor1 {
  margin-top: 30px !important;
}

.floor1 .floor-brand {
  background: #e4f4f7;
}

.floor2 .floor-brand {
  background: #deeaff;
}

.floor3 .floor-brand {
  background: #f7e4f0;
}

.floor4 .floor-brand {
  background: #e4edf7;
}

.floor5 .floor-brand {
  background: #f7eee4;
}

.floor6 .floor-brand {
  background: #eee4f7;
}

.floor7 .floor-brand {
  background: #e4f7eb;
}

.floor-top {
  height: 56px;
  position: relative;
  border-bottom: 1px solid var(--theme-color);
}

.floor-num {
  display: none;
  float: left;
  font-size: 60px;
  color: #fff;
  line-height: 100px;
  width: 82px;
  text-align: center;
  padding: 0 15px;
}

.floor-title {
  float: left;
  line-height: 56px;
  font-size: 30px;
  font-weight: 400;
  color: #333;
}

.floor-nav-list {
  position: absolute;
  bottom: 0;
  right: 90px;
  height: 40px;
  margin-left: 4px;
  overflow: hidden;
}

.floor-nav-item {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  font-size: 16px;
  color: #555;
  margin-right: 1px;
  position: relative;
}

.floor-nav-item.active, .floor-nav-item:hover {
  background: var(--theme-color);
  color: #fff;
}

.nav-more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #ff4e00;
  line-height: 40px;
  height: 40px;
}

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

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

.floor-main {
  width: 100%;
}

.floor-brand {
  width: 392px;
  height: 522px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 112px;
  position: relative;
}

.floor-brand .brand-big {
  display: block;
  width: 190px;
  height: 385px;
  overflow: hidden;
  margin-bottom: 13px;
}

.floor-brand .brand-samll {
  display: block;
  position: relative;
}

.floor-brand .brand-samll img {
  width: 340px;
  height: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -170px;
  margin-top: -170px;
  display: block;
}

.floor-goods-list {
  margin-left: 392px;
  min-height: 300px;
  background-color: #fff;
  padding-left: 1px;
}

.floor-goods-item {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 12px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.floor-goods-item:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #ebebeb;
}

.floor-goods-item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ebebeb;
}

.floor-goods-item .googs-title {
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  color: #333;
  margin: 5px 0;
}

.floor-goods-item .googs-price {
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  color: #f71b1c;
}

.floor-goods-item .goods-pic {
  height: 167px;
  margin: auto;
  overflow: hidden;
}

.floor-goods-item .goods-pic img {
  transition: All 0.15s ease-in-out;
  -webkit-transition: All 0.15s ease-in-out;
}

.floor-goods-item:hover .goods-pic img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.floor-recommend {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.floor-recommend a {
  float: left;
  width: 33.03%;
  margin: 0 1px 1px 0;
  display: block;
  height: 40px;
  overflow: hidden;
  background: #fff;
  color: #fff;
  text-align: center;
}

.floor-recommend a img {
  height: 100%;
  max-width: 100%;
}

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

.floor-recommend-list {
  position: absolute;
  left: 0;
  top: 0;
}

.floor-recommend-item {
  display: block;
  width: 195px;
  height: 67px;
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}

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

.floor-recommend-pic {
  float: left;
  width: 67px;
  height: 67px;
  margin-right: 10px;
  overflow: hidden;
}

.floor-recommend-cont {
  float: left;
  width: 118px;
}

.recommend-goods-name {
  width: 118px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 7px;
  color: #333;
}

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

.recommend-goods-price {
  color: #f50c0c;
}

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

.todayRest {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  background: #fff;
}

.todayRest .clock-wrap {
  float: left;
  position: relative;
  width: 190px;
  height: 254px;
  background: url(../images/homebg.jpg) no-repeat;
}

.todayRest .clock {
  position: absolute;
  left: 72px;
  top: 78px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 7px solid #fff;
}

.todayRest .clock i.dian {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

.todayRest .clock-h {
  position: absolute;
  top: 5px;
  left: 19px;
  height: 19px;
  width: 5px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transform-origin: 2.5px 16.5px;
  -ms-transform-origin: 2.5px 16.5px;
      transform-origin: 2.5px 16.5px;
}

.todayRest .clock-m {
  position: absolute;
  left: 5px;
  top: 19px;
  width: 19px;
  height: 5px;
  background: 0 0;
  border-radius: 2px;
}

.todayRest .clock-m i {
  content: "";
  position: absolute;
  left: 14px;
  top: -17px;
  width: 5px;
  height: 21px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transform-origin: 2.5px 19.5px;
  -webkit-animation: tick-tock 20s steps(60, end) infinite;
  -moz-transform-origin: 2.5px 19.5px;
  -moz-animation: tick-tock 20s steps(60, end) infinite;
  -ms-transform-origin: 2.5px 19.5px;
      transform-origin: 2.5px 19.5px;
  animation: tick-tock 20s steps(60, end) infinite;
}

.todayRest .clock-s {
  position: absolute;
  left: 19px;
  top: -6px;
  width: 5px;
  height: 28px;
  -webkit-transform-origin: bottom;
  -webkit-animation: tick-tock 10s linear infinite;
  -moz-transform-origin: bottom;
  -moz-animation: tick-tock 10s linear infinite;
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  animation: tick-tock 10s linear infinite;
}

.todayRest .clock-s i {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background-color: #5e5252;
  border-radius: 50%;
}

.todayRest .clock-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 34px;
  padding-top: 146px;
}

.todayRest .list {
  float: left;
  width: 1033px;
  height: 252px;
  border: 1px solid #ebebeb;
  border-left: 0;
  overflow: hidden;
  position: relative;
}

.todayRest .list .prev, .todayRest .list .next {
  position: absolute;
  width: 20px;
  height: 40px;
  background: #ccc;
  top: 80px;
}

.todayRest .list .prev:after, .todayRest .list .next:after {
  position: absolute;
  content: "";
  left: calc(50% - 3px);
  top: calc(50% - 7px);
  width: 13px;
  height: 13px;
  border-top: 1px solid #464646;
  border-right: 1px solid #464646;
}

.todayRest .list .prev:after {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.todayRest .list .next:after {
  left: calc(50% - 10px);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.todayRest .list .prev {
  left: 0;
}

.todayRest .list .next {
  right: 0;
}

.todayRest .list .prev:hover, .todayRest .list .next:hover {
  background: #0089e1;
}

.todayRest .list .prev:hover:after, .todayRest .list .next:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.todayRest .list li {
  float: left;
  border-right: 1px solid #ebebeb;
}

.todayRest .list li a {
  display: block;
  width: 160px;
  height: 232px;
  padding: 20px 23px 0;
  color: #333;
  font-size: 14px;
}

.todayRest .list .pic {
  height: 160px;
  background: #ddd;
  overflow: hidden;
}

.todayRest .list .pic img {
  transition: All 0.15s ease-in-out;
  -webkit-transition: All 0.15s ease-in-out;
}

.todayRest .list a:hover .pic img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.todayRest .list .title {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.todayRest .list .price {
  border: 1px solid #e6382f;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.todayRest .list .price span {
  float: left;
  width: 50%;
  font-size: 14px;
}

.todayRest .list .price .t1 {
  background: #e6382f;
  color: #fff;
}

.todayRest .list .price .t2 {
  color: #777;
  text-decoration: line-through;
}

@-webkit-keyframes tick-tock {
  to {
    -webkit-transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
.co-brands {
  background: #eee;
  margin-top: 30px;
  position: relative;
}

.co-brands .list {
  padding: 1px 0 1px 1px;
  position: absolute;
  top: 1px;
  left: 0;
  right: 55px;
  height: 100%;
}

.co-brands .list .item {
  margin-right: 1px;
}

.co-brands .list a {
  display: block;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.co-brands .list a img {
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
}

.co-brands h2 {
  width: 55px;
  height: 66px;
  background: #ffe956;
  color: #4c3e00;
  float: right;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0px;
  position: relative;
  text-align: center;
}