* {
  padding: 0;
  margin: 0;
}
html,
body {
  font-size: 0.28rem;
  height: 100%;
  overflow: hidden;
  background: #f2f2f2;
  color: #1c1e3d;
}

img {
  display: block;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img_url {
  width: 100%;
  height: 7.5rem;
  object-fit: cover;
}

.info {
  width: 7.1rem;
  min-height: 2.72rem;
  background: #ffffff;
  border-radius: 0.16rem;
  margin-top: -0.6rem;
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
}

.price-area {
  display: flex;
  flex-wrap: wrap;
}
.price {
  display: flex;
  align-items: center;
}
.line {
  width: 1px;
  height: 0.44rem;
  background-color: #e5e5e5;
  margin: 0 0.2rem;
}
.price-in {
  display: flex;
  align-items: flex-end;
  font-size: 0.48rem;
  font-weight: bold;
}
.priceimg {
  width: 0.28rem;
  height: 0.3rem;
  margin-right: 0.06rem;
  position: relative;
  bottom: 0.1rem;
}

.title {
  font-size: 0.32rem;
  margin: 0.4rem 0 0.3rem;
  line-height: 0.44rem;
}

.num {
  color: #797a83;
  font-size: 0.24rem;
}

.rule {
  width: 7.1rem;
  background: #ffffff;
  border-radius: 0.16rem;
  margin: 0.2rem 0;
  padding: 0.5rem 0.3rem;
  box-sizing: border-box;
}
.rule-title {
  font-size: 0.34rem;
  font-weight: bold;
}

.time-area {
  width: 6.5rem;
  height: 2rem;
  background: #eefaf4;
  border-radius: 0.12rem;
  border: 1px solid #5ad192;
  margin: 0.3rem 0;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
}

.time {
  display: flex;
  margin-bottom: 0.2rem;
}
.time img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}

.time-left {
  display: flex;
  align-items: center;
}

.time-right {
  color: #5ad192;
  margin-left: 0.2rem;
}

.con {
  color: #797a83;
}
.con div {
  margin-bottom: 0.3rem;
  line-height: 0.4rem;
  text-align: justify;
}
.con div:last-child {
  margin-bottom: 0;
}

.open-btn {
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 68%,
    rgba(0, 0, 0, 0.62) 100%
  );
  position: absolute;
  bottom: 0;
  z-index: 101;
}
.openAppBtn {
  width: 6rem;
  height: 0.8rem;
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
