vipdetail.wxss 899 字节
.huiyuandetailbox {
  padding: 24rpx 32rpx 150rpx;
  box-sizing: border-box;
}

.hguiyuandetailtop {
  color: #06121e;
  font-size: 32rpx;
}

.vipimg {
  width: 686rpx;
  height: 343rpx;
  margin: 24rpx auto 0;
}

.viptext {
  color: #06121e;
  font-size: 28rpx;
  margin-top: 36rpx;
}

/* .mai {
  width: 128rpx;
  height: 44rpx;
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 44rpx;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
  
  
  text-align: center;
  position: fixed;
  bottom:0;
  left:24rpx;
  

} */

.mai {
  width: 702rpx;
  height: 88rpx;
  background: rgba(251, 99, 36, 1);
  opacity: 1;
  border-radius: 4rpx;
  color:#fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
  margin:0 auto 36rpx;
 
  box-sizing: border-box;
 
  
}
.buybottom{
  width:750rpx;
  height:124rpx;
  background: #fff;
  position: fixed;
  bottom:0;
}