/** 
 * 描述：手机版商品列表
 * by shopwt.com
 */
@charset "utf-8";


/*商品列表头部特征*/
.wtm-product-header .header-inp {
  margin: 0.275rem 0.5rem 0 2rem;
}
.wtm-product-header .header-inp .search-bg {
  font-size: 0.55rem;
}

/* 商品列表筛选条 */
.goods-search-list-nav {
  display: block;
  width: 100%;
  height: 1.95rem;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: solid 0.05rem #eee;
  position: fixed;
  z-index: 3;
  top: 2rem;
  left: 0;
  right: 0;
}
.goods-search-list-nav ul {
  font-size: 0;
  display: block;
  width: 85%;
  float: left;
}
.goods-search-list-nav ul li {
  vertical-align: top;
  display: inline-block;
  width: 30%;
}
.goods-search-list-nav ul li:first-child {
  width: 40%;
}
.goods-search-list-nav ul li a {
  font-size: 0.6rem;
  color: #888;
  line-height: 1.95rem;
  text-align: center;
  display: block;
  height: 1.95rem;
}
.goods-search-list-nav ul li a.current {
  color: #ff1558;
  font-size: 0.6rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.goods-search-list-nav ul li a i {
  font-size: 0px;
  line-height: 0;
  vertical-align: middle;
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 0.2rem;
  border-width: 0.2rem;
  border-color: #aaa transparent transparent transparent;
  border-style: solid dashed dashed dashed;
}
.goods-search-list-nav ul li a.current i {
  border-color: #ff1558 transparent transparent transparent;
}
.goods-search-list-nav ul li a span.screen {
  background-image: url(../images/screen.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.goods-search-list-nav .browse-mode {
  display: block;
  width: 14.5%;
  float: right;
  border-left: solid 0.05rem #eee;
}
.goods-search-list-nav .browse-mode a {
  text-align: center;
  display: block;
  height: 1.95rem;
}
.goods-search-list-nav .browse-mode a span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.4rem auto;
  opacity: 0.5;
}
.goods-search-list-nav .browse-mode .browse-list {
  background-image: url(../images/browse_list.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
}
.goods-search-list-nav .browse-mode .browse-grid {
  background-image: url(../images/browse_grid.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
}

.goods-sort-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#19000000', endColorstr='#19000000');
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 4;
  top: 3.95rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.goods-sort-inner span {
  background-color: #fff;
  display: block;
  padding-left: 0.38rem;
}
.goods-sort-inner span a {
  font-size: 0.6rem;
  line-height: 1rem;
  color: #777;
  display: block;
  height: 1rem;
  padding: 0.5rem 0.75rem 0.5rem 0.38rem;
  border-top: solid 0.05rem #eee;
}
.goods-sort-inner span a i {
  background-image: url(../images/ok.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  display: none;
  width: 0.6rem;
  height: 0.6rem;
  float: right;
  margin: 0.15rem;
}
.goods-sort-inner span a.cur {
  color: #ff1558;
}
.goods-sort-inner span a.cur i {
  display: block;
}
/*商品筛选层*/
.secreen-box dl {
  display: block;
  padding: 0 0.5rem;
  background-color: #fff;
  border-bottom: solid #eee 0.05rem;
}
.secreen-box dt {
  display: block;
  height: 0.9rem;
  padding: 0.5rem 0 0 0;
  font-size: 0.6rem;
  color: #888;
  line-height: 0.9rem;
}
.secreen-box dd {
  display: block;
  font-size: 0;
  padding: 0 0 0.5rem 0;
}
.secreen-box dd span.inp-balck {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 0.9rem;
  padding: 0.25rem 0.5rem;
  margin-top: 0.3rem;
  color: #888;
  line-height: 0.9rem;
  background: #f5f5f5;
  border: solid 0.05rem #eee;
  border-radius: 0.15rem;
}
.secreen-box dd span.inp-balck.add {
  padding-right: 1rem;
}
.secreen-box dd span.inp-balck.add i {
  position: absolute;
  z-index: 1;
  right: 0.2rem;
  top: 0.25rem;
  display: block;
  width: 0.8rem;
  height: 0.9rem;
  background-image: url(../images/location_b.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
}
.secreen-box dd select {
  height: 0.9rem;
  font-size: 0.55rem;
  background-color: transparent;
  line-height: 0.9rem;
  border: 0 none;
  appearance: none;
  -webkit-appearance: none; /*for chrome*/
}
.secreen-box dd a {
  display: inline-block;
  height: 0.9rem;
  padding: 0.25rem 0.5rem;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
  font-size: 0.6rem;
  color: #888;
  line-height: 0.9rem;
  background: #fff;
  border: solid 0.05rem #eee;
  border-radius: 0.15rem;
}
.secreen-box dd a:first-child {
  margin-left: 0;
}
.secreen-box dd a.current {
  padding: 0.28rem 0.53rem;
  color: #fff;
  background: #ff1558;
  border: none;
}
.secreen-box dd .line {
  display: inline-block;
  vertical-align: top;
  width: 0.8rem;
  height: 0.9rem;
  margin: 0.5rem 0.2rem;
  background-image: url(../images/value_minus.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60%;
  opacity: 0.5;
}
.secreen-box dd .inp {
  width: 3rem;
  height: 0.9rem;
  text-align: center;
  border: none 0;
  font-size: 0.6rem;
  line-height: 0.9rem;
  background-color: transparent;
}
.secreen-box .bottom {
  padding: 1rem 0;
  background-color: #fff;
}

/*列表模式*/
.list .goods-secrch-list {
  display: block;
  padding: 0.6rem .4rem 0 0;
}
.list .goods-secrch-list a {
  display: block;
  color: #111;
}
.list .goods-secrch-list .goods-item {
  background-color: #fff;
  display: block;
  clear: both;
  position: relative;
  z-index: auto;
  padding: 0.6rem;
  margin-bottom: 0.6rem;
}
/*商品图片*/
.list .goods-secrch-list .goods-pic {
  display: block;
  width: 4.62rem;
  height: 4.62rem;
  padding: 0.38rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.list .goods-secrch-list .goods-pic a {
  width: 100%;
  height: 100%;
}
.list .goods-secrch-list .goods-pic img {
  width: 100%;
  height: 100%;
}
/*右侧商品介绍*/
.list .goods-secrch-list .goods-content {
  display: block;
  height: 100%;
  padding: 0.38rem 0.38rem 0 0;
  margin-left: 5.38rem;
}
/*商品名称*/
.list .goods-secrch-list .goods-name {
  display: block;
  height: 2.4rem;
  overflow: hidden;
}
.list .goods-secrch-list .goods-name h4 {
  font-size: 0.6rem;
  line-height: 0.8rem;
  height: 1.6rem;
  overflow: hidden;
}
.list .goods-secrch-list .goods-name h6 {
  font-size: 0.5rem;
  color: #999;
  line-height: 0.9rem;
  height: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*商品价格与促销*/
.list .goods-secrch-list .goods-sale {
  display: block;
  height: 0.9rem;
  padding: 0.2rem 0;
  overflow: hidden;
}
.list .goods-secrch-list .goods-price {
  color: #ff1558;
  font-size: 0.6rem;
  line-height: 0.9rem;
  display: block;
  float: left;
  white-space: nowrap;
}
.list .goods-secrch-list .goods-price em {
  font-size: 0.8rem;
  line-height: 0.9rem;
  display: inline-block;
}
.list .goods-secrch-list .goods-price em i {
  font-size: 0.55rem;
  text-decoration: line-through;
  color: #999;
}
.list .goods-secrch-list .goods-price .phone-sale {
  font-size: 0.45rem;
  line-height: 0.6rem;
  vertical-align: top;
  display: inline-block;
  height: 0.6rem;
  padding-right: 0.1rem;
  margin-top: 0.05rem;
  border: solid #ff1558 0.05rem;
}
.list .goods-secrch-list .goods-price .phone-sale i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #ff1558 url(../images/mobile_w.png) no-repeat 50% 50%;
  background-size: 80%;
}
.list .goods-secrch-list .sale-type {
  float: right;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0 0 0.1rem;
  vertical-align: top;
  text-align: center;
  font-size: 0.45rem;
  color: #fff;
  line-height: 0.6rem;
  background-color: #ff1558;
  border-radius: 0.1rem;
}
/*商品相关信息*/
.list .goods-secrch-list .goods-assist {
  display: block;
  height: 1rem;
  padding-bottom: 0.2rem;
  overflow: hidden;
}
.list .goods-secrch-list .goods-sold {
  font-size: 0.55rem;
  line-height: 1rem;
  color: #999;
  display: block;
  float: left;
  width: 40%;
  height: 1rem;
}
.list .goods-secrch-list .goods-sold em {
  color: #999;
  vertical-align: middle;
  font-weight: 600;
}
.list .goods-secrch-list .goods-store {
  color: #666;
  float: left;
  font-size: 0.55rem;
  line-height: 1rem;
  text-align: left;
  height: 1rem;
}
.list .goods-secrch-list .goods-store .mall {
  display: inline-block;
  padding: 3px 0.1rem;
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #fff;
  background: #ff1558;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: simsun;
  margin-left: .3rem;
}
.list .goods-secrch-list .goods-store a {
  color: #666;
  white-space: nowrap;
  overflow: hidden;
}
.list .goods-secrch-list .goods-store a i {
  background-image: url(../images/more_b.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60%;
  vertical-align: top;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.15rem;
  opacity: 0.4;
}

.list .goods-secrch-list .add-cart {
  float: right;
  font-size: 0.55rem;
  line-height: 1.2rem;
  text-align: right;
  width: 1.2rem;
  height: 1rem;
}
.list .goods-secrch-list .add-cart .mall {
  display: inline-block;
  padding: 0 0.1rem;
  font-size: 0.45rem;
  line-height: 0.6rem;
  color: #fff;
  background-color: #ff1558;
}
.list .goods-secrch-list .add-cart a {
  font-size: 0;
  color: #888;
}
.list .goods-secrch-list .add-cart a i {
  background-image: url(../images/cart_add.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 70%;
  vertical-align: top;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0 0 0.15rem;
  position: absolute;
  right: 10px;
}

.list .goods-secrch-list .add-fx {
  float: right;
  font-size: 0.6rem;
  line-height: 1.2rem;
  text-align: right;
  width: 1.2rem;
  height: 1rem;
  margin-right: 10px;
}
.list .goods-secrch-list .add-fx .mall {
  display: inline-block;
  padding: 0 0.1rem;
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #fff;
  background-color: #ff1558;
}
.list .goods-secrch-list .add-fx a {
  font-size: 0;
  color: #888;
}
.list .goods-secrch-list .add-fx a i {
  background-image: url(../images/fx_add.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  vertical-align: top;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0 0 0.15rem;
  position: absolute;
  right: 12px;
}

.list .goods-secrch-list .sotre-creidt-box {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.list .goods-secrch-list .sotre-creidt-box p {
  width: 5.38rem;
  height: 5.38rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.list .goods-secrch-list .sotre-creidt-box dl {
  background-color: #f5f5f5;
  height: 4.62rem;
  padding: 0.38rem;
  margin-left: 5.38rem;
}

/*店铺列表使用特殊样式*/

.sotre-favorites-box {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
.sotre-favorites-box .sotre-favorites-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
  background: rgba(255, 255, 255, 0.9);
  border: solid 0.05rem #eee;
}
.sotre-favorites-box .add {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
}
.sotre-favorites-box .add i {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 auto 0.1rem auto;
  background-image: url(../images/star_b.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 65%;
  border: solid 0.075rem #000;
  border-radius: 100%;
  opacity: 0.75;
}
.sotre-favorites-box .add h5 {
  display: block;
  height: 1rem;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #000;
}
.sotre-favorites-box .add.added {
  display: none;
}
.sotre-favorites-box .add.added i {
  background-image: url(../images/star_r.png);
  border-color: #ff1558;
  opacity: 1;
}

/*大图模式*/

/* .grid .goods-secrch-list {
  font-size: 0;
  display: block;
  min-width: 340px;
  padding: 0.6rem;
} */
/* kee start styling */
.grid .goods-secrch-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: .8rem;
  row-gap: 1rem;
  min-width: 315px;
  min-height: auto;
  padding: 0.6rem;
}
/* kee end styling */
/*kee comment .grid .goods-secrch-list .goods-item {
  background-color: #fff;
  vertical-align: top;
  display: inline-block;
  width: 49.25%;
  margin-bottom: 0.4rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.3rem;
} */
/* kee start styling */
.grid .goods-secrch-list .goods-item {
  background-color: #fff;
  /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); kee comment */
  box-shadow: 0px 5px 9px -2px #293664a6;
  position: relative;
  width: 300px;
  height: 325px;
  z-index: 1;
  border-radius: 0.5rem;
}
/* kee end styling */
/*kee comment .grid .goods-secrch-list .goods-item:nth-of-type(even) {
  margin-left: 1.5%;
} */
/*商品图片*/
.grid .goods-secrch-list .goods-pic {
  display: flex; /* kee change block to flex  */
  justify-content: center; /* kee add */
  width: 300px; /*kee change 100% to 300px */
  /* height: 75%; kee change 100% to 75% */
}
.grid .goods-secrch-list .goods-pic a {
  /* display: flex; kee change block to flex 
  justify-content: center; kee add */
  width: 300px; /* kee change 100% to 300px */
  height: 220px; /* kee change 100% to 240px */
}
.grid .goods-secrch-list .goods-pic img {
  width: 300px; /* kee change 100% to 300px */
  height: 210px; /* kee add height: 230px */
  object-fit: contain; /* kee add */
}
/*下方商品介绍*/
.grid .goods-secrch-list .goods-content {
  display: block;
  padding: 0 0.25rem;
}
/*商品名称*/
.grid .goods-secrch-list .goods-name {
  display: block;
  min-height: 0.9rem;
  overflow: hidden;
}
.grid .goods-secrch-list a {
  display: block;
  color: #111;
}
/*kee comment .grid .goods-secrch-list .goods-name h4 {
  font-size: 0.6rem;
  line-height: 0.9rem;
  height: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
} */
/* kee start styling  */
.grid .goods-secrch-list .goods-name h4 {
  font-size: 0.6rem;
  max-width: 300px;
  max-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* kee end styling  */
.fav-list .goods-name h4 {
  height: 1.8rem !important;
  text-overflow: clip !important;
  white-space: pre-wrap !important;
}
.grid .goods-secrch-list .goods-name h6 {
  display: none;
}
/*商品价格与促销*/
.grid .goods-secrch-list .goods-sale {
  display: inline-block;
  /* height: 0.9rem; kee */
  /* height: 3.9rem; kee */
  padding: 0.2rem 0;
  overflow: hidden;
}
.grid .goods-secrch-list .goods-price {
  color: #ff1558;
  font-size: 0.55rem;
  line-height: 0.9rem;
  display: block;
  float: left;
  /* white-space: nowrap; kee comment */
}
.grid .goods-secrch-list .goods-price em {
  font-size: 0.8rem;
  line-height: 0.9rem;
  display: inline-block;
}
.grid .goods-secrch-list .goods-price em i {
  font-size: 0.55rem;
  text-decoration: line-through;
  color: #999;
}
.grid .goods-secrch-list .goods-price .phone-sale {
  font-size: 0;
  vertical-align: top;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border: solid #ff1558 0.02rem;
}
.grid .goods-secrch-list .goods-price .phone-sale i {
  display: block;
  width: 100%;
  height: 100%;
  background: #ff1558 url(../images/mobile_w.png) no-repeat 50% 50%;
  background-size: 80%;
}
.grid .goods-secrch-list .sale-type {
  display: none;
}
/*商品相关信息*/
.grid .goods-secrch-list .goods-assist {
  display: block;
  height: 1rem;
  padding-bottom: 0.3rem; /* kee change 0.2rem to .3rem*/
  /* padding-top: 0.4rem; kee comment */
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.grid .goods-secrch-list .goods-sold {
  font-size: 0.55rem;
  line-height: 1rem;
  color: #999;
  display: block;
  float: left;
}
.grid .goods-secrch-list .goods-sold em {
  color: #999;
  vertical-align: middle;
  font-weight: 600;
}
.grid .goods-secrch-list .goods-store {
  float: left;
  font-size: 0.55rem;
  color: #666;
}
.grid .goods-secrch-list .goods-store .mall {
  display: inline-block;
  /* padding: 3px 0.2rem; kee comment */
  padding: 0px 0.2rem;
  padding-bottom: 6px; /* kee add*/
  font-size: 0.6rem;
  /* line-height: 0.6rem; kee comment*/ 
  line-height: 1rem;
  color: #fff;
  background: #ff1558;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  /* font-family: simsun; comment */
  margin-left: .3rem;

/* kee start add */
  max-width: 85px;
  min-width: 55px;
  overflow: hidden;
  height: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* kee end add */
}
.grid .goods-secrch-list .goods-store a {
  font-size: 0;
  color: #666;
}
.grid .goods-secrch-list .goods-store a i {
  background-image: url(../images/more_b.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60%;
  vertical-align: top;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.15rem;
  opacity: 0.5;
}

.grid .goods-secrch-list .add-cart {
  float: right;
  font-size: 0.55rem;
  line-height: 1.2rem;
  text-align: right;
  width: 1.2rem;
  height: 1rem;
}
.grid .goods-secrch-list .add-cart .mall {
  display: inline-block;
  padding: 0 0.1rem;
  font-size: 0.45rem;
  line-height: 0.6rem;
  color: #fff;
  background-color: #ff1558;
}
.grid .goods-secrch-list .add-cart a {
  font-size: 0;
  color: #888;
}
.grid .goods-secrch-list .add-cart a i {
  background-image: url(../images/cart_add.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 70%;
  vertical-align: top;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.25rem;
}

.grid .goods-secrch-list .add-fx {
  float: right;
  font-size: 0.6rem;
  line-height: 1.2rem;
  text-align: right;
  width: 1.2rem;
  height: 1rem;
  margin-right: 5px;
}
.grid .goods-secrch-list .add-fx .mall {
  display: inline-block;
  padding: 0 0.1rem;
  font-size: 0.45rem;
  line-height: 0.6rem;
  color: #fff;
  background-color: #ff1558;
}
.grid .goods-secrch-list .add-fx a {
  font-size: 0;
  color: #888;
}
.grid .goods-secrch-list .add-fx a i {
  background-image: url(../images/fx_add.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  vertical-align: top;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  /* right: 0.2rem; kee comment */
  right: 0.5rem;
  bottom: 0.25rem;
}

.grid .goods-secrch-list .store-credit {
  display: none;
}
.grid .goods-secrch-list .sotre-creidt-box {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.grid .goods-secrch-list .sotre-creidt-box dl {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#F2EEEEEE', endColorstr='#F2EEEEEE');
  background: rgba(238, 238, 238, 0.95);
  width: 90%;
  height: 4.2rem;
  padding: 5%;
  position: absolute;
  z-index: inherit;
  bottom: 0;
}
/*商品收藏列表删除*/
.grid .goods-secrch-list .fav-del {
  position: absolute;
  z-index: 1;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/del_b.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 65%;
}

.goods-secrch-list .sotre-creidt-box dt {
  text-align: left;
  display: block;
  line-height: 1rem;
  height: 1rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.4rem;
  border-bottom: solid 1px #eee;
  position: relative;
  z-index: 1;
}
.goods-secrch-list .sotre-creidt-box dt a {
  font-size: 0.65rem !important;
  color: #333 !important;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.goods-secrch-list .sotre-creidt-box dt a span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/arrow_right_b.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  opacity: 0.6;
}
.goods-secrch-list .sotre-creidt-box dd {
  font-size: 0.45rem;
  color: #555;
  line-height: 0.9rem;
  text-align: left;
  height: 0.9rem;
}
.goods-secrch-list .sotre-creidt-box dd em {
  font-size: 0.55rem;
  font-weight: 600;
}
.goods-secrch-list .sotre-creidt-box dd.high em {
  color: #ff1558;
}
.goods-secrch-list .sotre-creidt-box dd.equal em {
  color: #ff1558;
}
.goods-secrch-list .sotre-creidt-box dd.low em {
  color: #48cfae;
}
.goods-secrch-list .sotre-creidt-box dd i {
  vertical-align: top;
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  margin: 0.15rem;
  border-radius: 2px;
}
.goods-secrch-list .sotre-creidt-box dd.high i {
  background: #ff1558 url(../images/creidt_high.png);
  background-size: cover;
}
.goods-secrch-list .sotre-creidt-box dd.equal i {
  background: #ff1558 url(../images/creidt_equal.png);
  background-size: cover;
}
.goods-secrch-list .sotre-creidt-box dd.low i {
  background: #48cfae url(../images/creidt_low.png);
  background-size: cover;
}

/*店铺收藏列表*/
.favorites-store-list {
  position: relative;
}
.favorites-store-list li {
  display: block;
  clear: both;
  position: relative;
  z-index: 1;
  padding: 0.5rem 0 0;
  background-color: #fff;
}
.favorites-store-list li a {
  display: block;
  color: #333;
  margin-right: 2rem;
}
.favorites-store-list li .store-avatar {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
}
.favorites-store-list li .store-avatar img {
  width: 100%;
  height: 100%;
}
.favorites-store-list li .store-info {
  display: block;
  margin: 0 0 0 3rem;
  padding-bottom: 0.5rem;
  vertical-align: top;
  text-align: left;
  border-bottom: 0.05rem solid #eee;
}
.favorites-store-list li .store-info dt {
  font-size: 0.6rem;
  line-height: 0.9rem;
}
.favorites-store-list li .store-info dd {
  font-size: 0;
  line-height: 1.1rem;
}
.favorites-store-list li .store-info dd span {
  display: inline-block;
  font-size: 0.55rem;
  color: #888;
}
.favorites-store-list li .store-info dd span em {
  font-size: 0.6rem;
  font-weight: 600;
  margin: 0 0.1rem;
  color: #000;
}
.favorites-store-list li .del-fav {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  margin: 0;
  background-image: url(../images/del_b.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 65%;
  opacity: 0.75;
}

/*店铺分页列表*/
.pagination {
  text-align: center;
  font-size: 0.45rem;
  margin-bottom: 0.3rem;
}
.pagination a {
  color: #6e6e6e;
}
.pagination a.disabled {
  color: #ccc;
}
.pre-page,
.page-warp,
.next-page,
.pagew-size {
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px 10px;
  background: #fff;
}
.pre-page,
.page-warp,
.next-page {
  display: inline-block;
}
.pagination select {
  padding: 4px 8px;
  border: 1px solid #ccc;
  vertical-align: bottom;
}
.page-warp {
  width: 80px;
  position: relative;
  text-align: center;
  z-index: 10;
}
.pagew-size {
  position: absolute;
  width: 80px;
  z-index: 10;
  left: -1px;
  bottom: 30px;
  display: none;
}
.pagew-size li {
  border-bottom: 1px dashed #ddd;
  padding: 4px 0px;
}
.pagew-size li a {
  display: block;
}

/*打折促销 抢购*/
.group-list {
  border-top: 1px solid #dedede;
  min-width: 320px;
}
.group-list li {
  box-sizing: border-box;
  list-style-type: none;
  margin-bottom: 0.4rem;
  background: #fff;
  letter-spacing: normal;
  width: 100% !important;
}
.group-list li .listimg {
  box-sizing: border-box;
  float: left;
  margin: 1rem 0.3rem;
}
.group-list li .listimg a {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
}
.group-list li .listimg img {
  display: block;
  width: 100%;
  width: 100%;
}
.group-list li .content {
  position: relative;
  box-sizing: border-box;
  padding-top: 0.9rem;
  overflow: hidden;
}
.group-list li .content .mt10 {
  margin: 0 !important;
}
.group-list li .content .gtile {
  font-size: 0.6rem;
  color: #333;
  height: 1.85rem;
  padding-right: 0.3rem;
  overflow: hidden;
}
.group-list li .content .sale-type {
  vertical-align: middle;
  text-align: center;
  font-size: 0.45rem;
  color: #fff;
  background-color: #ff1558;
  border-radius: 0.15rem;
  padding: 0.1rem 0.15rem;
}
.group-list li .content .priceinfo .thisprice {
  color: #ff1558;
  font-size: 0.8rem;
  font-weight: 600;
}
.group-list li .content .priceinfo .oldprice {
  color: #999;
  font-size: 0.6rem;
  text-decoration: line-through;
}
.group-list li .content .pingroup {
  box-sizing: border-box;
  margin-top: 0.5rem;
  padding-right: 0.3rem;
}
.group-list li .content .pingroup .pingroup-r {
  float: right;
  background-color: #ff1558;
  border-radius: 3px;
  color: #fff;
  font-family: Arial, Microsoft YaHei, 黑体, 宋体, sans-serif;
  font-size: 0.55rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  width: 3rem;
}
.group-list li .content .pingroup .pingroup-r2 {
  float: right;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  font-family: Arial, Microsoft YaHei, 黑体, 宋体, sans-serif;
  font-size: 0.55rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  width: 3rem;
}
.group-list li .content .numpingou {
  float: left;
  margin-right: 20px;
  background: #ffedf1;
  color: #f23878;
  font-size: 0.6rem;
  display: inline-block;
  width: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
}
.group-list li .content .status {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 10px;
  top: 30px;
}
.group-list li .content .status img {
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
}
.group-list li .content .pingroup .pingroup-no {
  font-size: 0.5rem;
  height: 28px;
  line-height: 28px;
  width: 60px;
  color: #ff1558;
  display: inline-block;
  text-align: center;
}
.group-list li .content .pingroup .pingroup-jindu {
  margin-top: 0.2rem;
  font-size: 0.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #ff1558;
  display: inline-block;
  text-align: center;
  border: 1px #ff1558 solid;
  padding: 0 1.8rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
.group-list li .content .pingroup .pingroup-jindu2 {
  font-size: 0.5rem;
  height: 1rem;
  margin-right: -0.5em;
  line-height: 1rem;
  color: #ff1558;
  display: inline-block;
  text-align: center;
  padding: 0 1.5rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
.group-list li .content .pingroup .pingroup-jindu .stock {
  font-size: 0.45rem;
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.group-list li .content .pingroup .pingroup-jindu2 .stock {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 0.6rem;
}
.group-list .goods-time {
  color: #999;
  font-size: 0.55rem;
  font-weight: normal;
  float: right;
  text-align: right;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
}
.group-list .count-text {
  line-height: 0.8rem;
  font-size: 0.6rem;
}
.group-list .count-time {
  line-height: 0.8rem;
  font-size: 0.55rem;
}
.group-list .count-time em {
  background: #fff;
  color: #ff1558;
  display: inline-block;
  width: 0.6rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  border-radius: 0.1rem;
  margin: 0 0.2rem;
  padding: 0 0.1rem;
  font-size: 0.5rem;
  margin-top: 0.05rem;
  font-weight: 600;
}
.group-list .count-time em:last-child {
  margin-right: 0;
}
/*店铺*/
.wtm-footer-wrap {
  margin: 0 auto;
  max-width: 1080px;
}
.wtm-inp-con ul li h4 {
  width: 4.6rem;
  text-align: left;
}
.wtm-inp-con ul li h4 i {
  background-image: url("../images/location_b.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 80% auto;
  display: block;
  height: 0.9rem;
  position: absolute;
  right: 0.2rem;
  top: 0.5rem;
  width: 0.8rem;
  z-index: 1;
}
.wtm-order-search {
  position: relative;
}
.wtm-inp-con ul li .input-box .input-del {
  display: block;
}
.wtm-inp-con ul li .input-box {
  margin: 0 0.5rem 0 4.4rem;
}
.rzs_info {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  background: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
/* kee start styleing  */
.rzs_info:last-child {
  margin-bottom: 60px;
}
/* kee end styleing  */

.rzs_info dl {
  width: 95%;
  margin: 5px auto;
  overflow: hidden;
}
.rzs_info dl span {
  width: 20%;
  float: left;
  overflow: hidden;
}
.rzs_info dl span img {
  display: block;
  width: 90%;
  float: left;
  height: auto;
}
.rzs_info dl dt {
  width: 60%;
  float: left;
}
.rzs_info dl dt strong {
  width: 100%;
  font-size: 0.8rem;
  line-height: 150%;
  color: #333;
  font-weight: 400;
}
.rzs_info dl dt strong a {
  color: #333;
}
.rzs_info dl dt p {
  width: 100%;
  height: 1rem;
  font-size: 0.5rem;
  line-height: 1rem;
  color: #999;
}
.rzs_info dl dt p img {
  margin-top: 6px;
}
/* .rzs_info dl dd i {
  display: block;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  color: #666;
  background: #eee;
  border: 1px solid #ddd;
  padding: 0 12px;
  float: right;
  border-radius: 4px;
} kee comment*/

/* start kee add */
.rzs_info dl dd i {
  display: block;
  font-size: 20px;
  color: #929aa5;
  float: right;
  margin-right: .5rem;
}
/* end kee add */

.rzs_info dl dd i:hover {
  /* background: #ff1558; */
   color: #ff1558;
  /* border: 1px solid #ff1558; kee comment*/
}
.rzs_info ul {
  width: 95%;
  margin: auto;
  overflow: hidden;
}
.rzs_info ul li {
  width: 33.3%;
  float: left;
  height: 50px;
  text-align: left;
  clear: none;
}
.rzs_info ul li span {
  float: left;
  font-size: 13px;
  line-height: 40px;
  color: #666;
}
.rzs_info ul li strong {
  float: left;
  font-size: 13px;
  line-height: 40px;
  color: #dd2726;
  font-weight: normal;
  text-align: left;
}
.rzs_info ul li em {
  float: left;
  width: 13px;
  height: 13px;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  border-radius: 3px;
  background: #dd2726;
  text-align: center;
  margin-left: 1px;
  margin-top: 12px;
}
.rzs_img {
  width: 100%;
  overflow: hidden;
}
.rzs_img img {
  width: 100% !important;
  height: auto !important;
}
.rzs_info .distance {
  font-size: 0.5rem;
  position: absolute;
  top: 2.2rem;
  right: 0.6rem;
  color: #ff0000;
  text-align: right;
  width: 4rem;
}

.index_taocan {
  overflow-x: auto;
  padding-left: 10px; /*kee add padding*/
}
.index_taocan dl {
  width: 25%;
  float: left;
  overflow: hidden;
}
.index_taocan dl dt {
  width: 90%;
  height: 90px;
  overflow: hidden;
  position: relative;
  line-height: 90px;
  text-align: center;
}
.index_taocan dl dt em {
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.index_taocan dl dt img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.index_taocan dl dd {
  width: 90%;
  height: 20px;
  margin-top: 8px;
  float: left;
  line-height: 20px;
  font-size: 0.55rem;
  color: #666;
}
/* .leixing {
  background: #ff1558;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: simsun;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  margin-left: 5px;
} kee*/
.leixing {
  background: #ff1558;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: auto;/* kee */
  padding: 0 5px;/* kee */
  margin-left: 5px;
}
.goods-raty b {
  font-weight: normal;
  color: #666;
  font-size: 0.65rem;
}
.goods-raty i {
  display: inline-block;
  height: 0.5rem;
  background-image: url(../images/star_r.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: contain;
}
.goods-raty i.star1 {
  width: 0.5rem;
}
.goods-raty i.star2 {
  width: 1rem;
}
.goods-raty i.star3 {
  width: 1.5rem;
}
.goods-raty i.star4 {
  width: 2rem;
}
.goods-raty i.star5 {
  width: 2.5rem;
}

/*拼团*/
.goods-secrch-list .goods-pingou {
  display: block;
  height: 1.8rem;
  padding-bottom: 0.2rem;
  overflow: hidden;
}
.goods-secrch-list .goods-psold {
  font-size: 0.55rem;
  line-height: 1rem;
  color: #999;
  display: block;
  float: left;
  width: 100%;
  height: 1rem;
}
.goods-secrch-list .goods-psold em {
  color: #000;
  vertical-align: middle;
  font-weight: 600;
}
.pingou-rank-sold {
  float: left;
  padding-top: 0.15rem;
  height: 1.26rem;
  line-height: 1.26rem;
  color: #e02e24;
  display: inline-block;
  overflow: hidden;
}
.pingou-rank-sold .pingou-title {
  display: block;
  float: left;
  padding: 0 0.1rem;
  height: 0.6rem;
  margin: 0.05rem 0.2rem 0 0;
  vertical-align: middle;
  text-align: center;
  font-size: 0.6rem;
  color: #f23030;
  line-height: 0.6rem;
  border: solid #f23030 0.05rem;
  border-radius: 0.1rem;
}
.pingou-rank-sold .sale-price {
  display: block;
  float: left;
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #ff1558;
  height: 0.8rem;
  vertical-align: middle;
}
.grid .sale-price {
  font-size: 0.55rem;
}
.goods-pingou .pingou-rank-btn a {
  float: right;
  background-color: #e02e24;
  border-radius: 3px;
  color: #fff;
  font-family: Arial, Microsoft YaHei, 黑体, 宋体, sans-serif;
  font-size: 0.53rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  width: 2.34rem;
}
.fix-block-r {
  bottom: 3rem;
}

/* kee start responsive */
@media only screen and (max-width: 1024px) {
  .grid .goods-secrch-list {
    grid-template-columns: 1fr 1fr 1fr;

  }
}
@media only screen and (max-width: 768px) {
  .grid .goods-secrch-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid .goods-secrch-list .goods-item {
    width: 220px;
    height: 310px;
  }
  .grid .goods-secrch-list .goods-pic {
    width: 220px;
  }
  .grid .goods-secrch-list .goods-pic a {
    width: 220px;
    height: 210px;
  }
  .grid .goods-secrch-list .goods-pic img {
    width: 220px;
    height: 200px;
  }
  .grid .goods-secrch-list .goods-name h4 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 540px) {
  .grid .goods-secrch-list {
    grid-template-columns: 1fr 1fr;
  }
  
  .grid .goods-secrch-list .goods-pic {
    width: 220px;
  }
  .grid .goods-secrch-list .goods-pic a {
    width: 220px;
    height: 200px;
  }
  .grid .goods-secrch-list .goods-pic img {
    width: 220px;
    height: 200px; 
  }
  .grid .goods-secrch-list .goods-name h4 {
    max-width: 180px;
  }
}

@media only screen and (max-width: 425px) {
  .grid .goods-secrch-list .goods-item {
    width: 180px;
    height: 270px;
  }  
  .grid .goods-secrch-list .goods-pic {
    width: 180px;
  }
  .grid .goods-secrch-list .goods-pic a {
    width: 170px;
    height: 140px;
  }
  .grid .goods-secrch-list .goods-pic img {
    width: 170px;
    height: 135px; 
  }
  .grid .goods-secrch-list .goods-name h4 {
    max-width: 180px;
  }
}

@media only screen and (max-width: 390px) {
  .grid .goods-secrch-list .goods-item {
    width: 170px;
    height: 260px;
  }  
  .grid .goods-secrch-list .goods-pic {
    width: 170px;
  }
  .grid .goods-secrch-list .goods-pic a {
    width: 155px;
    height: 135px;
  }
  .grid .goods-secrch-list .goods-pic img {
    width: 155px;
    height: 130px; 
  }
 }
@media only screen and (max-width: 375px) {
  .grid .goods-secrch-list .goods-item {
    width: 160px;
    height: 245px;
  }  
  .grid .goods-secrch-list .goods-pic {
    width: 160px;
  }
  .grid .goods-secrch-list .goods-pic a {
    width: 140px;
    height: 130px;
  }
  .grid .goods-secrch-list .goods-pic img {
    width: 140px;
    height: 130px; 
  }
 }
@media only screen and (max-width: 320px) {
  .grid .goods-secrch-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 0rem;

  }
  .grid .goods-secrch-list .goods-item {
    width: 140px;
    height: 210px;
  }  
  .grid .goods-secrch-list .goods-pic {
    width: 140px;
  }
  .grid .goods-secrch-list .goods-pic a {
    width: 130px;
    height: 110px;
  }
  .grid .goods-secrch-list .goods-pic img {
    width: 130px;
    height: 100px; 
  }
 }

/* kee end styling */