#recharge-container {
  width: 100%;
  min-height: 850px;
  background-image: url("https://wspic.iyingdi.cn/yingdiWeb/images/recharge/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 20px 60px 20px;
}

.recharge-box {
  position: relative;
  min-height: 680px;
  width: 1300px;
  margin: 0 auto;
  font-size: 0;
}


.recharge-box .vip-box {
  position: relative;
  height: auto;
  width: 615px;
  display: inline-block;
  vertical-align: top;
}

.recharge-box .vip-box:first-of-type {
  margin-right: 30px;
}

@media screen and (min-width: 1580px) {
  .recharge-box {
    width: 1540px;
  }

  .recharge-box .vip-box:first-of-type {
    margin-right: 310px;
  }
}

.recharge-box .vip-box .cash-title {
  font-size: 32px;
  color: #525252;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  margin-bottom: 60px;
  text-align: center;
}

.recharge-box .vip-box .privilege {
  height: 210px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.recharge-box .vip-box .privilege .p-icon {
  flex: 0 0 153.75px;
  height: auto;
  font-size: 14px;
  color: #525252;
  margin-bottom: 60px;
  cursor: default;
}

.recharge-box .vip-box .privilege .p-icon:nth-of-type(n+4) {
  margin: 0;
}

.recharge-box .vip-box .privilege .p-icon .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #F9F9F9;
  margin: 0 auto;
}

.recharge-box .vip-box .privilege .p-icon .image > img {
  display: block;
  width: 100%;
  height: 100%;
}

.recharge-box .vip-box .privilege .p-icon .text {
  display: block;
  height: 15px;
  line-height: 15px;
  text-align: center;
}


.recharge-box .vip-box .cash-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #525252;
}

.recharge-box .vip-box .cash-list .cash-item {
  position: relative;
  flex: 0 0 180px;
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0 0 14px 6px rgba(201, 201, 201, 0.20);
  border-radius: 14px;
  cursor: default;
  padding: 35px 0 0 0;
  text-align: center;
  font-size: 16px;
}

.recharge-box .vip-box .cash-list .cash-item:nth-of-type(2) {
  flex: 0 0 215px;
  height: 290px;
  margin: 0 20px;
  padding: 55px 0 0 0;
}

.recharge-box .vip-box .cash-list .cash-item .month {
  margin: 0;
  padding: 0;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
}

.recharge-box .vip-box .cash-list .cash-item .price {
  margin: 20px 0;
  font-weight: bold;
  height: 40px;
}

.recharge-box .vip-box .cash-list .cash-item:nth-of-type(2) .price {
  margin-top: 30px;
}
.recharge-box .vip-box .cash-list .cash-item:nth-of-type(2) .open{
  margin-top: 15px;
}
.recharge-box .vip-box .cash-list .cash-item .price .num {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.recharge-box .vip-box .cash-list .cash-item .price .num > span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #4A4A4A;
  margin-left: 4px;
}

.recharge-box .vip-box .cash-list .cash-item .price .num.origin {
  position: relative;
  margin-right: 15px;
}

.recharge-box .vip-box .cash-list .cash-item .price .num.origin > span {
  font-size: 22px;
}

.recharge-box .vip-box .cash-list .cash-item .price .num.origin::before {
  position: absolute;
  content: '';
  width: 85%;
  height: 2px;
  background: #4A4A4A;
  top: 50%;
  margin-top: -1px;
  right: -2px;
}


.recharge-box .vip-box .cash-list .cash-item .avg-price {
  color: #9B9B9B;
  margin-bottom: 10px;
}

.recharge-box .vip-box .cash-list .cash-item .fire{
  color: #9B9B9B;
  height: 22px;
}

.recharge-box .vip-box .cash-list .cash-item .first {
  position: absolute;
  right: -1px;
  top: 0;
  width: 63px;
  height: 63px;
  background-image: url(https://wspic.iyingdi.cn/webh5/recharge/vip-first.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 1px 0 0 16px;
  font-size: 14px;
}

.recharge-box .vip-box .cash-list .cash-item .open {
  width: 120px;
  height: 30px;
  cursor: pointer;
  background: #1380F0;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  transition: all .2s;
  border-radius: 15px;
  margin-top: 10px;
}

.recharge-box .vip-box.high .cash-list .cash-item .first {
  background-image: url(https://wspic.iyingdi.cn/webh5/recharge/svip-first.png);
}

.recharge-box .vip-box.high .cash-list .cash-item .open {
  background: #FFB433;
}

.recharge-box .desc-box {
  display: flex;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 60px;
}

.recharge-box .desc-box > li {
  margin-right: 20px;
}

/*浮层（支付，协议，记录）*/
#recharge-container .pay-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  padding-top: 100px;
}

#recharge-container .pay-layer .pay-style-container {
  position: relative;
  width: 630px;
  min-height: 280px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px 60px;
  border-bottom: 60px solid #1380F0;
}

#recharge-container .pay-layer .pay-style-container .pay-type {
  width: 370px;
  height: auto;
  font-size: 0;
  margin: 0 auto;
  padding-top: 40px;
}

#recharge-container .pay-layer .pay-style-container .pay-type > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 120px;
  height: auto;
  font-size: 16px;
  color: #525252;
}

#recharge-container .pay-layer .pay-style-container .pay-type > li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
}

#recharge-container .pay-layer .pay-style-container .pay-type > li:nth-of-type(1) {
  margin-right: 130px;
}

#recharge-container .pay-layer .pay-style-container .pay-type > li > img {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 24px;
}

#recharge-container .pay-layer .pay-style-container .pay-type > li > a {
  display: block;
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

#recharge-container .pay-layer .pay-style-container .pay-code {
  position: relative;
  width: 100%;
  height: auto;
}

#recharge-container .pay-layer .pay-style-container .pay-code .loadingQrCode {
  width: 240px;
  height: 240px;
  background: #fff;
  line-height: 240px;
  text-align: center;
  color: #252525;
  margin: 30px auto 0 auto;
  border-radius: 15px;
  display: none;
}

#recharge-container .pay-layer .pay-style-container .pay-code .code-image {
  width: 246px;
  height: 251px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -123px;
}

#recharge-container .pay-layer .pay-style-container .pay-code .code-image > img {
  width: 100%;
  height: auto;
}

#recharge-container .pay-layer .pay-style-container .pay-result {
  margin-top: 40px;
  width: 100%;
  height: auto;
  font-size: 20px;
  color: #525252;
}

#recharge-container .pay-layer .pay-style-container .pay-result > li {
  cursor: default;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;

}

#recharge-container .pay-layer .pay-style-container .layer-title {
  font-size: 22px;
  margin: 0;
  padding: 0;
  height: 22px;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: center;
}

#recharge-container .pay-layer .pay-style-container .protocol {
  font-size: 22px;
  color: #525252;
}

#recharge-container .pay-layer .pay-style-container .protocol > p {
  line-height: 34px;
}

#recharge-container .pay-layer .pay-style-container .protocol > p:first-of-type {
  margin-bottom: 40px;
}

#recharge-container .pay-layer .pay-style-container .record-box .record-item {
  font-size: 16px;
  color: #525252;
  height: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}

#recharge-container .pay-layer .pay-style-container .record-box .record-item > span:nth-of-type(2) {
  margin-left: 25px;
}

#recharge-container .pay-layer .pay-style-container .record-box .record-item > span:last-of-type {
  float: right;
}

#recharge-container .pay-layer .pay-style-container .record-box .not-record {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

#recharge-container .pay-layer .pay-style-container .cancel-pay {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #1380F0;
  line-height: 40px;
  text-align: center;
  transition: transform .3s;
}

#recharge-container .pay-layer .pay-style-container .cancel-pay:hover {
  transform: rotate(180deg);
}
