.x-pay__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .x-pay__label {
    position: relative;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 80px;
    width: 200px;
    border-radius: inherit;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #eee;
    z-index: 10;
    cursor: pointer;
    color: #323233;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .x-pay__label > *:not(:last-child) {
    margin-bottom: 5px;
  }
  .x-pay__label:not(:first-child) {
    margin-left: 10px;
}
  .x-pay__label > * {
    display: block;
  }
  .x-pay__label_active {
    background-color: #fff;
    color: #29a7e2;
    border: 2px solid #29a7e2;
  }
  .x-pay__small {
    position: absolute;
    line-height: 22px;
    top: -10px;
    z-index: 100;
    background: linear-gradient(130deg, #ffa449, #ff354e);
    padding: 0 10px;
    color: #fff;
    left: 0;
    border-radius: 3px;
    font-size: 12px;
  }

  .x-pay__item {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}
.x-pay__item img {
    vertical-align: middle;
    border: 0;
}
.x-pay__hidden {
    display: none;
}
.x-pay__zfb, .x-pay__wx {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #eee;
}

#money_tip em {
    color: #ff0000;
    font-style: normal;
}
.x-pay__item > .x-pay__hidden:checked + .x-pay__zfb, .x-pay__item > .x-pay__hidden:checked + .x-pay__wx {
    background-color: #ffffcc;
    color: #29a7e2;
    border: 2px solid #29a7e2;
}