.result-modal[data-v-450ef7fa] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #119fd5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99
}

.result-modal .modal-content[data-v-450ef7fa] {
    width: 396px;
    height: 518px;
    border-radius: 16px;
    background: linear-gradient(180deg, #dce2f2 0%, #fff 29.69%, #fff 100%);
    animation: zoomIn-450ef7fa .3s;
    display: flex;
    flex-direction: column
}

.result-modal .modal-content .modal-header[data-v-450ef7fa] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.result-modal .modal-content .modal-header .modal-title[data-v-450ef7fa] {
    font-size: 18px;
    margin-top: 18px;
    color: #119fd5;
    font-size: 20px;
    font-style: normal;
    font-weight: 700
}

.result-modal .modal-content .modal-header .modal-close[data-v-450ef7fa] {
    position: absolute;
    right: 28px;
    top: 18px;
    width: 36px;
    height: 36px;
    color: #119fd5;
    cursor: pointer;
    transition: all .3s
}

.result-modal .modal-content .modal-body[data-v-450ef7fa] {
    padding: 24px 32px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.result-modal .modal-content .modal-body .body-content[data-v-450ef7fa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.result-modal .modal-content .modal-body .body-content img[data-v-450ef7fa] {
    width: 64px;
    height: 64px;
    margin-bottom: 36px
}

.result-modal .modal-content .modal-body .body-content .error-text[data-v-450ef7fa] {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center
}

.result-modal .modal-content .modal-body .body-content .success-text[data-v-450ef7fa] {
    color: #7e7e7e;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 16px
}

.result-modal .modal-content .modal-footer[data-v-450ef7fa] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 32px
}

.result-modal .modal-content .modal-footer .modal-btn[data-v-450ef7fa] {
    border-radius: 8px;
    min-width: 280px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    background: #119fd5
}

.result-modal .modal-content .modal-footer .modal-btn[data-v-450ef7fa]:hover {
    opacity: .8
}

.result-modal .modal-content .modal-footer .customer-text[data-v-450ef7fa] {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e;
    margin-top: 36px
}

.result-modal .modal-content .modal-footer .customer-text .customer-btn[data-v-450ef7fa] {
    color: #119fd5;
    cursor: pointer
}

.result-modal .modal-content .modal-footer .customer-text .customer-btn[data-v-450ef7fa]:hover {
    opacity: .8
}

@keyframes zoomIn-450ef7fa {
    0% {
        transform: scale(.8)
    }
}

.result-modal[data-v-ac8802e8] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #119fd5;
    display: flex;
    justify-content: center;
    align-items: center
}

.result-modal .modal-content[data-v-ac8802e8] {
    width: 396px;
    min-height: 518px;
    border-radius: 16px;
    background: linear-gradient(180deg, #dce2f2 0%, #fff 29.69%, #fff 100%);
    animation: zoomIn-ac8802e8 .3s;
    display: flex;
    flex-direction: column
}

.result-modal .modal-content .modal-header[data-v-ac8802e8] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 32px;
    border-bottom: 1px solid rgba(0, 0, 0, .03)
}

.result-modal .modal-content .modal-header .modal-title[data-v-ac8802e8] {
    font-size: 18px;
    margin: 20px 0;
    color: #119fd5;
    font-size: 20px;
    font-style: normal;
    font-weight: 700
}

.result-modal .modal-content .modal-header .modal-close[data-v-ac8802e8] {
    position: absolute;
    right: -10px;
    top: 18px;
    width: 36px;
    height: 36px;
    color: #119fd5;
    cursor: pointer;
    transition: all .3s
}

.result-modal .modal-content .modal-body[data-v-ac8802e8] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 32px
}

.result-modal .modal-content .modal-body .body-content[data-v-ac8802e8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.result-modal .modal-content .modal-body .body-content .item-title[data-v-ac8802e8] {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    word-break: break-all;
    display: flex;
    align-items: flex-end;
    margin-top: 20px
}

.result-modal .modal-content .modal-body .body-content .item-title .multiply[data-v-ac8802e8] {
    font-size: 14px;
    margin-left: 4px
}

.result-modal .modal-content .modal-body .body-content .item-title .additional-content[data-v-ac8802e8] {
    color: #bda757;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.result-modal .modal-content .modal-body .body-content .item-title .mr-l[data-v-ac8802e8] {
    margin-left: 6px
}

.result-modal .modal-content .modal-body .body-content .money[data-v-ac8802e8] {
    font-size: 28px;
    color: #f5454a;
    line-height: 20px;
    margin-top: 16px;
    display: flex
}

.result-modal .modal-content .modal-body .body-content .money > span[data-v-ac8802e8] {
    font-weight: 700
}

.result-modal .modal-content .modal-body .body-content .money .currency[data-v-ac8802e8] {
    font-size: 14px;
    margin-top: 4px;
    margin-right: 3px
}

.result-modal .modal-content .modal-body .body-content .qrcode-content[data-v-ac8802e8] {
    width: 224px;
    height: 224px;
    margin-top: 24px;
    position: relative
}

.result-modal .modal-content .modal-body .body-content .qrcode-content .qrcode-mask[data-v-ac8802e8] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.result-modal .modal-content .modal-body .body-content .qrcode-content .qrcode-mask .refresh[data-v-ac8802e8] {
    min-width: 131px;
    height: 40px;
    border-radius: 8px;
    background: #119fd5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer
}

.result-modal .modal-content .modal-body .body-content .qrcode-content .qrcode-mask .refresh[data-v-ac8802e8]:hover {
    opacity: .9
}

.result-modal .modal-content .modal-body .body-content .qr-code[data-v-ac8802e8] {
    width: 100%;
    height: 100%
}

.result-modal .modal-content .modal-footer[data-v-ac8802e8] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 32px
}

.result-modal .modal-content .modal-footer .pay-method[data-v-ac8802e8] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px
}

.result-modal .modal-content .modal-footer .pay-method > img[data-v-ac8802e8] {
    width: 24px;
    height: 24px
}

.result-modal .modal-content .modal-footer .pay-method > span[data-v-ac8802e8] {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px
}

.result-modal .modal-content .modal-footer .pay-tips[data-v-ac8802e8] {
    margin-top: 16px;
    font-size: 14px;
    color: #7e7e7e
}

.exit-modal[data-v-ac8802e8] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #119fd5;
    display: flex;
    justify-content: center;
    align-items: center
}

.exit-modal .pay-cancle[data-v-ac8802e8] {
    width: 376px;
    height: 146px;
    border-radius: 16px;
    background: #fff;
    animation: zoomIn-ac8802e8 .3s;
    padding: 32px 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.exit-modal .pay-cancle .exit-text[data-v-ac8802e8] {
    color: #119fd5;
    font-size: 18px;
    font-style: normal;
    font-weight: 400
}

.exit-modal .pay-cancle .btn-box[data-v-ac8802e8] {
    display: flex;
    align-items: center;
    margin-top: 24px;
    justify-content: center
}

.exit-modal .pay-cancle .btn-box .cancle[data-v-ac8802e8], .exit-modal .pay-cancle .btn-box .pay-again[data-v-ac8802e8] {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px
}

.exit-modal .pay-cancle .btn-box .cancle[data-v-ac8802e8] {
    color: #7e7e7e;
    background: #f0f1f2;
    cursor: pointer
}

.exit-modal .pay-cancle .btn-box .cancle[data-v-ac8802e8]:hover {
    opacity: .8
}

.exit-modal .pay-cancle .btn-box .pay-again[data-v-ac8802e8] {
    color: #fff;
    background: #119fd5;
    margin-left: 12px;
    cursor: pointer
}

.exit-modal .pay-cancle .btn-box .pay-again[data-v-ac8802e8]:hover {
    opacity: .8
}

@keyframes zoomIn-ac8802e8 {
    0% {
        transform: scale(.8)
    }
}

.cashier[data-v-b36b9789] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 6px;
    color: #119fd5
}

.cashier .cashier-content[data-v-b36b9789] {
    width: 1144px;
    flex: 1;
    display: flex;
    margin-bottom: 16px
}

.cashier .cashier-content .cashier-left[data-v-b36b9789] {
    width: 302px;
    background: #fff;
    border-radius: 8px
}

.cashier .cashier-content .cashier-left .cashier-user-header[data-v-b36b9789] {
    position: relative;
    height: 75px;
    border-bottom: 1px solid #f0f1f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px
}

.cashier .cashier-content .cashier-left .cashier-user-header .cashier-bule-sign[data-v-b36b9789] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: #119fd5
}

.cashier .cashier-content .cashier-left .cashier-user-header .user-title[data-v-b36b9789] {
    font-size: 16px;
    font-style: normal;
    font-weight: 700
}

.cashier .cashier-content .cashier-left .cashier-user-header .select-role[data-v-b36b9789] {
    height: 32px;
    border: 1px solid #dadde3;
    padding: 1px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.cashier .cashier-content .cashier-left .cashier-user-content[data-v-b36b9789] {
    padding: 0 22px;
    margin-top: 16px
}

.cashier .cashier-content .cashier-left .cashier-user-content .user-info-item[data-v-b36b9789] {
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 16px
}

.cashier .cashier-content .cashier-left .cashier-user-content .user-info-item .user-info-item-left[data-v-b36b9789] {
    color: #b9b9b9;
    white-space: nowrap
}

.cashier .cashier-content .cashier-left .cashier-user-content .user-info-item .user-info-item-right[data-v-b36b9789] {
    color: #119fd5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cashier .cashier-content .cashier-left .cashier-user-content .user-info-item .user-info-item-error[data-v-b36b9789] {
    color: #ff0000;
    white-space: nowrap
}

.cashier .cashier-content .cashier-left .payment-list[data-v-b36b9789] {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cashier .cashier-content .cashier-left .payment-list .payment-item[data-v-b36b9789] {
    position: relative;
    width: 96%;
    height: 54px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, .03);
    display: flex;
    align-items: center;
    cursor: pointer
}

.cashier .cashier-content .cashier-left .payment-list .payment-item > img[data-v-b36b9789] {
    /*margin: 0 25px;*/
    width: 100%;
    height: 100%;
}

.cashier .cashier-content .cashier-left .payment-list .payment-item.active[data-v-b36b9789] {
    border-radius: 4px;
    border: 1px solid #119fd5;
    background: #f2f5fc
}

.cashier .cashier-content .cashier-left .payment-list .payment-item.active[data-v-b36b9789]:after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    background: url(./select.png) no-repeat;
    background-size: contain
}



.cashier .cashier-content .cashier-right[data-v-b36b9789] {
    width: 830px;
    margin-left: 12px;
    padding: 24px;
    border-radius: 8px;
    background: #fff
}

.cashier .cashier-content .cashier-right .cashier-title[data-v-b36b9789] {
    font-size: 16px;
    font-style: normal;
    font-weight: 700
}

.cashier .cashier-content .cashier-right .payment-list[data-v-b36b9789] {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cashier .cashier-content .cashier-right .payment-list .payment-item[data-v-b36b9789] {
    position: relative;
    width: 33%;
    height: 54px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, .03);
    display: flex;
    align-items: center;
    cursor: pointer
}

.cashier .cashier-content .cashier-right .payment-list .payment-item > img[data-v-b36b9789] {
    /*margin: 0 25px;*/
    width: 100%;
    height: 52px
}

.cashier .cashier-content .cashier-right .payment-list .payment-item.active[data-v-b36b9789] {
    border-radius: 4px;
    border: 1px solid #119fd5;
    background: #f2f5fc
}

.cashier .cashier-content .cashier-right .payment-list .payment-item.active[data-v-b36b9789]:after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    background: url(./select.png) no-repeat;
    background-size: contain
}

.cashier .cashier-content .cashier-right .payment-line[data-v-b36b9789] {
    margin-top: 10px;
    height: 1px;
    background: #f0f1f2
}

.cashier .cashier-content .cashier-right .product-header[data-v-b36b9789] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px
}

.cashier .cashier-content .cashier-right .product-header .product-title[data-v-b36b9789] {
    font-size: 16px;
    font-weight: 700
}

.cashier .cashier-content .cashier-right .product-header .recharge-info[data-v-b36b9789] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 1px 12px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

.cashier .cashier-content .cashier-left .cashier-user-content .user-info-item .user-info-item-left .check-input {
    height: 40px;
    color: #119fd5;
}

.cashier .cashier-content .cashier-left .cashier-user-content .user-info-item .user-info-item-right .check-btn[data-v-b36b9789] {
    height: 43px;
    border-radius: 8px;
    background: #119fd5;
    padding: 12px 18px;
    margin-left: 16px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cashier .cashier-content .cashier-left .cashier-user-content .user-info-item .user-info-item-right .check-btn[data-v-b36b9789]:hover {
    opacity: .8
}

.cashier .cashier-right .product-content[data-v-b36b9789] {
    margin-top: 12px
}

.cashier .cashier-right .product-content .month-card-list[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list[data-v-b36b9789] {
    display: flex;
    flex-wrap: wrap
}

.cashier .cashier-right .product-content .month-card-list .card-item[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item[data-v-b36b9789] {
    position: relative;
    margin-right: 10px;
    margin-bottom: 17px;
    width: calc((100% - 50px) / 6);
    height: 178px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #dadde3;
    background: linear-gradient(180deg, #f5f4e3 0%, #fff 64.14%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer
}

.cashier .cashier-right .product-content .month-card-list .card-item[data-v-b36b9789]:nth-child(6n+6), .cashier .cashier-right .product-content .coin-card-list .card-item[data-v-b36b9789]:nth-child(6n+6) {
    margin-right: 0
}

.cashier .cashier-right .product-content .month-card-list .card-item .item-tag-1[data-v-b36b9789], .cashier .cashier-right .product-content .month-card-list .card-item .item-tag-2[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .item-tag-1[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .item-tag-2[data-v-b36b9789] {
    position: absolute;
    top: -5px;
    left: -5px;
    height: 20px;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.cashier .cashier-right .product-content .month-card-list .card-item .item-tag-1[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .item-tag-1[data-v-b36b9789] {
    background: #bda757;
    border-radius: 10px 2px
}

.cashier .cashier-right .product-content .month-card-list .card-item .item-tag-2[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .item-tag-2[data-v-b36b9789] {
    background: #f5454a;
    border-radius: 10px 2px
}

.cashier .cashier-right .product-content .month-card-list .card-item .item-title[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .item-title[data-v-b36b9789] {
    position: relative;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 24px 12px 0;
    word-break: break-all
}

.cashier .cashier-right .product-content .month-card-list .card-item .item-title .multiply[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .item-title .multiply[data-v-b36b9789] {
    font-size: 12px;
    margin-left: 4px
}

.cashier .cashier-right .product-content .month-card-list .card-item .item-title .additional-content[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .item-title .additional-content[data-v-b36b9789] {
    color: #bda757;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.cashier .cashier-right .product-content .month-card-list .card-item .product-img[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .product-img[data-v-b36b9789] {
    width: 70px;
    height: 70px;
    border-radius: 8px
}

.cashier .cashier-right .product-content .month-card-list .card-item .product-img img[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .product-img img[data-v-b36b9789] {
    width: 100%;
    height: 100%
}

.cashier .cashier-right .product-content .month-card-list .card-item .pay-btn[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .pay-btn[data-v-b36b9789] {
    width: 100px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #119fd5;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.cashier .cashier-right .product-content .month-card-list .card-item .pay-btn .currency[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item .pay-btn .currency[data-v-b36b9789] {
    font-size: 12px;
    margin-top: 2px;
    display: flex;
    justify-content: center;
    margin-right: 3px;
    line-height: 20px
}

.cashier .cashier-right .product-content .month-card-list .card-item.active[data-v-b36b9789], .cashier .cashier-right .product-content .coin-card-list .card-item.active[data-v-b36b9789] {
    box-shadow: 0 0 0 2px #119fd5
}

.cashier .cashier-right .product-content .month-card-list .card-item.active[data-v-b36b9789]:after, .cashier .cashier-right .product-content .coin-card-list .card-item.active[data-v-b36b9789]:after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    background: url(./select.png) no-repeat;
    background-size: contain
}

.cashier .cashier-right .product-content .coin-card-list[data-v-b36b9789] {
    display: flex;
    flex-wrap: wrap
}

.cashier .cashier-right .product-content .coin-card-list .card-item[data-v-b36b9789] {
    background: linear-gradient(180deg, #aed0d7 0%, #f4f5e2 33.33%)
}

.cashier .cashier-right .empty-container[data-v-b36b9789] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0
}

.cashier .cashier-right .empty-container img[data-v-b36b9789] {
    width: 80px;
    height: 80px
}

.cashier .cashier-right .empty-container .empty-text[data-v-b36b9789] {
    color: #b9b9b9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-top: 12px
}

.cashier .cashier-footer[data-v-b36b9789] {
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.cashier .cashier-footer .footer-content[data-v-b36b9789] {
    width: 1144px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.cashier .cashier-footer .footer-content .addition[data-v-b36b9789] {
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

.cashier .cashier-footer .footer-content .amount[data-v-b36b9789] {
    font-size: 28px;
    font-weight: 700
}

.cashier .cashier-footer .footer-content .amount-small[data-v-b36b9789] {
    font-size: 22px;
    margin-top: 2px
}

.cashier .cashier-footer .footer-content .currency[data-v-b36b9789] {
    font-size: 12px;
    color: #119fd5;
}

.cashier .cashier-footer .footer-content .money[data-v-b36b9789] {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    color: #119fd5;
    line-height: 20px;
    display: flex
}

.cashier .cashier-footer .footer-content .money .currency[data-v-b36b9789] {
    width: 15px;
    margin-top: 4px;
    display: flex;
    justify-content: center
}

.cashier .cashier-footer .footer-content .cashier-pay-btn[data-v-b36b9789] {
    height: 48px;
    border-radius: 8px;
    background: #119fd5;
    padding: 12px 38px;
    margin-left: 16px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.cashier .cashier-footer .footer-content .cashier-pay-btn[data-v-b36b9789]:hover {
    opacity: .8
}
