.word_money_box[data-v-9e9348e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
}
.company_name[data-v-9e9348e6] {
  font-size: 1.1em;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* width: 200px */
}
.topinfo[data-v-9e9348e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bank_name[data-v-9e9348e6] {
  font-size: 12px;
  border: 1px solid #d9d9d9;
  padding: 0 7px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background: #fafafa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wallet_box[data-v-9e9348e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wallet_item[data-v-9e9348e6] {
  width: 350px;
  margin-right: 20px;
}
.wallet_item[data-v-9e9348e6]:nth-child(4n+4) {
  clear: left;
  margin-right: 0;
}
.num_money[data-v-9e9348e6] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 32px;
  text-align: center;
  margin-top: 10px;
}
.word_info[data-v-9e9348e6] {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  color: rgba(0, 0, 0, 0.65);
}
.merchant_name[data-v-9e9348e6] {
  font-size: 12px;
  border: 1px solid transparent;
  background-color: #e9f4fe;
  padding: 1px 7px;
  border-radius: 4px;
  color: #439ef9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.el-card[data-v-9e9348e6] {
  border-radius: 8px;
}
.wallet_card[data-v-9e9348e6] {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(75%, #ffffff), to(#e4e4e4));
  background: linear-gradient(to top right, #ffffff 75%, #e4e4e4 100%);
  background-origin: center;
}
.wallet_card1[data-v-9e9348e6] {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(25%, #ffffff), to(#c0c4cc));
  background: linear-gradient(to top right, #ffffff 25%, #c0c4cc 100%);
  background-origin: center;
}
.wallet_card2[data-v-9e9348e6] {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(5%, #ffffff), to(rgba(255, 215, 0, 0.8509803922)));
  background: linear-gradient(to top right, #ffffff 5%, rgba(255, 215, 0, 0.8509803922) 100%);
  background-origin: center;
}
.wallet_card3[data-v-9e9348e6] {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(25%, #ffffff), to(rgba(255, 215, 0, 0.8509803922)));
  background: linear-gradient(to top right, #ffffff 25%, rgba(255, 215, 0, 0.8509803922) 100%);
  background-origin: center;
}
.huifu_recharge_title[data-v-9e9348e6] {
  text-align: left;
  font-size: 1.3rem;
  margin-left: 30px;
}
.huifu_recharge_desc[data-v-9e9348e6] {
  text-align: left;
  color: gray;
  margin-left: 50px;
}
.huifu_recharge_btn_box[data-v-9e9348e6] {
  text-align: right;
  margin-top: 5px;
  margin-right: 30px;
}
.position-relative[data-v-9e9348e6] {
  position: relative;
  overflow: hidden;
}
.corner-ribbon[data-v-9e9348e6] {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 25px;
  margin-right: -50px;
  margin-top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #67c23a;
  color: white;
  text-align: center;
  line-height: 25px;
  font-size: 10px;
  font-weight: bold;
  z-index: 10;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.expand-button[data-v-9e9348e6] {
  text-align: center;
  color: #409EFF;
  cursor: pointer;
  padding: 5px 0;
  margin-top: 15px;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.expand-button[data-v-9e9348e6]:hover {
  color: #66b1ff;
}
.expand-button i[data-v-9e9348e6] {
  margin-left: 5px;
}
.ticket-button[data-v-9e9348e6] {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ticket-button.has-ticket[data-v-9e9348e6] {
  -webkit-animation: pulse-9e9348e6 2s infinite;
          animation: pulse-9e9348e6 2s infinite;
}
@-webkit-keyframes pulse-9e9348e6 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(103, 194, 58, 0.4);
            box-shadow: 0 0 0 0 rgba(103, 194, 58, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(103, 194, 58, 0);
            box-shadow: 0 0 0 6px rgba(103, 194, 58, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(103, 194, 58, 0);
            box-shadow: 0 0 0 0 rgba(103, 194, 58, 0);
}
}
@keyframes pulse-9e9348e6 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(103, 194, 58, 0.4);
            box-shadow: 0 0 0 0 rgba(103, 194, 58, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(103, 194, 58, 0);
            box-shadow: 0 0 0 6px rgba(103, 194, 58, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(103, 194, 58, 0);
            box-shadow: 0 0 0 0 rgba(103, 194, 58, 0);
}
}
