.banner {
  width: 100%;
}

.banner img {
  display: block;
}

.bg-gray {
  background-color: #F5F5F5 !important;
}

.product {
  border-radius: 8px;
  background-color: #fff;
  margin: 16px;
  padding: 10px;
}

.product_img {
  width: 80px;
  height: 80px;
}

.product_flex {
  display: flex;
}

.product_intro {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 88px);
}

/* .product:last-child {
  margin-bottom: 160px !important;
} */

.bottom-tips {
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.intro_title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-bottom: auto;
}

.intro_txt {
  font-size: 12px;
  color: #666666;
}

.bottom_flex {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 16px;
  align-items: center;
}

.price {
  color: #FF5E2E;
  font-size: 18px;
  margin-right: 4px;
}

.go_button,
.search_button {
  border-radius: 44px;
  background-color: #003E85;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
}

.search_button {
  background-color: transparent;
  border: 1px #003E85 solid;
  color: #003E85;
}

.nothing {
  width: 50%;
  margin: 160px auto;
}

.nothing_txt {
  color: #999999;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}

.spread-img-war {
  /* position: relative; */
}

.spread-img {
  /* width: 6.9rem; */
  /* height: 12.26rem; */
  width: 75vw;
  display: block;
}

#toImg {
  /* width: 100%; */
  width: calc(100vw - 30px);
}

/* body {
display: flex;
flex-direction: column;
} */

#qrcode {
  /* border: 8px solid #fff; */
  padding: 3px;
  background-color: #fff;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  position: absolute;
  /* bottom: 0;
  right: 0; */
  /* bottom: 1.95rem; */
  /* bottom: 1.5rem;
  left: 5.19rem; */
}

.mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  display: none;
}

.poster {
  position: absolute;
  /* top: 69px; */
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* display: none; */
}

#spreadImgBox {
  position: relative;
}

/* .poster img {
  width: 100%;
} */

.poster_content {
  /* position: absolute; */
  /* top: 69px; */
  /* padding: 0 15px; */
}

/* .poster_content img {
  width: 100%;
} */

.poster_close {
  /* position: absolute;
  top: 78vh;
  width: 100vw; */
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.close {
  margin-top: 16px;
}

.spread-code {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
  position: absolute;
  /* left: .7rem;
  bottom: .9rem; */
  right: .33rem;
  bottom: 2.8rem;
}

.spread-tel {
  position: absolute;
  font-size: .24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: .36rem;
  text-align: center;
  /* left: .7rem;
  bottom: .4rem; */
  /* bottom: 1.4rem; */
  bottom: .65rem;
  left: 5.15rem;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal .modal-wrap {
  background-color: #fff;
  width: 80%;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.modal .modal-wrap .item {
  padding: 0.35rem;
}

.modal .btns {
  display: flex;
  align-items: center;
  border-top: #ccc 1px solid;
}

.modal .btns .btn-item {
  flex: 1;
  font-size: 15px;
  text-align: center;
  line-height: 0.9rem;
  color: #003E85;
  display: block;
}

.modal .btns .btn-item.btn-go {
  background: #003E85;
  color: #fff;
}