
.container {
  width: 100vw;
  height: 100vh;
  background: #F1EFF1;
  font-size: 30rpx;
}

.top-info {
  width: 100vw;
  padding: 200rpx 0 64rpx;
  background: #fff;
  display: inline-block;
  text-align: center;
}

.ad-img {
  width: 726rpx;
  height: 242rpx;
  margin: 12rpx;
}

.icon-wx {
  width: 88rpx;
  height: 88rpx;
}

.list-logo {
  display: inline-block;
  width: 128rpx;
  height: 128rpx;
  min-width: 128rpx;
  min-height: 128rpx;
  margin-right: 24rpx;
}

.ad-list {
  margin: 0 12rpx;
  height: 160rpx;
  background: #fff;
  border-radius: 8rpx;
  padding: 16rpx 24rpx 16rpx 16rpx;
}

.pay-success {
  display: inline-block;
  margin: 16rpx 0 32rpx;
  font-size: 32rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #11C06A;
  line-height: 1;
}

.pay-money {
  height: 80rpx;
  color: #000;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  opacity: 0;
}

.unit {
  display: inline-block;
  vertical-align: top;
  height: 56rpx;
  line-height: 56rpx;
  font-size: 44rpx;
}

.number {
  display: inline-block;
  height: 80rpx;
  line-height: 80rpx;
  font-size: 80rpx;
}

.list-ad-title {
  height: 40rpx;
  margin-top: 4rpx;
  margin-bottom: 16rpx;
  font-size: 32rpx;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  line-height: 40rpx;
}

.list-ad-main {
  font-size: 24rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  line-height: 32rpx;
}

.con-btn {
  margin-left: 24rpx;
}

.list-btn {
  margin-top: 40rpx;
  width: 144rpx;
  background: #11C06A;
  padding: 12rpx 16rpx;
  font-size: 28rpx;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFF;
  line-height: 32rpx;
}

.pop-con {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
}

.pop-ad {
  position: relative;
  top: 350rpx;
  height: 870rpx;
}

.close {
  position: absolute;
  bottom: 0;
  left: calc(50% - 28rpx);
  width: 56rpx;
  height: 56rpx;
  background: url('https://lifecircle-mina-pay-project.oss-cn-hangzhou.aliyuncs.com/xcxPay/close.png') no-repeat center/cover;
}

.pop-ad-img {
  position: absolute;
  top: 0;
  left: 40rpx;
  width: 670rpx;
  height: 766rpx;
}

/**  flex 兼容写法 定义flex布局  **/
.dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/**  flex 兼容写法 垂直居中  **/
.flex-vertical-center {
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
}

/**  flex 兼容写法 纵向排列  **/
.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
}

/**  flex 兼容写法 水平居两边  **/
.flex-horizontal-between {
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
}




