.loading-mask-container[data-v-792bc41a] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .7)
}

.loading-icon-wrapper[data-v-792bc41a] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 55px;
    height: 55px;
    margin: auto;
    overflow: hidden;
    font-size: 0;
    background: var(--loading-icon-wrapper) no-repeat 50%;
    background-size: 24px 24px
}

.loading-rotate-img[data-v-792bc41a] {
    width: 100%;
    height: 100%;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite
}

.fade-enter-active[data-v-792bc41a],
.fade-leave-active[data-v-792bc41a] {
    -webkit-transition: opacity .1s;
    transition: opacity .1s
}

.fade-enter[data-v-792bc41a],
.fade-leave-to[data-v-792bc41a] {
    opacity: 0
}

.toast-container[data-v-e1133ef8] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
    padding-bottom: 10px;
    margin-top: -55px;
    margin-left: -80px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px
}

.toast-container .toast-icon[data-v-e1133ef8] {
    display: block;
    width: 100%;
    height: 75px
}

.toast-container .toast-icon.icon-success[data-v-e1133ef8] {
    background: url(../../../../cdn/91a2c0FM/static/img/toast-success.1979a409.png) no-repeat center 27px;
    background-size: 44px 35px
}

.toast-container .toast-icon.icon-error[data-v-e1133ef8] {
    background: url(../../../../cdn/91a2c0FM/static/img/toast-fail.9df4429c.png) no-repeat center 27px;
    background-size: 44px 35px
}

.toast-container .toast-title[data-v-e1133ef8] {
    margin: 12px 0
}

.toast-container .toast-text[data-v-e1133ef8],
.toast-container .toast-title[data-v-e1133ef8] {
    padding: 0 5px;
    font-size: 12px;
    line-height: normal;
    text-align: center
}

.toast-container .toast-icon+.toast-title[data-v-e1133ef8] {
    margin-top: 0
}

.toast-container.normalSuccess[data-v-e1133ef8] {
    min-width: 170px;
    height: 50px;
    background: #58a14c;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0
}

.toast-container.squareSuccess[data-v-e1133ef8] {
    width: 1.34rem
}

.toast-container.longSuccess[data-v-e1133ef8],
.toast-container.squareSuccess[data-v-e1133ef8] {
    height: .44rem !important;
    border-radius: .04rem;
    background: #d5ffcb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #15161a;
    font-size: .16rem;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.toast-container.longSuccess[data-v-e1133ef8] {
    width: auto
}

@media only screen and (min-width: 701px) {
    html {
        font-size: 140px
    }
}

@media only screen and (max-width: 700px) {
    html {
        font-size: 100px
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 85px
    }
}

body {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer
}

.fs12 {
    font-size: 12px
}

.left {
    float: left
}

.right {
    float: right
}

.clear:after {
    display: block;
    clear: both;
    content: ""
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    content: " "
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.tl {
    text-align: left
}

.hidden {
    overflow: hidden
}

.form_fields {
    padding: 0 0 0 15px;
    background: #fff
}

.form_fields .form_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form_fields .form_field .label {
    display: block;
    float: left;
    width: .76rem;
    font-size: .16rem;
    color: #333;
    white-space: nowrap
}

.form_fields .form_field input {
    display: inline-block;
    width: 100%;
    height: .43rem;
    padding-left: .12rem;
    font-size: .16rem;
    line-height: .43rem;
    border: 0;
    outline: 0
}

.form_fields .form_field input::-webkit-input-placeholder {
    color: #ccc
}

.form_fields .form_field input::-moz-placeholder {
    color: #ccc
}

.form_fields .form_field input::-ms-input-placeholder {
    color: #ccc
}

img[lazy=error],
img[lazy=loading] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
    margin: auto;
    background: 0 0 !important;
    border: 2px solid #f5b607;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: rotate .75s linear 0s infinite;
    animation: rotate .75s linear 0s infinite
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.mint-datetime-picker .picker-item {
    font-size: 13px !important
}

.monospaced-font {
    font-family: Helvetica Neue, Microsoft YaHei, sans-serif
}

.common-header {
    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
}

.common-header .close {
    display: block;
    width: 30px;
    height: 40px;
    margin-left: -7px;
    background: var(--assets-back) no-repeat 50%;
    background-size: 10px 20px
}

.common-pop {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    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
}

.common-pop .popup {
    width: 315px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    border-radius: 6px
}

.common-pop .popup .pop-head {
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    position: relative;
    line-height: 45px
}

.common-pop .popup .pop-head .pop-close {
    background: var(--toast-close) no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px
}

.common-pop .popup .pop-content {
    padding: 15px;
    padding-bottom: 30px
}

.common-button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    color: #482000;
    background-image: linear-gradient(224deg, #ffdf91, #ffcb4c);
    margin-top: 15px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    cursor: pointer
}

.common-button.disabled {
    background: #996b3d;
    color: #b89878
}

.linearGradient {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    background-repeat: no-repeat;
    background-size: 98% 98%;
    background-position: 50% 50%
}

.text-justify {
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines
}

#ocss-chat-point,
#ukefu-point {
    visibility: hidden
}

body,
html {
    height: 100%
}

body {
    padding: 0;
    margin: 0;
    font-family: PingFangSC-Regular, Droidsansfallback, DroidSans, Helvetica, 微软雅黑, serif;
    color: #666;
    background-color: #141414;
    -webkit-text-size-adjust: none
}

#app {
    position: relative
}

.inWeb {
    min-height: 100vh
}

.mint-msgbox {
    width: 80%;
    font-size: .14rem;
    border-radius: .08rem
}

.mint-msgbox .mint-msgbox-header .mint-msgbox-title {
    font-size: .18rem;
    font-weight: 400;
    color: #000
}

.mint-msgbox .mint-msgbox-content {
    padding: .2rem .15rem .25rem
}

.mint-msgbox .mint-msgbox-content .mint-msgbox-message {
    line-height: .3rem;
    color: #333
}

.mint-msgbox .mint-msgbox-btns {
    height: auto;
    border-top: 1px solid #b2b2b2
}

.mint-msgbox .mint-msgbox-btns .mint-msgbox-btn {
    padding: .15rem;
    color: #157efb
}

.mint-msgbox .mint-msgbox-btns .mint-msgbox-cancel {
    border-right: .017rem solid #ddd
}

.alertContent .alert-content[data-v-5b486468] {
    position: relative;
    width: 270px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.alertContent .alert-content .alert-title[data-v-5b486468] {
    padding-top: 20px
}

.alertContent .alert-content .alert-title p[data-v-5b486468] {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    text-align: center
}

.alertContent .alert-content .alert-body[data-v-5b486468] {
    padding: 0 35px 20px;
    border-bottom: 1px solid #b2b2b2
}

.alertContent .alert-content .alert-body p[data-v-5b486468] {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-align: center
}

.alertContent .alert-content .alert-footer[data-v-5b486468] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.alertContent .alert-content .alert-footer .alertbtn[data-v-5b486468] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 44px;
    font-size: 17px;
    line-height: 44px;
    color: #007aff;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border: none;
    outline: none
}

.alertContent .alert-content .alert-footer .alertbtn[data-v-5b486468]:first-child {
    border-right: 1px solid #b2b2b2
}

.popBenefits[data-v-5b486468] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popBenefits.hide[data-v-5b486468] {
    display: none
}

.balanceWalletMask[data-v-5b486468] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(8, 11, 15, .8509803922);
    z-index: 999
}

.balanceWalletWrap[data-v-5b486468] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.content .overlay[data-v-d76e6af0] {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    left: 0;
    top: 0
}

.content .overlay .container[data-v-d76e6af0],
.content .overlay[data-v-d76e6af0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content .overlay .container[data-v-d76e6af0] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    height: auto;
    padding: 15px;
    border-radius: 5px;
    width: 310px
}

.content .overlay .container .title[data-v-d76e6af0] {
    min-height: 40px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-weight: 700;
    color: #000;
    font-size: 16px
}

.content .overlay .container .body[data-v-d76e6af0] {
    width: 100%;
    padding: 5px 0;
    color: #767779;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px
}

.content .overlay .container .footer[data-v-d76e6af0] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content .overlay .container .footer .button[data-v-d76e6af0] {
    height: 45px;
    width: 130px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    font-weight: 700
}

.content .overlay .container .footer .button.cancel[data-v-d76e6af0] {
    border: 1px solid #cecfcf;
    color: #767779
}

.content .overlay .container .footer .button.confirm[data-v-d76e6af0] {
    background: -webkit-gradient(linear, left top, left bottom, from(#fdcc68), to(#df903d));
    background: linear-gradient(180deg, #fdcc68, #df903d);
    color: #000
}

.content .overlay[data-v-3b617156] {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    left: 0;
    top: 0
}

.content .overlay .container[data-v-3b617156],
.content .overlay[data-v-3b617156] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content .overlay .container[data-v-3b617156] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    height: auto;
    padding: 15px;
    border-radius: 5px;
    width: 315px;
    position: relative
}

.content .overlay .container .close[data-v-3b617156] {
    background: var(--toast-close) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 15px;
    height: 15px
}

.content .overlay .container .title[data-v-3b617156] {
    min-height: 40px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-weight: 700;
    color: #000;
    font-size: 16px
}

.content .overlay .container .body[data-v-3b617156] {
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 30px
}

.content .overlay .container .footer[data-v-3b617156] {
    width: 100%
}

.content .overlay .container .footer .button[data-v-3b617156] {
    height: 45px;
    width: 130px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    font-weight: 700;
    width: 100%
}

.content .overlay .container .footer .button.confirm[data-v-3b617156] {
    background: -webkit-gradient(linear, left top, left bottom, from(#fdcc68), to(#df903d));
    background: linear-gradient(180deg, #fdcc68, #df903d);
    color: #fff;
    margin-bottom: 15px;
    background: #cca352
}

.content .overlay .container .footer .button.cancel[data-v-3b617156] {
    background: #fff;
    border: 1px solid #cca352;
    color: #cca352
}

.pop-backdrop[data-v-e0a3d418] {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999
}

.pop-backdrop .popup[data-v-e0a3d418] {
    background: #fff;
    padding: 0 15px 15px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pop-backdrop .popup .pop-head[data-v-e0a3d418] {
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    position: relative;
    font-weight: 700
}

.pop-backdrop .popup .pop-head .pop-close[data-v-e0a3d418] {
    background: url(../../../../cdn/91a2c0FM/static/img/pop-close.7acfc75b.png) no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 0
}

.pop-backdrop .popup .pop-message[data-v-e0a3d418] {
    padding-top: 20px;
    text-align: center
}

.pop-backdrop .popup .pop-message p[data-v-e0a3d418] {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    text-align: center;
    font-weight: 700
}

.pop-backdrop .popup .pop-message p span[data-v-e0a3d418] {
    color: #fe8305
}

.pop-backdrop .popup .pop-message .pop-button[data-v-e0a3d418] {
    display: block;
    height: 45px;
    background-image: linear-gradient(224deg, #ffdf91, #ffcb4c);
    border-radius: 4px;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    color: #482000;
    margin-top: 20px
}

.pop-backdrop .popup .pop-message .cancel-btn[data-v-e0a3d418] {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #d29900
}

.pop-backdrop .popup .icon[data-v-e0a3d418] {
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
    margin-top: -10px !important
}

.pop-backdrop .popup .icon.warn[data-v-e0a3d418] {
    width: 100%;
    background-image: var(--icon-warn);
    background-repeat: no-repeat;
    margin: 0 auto
}

.pop-backdrop .popup .icon.success[data-v-e0a3d418] {
    display: block;
    background-image: var(--icon-success);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 100% 100%
}

.pop-backdrop .popup .row[data-v-e0a3d418] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .2rem
}

.pop-backdrop .popup .row .cancel[data-v-e0a3d418] {
    border: 1px solid #ffc336;
    border-radius: .04rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pop-backdrop .popup .row .cancel[data-v-e0a3d418],
.pop-backdrop .popup .row .confirm[data-v-e0a3d418] {
    width: 48%;
    height: .45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .16rem;
    color: #482000;
    font-weight: 500
}

.pop-backdrop .popup .row .confirm[data-v-e0a3d418] {
    background-image: linear-gradient(224deg, #ffdf91, #ffcb4c);
    border-radius: .04rem
}

.center-text[data-v-613e518a] {
    margin: 0 auto .15rem;
    font-size: .14rem;
    line-height: .25rem;
    color: #666
}

.table-con[data-v-613e518a] {
    margin: 0 auto .3rem;
    overflow-x: auto;
    border-radius: 4px
}

.table-con .table[data-v-613e518a] {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #faf0e0
}

.table-con .table tr:first-child th[data-v-613e518a] {
    border-top: none
}

.table-con .table th[data-v-613e518a] {
    padding-top: .11rem;
    padding-bottom: .11rem;
    font-size: .14rem;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    background-color: #fcf7ef;
    border-color: #fcf7ef;
    border-bottom: none
}

.table-con .table th[data-v-613e518a]:first-child {
    padding-left: .1rem;
    border-left: none
}

.table-con .table th[data-v-613e518a]:last-child {
    padding-right: .1rem;
    border-right: none
}

.table-con .table td[data-v-613e518a] {
    padding: 2.66667vw 2.13333vw;
    font-size: .14rem;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #faf0e0
}

.input-err-icon[data-v-613e518a] {
    background-image: url(../../../../cdn/91a2c0FM/static/img/phone_warn.da90f0cc.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
    margin-right: 3px
}

.input-err-border[data-v-613e518a] {
    border-bottom: 1px solid #d91c1c !important
}

.input-err-text[data-v-613e518a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #d91c1c !important;
    font-weight: 400;
    margin-top: -3px
}

.popup .pop-btn .btnCancel[data-v-613e518a],
.popup .pop-btn .btnConfirm[data-v-613e518a],
.popup .pop-btn .row .btnCancel[data-v-613e518a],
.popup .pop-btn .row .btnConfirm[data-v-613e518a] {
    font-family: PingFang SC;
    font-size: .16rem;
    font-weight: 600
}

.pop-backdrop[data-v-613e518a] {
    background: rgba(8, 11, 15, .8509803922);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999
}

.popup[data-v-613e518a] {
    width: 3.43rem;
    padding: 0 .16rem .16rem;
    background: #fff;
    border-radius: .12rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup .pop-head[data-v-613e518a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: .52rem;
    font-size: .2rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .8509803922);
    position: relative
}

.popup .pop-head .pop-close[data-v-613e518a] {
    width: .12rem;
    height: .12rem;
    padding: .04rem;
    margin-left: auto;
    color: rgba(0, 0, 0, .4509803922)
}

.popup .pop-head .pop-close[data-v-613e518a]:active {
    color: #d9d9d9
}

.popup .pop-message[data-v-613e518a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: .16rem;
    background: rgba(199, 218, 255, .1490196078);
    border-radius: .08rem;
    border: .5px solid rgba(12, 16, 23, .1019607843)
}

.popup .pop-message p[data-v-613e518a] {
    font-size: .14rem;
    font-weight: 400;
    color: rgba(0, 0, 0, .8509803922)
}

.popup .pop-message span[data-v-613e518a] {
    color: #fca000
}

.popup .pop-message .icon[data-v-613e518a] {
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
    margin-top: -10px !important
}

.popup .pop-message .icon.warn[data-v-613e518a] {
    width: 100%;
    background-image: url(../../../../cdn/91a2c0FM/static/img/warn.ac83fc7c.svg);
    background-repeat: no-repeat;
    margin: 0 auto
}

.popup .pop-message .icon.success[data-v-613e518a] {
    display: block;
    background-image: url(../../../../cdn/91a2c0FM/static/img/success.abb2f770.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 100% 100%
}

.popup .pop-btn[data-v-613e518a] {
    margin-top: .16rem
}

.popup .pop-btn .btnConfirm[data-v-613e518a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: .4rem;
    border-radius: .12rem;
    background: #ffc53e;
    -webkit-box-shadow: 0 0 13px 0 rgba(255, 46, 0, .4509803922) inset, 0 0 10px 0 rgba(255, 46, 0, .2509803922);
    box-shadow: inset 0 0 13px 0 rgba(255, 46, 0, .4509803922), 0 0 10px 0 rgba(255, 46, 0, .2509803922);
    color: rgba(0, 0, 0, .8509803922)
}

.popup .pop-btn .btnConfirm[data-v-613e518a]:active {
    background: #ffd83e
}

.popup .pop-btn .btnConfirm.disabled[data-v-613e518a] {
    background: rgba(199, 218, 255, .0509803922);
    color: hsla(0, 0%, 100%, .2509803922);
    -webkit-box-shadow: none;
    box-shadow: none
}

.popup .pop-btn .btnCancel[data-v-613e518a] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: .4rem;
    border-radius: .12rem;
    background: #0c1017;
    color: hsla(0, 0%, 100%, .2509803922);
    margin-top: .08rem
}

.popup .pop-btn .btnCancel[data-v-613e518a],
.popup .pop-btn .row[data-v-613e518a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.popup .pop-btn .row[data-v-613e518a] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popup .pop-btn .row .btnConfirm[data-v-613e518a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 48%;
    height: .4rem;
    border-radius: .12rem;
    background: #ffc53e;
    -webkit-box-shadow: 0 0 13px 0 rgba(255, 46, 0, .4509803922) inset, 0 0 10px 0 rgba(255, 46, 0, .2509803922);
    box-shadow: inset 0 0 13px 0 rgba(255, 46, 0, .4509803922), 0 0 10px 0 rgba(255, 46, 0, .2509803922);
    color: rgba(0, 0, 0, .8509803922)
}

.popup .pop-btn .row .btnConfirm[data-v-613e518a]:active {
    background: #ffd83e
}

.popup .pop-btn .row .btnConfirm.disabled[data-v-613e518a] {
    background: rgba(199, 218, 255, .0509803922);
    color: hsla(0, 0%, 100%, .2509803922);
    -webkit-box-shadow: none;
    box-shadow: none
}

.popup .pop-btn .row .btnCancel[data-v-613e518a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 48%;
    height: .4rem;
    border-radius: .12rem;
    background: #0c1017;
    color: hsla(0, 0%, 100%, .2509803922);
    margin-top: 0
}

.img-loading[data-v-a80a937a] {
    display: inline-block
}

.img-loading img[data-v-a80a937a] {
    height: 100%;
    display: block
}

.img-loading .maxAuto[data-v-a80a937a] {
    max-width: 100%;
    max-height: 100%
}

.img-loading .w-100[data-v-a80a937a] {
    width: 100% !important
}

.img-loading .h-100[data-v-a80a937a] {
    height: 100% !important
}

.svg-icon[data-v-7215d23e] {
    fill: currentColor
}