﻿* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*width:  100%;*/
}

.banner-wrapper {
  padding: 0 0.24rem;
  background-color: #fff;
  position: relative;
}

.banner {
  width: 100%;
  /*height: 560px;*/
  /*background: black;*/
  /*子绝父相*/
  position: relative;
  /*超出部分全部隐藏，解决横向滚动条*/
  overflow: hidden;
}

.banner ul {
  position: absolute;
  margin-left: 0;
}

.banner ul li {
  /*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
  width: 100%;
  height: 180px;
  float: left;
  background: no-repeat center center;
  background-size: cover;
}

.banner-wrapper ol {
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-wrapper ol li {
  width: 0.1rem;
  height: 0.1rem;
  float: left;
  margin: 0.05rem 0.05rem;
  background: rgba(217, 217, 217, 1);
  border-radius: 50%;
  cursor: pointer;
}

.banner-wrapper ol .current {
  width: 0.26rem;
  height: 0.1rem;
  background: rgba(217, 217, 217, 1);
  border-radius: 0.05rem;
}

.search {
  padding: 0.2rem 0.25rem;
  width: 100% !important;
  background-color: #fff;
  position: relative;
  /* height: 46px; */
  /* background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); */
}

.search input {
  margin: 0;
  padding-left: 0.76rem;
  border-radius: 0.36rem !important;
  width: 100% !important;
  height: 0.72rem !important;
  line-height: 0.72rem !important;
  z-index: 99999;
  background-color: #F4F4F4;
  text-align: left;
  font-size: 0.28rem;
}
#goodssearch::-webkit-input-placeholder {
  color: #C6C6C6;
}

.search i.fa-search {
  color: #ced0cf;
  position: absolute;
  top: 16px;
  right: calc(2.5% + 14px);
  font-size: 18px;
}

.searchtxt {
  margin-top: 10px;
  margin-left: 2.5%;
  line-height: 26px;
  height: 26px !important;
  text-align: center;
  letter-spacing: 1px;
  width: calc(100% - 40px) !important;
  padding-right: 30px;
  padding-left: 10px;
}

.bottom-container .btm-group {
  line-height: 15px;
  font-size: 14px;
}

.main-body {
  padding: 0 0.24rem 1.4rem 0.24rem;
}

.goods-type {
  padding: 0 0.24rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}

.goods-type .goods-type-group {
  float: left;
  width: 22%;
  padding: 0.67rem 0 0.41rem 0;
  text-align: center;
  flex-shrink: 0;
}

.goods-type .goods-type-group img {
  margin-bottom: 0.1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.goods-type .goods-type-group {
  font-size: 0.24rem;
}

.hot-top {
  /* text-align: left; */
  display: flex;
  justify-content: space-between;
}
.more-hot, .more-hot a {
  font-size: 0.26rem;
  color: #999999;
}
.hot-top .hot-title {
  /* display: flex;
        align-items: center;
        justify-content: flex-start; */
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  padding-bottom: 0.24rem;
}

.hot-top .hot-title img {
  height: 0.3rem;
}
.right-bottom-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.money {
  font-size: 0.32rem;
  color: #f74d4f;
  padding-left: 0;
  font-weight: bold;
}
.money-sym {
  font-size: 0.24rem;
  font-weight: normal;
}
/* .money-num {
  margin-left: -0.1rem;
} */
.hot-top .more {
  color: #979797;
  font-size: 12px;
  height: 28px;
  margin-right: 10px;
  padding-top: 10px;
}

.index-goodslist-body {
  /* display: none;
    padding:0 8px; */
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.14rem;
  padding: 0.24rem;
  margin-top: 0.24rem;
}

.index-goodslist-body .bd-group {
  margin: 0 0px 10px 0px;
  padding: 0 2px;
}
.index-goodslist-body .bd-group:last-child {
  margin-bottom: 0;
}
.bd-group-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bd-group-inner-div {
  background-color: #fff;
  width: 100%;
}
.bd-group-inner-div a {
  width: 100%;
}
.goods-des {
  /* height: 1.66rem; */
  width: 100%;
  display: flex;
}

.goods-des .left-area {
  width: 1.66rem;
  height: 1.66rem;
  font-size: 0;
}
.goods-des .left-area img {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
}
.goods-des .right-area {
  padding-left: 0.24rem;
  flex: 1;
}
.des-title1 {
  /* max-width: 4.59rem; */
  max-width: 100%;
  font-size: 0.26rem;
  min-height: 0.6rem;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}
.origin-price {
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.right-now-btn {
  /* padding: 0.02rem 0.26rem; */
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: linear-gradient(
    -83deg,
    rgba(253, 104, 71, 1),
    rgba(245, 65, 82, 1)
  );
  border-radius: 0.3rem;
  color: white;
  font-size: 0.26rem;
}
.index-goodslist-body .bd-group img {
  width: 100%;
  height: 100%;
}
.goods-title {
  font-size: 0.2rem;
  color: #999999;
  padding-left: 0;
}
.until-time {
  font-size: 0.22rem;
  font-weight: 400;
  color: #999;
}
.bc-des {
  background: #ededed;
  padding: 0.02rem;
  border-radius: 0.04rem;
  color: #666;
}
.num {
  color: #f74d4f;
}
.bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.banner_box {
  position: absolute;
  left: 10%;
  top: 115px;
  width: 80%;
}
.banner_box img {
  width: 100%;
}
.banner_box .off {
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  height: 40px;
  width: 40px;
  background-size: 103%;
}
.index-goodslist-body .bd-group .icon1 {
  display: block;
  /* height: 35px; */
  /* width: 51px; */
  position: absolute;
  font-size: 12px;
  color: #fff;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  left: 25px;
  top: 6px;
}
.index-goodslist-body .bd-group .icon {
  display: block;
  height: 49px;
  width: 51px;
  position: absolute;
  right: 0px;
  background-size: 250px 250px !important;
  font-size: 12px;
  color: #fff;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  /* -webkit-transform: rotate(45deg); */
  -o-transform: rotate(45deg);
  /* transform: rotate(45deg); */
  text-align: center;
}
.search span {
  display: block;
  height: 0.35rem;
  width: 0.35rem;
  position: absolute;
  top: 0.38rem;
  left: 0.51rem;
  background: url(../../images/search.png) no-repeat center;
  background-size: 20px 20px;
  text-indent: -999px;
}

#main-container {
  background: #f5f5f5;
  /* padding: 0.24rem 0.24rem 1.3rem 0.24rem; */
}

#slide .banner-img-wraper img {
  width: 7rem !important;
  height: 3rem !important;
  border-radius: 0.14rem;
}
.current {
  width: 26px;
  height: 10px;
  background: rgba(217, 217, 217, 1);
  border-radius: 5px;
}
.suggest {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: none;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  padding: 0.4rem 0 0.25rem;
}
.suggest .suggest-line {
  margin: 0 0.14rem;
  display: inline-block;
  background-color: #333333;
  width: 0.2rem;
  height: 0.04rem;
  border-radius: 0.02rem;
}
.suggest-item-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.suggest-item {
  margin-top: 0.2rem;
  width: 48.5%;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.14rem;
  overflow: hidden;
}
.suggest-img {
  width: 100%;
  height: 3rem;
  border-radius: 0.14rem 0.14rem 0 0;
  margin: 0 auto;
}
.suggest-img .vir-img {
  border-radius: 0.14rem 0.14rem 0 0;
  width: 100%;
  height: 100%;
}
.suggest-title1 {
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  width: 3.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0.04rem auto;
}
.activity-price {
  width: 0.98rem;
  text-align: center;
  height: 0.28rem;
  line-height: 0.28rem;
  border-radius: 0.14rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 150, 0, 1);
  font-size: 0.2rem;
  margin-left: 0.1rem;
}
.activity-bgprice {
  background: rgba(255, 246, 227, 1);
}
.shoping-des {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.05rem;
  padding: 0 0.1rem 0.1rem;
}
.suggest-no-price {
  font-size: 0.32rem;
  font-weight: bold;
  color: #f74d4f;
}
.suggest-origin-price {
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
/* .car-icon {
  width: 0.48rem;
  height: 0.48rem;
} */
.car-img {
  width: 0.59rem;
}