.purchase-mark {
  overflow: auto;
  margin: auto;
  width: 1200px;
  height: 660px;
  background-color: #212121;
  color: #edccb1;
  border-radius: 24px;
  text-align: center;
}

.purchase-mark h3 {
  font-size: 30px;
  margin: 40px auto 30px;
}

.purchase-mark .privilege-list > li {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0 6px;
  width: 15%;
  height: 54px;
  border: 1px solid #D39C6D;
  border-radius: 9px; 

}
.purchase-mark .privilege-list {
  list-style: none;
  display: flex;
  justify-content: center;
}

.purchase-mark .purchase-info {
  margin: auto;
  width: 1038px;
  height: 310px;
  background: #212121;
  border: 1px solid #E4BE97;
  border-radius: 16px;
}

.purchase-info .card-list {
  display: flex;
  justify-content: center;
  color: #765430;
}

.purchase-info .card-list dl{
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 36px 4px 20px;
  width: 120px;
  height: 141px;
  background: linear-gradient(0deg, #B98D61, #EBC6A0);
  border-radius: 16px;
  font-size: 24px;
  user-select: none;
  line-height: 1;
  cursor: pointer;
}


.purchase-info .card-list dl input{
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  cursor: inherit;
}

.purchase-info .card-list dl.active{
  background: linear-gradient(0deg, #DFAC7B, #FDECD6);
  outline: 1px solid #fff;
}
.purchase-info .card-list dl dt {
  margin: 20px auto 10px;
}

.purchase-info .card-list dl b{
  font-size: 36px;
}

.purchase-info .card-list dl del{
  font-size: 17px;
}

.purchase-info .card-list dl .discount{
  position: absolute;
  left: 0;
  top: -13px;
  display: inline-block;
  min-width: 67px;
  height: 27px;
  line-height: 27px;
  background: linear-gradient(0deg, #B0855A, #E3B283);
  border-radius: 14px;
  font-size: 14px;
  color: #fff;
}

.purchase-info .buy-state {
  font-size: 17px;
  color: #BDBDBD;
  line-height: 22px;
}


.play-btn {
  margin-top: 13px;
  width: 375px;
  height: 57px;
  background: linear-gradient(0deg, #FDECD6, #DFAC7B);
  border-radius: 29px;
  color: #765430;
  font-size: 28px;
  border: none;
  cursor: pointer;
}

/* 在线支付 */
.online-pay {
  text-align: center;
  position: fixed;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  z-index: 199;
  padding: 20px;
  width: 630px;
  height: 363px;
  background-color: #212121;
  border: 1px solid #E4BE97;
  border-radius: 16px;
  color: #fff;
}

#onlinePay  .mask {
  position: fixed;
  z-index: 198;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.online-pay h3{
  font-size: 24px;
  color: #F0D8C2;
}

.online-pay .info{
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.online-pay .info .weixin-qrcode {
  margin-right: 40px;
}
.online-pay .info .weixin-qrcode img {
  vertical-align: middle;
}

.online-pay .info .pay-amount {
  text-align: left;
  font-size: 14px;
}

.online-pay .info .pay-amount dt {
  font-size: 18px;
}
.online-pay .info .pay-amount dt .price {
  font-size: 48px;
}
.online-pay .info .pay-amount dt b{ 
  font-size: 30px;
}
.online-pay .info .pay-amount  dd{
  margin-top: 20px;
}

.online-pay .info .pay-amount  dd:last-child{
  margin-top: 40px;
}

.online-pay .info .weixin-qrcode canvas{
  width: 148px !important;
  height: 148px !important;
  background-color: #fff;
}

.online-pay button {
  margin-top: 30px;
  width: 338px;
  height: 47px;
  background: #212121;
  border: 1px solid #fff;
  border-radius: 16px;
  font-size: 24x;
  cursor: pointer;
}
