.result-modal[data-v-079ceacd] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #59b1ef;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 999
}

.result-modal .modal-content[data-v-079ceacd] {
    width: 100%;
    min-height: 371px;
    border-radius: .32rem .32rem 0 0;
    background: #fff;
    animation: slideUp-079ceacd .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.result-modal .modal-content .modal-header[data-v-079ceacd] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.result-modal .modal-content .modal-body[data-v-079ceacd] {
    padding: 0 .48rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.result-modal .modal-content .modal-body .body-content[data-v-079ceacd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.result-modal .modal-content .modal-body .body-content img[data-v-079ceacd] {
    width: 1.12rem;
    height: 1.12rem;
    margin-bottom: .64rem;
    margin-top: 1.08rem
}

.result-modal .modal-content .modal-body .body-content .error-text[data-v-079ceacd] {
    color: #59b1ef;
    font-size: .36rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: .16rem
}

.result-modal .modal-content .modal-body .body-content .success-text[data-v-079ceacd] {
    color: #59b1ef;
    text-align: center;
    font-size: .32rem;
    font-weight: 400;
    margin-bottom: 1.02rem
}

.result-modal .modal-content .modal-footer[data-v-079ceacd] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 32px;
    margin-left: 24px;
    margin-right: 24px
}

.result-modal .modal-content .modal-footer .modal-btn[data-v-079ceacd] {
    border-radius: 8px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 32px;
    background: #59b1ef
}

.result-modal .modal-content .modal-footer .customer-text[data-v-079ceacd] {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e
}

.result-modal .modal-content .modal-footer .customer-text .customer-btn[data-v-079ceacd] {
    color: #59b1ef;
    cursor: pointer
}

@keyframes slideUp-079ceacd {
    0% {
        transform: translateY(100%)
    }
}

.payment[data-v-fcb1e238] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #59b1ef;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999
}

.payment .payment-content[data-v-fcb1e238] {
    position: relative;
    width: 100%;
    border-radius: .32rem .32rem 0 0;
    padding: 0 .48rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: slideUp-fcb1e238 .3s
}

.payment .payment-content .warning-icon[data-v-fcb1e238] {
    width: 1.12rem;
    height: 1.12rem;
    margin-top: 1.08rem
}

.payment .payment-content .note[data-v-fcb1e238] {
    color: #59b1ef;
    font-size: .36rem;
    font-weight: 700;
    margin-top: .64rem
}

.payment .payment-content .note .note-num[data-v-fcb1e238] {
    color: #59b1ef
}

.payment .payment-content .pay-text[data-v-fcb1e238] {
    color: #59b1ef;
    font-size: .32rem;
    font-weight: 400;
    margin-top: .16rem
}

.payment .payment-content .completed[data-v-fcb1e238], .payment .payment-content .cancle-pay[data-v-fcb1e238] {
    width: 100%;
    height: .96rem;
    border-radius: .16rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .36rem;
    font-weight: 700
}

.payment .payment-content .completed[data-v-fcb1e238] {
    background: #59b1ef;
    color: #fff;
    margin-top: .88rem
}

.payment .payment-content .completed.disibled[data-v-fcb1e238] {
    opacity: .5
}

.payment .payment-content .cancle-pay[data-v-fcb1e238] {
    background: rgba(0, 0, 0, .03);
    color: #7e7e7e;
    margin-top: .24rem;
    margin-bottom: 1.24rem
}

@keyframes slideUp-fcb1e238 {
    0% {
        transform: translateY(100%)
    }
}

.cashier[data-v-73e13bb1] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 .24rem
}

.cashier .cashier-userinfo[data-v-73e13bb1] {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: .32rem;
    width: 100%;
    height: 5.24rem;
    background: #fff;
    border-radius: .24rem;
    padding: 0rem
}

.cashier .cashier-userinfo .header-bg[data-v-73e13bb1] {
    width: 100%;
    height: 1.04rem;
    position: absolute;
    left: 0;
    top: 0
}

.cashier .cashier-userinfo .userinfo-header[data-v-73e13bb1] {
    position: relative;
    width: 100%;
    height: 1.04rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .32rem
}

.cashier .cashier-userinfo .userinfo-header .bule-line[data-v-73e13bb1] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .32rem;
    background: #59b1ef
}

.cashier .cashier-userinfo .userinfo-header .header-left[data-v-73e13bb1] {
    color: #747655;
    font-size: .32rem;
    font-style: normal;
    font-weight: 700
}

.cashier .cashier-userinfo .userinfo-header .header-right[data-v-73e13bb1] {
    height: .56rem;
    border: .02rem solid #bda757;
    padding: 0 .16rem;
    border-radius: .16rem;
    display: flex;
    align-items: center
}

.cashier .cashier-userinfo .userinfo-header .header-right img[data-v-73e13bb1] {
    width: .24rem;
    height: .24rem;
    margin-left: .08rem
}

.cashier .cashier-userinfo .userinfo-header .header-right span[data-v-73e13bb1] {
    color: #59b1ef;
    font-size: .28rem;
    font-weight: 500
}

.cashier .cashier-userinfo .userinfo-content[data-v-73e13bb1] {
    display: flex;
    align-items: center;
    margin: .28rem .32rem 0;
    padding-bottom: .28rem;
    box-sizing: border-box;
    border-bottom: .02rem solid #f0f1f2
}

.cashier .cashier-userinfo .userinfo-content img[data-v-73e13bb1] {
    width: .96rem;
    height: .96rem
}

.cashier .cashier-userinfo .userinfo-content .server-info[data-v-73e13bb1] {
    display: flex;
    flex-direction: column;
    margin-left: .32rem
}

.cashier .cashier-userinfo .userinfo-content .server-info .item-title[data-v-73e13bb1] {
    color: #7e7e7e;
    font-size: .28rem;
    font-style: normal;
    font-weight: 500
}

.cashier .cashier-userinfo .userinfo-content .server-info .item-content[data-v-73e13bb1] {
    color: #59b1ef;
    font-size: .28rem;
    font-style: normal;
    font-weight: 500;
    display: block;
}

.cashier .cashier-userinfo .userinfo-footer[data-v-73e13bb1] {
    margin-top: .28rem;
    padding: 0 .32rem
}

.cashier .cashier-userinfo .userinfo-footer .role-name > span[data-v-73e13bb1] {
    color: #59b1ef;
    font-size: .28rem;
    font-weight: 500
}

.cashier .cashier-userinfo .userinfo-footer .role-lv[data-v-73e13bb1] {
    display: flex;
    align-items: center;
    color: #b9b9b9;
    font-size: .24rem;
    font-weight: 400;
    margin-top: .12rem
}

.cashier .cashier-userinfo .userinfo-footer .role-lv .line[data-v-73e13bb1] {
    width: .02rem;
    height: .2rem;
    background: #b9b9b9;
    margin: 0 .16rem
}

.cashier .cashier-method[data-v-73e13bb1] {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: .32rem;
    width: 100%;
    background: #fff;
    border-radius: .24rem;
    padding: 0rem
}

.cashier .cashier-method .method-header[data-v-73e13bb1] {
    position: relative;
    width: 100%;
    height: 1.04rem;
    display: flex;
    align-items: center;
    padding: 0 .32rem
}

.cashier .cashier-method .method-header .bule-line[data-v-73e13bb1] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .32rem;
    background: #59b1ef
}

.cashier .cashier-method .method-header .header-left[data-v-73e13bb1] {
    color: #747655;
    font-size: .32rem;
    font-style: normal;
    font-weight: 700
}

.cashier .cashier-method .method-content[data-v-73e13bb1] {
    padding: 0rem .32rem .24rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cashier .cashier-method .method-content .method-item[data-v-73e13bb1] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.08rem;
    background: rgb(255 255 255 / 3%);
    border-radius: .16rem;
    margin-bottom: .24rem;
    flex-shrink: 0;
    border: .02rem solid transparent
}

.cashier .cashier-method .method-content .method-item img[data-v-73e13bb1] {
    width: 60%;
    height: 60%;
    margin-left: 15%;
}

.cashier .cashier-method .method-content .method-item span[data-v-73e13bb1] {
    margin-left: .24rem;
    color: #59b1ef;
    font-size: .28rem;
    font-weight: 500
}

.cashier .cashier-method .method-content .method-item.active[data-v-73e13bb1] {
    border: .029rem solid #59b1ef;
    background: #ffffff
}

.cashier .cashier-method .method-content .method-item.active[data-v-73e13bb1]:after {
    content: "";
    position: absolute;
    right: -.02rem;
    top: -.02rem;
    width: .3rem;
    height: .3rem;
    background: url(./select.png) no-repeat;
    background-size: contain
}

.cashier .cashier-product[data-v-73e13bb1] {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: .32rem 0;
    width: 100%;
    background: #fff;
    border-radius: .24rem;
    padding: 0rem
}

.cashier .cashier-product .product-header[data-v-73e13bb1] {
    position: relative;
    width: 100%;
    height: 1.04rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .32rem;
    border-bottom: .02rem dashed #f0f1f2
}

.cashier .cashier-product .product-header .bule-line[data-v-73e13bb1] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .04rem;
    height: .32rem;
    background: #59b1ef
}

.cashier .cashier-product .product-header .header-left[data-v-73e13bb1] {
    color: #747655;
    font-size: .32rem;
    font-style: normal;
    font-weight: 700
}

.cashier .cashier-product .product-header .header-right[data-v-73e13bb1] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .56rem;
    padding: 0 .24rem;
    border: .02rem solid #dadde3;
    border-radius: .16rem;
    color: #7e7e7e;
    font-size: .28 reF;
    font-weight: 500
}

.cashier .cashier-product .product-header .round-left[data-v-73e13bb1], .cashier .cashier-product .product-header .round-right[data-v-73e13bb1] {
    position: absolute;
    bottom: -.12rem;
    width: .24rem;
    height: .24rem;
    background: #f6f6f7;
    border-radius: 50%
}

.cashier .cashier-product .product-header .round-left[data-v-73e13bb1] {
    left: -.12rem
}

.cashier .cashier-product .product-header .round-right[data-v-73e13bb1] {
    right: -.12rem
}

.cashier .cashier-product .product-content[data-v-73e13bb1] {
    padding: .32rem .27rem .16rem
}

.cashier .cashier-product .product-content .month-card-list[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list[data-v-73e13bb1] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cashier .cashier-product .product-content .month-card-list .card-item[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item[data-v-73e13bb1] {
    position: relative;
    margin-right: .24rem;
    margin-bottom: .24rem;
    width: calc((100% - .24rem) / 2);
    border-radius: .16rem;
    box-shadow: 0 0 0 .02rem #dadde3;
    z-index: 9;
    background: linear-gradient(180deg, #f5f4e3 0%, #fff 64.14%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer
}

.cashier .cashier-product .product-content .month-card-list .card-item[data-v-73e13bb1]:nth-child(2n+2), .cashier .cashier-product .product-content .coin-card-list .card-item[data-v-73e13bb1]:nth-child(2n+2) {
    margin-right: 0
}

.cashier .cashier-product .product-content .month-card-list .card-item .item-tag-1[data-v-73e13bb1], .cashier .cashier-product .product-content .month-card-list .card-item .item-tag-2[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .item-tag-1[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .item-tag-2[data-v-73e13bb1] {
    position: absolute;
    top: -.1rem;
    left: -.1rem;
    height: .4rem;
    padding: .06rem .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .28rem;
    font-style: normal;
    font-weight: 500
}

.cashier .cashier-product .product-content .month-card-list .card-item .item-tag-1[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .item-tag-1[data-v-73e13bb1] {
    background: #bda757;
    border-radius: .2rem .03rem
}

.cashier .cashier-product .product-content .month-card-list .card-item .item-tag-2[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .item-tag-2[data-v-73e13bb1] {
    background: #f5454a;
    border-radius: .2rem .03rem
}

.cashier .cashier-product .product-content .month-card-list .card-item .item-title[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .item-title[data-v-73e13bb1] {
    position: relative;
    height: .96rem;
    font-size: .28rem;
    font-weight: 500;
    text-align: center;
    margin: .32rem .24rem 0;
    word-break: break-all
}

.cashier .cashier-product .product-content .month-card-list .card-item .item-title .multiply[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .item-title .multiply[data-v-73e13bb1] {
    font-size: .2rem;
    color: #59b1ef;
    font-weight: 400
}

.cashier .cashier-product .product-content .month-card-list .card-item .item-title .additional-content[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .item-title .additional-content[data-v-73e13bb1] {
    color: #bda757;
    font-size: .24rem;
    font-style: normal;
    font-weight: 500
}

.cashier .cashier-product .product-content .month-card-list .card-item .product-img[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .product-img[data-v-73e13bb1] {
    width: 2.24rem;
    height: 2.24rem;
    border-radius: .08rem
}

.cashier .cashier-product .product-content .month-card-list .card-item .product-img img[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .product-img img[data-v-73e13bb1] {
    width: 100%;
    height: 100%
}

.cashier .cashier-product .product-content .month-card-list .card-item .pay-btn[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .pay-btn[data-v-73e13bb1] {
    width: 2.72rem;
    height: .64rem;
    flex-shrink: 0;
    border-radius: .08rem;
    background: #f0f1f2;
    margin-bottom: .2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #747655;
    font-size: .32rem;
    font-style: normal;
    font-weight: 700;
    line-height: .64rem
}

.cashier .cashier-product .product-content .month-card-list .card-item .pay-btn .currency[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item .pay-btn .currency[data-v-73e13bb1] {
    font-size: .2rem;
    margin-right: .03rem
}

.cashier .cashier-product .product-content .month-card-list .card-item.active[data-v-73e13bb1], .cashier .cashier-product .product-content .coin-card-list .card-item.active[data-v-73e13bb1] {
    box-shadow: 0 0 0 .04rem #59b1ef
}

.cashier .cashier-product .product-content .month-card-list .card-item.active[data-v-73e13bb1]:after, .cashier .cashier-product .product-content .coin-card-list .card-item.active[data-v-73e13bb1]:after {
    content: "";
    position: absolute;
    right: -.01rem;
    top: -.01rem;
    width: .4rem;
    height: .4rem;
    background: url(./select.png) no-repeat;
    background-size: contain
}

.cashier .cashier-product .product-content .coin-card-list[data-v-73e13bb1] {
    display: flex;
    flex-wrap: wrap
}

.cashier .cashier-product .product-content .coin-card-list .card-item[data-v-73e13bb1] {
    background: linear-gradient(180deg, #e7f1f3 0%, #fff 33.33%)
}

.cashier .cashier-product .empty-container[data-v-73e13bb1] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1.2rem 0
}

.cashier .cashier-product .empty-container img[data-v-73e13bb1] {
    width: 1.6rem;
    height: 1.6rem
}

.cashier .cashier-product .empty-container .empty-text[data-v-73e13bb1] {
    color: #b9b9b9;
    font-size: .28rem;
    font-style: normal;
    font-weight: 500;
    margin-top: .24rem
}

.cashier .cashier-modal[data-v-73e13bb1] {
    position: fixed;
    bottom: .42rem;
    left: 50%;
    transform: translate(-50%);
    background: #98ad95;
    border-radius: .32rem;
    width: calc(100% - .48rem);
    box-sizing: content-box;
    height: 1.28rem;
    z-index: 999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cashier .cashier-modal .pay-num[data-v-73e13bb1] {
    margin-left: .32rem;
    display: flex;
    align-items: center
}

.cashier .cashier-modal .pay-num .addition[data-v-73e13bb1] {
    color: #fff;
    font-size: .28rem;
    /*opacity: .5;*/
    font-weight: 500;
    margin-top: .1rem
}

.cashier .cashier-modal .pay-num .currency[data-v-73e13bb1] {
    width: .2rem;
    font-size: .22rem;
    margin-top: .05rem;
    display: flex;
    justify-content: center
}

.cashier .cashier-modal .pay-num .amount[data-v-73e13bb1] {
    color: #fff;
    font-size: .44rem;
    font-weight: 700;
    margin-left: .05rem
}

.cashier .cashier-modal .pay-num .amount-small[data-v-73e13bb1] {
    margin-top: .1rem;
    font-size: .28rem
}

.cashier .cashier-modal .place-order[data-v-73e13bb1] {
    margin-right: .24rem;
    height: .8rem;
    background: #59b1ef;
    border-radius: .16rem;
    padding: 0 .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .32rem;
    font-weight: 700;
}
.check-input {
    height: 40px;
    font-size: 0.32rem;
}
.cashier .cashier-userinfo .userinfo-content .server-info .item-content .check-btn[data-v-73e13bb1] {
    /*margin-right: .24rem;*/
    height: .8rem;
    background: #59b1ef;
    border-radius: .16rem;
    padding: 0 .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .32rem;
    font-weight: 700;
}
