/* .home-content .page-content {
  background-color: #f6f6f6;
}
.home-content .hd {
  position: fixed;
  top: 0;
  width: 3.75rem;
  z-index: 200;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: .45rem;
  padding: 0 .1rem;
  margin-bottom: .06rem;
  background-color: #ffffff;
}

.home-content .navbar .left img {
  height: .25rem;
  width: .25rem;
  border-radius: 50%;
}
.home-content .hd p {
  font-size: 0.15rem;
  font-weight: 700;
}
.home-content .hd i {
  font-size: .2rem;
}
.home-content .home-goods-class {
  margin-top: 0;
  padding: 0;
  height: .63rem;
  padding-bottom: .17rem;
  white-space: nowrap;
  overflow-y: scroll;
  background-color: #ffffff;
}
.home-content .home-goods-class li {
  display: inline-block;
  margin: .125rem 0;
  border-right: 1px solid #ececec;
}
.home-content .home-goods-class a {
  position: relative;
  height: .2rem;
  display: inline-block;
  margin: 0 .15rem;
  font-size: 0.15rem;
  font-weight: 700;
}
.home-content .home-goods-class .under-line {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -0.07rem;
  left: 0;
  border-bottom: 2px solid #ffffff;
}
.home-content .for-scroll {
  height: .45rem;
  margin-top: .06rem;
  overflow: hidden;
}
.home-content .home-active {
  color: #e54343;
}
.home-content .home-active .under-line {
  border-bottom-color: #e54343;
}
.home-content .swiper-container {
  height: 1.75rem;
}
.home-content .swiper-slide img {
  height: 1.75rem;
  width: 3.75rem;
}
.home-content .store-list {
  margin: 0;
  padding: 0;
}
.home-content .store-list .store-list-box {
  display: flex;
  background-color: #ffffff;
  margin-bottom: .06rem;
  flex-wrap: wrap;
}
.home-content .store-list .store-list-box > a {
  display: flex;
  padding: .1rem .1rem 0 .1rem;
}
.home-content .store-list .store-list-box > a > img {
  height: .8rem;
  width: .8rem;
}
.home-hots-goods{
  font-size: 14px;
  width: 100%;
  padding: 10px;
  margin: 10px 0 0;
  border-bottom: 1px solid #ececec;
  background: #fff;
}
.home-hots-goods i{
  float: left;
  width: 2px;
  height: 16px;
  background: #e54343;
  margin: 2px 10px 0 0;
}
.home-content .store-list .store-list-box .for-scroll-goods {
  height: 1.55rem;
  overflow: hidden;
  margin-top: 0.05rem;
}
.home-content .store-list .store-list-box .store-detailed {
  padding-left: .09rem;
}
.home-content .store-list .store-list-box .address {
  width: 2.66rem;
}
.home-content .store-list .store-list-box .address .name {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: .13rem;
}
.home-content .store-list .store-list-box .address .name p {
  margin: 0;
  font-weight: 700;
  font-size: 0.15rem;
}
.home-content .store-list .store-list-box .address .address-detailed {
  display: flex;
  align-items: center;
  width: 2.66rem;
  height: .15rem;
  margin: 0;
  font-size: 0.12rem;
  font-weight: 700;
  color: #666666;
  line-height: .15rem;
  white-space: nowrap;
}
.home-content .store-list .store-list-box .address .address-detailed span{
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-content .store-list .store-list-box .address .address-detailed i {
  margin: 0 0.03rem 0 0;
}
.home-content .store-list .store-list-box .address .service {
  display: flex;
  align-items: center;
  width: 2.66rem;
  white-space: nowrap;
  overflow: hidden;
}
.home-content .store-list .store-list-box .address .service span {
  height: .25rem;
  margin: .05rem .05rem 0 0;
  padding: 0 0.04rem;
  font-size: .08rem;
  color: #999999 ;
  border: 1px solid #ececec;
  text-align: center;
  line-height: .25rem;
}
.home-content .store-list .store-list-box .time-distance {
  display: flex;
  color: #f48b20 ;
  font-size: .09rem;
  align-items: baseline;
}
.home-content .store-list .store-list-box .time-distance .line {
  width: 0;
  height: .09rem;
  margin: 0 .045rem;
  border-right: 1px solid #f48b20;
}
.home-content .store-list .store-list-box .offer .offer-box {
  display: flex;
  align-items: center;
  margin: .1rem 0 0.095rem;
}
.home-content .store-list .store-list-box .offer{
  padding: 0 .1rem;
}
.home-content .store-list .store-list-box .offer .offer-box span {
  height: .2rem;
  width: .3rem;
  margin-right: .13rem;
  text-align: center;
  line-height: .2rem;
  font-size: .09rem;
  background: #f0c397;
  color: #fff;
  border-radius: 4px;
}
.home-content .store-list .store-list-box .offer .offer-box p {
  width: 2.17rem;
  margin: 0;
  font-size: .11rem;
  color: #f0c397;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-content .store-list .store-list-box:last-child {
  margin-bottom: 0   !important;
}
.home-content .over {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 1.4rem;
  width: 100%;
  padding-bottom: .27rem;
}
.home-content .over p {
  margin: 0;
  font-size: .09rem;
  color: #d2d2d2;
}
.home-content .over p span {
  display: inline-block;
  margin-right: .05rem;
  width: .15rem;
  height: .15rem;
  line-height: .15rem;
  text-align: center;
  border: .01rem solid #d2d2d2;
  border-radius: 50%;
}
.home-content .goods-detailed {
  padding: 0 .1rem;
  display: flex;
  height: 1.7rem;
  width: 3.67rem;
  white-space: nowrap;
  overflow-y: scroll;
  background-color: #ffffff;
}
.home-content .goods-detailed-box {
  margin-right: .1rem;
  width: 1rem;
  height: 1.55rem;
}
.home-content .goods-detailed-box a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-content .goods-detailed-box p {
  margin: 0;
}
.home-content .goods-detailed-box .img-box {
  height: 1rem;
  width: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-content .goods-detailed-box .img-box img {
  height: 1rem;
  width: 1rem;
  border: 1px solid #ececec;
}
.home-content .goods-detailed-box .name {
  width: 1rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: .10rem 0 .05rem 0;
  font-size: 0.12rem;
}
.home-content .goods-detailed-box .money {
  display: flex;
  align-items: baseline;
  font-size: 0.12rem;

}
.home-content .goods-detailed-box .money span {
  font-size: .09rem;
}
.home-content .more-store {
  height: .45rem;
  width: 3.75rem;
  background-color: #f6f6f6;
  font-size: 0.12rem;
  outline: none;
  border: none;
}
.home-content .goods-box {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.home-content .goods-box .box {
  width: 50%;
  list-style-type: none;
  border-bottom: 1px solid #ececec;
}
.home-content .goods-box .box a {
  display: flex;
  flex-direction: column;
  padding-bottom: .15rem;
}
.home-content .goods-box .box .img-box {
  width: 1.85rem;
  height: 1.85rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-content .goods-box .box .img-box img {
  height: 1.85rem;
  width: 1.85rem;
}
.home-content .goods-box .box .goods-detail {
  display: flex;
  flex-direction: column;
  padding-left: .1rem;
}
.home-content .goods-box .box .goods-detail .name {
    width: 1.6rem;
    font-size: 0.12rem;
    font-weight: 700;
    margin: .07rem 0;
    min-height: 14px;
    height: .34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-content .goods-box .box .goods-detail .promotions {
  font-size: 0.09rem;
}
.home-content .goods-box .box .goods-detail .mjc {
  display: flex;
  margin: .07rem 0;
}
.home-content .goods-box .box .goods-detail .mjc i {
  width: .15rem;
  height: .15rem;
  margin-right: .08rem;
}
.home-content .goods-box .box .goods-detail .mjc .m {
  background-color: #e54343;
}
.home-content .goods-box .box .goods-detail .mjc .j {
  background-color: #f48b20;
}
.home-content .goods-box .box .goods-detail .mjc .c {
  background-color: #258cce;
}
.home-content .goods-box .box .goods-detail .price {
  display: flex;
  height: .13rem;
  align-items: baseline;
}
.home-content .goods-box .box .goods-detail .price p {
  display: inline-block;
  margin: 0;
}
.home-content .goods-box .box .goods-detail .price .new-price {
  height: .13rem;
  font-size: 0.12rem;
  font-weight: 700;
  margin-right: .2rem;
}
.home-content .goods-box .box .goods-detail .price .new-price span {
  font-size: .09rem;
}
.home-content .goods-box .box .goods-detail .price .old-price {
  font-size: .09rem;
  height: .07rem;
  text-decoration: line-through;
  color: #999999;
}
.home-content .box:nth-child(odd) {
  border-right: .01rem solid #ececec;
} */

.navbar-fixed  .page-content{
  padding-top: 0px;
  padding-bottom: 50px;
}
.banner-swiper .swiper-pagination-bullets{
  bottom: 10px;
}
  .address-text .icon-dizhi{
color: #666;
}
.change-top{
  background-color: #fff;
}
.change-top:after{
  height: 0;
}
.change-top .center{
  width: 300px;
  color: #999;
  position: relative;
}
.change-top .center i{
  position: absolute;
    font-size: 15px;
    left: 7.5px;
    width: 15px;
    height: 15px;
    top: -8.5px;
}
.change-top .center input{
  padding-left: 27.5px;
    height: 25px;
    font-size: 12px;
    background-color: #ececec;
}
.home{
  background-color: rgba(0,0,0,0)
}
.home .center input{
  background-color: rgba(255,255,255,.8)
}
.G-limit-more{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}