@charset "UTF-8";
/*
* @Author: zyp
* @Date:   2018-01-22 20:24:33
 * @Last Modified by: zyp
 * @Last Modified time: 2018-02-08 16:09:50
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
.s1111-logo {
  width: 190px;
  height: 70px; }

.header-mid-wrap .logo {
  width: 190px; }

.header-mid-wrap .logo, .header-mid-wrap .head-plate-item {
  height: 140px;
  overflow: hidden; }
  .header-mid-wrap .logo a, .header-mid-wrap .head-plate-item a {
    height: 140px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #666; }

.header-mid {
  height: 140px; }

.search-content {
  width: 624px;
  height: 140px;
  margin-left: 86px; }

.top_nav_search {
  position: relative;
  z-index: 50;
  width: 624px;
  margin-top: 40px;
  display: inline-block; }

.search-inner-box {
  border: 2px solid #FF0036;
  width: 622px;
  height: 38px;
  position: relative; }

#top_nav_form {
  overflow: hidden;
  height: 38px; }

.ts_txt {
  width: 382px;
  height: 32px;
  line-height: 32px;
  padding: 3px 0 3px 10px;
  border: none;
  color: #999999;
  font-size: 14px; }

.ts_btn {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  width: 130px;
  background: url(../resource/search.png) center no-repeat #FF0036;
  padding: 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: transparent; }

.top_search_hint {
  display: none;
  position: absolute;
  left: 60px;
  top: 33px;
  width: 320px;
  z-index: 999;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #f07;
  border-radius: 0 0 5px 5px;
  overflow: hidden; }

.search_tip_box {
  float: none !important; }

.mr300 {
  min-height: 286px;
  background-color: #fff; }

.search_tip_title {
  padding-left: 10px;
  color: #666;
  font-weight: 400;
  font-size: 12px; }

.search_tip_title:after {
  content: '';
  display: table;
  clear: both; }

.ts_hotwords {
  width: 482px;
  height: 20px;
  overflow: hidden;
  margin-top: 5px;
  font-size: 12px; }

.ts_hotword {
  color: #999999;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 14px 0 0; }

.ts_hotword:hover {
  color: #FF0036;
  text-decoration: underline; }

.icon-cart-foucs {
  color: #FF3A3A;
  margin: 0 5px; }

/*购物车*/
.hd_Shopping_list {
  position: relative;
  margin-top: 40px;
  z-index: 2; }

.hd_Shopping_list .s_cart {
  width: 110px;
  height: 34px;
  border: 1px solid #DFDFDF;
  padding: 0 18px 0 15px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 34px; }

.hd_Shopping_list .s_cart a {
  color: #FF3A3A; }

.hd_Shopping_list .s_cart .ci-right {
  top: 11px;
  right: 10px;
  width: 7px;
  height: 13px;
  overflow: hidden;
  font: 400 13px/13px simsun;
  color: #999;
  display: none; }

.hd_Shopping_list .ci-count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
  display: inline-block;
  padding: 2px 2px;
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  background-color: #FF0036;
  border-radius: 6px;
  min-width: 12px;
  text-align: center;
  font-style: normal; }

.hd_Shopping_list .dorpdown-layer {
  display: none;
  position: absolute;
  -webkit-animation-name: upbit;
  animation-name: upbit;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes upbit {
  0% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
    opacity: .3; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes upbit {
  0% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
    opacity: .3; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.hd_Shopping_list.hover .s_cart {
  background: #FFFFFF; }

.hd_Shopping_list.hover .dorpdown-layer {
  display: block;
  right: 0;
  _right: -1px;
  width: 260px;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 9999; }

.hd_Shopping_list.hover .dorpdown-layer .spacer {
  position: absolute;
  right: 0;
  top: -7px;
  width: 143px;
  height: 12px;
  background: #FFF; }

.hd_Shopping_list .p_s_list {
  margin: 10px;
  display: block;
  width: auto;
  overflow: hidden; }

.p_s_list li {
  margin-bottom: 5px;
  padding: 5px 5px 10px;
  border-bottom: 1px dotted #e6e6e6; }

.p_s_list li a {
  display: block;
  width: auto;
  overflow: hidden; }

.p_s_list li span {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  padding: 2px; }

.p_s_list li span img {
  width: 60px;
  height: 60px; }

.p_s_list li:hover span {
  border: 1px solid #F30; }

.p_s_list li dl {
  display: block;
  width: 175px;
  overflow: hidden;
  line-height: 18px; }

.p_s_list li a dl dt {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px; }

.p_s_list li:hover a dl dt {
  color: #F30; }

.p_s_list li a dl dd {
  color: #cacaca;
  font-size: 12px;
  line-height: 14px;
  margin-top: 20px; }

.p_s_list li a dl dd b {
  display: inline-block;
  font-weight: 700;
  color: #cacaca; }

.p_s_list li a dl dd .price-icon {
  color: #d44d44; }

.p_s_list li a dl dd .price-num {
  margin-left: 5px;
  font-size: 14px;
  color: #d44d44; }

.p_s_list li a dl dd .item-num {
  margin-left: 10px; }

.hd_Shopping_list .nogoods {
  color: #999;
  line-height: 25px;
  text-align: center;
  padding: 10px; }

.hd_Shopping_list .nogoods a {
  color: #ff4e00; }

/***********/
.hd_Shopping_list .Shopping_style {
  padding: 5px;
  overflow: hidden;
  text-align: right;
  background: #F5F5F5; }

.hd_Shopping_list .Shopping {
  float: right;
  height: 29px;
  padding: 0 10px;
  background: #f60001;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 29px;
  border-radius: 3px; }

.hd_Shopping_list .Shopping_style .p-total {
  float: left;
  line-height: 29px; }

.hd_Shopping_list .Shopping_style .p-total strong {
  font-size: 14px;
  color: #d44d44; }

.searchbox {
  position: relative;
  z-index: 1;
  clear: both;
  width: 630px;
  height: 40px;
  margin: 40px auto 50px;
  border: 2px solid #f60001; }

.mod_select {
  position: absolute;
  left: 0;
  top: 0;
  width: 98px;
  display: none; }

.mod_select .select_box {
  position: relative;
  width: 98px;
  height: 36px; }

.mod_select .select_box .select_txt {
  display: inline-block;
  width: 98px;
  height: 36px;
  padding-left: 28px;
  overflow: hidden;
  line-height: 36px;
  font-size: 15px;
  cursor: pointer;
  color: #833214; }

.mod_select .select_box .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background: url(../resource/search_ico.png) center no-repeat; }

.mod_select .select_box .option {
  display: none;
  position: absolute;
  top: 38px;
  left: -2px;
  width: 100px;
  background-color: #fff;
  border: 2px solid #f60001;
  border-top: 0; }

.mod_select .select_box .option li {
  padding-left: 28px;
  font-size: 15px;
  line-height: 2;
  cursor: pointer; }

.mod_select .select_box .option li:hover {
  color: #f60001; }

.searchbox .import {
  width: 426px;
  height: 40px;
  margin-left: 100px;
  padding-left: 20px;
  border: none;
  outline: none; }

.searchbox .btn-search {
  position: absolute;
  right: 0;
  width: 100px;
  height: 40px;
  color: #fff;
  background-color: #f60001;
  border: 0; }
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:47:01
* @Last Modified by:   zyp
* @Last Modified time: 2018-01-16 16:17:03
*/
/*
* @Author: zyp
* @Date:   2017-12-19 11:14:05
 * @Last Modified by: zyp
 * @Last Modified time: 2019-02-22 12:06:10
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
.box {
  background: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.goods-list {
  margin-top: 60px; }

#flor-content {
  background: #f6f6f6; }

#flor-content section .goods-lists {
  background: #fff; }

.floor-list-title {
  line-height: 36px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 10; }

.floor-list-title .suggest {
  font-size: 18px;
  padding: 0 10px;
  color: #542712; }

.floor-list-title .mall-message-title {
  font-size: 18px;
  padding: 0 10px; }

.shopping-spree-item {
  position: relative;
  float: left;
  width: 272px;
  height: 364px;
  -webkit-box-shadow: 0px 0px 0px 1px #e8e8e8;
  box-shadow: 0px 0px 0px 1px #e8e8e8;
  margin: 20px 10px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.shopping-spree-item:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0px 0px  0px 1px #f60001;
  box-shadow: 0px 0px  0px 1px #f60001; }

/* .shopping-spree-item::before {
    content: "";
    border-left: 1px solid #f60001;
    border-right: 1px solid #f60001;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    transform: scale(1, 0);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.shopping-spree-item::after {
    content: "";
    border-bottom: 1px solid #f60001;
    border-top: 1px solid #f60001;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    transform: scale(0, 1);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.shopping-spree-item:hover::before,
.shopping-spree-item:hover::after{opacity: 1;transform:scale(1);transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;} */
.shopping-spree-link {
  position: relative;
  display: block;
  width: 234px;
  text-align: center;
  margin: auto; }

.shopping-spree-img {
  position: absolute;
  width: 234px;
  height: 205px;
  left: 50%;
  margin-left: -117px;
  top: 20px;
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
  background: #f6f6f6; }

.lazyimg_img {
  width: 100%;
  height: 100%; }

.shopping-spree-item-name {
  position: absolute;
  top: 245px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  width: 234px;
  left: 50%;
  margin-left: -117px; }

.shopping-spree-item-little-name {
  position: absolute;
  top: 275px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  width: 234px;
  left: 50%;
  margin-left: -117px; }

.shopping-spree-item-price {
  position: absolute;
  top: 314px;
  padding: 1px;
  background: #e6382f;
  left: 50%;
  margin-left: -117px;
  width: 150px;
  height: 26px;
  line-height: 26px; }

.mod_price {
  font-size: 14px;
  color: #e33333; }

.shopping-spree-item-price_new {
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 75px;
  height: 26px; }

.mod_price i {
  margin-right: 3px;
  font-family: arial;
  font-weight: 400;
  font-size: 12px; }

.shopping-spree-item-price_origin {
  float: left;
  background: #fff;
  text-align: center;
  color: #b7bcb8;
  font-size: 12px;
  width: 75px;
  height: 26px;
  text-decoration: line-through; }

.shopping-spree-item-stock {
  position: absolute;
  top: 314px;
  width: 95px;
  height: 26px;
  /* background: #e6382f; */
  line-height: 26px;
  right: 5px;
  /* margin-left: 50px; */
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center; }

.banner-con {
  height: 450px;
  width: 100%;
  background: #f6f6f6;
  line-height: 450px;
  text-align: center;
  font-size: 30px; }

.tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.time-list:before,
.time-list:after {
  content: ""; }

.time-list {
  width: 100px;
  float: left;
  cursor: pointer; }

.time-list em, .time-list b {
  color: #999; }

.time-list:hover em, .time-list:hover b {
  color: #1a1a1a; }

.time-list-open em, .time-list-open b {
  color: #1a1a1a; }

.time-list em, .time-list b {
  display: inline-block;
  text-align: center;
  width: 90px;
  line-height: 24px; }

.time-tabs {
  height: 60px;
  border-top: 2px solid #f60001; }
/*!
 laypage默认样式
*/.laypage_main a,.laypage_main input,.laypage_main span{height:26px;line-height:26px}.laypage_main button,.laypage_main input,.laypageskin_default a{border:1px solid #ccc;background-color:#fff}.laypage_main{font-size:0;clear:both;color:#666}.laypage_main *{display:inline-block;vertical-align:top;font-size:12px}.laypage_main a{text-decoration:none;color:#666}.laypage_main a,.laypage_main span{margin:0 3px 6px;padding:0 10px}.laypage_main input{width:40px;margin:0 5px;padding:0 5px}.laypage_main button{height:28px;line-height:28px;margin-left:5px;padding:0 10px;color:#666}.laypageskin_default span{height:28px;line-height:28px;color:#999}.laypageskin_default .laypage_curr{font-weight:700;color:#666}.laypageskin_molv a,.laypageskin_molv span{padding:0 12px;border-radius:2px}.laypageskin_molv a{background-color:#f1eff0}.laypageskin_molv .laypage_curr{background-color:#00AA91;color:#fff}.laypageskin_molv input{height:24px;line-height:24px}.laypageskin_molv button{height:26px;line-height:26px}.laypageskin_yahei{color:#333}.laypageskin_yahei a,.laypageskin_yahei span{padding:0 13px;border-radius:2px;color:#333}.laypageskin_yahei .laypage_curr{background-color:#333;color:#fff}.laypageskin_flow{text-align:center}.laypageskin_flow .page_nomore{color:#999}