| page {
  background: #4e99f8;
}
.couponbg {
  position: relative;
  height: 100%;
  width: 100%;
}
.couponbg image {
  display: block;
  position: absolute;
  width: 95%;
  height: 95%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -19999;
  border-radius: 20rpx;
}
.title {
  font-size: 33rpx;
  color: #0c1829;
  line-height: 36rpx;
  text-align: center;
  padding-top: 106rpx;
}
.subtitle {
  color: #7f8b9e;
  font-size: 26rpx;
  line-height: 30rpx;
  margin-top: 16rpx;
  text-align: center;
}
.panel {
  width: 600rpx;
  border-radius: 10rpx;
  background-color: #fff;
  margin: 144rpx auto 0;
  padding: 30rpx 0;
  position: relative;
  z-index: 10000000000;
}
.pane2 {
  background: #fff;
  opacity: 0.6;
}
.pane2 image {
  width: 500rpx;
  display: block;
  margin: 40rpx auto 0;
}
.barcode {
  height: 100rpx;
  width: 500rpx;
  margin: 0 auto;
}
.barnum {
  height: 46rpx;
  line-height: 46rpx;
  font-size: 24rpx;
  text-align: center;
  letter-spacing: 2rpx;
  white-space: nowrap;
  color: #7f7f7f;
}
.barnum text {
  color: #767676;
}
.barcode > canvas {
  width: 500rpx;
  height: 100rpx;
}
.qrcode {
  height: 380rpx;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.qrcode > canvas {
  width: 350rpx;
  height: 350rpx;
}
.jine {
  color: #f96563 !important;
  font-size: 36rpx !important;
}
.buy-view {
  background: #fff;
  position: fixed;
  padding-top: 10rpx;
  height: 98rpx;
  bottom: 0rpx;
  left: 0;
  right: 0;
}
.buy {
  background: #fff;
  height: 88rpx;
  width: 98%;
  margin: 0 auto;
  color: #7e7e7e;
  line-height: 88rpx;
  border-radius: 16rpx;
  border: 1px solid #eee;
  margin-top:40rpx; 
}
.gou{
  padding-left: 80rpx;
  color: #878d95;
  padding-top:30rpx; 
  font-size: 30rpx;
}
.mai{
  color: #666;
}
.remark{
  padding-top: 37rpx;
}
 |