/*订单详情*/
.mk-recharge {padding: 10px;position: relative;}
.mk-recharge .item {margin: 15px 0}
.mk-recharge .pay {margin: 10px -15px!important}
.mk-recharge .method {margin-top: 0}
.mk-recharge .method li {border: 1px solid #ddd;padding:16px;margin-bottom: 20px;border-radius: 1px;}
.mk-recharge .method li.active {border: 1px solid #0d95e8;}
.mk-recharge .method li img {width: 130px;}
.mk-recharge .qrcode {position: relative;height: 200px;}
.mk-recharge .qrcode img {width: 100%;border: 0;}
.mk-recharge .qrcode .expired {position: absolute;top: 0;left: 0;height: 100%;width: 100%;opacity: .95;background: #fff url(../img/expired.png) center center no-repeat;}
.mk-recharge .qrcode .success {position: absolute;top: 0;left: 0;height: 100%;width: 100%;opacity: .95;background: #fff url(../img/success.png) center center no-repeat;}
.mk-recharge .qrcode .alipay {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);height: 30px;width: 30px;background:#fff url(../img/pay-logo-alipay.png) center center no-repeat;}
.mk-recharge .qrcode .wechat {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);height: 30px;width: 30px;background:#fff url(../img/pay-logo-wechat.png) center center no-repeat;}
.mk-recharge .qrcode.el-loading .alipay,
.mk-recharge .qrcode.el-loading .wechat{display: none}
.mk-recharge .tips {height: 45px;padding: 8px 0 8px 70px;background: url(../img/scan.png) 12px 12px no-repeat;background-size: 36px 36px;margin:0}
.mk-recharge .tips p {margin: 0;font-size: 14px;line-height: 22px;color: #fff;font-weight: 700;}
.mk-recharge .alipay-tips {background-color: #00aaee;}
.mk-recharge .wechat-tips {background-color: #00c800;}
.mk-recharge .balance-tips {background-color: rgb(230, 162, 60);}
.mk-recharge .agreement {margin-top: 10px}
.mk-recharge-dialog .el-dialog__body {padding: 0 10px;}
.mk-recharge-dialog iframe {width: 100%;height: 570px;border: 0;}
/*充值记录*/
.mk-personal .racharge .item{margin-bottom: 30px;position: relative;}
.mk-personal .racharge .info{margin-left: 10px;display: inline-block;width: 200px}
.mk-personal .racharge .method{color: #777;margin-top: 4px}
.mk-personal .racharge .number{position: absolute;right: 0;top: 0;}