body {
  margin: 0;
  padding: 0;
  position: relative;
  background: #EDEDED;
}

body > div {
  /*position: fixed;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*height: auto;*/
  /*width: 100%;*/
  /*overflow-y: scroll;*/
  -webkit-overflow-scrolling: touch; /*解决overflow-y: scroll属性在ios上引起的卡顿*/
}

body .header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #373737;
  letter-spacing: 0.26px;
  line-height: 18px;
}
body .slideshow {
  position: relative;
  width: 100%;
  /*height: 140px;*/
}
body .slideshow img {
  display: block;
  width: 100%;
  height: auto;
}
body .search {
  position: fixed;
  left: 12px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 69px;
  opacity: 0.96;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #737373;
  letter-spacing: 0.26px;
  line-height: 28px;
  z-index: 200000;
}
body .search img {
  width: 20px;
  height: 20px;
}
body .msg {
  display: flex;
  position: fixed;
  right: 9px;
  z-index: 200000;
  padding: 9px;
}
body .msg img {
  width: 22px;
  height: 22px;
  margin: auto;
}
body .msgNum {
  position: fixed;
  right: 12px;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  background: #FE3636;
  font-family: PingFangSC-Regular;
  font-size: 9px;
  color: #FFFFFF;
  letter-spacing: 0.18px;
  text-align: center;
  line-height: 14px;
  z-index: 200000;
}
body .guide {
  position: relative;
  margin-top: 25px;
  height: 183px;
  background: url("/purchaseMarket/src/assets/img/mapbg.png");
  background-size: 100% auto;
}
@media (min-width: 500px) {
  body .guide {
    height: 350px;
  }
  body .guide .area-big-one {
    top: 190px !important;
  }
  body .guide .area-big-two {
    top: 270px !important;
  }
  body .guide .area-small-two {
    top: 100px !important;
  }
  body .guide .area-small-one {
    top: 130px !important;
  }
  body .shop .top-title {
    justify-content: start;
  }
  body .shop .top-title div.p {
    margin-left: 12px;
  }
  body .shop .address {
    margin-bottom: 20px !important;
    margin-top: 21px !important;
  }
  /*body .shop {*/
    /*height: 500px !important;*/
  /*}*/
  /*body .shop .content .good {*/
    /*height: calc(50% - 4px) !important;*/
  /*}*/
  /*body .shop .content .good img {*/
    /*height: 100% !important;*/
  /*}*/
  /*body .shop .content {*/
    /*height: 320px !important;*/
  /*}*/
  .noAddress {
    margin-top: 41px !important;
  }
}
body .guide .title-gz {
  position: absolute;
  left: 0;
  top: -18px;
  width: 140px;
  height: 36px;
  background-image: linear-gradient(90deg, #FF68A1 30%, #FF2F65 80%);
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: center;
  line-height: 36px;
}
body .guide .area {
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  height: 33px;
  border: calc(33px / 2);
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: center;
  line-height: 33px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  border-radius: 100px;
}
body .guide .area .box {
  position: relative;
}
body .guide .area .box .point {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  position: absolute;
  top: -9px;
  right: -18px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #FFFFFF;
  z-index: 10;
}
body .guide .area .box .point-big {
  width: 28px;
}
body .guide .area .box .point-unfocused {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
  line-height: 12px;
  background-image: linear-gradient(90deg, #FF68A1 30%, #FF2F65 80%);
}
body .guide .area .box .point-active {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FF4279;
  letter-spacing: 0.26px;
  line-height: 12px;
  background: #ffffff;
}
body .guide .area-big {
  width: 97px;
}
body .guide .area-small {
  width: 75px;
}
body .guide .area-big-one {
  left: 4.3%;
  top: 68px;
}
body .guide .area-big-two {
  right: 10.7%;
  top: 100px;
}
body .guide .area-small-one {
  left: 34.7%;
  top: 35px;
}
body .guide .area-small-two {
  right: 14.7%;
  top: 27px;
}
body .guide .area-small-three {
  left: 32%;
  bottom: 25px;
}
body .guide .area-unfocused {
  color: #FF2F65;
  background: #FFFFFF;
}
body .guide .area-active {
  color: #FFFFFF;
  background: #FF4279;
}
body .shop {
  box-sizing: border-box;
  padding-top: 12px;
  margin: 14px auto;
  width: 100%;
  background: #FFFFFF;
}
body .shopNone {
    box-sizing: border-box;
    padding-top: 7px;
    margin: 14px auto;
    width: 97.3%;
    /*height: 371px;*/
    background: #FFFFFF;
    box-shadow: 0 3px 6px 0 rgba(163, 163, 163, 0.3);
    border-radius: 8px;
}
body .shop .top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  height: 42px;
  padding-bottom: 6px;
}
body .shop .top-title img {
  display: block;
  height: 42px;
  width: 42px;
  border-radius: 5px;
}
body .shop .top-title div.img {
  width: 40px;
}
body .shop .top-title div.p {
  height: 100%;
  width: 84%;
}
body .shop .top-title div.p p {
  margin: 0 !important;
}
body .shop .top-title div.p p.shopName {
  margin-bottom: 4px !important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-family: PingFangSC-Medium;
  font-size: 17px;
  color: #373737;
  letter-spacing: 0.33px;
  line-height: 20px;
}
body .shop .top-title div.p p.subhead {
  margin-top: 4px !important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #737373;
  letter-spacing: 0.26px;
  line-height: 14px;
  font-weight: 100;
}
body .shop .content {
  /*margin-top: 11px;*/
  /*height: 230px;*/
  /*display: grid;*/
  /*grid-template-columns: repeat(3, 1fr);*/
  /*grid-template-rows: repeat(2, 1fr);*/
  /*grid-gap: 6px;*/
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
	padding: 0 5px;
}
body .shop .content .good {
  position: relative;
  margin-top: 6px;
  margin-left: 7px ;
  width: calc(100%/3 - 9px);
  /*height: 113px;*/
  border-radius: 5px;
}

body .shop .content .good img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
body .shop .content .good .price {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  background: rgba(0, 0, 0, 0.3);
  /*opacity: 0.4;*/
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
  line-height: 13px;
}
body .shop .address {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 12px;
  margin-top: 11px;
  margin-bottom: 10px;
}

body .shop .address img {
  width: 14px;
}
body .shop .address span {
	margin-left: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #737373;
    letter-spacing: 0.26px;
    line-height: 13px;
    font-weight: 100;
}
body .shop .bottom-btn {
  border-top: 1px solid #EDEDED;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  padding: 10px 0;
}
body .shop .bottom-btn .chat {
  width: 80px;
  height: 28px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF7200;
  text-align: center;
  line-height: 28px;
  border-radius: 20px;
}
body .shop .bottom-btn .chat img {
  width: 18px;
  height: 18px;
}
body .shop .bottom-btn .chat span {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FF7200;
  letter-spacing: 0.26px;
}
body .shop .bottom-btn .intoShop {
  height: 26px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #FF7200;
  width: 80px;
  margin: 0 25px 0 10px;
  text-align: center;
  line-height: 26px;
  border-radius: 20px;
  border: 1px solid #FF7200;
}
body .shop .bottom-btn .intoShop img {
  width: 18px;
  height: 18px;
}
body .shop .bottom-btn .intoShop span {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.26px;
}
body .shopsOutGoods {
	box-sizing: border-box;
	padding-top: 12px;
	margin: 14px auto;
	width: 100%;
	background: #FFFFFF;
    padding-bottom: 1px;
}
body .shopsOutGoodsNone {
    box-sizing: border-box;
    padding-top: 12px;
    margin: 14px auto;
    width: 97.3%;
    height: 235px;
    background: #FFFFFF;
    box-shadow: 0 3px 6px 0 rgba(163, 163, 163, 0.3);
    border-radius: 8px;
}
body .shopsOutGoods .top-title {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;
    height: 42px;
	padding-bottom: 6px;
}
body .shopsOutGoods .top-title img {
  display: block;
  height: 42px;
  width: 42px;
    border-radius: 5px;
}
body .shopsOutGoods .top-title div.img {
  width: 42px;
  border-radius: 5px;
}
body .shopsOutGoods .top-title div.p {
  height: 100%;
  width: 84%;
}
body .shopsOutGoods .top-title div.p p {
  margin: 0 !important;
}
body .shopsOutGoods .top-title div.p p.shopName {
  margin-bottom: 4px !important;
  font-family: PingFangSC-Medium;
  font-size: 17px;
  color: #373737;
  letter-spacing: 0.33px;
  line-height: 20px;
}
body .shopsOutGoods .top-title div.p p.subhead {
    margin-top: 4px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #737373;
    letter-spacing: 0.26px;
    line-height: 14px;
	font-weight: 100;
}
body .shopsOutGoods .outGoodsContent {
  margin-top: 7px;
  padding-left: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
body .shopsOutGoods .outGoodsContent img {
  width: 150px;
  height: 150px;
  border-radius: 5px;
}
body .shopsOutGoods .outGoodsContent div {
  width: 50%;
  height: 100%;
}
body .shopsOutGoods .outGoodsContent div p {
  display: flex;
  margin: 10px 0 !important;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #373737;
  letter-spacing: 0.26px;
}
body .shopsOutGoods .outGoodsContent div p .copy {
    margin-left: 3px;
    width: 20px;
    height: 20px;
}
body .shopsOutGoods .outGoodsContent div p a {
  display: flex;
  text-decoration: none;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #373737;
  letter-spacing: 0.26px;
}
body .shopsOutGoods .outGoodsContent div p img {
  width: 20px;
  height: 20px;
}
body .shopsOutGoods .outGoodsContent div p span {
  line-height: 20px;
  margin-left: 10px;
}
body .shopsOutGoods .address {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 12px;
  margin-top: 11px;
  margin-bottom: 10px;
}
body .shopsOutGoods .address img {
  width: 14px;
}
body .shopsOutGoods .address span {
	margin-left: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #737373;
    letter-spacing: 0.26px;
    line-height: 13px;
    font-weight: 100;
}
body .noGoodMsg {
  padding-bottom: 14px;
  height: 22px;
}
body .noGoodMsg p {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .noGoodMsg .loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .noGoodMsg p span {
  display: flex;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #585858;
  letter-spacing: 0.26px;
  line-height: 22px;
}
body .noGoodMsg p img {
  margin-left: 2px;
  width: 20px;
  height: 20px;
}
body .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 49px;
  background: #FFFFFF;
    z-index: 1111;
}
body .footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  height: 100%;
  flex-direction: column;
}
body .footer div:first-child p {
  color: #FF7200;
}
body .footer div img {
  margin-bottom: 5px;
  width: 22px;
  height: 20px;
}
body .footer div p {
  margin: 0 !important;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #585858;
  letter-spacing: 0.26px;
  line-height: 12px;
}
.swiper-pagination-bullet-active {
    background: #ffffff !important;
}
body .shop .top-title {
  justify-content: start;
}
body .shop .top-title div.p {
  margin-left: 12px;
}
body .shopsOutGoods .top-title {
  justify-content: start;
}
body .shopsOutGoods .top-title div.p {
  margin-left: 12px;
}
body .shopsOutGoods .outGoodsContent {
  justify-content: start;
}
body .shopsOutGoods .outGoodsContent div {
  margin-left: 3px;
}
.settled {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  /*background-image:linear-gradient(30deg, #094fd3, #49a2ec, #00ade7);*/
  font-family: PingFangSC-Regular;
  font-size: 17px;
  letter-spacing: 0.26px;
  line-height: 44px;
  text-align: center;
  box-shadow: 0 -3px 10px rgba(163, 163, 163, 0.5);
  color:#000;
  background-color:#fee300;
}
.settled-bg {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.settled-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 34px;
  background: #084fd4;
  font-family: PingFangSC-Regular;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0.26px;
  line-height: 34px;
}
.settled-nav div {
  display: flex;
  justify-content: center;
  width: calc(100%/3);
}
.settled-nav div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100%/3);
}
.settled-nav img {
  display: block;
  width: 25px;
  height: 25px;
}
.showNodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #707070;
  font-size: 14px;

}
.showNodata img {
  width: 132px;
  height: 150px;
}
.mt-150 {
  margin-top: 150px;
}
.b-ix {
    bottom: -20px !important;
}
#bs-scroll {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    /*background: #ccc;*/
    overflow: hidden;
}
#bs-scroll-query {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background: #ccc;*/
    overflow: hidden;
}
/*# sourceMappingURL=index.css.map */
