.body {
  background: #F5F5F5 !important;
}
.pay_page {
  padding-top: 40px;
}
* {
  box-sizing: border-box;
}
.pay_banner {
  height: 120px;
  background: url(//bpic.588ku.com/enterprise/pay_page/balance/banner.png) center;
  background-size: auto 100%;
  padding-top: 24px;
  color: #FFF;
  text-align: center;
}
.pay_banner .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 4px;
  text-shadow: 0px 2px 4px #17A1FF;
}
.pay_banner .p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-top: 20px;
}
.company_vip_pay {
  padding: 0;
  border-radius: 20px;
}
.main {
  padding: 20px 40px 17px;
}
.pakages {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.pakages li {
  width: 208px;
  height: 184px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
  text-align: center;
  padding: 34px 20px 0;
  cursor: pointer;
}
.pakages li .con {
  position: relative;
}
.pakages li .price {
  font-size: 16px;
  color: #191919;
}
.pakages li .price b {
  font-size: 32px;
  vertical-align: -1px;
  margin-left: 2px;
}
.pakages li .give {
  font-size: 14px;
  color: #FF3F15;
  line-height: 20px;
  margin-top: 2px;
}
.pakages li hr {
  margin-top: 18px;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px dashed #B2B9BD;
}
.pakages li .p1 {
  font-size: 13px;
  color: #757575;
  line-height: 20px;
}
.pakages li .tag {
  position: absolute;
  width: 88px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: linear-gradient(318deg, #FF4539 0%, #FF881D 100%);
  border-radius: 6px 6px 12px 0px;
  font-size: 12px;
  color: #FFF;
  left: 0;
  top: -10px;
}
.pakages li .tag b {
  font-size: 14px;
  margin-left: 2px;
}
.pakages li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #E8E8E8;
  border-radius: 8px;
}
.pakages li:hover::before {
  border: 3px solid #FF5326;
}
.pakages li.active {
  box-shadow: 0px 4px 16px 0px rgba(255, 83, 38, 0.5);
  background: rgba(255, 83, 38, 0.05);
}
.pakages li.active::before {
  border: 3px solid #FF5326;
}
.pay-box {
  border: 1px dashed #E8E8E8;
  padding: 24px;
  margin-top: 24px;
}
.pay-box .order_p1 {
  width: 336px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: #F1FAFF;
  border-radius: 4px;
  font-size: 14px;
  color: #17A1FF;
}
.company_vip_pay .pay_information {
  align-items: flex-start;
  margin-bottom: 0;
}
.company_vip_pay .pay_information .pay_select {
  background: #F1FAFF;
  border-radius: 8px;
  width: 120px;
}
.company_vip_pay .pay_information .pay_content .order .order_price {
  margin-top: 10px;
}
.company_vip_pay .pay_information .pay_content .order .order_price .money_number {
  font-size: 38px;
  color: #FF3300;
}
.company_vip_pay .pay_information .pay_select .item {
  background: none;
  height: 48px;
  line-height: 46px;
  color: #666;
  padding-left: 21px;
}
.company_vip_pay .pay_information .pay_select .item.active {
  background: #17A1FF;
  box-shadow: 0px 0px 10px 0px rgba(23, 161, 255, 0.2);
  border-radius: 8px;
  font-weight: normal;
}
.company_vip_pay .pay_information .pay_select .item.active::after {
  display: none;
}
.company_vip_pay .pay_information .pay_content .pay_method .pay_online .item .title {
  font-size: 18px;
}
.company_vip_pay .pay_information .pay_content .pay_method .pay_online .item .title .iconfont {
  font-size: 22px;
}
.company_vip_pay .pay_information .pay_content .pay_method .pay_online .item .qr_code {
  width: 160px;
  height: 160px;
  border-radius: 8px;
}
.company_vip_pay .pay_information .pay_content .pay_method .pay_online .item.wx {
  margin-right: 125px;
}
.company_vip_pay .agr_tip {
  margin-top: 18px;
}
.pay-explain {
  font-size: 12px;
  color: #A3A3A3;
  line-height: 20px;
  margin-top: 16px;
}
.qrcode-edu-auth {
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
