.page__main {
  margin-bottom: 1rem;
  margin-bottom: calc(1rem + constant(safe-area-inset-bottom));
  margin-bottom: calc(1rem + env(safe-area-inset-bottom));
}
.businessBanner {
  width: 7.5rem;
}
.businessBanner img {
  display: block;
  width: 100%;
  height: auto;
}
.businessName {
  padding: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.businessDetail-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.7rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.businessDetail-tab .tag {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eee;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.24rem;
}
.businessDetail-tab .tag.is-cur {
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.businessDetail-content .con {
  display: none;
}
.businessDetail-content .con.is-cur {
  display: block;
  overflow-x: hidden;
}
.businessDetail-content p {
  margin: 0.1rem 0;
}
.businessDetail-content img {
  max-width: 100%;
}
.businessBottomBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.8rem;
  background: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.businessBottomBar__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 0.8rem;
  font-size: 0.32rem;
  text-align: center;
}
.businessBottomBar__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  margin-left: auto;
  background: #f90;
  color: #fff;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.32rem;
}
.popup-reserveInfo {
  width: 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem;
  background: #fff;
  border-radius: 0.2rem;
}
.popup-reserveInfo__title {
  margin-bottom: 0.2rem;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.38rem;
}
.popup-reserveInfo__main {
  font-size: 0.26rem;
}
.popup-reserveInfo__main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
.popup-reserveInfo__main .col-l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.6rem;
          flex: 0 0 1.6rem;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
}
.popup-reserveInfo__main .col-r {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 0.1rem;
}
.popup-reserveInfo__bottom {
  text-align: center;
}
.popup-reserveInfo__bottom .btn {
  width: 2.4rem;
  margin: 0 0.1rem;
}

.popupMask i {
  margin-right: .12rem;
  top: 5px !important;
}

.pop1 {
    display: block;
}

.popMask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.445);
}

.popPar {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop1 .popCon {
    width: 6.5rem;
    background-color: white;
    border-radius: 0.12rem;
}

.poptit {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.38rem;
    color: #0195ff;
    border-bottom: 0.02rem solid #23a3ff;
}

.yzmInputCon {
    width: 5.15rem;
    /* height: 1.7rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    margin: 0.44rem auto 0;
    padding-bottom: 0.2rem;
}

.yzmInputCon>input {
    width: 3.5rem;
    height: 0.58rem;
    outline: none;
    border: none;
    font-size: 0.28rem;
}

.yzmInputCon>input::placeholder {
    color: #c7c7c7;
}

.yzmInputCon .yzmImg {
    width: 1.45rem;
    display: block;
}

.popyzmTip {
    font-size: 0.24rem;
    color: #f4332e;
    margin-top: 0.26rem;
    margin-bottom: 0.15rem;
    padding-left: 0.65rem;
}

.yzmBtn {
    width: 5.3rem;
    height: 0.7rem;
    margin: 0.4rem auto 0.45rem;
    font-size: 0.3rem;
    color: white;
    line-height: 0.7rem;
    text-align: center;
    background-color: #39f;
    border-radius: 0.12rem;
}

.yzmBtnLight {
    background-color: #0195ff;
}

.goodsIntro {
  position: relative;
}

.goodsIntro>div {
  width: 1.45rem;
  height: 0.5rem;
  font-size: 0.26rem;
  color: #01ffff;
  position: absolute;
  top: 0.78rem;
  right: 0.45rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.goodsIntro>div>.laba {
  width: 0.36rem;
  height: 0.37rem;
  display: block;
  margin-right: 0.05rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.goodsIntro>div>.labaGIF {
  width: 0.36rem;
  height: 0.37rem;
  display: block;
  margin-right: 0.05rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
