.page-pay {
  padding-bottom: 100px;
}

/* 头部 */
.m-header {
  height: 66px;
  background: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.m-header .logo {
  width: 119px;
  height: 46px;
  line-height: 66px;
}

.m-header .line {
  margin: 0 24px 0 17px;
  width: 1px;
  height: 15px;
  line-height: 66px;
  background: rgba(131, 132, 133, 1);
}

.m-header .h_tit {
  line-height: 66px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(131, 132, 133, 1);
}

.m-header .name {
  padding: 0 20px;
  line-height: 66px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.m-header_block {
  /* margin-bottom: 38px; */
  width: 100%;
  height: 66px;
}

/* banner */
.bannerGroup {
  box-sizing: border-box;
  margin: 0 auto 0;
  padding: 32px 0;
  height: 150px;
  box-sizing: border-box;
  background: linear-gradient(-10deg, #FF6400, #FF9600);
  text-align: center;
  position: relative;
}

.bannerGroup .tit {
  margin-right: 90px;
  line-height: 50px;
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.bannerGroup .subTit {
  line-height: 50px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.bannerGroup .tips {
  margin-left: -500px;
  width: 1000px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(255, 100, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  top: 120px;
  left: 50%;
}

.bannerGroup .txt {
  padding-left: 40px;
  line-height: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  position: relative;
}

.bannerGroup .txt::before {
  content: '';
  margin-top: -9px;
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}

.bannerGroup .txt1::before {
  background-image: url(/static/new_pay/images/vippay/1.png);
}

.bannerGroup .txt2::before {
  background-image: url(/static/new_pay/images/vippay/2.png);
}

.bannerGroup .txt3::before {
  background-image: url(/static/new_pay/images/vippay/3.png);
}

.bannerGroup .txt4::before {
  background-image: url(/static/new_pay/images/vippay/4.png);
}

.bannerGroup .txt5::before {
  background-image: url(/static/new_pay/images/vippay/5.png);
}

.bannerGroup .point {
  margin: 0 40px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #333333;
}

/* 主体内容 */
.contentBody {
  padding: 32px 0 68px 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 20px 20px;
}

/* 用户信息 */
.infoGroup {
  margin-bottom: 30px;
}

.infoGroup .text {
  line-height: 18px;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(52, 52, 52, 1);
}

/* vip类型 */
.typeGroup {
  margin: 0 auto 36px;
  padding: 0 100px;
}

.typeGroup .item {
  box-sizing: border-box;
  padding-top: 40px;
  width: 300px;
  height: 200px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.typeGroup .item:not(:first-child) {
  margin-left: 50px;
}

.typeGroup .item.active,
.typeGroup .item:hover {
  border: 2px solid rgba(255, 51, 51, 1);
}

.typeGroup .item.active::after,
.typeGroup .item:hover::after {
  content: '';
  width: 60px;
  height: 60px;
  background: url(/static/new_pay/images/vippay/pay_checked.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 10;
}

.typeGroup .tips {
  width: 100px;
  height: 100px;
  background: url(/static/new_pay/images/vippay/pay_tip.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
}

.typeGroup .item.active .tips,
.typeGroup .item:hover .tips {
  top: -2px;
  left: -2px;
}

.typeGroup .priceRow {
  margin-bottom: 20px;
}

.typeGroup .price {
  line-height: 40px;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
}

.typeGroup .item.active .price {
  color: #FF3333;
}

.typeGroup .oldPrice {
  margin-left: 20px;
  line-height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: line-through;
  color: #666666;
}

.typeGroup .line {
  margin: 0 auto 20px;
  width: 300px;
  height: 1px;
  background: #FF3333;
}

.typeGroup .title {
  margin-bottom: 15px;
}

.typeGroup .title .txt {
  line-height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.typeGroup .title .other {
  margin-left: 10px;
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.typeGroup .desc {
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}

/* timer */
.timeGroup {
  margin-bottom: 50px;
}

.timeGroup .timeBox {
  padding: 0 40px;
  height: 46px;
  background: #FFF2F2;
  border: 1px solid #FF3333;
  border-radius: 10px;
}

.timeGroup .label {
  line-height: 46px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.timeGroup .label.red,
.timeGroup .label .red {
  padding: 0 10px;
  width: 30px;
  color: #FF3333;
}

.timeGroup .timer {
  margin-left: 36px;
}

.timeGroup .timer .num {
  width: 26px;
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF3333;
  text-align: center
}

.timeGroup .timer .num.millisecondnum {
  width: 40px;
}

.timeGroup .timer .text {
  margin: 0 4px;
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF3333;
}

/* line */
.lineGroup {
  margin-bottom: 30px;
}

.lineGroup .line {
  width: 400px;
  height: 1px;
  background: #E6E6E6;
}

.lineGroup .txt {
  margin: 0 40px;
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

/* 价格 */
.priceGroup {
  margin-bottom: 30px;
}

.priceGroup .text {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.priceGroup .price {
  margin: 0 2px 0 6px;
}

.priceGroup .price,
.priceGroup .red {
  color: #FF3333;
}

.priceGroup .desc {
  margin-left: 40px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.priceGroup .desc .num {
  text-decoration: line-through;
}

/* 支付环节 */
.payGroup {
  margin: 0 auto 30px;
  position: relative;
}

.payShadow {
  padding-top: 50px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.payShadow .text {
  margin-bottom: 28px;
  line-height: 32px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.payShadow .loginBtn {
  margin: auto;
  width: 168px;
  line-height: 44px;
  background: linear-gradient(180deg, rgba(255, 182, 24, 1), rgba(242, 124, 18, 1));
  border-radius: 22px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: white;
  cursor: pointer;
}

.payShadow .loginBtn:hover {
  background: rgba(255, 182, 24, 1);
}

.payGroup .item:not(:first-child) {
  margin-left: 100px;
}

/* line2Group */
.line2Group {
  margin: 0 auto 40px;
  width: 1000px;
  height: 1px;
  background: #ffdcaa;
}

/* 客服QQ */
.serviceGroup {
  margin-bottom: 20px;
}

.serviceGroup .text,
.serviceGroup .link {
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

/* 备案号 */
.fixed-bottom {
  text-align: center;
}