/** 
 * 描述：手机版首页
 * b y sh t wt.co  m
 */
@charset "utf-8";
body {
  background-color: #f0f0f0;
}
header,
.header {
  border-bottom: 0;
  background-color: transparent !important;
  transition: all 0.2s ease;
}
header.transparent {
  background-color: transparent !important;
  transition: all 0.2s ease;
}
header.posf {
  /* background-color: #ff1558 !important; kee comment */
  background-color: #f5f5f5 !important;
  height: 2.2rem;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
  transition: all 0.2s ease;
}
#header {
  position: fixed;
  z-index: 1000 !important;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
#header .header-l .index a {
  width: 1.8rem;
  height: 1.2rem;
  padding: 0.4rem 0.4rem 0.1rem 0;
}
#header .header-r a {
  width: 1.8rem;
  height: 1.2rem;
  padding: 0.5rem 0 0.1rem 0;
}
#header .header-l a i.user {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: cover;
  border-radius: 100%;
  background-image: url(../images/user_black.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  /* margin-left: 0.22rem; */
}
/* #header .header-r a i.message {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/messenger_black.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 90%;
  opacity: 1;
} */

/* kee add  #header .header-r a i.brand_identity*/
#header .header-r a i.brand_identity {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/brand_identity.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 90%;
  opacity: 1;
}
#header .header-r a i.shopping_cart {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/shopping_cart.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  opacity: 1;
}
#header .header-r a sup {
  /* background: #f60;
  border: 1px solid #fff;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  right: 11px;
  top: 11px;
  z-index: 11; kee comment*/
  background: #ff1558;
  border: 1px solid #fff;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.5rem;
  right: 5px;
  top: 4px;
  z-index: 999;
  text-align: center;
  color: #fff;
}
.header-inp {
  border: 0;
  margin: 0.2rem 2.3rem 0 2.3rem;
  border-radius: 2rem;
}
.wtm-home-top {
  display: block;
  min-height: 2.2rem;
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.wtm-home-top .cohesive {
  display: block;
  height: 2rem;
}
.wtm-home-top {
  padding-top: 2.6rem;
  /* -webkit-animation: changeBg 20s infinite;
  -moz-animation: changeBg 20s infinite;
  animation: changeBg 20s infinite; */
  /* background-color: #ed5564; */
  background-color: #f5f5f5;
  /* background-image: url(../images/member_top_bg.png); */
  background-size: cover;
  text-align: center;
  width: 100%;
  border-radius: 0 0 1rem 1rem;
  /* margin-bottom: 1.8rem; kee comment */
}
/* @-webkit-keyframes changeBg {
  0% {
    background-color: #ed5564;
  }
  10% {
    background-color: #fb6e52;
  }
  20% {
    background-color: #ffce55;
  }
  30% {
    background-color: #a0d468;
  }
  40% {
    background-color: #48cfae;
  }
  50% {
    background-color: #4fc0e8;
  }
  60% {
    background-color: #5d9cec;
  }
  70% {
    background-color: #ac92ed;
  }
  80% {
    background-color: #ec87bf;
  }
  90% {
    background-color: #ed5564;
  }
}
@-moz-keyframes changeBg {
  0% {
    background-color: #ed5564;
  }
  10% {
    background-color: #fb6e52;
  }
  20% {
    background-color: #ffce55;
  }
  30% {
    background-color: #a0d468;
  }
  40% {
    background-color: #48cfae;
  }
  50% {
    background-color: #4fc0e8;
  }
  60% {
    background-color: #5d9cec;
  }
  70% {
    background-color: #ac92ed;
  }
  80% {
    background-color: #ec87bf;
  }
  90% {
    background-color: #ed5564;
  }
}
@keyframes changeBg {
  0% {
    background-color: #ed5564;
  }
  10% {
    background-color: #fb6e52;
  }
  20% {
    background-color: #ffce55;
  }
  30% {
    background-color: #a0d468;
  }
  40% {
    background-color: #48cfae;
  }
  50% {
    background-color: #4fc0e8;
  }
  60% {
    background-color: #5d9cec;
  }
  70% {
    background-color: #ac92ed;
  }
  80% {
    background-color: #ec87bf;
  }
  90% {
    background-color: #ed5564;
  }
} kee comment locantion bg-color home page*/

/*--------------start scan -------------*/
.scan {
  position: fixed;
  bottom: 2.2rem;
  background-color: #a0a0a052;
  width: 100%;
  height: 70px;
  z-index: 111;
}
.qrcode {
  position: fixed;
  bottom: 2.4rem;
  right: 14px;
  background-color: #b61c1c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  z-index: 222;
}
/*--------------end scan -------------*/
/*--------------start kee -------------*/
.add-to-btn {
  display: none;
  background-color: #ed1c24;
  color: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 14px;
  bottom: 5.4rem;
  /* border: 2px solid #0c212a; */
  border: none;
  outline: none;
  line-height: 12px;
  cursor: pointer;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
.add-to-btn i {
  color: #111;
  font-size: 26px;
}
.add-to-btn i p {
  font-size: 10px;
}

/*------------------ end kee -----------------*/

.show_list {
  position: relative;
  bottom: -0.5em; /* kee change bottom -1em to bottom -.5em*/
  z-index: 1;
  width: 95%; /* kee change width 90% to width 95% */
  margin: 0 auto;
  overflow: hidden;
}
.show_list a,
.show_list .swiper-slide img {
  width: 100%;
  border-radius: 0.6rem;
}
.xianshi .swiper-container .swiper-wrapper a .goods-pic img {
  border-radius: 0.2rem;
}
.wtm-scroll-nav .wai {
  width: 98%;
}

.wtm-home-nav {
  background-color: #fff;
  position: relative;
  z-index: 0;
  border-bottom: solid 0.05rem #eee;
}
.wtm-home-nav ul {
  font-size: 0;
  padding: 0.8rem 0 0.4rem 0;
  overflow: hidden;
}
.wtm-home-nav li {
  float: left;
  width: 20%;
  padding: 0 0 0.4rem 0;
}
.wtm-home-nav li a {
  display: block;
  text-align: center;
}
.wtm-home-nav li span {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
}
.wtm-home-nav li span i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}
.wtm-home-nav li p {
  display: block;
  font-size: 0.6rem;
  line-height: 0.9rem;
  color: #555;
}

.wtm-home-box {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.wtm-home-block {
  width: 100%;
  clear: both;
}
.wtm-home-block .tit-bar {
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.8rem;
  border-left: 0;
  color: #333;
}
.wtm-home-block .tit-bar span {
  color: #333;
  display: inline-block;
  position: relative;
}
.wtm-home-block .tit-bar span:before {
  content: "";
  display: block;
  width: 50%;
  height: 0.05rem;
  background: #ccc;
  position: absolute;
  top: 0.9rem;
  left: -60%;
}
.wtm-home-block .tit-bar span:after {
  content: "";
  display: block;
  width: 50%;
  height: 0.05rem;
  background: #ccc;
  position: absolute;
  top: 0.9rem;
  right: -60%;
}
.wtm-home-block .stit {
  font-size: 12px;
  text-align: center;
  color: #999;
  margin-bottom: 10px;
}

.wtm-home-block .content {
  display: block;
}
.item-goods {
}
/*kee comment .item-goods ul.goods-list {
  font-size: 0;
  margin-bottom: 0.5rem;
} */
/* kee start styling */

.item-goods ul.goods-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 1rem;
  column-gap: 0.5rem;
  padding: 0.5rem;
}

#get_browse {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
#get_like {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

/* kee end styling */
/* .item-goods ul.goods-list li {
  background-color: #fff;
  vertical-align: top;
  display: inline-block;
  width: 49.8%;
  padding-top: 15px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
} */
/* kee start styling */
.item-goods ul.goods-list li {
  background-color: #fff;
  /* box-shadow: 0px 5px 9px -2px #ff12124a; kee comment */
  box-shadow: 0px 5px 9px -2px #293664a6;
  position: relative;
  width: 310px;
  height: 385px;
  z-index: 1;
  border-radius: 0.5rem;
}
/* kee end styling */
/* kee comment .item-goods ul.goods-list li:nth-child(odd) {
  border-right: 1px solid #f0f0f0;
} */
.item-goods ul.goods-list li:nth-child(even) {
}
.item-goods ul.goods-list li a {
  display: block;
  width: 100%; /* kee add width */
}
.item-goods ul.goods-list li .goods-pic {
  width: 310px; /* kee change 100% to 310px */
  height: 270px; /* kee add */
  display: flex; /* kee add */
  justify-content: center; /* kee add */
}
.item-goods ul.goods-list li .goods-pic img {
  display: block;
  width: 290px; /* kee change 90% to 290px */
  object-fit: contain; /* kee add */
  border-radius: 0.2rem;
  height: auto;
  margin: 0 auto;
}
.item-goods ul.goods-list li dl {
  padding: 0.2rem;
}
.item-goods ul.goods-list li dt.goods-name {
  display: block;
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #585c64;
  margin: 5px;
  height: 1.6rem;
  max-height: 1.6rem;
  overflow: hidden;
}
.item-goods ul.goods-list li dd.goods-price {
  display: block;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #e12e2e;
  margin-bottom: 0.6rem;
  font-weight: bold;
  margin: 5px;
}
.item-goods ul.goods-list li dd.goods-price em {
  font-size: 0.6rem;
  font-weight: 600;
}
.item-goods ul.goods-list li dd.goods-price em.goods-xianshi {
  font-size: 0.5rem;
  font-weight: 600;
  background-color: #e84c3d;
  color: #fff;
  padding: 0 0.5rem;
  float: right;
}
.item-goods ul.goods-list li dt.goods-name em.goods-group {
  font-size: 0.5rem;
  font-weight: 600;
  background-color: #1bbc9d;
  color: #fff;
  padding: 0.1rem 0.2rem;
  vertical-align: bottom;
  margin-right: 0.2rem;
  border-radius: 3px;
}

.xianshi .swiper-container {
  background-color: #fff;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.xianshi .swiper-container.swiper-wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.xianshi .swiper-container .swiper-wrapper {
  width: 100%;
}
.xianshi .swiper-container .swiper-wrapper a {
  display: block;
  position: relative;
  padding: 0.75rem 0.5rem 0 6rem;
  height: 5rem;
  overflow: hidden;
  zoom: 1;
}
.xianshi .swiper-container .swiper-wrapper a .goods-pic {
  position: absolute;
  top: 0.75rem;
  left: 0.6rem;
  width: 5rem;
  height: 5rem;
}
.xianshi .swiper-container .swiper-wrapper a .goods-pic img {
  width: 100%;
}
.xianshi .swiper-container .swiper-wrapper dt.goods-name {
  display: block;
  font-size: 0.65rem;
  line-height: 0.8rem;
  color: #585c64;
  height: 1.6rem;
  overflow: hidden;
}
.xianshi .swiper-container .swiper-wrapper dd.goods-price {
  display: block;
  font-size: 0.55rem;
  line-height: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  color: #ff1558;
  border-top: solid 0.05rem #eee;
}
.xianshi .swiper-container .swiper-wrapper dd.goods-price em {
  font-size: 0.6rem;
  font-weight: 600;
}
.xianshi .swiper-container .swiper-wrapper dd.goods-price em.goods-xianshi {
  font-size: 0.5rem;
  font-weight: 600;
  background-color: #e84c3d;
  color: #fff;
  padding: 0 0.5rem;
  float: right;
}
.xianshi .swiper-container .swiper-wrapper dd.goods-price em.goods-group {
  font-size: 0.5rem;
  font-weight: 600;
  background-color: #1bbc9d;
  color: #fff;
  padding: 0 0.5rem;
  float: right;
}
.xianshi .swiper-container .swiper-wrapper dd.goods-price del {
  color: #999;
}
.xianshi .swiper-container .swiper-wrapper dd.goods-time {
  display: block;
  font-size: 0.55rem;
  line-height: 1rem;
  height: 1rem;
  margin-top: 0.4rem;
  color: #ff1558;
  font-weight: 600;
}
.xianshi .swiper-container .swiper-wrapper dd.goods-time .time-remain em {
  background: #443b3b none repeat scroll 0 0;
  border-radius: 0.1rem;
  color: #fff;
  display: inline-block;
  font-size: 0.55rem;
  line-height: 1rem;
  margin: 0 0.12rem;
  text-align: center;
  width: 1.2rem;
}

/*图片组左一右二*/
.style_lc {
  display: block;
  clear: both;
}
.item-pic-l1-r2 {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* border-bottom: solid 0.05rem #eee; kee comment */
}
.item-pic-l1-r2 li a,
.item-pic-l1-r2 li img {
  display: block;
  width: 100%;
  height: 100%; /* kee add */
}
.item-pic-l1-r2 li:nth-child(1) {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50.3%; /* kee change 50% to 50.3%*/
  /* border-top: solid 0.05rem #eee; kee comment*/
}
.item-pic-l1-r2 li:nth-child(2) {
  margin-left: 51%; /* kee change 50% to 51%*/
  padding-bottom: 3px; /* kee add*/
  /* border-left: solid 0.05rem #eee;
  border-top: solid 0.05rem #eee; kee comment*/
}
.item-pic-l1-r2 li:nth-child(3) {
  margin-left: 51%; /* kee change 50% to 51%*/
  /* border-left: solid 0.05rem #eee;
  border-top: solid 0.05rem #eee; kee comment*/
}

.style_lc .item-pic-l1-r2 li:nth-child(3) {
  margin-left: 50%;
  border-top: solid 0.05rem #eee;
  border-left: solid 0.05rem #eee;
}
.style_lc .item-pic-l1-r2 li:nth-child(3) a {
  width: 50%;
  float: left;
  display: block;
}

/*图片组左二右一*/
.item-pic-l2-r1 {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-bottom: solid 0.05rem #eee;
}
.item-pic-l2-r1 li a,
.item-pic-l2-r1 li img {
  display: block;
  width: 100%;
}
.item-pic-l2-r1 li:nth-child(3) {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-right: 0.05rem;
  border-left: solid 0.05rem #eee;
}
.item-pic-l2-r1 li:nth-child(1) {
  margin-right: 50%;
}
.item-pic-l2-r1 li:nth-child(2) {
  margin-right: 50%;
  border-top: solid 0.05rem #eee;
}

/*图片组*/
.item-pic-list {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* start kee add */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  /* end kee add */
}
.item-pic-list li {
  width: 100%; /*kee change width 50% to width 100%*/
  float: left;
  /* border-bottom: solid #eee 0.05rem; kee comment */
}
.item-pic-list li:nth-child(even) {
  /* border-left: solid #eee 0.05rem; kee comment */
  /* margin-right: -0.05rem; kee comment */
}
.item-pic-list li img {
  width: 100%;
}

/*图片横向3张*/
.item-pic-w3 {
  width: 100%;
}
.item-pic-w3 li {
  width: 33.3%;
  float: left;
  margin-right: 0;
  border-right: 0;
  margin-left: -0.05rem;
  border-left: solid #eee 0.05rem;
}
.item-pic-w3 li img {
  width: 100%;
}

/*图片横向4张*/
.item-pic-w4 {
  width: 100%;
}
.item-pic-w4 li {
  width: 25%;
  float: left;
  margin-right: 0;
  border-right: 0;
  margin-left: -0.05rem;
  border-left: solid #eee 0.05rem;
}
.item-pic-w4 li img {
  width: 100%;
}

.item-pic {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}
.item-pic img {
  width: 100%;
}

.wtm-footer-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px;
}
footer {
  display: block;
  position: relative;
  z-index: 5;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 2.2rem;
}

.wt-gd-body {
  background-color: #fff;
  position: relative;
  border-radius: 20px 20px 0 0; /* kee add */
}
.wt-gd-body span {
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  z-index: 1;
}
.wt-gd-body span a {
  color: #f60;
  font-size: 0.6rem;
}
.component-typewt-logo {
  position: absolute;
  left: 10px;
  top: 0.4rem;
}
.wt-gd-body .rollTextMenus {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 0.6rem;
  padding: 0 60px 0 40px;
  vertical-align: middle;
  overflow: hidden;
}
.wt-gd-body .rollTextMenus a {
  display: block;
  color: #333;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wtm-nav-container {
  background-color: transparent;
  display: block;
}
.wtm-scroll-nav .nav-content .nav li.active .gc_active {
  color: #fff;
  border-bottom: 0;
}
.wtm-scroll-nav .nav-content .nav {
  white-space: nowrap;
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
}
.wtm-scroll-nav .nav-content .nav::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.wtm-scroll-nav .nav-content .nav li .gc_active {
  display: inline-block;
  color: #fff;
}
.fix-block-r {
  bottom: 2.5rem;
}

/* kee start add style of slider */
.bg_slider {
  height: 500px;
}
/* kee end add style of slider */

/* kee start responsive */
@media only screen and (max-width: 1024px) {
  .bg_slider {
    height: 360px;
  }
  .item-goods ul.goods-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #get_browse {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #get_like {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .bg_slider {
    height: 270px;
  }
  .item-goods ul.goods-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #get_browse {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #get_like {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-goods ul.goods-list li {
    width: 220px;
    height: 300px;
  }

  .item-goods ul.goods-list li a {
    width: 220px;
  }
  .item-goods ul.goods-list li .goods-pic {
    width: 220px;
    height: 200px;
  }
  .item-goods ul.goods-list li .goods-pic img {
    width: 180px;
  }
}
@media only screen and (max-width: 540px) {
  .bg_slider {
    height: 190px;
  }
  .item-goods ul.goods-list {
    grid-template-columns: 1fr 1fr;
  }
  #get_browse {
    grid-template-columns: 1fr 1fr;
  }
  #get_like {
    grid-template-columns: 1fr 1fr;
  }
  .item-goods ul.goods-list li {
    width: 230px;
    height: 300px;
  }

  .item-goods ul.goods-list li a {
    width: 230px;
  }
  .item-goods ul.goods-list li .goods-pic {
    width: 230px;
    height: 200px;
  }
  .item-goods ul.goods-list li .goods-pic img {
    width: 220px;
  }
}

@media only screen and (max-width: 425px) {
  .bg_slider {
    height: 145px;
  }
  .item-goods ul.goods-list {
    grid-template-columns: 1fr 1fr;
  }
  #get_browse {
    grid-template-columns: 1fr 1fr;
  }
  #get_like {
    grid-template-columns: 1fr 1fr;
  }
  .item-goods ul.goods-list li {
    width: 180px;
    height: 240px;
  }

  .item-goods ul.goods-list li a {
    width: 180px;
  }
  .item-goods ul.goods-list li .goods-pic {
    width: 180px;
    height: 150px;
  }
  .item-goods ul.goods-list li .goods-pic img {
    width: 180px;
  }
}

@media only screen and (max-width: 375px) {
  .bg_slider {
    height: 130px;
  }
  .item-goods ul.goods-list {
    grid-template-columns: 1fr 1fr;
  }
  #get_browse {
    grid-template-columns: 1fr 1fr;
  }
  #get_like {
    grid-template-columns: 1fr 1fr;
  }
  .item-goods ul.goods-list li {
    width: 160px;
    height: 215px;
  }

  .item-goods ul.goods-list li a {
    width: 160px;
  }
  .item-goods ul.goods-list li .goods-pic {
    width: 160px;
    height: 130px;
  }
  .item-goods ul.goods-list li .goods-pic img {
    width: 145px;
  }
}
@media only screen and (max-width: 320px) {
  .bg_slider {
    height: 110px;
  }
  .item-goods ul.goods-list {
    grid-template-columns: 1fr 1fr;
  }
  #get_browse {
    grid-template-columns: 1fr 1fr;
  }
  #get_like {
    grid-template-columns: 1fr 1fr;
  }
  .item-goods ul.goods-list li {
    width: 140px;
    height: 200px;
  }

  .item-goods ul.goods-list li a {
    width: 140px;
  }
  .item-goods ul.goods-list li .goods-pic {
    width: 140px;
    height: 130px;
  }
  .item-goods ul.goods-list li .goods-pic img {
    width: 130px;
  }
}

/* kee end styling */
