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

body .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    /*position: fixed;*/
    /*top: 0;*/
    width: 100%;
    background: #ffffff;
    z-index: 9999;
}

body .nav .searchBarBox {
    display: flex;
    align-items: center;
    padding: 0 8px;
    margin-top: 3px;
    margin-left: 13px;
    box-sizing: border-box;
    width: 80%;
    height: 31px;
    background: #F3F3F3;
    border-radius: 100px;
}

body .nav .searchBarBox .searchBtn {
    width: 20px;
    height: 20px;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

body .nav .searchBarBox .searchBar {
    padding: 8px 0;
    margin-left: 13px;
    width: 80%;
    font-family: PingFang-SC-Regular;
    /*height: 31px;*/
    border: none;
    font-size: 13px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

body .nav .searchBarBox .searchBar:focus {
	outline: none !important;
    background: none !important;
    outline-width: 0 !important;
}

body .nav .searchBarBox .searchBar::-webkit-input-placeholder {
    padding: 1px 0;
    font-size: 12px;
    color: #7C7C7C;
}

body .nav .searchBarBox .searchBar::placeholder {
    padding: 1px 0;
    font-size: 12px;
    color: #7C7C7C;
}

body .nav .searchBarBox .cancelBtn {
    width: 20%;
    height: 100%;
    border: none;
    background: transparent;
    color: #373737;
    outline: none;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    letter-spacing: 0.27px;
}

body .nav .cancelBtn {
    margin-left: 3px;
    height: 100%;
    border: none;
    background: transparent;
    color: #373737;
    outline: none;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    letter-spacing: 0.27px;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

body .category {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*position: fixed;*/
    /*top: 44px;*/
    width: 100%;
    height: 42px;
    background: #ffffff;
    z-index: 9999;
}

body .category div {
    width: 11.2%;
    height: 90%;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #6D6D6D;
    letter-spacing: 0.26px;
    line-height: 42px;
    text-align: center;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

body .category .active {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FF7200;
    letter-spacing: 0.26px;
    line-height: 42px;
    border-bottom: 2px solid #FF7200;
}

body .sort {
    /*position: fixed;*/
    /*top: 86px;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*margin-top: 3px;*/
    height: 42px;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
}

body .sort div {
    width: 50px;
    height: 90%;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #6D6D6D;
    letter-spacing: 0.26px;
    line-height: 42px;
    text-align: center;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

body .sort .view img {
    width: 20px;
    height: 20px;
}

body .sort .active {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #FF7200;
    letter-spacing: 0.26px;
    line-height: 42px;
}

body .goodsList-chunk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    /*margin-top: 130px;*/
}

body .goodsList-chunk .goodBox {
    margin-bottom: 3px;
    width: calc(50% - 5px / 2);
    height: 263px;
}

body .goodsList-chunk div .goodsImg {
    height: 70%;
}

body .goodsList-chunk div .goodsImg img {
    display: block;
    width: 100%;
    height: 100%;
}

body .goodsList-chunk div .goodsInfo {
    box-sizing: border-box;
    padding: 4px 10px;
    height: 30%;
    background: #ffffff;
}

body .goodsList-chunk div .goodsInfo p {
    margin: 0 !important;
}

body .goodsList-chunk div .goodsInfo .goodName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #2E2E2E;
    letter-spacing: 0.26px;
    line-height: 15px;
    word-wrap: break-word;
}

body .goodsList-chunk div .goodsInfo .alreadySale {
    margin-top: 7px !important;
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #C1C1C1;
    letter-spacing: 0.26px;
    line-height: 9px;
}

body .goodsList-chunk div .goodsInfo .price {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #FF7200;
    letter-spacing: 0.26px;
    line-height: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .goodsList-chunk div .goodsInfo .price img {
    width: 30px;
    height: 30px;
}
body .goodsList-row {
    /*margin-top: 130px;*/
}
body .goodsList-row .goodBox {
    margin: 2px 0;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .goodsList-row .goodBox .goodsImg {
    width: 28%;
}

body .goodsList-row .goodBox .goodsImg img {
    display: block;
    width: 120px;
    height: 120px;
}

body .goodsList-row .goodBox .goodsInfo {
    position: relative;
    width: 72%;
    height: 120px;
    box-sizing: border-box;
    padding: 10px;
    background: #ffffff;
}

body .goodsList-row .goodBox .goodsInfo .goodName {
    margin-top: 5px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #2E2E2E;
    letter-spacing: 0.26px;
    line-height: 15px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

body .goodsList-row .goodBox .goodsInfo .alreadySale {
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #C1C1C1;
    letter-spacing: 0.26px;
    line-height: 9px;
}

body .goodsList-row .goodBox .goodsInfo .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 3px;
    width: 84%;
    margin-bottom: 0;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #FF7200;
    letter-spacing: 0.26px;
    line-height: 15px;
}

body .goodsList-row .goodBox .goodsInfo .price img {
    width: 30px;
    height: 30px;
}

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 {
    display: inline-grid;
    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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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 .shop {
    box-sizing: border-box;
    padding-top: 12px;
    margin: 14px auto;
    width: 100%;
    /*height: 391px;*/
    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 {
    display: inline-grid;
    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 .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;
}

@media (min-width: 500px) {
    body .guide {
        height: 350px;
    }


    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 .goodsList-chunk .goodBox {
        height: 400px;
    }

    body .goodsList-chunk div .goodsInfo {
        height: 20%;
    }

    body .goodsList-chunk div .goodsImg {
        height: 80%;
    }
}

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;
}

body .goodsList-row .goodBox .goodsInfo {
    width: 100%;
}

body .goodsList-row .goodBox .goodsImg {
    width: 120px;
}
.fixed-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.iphone-sp {
    /*position: absolute;*/
    /*top: 0 !important;*/
    /*padding-bottom: 50px;*/
    /*width: 100%;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    -webkit-overflow-scrolling: touch;
    /*background: #f2f2f2;*/
    /*height: 100%;*/
    /*bottom: 0 !important;*/
    /*padding-bottom: 0;*/
    padding-top: 130px;
}
/*.iphone-sp-index {*/
    /*position: absolute;*/
    /*top: 0 !important;*/
    /*padding-bottom: 50px;*/
    /*width: 100%;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*!*background: #f2f2f2;*!*/
    /*height: 100%;*/
    /*bottom: 0 !important;*/
    /*!*padding-bottom: 0;*!*/
    /*padding-top: 130px;*/
/*}*/
.iphone-sp-shop {
    padding-top: 90px;
}
.layui-m-layerbtn span[yes],
.layui-m-layerbtn span[no]{
    background: #ffffff;
}
.layui-m-layerbtn {
    height: 40px !important;
    line-height: 40px !important;
}
.layui-m-layercont {
    padding: 40px 30px !important;
}
/*# sourceMappingURL=queryPage.css.map */
