.mint-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #26a2ff;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    padding: 0 10px;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.mint-header .mint-button {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    display: inline-block;
    padding: 0;
    font-size: inherit
}

.mint-header .mint-button:after {
    content: none
}

.mint-header.is-fixed {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1
}

.mint-header-button {
    -webkit-box-flex: .5;
    -ms-flex: .5;
    flex: .5
}

.mint-header-button>a {
    color: inherit
}

.mint-header-button.is-right {
    text-align: right
}

.mint-header-button.is-left {
    text-align: left
}

.mint-header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mint-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-size: 18px;
    height: 41px;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

.mint-button:after {
    background-color: #000;
    content: " ";
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

.mint-button:not(.is-disabled):active:after {
    opacity: .4
}

.mint-button.is-disabled {
    opacity: .6
}

.mint-button-icon {
    vertical-align: middle;
    display: inline-block
}

.mint-button--default {
    color: #656b79;
    background-color: #f6f8fa;
    box-shadow: 0 0 1px #b8bbbf
}

.mint-button--default.is-plain {
    border: 1px solid #5a5a5a;
    background-color: transparent;
    box-shadow: none;
    color: #5a5a5a
}

.mint-button--primary {
    color: #fff;
    background-color: #26a2ff
}

.mint-button--primary.is-plain {
    border: 1px solid #26a2ff;
    background-color: transparent;
    color: #26a2ff
}

.mint-button--danger {
    color: #fff;
    background-color: #ef4f4f
}

.mint-button--danger.is-plain {
    border: 1px solid #ef4f4f;
    background-color: transparent;
    color: #ef4f4f
}

.mint-button--large {
    display: block;
    width: 100%
}

.mint-button--normal,.mint-button--small {
    display: inline-block;
    padding: 0 12px
}

.mint-button--small {
    font-size: 14px;
    height: 33px
}

.mint-cell {
    background-color: #fff;
    box-sizing: border-box;
    color: inherit;
    min-height: 48px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.mint-cell img {
    vertical-align: middle
}

.mint-cell:first-child .mint-cell-wrapper {
    background-origin: border-box
}

.mint-cell:last-child {
    background-image: linear-gradient(0deg,#d9d9d9,#d9d9d9 50%,transparent 0);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom
}

.mint-cell-wrapper {
    background-image: linear-gradient(180deg,#d9d9d9,#d9d9d9 50%,transparent 0);
    background-size: 120% 1px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-origin: content-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1;
    min-height: inherit;
    overflow: hidden;
    padding: 0 10px;
    width: 100%
}

.mint-cell-mask:after {
    background-color: #000;
    content: " ";
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

.mint-cell-mask:active:after {
    opacity: .1
}

.mint-cell-text {
    vertical-align: middle
}

.mint-cell-label {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 6px
}

.mint-cell-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mint-cell-value {
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mint-cell-value.is-link {
    margin-right: 24px
}

.mint-cell-left {
    position: absolute;
    height: 100%;
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mint-cell-right {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.mint-cell-allow-right:after {
    border: 2px solid #c8c8cd;
    border-bottom-width: 0;
    border-left-width: 0;
    content: " ";
    top: 50%;
    right: 20px;
    position: absolute;
    width: 5px;
    height: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.mint-cell-swipe .mint-cell-wrapper {
    position: relative
}

.mint-cell-swipe .mint-cell-left,.mint-cell-swipe .mint-cell-right,.mint-cell-swipe .mint-cell-wrapper {
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out
}

.mint-cell-swipe-buttongroup {
    height: 100%
}

.mint-cell-swipe-button {
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    line-height: 48px
}

.mint-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mint-field .mint-cell-title {
    width: 105px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.mint-field .mint-cell-value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mint-field.is-nolabel .mint-cell-title {
    display: none
}

.mint-field.is-textarea {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

.mint-field.is-textarea .mint-cell-title {
    padding: 10px 0
}

.mint-field.is-textarea .mint-cell-value {
    padding: 5px 0
}

.mint-field-core {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: 0;
    line-height: 1.6;
    font-size: inherit;
    width: 100%
}

.mint-field-clear {
    opacity: .2
}

.mint-field-state {
    color: inherit;
    margin-left: 20px
}

.mint-field-state .mintui {
    font-size: 20px
}

.mint-field-state.is-default {
    margin-left: 0
}

.mint-field-state.is-success {
    color: #4caf50
}

.mint-field-state.is-warning {
    color: #ffc107
}

.mint-field-state.is-error {
    color: #f44336
}

.mint-field-other {
    top: 0;
    right: 0;
    position: relative
}

.mint-badge {
    color: #fff;
    text-align: center;
    display: inline-block
}

.mint-badge.is-size-large {
    border-radius: 14px;
    font-size: 18px;
    padding: 2px 10px
}

.mint-badge.is-size-small {
    border-radius: 8px;
    font-size: 12px;
    padding: 2px 6px
}

.mint-badge.is-size-normal {
    border-radius: 12px;
    font-size: 15px;
    padding: 2px 8px
}

.mint-badge.is-warning {
    background-color: #ffc107
}

.mint-badge.is-error {
    background-color: #f44336
}

.mint-badge.is-primary {
    background-color: #26a2ff
}

.mint-badge.is-success {
    background-color: #4caf50
}

.mint-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mint-switch * {
    pointer-events: none
}

.mint-switch-label {
    margin-left: 10px;
    display: inline-block
}

.mint-switch-label:empty {
    margin-left: 0
}

.mint-switch-core {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    box-sizing: border-box;
    background: #d9d9d9
}

.mint-switch-core:after,.mint-switch-core:before {
    content: " ";
    top: 0;
    left: 0;
    position: absolute;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    border-radius: 15px
}

.mint-switch-core:after {
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.4)
}

.mint-switch-core:before {
    width: 50px;
    height: 30px;
    background-color: #fdfdfd
}

.mint-switch-input {
    display: none
}

.mint-switch-input:checked+.mint-switch-core {
    border-color: #26a2ff;
    background-color: #26a2ff
}

.mint-switch-input:checked+.mint-switch-core:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mint-switch-input:checked+.mint-switch-core:after {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.mint-spinner-snake {
    -webkit-animation: mint-spinner-rotate .8s infinite linear;
    animation: mint-spinner-rotate .8s infinite linear;
    border: 4px solid transparent;
    border-radius: 50%
}

@-webkit-keyframes mint-spinner-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes mint-spinner-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mint-spinner-double-bounce {
    position: relative
}

.mint-spinner-double-bounce-bounce1,.mint-spinner-double-bounce-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: mint-spinner-double-bounce 2s infinite ease-in-out;
    animation: mint-spinner-double-bounce 2s infinite ease-in-out
}

.mint-spinner-double-bounce-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes mint-spinner-double-bounce {
    0%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes mint-spinner-double-bounce {
    0%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.mint-spinner-triple-bounce-bounce1,.mint-spinner-triple-bounce-bounce2,.mint-spinner-triple-bounce-bounce3 {
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
    animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both
}

.mint-spinner-triple-bounce-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.mint-spinner-triple-bounce-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes mint-spinner-triple-bounce {
    0%,80%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes mint-spinner-triple-bounce {
    0%,80%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.mint-spinner-fading-circle {
    position: relative
}

.mint-spinner-fading-circle-circle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.mint-spinner-fading-circle-circle:before {
    content: " ";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    border-radius: 100%;
    -webkit-animation: mint-fading-circle 1.2s infinite ease-in-out both;
    animation: mint-fading-circle 1.2s infinite ease-in-out both
}

.mint-spinner-fading-circle-circle.is-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.mint-spinner-fading-circle-circle.is-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.mint-spinner-fading-circle-circle.is-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.mint-spinner-fading-circle-circle.is-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.mint-spinner-fading-circle-circle.is-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mint-spinner-fading-circle-circle.is-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.mint-spinner-fading-circle-circle.is-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.mint-spinner-fading-circle-circle.is-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.mint-spinner-fading-circle-circle.is-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.mint-spinner-fading-circle-circle.is-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.mint-spinner-fading-circle-circle.is-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mint-spinner-fading-circle-circle.is-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.mint-spinner-fading-circle-circle.is-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.mint-spinner-fading-circle-circle.is-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.mint-spinner-fading-circle-circle.is-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.mint-spinner-fading-circle-circle.is-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.mint-spinner-fading-circle-circle.is-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.mint-spinner-fading-circle-circle.is-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.mint-spinner-fading-circle-circle.is-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.mint-spinner-fading-circle-circle.is-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.mint-spinner-fading-circle-circle.is-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.mint-spinner-fading-circle-circle.is-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes mint-fading-circle {
    0%,39%,to {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes mint-fading-circle {
    0%,39%,to {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

.mint-tab-item {
    display: block;
    padding: 7px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none
}

.mint-tab-item-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 5px
}

.mint-tab-item-icon:empty {
    display: none
}

.mint-tab-item-icon>* {
    display: block;
    width: 100%;
    height: 100%
}

.mint-tab-item-label {
    color: inherit;
    font-size: 12px;
    line-height: 1
}

.mint-tab-container-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.mint-tab-container {
    overflow: hidden;
    position: relative
}

.mint-tab-container .swipe-transition {
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out
}

.mint-navbar,.mint-tab-container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mint-navbar {
    background-color: #fff;
    text-align: center
}

.mint-navbar .mint-tab-item {
    padding: 17px 0;
    font-size: 15px
}

.mint-navbar .mint-tab-item:last-child {
    border-right: 0
}

.mint-navbar .mint-tab-item.is-selected {
    border-bottom: 3px solid #26a2ff;
    color: #26a2ff;
    margin-bottom: -3px
}

.mint-navbar.is-fixed {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1
}

.mint-tabbar {
    background-image: linear-gradient(180deg,#d9d9d9,#d9d9d9 50%,transparent 0);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    background-color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center
}

.mint-tabbar>.mint-tab-item.is-selected {
    background-color: #eaeaea;
    color: #26a2ff
}

.mint-tabbar.is-fixed {
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1
}

.mint-search {
    height: 100%;
    height: 100vh;
    overflow: hidden
}

.mint-searchbar {
    position: relative;
    background-color: #d9d9d9;
    box-sizing: border-box;
    padding: 8px 10px;
    z-index: 1
}

.mint-searchbar,.mint-searchbar-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mint-searchbar-inner {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 28px;
    padding: 4px 6px
}

.mint-searchbar-inner .mintui-search {
    font-size: 12px;
    color: #d9d9d9
}

.mint-searchbar-core {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    outline: 0
}

.mint-searchbar-cancel {
    color: #26a2ff;
    margin-left: 10px;
    text-decoration: none
}

.mint-search-list {
    overflow: auto;
    padding-top: 44px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

.mint-checklist .mint-cell {
    padding: 0
}

.mint-checklist.is-limit .mint-checkbox-core:not(:checked) {
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.mint-checklist-label {
    display: block;
    padding: 0 10px
}

.mint-checklist-title {
    color: #888;
    display: block;
    font-size: 12px;
    margin: 8px
}

.mint-checkbox.is-right {
    float: right
}

.mint-checkbox-label {
    vertical-align: middle;
    margin-left: 6px
}

.mint-checkbox-input {
    display: none
}

.mint-checkbox-input:checked+.mint-checkbox-core {
    background-color: #26a2ff;
    border-color: #26a2ff
}

.mint-checkbox-input:checked+.mint-checkbox-core:after {
    border-color: #fff;
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1)
}

.mint-checkbox-input[disabled]+.mint-checkbox-core {
    background-color: #d9d9d9;
    border-color: #ccc
}

.mint-checkbox-core {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.mint-checkbox-core:after {
    border: 2px solid transparent;
    border-left: 0;
    border-top: 0;
    content: " ";
    top: 3px;
    left: 6px;
    position: absolute;
    width: 4px;
    height: 8px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.mint-radiolist .mint-cell {
    padding: 0
}

.mint-radiolist-label {
    display: block;
    padding: 0 10px
}

.mint-radiolist-title {
    font-size: 12px;
    margin: 8px;
    display: block;
    color: #888
}

.mint-radio.is-right {
    float: right
}

.mint-radio-label {
    vertical-align: middle;
    margin-left: 6px
}

.mint-radio-input {
    display: none
}

.mint-radio-input:checked+.mint-radio-core {
    background-color: #26a2ff;
    border-color: #26a2ff
}

.mint-radio-input:checked+.mint-radio-core:after {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mint-radio-input[disabled]+.mint-radio-core {
    background-color: #d9d9d9;
    border-color: #ccc
}

.mint-radio-core {
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.mint-radio-core:after {
    content: " ";
    border-radius: 100%;
    top: 5px;
    left: 5px;
    position: absolute;
    width: 8px;
    height: 8px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mint-loadmore {
    overflow: hidden
}

.mint-loadmore-content.is-dropped {
    transition: .2s
}

.mint-loadmore-bottom,.mint-loadmore-top {
    text-align: center;
    height: 50px;
    line-height: 50px
}

.mint-loadmore-top {
    margin-top: -50px
}

.mint-loadmore-bottom {
    margin-bottom: -50px
}

.mint-loadmore-spinner {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.mint-loadmore-text {
    vertical-align: middle
}

.mint-actionsheet {
    position: fixed;
    background: #e0e0e0;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.mint-actionsheet-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.mint-actionsheet-listitem {
    border-bottom: 1px solid #e0e0e0
}

.mint-actionsheet-button,.mint-actionsheet-listitem {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #333;
    background-color: #fff
}

.mint-actionsheet-button:active,.mint-actionsheet-listitem:active {
    background-color: #f0f0f0
}

.actionsheet-float-enter,.actionsheet-float-leave-active {
    -webkit-transform: translate3d(-50%,100%,0);
    transform: translate3d(-50%,100%,0)
}

.mint-popup {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .2s ease-out
}

.mint-popup-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0)
}

.mint-popup-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.mint-popup-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0)
}

.mint-popup-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.popup-slide-top-enter,.popup-slide-top-leave-active {
    -webkit-transform: translate3d(-50%,-100%,0);
    transform: translate3d(-50%,-100%,0)
}

.popup-slide-right-enter,.popup-slide-right-leave-active {
    -webkit-transform: translate3d(100%,-50%,0);
    transform: translate3d(100%,-50%,0)
}

.popup-slide-bottom-enter,.popup-slide-bottom-leave-active {
    -webkit-transform: translate3d(-50%,100%,0);
    transform: translate3d(-50%,100%,0)
}

.popup-slide-left-enter,.popup-slide-left-leave-active {
    -webkit-transform: translate3d(-100%,-50%,0);
    transform: translate3d(-100%,-50%,0)
}

.popup-fade-enter,.popup-fade-leave-active {
    opacity: 0
}

.mint-swipe,.mint-swipe-items-wrap {
    overflow: hidden;
    position: relative;
    height: 100%
}

.mint-swipe-items-wrap>div {
    position: absolute;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    display: none
}

.mint-swipe-items-wrap>div.is-active {
    display: block;
    -webkit-transform: none;
    transform: none
}

.mint-swipe-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mint-swipe-indicator {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 3px
}

.mint-swipe-indicator.is-active {
    background: #fff
}

.mt-range {
    position: relative;
    height: 30px;
    line-height: 30px
}

.mt-range,.mt-range>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mt-range [slot=start] {
    margin-right: 5px
}

.mt-range [slot=end] {
    margin-left: 5px
}

.mt-range-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px
}

.mt-range-runway {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: -30px;
    border-top-color: #a9acb1;
    border-top-style: solid
}

.mt-range-thumb {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: move;
    box-shadow: 0 1px 3px rgba(0,0,0,.4)
}

.mt-range-progress {
    position: absolute;
    display: block;
    background-color: #26a2ff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0
}

.mt-range--disabled {
    opacity: .5
}

.picker {
    overflow: hidden
}

.picker-toolbar {
    height: 40px
}

.picker-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    text-align: right;
    font-size: 24px;
    position: relative
}

.picker-center-highlight {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -18px;
    pointer-events: none
}

.picker-center-highlight:after,.picker-center-highlight:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #eaeaea;
    display: block;
    z-index: 15;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.picker-center-highlight:before {
    left: 0;
    top: 0;
    bottom: auto;
    right: auto
}

.picker-center-highlight:after {
    left: 0;
    bottom: 0;
    right: auto;
    top: auto
}

.picker-slot {
    font-size: 18px;
    overflow: hidden;
    position: relative;
    max-height: 100%
}

.picker-slot.picker-slot-left {
    text-align: left
}

.picker-slot.picker-slot-center {
    text-align: center
}

.picker-slot.picker-slot-right {
    text-align: right
}

.picker-slot.picker-slot-divider {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.picker-slot-wrapper {
    transition-duration: .3s;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.picker-slot-wrapper.dragging,.picker-slot-wrapper.dragging .picker-item {
    transition-duration: 0s
}

.picker-item {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707274;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    transition-duration: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.picker-slot-absolute .picker-item {
    position: absolute
}

.picker-item.picker-item-far {
    pointer-events: none
}

.picker-item.picker-selected {
    color: #000;
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.picker-3d .picker-items {
    overflow: hidden;
    -webkit-perspective: 700px;
    perspective: 700px
}

.picker-3d .picker-item,.picker-3d .picker-slot,.picker-3d .picker-slot-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.picker-3d .picker-slot {
    overflow: visible
}

.picker-3d .picker-item {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-timing-function: ease-out
}

.mt-progress {
    position: relative;
    height: 30px;
    line-height: 30px
}

.mt-progress,.mt-progress>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mt-progress [slot=start] {
    margin-right: 5px
}

.mt-progress [slot=end] {
    margin-left: 5px
}

.mt-progress-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mt-progress-runway {
    left: 0;
    right: 0;
    background-color: #ebebeb;
    height: 3px
}

.mt-progress-progress,.mt-progress-runway {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

.mt-progress-progress {
    display: block;
    background-color: #26a2ff;
    width: 0
}

.mint-toast {
    position: fixed;
    max-width: 80%;
    border-radius: 5px;
    background: rgba(0,0,0,.7);
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
    transition: opacity .3s linear
}

.mint-toast.is-placebottom {
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.mint-toast.is-placemiddle {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.mint-toast.is-placetop {
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.mint-toast-icon {
    display: block;
    text-align: center;
    font-size: 56px
}

.mint-toast-text {
    font-size: 14px;
    display: block;
    text-align: center
}

.mint-toast-pop-enter,.mint-toast-pop-leave-active {
    opacity: 0
}

.mint-indicator {
    transition: opacity .2s linear
}

.mint-indicator-wrapper {
    top: 50%;
    left: 50%;
    position: fixed;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 5px;
    background: rgba(0,0,0,.7);
    color: #fff;
    box-sizing: border-box;
    text-align: center
}

.mint-indicator-text {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 16px
}

.mint-indicator-spin {
    display: inline-block;
    text-align: center
}

.mint-indicator-mask {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent
}

.mint-indicator-enter,.mint-indicator-leave-active {
    opacity: 0
}

.mint-msgbox {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    background-color: #fff;
    width: 85%;
    border-radius: 3px;
    font-size: 16px;
    -webkit-user-select: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .2s
}

.mint-msgbox-header {
    padding: 15px 0 0
}

.mint-msgbox-content {
    padding: 10px 20px 15px;
    border-bottom: 1px solid #ddd;
    min-height: 36px;
    position: relative
}

.mint-msgbox-input {
    padding-top: 15px
}

.mint-msgbox-input input {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 4px 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.mint-msgbox-input input.invalid,.mint-msgbox-input input.invalid:focus {
    border-color: #ff4949
}

.mint-msgbox-errormsg {
    color: red;
    font-size: 12px;
    min-height: 18px;
    margin-top: 2px
}

.mint-msgbox-title {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.mint-msgbox-message {
    color: #999;
    margin: 0;
    text-align: center;
    line-height: 36px
}

.mint-msgbox-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    line-height: 40px
}

.mint-msgbox-btn {
    line-height: 35px;
    display: block;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border: 0
}

.mint-msgbox-btn:focus {
    outline: none
}

.mint-msgbox-btn:active {
    background-color: #fff
}

.mint-msgbox-cancel {
    width: 50%;
    border-right: 1px solid #ddd
}

.mint-msgbox-cancel:active {
    color: #000
}

.mint-msgbox-confirm {
    color: #26a2ff;
    width: 50%
}

.mint-msgbox-confirm:active {
    color: #26a2ff
}

.msgbox-bounce-enter {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(.7);
    transform: translate3d(-50%,-50%,0) scale(.7)
}

.msgbox-bounce-leave-active {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(.9);
    transform: translate3d(-50%,-50%,0) scale(.9)
}

.v-modal-enter {
    -webkit-animation: v-modal-in .2s ease;
    animation: v-modal-in .2s ease
}

.v-modal-leave {
    -webkit-animation: v-modal-out .2s ease forwards;
    animation: v-modal-out .2s ease forwards
}

@-webkit-keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@-webkit-keyframes v-modal-out {
    to {
        opacity: 0
    }
}

@keyframes v-modal-out {
    to {
        opacity: 0
    }
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    opacity: .5;
    background: #000
}

.mint-datetime,.v-modal {
    width: 100%
}

.mint-datetime .picker-item,.mint-datetime .picker-slot-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mint-datetime .picker-toolbar {
    border-bottom: 1px solid #eaeaea
}

.mint-datetime-action {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #26a2ff
}

.mint-datetime-cancel {
    float: left
}

.mint-datetime-confirm {
    float: right
}

.mint-indexlist {
    width: 100%;
    position: relative;
    overflow: hidden
}

.mint-indexlist-content {
    margin: 0;
    padding: 0;
    overflow: auto
}

.mint-indexlist-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-left: 1px solid #ddd;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mint-indexlist-nav,.mint-indexlist-navlist {
    margin: 0;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mint-indexlist-navlist {
    padding: 0;
    list-style: none
}

.mint-indexlist-navitem {
    padding: 2px 6px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.mint-indexlist-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 50px;
    background-color: rgba(0,0,0,.7);
    border-radius: 5px;
    color: #fff;
    font-size: 22px
}

.mint-indexsection {
    padding: 0;
    margin: 0
}

.mint-indexsection-index {
    margin: 0;
    padding: 10px;
    background-color: #fafafa
}

.mint-indexsection-index+ul {
    padding: 0
}

.mint-palette-button {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}

.mint-main-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: blue;
    font-size: 2em
}

.mint-palette-button-active {
    -webkit-animation: mint-zoom .5s ease-in-out;
    animation: mint-zoom .5s ease-in-out
}

.mint-sub-button-container>* {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 25px;
    height: 25px;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

@-webkit-keyframes mint-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    30% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    90% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes mint-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    30% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    90% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@font-face {
    font-family: mintui;
    src: url(data:application/x-font-ttf;base64,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)
}

.mintui {
    font-family: mintui!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.mintui-search:before {
    content: "\E604"
}

.mintui-more:before {
    content: "\E601"
}

.mintui-back:before {
    content: "\E600"
}

.mintui-field-error:before {
    content: "\E605"
}

.mintui-field-warning:before {
    content: "\E608"
}

.mintui-success:before {
    content: "\E602"
}

.mintui-field-success:before {
    content: "\E609"
}

.ne-live-detection {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%
}

.ne-live-detection_tip {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    width: 100%
}

.ne-live-detection_camera {
    margin-top: 60px;
    position: relative;
    width: 100%
}

.ne-live-detection_camera_inner {
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    height: 220px;
    justify-content: center;
    margin: 0 auto;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
    overflow: hidden;
    position: relative;
    width: 220px;
    z-index: 20
}

.ne-live-detection_camera_loading-text {
    align-items: center;
    background: rgba(0,0,0,.1);
    color: #fff;
    display: flex;
    display: none;
    font-size: 20px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.ne-live-detection_camera_loading-text--show {
    display: block
}

.ne-live-detection_camera_circle-bg {
    border: 2px solid #e6ebfa;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 30
}

.ne-live-detection_camera_circle-animation {
    border: 2px solid transparent;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 40
}

.ne-live-detection_progress {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 60px
}

.ne-live-detection_progress_step {
    background: #dde3ef;
    border-radius: 100%;
    font-size: 0;
    height: 10px;
    margin: 0 8px;
    width: 10px
}

.ne-live-detection_progress_step--active {
    align-items: center;
    background: #2b63ff;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    justify-content: center;
    width: 20px
}

.ne-live-detection_footer {
    align-items: flex-start;
    display: flex;
    flex: 1;
    justify-content: space-around;
    margin-top: 60px;
    width: 100%
}

.ne-live-detection_footer_icon-wrap {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 4px
}

.ne-live-detection_footer_icon {
    height: 32px;
    width: 32px
}

.ne-live-detection_footer_text {
    color: #8a8a99;
    font-size: 14px;
    margin: 16px 0 0;
    text-align: center
}

.ne-live-detection_color {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.ne-live-detection_color_circle {
    animation: scale .3s linear;
    animation-fill-mode: forwards;
    animation-play-state: paused;
    border-radius: 50%;
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) scale(1)
}

.ne-live-detection_color_circle--active {
    animation-play-state: running;
    display: block
}

.ne-live-detection_record {
    background: #fff;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50
}

.ne-live-detection_record-checking,.ne-live-detection_record-fail,.ne-live-detection_record-start {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.ne-live-detection_record-tip-icon {
    height: 140px;
    margin-top: 70px;
    width: 140px
}

.ne-live-detection_record-ani-wrapper {
    height: 80px;
    margin: 70px 0 32px;
    position: relative;
    text-align: center;
    width: 80px
}

.ne-live-detection_record-tip-main {
    color: rgba(34,34,34,.85);
    font-size: 26px;
    font-weight: 600;
    line-height: 46px
}

.ne-live-detection_record-tip-sub {
    color: rgba(34,34,34,.85);
    font-size: 18px;
    line-height: 32px;
    text-align: center
}

.ne-live-detection_record-tip-third {
    color: hsla(0,0%,40%,.85);
    font-size: 18px;
    margin-top: 16px;
    padding: 0 60px;
    text-align: center
}

.ne-live-detection_record-condition-wrapper {
    box-sizing: border-box;
    margin-top: 16px;
    padding: 0 60px;
    width: 100%
}

.ne-live-detection_record-condition-inner {
    margin-top: 16px
}

.ne-live-detection_record-condition-icon {
    height: 24px;
    margin-right: 4px;
    vertical-align: middle;
    width: 24px
}

.ne-live-detection_record-condition-text {
    color: #8a8a99;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle
}

.ne-live-detection_record-btn-wrapper {
    box-sizing: border-box;
    margin-top: 38px;
    padding: 0 60px;
    position: relative;
    width: 100%
}

.ne-live-detection_record-btn {
    background: linear-gradient(115deg,#60b1fe -38.66%,#6551f6 106.74%);
    border: none;
    border-radius: 24px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    height: 48px;
    outline: none;
    width: 100%
}

.ne-live-detection_record-file-input {
    box-sizing: border-box;
    display: block;
    height: 48px;
    margin-top: -48px;
    opacity: 0;
    width: 100%
}

.ne-live-detection_record-ani-scan {
    animation: scan 2s linear infinite;
    background: #5bdefe;
    box-shadow: 0 4px 8px rgba(43,162,255,.56),0 18px 34px rgba(30,132,255,.732);
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ne-live-detection_record-ani-img {
    height: 100%
}

.ne-live-detection_toast {
    word-wrap: break-word;
    background: hsla(0,0%,8%,.8);
    background-color: rgba(0,0,0,.749);
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.122),0 6px 16px rgba(0,0,0,.078),0 9px 28px 8px rgba(0,0,0,.051);
    color: #fff;
    font-size: 14px;
    padding: 6px 8px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    white-space: nowrap
}

.ne-live-detection_toast_center {
    left: 50%;
    top: 284px;
    transform: translateX(-50%)
}

#ne-live-detection_camera_video {
    background-color: transparent
}

#ne-live-detection_camera_video::-webkit-media-controls-panel,#ne-live-detection_camera_video::-webkit-media-controls-play-button {
    -webkit-appearance: none;
    display: none!important
}

#ne-live-detection_camera_video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none!important
}

@keyframes scale {
    0% {
        transform: translate(-50%,-50%) scale(1)
    }

    to {
        transform: translate(-50%,-50%) scale(6)
    }
}

@keyframes scan {
    0% {
        top: 0
    }

    to {
        top: 100%
    }
}

.mint-switch-input:checked+.mint-switch-core {
    border: 1px solid #d9d9d9;
    background-color: #754c24;
    color: #754c24
}

.mint-switch-input:checked+.mint-switch-core:after {
    transform: translateX(1.55rem);
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 20rem
}

.mint-switch-core {
    width: 3.03rem;
    height: .74rem;
    background: #754c24;
    background-image: url(/static/img/sp-switch-button-bg@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20rem
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .mint-switch-core {
        background-image:url(/static/img/sp-switch-button-bg@3x.png)
    }
}

.mint-switch-core:after {
    width: 1.45rem;
    height: .7rem;
    font-size: .32rem;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    background-image: url(/static/img/sp-switch-button@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20rem
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .mint-switch-core:after {
        background-image:url(/static/img/sp-switch-button@3x.png)
    }
}

.mint-switch {
    position: relative
}

.mint-switch .mint-switch-label .init {
    position: absolute;
    font-size: .32rem;
    top: .2rem;
    color: #2590ff
}

.mint-switch .mint-switch-label .init.left {
    left: .34rem
}

.mint-switch .mint-switch-label .init.left.active {
    color: #fff
}

.mint-switch .mint-switch-label .init.right {
    right: .44rem
}

.mint-switch .mint-switch-label .init.right.active {
    color: #fff
}

.mint-switch .mint-switch-label .init.left.sort {
    left: .46rem
}

.mint-switch .mint-switch-label .init.left.sort.active {
    color: #fff
}

.mint-switch .mint-switch-label .init.right.sort {
    right: .6rem
}

.mint-switch .mint-switch-label .init.right.sort.active {
    color: #fff
}

.shortcut {
    width: 100%;
    background: transparent
}

.shortcut.mint-popup-bottom {
    bottom: .7rem
}

.iframeBtn {
    background: #fff;
    position: fixed;
    top: .2rem;
    right: .3rem;
    border: 1px solid #c8c8c8;
    width: calc(1.5rem + 1px);
    height: .5rem;
    border-radius: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.iframeBtn em {
    width: 1px;
    background: #c8c8c8
}

.iframeBtn span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50%
}

.iframeBtn span:first-child {
    background-image: url(/static/img/close_page_flush@2x.e7b6ceb.png)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .iframeBtn span:first-child {
        background-image:url(/static/img/close_page_flush@3x.e1f1cf5.png)
    }
}

.iframeBtn span:last-child {
    background-image: url(/static/img/close_page_close@2x.55a22d5.png)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .iframeBtn span:last-child {
        background-image:url(/static/img/close_page_close@3x.d617686.png)
    }
}

#app {
    font-family: PingFang SC,STHeitiSC-Light,Helvetica-Light,arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%
}

.router-fade-enter-active,.router-fade-leave-active {
    transition: opacity .3s
}

.router-fade-enter,.router-fade-leave-active {
    opacity: 0
}

.textW {
    font-size: .28rem
}

.mint-msgbox-title {
    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
}

.mint-msgbox-message {
    font-size: .25rem
}

.mint-msgbox-title:before {
    display: block;
    width: .4rem;
    height: .4rem;
    content: "";
    background-image: url(/static/img/buydetail_alert@2x.62f23fa.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .2rem
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .mint-msgbox-title:before {
        background-image:url(/static/img/buydetail_alert@3x.7548496.png)
    }
}

input:-webkit-autofill {
    -webkit-text-fill-color: #a4a6b2!important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.T1B1[data-v-cc7d1484],.T1B3[data-v-cc7d1484],.T1B4[data-v-cc7d1484],.T1B5[data-v-cc7d1484],.T1R[data-v-cc7d1484],.T1W[data-v-cc7d1484] {
    font-size: .24rem
}

.T1B1[data-v-cc7d1484],.T2B1[data-v-cc7d1484],.T2B1B[data-v-cc7d1484],.T3B1[data-v-cc7d1484] {
    color: #222
}

.T3B2[data-v-cc7d1484] {
    color: #2d2d2d
}

.T1B3[data-v-cc7d1484],.T3B3[data-v-cc7d1484] {
    color: #666
}

.T1B4[data-v-cc7d1484],.T3B4[data-v-cc7d1484] {
    color: #888
}

.T1B5[data-v-cc7d1484] {
    color: #ccc
}

.T1W[data-v-cc7d1484],.T2W[data-v-cc7d1484],.T3W[data-v-cc7d1484] {
    color: #fff
}

.T1R[data-v-cc7d1484],.T3R[data-v-cc7d1484] {
    color: #cd3c29
}

.T2B1[data-v-cc7d1484],.T2B1B[data-v-cc7d1484],.T2W[data-v-cc7d1484] {
    font-size: .26rem
}

.T1B1B[data-v-cc7d1484],.T2B1B[data-v-cc7d1484] {
    font-weight: 700
}

.T3B1[data-v-cc7d1484],.T3B2[data-v-cc7d1484],.T3B3[data-v-cc7d1484],.T3B4[data-v-cc7d1484],.T3R[data-v-cc7d1484],.T3W[data-v-cc7d1484],.T3Y[data-v-cc7d1484] {
    font-size: .28rem
}

.view[data-v-cc7d1484] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 999;
    font-size: .28rem
}

.content[data-v-cc7d1484] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    background-color: #fff;
    border-radius: .1rem
}

.content .message[data-v-cc7d1484] {
    padding: .3rem .5rem;
    line-height: .5rem;
    font-weight: 700
}

.content .footer[data-v-cc7d1484] {
    border-top: 1px solid #ccc;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .8rem;
    line-height: .8rem
}

.content .footer .laterModified[data-v-cc7d1484] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #ccc
}

.content .footer .modified[data-v-cc7d1484] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #cd3c29
}

.T1B1[data-v-44f3fc7e],.T1B3[data-v-44f3fc7e],.T1B4[data-v-44f3fc7e],.T1B5[data-v-44f3fc7e],.T1R[data-v-44f3fc7e],.T1W[data-v-44f3fc7e] {
    font-size: .24rem
}

.T1B1[data-v-44f3fc7e],.T2B1[data-v-44f3fc7e],.T2B1B[data-v-44f3fc7e],.T3B1[data-v-44f3fc7e] {
    color: #222
}

.T3B2[data-v-44f3fc7e] {
    color: #2d2d2d
}

.T1B3[data-v-44f3fc7e],.T3B3[data-v-44f3fc7e] {
    color: #666
}

.T1B4[data-v-44f3fc7e],.T3B4[data-v-44f3fc7e] {
    color: #888
}

.T1B5[data-v-44f3fc7e] {
    color: #ccc
}

.T1W[data-v-44f3fc7e],.T2W[data-v-44f3fc7e],.T3W[data-v-44f3fc7e] {
    color: #fff
}

.T1R[data-v-44f3fc7e],.T3R[data-v-44f3fc7e] {
    color: #cd3c29
}

.T2B1[data-v-44f3fc7e],.T2B1B[data-v-44f3fc7e],.T2W[data-v-44f3fc7e] {
    font-size: .26rem
}

.T1B1B[data-v-44f3fc7e],.T2B1B[data-v-44f3fc7e] {
    font-weight: 700
}

.T3B1[data-v-44f3fc7e],.T3B2[data-v-44f3fc7e],.T3B3[data-v-44f3fc7e],.T3B4[data-v-44f3fc7e],.T3R[data-v-44f3fc7e],.T3W[data-v-44f3fc7e],.T3Y[data-v-44f3fc7e] {
    font-size: .28rem
}

.content[data-v-44f3fc7e] {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    background-color: #ea3e49;
    border-radius: .1rem;
    color: #fff;
    opacity: .95
}

.content .message[data-v-44f3fc7e] {
    line-height: .5rem;
    font-weight: 700;
    font-size: .18rem;
    text-align: center
}

.T1B1[data-v-8044b55a],.T1B3[data-v-8044b55a],.T1B4[data-v-8044b55a],.T1B5[data-v-8044b55a],.T1R[data-v-8044b55a],.T1W[data-v-8044b55a] {
    font-size: .24rem
}

.T1B1[data-v-8044b55a],.T2B1[data-v-8044b55a],.T2B1B[data-v-8044b55a],.T3B1[data-v-8044b55a] {
    color: #222
}

.T3B2[data-v-8044b55a] {
    color: #2d2d2d
}

.T1B3[data-v-8044b55a],.T3B3[data-v-8044b55a] {
    color: #666
}

.T1B4[data-v-8044b55a],.T3B4[data-v-8044b55a] {
    color: #888
}

.T1B5[data-v-8044b55a] {
    color: #ccc
}

.T1W[data-v-8044b55a],.T2W[data-v-8044b55a],.T3W[data-v-8044b55a] {
    color: #fff
}

.T1R[data-v-8044b55a],.T3R[data-v-8044b55a] {
    color: #cd3c29
}

.T2B1[data-v-8044b55a],.T2B1B[data-v-8044b55a],.T2W[data-v-8044b55a] {
    font-size: .26rem
}

.T1B1B[data-v-8044b55a],.T2B1B[data-v-8044b55a] {
    font-weight: 700
}

.T3B1[data-v-8044b55a],.T3B2[data-v-8044b55a],.T3B3[data-v-8044b55a],.T3B4[data-v-8044b55a],.T3R[data-v-8044b55a],.T3W[data-v-8044b55a],.T3Y[data-v-8044b55a] {
    font-size: .28rem
}

.loader_black[data-v-8044b55a] {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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
}

.loader_plugin[data-v-8044b55a] {
    width: 50px;
    aspect-ratio: 1;
    display: grid
}

.loader_plugin[data-v-8044b55a]:after,.loader_plugin[data-v-8044b55a]:before {
    content: "";
    grid-area: 1/1;
    --c: no-repeat radial-gradient(farthest-side,#2196f3 92%,transparent);
    background: var(--c) 50% 0,var(--c) 50% 100%,var(--c) 100% 50%,var(--c) 0 50%;
    background-size: 12px 12px;
    -webkit-animation: l12-data-v-8044b55a 1s infinite;
    animation: l12-data-v-8044b55a 1s infinite
}

.loader_plugin[data-v-8044b55a]:before {
    margin: 4px;
    -webkit-filter: hue-rotate(45deg);
    filter: hue-rotate(45deg);
    background-size: 8px 8px;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes l12-data-v-8044b55a {
    to {
        -webkit-transform: rotate(.5turn);
        transform: rotate(.5turn)
    }
}

@keyframes l12-data-v-8044b55a {
    to {
        -webkit-transform: rotate(.5turn);
        transform: rotate(.5turn)
    }
}

.T1B1[data-v-d756e944],.T1B3[data-v-d756e944],.T1B4[data-v-d756e944],.T1B5[data-v-d756e944],.T1R[data-v-d756e944],.T1W[data-v-d756e944] {
    font-size: .24rem
}

.T1B1[data-v-d756e944],.T2B1[data-v-d756e944],.T2B1B[data-v-d756e944],.T3B1[data-v-d756e944] {
    color: #222
}

.T3B2[data-v-d756e944] {
    color: #2d2d2d
}

.T1B3[data-v-d756e944],.T3B3[data-v-d756e944] {
    color: #666
}

.T1B4[data-v-d756e944],.T3B4[data-v-d756e944] {
    color: #888
}

.T1B5[data-v-d756e944] {
    color: #ccc
}

.T1W[data-v-d756e944],.T2W[data-v-d756e944],.T3W[data-v-d756e944] {
    color: #fff
}

.T1R[data-v-d756e944],.T3R[data-v-d756e944] {
    color: #cd3c29
}

.T2B1[data-v-d756e944],.T2B1B[data-v-d756e944],.T2W[data-v-d756e944] {
    font-size: .26rem
}

.T1B1B[data-v-d756e944],.T2B1B[data-v-d756e944] {
    font-weight: 700
}

.T3B1[data-v-d756e944],.T3B2[data-v-d756e944],.T3B3[data-v-d756e944],.T3B4[data-v-d756e944],.T3R[data-v-d756e944],.T3W[data-v-d756e944],.T3Y[data-v-d756e944] {
    font-size: .28rem
}

.message-box[data-v-d756e944] {
    position: relative
}

.message-box .message-content[data-v-d756e944] {
    position: fixed;
    box-sizing: border-box;
    width: 80%;
    left: 50%;
    top: 42%;
    background-color: #fff;
    color: #222;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 103
}

.message-box .message-content.notice[data-v-d756e944] {
    border-top: none;
    height: 6.8rem;
    border-radius: 12px
}

.message-box .message-content.fold-enter-active[data-v-d756e944],.message-box .message-content.fold-leave-active[data-v-d756e944] {
    transition: all .5s
}

.message-box .message-content.fold-enter[data-v-d756e944],.message-box .message-content.fold-leave-active[data-v-d756e944] {
    -webkit-transform: translateZ(100%);
    transform: translateZ(100%)
}

.message-box .message-content .title[data-v-d756e944] {
    font-size: .32rem;
    font-weight: 500;
    height: .8rem;
    color: #fff;
    background-color: #cd3c29;
    line-height: .8rem;
    text-align: center;
    border-radius: .2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.message-box .message-content .title.ye[data-v-d756e944] {
    background-color: #ffd005
}

.message-box .message-content .content_wrapper[data-v-d756e944] {
    background-color: #fff;
    color: #222;
    font-size: .24rem
}

.message-box .message-content .content_wrapper .content[data-v-d756e944] {
    height: 2.2rem;
    padding: .15rem;
    line-height: .28rem;
    color: #222;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    overflow-y: visible;
    resize: none
}

.message-box .message-content .content_wrapper .content_w[data-v-d756e944] {
    min-height: 3rem;
    box-sizing: border-box;
    padding: .32rem;
    color: #666
}

.message-box .message-content .content_wrapper .content_w .tit[data-v-d756e944] {
    color: #ffd005;
    margin-top: .32rem;
    margin-bottom: .16rem
}

.message-box .message-content .content_wrapper .content_w .tit.on[data-v-d756e944] {
    margin-top: 0
}

.message-box .message-content .content_wrapper .content_w .text_w[data-v-d756e944] {
    line-height: .3rem
}

.message-box .message-content .top_p[data-v-d756e944] {
    width: 6.02rem;
    height: 2.58rem;
    margin-bottom: .16rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.message-box .message-content .top_p>div[data-v-d756e944] {
    font-weight: 700;
    padding-top: .28rem;
    color: #fff;
    font-size: .32rem;
    text-align: center
}

.message-box .message-content .list_w[data-v-d756e944] {
    height: 4rem;
    font-size: .28rem;
    overflow-x: hidden;
    overflow-y: scroll
}

.message-box .message-content .list_w>ul[data-v-d756e944] {
    margin: 0 .48rem 0 .28rem;
    color: #222
}

.message-box .message-content .list_w>ul>li[data-v-d756e944] {
    min-height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.message-box .message-content .list_w>ul>li .list_con[data-v-d756e944] {
    line-height: .44rem;
    position: relative;
    padding-left: .52rem;
    padding-top: .12rem;
    padding-bottom: .12rem
}

.message-box .message-content .list_w>ul>li .list_con .red[data-v-d756e944] {
    position: absolute;
    left: 0;
    top: .18rem;
    font-size: .22rem;
    color: #fff;
    border-radius: 50%;
    width: .32rem;
    height: .32rem;
    text-align: center;
    line-height: .32rem;
    background-color: #cd3c29
}

.message-box .message-content .list_w>ul>li .bar[data-v-d756e944] {
    position: absolute;
    bottom: 0;
    left: .52rem;
    height: 1px;
    width: 4.6rem;
    background-repeat: no-repeat;
    background-size: 4.6rem 1px;
    background-image: url(/static/img/bar@2x.688db54.png)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .message-box .message-content .list_w>ul>li .bar[data-v-d756e944] {
        background-image:url(/static/img/bar@3x.635b0b2.png)
    }
}

.message-box .message-content .list_w[data-v-d756e944]::-webkit-scrollbar {
    width: .14rem;
    height: .14rem
}

.message-box .message-content .list_w[data-v-d756e944]::-webkit-scrollbar-thumb {
    background-color: #eee;
    height: 2.66rem
}

.message-box .message-content .list_w[data-v-d756e944]::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.message-box .message-content .btn_w[data-v-d756e944] {
    margin-top: .18rem;
    text-align: center
}

.message-box .message-content .btn_w .icon_w[data-v-d756e944] {
    display: inline-block;
    width: .92rem;
    height: 1.23rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/close@2x.fa6cffd.png)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .message-box .message-content .btn_w .icon_w[data-v-d756e944] {
        background-image:url(/static/img/close@3x.2961142.png)
    }
}

.message-box .message-content .topic_List[data-v-d756e944] {
    padding: .2rem;
    background: #cd3c29;
    overflow: auto
}

.message-box .message-content .topic_List ul[data-v-d756e944] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .26rem;
    white-space: nowrap
}

.message-box .message-content .topic_List ul li[data-v-d756e944] {
    margin-right: .25rem;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: .15rem .2rem;
    text-align: center
}

.message-box .message-content .topic_List ul li span[data-v-d756e944] {
    display: inline-block;
    color: #fff
}

.message-box .message-content .topic_List ul .active[data-v-d756e944] {
    border: 0 solid #fff;
    background: #fff
}

.message-box .message-content .topic_List ul .active span[data-v-d756e944] {
    color: #2590ff
}

.message-box .message-content .topic_List_w[data-v-d756e944] {
    overflow: auto;
    height: 89%
}

.message-box .message-content .topic_List_w ul li[data-v-d756e944] {
    font-size: .26rem;
    line-height: .35rem
}

.message-box .message-content .topic_List_w ul li .list_con[data-v-d756e944] {
    padding: .1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.message-box .message-content .topic_List_w ul li .list_con .red[data-v-d756e944] {
    margin-left: .2rem;
    color: #cf4431;
    font-weight: 700
}

.message-box .message-content .topic_List_w ul li .list_con .tit[data-v-d756e944] {
    margin: 0 .1rem;
    font-weight: 700
}

.message-box .message-content .topic_List_w ul li .bar[data-v-d756e944] {
    background: #dfdfdf;
    height: 1px
}

.message-box .message-content .topic_List_w ul li .cont[data-v-d756e944] {
    padding: .1rem .2rem
}

.message-box .message-content .topic_List_w ul li .img-block[data-v-d756e944] {
    padding: 0 .15rem
}

.message-box .message-content .topic_List_w ul li .img-block img[data-v-d756e944] {
    width: 100%;
    height: auto
}

.message-box .message-content .new_btn_w[data-v-d756e944] {
    position: absolute;
    right: -14px;
    top: -30px
}

.message-box .message-content .new_btn_w .icon_w_new[data-v-d756e944] {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/X@2x.8e84faf.png)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .message-box .message-content .new_btn_w .icon_w_new[data-v-d756e944] {
        background-image:url(/static/img/X@3x.2f6f32d.png)
    }
}

.message-box .message-content .btn-group[data-v-d756e944] {
    height: .8rem;
    font-size: .32rem;
    color: #333;
    background-color: #fff;
    text-align: center;
    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;
    border-radius: .2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #cd3c29;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8
}

.message-box .message-content .btn-group>span[data-v-d756e944] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: .8rem
}

.message-box .message-content .btn-group .ye[data-v-d756e944] {
    color: #ffd005
}

.message-box .mask[data-v-d756e944] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
    background: rgba(7,17,27,.6)
}

.message-box .mask.fade-enter-active[data-v-d756e944],.message-box .mask.fade-leave-active[data-v-d756e944] {
    transition: all .5s
}

.message-box .mask.fade-enter[data-v-d756e944],.message-box .mask.fade-leave-active[data-v-d756e944] {
    opacity: 0;
    background: rgba(7,17,27,0)
}

.message-box .maintain .logo[data-v-d756e944] {
    margin-top: .6rem;
    text-align: center
}

.message-box .maintain .logo>img[data-v-d756e944] {
    height: .52rem
}

.message-box .maintain .msg[data-v-d756e944] {
    height: 1.37rem;
    text-align: center;
    line-height: .6rem;
    font-size: .36rem
}

.message-box .maintain .server[data-v-d756e944] {
    color: #97bbda;
    font-size: .24rem;
    margin-bottom: .42rem;
    text-align: center
}

.message-box .maintain .server .ser-img[data-v-d756e944] {
    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
}

.message-box .maintain .server .ser-img>img[data-v-d756e944] {
    height: .34rem
}

.message-box .maintain .server .ser-img .link[data-v-d756e944] {
    display: inline-block;
    margin-left: .16rem;
    vertical-align: middle;
    height: .6rem;
    line-height: .6rem
}

.T1B1[data-v-1356ec78],.T1B3[data-v-1356ec78],.T1B4[data-v-1356ec78],.T1B5[data-v-1356ec78],.T1R[data-v-1356ec78],.T1W[data-v-1356ec78] {
    font-size: .24rem
}

.T1B1[data-v-1356ec78],.T2B1[data-v-1356ec78],.T2B1B[data-v-1356ec78],.T3B1[data-v-1356ec78] {
    color: #222
}

.T3B2[data-v-1356ec78] {
    color: #2d2d2d
}

.T1B3[data-v-1356ec78],.T3B3[data-v-1356ec78] {
    color: #666
}

.T1B4[data-v-1356ec78],.T3B4[data-v-1356ec78] {
    color: #888
}

.T1B5[data-v-1356ec78] {
    color: #ccc
}

.T1W[data-v-1356ec78],.T2W[data-v-1356ec78],.T3W[data-v-1356ec78] {
    color: #fff
}

.T1R[data-v-1356ec78],.T3R[data-v-1356ec78] {
    color: #cd3c29
}

.T2B1[data-v-1356ec78],.T2B1B[data-v-1356ec78],.T2W[data-v-1356ec78] {
    font-size: .26rem
}

.T1B1B[data-v-1356ec78],.T2B1B[data-v-1356ec78] {
    font-weight: 700
}

.T3B1[data-v-1356ec78],.T3B2[data-v-1356ec78],.T3B3[data-v-1356ec78],.T3B4[data-v-1356ec78],.T3R[data-v-1356ec78],.T3W[data-v-1356ec78],.T3Y[data-v-1356ec78] {
    font-size: .28rem
}

.message-box[data-v-1356ec78] {
    position: relative
}

.message-box .message-content[data-v-1356ec78] {
    position: fixed;
    box-sizing: border-box;
    width: 80%;
    left: 50%;
    top: 34%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 106
}

.message-box .message-content.notice[data-v-1356ec78] {
    border-top: none;
    height: 6.8rem;
    border-radius: 12px
}

.message-box .message-content.fold-enter-active[data-v-1356ec78],.message-box .message-content.fold-leave-active[data-v-1356ec78] {
    transition: all .5s
}

.message-box .message-content.fold-enter[data-v-1356ec78],.message-box .message-content.fold-leave-active[data-v-1356ec78] {
    -webkit-transform: translateZ(100%);
    transform: translateZ(100%)
}

.message-box .message-content .title[data-v-1356ec78] {
    font-size: .32rem;
    font-weight: 500;
    height: .8rem;
    color: #fff;
    background-color: #cd3c29;
    line-height: .8rem;
    text-align: center;
    border-radius: .2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.message-box .message-content .title.ye[data-v-1356ec78] {
    background-color: #ffd005
}

.message-box .message-content .content_wrapper[data-v-1356ec78] {
    background-color: #fff;
    color: #222;
    font-size: .24rem
}

.message-box .message-content .content_wrapper .content[data-v-1356ec78] {
    height: 2.2rem;
    padding: .15rem;
    line-height: .28rem;
    color: #222;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    overflow-y: visible;
    resize: none
}

.message-box .message-content .content_wrapper .content_w[data-v-1356ec78] {
    min-height: 3rem;
    box-sizing: border-box;
    padding: .32rem;
    color: #666
}

.message-box .message-content .content_wrapper .content_w .tit[data-v-1356ec78] {
    color: #ffd005;
    margin-top: .32rem;
    margin-bottom: .16rem
}

.message-box .message-content .content_wrapper .content_w .tit.on[data-v-1356ec78] {
    margin-top: 0
}

.message-box .message-content .content_wrapper .content_w .text_w[data-v-1356ec78] {
    line-height: .3rem
}

.message-box .message-content .newAdv .block[data-v-1356ec78] {
    text-align: center
}

.message-box .message-content .newAdv .block img[data-v-1356ec78] {
    max-width: 100%;
    height: auto
}

.message-box .message-content .newAdv .block .btn_w[data-v-1356ec78] {
    text-align: center
}

.message-box .message-content .newAdv .block .btn_w .icon_w[data-v-1356ec78] {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/static/img/X@2x.8e84faf.png)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .message-box .message-content .newAdv .block .btn_w .icon_w[data-v-1356ec78] {
        background-image:url(/static/img/X@3x.2f6f32d.png)
    }
}

.message-box .message-content .btn-group[data-v-1356ec78] {
    height: .8rem;
    font-size: .32rem;
    color: #333;
    background-color: #fff;
    text-align: center;
    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;
    border-radius: .2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #cd3c29;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8
}

.message-box .message-content .btn-group>span[data-v-1356ec78] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: .8rem
}

.message-box .message-content .btn-group .ye[data-v-1356ec78] {
    color: #ffd005
}

.message-box .mask[data-v-1356ec78] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
    background: rgba(7,17,27,.6)
}

.message-box .mask.fade-enter-active[data-v-1356ec78],.message-box .mask.fade-leave-active[data-v-1356ec78] {
    transition: all .5s
}

.message-box .mask.fade-enter[data-v-1356ec78],.message-box .mask.fade-leave-active[data-v-1356ec78] {
    opacity: 0;
    background: rgba(7,17,27,0)
}

.message-box .maintain .logo[data-v-1356ec78] {
    margin-top: .6rem;
    text-align: center
}

.message-box .maintain .logo>img[data-v-1356ec78] {
    height: .52rem
}

.message-box .maintain .msg[data-v-1356ec78] {
    height: 1.37rem;
    text-align: center;
    line-height: .6rem;
    font-size: .36rem
}

.message-box .maintain .server[data-v-1356ec78] {
    color: #97bbda;
    font-size: .24rem;
    margin-bottom: .42rem;
    text-align: center
}

.message-box .maintain .server .ser-img[data-v-1356ec78] {
    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
}

.message-box .maintain .server .ser-img>img[data-v-1356ec78] {
    height: .34rem
}

.message-box .maintain .server .ser-img .link[data-v-1356ec78] {
    display: inline-block;
    margin-left: .16rem;
    vertical-align: middle;
    height: .6rem;
    line-height: .6rem
}

.T1B1[data-v-72cd716a],.T1B3[data-v-72cd716a],.T1B4[data-v-72cd716a],.T1B5[data-v-72cd716a],.T1R[data-v-72cd716a],.T1W[data-v-72cd716a] {
    font-size: .24rem
}

.T1B1[data-v-72cd716a],.T2B1[data-v-72cd716a],.T2B1B[data-v-72cd716a],.T3B1[data-v-72cd716a] {
    color: #222
}

.T3B2[data-v-72cd716a] {
    color: #2d2d2d
}

.T1B3[data-v-72cd716a],.T3B3[data-v-72cd716a] {
    color: #666
}

.T1B4[data-v-72cd716a],.T3B4[data-v-72cd716a] {
    color: #888
}

.T1B5[data-v-72cd716a] {
    color: #ccc
}

.T1W[data-v-72cd716a],.T2W[data-v-72cd716a],.T3W[data-v-72cd716a] {
    color: #fff
}

.T1R[data-v-72cd716a],.T3R[data-v-72cd716a] {
    color: #cd3c29
}

.T2B1[data-v-72cd716a],.T2B1B[data-v-72cd716a],.T2W[data-v-72cd716a] {
    font-size: .26rem
}

.T1B1B[data-v-72cd716a],.T2B1B[data-v-72cd716a] {
    font-weight: 700
}

.T3B1[data-v-72cd716a],.T3B2[data-v-72cd716a],.T3B3[data-v-72cd716a],.T3B4[data-v-72cd716a],.T3R[data-v-72cd716a],.T3W[data-v-72cd716a],.T3Y[data-v-72cd716a] {
    font-size: .28rem
}

.topnew[data-v-72cd716a] {
    position: absolute;
    top: .1rem;
    right: .2rem;
    display: block;
    z-index: 99999
}

.topnew .block[data-v-72cd716a] {
    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;
    background: #fff;
    height: .5rem;
    line-height: .5rem;
    position: relative;
    top: .1rem;
    width: 1.3rem;
    border-radius: 30px;
    border: 1px solid #999
}

.topnew .block .refresh[data-v-72cd716a] {
    display: inline-block;
    width: .39rem;
    height: .33rem;
    background-image: url(/static/img/refresh@2x.e7b6ceb.png);
    background-size: 100% 100%;
    margin-right: .15rem
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .topnew .block .refresh[data-v-72cd716a] {
        background-image:url(/static/img/refresh@3x.e1f1cf5.png)
    }
}

.topnew .block .close[data-v-72cd716a] {
    display: inline-block;
    width: .39rem;
    height: .39rem;
    background-image: url(/static/img/close@2x.55a22d5.png);
    background-size: 100% 100%
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .topnew .block .close[data-v-72cd716a] {
        background-image:url(/static/img/close@3x.d617686.png)
    }
}

.T1B1,.T1B3,.T1B4,.T1B5,.T1R,.T1W {
    font-size: .24rem
}

.T1B1,.T2B1,.T2B1B,.T3B1 {
    color: #222
}

.T3B2 {
    color: #2d2d2d
}

.T1B3,.T3B3 {
    color: #666
}

.T1B4,.T3B4 {
    color: #888
}

.T1B5 {
    color: #ccc
}

.T1W,.T2W,.T3W {
    color: #fff
}

.T1R,.T3R {
    color: #cd3c29
}

.T2B1,.T2B1B,.T2W {
    font-size: .26rem
}

.T1B1B,.T2B1B {
    font-weight: 700
}

.T3B1,.T3B2,.T3B3,.T3B4,.T3R,.T3W,.T3Y {
    font-size: .28rem
}

@font-face {
    font-family: sell-icon;
    src: url(data:application/vnd.ms-fontobject;base64,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);
    src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format("embedded-opentype"),url(data:application/x-font-ttf;base64,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) format("truetype"),url(data:application/font-woff;base64,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) format("woff"),url(/static/img/sell-icon.22f4ed9.svg#sell-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],[class^=icon-] {
    font-family: sell-icon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow_lift:before {
    content: "\E900"
}

.icon-thumb_up:before {
    content: "\E901"
}

.icon-thumb_down:before {
    content: "\E902"
}

.icon-shopping_cart:before {
    content: "\E903"
}

.icon-favorite:before {
    content: "\E904"
}

.icon-check_circle:before {
    content: "\E905"
}

.icon-close:before {
    content: "\E906"
}

.icon-remove_circle_outline:before {
    content: "\E907"
}

.icon-add_circle:before {
    content: "\E908"
}

.icon-keyboard_arrow_right:before {
    content: "\E909"
}

body,html {
    line-height: 1;
    font-weight: 200;
    font-family: PingFang SC,STHeitiSC-Light,Helvetica-Light,arial,sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0
}

.noscroll {
    overflow: hidden
}

.clearfix:after {
    display: block;
    content: ".";
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both
}

.clearfix:after,.visibility {
    visibility: hidden
}

.none {
    display: none
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.a_wra td,.a_wra th,.rule_wrapper_game td,.rule_wrapper_game th,.rule_wrapper td,.rule_wrapper th {
    vertical-align: middle;
    border: 1px solid #333
}

.danye {
    line-height: .3rem
}

.danye td,.danye th {
    vertical-align: middle;
    border: 1px solid #333
}

.mint-loadmore-bottom>span,.mint-loadmore-top>span {
    display: inline-block;
    vertical-align: middle;
    transition: .2s linear
}

.mint-loadmore-bottom>span.rotate,.mint-loadmore-top>span.rotate {
    transform: rotate(180deg)
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5) {
    #app .border-1px:after {
        width:150%;
        height: 150%;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        transform-origin: 0 0
    }

    .border-bottom-1px:after,.border-top-1px:after {
        -webkit-transform: scaleY(.7);
        transform: scaleY(.7)
    }

    .border-left-1px:after,.border-right-1px:after {
        -webkit-transform: scaleX(.7);
        transform: scaleX(.7)
    }
}

@media (-moz-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2) {
    #app .border-1px:after {
        width:200%;
        height: 200%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        transform-origin: 0 0
    }

    .border-left-1px:after,.border-right-1px:after {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5)
    }

    .border-bottom-1px:after,.border-top-1px:after {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio: 3),(min--moz-device-pixel-ratio:3),(min-device-pixel-ratio:3) {
    #app .border-1px:after {
        width:300%;
        height: 300%;
        -webkit-transform: scale(.33);
        transform: scale(.33);
        transform-origin: 0 0
    }

    .border-left-1px:after,.border-right-1px:after {
        -webkit-transform: scaleX(.33);
        transform: scaleX(.33)
    }

    .border-bottom-1px:after,.border-top-1px:after {
        -webkit-transform: scaleY(.33);
        transform: scaleY(.33)
    }
}

.default-img {
    position: relative
}

img.default-img:after {
    content: url(.);
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.mint-msgbox-wrapper .mint-msgbox .mint-msgbox-btns .confirm-btn {
    color: #ddb402
}

.mint-msgbox-wrapper .mint-msgbox .mint-msgbox-btns .bet-btn {
    color: #2590ff;
    font-size: .3rem;
    font-weight: 700
}

input {
    border-radius: 0;
    appearance: none
}

.mt-progress-progress {
    background: -webkit-linear-gradient(left,#bafe00,#ff5b00)
}

.progress .mt-progress {
    height: .06rem
}

.c_w {
    background-color: #4fa1d0
}

.c_r,.c_w {
    color: #fff
}

.c_r {
    background-color: #cd3c29
}

.oned {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    background-image: url(/static/img/oned@2x.png);
    background-size: cover;
    color: hsla(0,0%,88%,0)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .oned {
        background-image:url(/static/img/oned@3x.png)
    }
}

.twod {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    background-image: url(/static/img/twod@2x.png);
    background-size: cover;
    color: hsla(0,0%,88%,0)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .twod {
        background-image:url(/static/img/twod@3x.png)
    }
}

.threed {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    background-image: url(/static/img/threed@2x.png);
    background-size: cover;
    color: hsla(0,0%,88%,0)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .threed {
        background-image:url(/static/img/threed@3x.png)
    }
}

.fourd {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    background-image: url(/static/img/fourd@2x.png);
    background-size: cover;
    color: hsla(0,0%,88%,0)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .fourd {
        background-image:url(/static/img/fourd@3x.png)
    }
}

.fived {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    background-image: url(/static/img/fived@2x.png);
    background-size: cover;
    color: hsla(0,0%,88%,0)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .fived {
        background-image:url(/static/img/fived@3x.png)
    }
}

.sixd {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    background-image: url(/static/img/sixd@2x.png);
    background-size: cover;
    color: hsla(0,0%,88%,0)
}

@media (-webkit-min-device-pixel-ratio: 3),(min-device-pixel-ratio:3) {
    .sixd {
        background-image:url(/static/img/sixd@3x.png)
    }
}

.mint-cell-wrapper {
    background-image: none
}

.onet {
    background-color: #e8e230
}

.onet,.twot {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: 50%;
    color: #fff
}

.twot {
    background-color: #4798d8
}

.threet {
    background-color: #5f5f5f
}

.fourt,.threet {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: 50%;
    color: #fff
}

.fourt {
    background-color: #e37439
}

.fivet {
    background-color: #21bdd0
}

.fivet,.sixt {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: 50%;
    color: #fff
}

.sixt {
    background-color: #6f5fed
}

.sevent {
    background-color: #b9b3b3
}

.eightt,.sevent {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: 50%;
    color: #fff
}

.eightt {
    background-color: #e7352e
}

.ninet {
    background-color: #6e1613
}

.ninet,.tent {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: 50%;
    color: #fff
}

.tent {
    background-color: #7ee87c
}

.mint-msgbox-message {
    color: #666
}

.mint-main-button {
    background-color: #cd3c29
}

#app {
    font-size: .28rem
}

.mintui.mintui-back {
    font-size: .5rem
}

.shareCancel {
    color: #cecece
}

.mint-header {
    height: 1rem
}

.v-modal {
    opacity: .2
}

.list-style-initial {
    line-height: .46rem
}

.list-style-initial ul li {
    list-style: disc
}

.list-style-initial ol li {
    list-style: decimal
}

.list-style-initial ol,.list-style-initial ul {
    padding-left: 40px;
    margin: 1em 0
}

.list-style-initial b,.list-style-initial b *,.list-style-initial h1,.list-style-initial h1 *,.list-style-initial h2,.list-style-initial h2 *,.list-style-initial h3,.list-style-initial h3 *,.list-style-initial h4,.list-style-initial h4 *,.list-style-initial h5,.list-style-initial h5 *,.list-style-initial h6,.list-style-initial h6 *,.list-style-initial strong,.list-style-initial strong * {
    font-weight: bolder
}

.list-style-initial td,.list-style-initial th {
    border: 1px solid gray
}
