
#nb_invite_wrap{
  display: none!important;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #26a2ff;
    -webkit-box-sizing: border-box;
            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;
    -webkit-box-shadow: none;
            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;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 4px;
    border: 0;
    -webkit-box-sizing: border-box;
            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;
    -webkit-box-shadow: 0 0 1px #b8bbbf;
            box-shadow: 0 0 1px #b8bbbf
}
.mint-button--default.is-plain {
    border: 1px solid #5a5a5a;
    background-color: transparent;
    -webkit-box-shadow: none;
            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 {
    display: inline-block;
    padding: 0 12px
}
.mint-button--small {
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    height: 33px
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-cell {
    background-color:#fff;
    -webkit-box-sizing:border-box;
            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:-webkit-gradient(linear, left bottom, left top, from(#d9d9d9), color-stop(50%, #d9d9d9), color-stop(50%, transparent));
    background-image:linear-gradient(0deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size:100% 1px;
    background-repeat:no-repeat;
    background-position:bottom;
}
.mint-cell-wrapper {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(50%, #d9d9d9), color-stop(50%, transparent));
    background-image:linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size: 120% 1px;
    background-repeat: no-repeat;
    background-position: top left;
    background-origin: content-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            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 {}
.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: solid 2px #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);
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-cell-swipe .mint-cell-wrapper {
    position: relative;
}
.mint-cell-swipe .mint-cell-wrapper, .mint-cell-swipe .mint-cell-left, .mint-cell-swipe .mint-cell-right {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.mint-cell-swipe-buttongroup {
    height: 100%;
}
.mint-cell-swipe-button {
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    line-height: 48px;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.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;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.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
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #d9d9d9;
}
.mint-switch-core::after, .mint-switch-core::before {
    content: " ";
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    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;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            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 0.8s infinite linear;
          animation: mint-spinner-rotate 0.8s infinite linear;
  border: 4px solid transparent;
  border-radius: 50%;
}
@-webkit-keyframes mint-spinner-rotate {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes mint-spinner-rotate {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.mint-spinner-double-bounce {
position: relative;
}
.mint-spinner-double-bounce-bounce1, .mint-spinner-double-bounce-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
        animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
}
.mint-spinner-double-bounce-bounce2 {
-webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
}
@-webkit-keyframes mint-spinner-double-bounce {
0%, 100% {
    -webkit-transform: scale(0.0);
            transform: scale(0.0);
}
50% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
@keyframes mint-spinner-double-bounce {
0%, 100% {
    -webkit-transform: scale(0.0);
            transform: scale(0.0);
}
50% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
.mint-spinner-triple-bounce {}
.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: -0.32s;
        animation-delay: -0.32s;
}
.mint-spinner-triple-bounce-bounce2 {
-webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
}
@-webkit-keyframes mint-spinner-triple-bounce {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
40% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
@keyframes mint-spinner-triple-bounce {
0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}
40% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
}
}
.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: -0.9s;
            animation-delay: -0.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: -0.8s;
            animation-delay: -0.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: -0.7s;
            animation-delay: -0.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: -0.6s;
            animation-delay: -0.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: -0.5s;
            animation-delay: -0.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: -0.4s;
            animation-delay: -0.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: -0.3s;
            animation-delay: -0.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: -0.2s;
            animation-delay: -0.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: -0.1s;
            animation-delay: -0.1s
}
@-webkit-keyframes mint-fading-circle {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
@keyframes mint-fading-circle {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.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 {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.mint-tab-container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-navbar {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-tabbar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(50%, #d9d9d9), color-stop(50%, transparent));
    background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9 50%, transparent 50%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top left;
    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;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-search {
    height: 100%;
    height: 100vh;
    overflow: hidden;
}
.mint-searchbar {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #d9d9d9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    z-index: 1;
}
.mint-searchbar-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-sizing: border-box;
            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;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.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 {}
.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);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.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 {}
.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 {
    -webkit-box-sizing: border-box;
            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;
    -webkit-transition: -webkit-transform .2s;
    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 {}
.mint-loadmore-content.is-dropped {
    -webkit-transition: .2s;
    transition: .2s
}
.mint-loadmore-top, .mint-loadmore-bottom {
    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;
  -webkit-transition: -webkit-transform .3s ease-out;
  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: solid 1px #e0e0e0;
}
.mint-actionsheet-listitem, .mint-actionsheet-button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
}
.mint-actionsheet-listitem:active, .mint-actionsheet-button:active {
  background-color: #f0f0f0;
}
.actionsheet-float-enter, .actionsheet-float-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
}
.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;
  }
  100% {
  }
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
  100% {
  }
}
@-webkit-keyframes v-modal-out {
  0% {
  }
  100% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  0% {
  }
  100% {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.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;
  -webkit-transition: .2s ease-out;
  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 {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.mint-swipe-items-wrap {
    position: relative;
    overflow: hidden;
    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: 0.2;
    margin: 0 3px;
}
.mint-swipe-indicator.is-active {
    background: #fff;
}
.mt-range {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    line-height: 30px
}
.mt-range > * {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box
}
.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;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
            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: 0.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -18px;
  pointer-events: none
}
.picker-center-highlight:before, .picker-center-highlight:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  z-index: 15;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.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 {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.picker-slot-wrapper.dragging, .picker-slot-wrapper.dragging .picker-item {
  -webkit-transition-duration: 0s;
          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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: .3s;
          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: translate3d(0, 0, 0) rotateX(0);
          transform: translate3d(0, 0, 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;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out
}
.mt-progress {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    line-height: 30px
}
.mt-progress > * {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box
}
.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 {
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    left: 0;
    right: 0;
    background-color: #ebebeb;
    height: 3px
}
.mt-progress-progress {
    position: absolute;
    display: block;
    background-color: #26a2ff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 0
}
.mint-toast {
    position: fixed;
    max-width: 80%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    z-index: 1000;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}
.mint-toast.is-placebottom {
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0)
}
.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%, 0);
            transform: translate(-50%, 0)
}
.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 {
  -webkit-transition: opacity .2s linear;
  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, 0.7);
  color: white;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: .2s;
  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 {
  border-color: #ff4949;
}
.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(0.7);
          transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.msgbox-bounce-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
          transform: translate3d(-50%, -50%, 0) scale(0.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;
}
100% {
}
}
@keyframes v-modal-in {
0% {
    opacity: 0;
}
100% {
}
}
@-webkit-keyframes v-modal-out {
0% {
}
100% {
    opacity: 0;
}
}
@keyframes v-modal-out {
0% {
}
100% {
    opacity: 0;
}
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.mint-datetime {
    width: 100%;
}
.mint-datetime .picker-slot-wrapper, .mint-datetime .picker-item {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mint-datetime .picker-toolbar {
    border-bottom: solid 1px #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;
}
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* z-index */
.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;
    margin: 0;
    background-color: #fff;
    border-left: solid 1px #ddd;
    text-align: center;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.mint-indexlist-navlist {
    padding: 0;
    margin: 0;
    list-style: none;
    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-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;
  -webkit-transition:-webkit-transform .1s ease-in-out;
  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 0.5s ease-in-out;
          animation: mint-zoom 0.5s ease-in-out;
}
.mint-sub-button-container>*{
  position:absolute;
  top:15px;
  left:15px;
  width:25px;
  height:25px;
  -webkit-transition:-webkit-transform .3s ease-in-out;
  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(0.9);transform:scale(0.9)
}
50% {-webkit-transform:scale(1.05);transform:scale(1.05)
}
70% {-webkit-transform:scale(0.95);transform:scale(0.95)
}
90% {-webkit-transform:scale(1.01);transform:scale(1.01)
}
100% {-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(0.9);transform:scale(0.9)
}
50% {-webkit-transform:scale(1.05);transform:scale(1.05)
}
70% {-webkit-transform:scale(0.95);transform:scale(0.95)
}
90% {-webkit-transform:scale(1.01);transform:scale(1.01)
}
100% {-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: 0.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"; }

*{ padding: 0; margin: 0;}
html,body{ height: 100%; min-height: 100%; width: 100%;}
a{ text-decoration: none; color: #2f79c6;}
ul{ list-style: none;}
#app {
  position: relative;
  font-family: 'Microsoft YaHei', 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 768px;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  text-align: center;
  color: #2c3e50;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
}
.mint-indicator-wrapper {
    z-index: 100;
}
/* for Chrome */
.home-page::-webkit-scrollbar {
    display: none;
}
iframe{ display: none; opacity: 0; visibility: hidden;}
.mint-toast{ z-index: 99999;}
input:disabled{ background: none;}
.fl{ float: left;}
.fr{ float: right;}
.clearfix{ zoom: 1;}
.clearfix:after{ content: ""; display: block; clear: both;}
.form-tab{ height: 40px; padding: 50px 0 20px;}
.form-tab li{ float: left; width: 50%; line-height: 40px;}
.form-tab li a{ font-size: 18px;}
.form-tab li a.active { padding: 0 30px; border-bottom: 2px solid #2f79c6;}
.mint-cell-wrapper{ background-origin: border-box;}
.icon-eye{ display: block; width: 16px; height: 16px; margin-left: 15px; background-repeat: no-repeat; background-position: center;}
.icon-eye.iconzheng{ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAUVBMVEVHcEyJiYmJiYmJiYmJiYmKioqJiYmKioqPj4+Li4uKioqJiYmJiYmJiYmJiYmKioqHh4eJiYmKioqIiIiJiYmJiYmIiIiKioqJiYmJiYmKioq3Y+eqAAAAGnRSTlMAsFDv0MCAYBBAMKDgn99/IM+QcPC/X0+PbzbBBl0AAACBSURBVBgZjcFHEsMgEEXBJwTMAMqS07//QZ2qXF544W7+lA0IHR82Acl46QxM6+mkBSxDPa6TlNKh/mYKQNZgyzzXkiQDTJ0vvaRC0whBEbKqDwmajE07NEFMUNThUUbRuipT++jgUaOHOGR2Dc7Tpn48X+ZJyXkrTQ/R+FKK89sdWqkG46Pw8b8AAAAASUVORK5CYII=);}
.icon-eye.iconbi{ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAATlBMVEVHcEyJiYmJiYmKioqJiYmKioqIiIiPj4+KioqHh4eJiYmJiYmJiYmIiIiJiYmJiYmIiIiKioqIiIiHh4eFhYWIiIiKioqJiYmKioqJiYlNCsHEAAAAGHRSTlMA4KDAzzBwEGAg77DQ9p/wkJDAgi6zf9VMoyqvAAAAXUlEQVQYGZ3BWRKCMBBF0QskvA6jDGq7/40qqSJV/uYcKog/ogmiUJgwD+I2uoF5iGR6u/HznIclgV7DZ16Afj1bz7oYV4MmwrFv7cMFSWSdAZNReAL6kcK4JOp8Ab8kA0t56+MFAAAAAElFTkSuQmCC);}
.head-address-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: white;
  font-size: 15px;
  width:100%;
  border-bottom: 1px solid #eaeaea;
}
.head-address-ul li {
  width: 25%;
  display: block;
  float: left;
  height: 40px;
  position: relative;
  line-height: 45px;
  text-align: center;
}
.head-address-li {
  color: #55acee;
}
.address-content {
  -webkit-transform: translate(0,0) translateZ(0);
  height: 100%;
  -webkit-transition-property: transform;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.1,0.57,0.1,1);
  overflow: hidden;
}
.address-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 15px;
  color: #232326;
}
.address-ul li{
  height: 36px;
  line-height: 36px;
  padding: 0 10px 0 25px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.head-address-li:after {
  width: 60%;
  height: 1px;
  border-bottom: 2px solid #55acee;
  position: absolute;
  bottom: 1px;
  left: 50%;
  content: '';
  margin-left: -30%;
}
.address-ul li:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  border-bottom: 1px solid #e3e5e9;
  left: 0;
  bottom: 0;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
}
.img-code{
  width: 94px;
  height: 33px;
}
.mint-cell-wrapper {
    padding: 0;
    border-bottom: 1px solid #c8c8cb;
}
.mint-cell-wrapper .mint-field-core{
    text-align: left;
    font-size: .875rem;
    color: #2c3e50;
    font-weight: 400;
}
.no-bottom-border .mint-cell-wrapper {
    padding: 0;
    border-bottom: 1px solid transparent;
}
.custom-cell-title-full .mint-cell-title {
    width: 100%;
}
.id-form .margin-bottom-40 {
  margin-bottom: 3rem;
}
.passPort-form .margin-bottom-40 {
  margin-bottom: 3rem;
}
/*order-mark*/
.mint-field-core {
    padding: 0 10px;
    font-size: 14px;
    /* border: 1px solid #999 !important; */
  }
.button-wrapper {
  margin-bottom: .625rem;
}
.button-wrapper > .mint-button {
    margin: 0 .625rem;
    width: calc(100% - 1.25rem);
}
.mint-cell {
    margin: 0;
    min-height: 2.4rem;
}
.mint-cell-title, .mint-cell-title{
        width: 105px;
        text-align: left;
        font-size: .875rem;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;

    }
.custom-width .mint-cell-title {
        width: 100%;
    }
.mint-cell-title  .mint-cell-label {
        font-size: 14px;
        color: rgb(44, 62, 80)

    }
.mint-field-core {
        padding: 0;
    }
/* tourist-edit */
.sex-popup {
    width: 100%;
  }
/* 加载样式 */
.mint-spinner-fading-circle {
  margin: 0 auto;
}
/* .mint-field-core {
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #999 !important;
} */
.mint-popup {
  width: 100%;
}
/* 取消表单项聚焦时产生的黄色边框, 取消textarea的拖动改变大小的功能 */
input,button,select,textarea{ outline:none;}
textarea{resize:none;}
.mint-cell-value.is-link {
  margin-right: 2rem;
  font-size: .875rem;
  color: #2c3e50;
}
.mint-cell:last-child, .mint-cell-wrapper {
  background-image: none;
}
.mint-button{
    font-size: 1rem;
    text-align: center;
}
.mint-header-title {
    font-size: 1rem;
}
.mint-header .is-left .mint-button {
    text-align: left
}
.mint-header .is-right .mint-button  {
    text-align: right
}
button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    margin: 0em;
    font-size: .875rem;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    color: #2c3e50;
}
input, textarea, select {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font-size: .875rem;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    color: #2c3e50;
}
/* input样式还原 */
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border: none;
}
/* textarea样式还原 */
textarea {
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none;
    padding: 2px;
}
/* button样式还原 */
button {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: default;
    color: inherit;
    background-color: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 6px 3px;
    border: none;
}
/* 去除圆角 */
input.search-input { -webkit-appearance: none; }
/* 隐藏取消按钮 */
input.search-input::-webkit-search-cancel-button {display: none }
/* input[type=search]::-webkit-search-cancel-button:after{
    position: absolute;
    content: 'x';
    left: 0;
    top: 0;
    font-size: 20px;
    color: #8e8e93;
}

input[type="search"]{
    -webkit-appearance : none !important;
    border-radius: 0 15px 15px 0 !important;
}  */
.swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.swiper-wrapper .text {
    display: block;
    width: 100%;
}
/* 增减价 */
.add-price .mint-field-core {
    text-align: right;
}


@font-face {font-family: "iconfont";
  src: url(/v/static/fonts/iconfont.d57fea9.eot); /* IE9*/
  src: url(/v/static/fonts/iconfont.d57fea9.eot#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url(/v/static/fonts/iconfont.43560e6.ttf) format('truetype'), 
  url(/v/img/iconfont.fae8794.svg#iconfont) format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zhankaicelalan:before { content: "\E68D"; }

.icon-miaojiesellerclear:before { content: "\E65E"; }

.icon-weizhi:before { content: "\E61D"; }

.icon-cc-lock:before { content: "\E66B"; }

.icon-eye:before { content: "\E61E"; }

.icon-phone-circle:before { content: "\E62B"; }

.icon-phone07:before { content: "\E64D"; }

.icon-canyin:before { content: "\E61A"; }

.icon-shop:before { content: "\E627"; }

.icon-cube:before { content: "\E6D0"; }

.icon-cbr:before { content: "\E72D"; }

.icon-backtotop:before { content: "\E696"; }

.icon-qizhi:before { content: "\E600"; }

.icon-1USER:before { content: "\E63C"; }

.icon-card:before { content: "\E61B"; }

.icon-saoma:before { content: "\E680"; }

.icon-xiajiantou:before { content: "\E611"; }

.icon-xiazai:before { content: "\E618"; }

.icon-dayin:before { content: "\E643"; }

.icon-wodedianpu:before { content: "\E6D7"; }

.icon-jiaotong:before { content: "\E6AE"; }

.icon-zhifubao:before { content: "\E624"; }

.icon-shouye:before { content: "\E63E"; }

.icon-xiangmulan-weixinhao:before { content: "\E628"; }

.icon-weixin:before { content: "\E67B"; }

.icon-custom-user:before { content: "\E61C"; }

.icon-eye1:before { content: "\E6BE"; }

.icon-yes:before { content: "\E62E"; }

.icon-xuanze:before { content: "\E60B"; }

.icon-cx:before { content: "\E601"; }

.icon-close:before { content: "\E608"; }

.icon-eye2:before { content: "\E614"; }

.icon-jiudian:before { content: "\E615"; }

.icon-lingquanzhongxin-copy:before { content: "\E603"; }

.icon-eye3:before { content: "\E625"; }

.icon-carmer:before { content: "\E602"; }

.icon-login:before { content: "\E612"; }

.icon-dui:before { content: "\E629"; }

.icon-shouqi:before { content: "\E64C"; }

.icon-clear:before { content: "\EDEC"; }

.icon-filter:before { content: "\E634"; }

.icon-Userperformance:before { content: "\E620"; }

.icon-triangle-bottom:before { content: "\E6CC"; }

.icon-Add:before { content: "\E81B"; }

.icon-shoucang:before { content: "\E613"; }

.icon-index-copy:before { content: "\E605"; }

.icon-left:before { content: "\E726"; }

.icon-right:before { content: "\E700"; }

.icon-shoucang1:before { content: "\E606"; }

.icon-share:before { content: "\E607"; }

.icon-wode:before { content: "\E604"; }

.icon-more-info:before { content: "\E61F"; }

.icon-cebianlan:before { content: "\E609"; }


@charset "UTF-8";
.order-list[data-v-6d2027d2] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-6d2027d2] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-6d2027d2] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-6d2027d2] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-6d2027d2] {
    font-style: normal;
}
.order-list .list[data-v-6d2027d2] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-6d2027d2] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-6d2027d2] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-6d2027d2] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-6d2027d2] {
      margin: 2px 0;
}
.order .hd .status[data-v-6d2027d2] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-6d2027d2] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-6d2027d2] {
      background: #999;
}
.order .hd .statu-blue[data-v-6d2027d2] {
      background: #007aff;
}
.order .hd .end-time[data-v-6d2027d2] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-6d2027d2] {
        color: #f16b6b;
}
.order .bd[data-v-6d2027d2] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-6d2027d2] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-6d2027d2] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-6d2027d2] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-6d2027d2] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-6d2027d2] {
          padding-left: .313rem;
}
.order .bd .status[data-v-6d2027d2] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-6d2027d2] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-6d2027d2] {
      background: #999;
}
.order .bd .statu-blue[data-v-6d2027d2] {
      background: #007aff;
}
.order .ft[data-v-6d2027d2] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-6d2027d2] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-6d2027d2] {
      font-size: .8rem;
}
.order .ft .fl[data-v-6d2027d2] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-6d2027d2] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-6d2027d2] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-6d2027d2] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-6d2027d2] {
    display: none !important;
}
.order .fl[data-v-6d2027d2] {
    text-align: left;
}
.order .fr[data-v-6d2027d2] {
    text-align: right;
}
.order .light-gray[data-v-6d2027d2] {
    color: #999;
}
.order .light-gray span[data-v-6d2027d2] {
      color: #353535;
}
.order .order-title[data-v-6d2027d2] {
    text-align: left;
}
.order .title-wrapper[data-v-6d2027d2] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-6d2027d2] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-6d2027d2] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-6d2027d2] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-6d2027d2] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-6d2027d2] {
  height: 4rem;
}
.page-infinite-nodata[data-v-6d2027d2] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-6d2027d2] {
  height: 100%;
}
.scroll-box[data-v-6d2027d2] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-6d2027d2] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-6d2027d2] {
  font-size: .875rem;
}
.none-border-bottom[data-v-6d2027d2] {
  border-bottom: none !important;
}
.section[data-v-6d2027d2] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-6d2027d2] {
    color: #2c3e50;
}
.section .item[data-v-6d2027d2] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-6d2027d2] {
      font-size: .875rem;
}
.section .item .reload span[data-v-6d2027d2] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-6d2027d2] {
      vertical-align: middle;
}
.section .item .reload label[data-v-6d2027d2] {
      height: 2.4rem;
}
.section .head .title[data-v-6d2027d2] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-6d2027d2]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-6d2027d2] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-6d2027d2] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-6d2027d2] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-6d2027d2] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-6d2027d2] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-6d2027d2] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-6d2027d2], .bill-detail-mask .inline .content-text[data-v-6d2027d2] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-6d2027d2] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-6d2027d2] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-6d2027d2] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-6d2027d2] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-6d2027d2] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-6d2027d2] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-6d2027d2] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-6d2027d2] {
  z-index: 2;
}
.bill-content[data-v-6d2027d2], .order-sum[data-v-6d2027d2] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-6d2027d2] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-6d2027d2] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-6d2027d2]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-6d2027d2] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-6d2027d2] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-6d2027d2] {
  background-color: #fe3c2e;
}
.lijian[data-v-6d2027d2] {
  background-color: #ff861b;
}
.zaoniao[data-v-6d2027d2] {
  background-color: #cb3ff3;
}
.maimian[data-v-6d2027d2] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-6d2027d2] {
  background-color: #4cd864;
}
.youhuiquan[data-v-6d2027d2] {
  background-color: #007aff;
}
.jifen[data-v-6d2027d2] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-6d2027d2], .line-list-page .mdDevice[data-v-6d2027d2], .line-detail .mdDevice[data-v-6d2027d2] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-6d2027d2] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-6d2027d2] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.box-center[data-v-6d2027d2] {
  padding-top: 2.5rem;
  height: calc(100% - 2.5rem);
  min-height: calc(100% - 2.5rem);
  background: #ffffff;
}
.box-center .member-card[data-v-6d2027d2] {
    margin: .625rem;
    padding: .625rem;
    border-radius: .625rem;
    overflow: hidden;
}
.box-center .member-card .member-id[data-v-6d2027d2] {
      color: #fff;
      text-align: left;
      font-weight: bold;
}
.box-center .member-card .member-avatar[data-v-6d2027d2] {
      margin: 1rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.box-center .member-card .member-avatar .pic[data-v-6d2027d2] {
        display: inline-block;
        width: 4.2rem;
        height: 4.2rem;
        border-radius: 2.1rem;
        -webkit-box-shadow: 1px 3px 20px 0px #dedede;
                box-shadow: 1px 3px 20px 0px #dedede;
}
.box-center .member-card .member-avatar .member-info[data-v-6d2027d2] {
        margin-left: 1rem;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: left;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 1.4rem;
}
.box-center .member-card .member-avatar .member-info .member-nick[data-v-6d2027d2] {
          font-weight: bold;
}
.box-center .member-card .member-avatar .member-info .member-phone[data-v-6d2027d2] {
          font-size: .75rem;
}
.box-center .member-card .member-tag[data-v-6d2027d2] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.box-center .member-card .member-tag .tag-item[data-v-6d2027d2] {
        padding: 0 .625rem;
        line-height: 1.2rem;
        border-radius: .6rem;
        background-color: rgba(255, 255, 255, 0.8);
        color: #8e8e93;
        font-size: .75rem;
}
.box-center .member-card .member-tag .tag-item[data-v-6d2027d2]:nth-child(n+1) {
        margin-right: 1rem;
}
.box-center .mint-cell-wrapper[data-v-6d2027d2] {
  line-height: 3rem;
}
.box-center .head[data-v-6d2027d2] {
  position: relative;
  border-top: 1px solid #39abfe;
  background-color: #39abfe;
}
.box-center img[data-v-6d2027d2] {
  width: 100%;
  height: auto;
}
.box-center .info[data-v-6d2027d2] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3.75rem;
  padding: 0 1.875rem;
  margin-top: -1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-center .info .avatar[data-v-6d2027d2] {
  float: left;
  width: 3.125rem;
  height: 3.125rem;
  border: 4px solid #39abfe;
  border-radius: 50%;
}
.box-center .info .avatar img[data-v-6d2027d2] {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}
.box-center .info .name-tags[data-v-6d2027d2] {
  float: left;
  margin-left: .625rem;
  color: #fff;
}
.box-center .info .name-tags .name[data-v-6d2027d2] {
  font-size: 1.125rem;
  margin-top: .3rem;
}
.box-center .info .name-tags .member-nick[data-v-6d2027d2] {
  font-size: 1.125rem;
  line-height: 3.64rem;
}
.box-center .info .name-tags .tag[data-v-6d2027d2] {
  display: block;
  float: left;
  padding: 1px .625rem;
  font-size: .625rem;
  border-radius: .5rem;
  background: #ff861b;
}
.box-center .to-person[data-v-6d2027d2] {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAQlBMVEVHcEz////////////////////////////////////////////////////////////////////////////////////1bZCPAAAAFXRSTlMA7/Cwz9CgEDBggJ9AkK/Aj79wb+A4/wsLAAAAd0lEQVQ4y6WSSRKEMAzEnI04DDAL6P9fnR+0KeKrdHDJNrs5/v1oYYWXFHqD2ucMW6B6ZCSPNg2MAWlEBtrYMpw6aY6S+XUn6jEZtRcoUji00Cu0rnkR3BMs9pxvCX4TxxqQFd8hu365iDefy6e4rTqPmb93ezZ/cpEHbdoF10QAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
}
.box-center .body[data-v-6d2027d2] {
  text-align: left;
}
.box-center .body .mint-cell[data-v-6d2027d2] {
  padding: 0 .625rem;
  color: #2c3e50;
  background-image: none;
}
.box-center .body .mint-cell-wrapper[data-v-6d2027d2] {
  background-image: none;
}
.button-user-center[data-v-6d2027d2] {
  margin: 0 1.25rem 2rem;
  position: absolute;
  bottom: 0;
  width: calc(100% - 2.5rem);
}
.button-user-center .mint-button[data-v-6d2027d2] {
  width: 100%;
}

@charset "UTF-8";
.order-list[data-v-289cfc60] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-289cfc60] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-289cfc60] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-289cfc60] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-289cfc60] {
    font-style: normal;
}
.order-list .list[data-v-289cfc60] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-289cfc60] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-289cfc60] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-289cfc60] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-289cfc60] {
      margin: 2px 0;
}
.order .hd .status[data-v-289cfc60] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-289cfc60] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-289cfc60] {
      background: #999;
}
.order .hd .statu-blue[data-v-289cfc60] {
      background: #007aff;
}
.order .hd .end-time[data-v-289cfc60] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-289cfc60] {
        color: #f16b6b;
}
.order .bd[data-v-289cfc60] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-289cfc60] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-289cfc60] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-289cfc60] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-289cfc60] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-289cfc60] {
          padding-left: .313rem;
}
.order .bd .status[data-v-289cfc60] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-289cfc60] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-289cfc60] {
      background: #999;
}
.order .bd .statu-blue[data-v-289cfc60] {
      background: #007aff;
}
.order .ft[data-v-289cfc60] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-289cfc60] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-289cfc60] {
      font-size: .8rem;
}
.order .ft .fl[data-v-289cfc60] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-289cfc60] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-289cfc60] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-289cfc60] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-289cfc60] {
    display: none !important;
}
.order .fl[data-v-289cfc60] {
    text-align: left;
}
.order .fr[data-v-289cfc60] {
    text-align: right;
}
.order .light-gray[data-v-289cfc60] {
    color: #999;
}
.order .light-gray span[data-v-289cfc60] {
      color: #353535;
}
.order .order-title[data-v-289cfc60] {
    text-align: left;
}
.order .title-wrapper[data-v-289cfc60] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-289cfc60] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-289cfc60] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-289cfc60] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-289cfc60] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-289cfc60] {
  height: 4rem;
}
.page-infinite-nodata[data-v-289cfc60] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-289cfc60] {
  height: 100%;
}
.scroll-box[data-v-289cfc60] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-289cfc60] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-289cfc60] {
  font-size: .875rem;
}
.none-border-bottom[data-v-289cfc60] {
  border-bottom: none !important;
}
.section[data-v-289cfc60] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-289cfc60] {
    color: #2c3e50;
}
.section .item[data-v-289cfc60] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-289cfc60] {
      font-size: .875rem;
}
.section .item .reload span[data-v-289cfc60] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-289cfc60] {
      vertical-align: middle;
}
.section .item .reload label[data-v-289cfc60] {
      height: 2.4rem;
}
.section .head .title[data-v-289cfc60] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-289cfc60]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-289cfc60] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-289cfc60] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-289cfc60] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-289cfc60] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-289cfc60] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-289cfc60] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-289cfc60], .bill-detail-mask .inline .content-text[data-v-289cfc60] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-289cfc60] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-289cfc60] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-289cfc60] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-289cfc60] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-289cfc60] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-289cfc60] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-289cfc60] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-289cfc60] {
  z-index: 2;
}
.bill-content[data-v-289cfc60], .order-sum[data-v-289cfc60] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-289cfc60] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-289cfc60] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-289cfc60]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-289cfc60] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-289cfc60] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-289cfc60] {
  background-color: #fe3c2e;
}
.lijian[data-v-289cfc60] {
  background-color: #ff861b;
}
.zaoniao[data-v-289cfc60] {
  background-color: #cb3ff3;
}
.maimian[data-v-289cfc60] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-289cfc60] {
  background-color: #4cd864;
}
.youhuiquan[data-v-289cfc60] {
  background-color: #007aff;
}
.jifen[data-v-289cfc60] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-289cfc60], .line-list-page .mdDevice[data-v-289cfc60], .line-detail .mdDevice[data-v-289cfc60] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-289cfc60] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-289cfc60] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.peer-form-login-page[data-v-289cfc60] {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.peer-form-login-page .page-bg[data-v-289cfc60] {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -999;
}
.peer-form-login-page .avatar[data-v-289cfc60] {
    padding-top: 6.5rem;
    padding-bottom: 1.8rem;
}
.peer-form-login-page .avatar .pic[data-v-289cfc60] {
      width: 9.4rem;
      height: 9.4rem;
      border-radius: 4.7rem;
      -webkit-box-shadow: 1px 3px 20px 0px #dedede;
              box-shadow: 1px 3px 20px 0px #dedede;
}
.peer-form-login-page .point[data-v-289cfc60], .peer-form-login-page .pass-word[data-v-289cfc60], .peer-form-login-page .submit[data-v-289cfc60] {
    margin: 0 auto;
    width: 19rem;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.7);
    color: #2c3e50;
    border-radius: .3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.peer-form-login-page .point[data-v-289cfc60] {
    height: auto;
    margin-bottom: 3.5rem;
}
.peer-form-login-page .pass-word[data-v-289cfc60] {
    margin-bottom: 1rem;
    padding: 0 1rem;
    display: table;
}
.peer-form-login-page .pass-word .label[data-v-289cfc60], .peer-form-login-page .pass-word input[data-v-289cfc60], .peer-form-login-page .pass-word .right[data-v-289cfc60] {
      display: table-cell;
}
.peer-form-login-page .pass-word .label[data-v-289cfc60] {
      width: 10%;
}
.peer-form-login-page .pass-word input[data-v-289cfc60] {
      padding: 0 1rem;
      display: block;
      width: 80%;
      height: 2.5rem;
      font-size: 1rem;
      line-height: 2.5rem;
      background-color: transparent;
}
.peer-form-login-page .pass-word .right[data-v-289cfc60] {
      width: 20%;
      vertical-align: middle;
}
.peer-form-login-page .submit[data-v-289cfc60] {
    background-color: #fff;
}

.box-login {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    background-color: #ffffff;
}
.login-cpy {
  padding: 30px 30px 20px;
  font-size: 22px;
  color: #34a2ff;
}
.form-login {
  padding: 20px;
}
.form-login .mint-cell-title {
  width: 60px;
  text-align: left;
}
.form-login .mint-cell-wrapper {
  background-image: none;
  border-bottom: 1px solid #d9d9d9;
}
.login-bg {
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.icon-eye {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-eye.iconzheng {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAUVBMVEVHcEyJiYmJiYmJiYmJiYmKioqJiYmKioqPj4+Li4uKioqJiYmJiYmJiYmJiYmKioqHh4eJiYmKioqIiIiJiYmJiYmIiIiKioqJiYmJiYmKioq3Y+eqAAAAGnRSTlMAsFDv0MCAYBBAMKDgn99/IM+QcPC/X0+PbzbBBl0AAACBSURBVBgZjcFHEsMgEEXBJwTMAMqS07//QZ2qXF544W7+lA0IHR82Acl46QxM6+mkBSxDPa6TlNKh/mYKQNZgyzzXkiQDTJ0vvaRC0whBEbKqDwmajE07NEFMUNThUUbRuipT++jgUaOHOGR2Dc7Tpn48X+ZJyXkrTQ/R+FKK89sdWqkG46Pw8b8AAAAASUVORK5CYII=);
}
.icon-eye.iconbi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAATlBMVEVHcEyJiYmJiYmKioqJiYmKioqIiIiPj4+KioqHh4eJiYmJiYmJiYmIiIiJiYmJiYmIiIiKioqIiIiHh4eFhYWIiIiKioqJiYmKioqJiYlNCsHEAAAAGHRSTlMA4KDAzzBwEGAg77DQ9p/wkJDAgi6zf9VMoyqvAAAAXUlEQVQYGZ3BWRKCMBBF0QskvA6jDGq7/40qqSJV/uYcKog/ogmiUJgwD+I2uoF5iGR6u/HznIclgV7DZ16Afj1bz7oYV4MmwrFv7cMFSWSdAZNReAL6kcK4JOp8Ab8kA0t56+MFAAAAAElFTkSuQmCC);
}
.box-login .other a {
  font-size: 14px;
  padding: 0 20px;
}
.box-login .other a.left {
  float: left;
  color: #999;
}
.box-login .other a.right {
  float: right;
}
.box-login .foot {
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #999;
}
.box-login .shortcut {
  position: relative;
  margin-bottom: 10px;
}
.box-login .shortcut:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  height: 12px;
  width: 150px;
  background: #fff;
  margin-left: -75px;
  z-index: -1;
}
.box-login .shortcut:after {
  position: absolute;
  left: 50%;
  top: 10px;
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background: #eee;
  margin-left: -40%;
  z-index: -2;
}
.box-login .login-other {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.box-login .login-other.qq {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAUVBMVEVHcEwvpdswpNwvpN8vp98vpN0wpNwvpNwvn98vpd0vpdwvpNwvpNwwpdwwpNwvpN0vo98vo9wvpNswpNwwpN0wpNwwpd0wo9wwpdwvpdwwpd2+xhciAAAAGnRSTlMAUH8wIPDvYBCA4NDAz9+QQHCgr4+/n19vsJwbwKAAAAFnSURBVBgZjcEJcuMwDATAoUQSoG5fSXb+/9C1U44DUFakbqzo5/U28W66NZ+KHfo10hm/FNviR+ZKvkZsaDLfyg3eaUduGlusSOYfsqAi3CFwhLsEhvAAwUubeUBu8WPkISOeCg8q+BYz17qOazniYWatCwogDKwV3Glm5YynwkpWACdW/uFlZkUAjPSS4ldHbwQiK2cYJ1YUwkqA0bISMLOywGKlYKCXFFZPb8BEr8AJ9CawssBZWAErAU5M9ECvoBLogU6HlYEOOlqClYVWh4FWxBqtATMtIMKJwECjQGhFOcMpBZlGgNKayBaGZk60FOjpzTCEXg/gRKfAEToCQBOtFh6tpLg70zrhQa+XiIeFVsFDTLQuTdNcMslb0zQftFLEt8KDCp56HtLjR5t4QIp4ER4QYAh3CRzhDkFFEv+QAlbanpv6iHdK4lupYEOcE1dSidimp55OL4odGsrQ8a4bSlDU/gOs7JKcLDIYYAAAAABJRU5ErkJggg==);
}
.box-login .login-other.wc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAATlBMVEVHcExPt29PtXJQtXNPv29PtHRQtXNPtHJPtXNPtXNQtXNPtXNQtnRQtXNPtXJPtXNPtnNPtnRPt3NQtXJQtXRQtnNQtXNPtXJPtXNQtnQKNnXoAAAAGXRSTlMAIFDPEDDvYIDw39B/n+DAkHBAb79fj6CwiCnMRAAAAaZJREFUGBmNwQeCokAARcHXTUeyYcK//0UXXbI4UsUL9/V9LzUo7/WX4wN3K7RR3BzvmSboRfg2vFEHHQo1R3yhtwrPixj0hxDZifogshH1UWQl6oTIzAedEDyTQqcUjJJOSjyZoJX8kwa/WQeC4aHXorsyipVeJQYuaJItKxe9CA64aJI9Gz5rLwKFJhYwN8/A1x6I2ivAaPLLoFXJoFVg0GnPETWxDFplBq0yA6s9S68JD9d0ZeCTx9/qWnuJTqOWDVv1V4O7plZrHaVGJWtNcowuWYsSzVjpPQuftUCzyMxa1rwWaHZn9sOgKgFbRiBphhYXRj4yyBm4qAeMZrRaRP6znpnhQZOWTiuJp+TYKTTq6LXS82Sv7GiSiFrxpg7377pJbEVNLE6L0Oi/4FhzpSYOKh1oWGs0qYCLjjSOiWs0i4DLOlJ8MfKaZcfgR8dCU9d1U9zImiQeTNafylKjbHhKOikxqnRKxcRnnZANs6gTLCtRH0U2oj6I7MSsP2TLC1/prcpwJGUdyok3TJ/1IifDe+5SaaOKjg+cTV2rQdsl69j7By7FhhnFVPT6AAAAAElFTkSuQmCC);
}
@media (max-height: 400px) {
.box-login .foot {
    display: none;
}
}

#protocolTlt {
  z-index: 99999;
}
#imgCode {
  display: block;
}
.form-register {
  padding: 0 25px 20px;
  background-color: #ffffff;
}
.form-register .part-two {
  padding-top: 60px;
}
.form-register .mint-cell-title {
  width: 80px;
  text-align: left;
}
.form-register .mint-cell-wrapper {
  background-image: NONE;
  border-bottom: 1px solid #d9d9d9;
}
.pass-tips {
  font-size: 12px;
  text-align: left;
  padding: 10px;
  color: #999;
}
.icon-eye {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-eye.iconzheng {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAUVBMVEVHcEyJiYmJiYmJiYmJiYmKioqJiYmKioqPj4+Li4uKioqJiYmJiYmJiYmJiYmKioqHh4eJiYmKioqIiIiJiYmJiYmIiIiKioqJiYmJiYmKioq3Y+eqAAAAGnRSTlMAsFDv0MCAYBBAMKDgn99/IM+QcPC/X0+PbzbBBl0AAACBSURBVBgZjcFHEsMgEEXBJwTMAMqS07//QZ2qXF544W7+lA0IHR82Acl46QxM6+mkBSxDPa6TlNKh/mYKQNZgyzzXkiQDTJ0vvaRC0whBEbKqDwmajE07NEFMUNThUUbRuipT++jgUaOHOGR2Dc7Tpn48X+ZJyXkrTQ/R+FKK89sdWqkG46Pw8b8AAAAASUVORK5CYII=);
}
.icon-eye.iconbi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAATlBMVEVHcEyJiYmJiYmKioqJiYmKioqIiIiPj4+KioqHh4eJiYmJiYmJiYmIiIiJiYmJiYmIiIiKioqIiIiHh4eFhYWIiIiKioqJiYmKioqJiYlNCsHEAAAAGHRSTlMA4KDAzzBwEGAg77DQ9p/wkJDAgi6zf9VMoyqvAAAAXUlEQVQYGZ3BWRKCMBBF0QskvA6jDGq7/40qqSJV/uYcKog/ogmiUJgwD+I2uoF5iGR6u/HznIclgV7DZ16Afj1bz7oYV4MmwrFv7cMFSWSdAZNReAL6kcK4JOp8Ab8kA0t56+MFAAAAAElFTkSuQmCC);
}
.tips-protocol {
  text-align: left;
  color: #ccc;
  font-size: 12px;
  padding-top: 15px;
}
.form-register .mint-popup {
  position: absolute;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-register .mint-popup .content {
  position: relative;
}
.form-register .mint-popup .box {
  text-align: left;
  padding: 50px 20px 20px;
}
.box-register .mint-cell-value input {
  padding-left: 10px;
}
.form-tab .active {
  border-bottom: 2px solid blue;
}
.page-btn-groups {
  margin-top: 15px;
}
.rigist-type{
  display: block;
  margin-top: 1.2rem;
  text-align: left;
  padding-left:0.2rem;
  color:gray;
}



































































































.find-pass {
  padding-top: 50px;
  background-color: #ffffff;
}
.form-register {
  padding: 0 25px 20px;
}
.form-register .mint-cell-title {
  width: 80px;
  text-align: left;
}
.form-register .mint-cell-wrapper {
  background-image: none;
  border-bottom: 1px solid #d9d9d9;
}
.pass-tips {
  font-size: 12px;
  text-align: left;
  padding: 10px;
  color: #999;
}
.icon-eye {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-eye.iconzheng {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAUVBMVEVHcEyJiYmJiYmJiYmJiYmKioqJiYmKioqPj4+Li4uKioqJiYmJiYmJiYmJiYmKioqHh4eJiYmKioqIiIiJiYmJiYmIiIiKioqJiYmJiYmKioq3Y+eqAAAAGnRSTlMAsFDv0MCAYBBAMKDgn99/IM+QcPC/X0+PbzbBBl0AAACBSURBVBgZjcFHEsMgEEXBJwTMAMqS07//QZ2qXF544W7+lA0IHR82Acl46QxM6+mkBSxDPa6TlNKh/mYKQNZgyzzXkiQDTJ0vvaRC0whBEbKqDwmajE07NEFMUNThUUbRuipT++jgUaOHOGR2Dc7Tpn48X+ZJyXkrTQ/R+FKK89sdWqkG46Pw8b8AAAAASUVORK5CYII=);
}
.icon-eye.iconbi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAATlBMVEVHcEyJiYmJiYmKioqJiYmKioqIiIiPj4+KioqHh4eJiYmJiYmJiYmIiIiJiYmJiYmIiIiKioqIiIiHh4eFhYWIiIiKioqJiYmKioqJiYlNCsHEAAAAGHRSTlMA4KDAzzBwEGAg77DQ9p/wkJDAgi6zf9VMoyqvAAAAXUlEQVQYGZ3BWRKCMBBF0QskvA6jDGq7/40qqSJV/uYcKog/ogmiUJgwD+I2uoF5iGR6u/HznIclgV7DZ16Afj1bz7oYV4MmwrFv7cMFSWSdAZNReAL6kcK4JOp8Ab8kA0t56+MFAAAAAElFTkSuQmCC);
}
.page-btn-groups {
  margin-top: 15px;
}

.userinfo-box{ padding-top: 40px; background: #f8f8f8; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.screenfixed{ height: 100%; overflow: hidden;
}
.basepeer-info{ padding-top: 10px;
}
.userinfo-box .mint-cell-title{ text-align: left;
}
.userinfo-box .mint-cell-wrapper{ background-origin: border-box;
}
.userinfo-box .mint-cell-wrapper input{ text-align: left; padding-right: 10px;
}
.userinfo-box .mint-popup-right{ position: absolute; width: 100%; height: 100%;
}
.userinfo-box .content{ padding-top: 40px;
}
.userinfo-box .mint-popup-bottom{ width: 100%;
}
.userinfo-box .checktel-box{ padding: 40px 20px 20px;
}
.sex-picker{ width: 100%;
}
.userinfo-box .base-info {
    padding: 0 .625rem;
}
.userinfo-box .basepeer-info {
    padding: 0 .625rem;
}
.show-image{ height: 180px; padding: 10px; margin: 10px; border: 1px solid #d9d9d9; overflow: hidden;
}
.show-image img{ height: 180px;
}
.imgpop-wraper{ display: none; position: absolute; top: 0; left: 0; z-index: 10000; width: 100%; height: 100%; padding: 10px; background: #000; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.imgpop-wraper.toggle-image{ display: block; overflow: hidden;
}
.imgpop-wraper img{ position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.imgpop-wraper .close{ position: absolute; bottom: 15px; right: 10px; left: 50%; width: 22px; height: 22px; margin-left: -11px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAPFBMVEVHcEz///////////////////////////////////////////////////////////////////////////+PybD1AAAAE3RSTlMA73AwgEAgYKAQ8NB/b89QTz+QDHUAVQAAAOBJREFUOMuNU9sWxBAMDEVQvfr/f13d0ibUdufJMUNmQgAI3LaGsG4OHuGmOWbMU6txQUQCESrJwOivZKA8xhYCf/MJl2KIHeQqTvQE4nSqYhfq4E2+YAFb9i0s5AqZd9PSFh4gb8q0HMnaFr6cmlMFlsqe/J3bgOa5LeejZk3Ctm/IQ2LTV8UFx/132lMga54rkJr8+kOu0CRm9s8V5m7UlY8qRvJWt3/krTZXtcvvVJx5889zg/M93uevrV++3Pun7SiQDoZufHhdjV6VRbXTafbS0zju5nnAjZZKSc3YD4GeMC7k8aMhAAAAAElFTkSuQmCC); background-size: contain;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "weui";
  src: url('data:application/octet-stream;base64,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') format('truetype');
}
.weui-uploader__hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.weui-uploader__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.weui-uploader__info {
  color: #B2B2B2;
}
.weui-uploader__bd {
  margin-bottom: -4px;
  margin-right: -9px;
  overflow: hidden;
}
.weui-uploader__files {
  -webkit-padding-start: 0px;
  list-style: none;
}
.weui-uploader__file {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 79px;
  height: 79px;
  background: no-repeat center center;
  background-size: cover;
}
.weui-uploader__file_status {
  position: relative;
}
.weui-uploader__file_status:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.weui-uploader__file_status .weui-uploader__file-content {
  display: block;
}
.weui-uploader__file-content {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.weui-uploader__file-content .weui-icon-warn {
  display: inline-block;
}
.weui-uploader__input-box {
  float: left;
  position: relative;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 77px;
  height: 77px;
  border: 1px solid #D9D9D9;
}
.weui-uploader__input-box:before,
.weui-uploader__input-box:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #D9D9D9;
}
.weui-uploader__input-box:before {
  width: 2px;
  height: 39.5px;
}
.weui-uploader__input-box:after {
  width: 39.5px;
  height: 2px;
}
.weui-uploader__input-box:active {
  border-color: #999999;
}
.weui-uploader__input-box:active:before,
.weui-uploader__input-box:active:after {
  background-color: #999999;
}
.weui-uploader__input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[class^="weui-icon-"],
[class*=" weui-icon-"] {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 "weui";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
[class^="weui-icon-"]:before,
[class*=" weui-icon-"]:before {
  display: inline-block;
  margin-left: .2em;
  margin-right: .2em;
}
.weui-icon-warn:before {
  content: "\EA0B";
}
.weui-icon-warn {
  font-size: 23px;
  color: #F43530;
}
.weui-loading {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: weuiLoading 1s steps(12, end) infinite;
  animation: weuiLoading 1s steps(12, end) infinite;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
  background-size: 100%;
}
@-webkit-keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
}
}
@keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
}
}
.weui-gallery {
  /*display: none;*/
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  z-index: 1112;
  height: 100%;
  width: 100%;
}
.weui-gallery__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 60px;
  left: 0;
  background: center center no-repeat;
  background-size: contain;
}
.weui-gallery__opr {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0D0D0D;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
}
.weui-gallery__del {
  display: block;
}
.weui-icon-delete:before {
  content: "\EA11";
}
.weui-icon-delete.weui-icon_gallery-delete {
  color: #FFFFFF;
  font-size: 22px;
}
.weui-uploader_tmpl1__bd {
  height: 3.8rem;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.weui-uploader_tmpl1__input-box {
  float: left;
  position: relative;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 100%;
  height: 100%;
}
.weui-uploader_tmpl1__input-box:before,
.weui-uploader_tmpl1__input-box:after {
  content: " ";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #D9D9D9;
}
.weui-uploader_tmpl1__input-box:before {
  width: 2px;
  height: 39.5px;
}
.weui-uploader_tmpl1__input-box:after {
  width: 39.5px;
  height: 2px;
}
.weui-uploader_tmpl1__input-box:active {
  border-color: #999999;
}
.weui-uploader_tmpl1__input-box:active:before,
.weui-uploader_tmpl1__input-box:active:after {
  background-color: #999999;
}
.weui-uploader_tmpl1__input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui-uploader_tmpl1__title {
  width: 100%;
  position: absolute;
  top: 55%;
  color: #999;
  text-align: center;
}
.weui-uploader_tmpl1__file {
  width: 100%;
  height: 100%;
  background-size: contain;
}

#btnSave{ margin-top: 1px;
}
.userinfo-box{ height: 100%; padding-top: 40px; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.userinfo-box .mint-cell-title{ text-align: left;
}
.userinfo-box .mint-cell-wrapper{ background-origin: border-box;
}
.userinfo-box .mint-cell-wrapper input{ text-align: left;
}
.userinfo-box .mint-cell-wrapper .is-link span{ color: #000;
}
.userinfo-box .mint-popup-right{ position: absolute; width: 100%; height: 100%;
}
.userinfo-box .content{ padding-top: 40px;
}
.userinfo-box .mint-popup-bottom{ width: 100%;
}
.userinfo-box .base-info{
    padding: 0 .625rem;
}
.userinfo-box .page-btn-groups {
    padding: 0;
}
.userinfo-box .peerInfo {
    padding: 0 .625rem;
}
.userinfo-box .checktel-box{ padding: 40px 20px 20px;
}
.sex-picker{ width: 100%;
}
.licence{ position: relative; height: 200px;
}
.licence .weui-uploader__info{ display: none;
}
.show-image{ height: 180px; padding: 10px; margin: 10px; border: 1px solid #d9d9d9;
}
.show-image img{ height: 180px;
}
.imgpop-wraper{ display: none; position: absolute; top: 0; left: 0; z-index: 10000; width: 100%; height: 100%; padding: 10px; background: #000; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.imgpop-wraper.toggle-image{ display: block;
}
.imgpop-wraper img{ position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.imgpop-wraper .close{ position: absolute; bottom: 15px; right: 10px; left: 50%; width: 22px; height: 22px; margin-left: -11px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAPFBMVEVHcEz///////////////////////////////////////////////////////////////////////////+PybD1AAAAE3RSTlMA73AwgEAgYKAQ8NB/b89QTz+QDHUAVQAAAOBJREFUOMuNU9sWxBAMDEVQvfr/f13d0ibUdufJMUNmQgAI3LaGsG4OHuGmOWbMU6txQUQCESrJwOivZKA8xhYCf/MJl2KIHeQqTvQE4nSqYhfq4E2+YAFb9i0s5AqZd9PSFh4gb8q0HMnaFr6cmlMFlsqe/J3bgOa5LeejZk3Ctm/IQ2LTV8UFx/132lMga54rkJr8+kOu0CRm9s8V5m7UlY8qRvJWt3/krTZXtcvvVJx5889zg/M93uevrV++3Pun7SiQDoZufHhdjV6VRbXTafbS0zju5nnAjZZKSc3YD4GeMC7k8aMhAAAAAElFTkSuQmCC); background-size: contain;
}

.modify-pass{ padding: 40px 20px 20px;
}

.bind-phone {
  padding: 40px 20px 20px;
}
.bind-phone .mint-cell-title {
  width: 60px;
  text-align: left;
}
.bind-phone .mint-cell-wrapper {
  background-image: NONE;
  border-bottom: 1px solid #d9d9d9;
}
.bind-phone .tips-bind {
  padding-top: 25px;
  text-align: right;
}

@charset "UTF-8";
.order-list {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active {
      border-bottom: 2px solid #007aff;
}
.order-list em {
    font-style: normal;
}
.order-list .list {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p {
      margin: 2px 0;
}
.order .hd .status {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green {
      background: #4cd864;
}
.order .hd .statu-gray {
      background: #999;
}
.order .hd .statu-blue {
      background: #007aff;
}
.order .hd .end-time {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span {
        color: #f16b6b;
}
.order .bd {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p {
        padding-top: 1rem;
}
.order .bd .infos .num p span {
          padding-left: .313rem;
}
.order .bd .status {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green {
      background: #4cd864;
}
.order .bd .statu-gray {
      background: #999;
}
.order .bd .statu-blue {
      background: #007aff;
}
.order .ft {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid {
      font-size: .8rem;
}
.order .ft .fl {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr {
      width: 8.1rem;
}
.order .ft .fr .btn-pay {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft {
    display: none !important;
}
.order .fl {
    text-align: left;
}
.order .fr {
    text-align: right;
}
.order .light-gray {
    color: #999;
}
.order .light-gray span {
      color: #353535;
}
.order .order-title {
    text-align: left;
}
.order .title-wrapper {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem {
  height: 4rem;
}
.page-infinite-nodata {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper {
  height: 100%;
}
.scroll-box {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value {
  font-size: .875rem;
}
.none-border-bottom {
  border-bottom: none !important;
}
.section {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a {
    color: #2c3e50;
}
.section .item {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title {
      font-size: .875rem;
}
.section .item .reload span {
      vertical-align: middle;
}
.section .item .reload .iconfont {
      vertical-align: middle;
}
.section .item .reload label {
      height: 2.4rem;
}
.section .head .title {
    font-size: .875rem;
    font-weight: bold;
}
.section .item:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label {
      width: 60%;
}
.bill-detail-mask .inline .label-text, .bill-detail-mask .inline .content-text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class {
    font-weight: 700;
}
.bill-detail-mask .order-sum {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header {
  z-index: 2;
}
.bill-content, .order-sum {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui {
  background-color: #fe3c2e;
}
.lijian {
  background-color: #ff861b;
}
.zaoniao {
  background-color: #cb3ff3;
}
.maimian {
  background-color: #05d5ae;
}
.superzaoniao {
  background-color: #4cd864;
}
.youhuiquan {
  background-color: #007aff;
}
.jifen {
  background-color: #39abfe;
}
.home-page .mdDevice, .line-list-page .mdDevice, .line-detail .mdDevice {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.form-invoice {
  padding: 2.5rem 1rem 0 1rem;
  /* 二维码预览 */
}
.form-invoice .mint-radiolist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-invoice .mint-radiolist .mint-radiolist-title {
      margin: 0;
}
.form-invoice .mint-radiolist .mint-radiolist-label {
      padding: 0;
}
.form-invoice .mint-radiolist .mint-cell-wrapper {
      border: none;
}
.form-invoice .invoice-btn {
    display: inline-block;
    padding: .375rem 1rem;
    margin-bottom: .375rem;
    border-radius: 1.25rem;
    color: #fff;
    font-size: .8rem;
    background: #007aff;
    right: 0;
}
.form-invoice .save-btn {
    margin-top: 1.5rem;
}
.form-invoice .require-field .mint-cell-title::before {
    content: '*';
    color: #fe3c2e;
}
.form-invoice .code-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
}
.form-invoice .code-preview .dataCode-preview {
      position: absolute;
      width: 300px;
      height: 300px;
      top: calc(50% - 150px);
      left: calc(50% - 150px);
}
.form-invoice .code-preview .closed {
      position: absolute;
      width: 100%;
      bottom: .625rem;
}
.form-invoice .code-preview .closed .iconfont {
        font-size: 2rem;
        color: #fff;
}

@charset "UTF-8";
.order-list[data-v-4f01cfb2] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-4f01cfb2] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-4f01cfb2] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-4f01cfb2] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-4f01cfb2] {
    font-style: normal;
}
.order-list .list[data-v-4f01cfb2] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-4f01cfb2] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-4f01cfb2] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-4f01cfb2] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-4f01cfb2] {
      margin: 2px 0;
}
.order .hd .status[data-v-4f01cfb2] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-4f01cfb2] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-4f01cfb2] {
      background: #999;
}
.order .hd .statu-blue[data-v-4f01cfb2] {
      background: #007aff;
}
.order .hd .end-time[data-v-4f01cfb2] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-4f01cfb2] {
        color: #f16b6b;
}
.order .bd[data-v-4f01cfb2] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-4f01cfb2] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-4f01cfb2] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-4f01cfb2] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-4f01cfb2] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-4f01cfb2] {
          padding-left: .313rem;
}
.order .bd .status[data-v-4f01cfb2] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-4f01cfb2] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-4f01cfb2] {
      background: #999;
}
.order .bd .statu-blue[data-v-4f01cfb2] {
      background: #007aff;
}
.order .ft[data-v-4f01cfb2] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-4f01cfb2] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-4f01cfb2] {
      font-size: .8rem;
}
.order .ft .fl[data-v-4f01cfb2] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-4f01cfb2] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-4f01cfb2] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-4f01cfb2] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-4f01cfb2] {
    display: none !important;
}
.order .fl[data-v-4f01cfb2] {
    text-align: left;
}
.order .fr[data-v-4f01cfb2] {
    text-align: right;
}
.order .light-gray[data-v-4f01cfb2] {
    color: #999;
}
.order .light-gray span[data-v-4f01cfb2] {
      color: #353535;
}
.order .order-title[data-v-4f01cfb2] {
    text-align: left;
}
.order .title-wrapper[data-v-4f01cfb2] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-4f01cfb2] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-4f01cfb2] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-4f01cfb2] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-4f01cfb2] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-4f01cfb2] {
  height: 4rem;
}
.page-infinite-nodata[data-v-4f01cfb2] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-4f01cfb2] {
  height: 100%;
}
.scroll-box[data-v-4f01cfb2] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-4f01cfb2] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-4f01cfb2] {
  font-size: .875rem;
}
.none-border-bottom[data-v-4f01cfb2] {
  border-bottom: none !important;
}
.section[data-v-4f01cfb2] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-4f01cfb2] {
    color: #2c3e50;
}
.section .item[data-v-4f01cfb2] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-4f01cfb2] {
      font-size: .875rem;
}
.section .item .reload span[data-v-4f01cfb2] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-4f01cfb2] {
      vertical-align: middle;
}
.section .item .reload label[data-v-4f01cfb2] {
      height: 2.4rem;
}
.section .head .title[data-v-4f01cfb2] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-4f01cfb2]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-4f01cfb2] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-4f01cfb2] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-4f01cfb2] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-4f01cfb2] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-4f01cfb2] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-4f01cfb2] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-4f01cfb2], .bill-detail-mask .inline .content-text[data-v-4f01cfb2] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-4f01cfb2] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-4f01cfb2] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-4f01cfb2] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-4f01cfb2] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-4f01cfb2] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-4f01cfb2] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-4f01cfb2] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-4f01cfb2] {
  z-index: 2;
}
.bill-content[data-v-4f01cfb2], .order-sum[data-v-4f01cfb2] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-4f01cfb2] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-4f01cfb2] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-4f01cfb2]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-4f01cfb2] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-4f01cfb2] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-4f01cfb2] {
  background-color: #fe3c2e;
}
.lijian[data-v-4f01cfb2] {
  background-color: #ff861b;
}
.zaoniao[data-v-4f01cfb2] {
  background-color: #cb3ff3;
}
.maimian[data-v-4f01cfb2] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-4f01cfb2] {
  background-color: #4cd864;
}
.youhuiquan[data-v-4f01cfb2] {
  background-color: #007aff;
}
.jifen[data-v-4f01cfb2] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-4f01cfb2], .line-list-page .mdDevice[data-v-4f01cfb2], .line-detail .mdDevice[data-v-4f01cfb2] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-4f01cfb2] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-4f01cfb2] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.home-page[data-v-4f01cfb2] {
  /* 布局和公共样式 */
  padding: 3.25rem 0 2.8rem;
  background-color: #f0eff5;
  position: relative;
  /* 隐藏广告 */
  /* 加载中 */
  /* 渐变色 */
  /* 默认蒙版 */
  /* 侧边栏 */
  /* 顶部搜索 */
  /* 轮播图 */
  /* 一二级导航 */
  /* 热门产品 */
  /* 国内游 */
  /* 底部导航 */
}
.home-page #_embed_v3_dc[data-v-4f01cfb2] {
    display: none;
}
.home-page .more-loading[data-v-4f01cfb2] {
    height: 4rem;
}
.home-page .line-gradient-1[data-v-4f01cfb2] {
    background: -webkit-gradient(linear, left top, right top, from(#fb2929), to(#f3772c));
    background: linear-gradient(90deg, #fb2929 0%, #f3772c 100%);
}
.home-page .line-gradient-2[data-v-4f01cfb2] {
    background: -webkit-gradient(linear, left top, right top, from(#0289fc), to(#58c5fd));
    background: linear-gradient(90deg, #0289fc 0%, #58c5fd 100%);
}
.home-page .line-gradient-3[data-v-4f01cfb2] {
    background: -webkit-gradient(linear, left top, right top, from(#8e2ef9), to(#e5cdfc));
    background: linear-gradient(90deg, #8e2ef9 0%, #e5cdfc 100%);
}
.home-page .line-gradient-4[data-v-4f01cfb2] {
    background: -webkit-gradient(linear, left top, right top, from(#0ee377), to(#b1fad8));
    background: linear-gradient(90deg, #0ee377 0%, #b1fad8 100%);
}
.home-page .line-gradient-5[data-v-4f01cfb2] {
    background: -webkit-gradient(linear, left top, right top, from(#fd8443), to(#f8dacc));
    background: linear-gradient(90deg, #fd8443 0%, #f8dacc 100%);
}
.home-page section[data-v-4f01cfb2]:nth-child(n+3) {
    margin-bottom: .625rem;
}
.home-page section[data-v-4f01cfb2]:nth-last-child(1) {
    margin-bottom: 0;
}
.home-page section[data-v-4f01cfb2]:nth-last-child(2) {
    margin-bottom: 0;
}
.home-page .public[data-v-4f01cfb2] {
    background-color: #fff;
    /* 二级导航tab */
}
.home-page .public .line-head[data-v-4f01cfb2] {
      background: #fff;
}
.home-page .public .head[data-v-4f01cfb2] {
      line-height: 1.75rem;
      text-align: left;
}
.home-page .public .head span[data-v-4f01cfb2] {
        display: inline-block;
}
.home-page .public .head .tag[data-v-4f01cfb2] {
        margin-right: .5rem;
        width: 5.5rem;
        height: 1.75rem;
        text-align: center;
        border-radius: 0 .875rem .875rem 0;
        color: #fff;
}
.home-page .public .head .hot-color[data-v-4f01cfb2] {
        background-color: #ff861b;
}
.home-page .public .head .more[data-v-4f01cfb2] {
        margin-right: 0.3rem;
        float: right;
        font-size: .75rem;
}
.home-page .public .head .more .more-text[data-v-4f01cfb2] {
          vertical-align: middle;
}
.home-page .public .head .more .iconfont[data-v-4f01cfb2] {
          vertical-align: middle;
}
.home-page .public .double[data-v-4f01cfb2] {
      padding: .75rem;
      margin-bottom: .625rem;
      background: #fff;
}
.home-page .public .double .box[data-v-4f01cfb2] {
        position: relative;
        float: left;
        width: calc((100% + 1.5rem - 2.1rem)/2);
        height: 7.5rem;
        overflow: hidden;
        border-radius: 4px;
}
.home-page .public .double .box .title[data-v-4f01cfb2] {
          position: absolute;
          left: 1rem;
          top: 1rem;
}
.home-page .public .double .box .small-tag[data-v-4f01cfb2] {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 99;
}
.home-page .public .double .box .small-tag .item[data-v-4f01cfb2] {
            margin-right: .2rem;
            margin-bottom: .2rem;
            display: inline-block;
            font-size: .75rem;
            line-height: .94rem;
            height: .94rem;
            padding: 0 .3rem;
            border-radius: 4px;
            color: #fff;
}
.home-page .public .double .box .cicle[data-v-4f01cfb2] {
          position: absolute;
          left: 2.7rem;
          top: 1.8rem;
          z-index: 99;
          width: 8.6rem;
          height: 8.6rem;
          border-radius: 4.9rem;
          overflow: hidden;
          background-color: #fff;
}
.home-page .public .double .box .inner-cicle[data-v-4f01cfb2] {
          margin: .3rem;
          width: 8rem;
          height: 8rem;
          border-radius: 4rem;
          overflow: hidden;
}
.home-page .public .double .box .inner-cicle img[data-v-4f01cfb2] {
            width: 150%;
            height: auto;
            -webkit-transform: translate(-10%, 0);
                    transform: translate(-10%, 0);
}
.home-page .public .double .bg1[data-v-4f01cfb2] {
        background-color: #ff861b;
}
.home-page .public .double .box[data-v-4f01cfb2]:nth-last-child(n+2) {
        margin-bottom: .6rem;
}
.home-page .public .double .box[data-v-4f01cfb2]:nth-child(2n+1) {
        margin-right: .6rem;
}
.home-page .public .one[data-v-4f01cfb2] {
      margin-bottom: .625rem;
      background-color: #fff;
}
.home-page .public .one .box[data-v-4f01cfb2] {
        position: relative;
        padding: .9rem .8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        border-bottom: 1px solid #c8c8cb;
}
.home-page .public .one .box[data-v-4f01cfb2]:last-child {
        border-bottom: none;
}
.home-page .public .one .avatar[data-v-4f01cfb2] {
        margin-right: 0.5rem;
        width: 6.75rem;
        height: 5.6rem;
        border-radius: 4px;
        overflow: hidden;
}
.home-page .public .one .avatar img[data-v-4f01cfb2] {
          width: 140%;
          height: auto;
          -webkit-transform: translate(-6%, -6%);
                  transform: translate(-6%, -6%);
}
.home-page .public .one .content[data-v-4f01cfb2] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: left;
}
.home-page .public .one .content .title[data-v-4f01cfb2] {
          margin-bottom: .5rem;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          color: #2c3e50;
}
.home-page .public .one .content .small-tag[data-v-4f01cfb2] {
          position: absolute;
          left: .8rem;
          top: .9rem;
          z-index: 99;
}
.home-page .public .one .content .small-tag .item[data-v-4f01cfb2] {
            margin-right: .2rem;
            margin-bottom: .2rem;
            display: inline-block;
            font-size: .75rem;
            line-height: .94rem;
            height: .94rem;
            padding: 0 .3rem;
            border-radius: 4px;
            color: #fff;
}
.home-page .public .one .content .price[data-v-4f01cfb2] {
          font-size: .75rem;
}
.home-page .public .one .content .price .label[data-v-4f01cfb2] {
            color: #2c3e50;
}
.home-page .public .one .content .price .big[data-v-4f01cfb2] {
            font-size: 1rem;
            font-weight: bold;
            color: #ff861b;
}
.home-page .public .one .content .price .start[data-v-4f01cfb2] {
            color: #2c3e50;
}
.home-page .public .tab[data-v-4f01cfb2] {
      margin: 0 .75rem;
      width: calc(100% - 1.5rem);
      line-height: 2.5rem;
      background-color: #fff;
      border-bottom: 1px solid #c8c8cb;
}
.home-page .public .tab .item[data-v-4f01cfb2] {
        border-bottom: 2px solid transparent;
}
.home-page .public .tab .active[data-v-4f01cfb2] {
        border-bottom: 2px solid #007aff;
}
.home-page .default-mask[data-v-4f01cfb2] {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 102;
    display: none;
}
.home-page .hasMask[data-v-4f01cfb2] {
    display: block;
    -webkit-animation: hasMaskAnimations-data-v-4f01cfb2 .2s ease-in-out forwards;
            animation: hasMaskAnimations-data-v-4f01cfb2 .2s ease-in-out forwards;
}
.home-page .noMask[data-v-4f01cfb2] {
    display: none;
    -webkit-animation: noMaskAnimations-data-v-4f01cfb2 .2s ease-in-out forwards;
            animation: noMaskAnimations-data-v-4f01cfb2 .2s ease-in-out forwards;
}
@-webkit-keyframes hasMaskAnimations-data-v-4f01cfb2 {
0% {
    opacity: 0;
}
50% {
    opacity: .5;
}
70% {
    opacity: .7;
}
100% {
    opacity: 1;
}
}
@keyframes hasMaskAnimations-data-v-4f01cfb2 {
0% {
    opacity: 0;
}
50% {
    opacity: .5;
}
70% {
    opacity: .7;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes noMaskAnimations-data-v-4f01cfb2 {
0% {
    opacity: 1;
}
50% {
    opacity: .7;
}
70% {
    opacity: .5;
}
100% {
    opacity: 0;
}
}
@keyframes noMaskAnimations-data-v-4f01cfb2 {
0% {
    opacity: 1;
}
50% {
    opacity: .7;
}
70% {
    opacity: .5;
}
100% {
    opacity: 0;
}
}
.home-page .side-bar[data-v-4f01cfb2] {
    position: absolute;
    right: -10rem;
    top: 0;
    width: 10rem;
    height: 100%;
    z-index: 103;
    background: #f0eff5;
    display: none;
}
.home-page .side-bar .extend-side[data-v-4f01cfb2] {
      position: absolute;
      left: -1.25rem;
      top: 1.20rem;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
}
.home-page .side-bar .right[data-v-4f01cfb2] {
      width: 10rem;
      height: 100%;
      background: #fff;
}
.home-page .side-bar .head[data-v-4f01cfb2] {
      padding-left: .625rem;
      text-align: left;
      line-height: 3.2rem;
      background-color: #007aff;
      color: #fff;
}
.home-page .side-bar .no-login[data-v-4f01cfb2] {
      padding: .625rem 0;
      border-bottom: 1px solid #c8c8cb;
}
.home-page .side-bar .no-login .iconfont[data-v-4f01cfb2] {
        font-size: 2rem;
}
.home-page .side-bar .no-login .text[data-v-4f01cfb2] {
        display: block;
        color: #2c3e50;
}
.home-page .side-bar .login[data-v-4f01cfb2] {
      padding: .625rem;
      border-bottom: 1px solid #c8c8cb;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.home-page .side-bar .login .iconfont[data-v-4f01cfb2] {
        font-size: 2rem;
        line-height: 38px;
}
.home-page .side-bar .login .user-info[data-v-4f01cfb2] {
        width: 6rem;
        text-align: left;
}
.home-page .side-bar .login .user-info .user-nick[data-v-4f01cfb2] {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.home-page .side-bar .list[data-v-4f01cfb2] {
      padding-left: .625rem;
      text-align: left;
}
.home-page .side-bar .list .item[data-v-4f01cfb2] {
        line-height: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.home-page .side-bar .list .item .iconfont[data-v-4f01cfb2] {
          vertical-align: middle;
          font-size: 1.2rem;
          width: 1.6rem;
}
.home-page .side-bar .list .item .text[data-v-4f01cfb2] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          vertical-align: middle;
          color: #2c3e50;
          font-size: .75rem;
          border-bottom: 1px solid #c8c8cb;
}
.home-page .closeSide[data-v-4f01cfb2] {
    display: none;
    -webkit-animation: animations1-data-v-4f01cfb2 .2s ease-in-out forwards;
    animation: animations1-data-v-4f01cfb2 .2s ease-in-out forwards;
}
.home-page .openSide[data-v-4f01cfb2] {
    display: block;
    -webkit-animation: animations-data-v-4f01cfb2 .2s ease-in-out forwards;
    animation: animations-data-v-4f01cfb2 .2s ease-in-out forwards;
}
@-webkit-keyframes animations-data-v-4f01cfb2 {
0% {
    -webkit-transform: translate(0rem);
    opacity: 0;
}
20% {
    -webkit-transform: translate(-1rem);
    opacity: 0;
}
50% {
    -webkit-transform: translate(-5rem);
    opacity: .5;
}
70% {
    -webkit-transform: translate(-7rem);
    opacity: .7;
}
100% {
    -webkit-transform: translate(-10rem);
    opacity: 1;
}
}
@keyframes animations-data-v-4f01cfb2 {
0% {
    -webkit-transform: translate(0rem);
            transform: translate(0rem);
    opacity: 0;
}
20% {
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem);
    opacity: 0;
}
50% {
    -webkit-transform: translate(-5rem);
            transform: translate(-5rem);
    opacity: .5;
}
70% {
    -webkit-transform: translate(-7rem);
            transform: translate(-7rem);
    opacity: .7;
}
100% {
    -webkit-transform: translate(-10rem);
            transform: translate(-10rem);
    opacity: 1;
}
}
@-webkit-keyframes animations1-data-v-4f01cfb2 {
0% {
    -webkit-transform: translate(-10rem);
    opacity: 1;
}
50% {
    -webkit-transform: translate(-7rem);
    opacity: .7;
}
70% {
    -webkit-transform: translate(-5rem);
    opacity: .5;
}
100% {
    -webkit-transform: translate(0rem);
    opacity: 0;
}
}
@keyframes animations1-data-v-4f01cfb2 {
0% {
    -webkit-transform: translate(-10rem);
            transform: translate(-10rem);
    opacity: 1;
}
50% {
    -webkit-transform: translate(-7rem);
            transform: translate(-7rem);
    opacity: .7;
}
70% {
    -webkit-transform: translate(-5rem);
            transform: translate(-5rem);
    opacity: .5;
}
100% {
    -webkit-transform: translate(0rem);
            transform: translate(0rem);
    opacity: 0;
}
}
.home-page .search[data-v-4f01cfb2] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    width: calc(100% - .8rem);
    padding: .6rem .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
}
.home-page .search .choic[data-v-4f01cfb2] {
      width: 4.2rem;
      margin-right: .7rem;
}
.home-page .search .choic .iconfont[data-v-4f01cfb2] {
        font-size: 1rem;
        color: #c8c8cd;
}
.home-page .search .city[data-v-4f01cfb2] {
      font-size: 1rem;
      margin-right: .4rem;
}
.home-page .search .search-form[data-v-4f01cfb2] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative;
}
.home-page .search .extend[data-v-4f01cfb2] {
      padding-left: .625rem;
}
.home-page .search .pc-extend[data-v-4f01cfb2] {
      padding-left: .625rem;
      color: #ff861b;
}
.home-page .search .search-input[data-v-4f01cfb2] {
      width: 100%;
      padding-left: 2rem;
      font-size: 1rem;
      display: inline-block;
      height: 2rem;
      border: 1px solid #c8c8cb;
      border-radius: 1rem;
      background-color: #f0eff5;
}
.home-page .search .searchInputing[data-v-4f01cfb2] {
      background-color: transparent;
}
.home-page .search .icon-search[data-v-4f01cfb2] {
      position: absolute;
      left: .8rem;
      top: 0;
      color: #c8c8cb;
}
.home-page .search .icon-clear[data-v-4f01cfb2] {
      position: absolute;
      right: .8rem;
      top: 0;
      color: #c8c8cb;
}
.home-page .shopSearch[data-v-4f01cfb2] {
    position: relative;
}
.home-page .banner[data-v-4f01cfb2] {
    width: 100%;
    height: 8.8rem;
    overflow: hidden;
}
.home-page .banner .ad-pic[data-v-4f01cfb2] {
      width: 100%;
}
.home-page .one-ad-banner[data-v-4f01cfb2] {
    width: 100%;
    height: 8.8rem;
    overflow: hidden;
}
.home-page .one-ad-banner .ad-pic[data-v-4f01cfb2] {
      width: 100%;
}
.home-page .nav[data-v-4f01cfb2] {
    margin-bottom: .625rem;
    width: 100%;
    background-color: #fff;
}
.home-page .nav .nav-box .item[data-v-4f01cfb2] {
      margin-bottom: 1.1rem;
      width: 20%;
      float: left;
      text-align: center;
}
.home-page .nav .nav-box .item .icon-bg[data-v-4f01cfb2] {
        margin: 0 auto;
        width: 3rem;
        height: 3rem;
        border-radius: 48%;
}
.home-page .nav .nav-box .item .icon-bg img[data-v-4f01cfb2] {
          width: 100%;
}
.home-page .nav .nav-box[data-v-4f01cfb2]:nth-child(1) {
      padding: 1.3rem 0 0;
}
.home-page .nav .nav-box[data-v-4f01cfb2]:nth-child(2) {
      padding: 1.1rem 0 2.6rem;
}
.home-page .inner .box[data-v-4f01cfb2] {
    height: auto !important;
    background: transparent !important;
}
.home-page .inner .box .pic[data-v-4f01cfb2] {
      margin-bottom: .5rem;
      max-height: 7.5rem;
      overflow: hidden;
      border-radius: .2rem;
}
.home-page .inner .box .pic img[data-v-4f01cfb2] {
        width: 100%;
        height: 7.5rem;
        -o-object-fit: cover;
           object-fit: cover;
}
.home-page .inner .box .title1[data-v-4f01cfb2] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-align: left;
      color: #2c3e50;
}
.home-page .inner .box .price1[data-v-4f01cfb2] {
      font-size: .75rem;
      color: #ff861b;
      text-align: left;
      vertical-align: middle;
}
.home-page .inner .box .price1 .label[data-v-4f01cfb2] {
        color: #2c3e50;
}
.home-page .inner .box .price1 .big[data-v-4f01cfb2] {
        font-size: 1rem;
        font-weight: bold;
        color: #ff861b;
}
.home-page .inner .box .price1 .start[data-v-4f01cfb2] {
        color: #2c3e50;
}
.home-page .bottom-nav[data-v-4f01cfb2] {
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-top: 1px solid #c8c8cb;
    background-color: #fff;
}
.home-page .bottom-nav .active[data-v-4f01cfb2] {
      color: #05d5ae;
}
.home-page .bottom-nav .tab[data-v-4f01cfb2] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      justify-items: center;
}
.home-page .bottom-nav .iconfont[data-v-4f01cfb2] {
      margin: .2rem 0;
      font-size: 1.4rem;
}
.home-page .bottom-nav .text[data-v-4f01cfb2] {
      line-height: 1rem;
      margin-bottom: .2rem;
}
/* 店铺模式 */
.shopHome[data-v-4f01cfb2] {
  padding: 0 0 2.8rem;
}
.shopHome .default-mask[data-v-4f01cfb2] {
    top: 8.2rem;
}
.shopHome .side-bar[data-v-4f01cfb2] {
    top: 8.2rem;
}
.shopHome .search[data-v-4f01cfb2] {
    position: relative;
}
.scroll[data-v-4f01cfb2] {
  height: 100%;
  overflow: hidden;
}
.custom-icon[data-v-4f01cfb2] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem;
}

@charset "UTF-8";
.order-list[data-v-77c94f5e] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-77c94f5e] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-77c94f5e] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-77c94f5e] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-77c94f5e] {
    font-style: normal;
}
.order-list .list[data-v-77c94f5e] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-77c94f5e] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-77c94f5e] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-77c94f5e] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-77c94f5e] {
      margin: 2px 0;
}
.order .hd .status[data-v-77c94f5e] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-77c94f5e] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-77c94f5e] {
      background: #999;
}
.order .hd .statu-blue[data-v-77c94f5e] {
      background: #007aff;
}
.order .hd .end-time[data-v-77c94f5e] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-77c94f5e] {
        color: #f16b6b;
}
.order .bd[data-v-77c94f5e] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-77c94f5e] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-77c94f5e] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-77c94f5e] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-77c94f5e] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-77c94f5e] {
          padding-left: .313rem;
}
.order .bd .status[data-v-77c94f5e] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-77c94f5e] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-77c94f5e] {
      background: #999;
}
.order .bd .statu-blue[data-v-77c94f5e] {
      background: #007aff;
}
.order .ft[data-v-77c94f5e] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-77c94f5e] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-77c94f5e] {
      font-size: .8rem;
}
.order .ft .fl[data-v-77c94f5e] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-77c94f5e] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-77c94f5e] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-77c94f5e] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-77c94f5e] {
    display: none !important;
}
.order .fl[data-v-77c94f5e] {
    text-align: left;
}
.order .fr[data-v-77c94f5e] {
    text-align: right;
}
.order .light-gray[data-v-77c94f5e] {
    color: #999;
}
.order .light-gray span[data-v-77c94f5e] {
      color: #353535;
}
.order .order-title[data-v-77c94f5e] {
    text-align: left;
}
.order .title-wrapper[data-v-77c94f5e] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-77c94f5e] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-77c94f5e] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-77c94f5e] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-77c94f5e] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-77c94f5e] {
  height: 4rem;
}
.page-infinite-nodata[data-v-77c94f5e] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-77c94f5e] {
  height: 100%;
}
.scroll-box[data-v-77c94f5e] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-77c94f5e] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-77c94f5e] {
  font-size: .875rem;
}
.none-border-bottom[data-v-77c94f5e] {
  border-bottom: none !important;
}
.section[data-v-77c94f5e] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-77c94f5e] {
    color: #2c3e50;
}
.section .item[data-v-77c94f5e] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-77c94f5e] {
      font-size: .875rem;
}
.section .item .reload span[data-v-77c94f5e] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-77c94f5e] {
      vertical-align: middle;
}
.section .item .reload label[data-v-77c94f5e] {
      height: 2.4rem;
}
.section .head .title[data-v-77c94f5e] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-77c94f5e]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-77c94f5e] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-77c94f5e] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-77c94f5e] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-77c94f5e] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-77c94f5e] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-77c94f5e] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-77c94f5e], .bill-detail-mask .inline .content-text[data-v-77c94f5e] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-77c94f5e] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-77c94f5e] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-77c94f5e] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-77c94f5e] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-77c94f5e] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-77c94f5e] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-77c94f5e] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-77c94f5e] {
  z-index: 2;
}
.bill-content[data-v-77c94f5e], .order-sum[data-v-77c94f5e] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-77c94f5e] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-77c94f5e] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-77c94f5e]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-77c94f5e] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-77c94f5e] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-77c94f5e] {
  background-color: #fe3c2e;
}
.lijian[data-v-77c94f5e] {
  background-color: #ff861b;
}
.zaoniao[data-v-77c94f5e] {
  background-color: #cb3ff3;
}
.maimian[data-v-77c94f5e] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-77c94f5e] {
  background-color: #4cd864;
}
.youhuiquan[data-v-77c94f5e] {
  background-color: #007aff;
}
.jifen[data-v-77c94f5e] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-77c94f5e], .line-list-page .mdDevice[data-v-77c94f5e], .line-detail .mdDevice[data-v-77c94f5e] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-77c94f5e] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-77c94f5e] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.more-loading[data-v-77c94f5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  color: #999;
}
.loading-box[data-v-77c94f5e] {
  height: 60px;
}
.loading-text[data-v-77c94f5e] {
  line-height: 2rem;
}

@charset "UTF-8";
.order-list[data-v-41acaa7f] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-41acaa7f] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-41acaa7f] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-41acaa7f] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-41acaa7f] {
    font-style: normal;
}
.order-list .list[data-v-41acaa7f] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-41acaa7f] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-41acaa7f] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-41acaa7f] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-41acaa7f] {
      margin: 2px 0;
}
.order .hd .status[data-v-41acaa7f] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-41acaa7f] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-41acaa7f] {
      background: #999;
}
.order .hd .statu-blue[data-v-41acaa7f] {
      background: #007aff;
}
.order .hd .end-time[data-v-41acaa7f] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-41acaa7f] {
        color: #f16b6b;
}
.order .bd[data-v-41acaa7f] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-41acaa7f] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-41acaa7f] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-41acaa7f] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-41acaa7f] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-41acaa7f] {
          padding-left: .313rem;
}
.order .bd .status[data-v-41acaa7f] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-41acaa7f] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-41acaa7f] {
      background: #999;
}
.order .bd .statu-blue[data-v-41acaa7f] {
      background: #007aff;
}
.order .ft[data-v-41acaa7f] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-41acaa7f] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-41acaa7f] {
      font-size: .8rem;
}
.order .ft .fl[data-v-41acaa7f] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-41acaa7f] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-41acaa7f] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-41acaa7f] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-41acaa7f] {
    display: none !important;
}
.order .fl[data-v-41acaa7f] {
    text-align: left;
}
.order .fr[data-v-41acaa7f] {
    text-align: right;
}
.order .light-gray[data-v-41acaa7f] {
    color: #999;
}
.order .light-gray span[data-v-41acaa7f] {
      color: #353535;
}
.order .order-title[data-v-41acaa7f] {
    text-align: left;
}
.order .title-wrapper[data-v-41acaa7f] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-41acaa7f] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-41acaa7f] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-41acaa7f] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-41acaa7f] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-41acaa7f] {
  height: 4rem;
}
.page-infinite-nodata[data-v-41acaa7f] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-41acaa7f] {
  height: 100%;
}
.scroll-box[data-v-41acaa7f] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-41acaa7f] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-41acaa7f] {
  font-size: .875rem;
}
.none-border-bottom[data-v-41acaa7f] {
  border-bottom: none !important;
}
.section[data-v-41acaa7f] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-41acaa7f] {
    color: #2c3e50;
}
.section .item[data-v-41acaa7f] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-41acaa7f] {
      font-size: .875rem;
}
.section .item .reload span[data-v-41acaa7f] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-41acaa7f] {
      vertical-align: middle;
}
.section .item .reload label[data-v-41acaa7f] {
      height: 2.4rem;
}
.section .head .title[data-v-41acaa7f] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-41acaa7f]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-41acaa7f] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-41acaa7f] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-41acaa7f] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-41acaa7f] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-41acaa7f] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-41acaa7f] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-41acaa7f], .bill-detail-mask .inline .content-text[data-v-41acaa7f] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-41acaa7f] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-41acaa7f] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-41acaa7f] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-41acaa7f] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-41acaa7f] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-41acaa7f] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-41acaa7f] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-41acaa7f] {
  z-index: 2;
}
.bill-content[data-v-41acaa7f], .order-sum[data-v-41acaa7f] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-41acaa7f] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-41acaa7f] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-41acaa7f]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-41acaa7f] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-41acaa7f] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-41acaa7f] {
  background-color: #fe3c2e;
}
.lijian[data-v-41acaa7f] {
  background-color: #ff861b;
}
.zaoniao[data-v-41acaa7f] {
  background-color: #cb3ff3;
}
.maimian[data-v-41acaa7f] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-41acaa7f] {
  background-color: #4cd864;
}
.youhuiquan[data-v-41acaa7f] {
  background-color: #007aff;
}
.jifen[data-v-41acaa7f] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-41acaa7f], .line-list-page .mdDevice[data-v-41acaa7f], .line-detail .mdDevice[data-v-41acaa7f] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-41acaa7f] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-41acaa7f] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.nodate-loading[data-v-41acaa7f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  color: #999;
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;-o-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top,.2s -webkit-transform;transition:.2s transform,.2s top,.2s -webkit-transform}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;-o-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left,.2s -webkit-transform;transition:.2s transform,.2s left,.2s -webkit-transform}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;-o-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right,.2s -webkit-transform;transition:.2s transform,.2s right,.2s -webkit-transform}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
@charset "UTF-8";
.order-list[data-v-08507fb6] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-08507fb6] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-08507fb6] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-08507fb6] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-08507fb6] {
    font-style: normal;
}
.order-list .list[data-v-08507fb6] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-08507fb6] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-08507fb6] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-08507fb6] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-08507fb6] {
      margin: 2px 0;
}
.order .hd .status[data-v-08507fb6] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-08507fb6] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-08507fb6] {
      background: #999;
}
.order .hd .statu-blue[data-v-08507fb6] {
      background: #007aff;
}
.order .hd .end-time[data-v-08507fb6] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-08507fb6] {
        color: #f16b6b;
}
.order .bd[data-v-08507fb6] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-08507fb6] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-08507fb6] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-08507fb6] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-08507fb6] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-08507fb6] {
          padding-left: .313rem;
}
.order .bd .status[data-v-08507fb6] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-08507fb6] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-08507fb6] {
      background: #999;
}
.order .bd .statu-blue[data-v-08507fb6] {
      background: #007aff;
}
.order .ft[data-v-08507fb6] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-08507fb6] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-08507fb6] {
      font-size: .8rem;
}
.order .ft .fl[data-v-08507fb6] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-08507fb6] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-08507fb6] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-08507fb6] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-08507fb6] {
    display: none !important;
}
.order .fl[data-v-08507fb6] {
    text-align: left;
}
.order .fr[data-v-08507fb6] {
    text-align: right;
}
.order .light-gray[data-v-08507fb6] {
    color: #999;
}
.order .light-gray span[data-v-08507fb6] {
      color: #353535;
}
.order .order-title[data-v-08507fb6] {
    text-align: left;
}
.order .title-wrapper[data-v-08507fb6] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-08507fb6] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-08507fb6] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-08507fb6] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-08507fb6] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-08507fb6] {
  height: 4rem;
}
.page-infinite-nodata[data-v-08507fb6] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-08507fb6] {
  height: 100%;
}
.scroll-box[data-v-08507fb6] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-08507fb6] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-08507fb6] {
  font-size: .875rem;
}
.none-border-bottom[data-v-08507fb6] {
  border-bottom: none !important;
}
.section[data-v-08507fb6] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-08507fb6] {
    color: #2c3e50;
}
.section .item[data-v-08507fb6] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-08507fb6] {
      font-size: .875rem;
}
.section .item .reload span[data-v-08507fb6] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-08507fb6] {
      vertical-align: middle;
}
.section .item .reload label[data-v-08507fb6] {
      height: 2.4rem;
}
.section .head .title[data-v-08507fb6] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-08507fb6]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-08507fb6] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-08507fb6] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-08507fb6] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-08507fb6] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-08507fb6] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-08507fb6] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-08507fb6], .bill-detail-mask .inline .content-text[data-v-08507fb6] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-08507fb6] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-08507fb6] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-08507fb6] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-08507fb6] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-08507fb6] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-08507fb6] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-08507fb6] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-08507fb6] {
  z-index: 2;
}
.bill-content[data-v-08507fb6], .order-sum[data-v-08507fb6] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-08507fb6] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-08507fb6] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-08507fb6]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-08507fb6] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-08507fb6] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-08507fb6] {
  background-color: #fe3c2e;
}
.lijian[data-v-08507fb6] {
  background-color: #ff861b;
}
.zaoniao[data-v-08507fb6] {
  background-color: #cb3ff3;
}
.maimian[data-v-08507fb6] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-08507fb6] {
  background-color: #4cd864;
}
.youhuiquan[data-v-08507fb6] {
  background-color: #007aff;
}
.jifen[data-v-08507fb6] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-08507fb6], .line-list-page .mdDevice[data-v-08507fb6], .line-detail .mdDevice[data-v-08507fb6] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-08507fb6] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-08507fb6] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.shop-banner-component[data-v-08507fb6] {
  width: 100%;
  position: relative;
  /* 布局 */
  /* 分享图层 */
}
.shop-banner-component .content[data-v-08507fb6] {
    height: 8.125rem;
    overflow: hidden;
}
.shop-banner-component .box[data-v-08507fb6] {
    width: 100%;
    height: 8.125rem;
}
.shop-banner-component .banner-pic[data-v-08507fb6] {
    width: 100%;
}
.shop-banner-component .box[data-v-08507fb6] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: justify;
        align-content: space-between;
}
.shop-banner-component .head[data-v-08507fb6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.shop-banner-component .head .shop-avatar[data-v-08507fb6] {
      margin: 1.25rem;
      width: 4rem;
      height: 4rem;
      border-radius: 2rem;
      overflow: hidden;
      -webkit-box-shadow: 1px 3px 20px 0px #dedede;
              box-shadow: 1px 3px 20px 0px #dedede;
}
.shop-banner-component .head .avatar-pic[data-v-08507fb6] {
      width: 100%;
}
.shop-banner-component .head .info[data-v-08507fb6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 1.25rem 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: left;
      font-size: .75rem;
      font-weight: bold;
      line-height: 1.2rem;
      color: #fff;
}
.shop-banner-component .tabs[data-v-08507fb6] {
    width: 100%;
    display: table;
    line-height: 1.8rem;
    height: 1.8rem;
    background: rgba(0, 0, 0, 0.36);
}
.shop-banner-component .tabs .item[data-v-08507fb6] {
      display: table-cell;
      border-right: 2px solid #fff;
      color: #fff;
      font-size: .75rem;
      vertical-align: middle;
}
.shop-banner-component .tabs .item a[data-v-08507fb6] {
        color: #fff;
}
.shop-banner-component .tabs .item .iconfont[data-v-08507fb6] {
        vertical-align: middle;
        font-size: 1rem;
        font-weight: bold;
}
.shop-banner-component .tabs .item .text[data-v-08507fb6] {
        vertical-align: middle;
}
.shop-banner-component .tabs .item[data-v-08507fb6]:last-child {
      border-right: none;
}
.shop-banner-component .share-shop[data-v-08507fb6], .shop-banner-component .apply-shop[data-v-08507fb6] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 104;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 700px;
}
.shop-banner-component .share-shop img[data-v-08507fb6], .shop-banner-component .apply-shop img[data-v-08507fb6] {
      width: 100%;
      height: auto;
}
.shop-banner-component .share-shop .iconfont[data-v-08507fb6], .shop-banner-component .apply-shop .iconfont[data-v-08507fb6] {
      margin: .625rem 0 0 .625rem;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 2rem;
      color: red;
      font-weight: bold;
}

@charset "UTF-8";
.order-list[data-v-675a3316] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-675a3316] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-675a3316] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-675a3316] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-675a3316] {
    font-style: normal;
}
.order-list .list[data-v-675a3316] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-675a3316] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-675a3316] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-675a3316] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-675a3316] {
      margin: 2px 0;
}
.order .hd .status[data-v-675a3316] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-675a3316] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-675a3316] {
      background: #999;
}
.order .hd .statu-blue[data-v-675a3316] {
      background: #007aff;
}
.order .hd .end-time[data-v-675a3316] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-675a3316] {
        color: #f16b6b;
}
.order .bd[data-v-675a3316] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-675a3316] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-675a3316] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-675a3316] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-675a3316] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-675a3316] {
          padding-left: .313rem;
}
.order .bd .status[data-v-675a3316] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-675a3316] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-675a3316] {
      background: #999;
}
.order .bd .statu-blue[data-v-675a3316] {
      background: #007aff;
}
.order .ft[data-v-675a3316] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-675a3316] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-675a3316] {
      font-size: .8rem;
}
.order .ft .fl[data-v-675a3316] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-675a3316] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-675a3316] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-675a3316] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-675a3316] {
    display: none !important;
}
.order .fl[data-v-675a3316] {
    text-align: left;
}
.order .fr[data-v-675a3316] {
    text-align: right;
}
.order .light-gray[data-v-675a3316] {
    color: #999;
}
.order .light-gray span[data-v-675a3316] {
      color: #353535;
}
.order .order-title[data-v-675a3316] {
    text-align: left;
}
.order .title-wrapper[data-v-675a3316] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-675a3316] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-675a3316] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-675a3316] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-675a3316] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-675a3316] {
  height: 4rem;
}
.page-infinite-nodata[data-v-675a3316] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-675a3316] {
  height: 100%;
}
.scroll-box[data-v-675a3316] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-675a3316] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-675a3316] {
  font-size: .875rem;
}
.none-border-bottom[data-v-675a3316] {
  border-bottom: none !important;
}
.section[data-v-675a3316] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-675a3316] {
    color: #2c3e50;
}
.section .item[data-v-675a3316] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-675a3316] {
      font-size: .875rem;
}
.section .item .reload span[data-v-675a3316] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-675a3316] {
      vertical-align: middle;
}
.section .item .reload label[data-v-675a3316] {
      height: 2.4rem;
}
.section .head .title[data-v-675a3316] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-675a3316]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-675a3316] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-675a3316] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-675a3316] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-675a3316] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-675a3316] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-675a3316] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-675a3316], .bill-detail-mask .inline .content-text[data-v-675a3316] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-675a3316] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-675a3316] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-675a3316] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-675a3316] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-675a3316] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-675a3316] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-675a3316] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-675a3316] {
  z-index: 2;
}
.bill-content[data-v-675a3316], .order-sum[data-v-675a3316] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-675a3316] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-675a3316] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-675a3316]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-675a3316] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-675a3316] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-675a3316] {
  background-color: #fe3c2e;
}
.lijian[data-v-675a3316] {
  background-color: #ff861b;
}
.zaoniao[data-v-675a3316] {
  background-color: #cb3ff3;
}
.maimian[data-v-675a3316] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-675a3316] {
  background-color: #4cd864;
}
.youhuiquan[data-v-675a3316] {
  background-color: #007aff;
}
.jifen[data-v-675a3316] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-675a3316], .line-list-page .mdDevice[data-v-675a3316], .line-detail .mdDevice[data-v-675a3316] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-675a3316] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-675a3316] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.shop-phone-component[data-v-675a3316] {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.shop-phone-component .phone-info[data-v-675a3316] {
    padding-left: .625rem;
    font-size: .75rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    background-color: #c8c8cd;
    line-height: 1.3rem;
}
.shop-phone-component .phone-button[data-v-675a3316] {
    width: 8rem;
    text-align: center;
    line-height: 2.6rem;
    background-color: #007aff;
    color: #fff;
}
.shop-phone-component .phone-button .text[data-v-675a3316] {
      color: #fff;
}

@charset "UTF-8";
.order-list[data-v-247e2885] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-247e2885] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-247e2885] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-247e2885] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-247e2885] {
    font-style: normal;
}
.order-list .list[data-v-247e2885] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-247e2885] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-247e2885] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-247e2885] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-247e2885] {
      margin: 2px 0;
}
.order .hd .status[data-v-247e2885] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-247e2885] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-247e2885] {
      background: #999;
}
.order .hd .statu-blue[data-v-247e2885] {
      background: #007aff;
}
.order .hd .end-time[data-v-247e2885] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-247e2885] {
        color: #f16b6b;
}
.order .bd[data-v-247e2885] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-247e2885] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-247e2885] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-247e2885] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-247e2885] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-247e2885] {
          padding-left: .313rem;
}
.order .bd .status[data-v-247e2885] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-247e2885] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-247e2885] {
      background: #999;
}
.order .bd .statu-blue[data-v-247e2885] {
      background: #007aff;
}
.order .ft[data-v-247e2885] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-247e2885] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-247e2885] {
      font-size: .8rem;
}
.order .ft .fl[data-v-247e2885] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-247e2885] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-247e2885] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-247e2885] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-247e2885] {
    display: none !important;
}
.order .fl[data-v-247e2885] {
    text-align: left;
}
.order .fr[data-v-247e2885] {
    text-align: right;
}
.order .light-gray[data-v-247e2885] {
    color: #999;
}
.order .light-gray span[data-v-247e2885] {
      color: #353535;
}
.order .order-title[data-v-247e2885] {
    text-align: left;
}
.order .title-wrapper[data-v-247e2885] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-247e2885] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-247e2885] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-247e2885] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-247e2885] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-247e2885] {
  height: 4rem;
}
.page-infinite-nodata[data-v-247e2885] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-247e2885] {
  height: 100%;
}
.scroll-box[data-v-247e2885] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-247e2885] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-247e2885] {
  font-size: .875rem;
}
.none-border-bottom[data-v-247e2885] {
  border-bottom: none !important;
}
.section[data-v-247e2885] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-247e2885] {
    color: #2c3e50;
}
.section .item[data-v-247e2885] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-247e2885] {
      font-size: .875rem;
}
.section .item .reload span[data-v-247e2885] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-247e2885] {
      vertical-align: middle;
}
.section .item .reload label[data-v-247e2885] {
      height: 2.4rem;
}
.section .head .title[data-v-247e2885] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-247e2885]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-247e2885] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-247e2885] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-247e2885] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-247e2885] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-247e2885] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-247e2885] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-247e2885], .bill-detail-mask .inline .content-text[data-v-247e2885] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-247e2885] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-247e2885] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-247e2885] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-247e2885] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-247e2885] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-247e2885] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-247e2885] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-247e2885] {
  z-index: 2;
}
.bill-content[data-v-247e2885], .order-sum[data-v-247e2885] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-247e2885] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-247e2885] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-247e2885]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-247e2885] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-247e2885] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-247e2885] {
  background-color: #fe3c2e;
}
.lijian[data-v-247e2885] {
  background-color: #ff861b;
}
.zaoniao[data-v-247e2885] {
  background-color: #cb3ff3;
}
.maimian[data-v-247e2885] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-247e2885] {
  background-color: #4cd864;
}
.youhuiquan[data-v-247e2885] {
  background-color: #007aff;
}
.jifen[data-v-247e2885] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-247e2885], .line-list-page .mdDevice[data-v-247e2885], .line-detail .mdDevice[data-v-247e2885] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-247e2885] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-247e2885] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.line-list-page[data-v-247e2885] {
  padding-top: 6.25rem;
}
.line-list-page .search-wrapper[data-v-247e2885] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
}
.line-list-page .search[data-v-247e2885] {
    padding: .6rem .4rem;
    height: 2rem;
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
}
.line-list-page .search .iconfont[data-v-247e2885] {
      color: #c8c8cb;
}
.line-list-page .search .left[data-v-247e2885], .line-list-page .search .right[data-v-247e2885] {
      width: 1.875rem;
      text-align: left;
}
.line-list-page .search .left .iconfont[data-v-247e2885], .line-list-page .search .right .iconfont[data-v-247e2885] {
        color: #000000;
}
.line-list-page .search .right[data-v-247e2885] {
      text-align: right;
}
.line-list-page .search-box[data-v-247e2885] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    color: #000000;
}
.line-list-page .city-choice[data-v-247e2885] {
    width: 4.5rem;
    font-size: .875rem;
    border-radius: .93rem 0 0 .93rem;
    color: #39abfe;
    border: 1px solid #c8c8cb;
    border-right: none;
    background-color: #f0eff5;
}
.line-list-page .city-choice .iconfont[data-v-247e2885] {
      color: #39abfe;
}
.line-list-page .search-form[data-v-247e2885] {
    width: 70%;
    border-radius: 0 .93rem .93rem 0;
}
.line-list-page .search-input[data-v-247e2885] {
    padding: 0 .6rem;
    width: 100%;
    height: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    border: 1px solid #c8c8cb;
    border-left: none;
    border-radius: 0 .93rem .93rem 0;
    background-color: #f0eff5;
}
.line-list-page .search-form[data-v-247e2885] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #f0eff5;
}
.line-list-page .search-content[data-v-247e2885] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.line-list-page .city-choice-wrapper[data-v-247e2885] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: .9rem;
    line-height: .9rem;
    margin: .5rem 0;
    padding: 0 .8rem;
    border-right: 1px solid #2c3e50;
}
.line-list-page .cancle[data-v-247e2885] {
    position: absolute;
    right: .8rem;
    top: 0;
    color: #c8c8cb;
    z-index: 100;
}
.line-list-page .icon-search3[data-v-247e2885] {
    z-index: 0;
}
.line-list-page .filter .iconfont[data-v-247e2885] {
    font-size: 1.25rem;
}
.line-list-page .page-infinite-wrapper[data-v-247e2885] {
    margin-top: 5.5rem;
}
.line-list-page .filter-scroll[data-v-247e2885] {
    margin: 0 .75rem;
    width: calc(100% - 1.5rem);
    background-color: #fff;
    border-bottom: 1px solid #f0eff5;
}
.line-list-page .filter-scroll .swiper-slide[data-v-247e2885] {
      font-size: 1rem;
      line-height: 2.125rem;
      height: 2.125rem;
}
.line-list-page .filter-scroll .selected[data-v-247e2885] {
      color: #39abfe;
      border-bottom: 2px solid #39abfe;
}
.line-list-page .lines .line[data-v-247e2885] {
    padding: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 5rem;
    font-size: .75rem;
    border-top: 1px solid #f0eff5;
}
.line-list-page .lines .line[data-v-247e2885]:first-child {
    border-top: none;
}
.line-list-page .lines .line[data-v-247e2885]:last-child {
    border-bottom: 1px solid #f0eff5;
}
.line-list-page .lines .avator[data-v-247e2885] {
    width: 6.125rem;
    height: 5rem;
    margin-right: .625rem;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.line-list-page .lines .avator .pic[data-v-247e2885] {
      border-radius: 4px;
}
.line-list-page .lines .avator .tag-pic[data-v-247e2885] {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      padding: 0 .2rem;
      background-color: #ff861b;
      color: white;
      border-radius: 4px 0 6px 0;
}
.line-list-page .lines .avator .recommend[data-v-247e2885] {
      background-color: #39abfe;
}
.line-list-page .lines .avator .hot[data-v-247e2885] {
      background-color: #fe3c2e;
}
.line-list-page .lines .avator .hotPoint[data-v-247e2885] {
      background-color: #ff861b;
}
.line-list-page .lines .avator .special[data-v-247e2885] {
      background-color: #cb3ff3;
}
.line-list-page .lines .avator .well[data-v-247e2885] {
      background-color: #007aff;
}
.line-list-page .lines .avator .first[data-v-247e2885] {
      background-color: #05d5ae;
}
.line-list-page .lines .avator .bottom-banner[data-v-247e2885] {
      position: absolute;
      bottom: 0;
      width: 100%;
      font-size: .75rem;
      line-height: .94rem;
      height: .94rem;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      border-radius: 0 0 4px 4px;
}
.line-list-page .lines .content[data-v-247e2885] {
    width: calc(100% - 98px);
    position: relative;
    text-align: left;
}
.line-list-page .lines .content .title[data-v-247e2885] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-size: .875rem;
      color: #000000;
}
.line-list-page .lines .content .line-content[data-v-247e2885] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.line-list-page .lines .content .line-content .left[data-v-247e2885] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.line-list-page .lines .content .line-content .left .hot-tag[data-v-247e2885] {
          height: 1.3rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.line-list-page .lines .content .line-content .left .plan[data-v-247e2885] {
          line-height: 1.3rem;
          height: 1.3rem;
}
.line-list-page .lines .content .line-content .right[data-v-247e2885] {
        width: 5.5rem;
}
.line-list-page .lines .tag-item[data-v-247e2885] {
    color: #fff;
    margin: .1rem .2rem .1rem 0;
    padding: 0 .2rem;
    border-radius: 2px;
    line-height: .94rem;
    height: .94rem;
    background-color: orange;
}
.line-list-page .lines .plan[data-v-247e2885] {
    color: #8e8e93;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.line-list-page .lines .plan-icon[data-v-247e2885] {
    font-size: .875rem;
}
.line-list-page .lines .days[data-v-247e2885] {
    text-align: right;
    color: #8e8e93;
}
.line-list-page .lines .pic[data-v-247e2885] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.line-list-page .lines .right .label[data-v-247e2885], .line-list-page .lines .right .price-start[data-v-247e2885] {
    font-size: .625rem;
    color: #8e8e93;
}
.line-list-page .lines .right .price-content[data-v-247e2885] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.line-list-page .lines .right .price-content .price-text[data-v-247e2885] {
      line-height: 1.3rem;
}
.line-list-page .lines .right .price-content .price-text span[data-v-247e2885] {
        vertical-align: top;
}
.line-list-page .lines .right .monney-tag[data-v-247e2885], .line-list-page .lines .right .price-start[data-v-247e2885] {
    display: inline-block;
    font-size: .625rem;
    color: #ff861b;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
.line-list-page .lines .right .price-start[data-v-247e2885] {
    color: #8e8e93;
}
.line-list-page .lines .right .monney-text[data-v-247e2885] {
    display: inline-block;
    font-size: .625rem;
    font-weight: bold;
    color: #ff861b;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.line-list-page .no-data[data-v-247e2885] {
    line-height: 4rem;
}
/* 店铺模式 */
.shop-line-list[data-v-247e2885] {
  padding-top: 0;
}
.shop-line-list .search-wrapper[data-v-247e2885] {
    position: relative;
}
.shop-line-list .page-infinite-wrapper[data-v-247e2885] {
    margin-top: 0;
}

@charset "UTF-8";
.order-list[data-v-67c6f823] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-67c6f823] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-67c6f823] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-67c6f823] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-67c6f823] {
    font-style: normal;
}
.order-list .list[data-v-67c6f823] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-67c6f823] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-67c6f823] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-67c6f823] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-67c6f823] {
      margin: 2px 0;
}
.order .hd .status[data-v-67c6f823] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-67c6f823] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-67c6f823] {
      background: #999;
}
.order .hd .statu-blue[data-v-67c6f823] {
      background: #007aff;
}
.order .hd .end-time[data-v-67c6f823] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-67c6f823] {
        color: #f16b6b;
}
.order .bd[data-v-67c6f823] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-67c6f823] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-67c6f823] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-67c6f823] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-67c6f823] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-67c6f823] {
          padding-left: .313rem;
}
.order .bd .status[data-v-67c6f823] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-67c6f823] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-67c6f823] {
      background: #999;
}
.order .bd .statu-blue[data-v-67c6f823] {
      background: #007aff;
}
.order .ft[data-v-67c6f823] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-67c6f823] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-67c6f823] {
      font-size: .8rem;
}
.order .ft .fl[data-v-67c6f823] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-67c6f823] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-67c6f823] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-67c6f823] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-67c6f823] {
    display: none !important;
}
.order .fl[data-v-67c6f823] {
    text-align: left;
}
.order .fr[data-v-67c6f823] {
    text-align: right;
}
.order .light-gray[data-v-67c6f823] {
    color: #999;
}
.order .light-gray span[data-v-67c6f823] {
      color: #353535;
}
.order .order-title[data-v-67c6f823] {
    text-align: left;
}
.order .title-wrapper[data-v-67c6f823] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-67c6f823] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-67c6f823] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-67c6f823] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-67c6f823] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-67c6f823] {
  height: 4rem;
}
.page-infinite-nodata[data-v-67c6f823] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-67c6f823] {
  height: 100%;
}
.scroll-box[data-v-67c6f823] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-67c6f823] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-67c6f823] {
  font-size: .875rem;
}
.none-border-bottom[data-v-67c6f823] {
  border-bottom: none !important;
}
.section[data-v-67c6f823] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-67c6f823] {
    color: #2c3e50;
}
.section .item[data-v-67c6f823] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-67c6f823] {
      font-size: .875rem;
}
.section .item .reload span[data-v-67c6f823] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-67c6f823] {
      vertical-align: middle;
}
.section .item .reload label[data-v-67c6f823] {
      height: 2.4rem;
}
.section .head .title[data-v-67c6f823] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-67c6f823]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-67c6f823] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-67c6f823] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-67c6f823] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-67c6f823] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-67c6f823] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-67c6f823] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-67c6f823], .bill-detail-mask .inline .content-text[data-v-67c6f823] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-67c6f823] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-67c6f823] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-67c6f823] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-67c6f823] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-67c6f823] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-67c6f823] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-67c6f823] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-67c6f823] {
  z-index: 2;
}
.bill-content[data-v-67c6f823], .order-sum[data-v-67c6f823] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-67c6f823] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-67c6f823] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-67c6f823]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-67c6f823] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-67c6f823] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-67c6f823] {
  background-color: #fe3c2e;
}
.lijian[data-v-67c6f823] {
  background-color: #ff861b;
}
.zaoniao[data-v-67c6f823] {
  background-color: #cb3ff3;
}
.maimian[data-v-67c6f823] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-67c6f823] {
  background-color: #4cd864;
}
.youhuiquan[data-v-67c6f823] {
  background-color: #007aff;
}
.jifen[data-v-67c6f823] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-67c6f823], .line-list-page .mdDevice[data-v-67c6f823], .line-detail .mdDevice[data-v-67c6f823] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-67c6f823] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-67c6f823] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.page-wrapper[data-v-67c6f823] {
  height: 100%;
}
.scroll-box[data-v-67c6f823] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-67c6f823] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-67c6f823] {
  font-size: .875rem;
}
.none-border-bottom[data-v-67c6f823] {
  border-bottom: none !important;
}
.section[data-v-67c6f823] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-67c6f823] {
    color: #2c3e50;
}
.section .item[data-v-67c6f823] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-67c6f823] {
      font-size: .875rem;
}
.section .item .reload span[data-v-67c6f823] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-67c6f823] {
      vertical-align: middle;
}
.section .item .reload label[data-v-67c6f823] {
      height: 2.4rem;
}
.section .head .title[data-v-67c6f823] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-67c6f823]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-67c6f823] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-67c6f823] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-67c6f823] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-67c6f823] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-67c6f823] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-67c6f823] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-67c6f823], .bill-detail-mask .inline .content-text[data-v-67c6f823] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-67c6f823] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-67c6f823] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-67c6f823] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-67c6f823] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-67c6f823] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-67c6f823] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-67c6f823] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-67c6f823] {
  z-index: 2;
}
.bill-content[data-v-67c6f823], .order-sum[data-v-67c6f823] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-67c6f823] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-67c6f823] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-67c6f823]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-67c6f823] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-67c6f823] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-67c6f823] {
  background-color: #fe3c2e;
}
.lijian[data-v-67c6f823] {
  background-color: #ff861b;
}
.zaoniao[data-v-67c6f823] {
  background-color: #cb3ff3;
}
.maimian[data-v-67c6f823] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-67c6f823] {
  background-color: #4cd864;
}
.youhuiquan[data-v-67c6f823] {
  background-color: #007aff;
}
.jifen[data-v-67c6f823] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-67c6f823], .line-list-page .mdDevice[data-v-67c6f823], .line-detail .mdDevice[data-v-67c6f823] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-67c6f823] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-67c6f823] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}

@charset "UTF-8";
.order-list[data-v-6186ef3b] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-6186ef3b] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-6186ef3b] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-6186ef3b] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-6186ef3b] {
    font-style: normal;
}
.order-list .list[data-v-6186ef3b] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-6186ef3b] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-6186ef3b] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-6186ef3b] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-6186ef3b] {
      margin: 2px 0;
}
.order .hd .status[data-v-6186ef3b] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-6186ef3b] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-6186ef3b] {
      background: #999;
}
.order .hd .statu-blue[data-v-6186ef3b] {
      background: #007aff;
}
.order .hd .end-time[data-v-6186ef3b] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-6186ef3b] {
        color: #f16b6b;
}
.order .bd[data-v-6186ef3b] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-6186ef3b] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-6186ef3b] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-6186ef3b] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-6186ef3b] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-6186ef3b] {
          padding-left: .313rem;
}
.order .bd .status[data-v-6186ef3b] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-6186ef3b] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-6186ef3b] {
      background: #999;
}
.order .bd .statu-blue[data-v-6186ef3b] {
      background: #007aff;
}
.order .ft[data-v-6186ef3b] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-6186ef3b] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-6186ef3b] {
      font-size: .8rem;
}
.order .ft .fl[data-v-6186ef3b] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-6186ef3b] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-6186ef3b] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-6186ef3b] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-6186ef3b] {
    display: none !important;
}
.order .fl[data-v-6186ef3b] {
    text-align: left;
}
.order .fr[data-v-6186ef3b] {
    text-align: right;
}
.order .light-gray[data-v-6186ef3b] {
    color: #999;
}
.order .light-gray span[data-v-6186ef3b] {
      color: #353535;
}
.order .order-title[data-v-6186ef3b] {
    text-align: left;
}
.order .title-wrapper[data-v-6186ef3b] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-6186ef3b] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-6186ef3b] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-6186ef3b] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-6186ef3b] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-6186ef3b] {
  height: 4rem;
}
.page-infinite-nodata[data-v-6186ef3b] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-6186ef3b] {
  height: 100%;
}
.scroll-box[data-v-6186ef3b] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-6186ef3b] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-6186ef3b] {
  font-size: .875rem;
}
.none-border-bottom[data-v-6186ef3b] {
  border-bottom: none !important;
}
.section[data-v-6186ef3b] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-6186ef3b] {
    color: #2c3e50;
}
.section .item[data-v-6186ef3b] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-6186ef3b] {
      font-size: .875rem;
}
.section .item .reload span[data-v-6186ef3b] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-6186ef3b] {
      vertical-align: middle;
}
.section .item .reload label[data-v-6186ef3b] {
      height: 2.4rem;
}
.section .head .title[data-v-6186ef3b] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-6186ef3b]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-6186ef3b] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-6186ef3b] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-6186ef3b] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-6186ef3b] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-6186ef3b] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-6186ef3b] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-6186ef3b], .bill-detail-mask .inline .content-text[data-v-6186ef3b] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-6186ef3b] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-6186ef3b] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-6186ef3b] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-6186ef3b] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-6186ef3b] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-6186ef3b] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-6186ef3b] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-6186ef3b] {
  z-index: 2;
}
.bill-content[data-v-6186ef3b], .order-sum[data-v-6186ef3b] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-6186ef3b] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-6186ef3b] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-6186ef3b]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-6186ef3b] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-6186ef3b] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-6186ef3b] {
  background-color: #fe3c2e;
}
.lijian[data-v-6186ef3b] {
  background-color: #ff861b;
}
.zaoniao[data-v-6186ef3b] {
  background-color: #cb3ff3;
}
.maimian[data-v-6186ef3b] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-6186ef3b] {
  background-color: #4cd864;
}
.youhuiquan[data-v-6186ef3b] {
  background-color: #007aff;
}
.jifen[data-v-6186ef3b] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-6186ef3b], .line-list-page .mdDevice[data-v-6186ef3b], .line-detail .mdDevice[data-v-6186ef3b] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-6186ef3b] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-6186ef3b] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.line-filter-page .price-content[data-v-6186ef3b] {
  padding: .625rem 0;
  padding-right: .625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.line-filter-page .price-item[data-v-6186ef3b] {
  width: 100%;
  height: 3.75rem;
}
.line-filter-page .point[data-v-6186ef3b] {
  position: relative;
  z-index: 1;
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #c8c8cb;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}
.line-filter-page .point-item[data-v-6186ef3b] {
  margin-bottom: .625rem;
}
.line-filter-page .price-item .activePoint[data-v-6186ef3b] {
  background-color: #ff861b;
  border: 1px solid #ff861b;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.line-filter-page .price-item .activeText[data-v-6186ef3b] {
  color: #ff861b;
}
.line-filter-page .price-item .text[data-v-6186ef3b] {
  font-size: .875rem;
}
.line-filter-page .price-item[data-v-6186ef3b]:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 4.375rem;
  background-color: #c8c8cb;
  -webkit-transform: rotate(-90deg) translate(4.6rem, 3.75rem);
          transform: rotate(-90deg) translate(4.6rem, 3.75rem);
}
.line-filter-page .customs-button[data-v-6186ef3b] {
  position: fixed;
  bottom: .625rem;
  width: 100%;
  z-index: 1;
  margin-top: -3.25rem;
  line-height: 2.5rem;
}
.line-filter-page .button-item[data-v-6186ef3b] {
  display: block;
  float: left;
  width: 50%;
  color: #fff;
}
.line-filter-page .reset[data-v-6186ef3b] {
  background-color: #8e8e93;
}
.line-filter-page .confirm[data-v-6186ef3b] {
  background-color: #007aff;
}

@charset "UTF-8";
.order-list[data-v-6c27b35a] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-6c27b35a] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-6c27b35a] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-6c27b35a] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-6c27b35a] {
    font-style: normal;
}
.order-list .list[data-v-6c27b35a] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-6c27b35a] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-6c27b35a] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-6c27b35a] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-6c27b35a] {
      margin: 2px 0;
}
.order .hd .status[data-v-6c27b35a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-6c27b35a] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-6c27b35a] {
      background: #999;
}
.order .hd .statu-blue[data-v-6c27b35a] {
      background: #007aff;
}
.order .hd .end-time[data-v-6c27b35a] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-6c27b35a] {
        color: #f16b6b;
}
.order .bd[data-v-6c27b35a] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-6c27b35a] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-6c27b35a] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-6c27b35a] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-6c27b35a] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-6c27b35a] {
          padding-left: .313rem;
}
.order .bd .status[data-v-6c27b35a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-6c27b35a] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-6c27b35a] {
      background: #999;
}
.order .bd .statu-blue[data-v-6c27b35a] {
      background: #007aff;
}
.order .ft[data-v-6c27b35a] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-6c27b35a] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-6c27b35a] {
      font-size: .8rem;
}
.order .ft .fl[data-v-6c27b35a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-6c27b35a] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-6c27b35a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-6c27b35a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-6c27b35a] {
    display: none !important;
}
.order .fl[data-v-6c27b35a] {
    text-align: left;
}
.order .fr[data-v-6c27b35a] {
    text-align: right;
}
.order .light-gray[data-v-6c27b35a] {
    color: #999;
}
.order .light-gray span[data-v-6c27b35a] {
      color: #353535;
}
.order .order-title[data-v-6c27b35a] {
    text-align: left;
}
.order .title-wrapper[data-v-6c27b35a] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-6c27b35a] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-6c27b35a] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-6c27b35a] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-6c27b35a] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-6c27b35a] {
  height: 4rem;
}
.page-infinite-nodata[data-v-6c27b35a] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-6c27b35a] {
  height: 100%;
}
.scroll-box[data-v-6c27b35a] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-6c27b35a] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-6c27b35a] {
  font-size: .875rem;
}
.none-border-bottom[data-v-6c27b35a] {
  border-bottom: none !important;
}
.section[data-v-6c27b35a] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-6c27b35a] {
    color: #2c3e50;
}
.section .item[data-v-6c27b35a] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-6c27b35a] {
      font-size: .875rem;
}
.section .item .reload span[data-v-6c27b35a] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-6c27b35a] {
      vertical-align: middle;
}
.section .item .reload label[data-v-6c27b35a] {
      height: 2.4rem;
}
.section .head .title[data-v-6c27b35a] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-6c27b35a]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-6c27b35a] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-6c27b35a] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-6c27b35a] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-6c27b35a] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-6c27b35a] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-6c27b35a] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-6c27b35a], .bill-detail-mask .inline .content-text[data-v-6c27b35a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-6c27b35a] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-6c27b35a] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-6c27b35a] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-6c27b35a] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-6c27b35a] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-6c27b35a] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-6c27b35a] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-6c27b35a] {
  z-index: 2;
}
.bill-content[data-v-6c27b35a], .order-sum[data-v-6c27b35a] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-6c27b35a] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-6c27b35a] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-6c27b35a]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-6c27b35a] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-6c27b35a] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-6c27b35a] {
  background-color: #fe3c2e;
}
.lijian[data-v-6c27b35a] {
  background-color: #ff861b;
}
.zaoniao[data-v-6c27b35a] {
  background-color: #cb3ff3;
}
.maimian[data-v-6c27b35a] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-6c27b35a] {
  background-color: #4cd864;
}
.youhuiquan[data-v-6c27b35a] {
  background-color: #007aff;
}
.jifen[data-v-6c27b35a] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-6c27b35a], .line-list-page .mdDevice[data-v-6c27b35a], .line-detail .mdDevice[data-v-6c27b35a] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-6c27b35a] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-6c27b35a] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.order-list[data-v-6c27b35a] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-6c27b35a] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-6c27b35a] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-6c27b35a] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-6c27b35a] {
    font-style: normal;
}
.order-list .list[data-v-6c27b35a] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-6c27b35a] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-6c27b35a] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-6c27b35a] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-6c27b35a] {
      margin: 2px 0;
}
.order .hd .status[data-v-6c27b35a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-6c27b35a] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-6c27b35a] {
      background: #999;
}
.order .hd .statu-blue[data-v-6c27b35a] {
      background: #007aff;
}
.order .hd .end-time[data-v-6c27b35a] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-6c27b35a] {
        color: #f16b6b;
}
.order .bd[data-v-6c27b35a] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-6c27b35a] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-6c27b35a] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-6c27b35a] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-6c27b35a] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-6c27b35a] {
          padding-left: .313rem;
}
.order .bd .status[data-v-6c27b35a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-6c27b35a] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-6c27b35a] {
      background: #999;
}
.order .bd .statu-blue[data-v-6c27b35a] {
      background: #007aff;
}
.order .ft[data-v-6c27b35a] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-6c27b35a] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-6c27b35a] {
      font-size: .8rem;
}
.order .ft .fl[data-v-6c27b35a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-6c27b35a] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-6c27b35a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-6c27b35a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-6c27b35a] {
    display: none !important;
}
.order .fl[data-v-6c27b35a] {
    text-align: left;
}
.order .fr[data-v-6c27b35a] {
    text-align: right;
}
.order .light-gray[data-v-6c27b35a] {
    color: #999;
}
.order .light-gray span[data-v-6c27b35a] {
      color: #353535;
}
.order .order-title[data-v-6c27b35a] {
    text-align: left;
}
.order .title-wrapper[data-v-6c27b35a] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-6c27b35a] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-6c27b35a] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-6c27b35a] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-6c27b35a] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-6c27b35a] {
  height: 4rem;
}
.page-infinite-nodata[data-v-6c27b35a] {
  line-height: 4rem;
  height: 4rem;
}

@charset "UTF-8";
.order-list[data-v-caf9c89a] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-caf9c89a] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-caf9c89a] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-caf9c89a] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-caf9c89a] {
    font-style: normal;
}
.order-list .list[data-v-caf9c89a] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-caf9c89a] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-caf9c89a] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-caf9c89a] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-caf9c89a] {
      margin: 2px 0;
}
.order .hd .status[data-v-caf9c89a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-caf9c89a] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-caf9c89a] {
      background: #999;
}
.order .hd .statu-blue[data-v-caf9c89a] {
      background: #007aff;
}
.order .hd .end-time[data-v-caf9c89a] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-caf9c89a] {
        color: #f16b6b;
}
.order .bd[data-v-caf9c89a] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-caf9c89a] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-caf9c89a] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-caf9c89a] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-caf9c89a] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-caf9c89a] {
          padding-left: .313rem;
}
.order .bd .status[data-v-caf9c89a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-caf9c89a] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-caf9c89a] {
      background: #999;
}
.order .bd .statu-blue[data-v-caf9c89a] {
      background: #007aff;
}
.order .ft[data-v-caf9c89a] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-caf9c89a] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-caf9c89a] {
      font-size: .8rem;
}
.order .ft .fl[data-v-caf9c89a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-caf9c89a] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-caf9c89a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-caf9c89a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-caf9c89a] {
    display: none !important;
}
.order .fl[data-v-caf9c89a] {
    text-align: left;
}
.order .fr[data-v-caf9c89a] {
    text-align: right;
}
.order .light-gray[data-v-caf9c89a] {
    color: #999;
}
.order .light-gray span[data-v-caf9c89a] {
      color: #353535;
}
.order .order-title[data-v-caf9c89a] {
    text-align: left;
}
.order .title-wrapper[data-v-caf9c89a] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-caf9c89a] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-caf9c89a] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-caf9c89a] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-caf9c89a] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-caf9c89a] {
  height: 4rem;
}
.page-infinite-nodata[data-v-caf9c89a] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-caf9c89a] {
  height: 100%;
}
.scroll-box[data-v-caf9c89a] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-caf9c89a] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-caf9c89a] {
  font-size: .875rem;
}
.none-border-bottom[data-v-caf9c89a] {
  border-bottom: none !important;
}
.section[data-v-caf9c89a] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-caf9c89a] {
    color: #2c3e50;
}
.section .item[data-v-caf9c89a] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-caf9c89a] {
      font-size: .875rem;
}
.section .item .reload span[data-v-caf9c89a] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-caf9c89a] {
      vertical-align: middle;
}
.section .item .reload label[data-v-caf9c89a] {
      height: 2.4rem;
}
.section .head .title[data-v-caf9c89a] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-caf9c89a]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-caf9c89a] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-caf9c89a] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-caf9c89a] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-caf9c89a] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-caf9c89a] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-caf9c89a] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-caf9c89a], .bill-detail-mask .inline .content-text[data-v-caf9c89a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-caf9c89a] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-caf9c89a] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-caf9c89a] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-caf9c89a] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-caf9c89a] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-caf9c89a] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-caf9c89a] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-caf9c89a] {
  z-index: 2;
}
.bill-content[data-v-caf9c89a], .order-sum[data-v-caf9c89a] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-caf9c89a] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-caf9c89a] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-caf9c89a]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-caf9c89a] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-caf9c89a] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-caf9c89a] {
  background-color: #fe3c2e;
}
.lijian[data-v-caf9c89a] {
  background-color: #ff861b;
}
.zaoniao[data-v-caf9c89a] {
  background-color: #cb3ff3;
}
.maimian[data-v-caf9c89a] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-caf9c89a] {
  background-color: #4cd864;
}
.youhuiquan[data-v-caf9c89a] {
  background-color: #007aff;
}
.jifen[data-v-caf9c89a] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-caf9c89a], .line-list-page .mdDevice[data-v-caf9c89a], .line-detail .mdDevice[data-v-caf9c89a] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-caf9c89a] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-caf9c89a] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.order-list[data-v-caf9c89a] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-caf9c89a] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-caf9c89a] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-caf9c89a] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-caf9c89a] {
    font-style: normal;
}
.order-list .list[data-v-caf9c89a] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-caf9c89a] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-caf9c89a] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-caf9c89a] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-caf9c89a] {
      margin: 2px 0;
}
.order .hd .status[data-v-caf9c89a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-caf9c89a] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-caf9c89a] {
      background: #999;
}
.order .hd .statu-blue[data-v-caf9c89a] {
      background: #007aff;
}
.order .hd .end-time[data-v-caf9c89a] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-caf9c89a] {
        color: #f16b6b;
}
.order .bd[data-v-caf9c89a] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-caf9c89a] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-caf9c89a] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-caf9c89a] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-caf9c89a] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-caf9c89a] {
          padding-left: .313rem;
}
.order .bd .status[data-v-caf9c89a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-caf9c89a] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-caf9c89a] {
      background: #999;
}
.order .bd .statu-blue[data-v-caf9c89a] {
      background: #007aff;
}
.order .ft[data-v-caf9c89a] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-caf9c89a] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-caf9c89a] {
      font-size: .8rem;
}
.order .ft .fl[data-v-caf9c89a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-caf9c89a] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-caf9c89a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-caf9c89a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-caf9c89a] {
    display: none !important;
}
.order .fl[data-v-caf9c89a] {
    text-align: left;
}
.order .fr[data-v-caf9c89a] {
    text-align: right;
}
.order .light-gray[data-v-caf9c89a] {
    color: #999;
}
.order .light-gray span[data-v-caf9c89a] {
      color: #353535;
}
.order .order-title[data-v-caf9c89a] {
    text-align: left;
}
.order .title-wrapper[data-v-caf9c89a] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-caf9c89a] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-caf9c89a] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-caf9c89a] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-caf9c89a] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-caf9c89a] {
  height: 4rem;
}
.page-infinite-nodata[data-v-caf9c89a] {
  line-height: 4rem;
  height: 4rem;
}

@charset "UTF-8";
.order-list[data-v-14086224] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-14086224] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-14086224] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-14086224] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-14086224] {
    font-style: normal;
}
.order-list .list[data-v-14086224] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-14086224] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-14086224] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-14086224] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-14086224] {
      margin: 2px 0;
}
.order .hd .status[data-v-14086224] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-14086224] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-14086224] {
      background: #999;
}
.order .hd .statu-blue[data-v-14086224] {
      background: #007aff;
}
.order .hd .end-time[data-v-14086224] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-14086224] {
        color: #f16b6b;
}
.order .bd[data-v-14086224] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-14086224] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-14086224] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-14086224] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-14086224] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-14086224] {
          padding-left: .313rem;
}
.order .bd .status[data-v-14086224] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-14086224] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-14086224] {
      background: #999;
}
.order .bd .statu-blue[data-v-14086224] {
      background: #007aff;
}
.order .ft[data-v-14086224] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-14086224] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-14086224] {
      font-size: .8rem;
}
.order .ft .fl[data-v-14086224] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-14086224] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-14086224] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-14086224] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-14086224] {
    display: none !important;
}
.order .fl[data-v-14086224] {
    text-align: left;
}
.order .fr[data-v-14086224] {
    text-align: right;
}
.order .light-gray[data-v-14086224] {
    color: #999;
}
.order .light-gray span[data-v-14086224] {
      color: #353535;
}
.order .order-title[data-v-14086224] {
    text-align: left;
}
.order .title-wrapper[data-v-14086224] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-14086224] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-14086224] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-14086224] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-14086224] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-14086224] {
  height: 4rem;
}
.page-infinite-nodata[data-v-14086224] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-14086224] {
  height: 100%;
}
.scroll-box[data-v-14086224] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-14086224] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-14086224] {
  font-size: .875rem;
}
.none-border-bottom[data-v-14086224] {
  border-bottom: none !important;
}
.section[data-v-14086224] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-14086224] {
    color: #2c3e50;
}
.section .item[data-v-14086224] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-14086224] {
      font-size: .875rem;
}
.section .item .reload span[data-v-14086224] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-14086224] {
      vertical-align: middle;
}
.section .item .reload label[data-v-14086224] {
      height: 2.4rem;
}
.section .head .title[data-v-14086224] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-14086224]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-14086224] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-14086224] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-14086224] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-14086224] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-14086224] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-14086224] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-14086224], .bill-detail-mask .inline .content-text[data-v-14086224] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-14086224] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-14086224] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-14086224] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-14086224] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-14086224] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-14086224] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-14086224] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-14086224] {
  z-index: 2;
}
.bill-content[data-v-14086224], .order-sum[data-v-14086224] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-14086224] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-14086224] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-14086224]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-14086224] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-14086224] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-14086224] {
  background-color: #fe3c2e;
}
.lijian[data-v-14086224] {
  background-color: #ff861b;
}
.zaoniao[data-v-14086224] {
  background-color: #cb3ff3;
}
.maimian[data-v-14086224] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-14086224] {
  background-color: #4cd864;
}
.youhuiquan[data-v-14086224] {
  background-color: #007aff;
}
.jifen[data-v-14086224] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-14086224], .line-list-page .mdDevice[data-v-14086224], .line-detail .mdDevice[data-v-14086224] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-14086224] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-14086224] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.module[data-v-14086224] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order-filter-content[data-v-14086224] {
  background-color: #fff;
}

@charset "UTF-8";
.order-list[data-v-d98f754a] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-d98f754a] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-d98f754a] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-d98f754a] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-d98f754a] {
    font-style: normal;
}
.order-list .list[data-v-d98f754a] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-d98f754a] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-d98f754a] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-d98f754a] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-d98f754a] {
      margin: 2px 0;
}
.order .hd .status[data-v-d98f754a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-d98f754a] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-d98f754a] {
      background: #999;
}
.order .hd .statu-blue[data-v-d98f754a] {
      background: #007aff;
}
.order .hd .end-time[data-v-d98f754a] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-d98f754a] {
        color: #f16b6b;
}
.order .bd[data-v-d98f754a] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-d98f754a] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-d98f754a] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-d98f754a] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-d98f754a] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-d98f754a] {
          padding-left: .313rem;
}
.order .bd .status[data-v-d98f754a] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-d98f754a] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-d98f754a] {
      background: #999;
}
.order .bd .statu-blue[data-v-d98f754a] {
      background: #007aff;
}
.order .ft[data-v-d98f754a] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-d98f754a] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-d98f754a] {
      font-size: .8rem;
}
.order .ft .fl[data-v-d98f754a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-d98f754a] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-d98f754a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-d98f754a] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-d98f754a] {
    display: none !important;
}
.order .fl[data-v-d98f754a] {
    text-align: left;
}
.order .fr[data-v-d98f754a] {
    text-align: right;
}
.order .light-gray[data-v-d98f754a] {
    color: #999;
}
.order .light-gray span[data-v-d98f754a] {
      color: #353535;
}
.order .order-title[data-v-d98f754a] {
    text-align: left;
}
.order .title-wrapper[data-v-d98f754a] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-d98f754a] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-d98f754a] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-d98f754a] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-d98f754a] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-d98f754a] {
  height: 4rem;
}
.page-infinite-nodata[data-v-d98f754a] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-d98f754a] {
  height: 100%;
}
.scroll-box[data-v-d98f754a] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-d98f754a] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-d98f754a] {
  font-size: .875rem;
}
.none-border-bottom[data-v-d98f754a] {
  border-bottom: none !important;
}
.section[data-v-d98f754a] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-d98f754a] {
    color: #2c3e50;
}
.section .item[data-v-d98f754a] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-d98f754a] {
      font-size: .875rem;
}
.section .item .reload span[data-v-d98f754a] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-d98f754a] {
      vertical-align: middle;
}
.section .item .reload label[data-v-d98f754a] {
      height: 2.4rem;
}
.section .head .title[data-v-d98f754a] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-d98f754a]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-d98f754a] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-d98f754a] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-d98f754a] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-d98f754a] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-d98f754a] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-d98f754a] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-d98f754a], .bill-detail-mask .inline .content-text[data-v-d98f754a] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-d98f754a] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-d98f754a] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-d98f754a] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-d98f754a] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-d98f754a] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-d98f754a] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-d98f754a] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-d98f754a] {
  z-index: 2;
}
.bill-content[data-v-d98f754a], .order-sum[data-v-d98f754a] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-d98f754a] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-d98f754a] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-d98f754a]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-d98f754a] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-d98f754a] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-d98f754a] {
  background-color: #fe3c2e;
}
.lijian[data-v-d98f754a] {
  background-color: #ff861b;
}
.zaoniao[data-v-d98f754a] {
  background-color: #cb3ff3;
}
.maimian[data-v-d98f754a] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-d98f754a] {
  background-color: #4cd864;
}
.youhuiquan[data-v-d98f754a] {
  background-color: #007aff;
}
.jifen[data-v-d98f754a] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-d98f754a], .line-list-page .mdDevice[data-v-d98f754a], .line-detail .mdDevice[data-v-d98f754a] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-d98f754a] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-d98f754a] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.line-input-page .mission-period .list[data-v-d98f754a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #c8c8cb;
}
.line-input-page .mission-period .period-item[data-v-d98f754a] {
  width: 6rem;
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.line-input-page .mission-period .period-item .title[data-v-d98f754a], .line-input-page .mission-period .period-item .price[data-v-d98f754a], .line-input-page .mission-period .period-item .tab[data-v-d98f754a] {
    width: 3.75rem;
}
.line-input-page .mission-period .tab[data-v-d98f754a] {
  margin-bottom: 0.4rem;
  width: 3.75rem;
  height: 1.5rem;
  font: .875rem normal;
  color: #000000;
  background-color: #f0eff5;
  line-height: 1.5rem;
  border-radius: .75rem;
}
.line-input-page .mission-period .title[data-v-d98f754a] {
  font-size: 1rem;
}
.line-input-page .mission-period .selected[data-v-d98f754a] {
  color: #fff;
  background-color: #007aff;
}
.line-input-page .mission-period .price[data-v-d98f754a] {
  color: #ff861b;
}
.line-input-page .period-content .reload[data-v-d98f754a] {
  color: #007aff;
}
.line-input-page .choice-list a[data-v-d98f754a] {
  color: #2c3e50;
}
.line-input-page .choice-list .num-count .count[data-v-d98f754a] {
  margin: .45rem 0;
}
.line-input-page .choice-list .big-num[data-v-d98f754a] {
  font: 1rem bold;
  line-height: 2.6rem;
  margin-right: 0.8rem;
  color: #ff861b;
}
.line-input-page .choice-list .big-num[data-v-d98f754a], .line-input-page .choice-list .count[data-v-d98f754a] {
  float: left;
}
.line-input-page .choice-list .count[data-v-d98f754a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.line-input-page .choice-list .reduce[data-v-d98f754a], .line-input-page .choice-list .current-num[data-v-d98f754a], .line-input-page .choice-list .add[data-v-d98f754a] {
  line-height: 1.5rem;
  width: 2rem;
  border: 1px solid #c8c8cb;
}
.line-input-page .choice-list .current-num[data-v-d98f754a] {
  background-color: #e6f4ff;
}
.line-input-page .choice-list .reduce[data-v-d98f754a] {
  border-right: none;
  border-radius: 40% 0 0 40%;
}
.line-input-page .choice-list .add[data-v-d98f754a] {
  border-left: none;
  border-radius: 0 40% 40% 0;
}
.line-input-page .recommend[data-v-d98f754a] {
  margin: 0 .625rem 3.4rem;
  background-color: #e6f4ff;
  color: #007aff;
  font: .875rem bold;
  line-height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-input-page .confirm[data-v-d98f754a] {
  width: 100%;
  position: fixed;
  bottom: 0;
  line-height: 3rem;
  border-top: 1px solid #c8c8cb;
}
.line-input-page .confirm .price[data-v-d98f754a] {
    color: #ff861b;
    width: 60%;
    float: left;
    background-color: #ffffff;
}
.line-input-page .confirm .sum-title[data-v-d98f754a] {
    font: 1rem bold;
}
.line-input-page .confirm .tag[data-v-d98f754a] {
    font: 1rem bold;
}
.line-input-page .confirm .sum-price[data-v-d98f754a] {
    font: 1.2rem bold;
}
.line-input-page .confirm .detail[data-v-d98f754a] {
    color: #000000;
    font: 1rem bold;
}
.line-input-page .confirm .button[data-v-d98f754a] {
    float: left;
    width: 40%;
    text-align: center;
    background-color: #007aff;
    color: #fff;
    font: 1rem bold;
}
.line-input-page .confirm .button a[data-v-d98f754a] {
      color: #fff;
}
.line-input-page .confirm .button-text[data-v-d98f754a] {
    line-height: 3rem;
}
.scroll[data-v-d98f754a] {
  overflow: hidden;
}
.calendar[data-v-d98f754a] {
  margin-bottom: .625rem;
  padding: .625rem;
  background-color: #ffffff;
  border-bottom: 1px solid #c8c8cb;
}
.calendar .month[data-v-d98f754a] {
    padding-bottom: .625rem;
}
.calendar .month .left-arrow[data-v-d98f754a] {
      width: 1rem;
      position: absolute;
      left: 0;
      top: 3.5rem;
}
.calendar .month .left-arrow[data-v-d98f754a]:active {
        background: #f1f1f1;
}
.calendar .month .right-arrow[data-v-d98f754a] {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      width: 1rem;
      position: absolute;
      right: 0;
      top: 3.5rem;
}
.calendar .month .right-arrow[data-v-d98f754a]:active {
        background: #f1f1f1;
}
.calendar .month .item[data-v-d98f754a] {
      float: left;
      width: 25%;
      color: #8e8e93;
}
.calendar .month .selected[data-v-d98f754a] {
      border-bottom: 2px solid #007aff;
      color: #000000;
}
.calendar .month .selected .price[data-v-d98f754a] {
        color: #ff861b;
}
.calendar .week[data-v-d98f754a] {
    color: #8e8e93;
    padding-bottom: .625rem;
}
.calendar .week .title[data-v-d98f754a] {
      float: left;
      width: calc((100%)/7);
}
.calendar .day .item[data-v-d98f754a] {
    float: left;
    width: calc((100%)/7);
    height: 3.375rem;
}
.calendar .day .num[data-v-d98f754a] {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto;
    font: 1rem normal;
    border-radius: 50%;
}
.calendar .day .selected[data-v-d98f754a] {
    background-color: #007aff;
    color: #fff;
}
.calendar .day .expired[data-v-d98f754a] {
    color: #999;
}
.calendar .day .price[data-v-d98f754a] {
    color: #ff861b;
    font: .625rem normal;
}
.calendar .day .ticket[data-v-d98f754a] {
    color: #007aff;
    font: .625rem normal;
}
.calendar .month[data-v-d98f754a]::after, .calendar .week[data-v-d98f754a]::after, .calendar .day[data-v-d98f754a]::after {
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

@charset "UTF-8";
.order-list[data-v-20398893] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-20398893] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-20398893] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-20398893] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-20398893] {
    font-style: normal;
}
.order-list .list[data-v-20398893] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-20398893] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-20398893] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-20398893] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-20398893] {
      margin: 2px 0;
}
.order .hd .status[data-v-20398893] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-20398893] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-20398893] {
      background: #999;
}
.order .hd .statu-blue[data-v-20398893] {
      background: #007aff;
}
.order .hd .end-time[data-v-20398893] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-20398893] {
        color: #f16b6b;
}
.order .bd[data-v-20398893] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-20398893] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-20398893] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-20398893] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-20398893] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-20398893] {
          padding-left: .313rem;
}
.order .bd .status[data-v-20398893] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-20398893] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-20398893] {
      background: #999;
}
.order .bd .statu-blue[data-v-20398893] {
      background: #007aff;
}
.order .ft[data-v-20398893] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-20398893] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-20398893] {
      font-size: .8rem;
}
.order .ft .fl[data-v-20398893] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-20398893] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-20398893] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-20398893] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-20398893] {
    display: none !important;
}
.order .fl[data-v-20398893] {
    text-align: left;
}
.order .fr[data-v-20398893] {
    text-align: right;
}
.order .light-gray[data-v-20398893] {
    color: #999;
}
.order .light-gray span[data-v-20398893] {
      color: #353535;
}
.order .order-title[data-v-20398893] {
    text-align: left;
}
.order .title-wrapper[data-v-20398893] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-20398893] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-20398893] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-20398893] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-20398893] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-20398893] {
  height: 4rem;
}
.page-infinite-nodata[data-v-20398893] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-20398893] {
  height: 100%;
}
.scroll-box[data-v-20398893] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-20398893] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-20398893] {
  font-size: .875rem;
}
.none-border-bottom[data-v-20398893] {
  border-bottom: none !important;
}
.section[data-v-20398893] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-20398893] {
    color: #2c3e50;
}
.section .item[data-v-20398893] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-20398893] {
      font-size: .875rem;
}
.section .item .reload span[data-v-20398893] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-20398893] {
      vertical-align: middle;
}
.section .item .reload label[data-v-20398893] {
      height: 2.4rem;
}
.section .head .title[data-v-20398893] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-20398893]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-20398893] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-20398893] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-20398893] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-20398893] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-20398893] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-20398893] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-20398893], .bill-detail-mask .inline .content-text[data-v-20398893] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-20398893] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-20398893] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-20398893] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-20398893] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-20398893] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-20398893] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-20398893] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-20398893] {
  z-index: 2;
}
.bill-content[data-v-20398893], .order-sum[data-v-20398893] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-20398893] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-20398893] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-20398893]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-20398893] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-20398893] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-20398893] {
  background-color: #fe3c2e;
}
.lijian[data-v-20398893] {
  background-color: #ff861b;
}
.zaoniao[data-v-20398893] {
  background-color: #cb3ff3;
}
.maimian[data-v-20398893] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-20398893] {
  background-color: #4cd864;
}
.youhuiquan[data-v-20398893] {
  background-color: #007aff;
}
.jifen[data-v-20398893] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-20398893], .line-list-page .mdDevice[data-v-20398893], .line-detail .mdDevice[data-v-20398893] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-20398893] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-20398893] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.start-city-page .item[data-v-20398893]:last-child {
  border-bottom: none;
}
.start-city-page .button-wrapper[data-v-20398893] {
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 2.4rem;
}
.start-city-page .button-wrapper .mint-button[data-v-20398893] {
    text-align: center;
}

@charset "UTF-8";
.order-list[data-v-3513de05] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-3513de05] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-3513de05] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-3513de05] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-3513de05] {
    font-style: normal;
}
.order-list .list[data-v-3513de05] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-3513de05] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-3513de05] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-3513de05] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-3513de05] {
      margin: 2px 0;
}
.order .hd .status[data-v-3513de05] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-3513de05] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-3513de05] {
      background: #999;
}
.order .hd .statu-blue[data-v-3513de05] {
      background: #007aff;
}
.order .hd .end-time[data-v-3513de05] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-3513de05] {
        color: #f16b6b;
}
.order .bd[data-v-3513de05] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-3513de05] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-3513de05] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-3513de05] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-3513de05] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-3513de05] {
          padding-left: .313rem;
}
.order .bd .status[data-v-3513de05] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-3513de05] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-3513de05] {
      background: #999;
}
.order .bd .statu-blue[data-v-3513de05] {
      background: #007aff;
}
.order .ft[data-v-3513de05] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-3513de05] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-3513de05] {
      font-size: .8rem;
}
.order .ft .fl[data-v-3513de05] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-3513de05] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-3513de05] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-3513de05] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-3513de05] {
    display: none !important;
}
.order .fl[data-v-3513de05] {
    text-align: left;
}
.order .fr[data-v-3513de05] {
    text-align: right;
}
.order .light-gray[data-v-3513de05] {
    color: #999;
}
.order .light-gray span[data-v-3513de05] {
      color: #353535;
}
.order .order-title[data-v-3513de05] {
    text-align: left;
}
.order .title-wrapper[data-v-3513de05] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-3513de05] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-3513de05] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-3513de05] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-3513de05] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-3513de05] {
  height: 4rem;
}
.page-infinite-nodata[data-v-3513de05] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-3513de05] {
  height: 100%;
}
.scroll-box[data-v-3513de05] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-3513de05] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-3513de05] {
  font-size: .875rem;
}
.none-border-bottom[data-v-3513de05] {
  border-bottom: none !important;
}
.section[data-v-3513de05] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-3513de05] {
    color: #2c3e50;
}
.section .item[data-v-3513de05] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-3513de05] {
      font-size: .875rem;
}
.section .item .reload span[data-v-3513de05] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-3513de05] {
      vertical-align: middle;
}
.section .item .reload label[data-v-3513de05] {
      height: 2.4rem;
}
.section .head .title[data-v-3513de05] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-3513de05]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-3513de05] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-3513de05] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-3513de05] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-3513de05] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-3513de05] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-3513de05] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-3513de05], .bill-detail-mask .inline .content-text[data-v-3513de05] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-3513de05] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-3513de05] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-3513de05] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-3513de05] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-3513de05] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-3513de05] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-3513de05] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-3513de05] {
  z-index: 2;
}
.bill-content[data-v-3513de05], .order-sum[data-v-3513de05] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-3513de05] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-3513de05] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-3513de05]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-3513de05] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-3513de05] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-3513de05] {
  background-color: #fe3c2e;
}
.lijian[data-v-3513de05] {
  background-color: #ff861b;
}
.zaoniao[data-v-3513de05] {
  background-color: #cb3ff3;
}
.maimian[data-v-3513de05] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-3513de05] {
  background-color: #4cd864;
}
.youhuiquan[data-v-3513de05] {
  background-color: #007aff;
}
.jifen[data-v-3513de05] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-3513de05], .line-list-page .mdDevice[data-v-3513de05], .line-detail .mdDevice[data-v-3513de05] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-3513de05] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-3513de05] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.price-package-page .tab[data-v-3513de05] {
  margin-bottom: 1rem;
  line-height: 2.4rem;
  background-color: #ffffff;
}
.price-package-page .tab .item[data-v-3513de05] {
    width: 6rem;
    float: left;
    font: 1rem normal;
    line-height: 2.4rem;
}
.price-package-page .tab .selected[data-v-3513de05] {
    border-bottom: 2px solid #007aff;
}
.price-package-page .section .item[data-v-3513de05]:last-child {
  border-bottom: none;
}
.price-package-page .button-wrapper[data-v-3513de05] {
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 2.4rem;
}
.price-package-page .button-wrapper .mint-button[data-v-3513de05] {
    text-align: center;
}

@charset "UTF-8";
.order-list[data-v-0df31cde] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-0df31cde] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-0df31cde] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-0df31cde] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-0df31cde] {
    font-style: normal;
}
.order-list .list[data-v-0df31cde] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-0df31cde] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-0df31cde] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-0df31cde] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-0df31cde] {
      margin: 2px 0;
}
.order .hd .status[data-v-0df31cde] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-0df31cde] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-0df31cde] {
      background: #999;
}
.order .hd .statu-blue[data-v-0df31cde] {
      background: #007aff;
}
.order .hd .end-time[data-v-0df31cde] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-0df31cde] {
        color: #f16b6b;
}
.order .bd[data-v-0df31cde] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-0df31cde] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-0df31cde] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-0df31cde] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-0df31cde] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-0df31cde] {
          padding-left: .313rem;
}
.order .bd .status[data-v-0df31cde] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-0df31cde] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-0df31cde] {
      background: #999;
}
.order .bd .statu-blue[data-v-0df31cde] {
      background: #007aff;
}
.order .ft[data-v-0df31cde] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-0df31cde] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-0df31cde] {
      font-size: .8rem;
}
.order .ft .fl[data-v-0df31cde] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-0df31cde] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-0df31cde] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-0df31cde] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-0df31cde] {
    display: none !important;
}
.order .fl[data-v-0df31cde] {
    text-align: left;
}
.order .fr[data-v-0df31cde] {
    text-align: right;
}
.order .light-gray[data-v-0df31cde] {
    color: #999;
}
.order .light-gray span[data-v-0df31cde] {
      color: #353535;
}
.order .order-title[data-v-0df31cde] {
    text-align: left;
}
.order .title-wrapper[data-v-0df31cde] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-0df31cde] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-0df31cde] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-0df31cde] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-0df31cde] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-0df31cde] {
  height: 4rem;
}
.page-infinite-nodata[data-v-0df31cde] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-0df31cde] {
  height: 100%;
}
.scroll-box[data-v-0df31cde] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-0df31cde] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-0df31cde] {
  font-size: .875rem;
}
.none-border-bottom[data-v-0df31cde] {
  border-bottom: none !important;
}
.section[data-v-0df31cde] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-0df31cde] {
    color: #2c3e50;
}
.section .item[data-v-0df31cde] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-0df31cde] {
      font-size: .875rem;
}
.section .item .reload span[data-v-0df31cde] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-0df31cde] {
      vertical-align: middle;
}
.section .item .reload label[data-v-0df31cde] {
      height: 2.4rem;
}
.section .head .title[data-v-0df31cde] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-0df31cde]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-0df31cde] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-0df31cde] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-0df31cde] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-0df31cde] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-0df31cde] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-0df31cde] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-0df31cde], .bill-detail-mask .inline .content-text[data-v-0df31cde] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-0df31cde] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-0df31cde] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-0df31cde] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-0df31cde] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-0df31cde] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-0df31cde] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-0df31cde] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-0df31cde] {
  z-index: 2;
}
.bill-content[data-v-0df31cde], .order-sum[data-v-0df31cde] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-0df31cde] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-0df31cde] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-0df31cde]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-0df31cde] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-0df31cde] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-0df31cde] {
  background-color: #fe3c2e;
}
.lijian[data-v-0df31cde] {
  background-color: #ff861b;
}
.zaoniao[data-v-0df31cde] {
  background-color: #cb3ff3;
}
.maimian[data-v-0df31cde] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-0df31cde] {
  background-color: #4cd864;
}
.youhuiquan[data-v-0df31cde] {
  background-color: #007aff;
}
.jifen[data-v-0df31cde] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-0df31cde], .line-list-page .mdDevice[data-v-0df31cde], .line-detail .mdDevice[data-v-0df31cde] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-0df31cde] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-0df31cde] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.fade-enter-active[data-v-0df31cde], .fade-leave-active[data-v-0df31cde] {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}
.fade-enter[data-v-0df31cde], .fade-leave-to[data-v-0df31cde] {
  opacity: 0;
}
.edit-item[data-v-0df31cde]::after {
  content: '';
  display: block;
  width: calc(100% - 1.5rem);
  color: red;
  height: 2px;
}
.edit-tab[data-v-0df31cde] {
  padding: 0 .625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 3rem;
}
.id-form[data-v-0df31cde], .passPort-form[data-v-0df31cde] {
  padding: 0 .625rem;
}
.edit-item[data-v-0df31cde] {
  width: 50%;
  font-size: .875rem;
  font-weight: 700;
}
.active[data-v-0df31cde] {
  border-bottom: 2px solid #007aff;
}
.button-wrapper[data-v-0df31cde] {
  margin-bottom: 3rem;
}
.tourist-edit-content[data-v-0df31cde] {
  background-color: #fff;
}

@charset "UTF-8";
.order-list[data-v-045fe868] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-045fe868] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-045fe868] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-045fe868] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-045fe868] {
    font-style: normal;
}
.order-list .list[data-v-045fe868] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-045fe868] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-045fe868] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-045fe868] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-045fe868] {
      margin: 2px 0;
}
.order .hd .status[data-v-045fe868] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-045fe868] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-045fe868] {
      background: #999;
}
.order .hd .statu-blue[data-v-045fe868] {
      background: #007aff;
}
.order .hd .end-time[data-v-045fe868] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-045fe868] {
        color: #f16b6b;
}
.order .bd[data-v-045fe868] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-045fe868] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-045fe868] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-045fe868] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-045fe868] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-045fe868] {
          padding-left: .313rem;
}
.order .bd .status[data-v-045fe868] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-045fe868] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-045fe868] {
      background: #999;
}
.order .bd .statu-blue[data-v-045fe868] {
      background: #007aff;
}
.order .ft[data-v-045fe868] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-045fe868] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-045fe868] {
      font-size: .8rem;
}
.order .ft .fl[data-v-045fe868] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-045fe868] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-045fe868] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-045fe868] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-045fe868] {
    display: none !important;
}
.order .fl[data-v-045fe868] {
    text-align: left;
}
.order .fr[data-v-045fe868] {
    text-align: right;
}
.order .light-gray[data-v-045fe868] {
    color: #999;
}
.order .light-gray span[data-v-045fe868] {
      color: #353535;
}
.order .order-title[data-v-045fe868] {
    text-align: left;
}
.order .title-wrapper[data-v-045fe868] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-045fe868] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-045fe868] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-045fe868] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-045fe868] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-045fe868] {
  height: 4rem;
}
.page-infinite-nodata[data-v-045fe868] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-045fe868] {
  height: 100%;
}
.scroll-box[data-v-045fe868] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-045fe868] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-045fe868] {
  font-size: .875rem;
}
.none-border-bottom[data-v-045fe868] {
  border-bottom: none !important;
}
.section[data-v-045fe868] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-045fe868] {
    color: #2c3e50;
}
.section .item[data-v-045fe868] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-045fe868] {
      font-size: .875rem;
}
.section .item .reload span[data-v-045fe868] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-045fe868] {
      vertical-align: middle;
}
.section .item .reload label[data-v-045fe868] {
      height: 2.4rem;
}
.section .head .title[data-v-045fe868] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-045fe868]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-045fe868] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-045fe868] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-045fe868] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-045fe868] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-045fe868] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-045fe868] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-045fe868], .bill-detail-mask .inline .content-text[data-v-045fe868] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-045fe868] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-045fe868] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-045fe868] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-045fe868] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-045fe868] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-045fe868] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-045fe868] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-045fe868] {
  z-index: 2;
}
.bill-content[data-v-045fe868], .order-sum[data-v-045fe868] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-045fe868] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-045fe868] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-045fe868]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-045fe868] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-045fe868] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-045fe868] {
  background-color: #fe3c2e;
}
.lijian[data-v-045fe868] {
  background-color: #ff861b;
}
.zaoniao[data-v-045fe868] {
  background-color: #cb3ff3;
}
.maimian[data-v-045fe868] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-045fe868] {
  background-color: #4cd864;
}
.youhuiquan[data-v-045fe868] {
  background-color: #007aff;
}
.jifen[data-v-045fe868] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-045fe868], .line-list-page .mdDevice[data-v-045fe868], .line-detail .mdDevice[data-v-045fe868] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-045fe868] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-045fe868] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.start-city-page .search-form[data-v-045fe868] {
  position: fixed;
  padding: .625rem;
  top: 2.5rem;
  z-index: 100;
  width: calc(100% - 20px);
  background-color: #f0eff5;
}
.start-city-page .search-seller[data-v-045fe868] {
  width: calc(100% - 20px);
  height: 2rem;
  padding: 0 .6rem;
}
.start-city-page .choice-list[data-v-045fe868] {
  border-top: none;
}
.start-city-page .item[data-v-045fe868]:last-child {
  border-bottom: none;
}
.start-city-page .scroll-box[data-v-045fe868] {
  padding-top: 5.75rem;
}

@charset "UTF-8";
.order-list[data-v-7c7bb9f9] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-7c7bb9f9] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-7c7bb9f9] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-7c7bb9f9] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-7c7bb9f9] {
    font-style: normal;
}
.order-list .list[data-v-7c7bb9f9] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-7c7bb9f9] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-7c7bb9f9] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-7c7bb9f9] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-7c7bb9f9] {
      margin: 2px 0;
}
.order .hd .status[data-v-7c7bb9f9] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-7c7bb9f9] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-7c7bb9f9] {
      background: #999;
}
.order .hd .statu-blue[data-v-7c7bb9f9] {
      background: #007aff;
}
.order .hd .end-time[data-v-7c7bb9f9] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-7c7bb9f9] {
        color: #f16b6b;
}
.order .bd[data-v-7c7bb9f9] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-7c7bb9f9] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-7c7bb9f9] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-7c7bb9f9] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-7c7bb9f9] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-7c7bb9f9] {
          padding-left: .313rem;
}
.order .bd .status[data-v-7c7bb9f9] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-7c7bb9f9] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-7c7bb9f9] {
      background: #999;
}
.order .bd .statu-blue[data-v-7c7bb9f9] {
      background: #007aff;
}
.order .ft[data-v-7c7bb9f9] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-7c7bb9f9] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-7c7bb9f9] {
      font-size: .8rem;
}
.order .ft .fl[data-v-7c7bb9f9] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-7c7bb9f9] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-7c7bb9f9] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-7c7bb9f9] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-7c7bb9f9] {
    display: none !important;
}
.order .fl[data-v-7c7bb9f9] {
    text-align: left;
}
.order .fr[data-v-7c7bb9f9] {
    text-align: right;
}
.order .light-gray[data-v-7c7bb9f9] {
    color: #999;
}
.order .light-gray span[data-v-7c7bb9f9] {
      color: #353535;
}
.order .order-title[data-v-7c7bb9f9] {
    text-align: left;
}
.order .title-wrapper[data-v-7c7bb9f9] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-7c7bb9f9] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-7c7bb9f9] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-7c7bb9f9] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-7c7bb9f9] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-7c7bb9f9] {
  height: 4rem;
}
.page-infinite-nodata[data-v-7c7bb9f9] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-7c7bb9f9] {
  height: 100%;
}
.scroll-box[data-v-7c7bb9f9] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-7c7bb9f9] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-7c7bb9f9] {
  font-size: .875rem;
}
.none-border-bottom[data-v-7c7bb9f9] {
  border-bottom: none !important;
}
.section[data-v-7c7bb9f9] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-7c7bb9f9] {
    color: #2c3e50;
}
.section .item[data-v-7c7bb9f9] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-7c7bb9f9] {
      font-size: .875rem;
}
.section .item .reload span[data-v-7c7bb9f9] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-7c7bb9f9] {
      vertical-align: middle;
}
.section .item .reload label[data-v-7c7bb9f9] {
      height: 2.4rem;
}
.section .head .title[data-v-7c7bb9f9] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-7c7bb9f9]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-7c7bb9f9] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-7c7bb9f9] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-7c7bb9f9] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-7c7bb9f9] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-7c7bb9f9] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-7c7bb9f9] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-7c7bb9f9], .bill-detail-mask .inline .content-text[data-v-7c7bb9f9] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-7c7bb9f9] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-7c7bb9f9] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-7c7bb9f9] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-7c7bb9f9] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-7c7bb9f9] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-7c7bb9f9] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-7c7bb9f9] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-7c7bb9f9] {
  z-index: 2;
}
.bill-content[data-v-7c7bb9f9], .order-sum[data-v-7c7bb9f9] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-7c7bb9f9] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-7c7bb9f9] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-7c7bb9f9]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-7c7bb9f9] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-7c7bb9f9] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-7c7bb9f9] {
  background-color: #fe3c2e;
}
.lijian[data-v-7c7bb9f9] {
  background-color: #ff861b;
}
.zaoniao[data-v-7c7bb9f9] {
  background-color: #cb3ff3;
}
.maimian[data-v-7c7bb9f9] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-7c7bb9f9] {
  background-color: #4cd864;
}
.youhuiquan[data-v-7c7bb9f9] {
  background-color: #007aff;
}
.jifen[data-v-7c7bb9f9] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-7c7bb9f9], .line-list-page .mdDevice[data-v-7c7bb9f9], .line-detail .mdDevice[data-v-7c7bb9f9] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-7c7bb9f9] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-7c7bb9f9] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.order-info-page[data-v-7c7bb9f9] {
  background-color: #f0eff5;
}
.order-info-page .head-bg[data-v-7c7bb9f9] {
    padding: .625rem;
    background: #007aff;
    margin-bottom: 1rem;
}
.order-info-page .head-bg .title-wrapper[data-v-7c7bb9f9] {
      position: relative;
}
.order-info-page .head-bg .title-wrapper .iconfont[data-v-7c7bb9f9] {
        position: absolute;
        display: none;
        right: 4px;
        bottom: .2rem;
        width: 1rem;
        background: #007aff;
        color: #fff;
}
.order-info-page .head-bg .title[data-v-7c7bb9f9] {
      font: 1rem bold;
      text-align: left;
      color: #ffffff;
}
.order-info-page .head-bg .titleLong .title[data-v-7c7bb9f9] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      height: 3rem;
}
.order-info-page .head-bg .titleLong .iconfont[data-v-7c7bb9f9] {
      display: block;
}
.order-info-page .head-bg .titleMore[data-v-7c7bb9f9] {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden;
}
.order-info-page .head-bg .add[data-v-7c7bb9f9] {
      padding: .625rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font: .875rem normal;
      color: #ffffff;
}
.order-info-page .textarea[data-v-7c7bb9f9] {
    width: 100%;
    height: 6.875rem;
    color: #8e8e93;
    font-size: .875rem;
    line-height: 1.4rem;
}
.order-info-page .choice-seller[data-v-7c7bb9f9] {
    margin-bottom: 3.4rem;
}
.order-info-page .add-tourist .add-button[data-v-7c7bb9f9] {
    margin: .625rem auto;
    width: 7.6rem;
    height: 2.1rem;
    background-color: #007aff;
    color: #fff;
    font: 1rem bold;
    line-height: 2.1rem;
    border-radius: 0.2rem;
}
.order-info-page .add-tourist .notice[data-v-7c7bb9f9] {
    margin-bottom: .625rem;
    font: .875rem normal;
    color: #8e8e93;
}
.order-info-page .confirm[data-v-7c7bb9f9] {
    width: 100%;
    position: fixed;
    bottom: 0;
    line-height: 3rem;
    border-top: 1px solid #c8c8cb;
}
.order-info-page .confirm .price[data-v-7c7bb9f9] {
      color: #ff861b;
      width: 60%;
      float: left;
      background-color: #ffffff;
}
.order-info-page .confirm .sum-title[data-v-7c7bb9f9] {
      font: 1rem bold;
}
.order-info-page .confirm .tag[data-v-7c7bb9f9] {
      font: 1rem bold;
}
.order-info-page .confirm .sum-price[data-v-7c7bb9f9] {
      font: 1.2rem bold;
}
.order-info-page .confirm .detail[data-v-7c7bb9f9] {
      color: #000000;
      font: 1rem bold;
}
.order-info-page .confirm .button[data-v-7c7bb9f9] {
      float: left;
      width: 40%;
      height: 3rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      background-color: #007aff;
      border: 1px solid #007aff;
      color: #fff;
      line-height: 3rem;
}
.order-info-page .confirm .button a[data-v-7c7bb9f9] {
        color: #fff;
}
.order-info-page .confirm .button button[data-v-7c7bb9f9] {
        text-align: center;
}
.order-info-page .confirm .button-text[data-v-7c7bb9f9] {
      line-height: 3rem;
      color: #fff;
      font-size: 1rem;
}
.order-info-page .has-confirm[data-v-7c7bb9f9] {
    padding: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order-info-page .has-confirm .icon[data-v-7c7bb9f9] {
      width: 16%;
      border-right: 1px solid #c8c8cb;
}
.order-info-page .has-confirm .iconfont[data-v-7c7bb9f9] {
      font-size: 1.8rem;
      color: #ff861b;
      line-height: 42px;
}
.order-info-page .has-confirm .text[data-v-7c7bb9f9] {
      padding-left: 1.56rem;
}
.order-info-page .has-confirm .title[data-v-7c7bb9f9] {
      text-align: left;
      font: 1rem bold;
      color: #ff861b;
}
.order-info-page .has-confirm .info[data-v-7c7bb9f9] {
      text-align: left;
      font: .875rem normal;
      color: #999;
}
.order-info-page .marginBottom[data-v-7c7bb9f9] {
    margin-bottom: 3.4rem;
}
.order-info-page .need[data-v-7c7bb9f9] {
    color: #fe3c2e;
}
.scroll[data-v-7c7bb9f9] {
  overflow: hidden;
}

@charset "UTF-8";
.order-list[data-v-5f5a16f2] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-5f5a16f2] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-5f5a16f2] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-5f5a16f2] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-5f5a16f2] {
    font-style: normal;
}
.order-list .list[data-v-5f5a16f2] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-5f5a16f2] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-5f5a16f2] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-5f5a16f2] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-5f5a16f2] {
      margin: 2px 0;
}
.order .hd .status[data-v-5f5a16f2] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-5f5a16f2] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-5f5a16f2] {
      background: #999;
}
.order .hd .statu-blue[data-v-5f5a16f2] {
      background: #007aff;
}
.order .hd .end-time[data-v-5f5a16f2] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-5f5a16f2] {
        color: #f16b6b;
}
.order .bd[data-v-5f5a16f2] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-5f5a16f2] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-5f5a16f2] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-5f5a16f2] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-5f5a16f2] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-5f5a16f2] {
          padding-left: .313rem;
}
.order .bd .status[data-v-5f5a16f2] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-5f5a16f2] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-5f5a16f2] {
      background: #999;
}
.order .bd .statu-blue[data-v-5f5a16f2] {
      background: #007aff;
}
.order .ft[data-v-5f5a16f2] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-5f5a16f2] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-5f5a16f2] {
      font-size: .8rem;
}
.order .ft .fl[data-v-5f5a16f2] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-5f5a16f2] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-5f5a16f2] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-5f5a16f2] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-5f5a16f2] {
    display: none !important;
}
.order .fl[data-v-5f5a16f2] {
    text-align: left;
}
.order .fr[data-v-5f5a16f2] {
    text-align: right;
}
.order .light-gray[data-v-5f5a16f2] {
    color: #999;
}
.order .light-gray span[data-v-5f5a16f2] {
      color: #353535;
}
.order .order-title[data-v-5f5a16f2] {
    text-align: left;
}
.order .title-wrapper[data-v-5f5a16f2] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-5f5a16f2] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-5f5a16f2] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-5f5a16f2] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-5f5a16f2] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-5f5a16f2] {
  height: 4rem;
}
.page-infinite-nodata[data-v-5f5a16f2] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-5f5a16f2] {
  height: 100%;
}
.scroll-box[data-v-5f5a16f2] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-5f5a16f2] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-5f5a16f2] {
  font-size: .875rem;
}
.none-border-bottom[data-v-5f5a16f2] {
  border-bottom: none !important;
}
.section[data-v-5f5a16f2] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-5f5a16f2] {
    color: #2c3e50;
}
.section .item[data-v-5f5a16f2] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-5f5a16f2] {
      font-size: .875rem;
}
.section .item .reload span[data-v-5f5a16f2] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-5f5a16f2] {
      vertical-align: middle;
}
.section .item .reload label[data-v-5f5a16f2] {
      height: 2.4rem;
}
.section .head .title[data-v-5f5a16f2] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-5f5a16f2]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-5f5a16f2] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-5f5a16f2] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-5f5a16f2] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-5f5a16f2] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-5f5a16f2] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-5f5a16f2] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-5f5a16f2], .bill-detail-mask .inline .content-text[data-v-5f5a16f2] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-5f5a16f2] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-5f5a16f2] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-5f5a16f2] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-5f5a16f2] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-5f5a16f2] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-5f5a16f2] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-5f5a16f2] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-5f5a16f2] {
  z-index: 2;
}
.bill-content[data-v-5f5a16f2], .order-sum[data-v-5f5a16f2] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-5f5a16f2] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-5f5a16f2] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-5f5a16f2]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-5f5a16f2] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-5f5a16f2] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-5f5a16f2] {
  background-color: #fe3c2e;
}
.lijian[data-v-5f5a16f2] {
  background-color: #ff861b;
}
.zaoniao[data-v-5f5a16f2] {
  background-color: #cb3ff3;
}
.maimian[data-v-5f5a16f2] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-5f5a16f2] {
  background-color: #4cd864;
}
.youhuiquan[data-v-5f5a16f2] {
  background-color: #007aff;
}
.jifen[data-v-5f5a16f2] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-5f5a16f2], .line-list-page .mdDevice[data-v-5f5a16f2], .line-detail .mdDevice[data-v-5f5a16f2] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-5f5a16f2] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-5f5a16f2] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.order-detail-page .ft[data-v-5f5a16f2] {
  border-top: 1px solid #dedede;
  width: calc(100% - 1.25rem);
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
.order-detail-page .order-item[data-v-5f5a16f2] {
  padding: 0 0.625rem;
  line-height: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-detail-page .contact-item-wrapper[data-v-5f5a16f2] {
  padding: 0.625rem;
}
.order-detail-page .contact-item[data-v-5f5a16f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.5rem;
  height: 1.5rem;
}
.order-detail-page .contact-item .label[data-v-5f5a16f2] {
    text-align: left;
    width: 4rem;
}
.order-detail-page .bill-info .title[data-v-5f5a16f2] {
  font-size: .875rem;
  font-weight: 700;
}
.order-detail-page .order-detail-section[data-v-5f5a16f2] {
  background-color: #fff;
  margin-bottom: 0.625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order-detail-page .border-bottom[data-v-5f5a16f2] {
  border-bottom: 1px solid #f5f5f5;
}
.order-detail-page .custom-title-component[data-v-5f5a16f2] {
  padding: 0 .625rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order-detail-page .custom-title-component .item[data-v-5f5a16f2] {
    line-height: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.order-detail-page .custom-title-component .label[data-v-5f5a16f2] {
    font-size: .875rem;
    font-weight: 700;
    color: #353535;
    width: 80%;
    overflow: hidden;
    text-align: left;
}
.order-detail-page .custom-title-component .checked .iconfont[data-v-5f5a16f2] {
    color: transparent;
}
.order-detail-page .custom-title-component .titleItem[data-v-5f5a16f2] {
    margin-bottom: 0.625rem;
}
.order-detail-page .custom-title-component .dataItem[data-v-5f5a16f2]:not(:last-child) {
    border-bottom: 1px dotted #dedede;
}
.order-detail-page .order-mark[data-v-5f5a16f2] {
  padding: 0;
}
.order-detail-page .order-mark .titleItem[data-v-5f5a16f2] {
    margin-bottom: 0;
    padding: 0 .625rem;
    border-bottom: 1px dotted #dedede;
}
.order-detail-page .order-mark .titleItem[data-v-5f5a16f2]:last-child {
    border-bottom: 1px dotted transparent;
}
.order-detail-page .order-mark .mark-text[data-v-5f5a16f2] {
    padding: .625rem;
    height: 8rem;
    text-align: left;
    overflow: hidden;
}
.order-detail-page .tourist-list[data-v-5f5a16f2] {
  color: #999;
}
.order-detail-page .tourist-list .titleItem[data-v-5f5a16f2] {
    margin-bottom: 0;
    border-bottom: 1px dotted #dedede;
}
.order-detail-page .tourist-list .titleItem .label[data-v-5f5a16f2] {
      color: #353535;
      font-weight: normal;
}
.order-detail-page .tourist-list .titleItem .text[data-v-5f5a16f2], .order-detail-page .tourist-list .titleItem .iconfont[data-v-5f5a16f2] {
      color: #353535;
}
.order-detail-page .tourist-list .titleItem[data-v-5f5a16f2]:last-child {
    border-bottom: 1px dotted transparent;
}
.order-detail-page .bottom-pay[data-v-5f5a16f2] {
  position: fixed;
  bottom: 0;
}
.order-detail-page .bottom-pay .ft[data-v-5f5a16f2] {
    padding: 10px;
    font-size: 1rem;
    color: #999;
}
.order-detail-page .bottom-pay .ft .price[data-v-5f5a16f2] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order-detail-page .bottom-pay .ft .paid[data-v-5f5a16f2] {
      font-size: .8rem;
}
.order-detail-page .bottom-pay .ft .btn-pay[data-v-5f5a16f2] {
      padding: 2px 10px;
      color: #fff;
      border-radius: 15px;
      background: #ff861b;
      border: none;
      font-size: 1.1rem;
      font-weight: bold;
}
.order-detail-page .bottom-pay .ft .btn-cancle[data-v-5f5a16f2] {
      margin-right: .625rem;
      padding: 2px 10px;
      color: #fff;
      border-radius: 15px;
      background: #ff861b;
      background: #999;
      border: none;
}

@charset "UTF-8";
.order-list[data-v-207986bd] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-207986bd] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-207986bd] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-207986bd] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-207986bd] {
    font-style: normal;
}
.order-list .list[data-v-207986bd] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-207986bd] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-207986bd] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-207986bd] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-207986bd] {
      margin: 2px 0;
}
.order .hd .status[data-v-207986bd] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-207986bd] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-207986bd] {
      background: #999;
}
.order .hd .statu-blue[data-v-207986bd] {
      background: #007aff;
}
.order .hd .end-time[data-v-207986bd] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-207986bd] {
        color: #f16b6b;
}
.order .bd[data-v-207986bd] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-207986bd] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-207986bd] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-207986bd] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-207986bd] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-207986bd] {
          padding-left: .313rem;
}
.order .bd .status[data-v-207986bd] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-207986bd] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-207986bd] {
      background: #999;
}
.order .bd .statu-blue[data-v-207986bd] {
      background: #007aff;
}
.order .ft[data-v-207986bd] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-207986bd] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-207986bd] {
      font-size: .8rem;
}
.order .ft .fl[data-v-207986bd] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-207986bd] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-207986bd] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-207986bd] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-207986bd] {
    display: none !important;
}
.order .fl[data-v-207986bd] {
    text-align: left;
}
.order .fr[data-v-207986bd] {
    text-align: right;
}
.order .light-gray[data-v-207986bd] {
    color: #999;
}
.order .light-gray span[data-v-207986bd] {
      color: #353535;
}
.order .order-title[data-v-207986bd] {
    text-align: left;
}
.order .title-wrapper[data-v-207986bd] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-207986bd] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-207986bd] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-207986bd] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-207986bd] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-207986bd] {
  height: 4rem;
}
.page-infinite-nodata[data-v-207986bd] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-207986bd] {
  height: 100%;
}
.scroll-box[data-v-207986bd] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-207986bd] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-207986bd] {
  font-size: .875rem;
}
.none-border-bottom[data-v-207986bd] {
  border-bottom: none !important;
}
.section[data-v-207986bd] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-207986bd] {
    color: #2c3e50;
}
.section .item[data-v-207986bd] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-207986bd] {
      font-size: .875rem;
}
.section .item .reload span[data-v-207986bd] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-207986bd] {
      vertical-align: middle;
}
.section .item .reload label[data-v-207986bd] {
      height: 2.4rem;
}
.section .head .title[data-v-207986bd] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-207986bd]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-207986bd] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-207986bd] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-207986bd] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-207986bd] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-207986bd] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-207986bd] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-207986bd], .bill-detail-mask .inline .content-text[data-v-207986bd] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-207986bd] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-207986bd] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-207986bd] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-207986bd] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-207986bd] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-207986bd] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-207986bd] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-207986bd] {
  z-index: 2;
}
.bill-content[data-v-207986bd], .order-sum[data-v-207986bd] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-207986bd] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-207986bd] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-207986bd]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-207986bd] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-207986bd] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-207986bd] {
  background-color: #fe3c2e;
}
.lijian[data-v-207986bd] {
  background-color: #ff861b;
}
.zaoniao[data-v-207986bd] {
  background-color: #cb3ff3;
}
.maimian[data-v-207986bd] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-207986bd] {
  background-color: #4cd864;
}
.youhuiquan[data-v-207986bd] {
  background-color: #007aff;
}
.jifen[data-v-207986bd] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-207986bd], .line-list-page .mdDevice[data-v-207986bd], .line-detail .mdDevice[data-v-207986bd] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-207986bd] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-207986bd] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.invoice-list[data-v-207986bd] {
  text-align: left;
  height: 100%;
}
.invoice-list .invoice-list-wrapper[data-v-207986bd] {
    overflow-y: auto;
    padding-bottom: 0.75rem;
}
.invoice-list .invoice-edit[data-v-207986bd] {
    position: absolute;
    right: 0;
}
.invoice-list .invoice-add[data-v-207986bd] {
    background: #fff;
    padding: 0.625rem;
    padding-bottom: 0;
}
.invoice-list .invoice-item[data-v-207986bd] {
    background: #fff;
    padding: 0.625rem;
}
.invoice-list .invoice-item li + li[data-v-207986bd] {
      margin-top: 0.375rem;
}
.invoice-list .invoice-item li[data-v-207986bd] {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.invoice-list .invoice-item li .invoice-label[data-v-207986bd] {
        width: 6rem;
}
.invoice-list .invoice-item li .invoice-value[data-v-207986bd] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.invoice-list .invoice-item + .invoice-item[data-v-207986bd] {
    margin-top: 0.375rem;
}
.invoice-list .invoice-btn[data-v-207986bd] {
    display: inline-block;
    padding: 2px 1.2rem;
    margin-bottom: .375rem;
    border-radius: 1.25rem;
    font-size: .8rem;
    color: #fff;
}
.invoice-list .invoice-btn-orange[data-v-207986bd] {
    background: #ff861b;
}
.invoice-list .invoice-btn-blue[data-v-207986bd] {
    background: #007aff;
}
.invoice-list .invoice-btn-disabled[data-v-207986bd] {
    background: #999;
}
.invoice-list .page-infinite-loading[data-v-207986bd] {
    text-align: center;
}

@charset "UTF-8";
.order-list[data-v-ab837578] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-ab837578] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-ab837578] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-ab837578] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-ab837578] {
    font-style: normal;
}
.order-list .list[data-v-ab837578] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-ab837578] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-ab837578] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-ab837578] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-ab837578] {
      margin: 2px 0;
}
.order .hd .status[data-v-ab837578] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-ab837578] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-ab837578] {
      background: #999;
}
.order .hd .statu-blue[data-v-ab837578] {
      background: #007aff;
}
.order .hd .end-time[data-v-ab837578] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-ab837578] {
        color: #f16b6b;
}
.order .bd[data-v-ab837578] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-ab837578] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-ab837578] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-ab837578] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-ab837578] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-ab837578] {
          padding-left: .313rem;
}
.order .bd .status[data-v-ab837578] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-ab837578] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-ab837578] {
      background: #999;
}
.order .bd .statu-blue[data-v-ab837578] {
      background: #007aff;
}
.order .ft[data-v-ab837578] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-ab837578] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-ab837578] {
      font-size: .8rem;
}
.order .ft .fl[data-v-ab837578] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-ab837578] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-ab837578] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-ab837578] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-ab837578] {
    display: none !important;
}
.order .fl[data-v-ab837578] {
    text-align: left;
}
.order .fr[data-v-ab837578] {
    text-align: right;
}
.order .light-gray[data-v-ab837578] {
    color: #999;
}
.order .light-gray span[data-v-ab837578] {
      color: #353535;
}
.order .order-title[data-v-ab837578] {
    text-align: left;
}
.order .title-wrapper[data-v-ab837578] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-ab837578] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-ab837578] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-ab837578] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-ab837578] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-ab837578] {
  height: 4rem;
}
.page-infinite-nodata[data-v-ab837578] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-ab837578] {
  height: 100%;
}
.scroll-box[data-v-ab837578] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-ab837578] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-ab837578] {
  font-size: .875rem;
}
.none-border-bottom[data-v-ab837578] {
  border-bottom: none !important;
}
.section[data-v-ab837578] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-ab837578] {
    color: #2c3e50;
}
.section .item[data-v-ab837578] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-ab837578] {
      font-size: .875rem;
}
.section .item .reload span[data-v-ab837578] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-ab837578] {
      vertical-align: middle;
}
.section .item .reload label[data-v-ab837578] {
      height: 2.4rem;
}
.section .head .title[data-v-ab837578] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-ab837578]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-ab837578] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-ab837578] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-ab837578] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-ab837578] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-ab837578] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-ab837578] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-ab837578], .bill-detail-mask .inline .content-text[data-v-ab837578] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-ab837578] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-ab837578] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-ab837578] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-ab837578] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-ab837578] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-ab837578] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-ab837578] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-ab837578] {
  z-index: 2;
}
.bill-content[data-v-ab837578], .order-sum[data-v-ab837578] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-ab837578] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-ab837578] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-ab837578]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-ab837578] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-ab837578] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-ab837578] {
  background-color: #fe3c2e;
}
.lijian[data-v-ab837578] {
  background-color: #ff861b;
}
.zaoniao[data-v-ab837578] {
  background-color: #cb3ff3;
}
.maimian[data-v-ab837578] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-ab837578] {
  background-color: #4cd864;
}
.youhuiquan[data-v-ab837578] {
  background-color: #007aff;
}
.jifen[data-v-ab837578] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-ab837578], .line-list-page .mdDevice[data-v-ab837578], .line-detail .mdDevice[data-v-ab837578] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-ab837578] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-ab837578] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.net-error-page[data-v-ab837578] {
  width: 100%;
  height: 100%;
}
.content[data-v-ab837578] {
  margin: 0 auto;
  position: relative;
  top: 60%;
  margin-top: -240px;
  text-align: center;
  color: #999;
}
#out-code[data-v-ab837578] {
  display: none;
}

@charset "UTF-8";
.order-list[data-v-3dc13c02] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-3dc13c02] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-3dc13c02] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-3dc13c02] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-3dc13c02] {
    font-style: normal;
}
.order-list .list[data-v-3dc13c02] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-3dc13c02] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-3dc13c02] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-3dc13c02] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-3dc13c02] {
      margin: 2px 0;
}
.order .hd .status[data-v-3dc13c02] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-3dc13c02] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-3dc13c02] {
      background: #999;
}
.order .hd .statu-blue[data-v-3dc13c02] {
      background: #007aff;
}
.order .hd .end-time[data-v-3dc13c02] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-3dc13c02] {
        color: #f16b6b;
}
.order .bd[data-v-3dc13c02] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-3dc13c02] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-3dc13c02] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-3dc13c02] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-3dc13c02] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-3dc13c02] {
          padding-left: .313rem;
}
.order .bd .status[data-v-3dc13c02] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-3dc13c02] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-3dc13c02] {
      background: #999;
}
.order .bd .statu-blue[data-v-3dc13c02] {
      background: #007aff;
}
.order .ft[data-v-3dc13c02] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-3dc13c02] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-3dc13c02] {
      font-size: .8rem;
}
.order .ft .fl[data-v-3dc13c02] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-3dc13c02] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-3dc13c02] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-3dc13c02] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-3dc13c02] {
    display: none !important;
}
.order .fl[data-v-3dc13c02] {
    text-align: left;
}
.order .fr[data-v-3dc13c02] {
    text-align: right;
}
.order .light-gray[data-v-3dc13c02] {
    color: #999;
}
.order .light-gray span[data-v-3dc13c02] {
      color: #353535;
}
.order .order-title[data-v-3dc13c02] {
    text-align: left;
}
.order .title-wrapper[data-v-3dc13c02] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-3dc13c02] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-3dc13c02] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-3dc13c02] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-3dc13c02] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-3dc13c02] {
  height: 4rem;
}
.page-infinite-nodata[data-v-3dc13c02] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-3dc13c02] {
  height: 100%;
}
.scroll-box[data-v-3dc13c02] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-3dc13c02] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-3dc13c02] {
  font-size: .875rem;
}
.none-border-bottom[data-v-3dc13c02] {
  border-bottom: none !important;
}
.section[data-v-3dc13c02] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-3dc13c02] {
    color: #2c3e50;
}
.section .item[data-v-3dc13c02] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-3dc13c02] {
      font-size: .875rem;
}
.section .item .reload span[data-v-3dc13c02] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-3dc13c02] {
      vertical-align: middle;
}
.section .item .reload label[data-v-3dc13c02] {
      height: 2.4rem;
}
.section .head .title[data-v-3dc13c02] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-3dc13c02]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-3dc13c02] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-3dc13c02] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-3dc13c02] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-3dc13c02] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-3dc13c02] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-3dc13c02] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-3dc13c02], .bill-detail-mask .inline .content-text[data-v-3dc13c02] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-3dc13c02] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-3dc13c02] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-3dc13c02] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-3dc13c02] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-3dc13c02] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-3dc13c02] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-3dc13c02] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-3dc13c02] {
  z-index: 2;
}
.bill-content[data-v-3dc13c02], .order-sum[data-v-3dc13c02] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-3dc13c02] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-3dc13c02] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-3dc13c02]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-3dc13c02] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-3dc13c02] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-3dc13c02] {
  background-color: #fe3c2e;
}
.lijian[data-v-3dc13c02] {
  background-color: #ff861b;
}
.zaoniao[data-v-3dc13c02] {
  background-color: #cb3ff3;
}
.maimian[data-v-3dc13c02] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-3dc13c02] {
  background-color: #4cd864;
}
.youhuiquan[data-v-3dc13c02] {
  background-color: #007aff;
}
.jifen[data-v-3dc13c02] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-3dc13c02], .line-list-page .mdDevice[data-v-3dc13c02], .line-detail .mdDevice[data-v-3dc13c02] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-3dc13c02] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-3dc13c02] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.alitransfer-page img[data-v-3dc13c02] {
  width: 100%;
}
.alitransfer-page .more-loading[data-v-3dc13c02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #999;
}
.alitransfer-page .loading-box[data-v-3dc13c02] {
  height: 60px;
}
.alitransfer-page .loading-text[data-v-3dc13c02] {
  line-height: 2rem;
}

@charset "UTF-8";
.order-list[data-v-426c1ada] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-426c1ada] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-426c1ada] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-426c1ada] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-426c1ada] {
    font-style: normal;
}
.order-list .list[data-v-426c1ada] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-426c1ada] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-426c1ada] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-426c1ada] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-426c1ada] {
      margin: 2px 0;
}
.order .hd .status[data-v-426c1ada] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-426c1ada] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-426c1ada] {
      background: #999;
}
.order .hd .statu-blue[data-v-426c1ada] {
      background: #007aff;
}
.order .hd .end-time[data-v-426c1ada] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-426c1ada] {
        color: #f16b6b;
}
.order .bd[data-v-426c1ada] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-426c1ada] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-426c1ada] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-426c1ada] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-426c1ada] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-426c1ada] {
          padding-left: .313rem;
}
.order .bd .status[data-v-426c1ada] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-426c1ada] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-426c1ada] {
      background: #999;
}
.order .bd .statu-blue[data-v-426c1ada] {
      background: #007aff;
}
.order .ft[data-v-426c1ada] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-426c1ada] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-426c1ada] {
      font-size: .8rem;
}
.order .ft .fl[data-v-426c1ada] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-426c1ada] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-426c1ada] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-426c1ada] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-426c1ada] {
    display: none !important;
}
.order .fl[data-v-426c1ada] {
    text-align: left;
}
.order .fr[data-v-426c1ada] {
    text-align: right;
}
.order .light-gray[data-v-426c1ada] {
    color: #999;
}
.order .light-gray span[data-v-426c1ada] {
      color: #353535;
}
.order .order-title[data-v-426c1ada] {
    text-align: left;
}
.order .title-wrapper[data-v-426c1ada] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-426c1ada] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-426c1ada] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-426c1ada] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-426c1ada] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-426c1ada] {
  height: 4rem;
}
.page-infinite-nodata[data-v-426c1ada] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-426c1ada] {
  height: 100%;
}
.scroll-box[data-v-426c1ada] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-426c1ada] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-426c1ada] {
  font-size: .875rem;
}
.none-border-bottom[data-v-426c1ada] {
  border-bottom: none !important;
}
.section[data-v-426c1ada] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-426c1ada] {
    color: #2c3e50;
}
.section .item[data-v-426c1ada] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-426c1ada] {
      font-size: .875rem;
}
.section .item .reload span[data-v-426c1ada] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-426c1ada] {
      vertical-align: middle;
}
.section .item .reload label[data-v-426c1ada] {
      height: 2.4rem;
}
.section .head .title[data-v-426c1ada] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-426c1ada]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-426c1ada] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-426c1ada] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-426c1ada] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-426c1ada] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-426c1ada] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-426c1ada] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-426c1ada], .bill-detail-mask .inline .content-text[data-v-426c1ada] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-426c1ada] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-426c1ada] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-426c1ada] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-426c1ada] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-426c1ada] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-426c1ada] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-426c1ada] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-426c1ada] {
  z-index: 2;
}
.bill-content[data-v-426c1ada], .order-sum[data-v-426c1ada] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-426c1ada] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-426c1ada] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-426c1ada]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-426c1ada] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-426c1ada] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-426c1ada] {
  background-color: #fe3c2e;
}
.lijian[data-v-426c1ada] {
  background-color: #ff861b;
}
.zaoniao[data-v-426c1ada] {
  background-color: #cb3ff3;
}
.maimian[data-v-426c1ada] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-426c1ada] {
  background-color: #4cd864;
}
.youhuiquan[data-v-426c1ada] {
  background-color: #007aff;
}
.jifen[data-v-426c1ada] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-426c1ada], .line-list-page .mdDevice[data-v-426c1ada], .line-detail .mdDevice[data-v-426c1ada] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-426c1ada] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-426c1ada] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.order-pay-page[data-v-426c1ada] {
  min-height: calc(100% - 2.5rem);
  padding-top: 2.5rem;
  /* 图层蒙板 */
  /* 二维码预览 */
}
.order-pay-page .order-pay-content[data-v-426c1ada] {
    background: #f0eff5;
}
.order-pay-page .box-shadow[data-v-426c1ada] {
    margin-bottom: .625rem;
    background-color: #ffffff;
    border-top: 1px solid #c8c8cb;
    border-bottom: 1px solid #c8c8cb;
}
.order-pay-page .countdown[data-v-426c1ada] {
    padding: 2rem 0;
    margin-bottom: .625rem;
    height: 4rem;
    background: linear-gradient(135deg, #007aff, #39abfe);
}
.order-pay-page .countdown-label[data-v-426c1ada], .order-pay-page .timer[data-v-426c1ada] {
    line-height: 2rem;
    color: #fff;
}
.order-pay-page .countdown-label[data-v-426c1ada] {
    font-size: 1rem;
}
.order-pay-page .timer[data-v-426c1ada] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.order-pay-page .box[data-v-426c1ada] {
    margin-right: 0.4rem;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border-radius: 4px;
    color: #007aff;
}
.order-pay-page .remain[data-v-426c1ada] {
    margin-right: .625rem;
    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ff861b;
}
.order-pay-page .tag[data-v-426c1ada] {
    font-size: .875rem;
}
.order-pay-page .times-pay[data-v-426c1ada] {
    padding: 0.4rem 0;
}
.order-pay-page .times-button[data-v-426c1ada] {
    margin: 0 auto;
    width: 20%;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #007aff;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    color: #007aff;
}
.order-pay-page .pay-obj[data-v-426c1ada], .order-pay-page .current-pay[data-v-426c1ada] {
    font-size: 1rem;
}
.order-pay-page .recommend[data-v-426c1ada] {
    display: inline-block;
    border-radius: 4px;
    margin-top: 0.2rem;
    background-color: #fe3c2e;
    color: #fff;
    font-size: .625rem;
    line-height: 1rem;
    height: 1rem;
}
.order-pay-page .order-item[data-v-426c1ada] {
    margin-left: .625rem;
    text-align: left;
    line-height: 2.4rem;
}
.order-pay-page .order-title[data-v-426c1ada] {
    font-size: 1rem;
    font-weight: 700;
    color: #007aff;
}
.order-pay-page .line-title[data-v-426c1ada] {
    padding: .625rem 0;
    line-height: 1.6rem;
}
.order-pay-page .info-item[data-v-426c1ada] {
    padding-right: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order-pay-page .info-item .label[data-v-426c1ada] {
      width: 20%;
      text-align: left;
}
.order-pay-page .info-item .content[data-v-426c1ada] {
      position: relative;
}
.order-pay-page .info-item .num[data-v-426c1ada] {
      font-weight: bold;
}
.order-pay-page .pay-item[data-v-426c1ada] {
    line-height: 2.4rem;
}
.order-pay-page .pay-item .label[data-v-426c1ada] {
      position: relative;
}
.order-pay-page .pay-item .label .iconfont[data-v-426c1ada] {
        position: absolute;
}
.order-pay-page .pay-item .iconfont[data-v-426c1ada] {
      font-size: 2rem;
}
.order-pay-page .pay-item .icon-zhifubao[data-v-426c1ada] {
      color: #108ee9;
}
.order-pay-page .pay-item .icon-xiangmulan-weixinhao[data-v-426c1ada] {
      color: #62b900;
}
.order-pay-page .time-content[data-v-426c1ada] {
    font-size: .875rem;
    color: #ff861b;
    font-weight: 700;
}
.order-pay-page .icon-jishi[data-v-426c1ada] {
    font-weight: normal;
    font-size: .875rem;
    text-align: center;
}
.order-pay-page .pay-text[data-v-426c1ada] {
    color: #999;
    font-size: .875rem;
    font-weight: bold;
}
.order-pay-page .pay-box[data-v-426c1ada] {
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 1;
    background-color: #fff;
    border-radius: 0.6rem;
    width: 90%;
    height: 14rem;
    overflow: hidden;
    color: #353535;
}
.order-pay-page .pay-content[data-v-426c1ada] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 0;
    background-color: #f5f5f5;
    text-align: left;
}
.order-pay-page .pay-input[data-v-426c1ada] {
    font-size: 1rem;
    font-weight: 700;
}
.order-pay-page .pay-lable[data-v-426c1ada] {
    margin-right: 1rem;
}
.order-pay-page .pay-addinfo[data-v-426c1ada] {
    text-align: center;
    font-size: .625rem;
    line-height: 2rem;
}
.order-pay-page .input-price[data-v-426c1ada] {
    height: 1.4rem;
    font-size: 1rem;
    font-weight: 700;
    color: #ff861b;
}
.order-pay-page .pay-title[data-v-426c1ada] {
    font-size: 1rem;
    font-weight: 700;
    line-height: 3rem;
}
.order-pay-page .button[data-v-426c1ada] {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.order-pay-page .cancle[data-v-426c1ada], .order-pay-page .confirm[data-v-426c1ada] {
    width: 50%;
    float: left;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 700;
    background-color: #f5f5f5;
}
.order-pay-page .active[data-v-426c1ada] {
    background-color: #007aff;
    color: #fff;
}
.order-pay-page .pay-mask-bottom[data-v-426c1ada] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.order-pay-page .ali-pay-mask img[data-v-426c1ada] {
    width: 100%;
}
.order-pay-page .filter[data-v-426c1ada] {
    -webkit-filter: blur(2px);
            filter: blur(2px);
}
.order-pay-page .border-bottom[data-v-426c1ada] {
    border-bottom: 1px solid #c8c8cb;
}
.order-pay-page .border-bottom[data-v-426c1ada]:last-child {
    border-bottom: none;
}
.order-pay-page .code-preview[data-v-426c1ada] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.84);
    color: #fff;
    line-height: 2.4rem;
}
.order-pay-page .code-preview .notice[data-v-426c1ada] {
      width: 100%;
      overflow: hidden;
}
.order-pay-page .code-preview .notice .line[data-v-426c1ada] {
        display: inline-block;
        width: 6%;
        border-bottom: 1px solid #c8c8cb;
        -webkit-transform: translate(0, -0.2rem);
                transform: translate(0, -0.2rem);
}
.order-pay-page .code-preview .pay-amount .amount[data-v-426c1ada] {
      color: #ff861b;
      font-size: 1rem;
      font-weight: bold;
}
.order-pay-page .code-preview .dataCode-preview[data-v-426c1ada] {
      width: 200px;
      height: 200px;
}
.order-pay-page .code-preview .pay-footer[data-v-426c1ada] {
      vertical-align: middle;
      line-height: 3rem;
}
.order-pay-page .code-preview .pay-footer .iconfont[data-v-426c1ada] {
        font-size: 1.4rem;
}
.order-pay-page .code-preview .pay-footer .icon-zhifubao[data-v-426c1ada] {
        color: #108ee9;
}
.order-pay-page .code-preview .pay-footer .icon-xiangmulan-weixinhao[data-v-426c1ada] {
        color: #62b900;
}
.order-pay-page .code-preview .pay-footer .notic-link[data-v-426c1ada] {
        vertical-align: top;
}

@charset "UTF-8";
.order-list[data-v-15b699ff] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-15b699ff] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-15b699ff] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-15b699ff] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-15b699ff] {
    font-style: normal;
}
.order-list .list[data-v-15b699ff] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-15b699ff] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-15b699ff] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-15b699ff] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-15b699ff] {
      margin: 2px 0;
}
.order .hd .status[data-v-15b699ff] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-15b699ff] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-15b699ff] {
      background: #999;
}
.order .hd .statu-blue[data-v-15b699ff] {
      background: #007aff;
}
.order .hd .end-time[data-v-15b699ff] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-15b699ff] {
        color: #f16b6b;
}
.order .bd[data-v-15b699ff] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-15b699ff] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-15b699ff] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-15b699ff] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-15b699ff] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-15b699ff] {
          padding-left: .313rem;
}
.order .bd .status[data-v-15b699ff] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-15b699ff] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-15b699ff] {
      background: #999;
}
.order .bd .statu-blue[data-v-15b699ff] {
      background: #007aff;
}
.order .ft[data-v-15b699ff] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-15b699ff] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-15b699ff] {
      font-size: .8rem;
}
.order .ft .fl[data-v-15b699ff] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-15b699ff] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-15b699ff] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-15b699ff] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-15b699ff] {
    display: none !important;
}
.order .fl[data-v-15b699ff] {
    text-align: left;
}
.order .fr[data-v-15b699ff] {
    text-align: right;
}
.order .light-gray[data-v-15b699ff] {
    color: #999;
}
.order .light-gray span[data-v-15b699ff] {
      color: #353535;
}
.order .order-title[data-v-15b699ff] {
    text-align: left;
}
.order .title-wrapper[data-v-15b699ff] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-15b699ff] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-15b699ff] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-15b699ff] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-15b699ff] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-15b699ff] {
  height: 4rem;
}
.page-infinite-nodata[data-v-15b699ff] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-15b699ff] {
  height: 100%;
}
.scroll-box[data-v-15b699ff] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-15b699ff] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-15b699ff] {
  font-size: .875rem;
}
.none-border-bottom[data-v-15b699ff] {
  border-bottom: none !important;
}
.section[data-v-15b699ff] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-15b699ff] {
    color: #2c3e50;
}
.section .item[data-v-15b699ff] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-15b699ff] {
      font-size: .875rem;
}
.section .item .reload span[data-v-15b699ff] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-15b699ff] {
      vertical-align: middle;
}
.section .item .reload label[data-v-15b699ff] {
      height: 2.4rem;
}
.section .head .title[data-v-15b699ff] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-15b699ff]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-15b699ff] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-15b699ff] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-15b699ff] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-15b699ff] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-15b699ff] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-15b699ff] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-15b699ff], .bill-detail-mask .inline .content-text[data-v-15b699ff] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-15b699ff] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-15b699ff] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-15b699ff] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-15b699ff] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-15b699ff] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-15b699ff] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-15b699ff] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-15b699ff] {
  z-index: 2;
}
.bill-content[data-v-15b699ff], .order-sum[data-v-15b699ff] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-15b699ff] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-15b699ff] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-15b699ff]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-15b699ff] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-15b699ff] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-15b699ff] {
  background-color: #fe3c2e;
}
.lijian[data-v-15b699ff] {
  background-color: #ff861b;
}
.zaoniao[data-v-15b699ff] {
  background-color: #cb3ff3;
}
.maimian[data-v-15b699ff] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-15b699ff] {
  background-color: #4cd864;
}
.youhuiquan[data-v-15b699ff] {
  background-color: #007aff;
}
.jifen[data-v-15b699ff] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-15b699ff], .line-list-page .mdDevice[data-v-15b699ff], .line-detail .mdDevice[data-v-15b699ff] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-15b699ff] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-15b699ff] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.fade-enter-active[data-v-15b699ff], .fade-leave-active[data-v-15b699ff] {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}
.fade-enter[data-v-15b699ff], .fade-leave-to[data-v-15b699ff] {
  opacity: 0;
}
.edit-item[data-v-15b699ff]::after {
  content: '';
  display: block;
  width: calc(100% - 1.5rem);
  color: red;
  height: 2px;
}
.edit-tab[data-v-15b699ff] {
  padding: 0 .625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 3rem;
}
.id-form[data-v-15b699ff], .passPort-form[data-v-15b699ff] {
  padding: 0 .625rem;
}
.edit-item[data-v-15b699ff] {
  width: 50%;
  font-size: .875rem;
  font-weight: 700;
}
.active[data-v-15b699ff] {
  border-bottom: 2px solid #007aff;
}
.button-wrapper[data-v-15b699ff] {
  margin-bottom: 3rem;
}
.tourist-edit-content[data-v-15b699ff] {
  background-color: #fff;
}

@charset "UTF-8";
.order-list[data-v-d12e2d16] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-d12e2d16] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-d12e2d16] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-d12e2d16] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-d12e2d16] {
    font-style: normal;
}
.order-list .list[data-v-d12e2d16] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-d12e2d16] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-d12e2d16] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-d12e2d16] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-d12e2d16] {
      margin: 2px 0;
}
.order .hd .status[data-v-d12e2d16] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-d12e2d16] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-d12e2d16] {
      background: #999;
}
.order .hd .statu-blue[data-v-d12e2d16] {
      background: #007aff;
}
.order .hd .end-time[data-v-d12e2d16] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-d12e2d16] {
        color: #f16b6b;
}
.order .bd[data-v-d12e2d16] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-d12e2d16] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-d12e2d16] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-d12e2d16] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-d12e2d16] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-d12e2d16] {
          padding-left: .313rem;
}
.order .bd .status[data-v-d12e2d16] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-d12e2d16] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-d12e2d16] {
      background: #999;
}
.order .bd .statu-blue[data-v-d12e2d16] {
      background: #007aff;
}
.order .ft[data-v-d12e2d16] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-d12e2d16] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-d12e2d16] {
      font-size: .8rem;
}
.order .ft .fl[data-v-d12e2d16] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-d12e2d16] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-d12e2d16] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-d12e2d16] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-d12e2d16] {
    display: none !important;
}
.order .fl[data-v-d12e2d16] {
    text-align: left;
}
.order .fr[data-v-d12e2d16] {
    text-align: right;
}
.order .light-gray[data-v-d12e2d16] {
    color: #999;
}
.order .light-gray span[data-v-d12e2d16] {
      color: #353535;
}
.order .order-title[data-v-d12e2d16] {
    text-align: left;
}
.order .title-wrapper[data-v-d12e2d16] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-d12e2d16] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-d12e2d16] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-d12e2d16] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-d12e2d16] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-d12e2d16] {
  height: 4rem;
}
.page-infinite-nodata[data-v-d12e2d16] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-d12e2d16] {
  height: 100%;
}
.scroll-box[data-v-d12e2d16] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-d12e2d16] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-d12e2d16] {
  font-size: .875rem;
}
.none-border-bottom[data-v-d12e2d16] {
  border-bottom: none !important;
}
.section[data-v-d12e2d16] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-d12e2d16] {
    color: #2c3e50;
}
.section .item[data-v-d12e2d16] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-d12e2d16] {
      font-size: .875rem;
}
.section .item .reload span[data-v-d12e2d16] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-d12e2d16] {
      vertical-align: middle;
}
.section .item .reload label[data-v-d12e2d16] {
      height: 2.4rem;
}
.section .head .title[data-v-d12e2d16] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-d12e2d16]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-d12e2d16] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-d12e2d16] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-d12e2d16] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-d12e2d16] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-d12e2d16] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-d12e2d16] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-d12e2d16], .bill-detail-mask .inline .content-text[data-v-d12e2d16] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-d12e2d16] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-d12e2d16] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-d12e2d16] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-d12e2d16] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-d12e2d16] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-d12e2d16] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-d12e2d16] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-d12e2d16] {
  z-index: 2;
}
.bill-content[data-v-d12e2d16], .order-sum[data-v-d12e2d16] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-d12e2d16] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-d12e2d16] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-d12e2d16]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-d12e2d16] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-d12e2d16] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-d12e2d16] {
  background-color: #fe3c2e;
}
.lijian[data-v-d12e2d16] {
  background-color: #ff861b;
}
.zaoniao[data-v-d12e2d16] {
  background-color: #cb3ff3;
}
.maimian[data-v-d12e2d16] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-d12e2d16] {
  background-color: #4cd864;
}
.youhuiquan[data-v-d12e2d16] {
  background-color: #007aff;
}
.jifen[data-v-d12e2d16] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-d12e2d16], .line-list-page .mdDevice[data-v-d12e2d16], .line-detail .mdDevice[data-v-d12e2d16] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-d12e2d16] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-d12e2d16] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.order-detail-page .ft[data-v-d12e2d16] {
  border-top: 1px solid #dedede;
  width: calc(100% - 1.25rem);
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
.order-detail-page .order-item[data-v-d12e2d16] {
  padding: 0 0.625rem;
  line-height: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-detail-page .contact-item-wrapper[data-v-d12e2d16] {
  padding: 0.625rem;
}
.order-detail-page .contact-item[data-v-d12e2d16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.5rem;
  height: 1.5rem;
}
.order-detail-page .contact-item .label[data-v-d12e2d16] {
    text-align: left;
    width: 4rem;
}
.order-detail-page .bill-info .title[data-v-d12e2d16] {
  font-size: .875rem;
  font-weight: 700;
}
.order-detail-page .order-detail-section[data-v-d12e2d16] {
  background-color: #fff;
  margin-bottom: 0.625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order-detail-page .border-bottom[data-v-d12e2d16] {
  border-bottom: 1px solid #f5f5f5;
}
.order-detail-page .custom-title-component[data-v-d12e2d16] {
  padding: 0 .625rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order-detail-page .custom-title-component .item[data-v-d12e2d16] {
    line-height: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.order-detail-page .custom-title-component .label[data-v-d12e2d16] {
    font-size: .875rem;
    font-weight: 700;
    color: #353535;
    width: 80%;
    overflow: hidden;
    text-align: left;
}
.order-detail-page .custom-title-component .checked .iconfont[data-v-d12e2d16] {
    color: transparent;
}
.order-detail-page .custom-title-component .titleItem[data-v-d12e2d16] {
    margin-bottom: 0.625rem;
}
.order-detail-page .custom-title-component .dataItem[data-v-d12e2d16]:not(:last-child) {
    border-bottom: 1px dotted #dedede;
}
.order-detail-page .order-mark[data-v-d12e2d16] {
  padding: 0;
}
.order-detail-page .order-mark .titleItem[data-v-d12e2d16] {
    margin-bottom: 0;
    padding: 0 .625rem;
    border-bottom: 1px dotted #dedede;
}
.order-detail-page .order-mark .titleItem[data-v-d12e2d16]:last-child {
    border-bottom: 1px dotted transparent;
}
.order-detail-page .order-mark .mark-text[data-v-d12e2d16] {
    padding: .625rem;
    height: 8rem;
    text-align: left;
    overflow: hidden;
}
.order-detail-page .tourist-list[data-v-d12e2d16] {
  color: #999;
}
.order-detail-page .tourist-list .titleItem[data-v-d12e2d16] {
    margin-bottom: 0;
    border-bottom: 1px dotted #dedede;
}
.order-detail-page .tourist-list .titleItem .label[data-v-d12e2d16] {
      color: #353535;
      font-weight: normal;
}
.order-detail-page .tourist-list .titleItem .text[data-v-d12e2d16], .order-detail-page .tourist-list .titleItem .iconfont[data-v-d12e2d16] {
      color: #353535;
}
.order-detail-page .tourist-list .titleItem[data-v-d12e2d16]:last-child {
    border-bottom: 1px dotted transparent;
}
.order-detail-page .bottom-pay[data-v-d12e2d16] {
  position: fixed;
  bottom: 0;
}
.order-detail-page .bottom-pay .ft[data-v-d12e2d16] {
    padding: 10px;
    font-size: 1rem;
    color: #999;
}
.order-detail-page .bottom-pay .ft .price[data-v-d12e2d16] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order-detail-page .bottom-pay .ft .paid[data-v-d12e2d16] {
      font-size: .8rem;
}
.order-detail-page .bottom-pay .ft .btn-pay[data-v-d12e2d16] {
      padding: 2px 10px;
      color: #fff;
      border-radius: 15px;
      background: #ff861b;
      border: none;
      font-size: 1.1rem;
      font-weight: bold;
}
.order-detail-page .bottom-pay .ft .btn-cancle[data-v-d12e2d16] {
      margin-right: .625rem;
      padding: 2px 10px;
      color: #fff;
      border-radius: 15px;
      background: #ff861b;
      background: #999;
      border: none;
}

@charset "UTF-8";
.order-list[data-v-78533912] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-78533912] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-78533912] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-78533912] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-78533912] {
    font-style: normal;
}
.order-list .list[data-v-78533912] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-78533912] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-78533912] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-78533912] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-78533912] {
      margin: 2px 0;
}
.order .hd .status[data-v-78533912] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-78533912] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-78533912] {
      background: #999;
}
.order .hd .statu-blue[data-v-78533912] {
      background: #007aff;
}
.order .hd .end-time[data-v-78533912] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-78533912] {
        color: #f16b6b;
}
.order .bd[data-v-78533912] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-78533912] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-78533912] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-78533912] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-78533912] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-78533912] {
          padding-left: .313rem;
}
.order .bd .status[data-v-78533912] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-78533912] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-78533912] {
      background: #999;
}
.order .bd .statu-blue[data-v-78533912] {
      background: #007aff;
}
.order .ft[data-v-78533912] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-78533912] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-78533912] {
      font-size: .8rem;
}
.order .ft .fl[data-v-78533912] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-78533912] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-78533912] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-78533912] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-78533912] {
    display: none !important;
}
.order .fl[data-v-78533912] {
    text-align: left;
}
.order .fr[data-v-78533912] {
    text-align: right;
}
.order .light-gray[data-v-78533912] {
    color: #999;
}
.order .light-gray span[data-v-78533912] {
      color: #353535;
}
.order .order-title[data-v-78533912] {
    text-align: left;
}
.order .title-wrapper[data-v-78533912] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-78533912] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-78533912] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-78533912] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-78533912] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-78533912] {
  height: 4rem;
}
.page-infinite-nodata[data-v-78533912] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-78533912] {
  height: 100%;
}
.scroll-box[data-v-78533912] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-78533912] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-78533912] {
  font-size: .875rem;
}
.none-border-bottom[data-v-78533912] {
  border-bottom: none !important;
}
.section[data-v-78533912] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-78533912] {
    color: #2c3e50;
}
.section .item[data-v-78533912] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-78533912] {
      font-size: .875rem;
}
.section .item .reload span[data-v-78533912] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-78533912] {
      vertical-align: middle;
}
.section .item .reload label[data-v-78533912] {
      height: 2.4rem;
}
.section .head .title[data-v-78533912] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-78533912]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-78533912] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-78533912] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-78533912] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-78533912] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-78533912] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-78533912] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-78533912], .bill-detail-mask .inline .content-text[data-v-78533912] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-78533912] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-78533912] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-78533912] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-78533912] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-78533912] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-78533912] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-78533912] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-78533912] {
  z-index: 2;
}
.bill-content[data-v-78533912], .order-sum[data-v-78533912] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-78533912] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-78533912] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-78533912]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-78533912] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-78533912] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-78533912] {
  background-color: #fe3c2e;
}
.lijian[data-v-78533912] {
  background-color: #ff861b;
}
.zaoniao[data-v-78533912] {
  background-color: #cb3ff3;
}
.maimian[data-v-78533912] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-78533912] {
  background-color: #4cd864;
}
.youhuiquan[data-v-78533912] {
  background-color: #007aff;
}
.jifen[data-v-78533912] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-78533912], .line-list-page .mdDevice[data-v-78533912], .line-detail .mdDevice[data-v-78533912] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-78533912] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-78533912] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.order-mark[data-v-78533912] {
  width: calc(100% - 2.5rem);
  margin: .625rem;
  padding: .625rem;
  font-size: .875rem;
  border: 1px solid #999;
}
.order-mark[data-v-78533912]:focus {
  border: 1px solid #999;
}
.mark-bottom[data-v-78533912] {
  margin: 0 .625rem;
  font-size: .75rem;
  text-align: right;
}
.over-chart[data-v-78533912] {
  color: #ff861b;
}

@charset "UTF-8";
.order-list[data-v-b1c749f0] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-b1c749f0] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-b1c749f0] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-b1c749f0] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-b1c749f0] {
    font-style: normal;
}
.order-list .list[data-v-b1c749f0] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-b1c749f0] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-b1c749f0] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-b1c749f0] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-b1c749f0] {
      margin: 2px 0;
}
.order .hd .status[data-v-b1c749f0] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-b1c749f0] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-b1c749f0] {
      background: #999;
}
.order .hd .statu-blue[data-v-b1c749f0] {
      background: #007aff;
}
.order .hd .end-time[data-v-b1c749f0] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-b1c749f0] {
        color: #f16b6b;
}
.order .bd[data-v-b1c749f0] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-b1c749f0] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-b1c749f0] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-b1c749f0] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-b1c749f0] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-b1c749f0] {
          padding-left: .313rem;
}
.order .bd .status[data-v-b1c749f0] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-b1c749f0] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-b1c749f0] {
      background: #999;
}
.order .bd .statu-blue[data-v-b1c749f0] {
      background: #007aff;
}
.order .ft[data-v-b1c749f0] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-b1c749f0] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-b1c749f0] {
      font-size: .8rem;
}
.order .ft .fl[data-v-b1c749f0] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-b1c749f0] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-b1c749f0] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-b1c749f0] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-b1c749f0] {
    display: none !important;
}
.order .fl[data-v-b1c749f0] {
    text-align: left;
}
.order .fr[data-v-b1c749f0] {
    text-align: right;
}
.order .light-gray[data-v-b1c749f0] {
    color: #999;
}
.order .light-gray span[data-v-b1c749f0] {
      color: #353535;
}
.order .order-title[data-v-b1c749f0] {
    text-align: left;
}
.order .title-wrapper[data-v-b1c749f0] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-b1c749f0] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-b1c749f0] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-b1c749f0] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-b1c749f0] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-b1c749f0] {
  height: 4rem;
}
.page-infinite-nodata[data-v-b1c749f0] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-b1c749f0] {
  height: 100%;
}
.scroll-box[data-v-b1c749f0] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-b1c749f0] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-b1c749f0] {
  font-size: .875rem;
}
.none-border-bottom[data-v-b1c749f0] {
  border-bottom: none !important;
}
.section[data-v-b1c749f0] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-b1c749f0] {
    color: #2c3e50;
}
.section .item[data-v-b1c749f0] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-b1c749f0] {
      font-size: .875rem;
}
.section .item .reload span[data-v-b1c749f0] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-b1c749f0] {
      vertical-align: middle;
}
.section .item .reload label[data-v-b1c749f0] {
      height: 2.4rem;
}
.section .head .title[data-v-b1c749f0] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-b1c749f0]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-b1c749f0] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-b1c749f0] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-b1c749f0] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-b1c749f0] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-b1c749f0] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-b1c749f0] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-b1c749f0], .bill-detail-mask .inline .content-text[data-v-b1c749f0] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-b1c749f0] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-b1c749f0] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-b1c749f0] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-b1c749f0] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-b1c749f0] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-b1c749f0] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-b1c749f0] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-b1c749f0] {
  z-index: 2;
}
.bill-content[data-v-b1c749f0], .order-sum[data-v-b1c749f0] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-b1c749f0] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-b1c749f0] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-b1c749f0]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-b1c749f0] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-b1c749f0] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-b1c749f0] {
  background-color: #fe3c2e;
}
.lijian[data-v-b1c749f0] {
  background-color: #ff861b;
}
.zaoniao[data-v-b1c749f0] {
  background-color: #cb3ff3;
}
.maimian[data-v-b1c749f0] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-b1c749f0] {
  background-color: #4cd864;
}
.youhuiquan[data-v-b1c749f0] {
  background-color: #007aff;
}
.jifen[data-v-b1c749f0] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-b1c749f0], .line-list-page .mdDevice[data-v-b1c749f0], .line-detail .mdDevice[data-v-b1c749f0] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-b1c749f0] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-b1c749f0] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.line-detail[data-v-b1c749f0] {
  height: 100%;
  background-color: #f0eff5;
}
.line-detail em[data-v-b1c749f0] {
    font-style: normal;
}
.line-detail .head[data-v-b1c749f0] {
    outline: 10px solid #f0eff5;
    background-color: #f0eff5;
}
.line-detail .head .hd[data-v-b1c749f0] {
      position: relative;
      height: 15rem;
      overflow: hidden;
}
.line-detail .head .hd .img[data-v-b1c749f0] {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}
.line-detail .head .hd .btns[data-v-b1c749f0] {
        width: 100%;
}
.line-detail .head .hd .btns .return[data-v-b1c749f0] {
          display: block;
          position: absolute;
          top: 10px;
          left: 10px;
          width: 30px;
          height: 30px;
          color: transparent;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAASFBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////8FevL4AAAAF3RSTlMA7yDw0EDAEDDP36CwYJCAv49Qb69PP+iGf68AAAEPSURBVEjH3ZXLEoIwDEUR26blDQr5/z/VcRiENjftVu/OmXMMpCGtql+J3zZfytaPZ8OfNM9HncXXiS+ZVhW3gZMEC3GaWcxMgA8MEkTDNwzTCC0jhX8baY3AakLMD5zJEPVTQO59d/557e4k8P76N1OmwJuP+nwu0RXw3J1aWsIzf1vbF/HcH0JbxHOLDg3wp8Mr45llwUD+EOqo3XDOa7GrS0UGCCQ+0s1DA7w0Ng7BlBkOHhwwWjwastErwycapI23YHT6B5Qal2/UiYaVe5ROx27MQZqLPWNuzYzxYnI679JVaTTeCOtYM4y4vgk+lQMXBHrzUbkQhSJOvxhtNLmtzd6jtAx7HTcsVP1jXtikatuQW8eyAAAAAElFTkSuQmCC);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
}
.line-detail .head .hd .btns .share[data-v-b1c749f0] {
          display: block;
          position: absolute;
          top: 10px;
          right: 10px;
          width: 30px;
          height: 30px;
          color: transparent;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAQlBMVEVHcEz////////////////////////////////////////////////////////////////////////////////////1bZCPAAAAFXRSTlMAv/Dvz0CwEGDAUKAw4ICfcCDQb99OdJFbAAAAoUlEQVQ4y83TwRKDIAwE0AUEgtKqbfP/v9pDBwq4jldzctgHziQA3KaeRocy7zZ/Kam12a+05goSB6mCfl3KhzsBqOIMVEFAEB8BeMtB2stKtgwsTWc8AaHJ43QENo75AAQAZDWm5gOIQP6oqta8BwEQ95MTbdSGXDqsFPjoDtPqwE5G2p+gF4Ac8Li6MP/WbldXDgvL29lBkh3+H+b7PMovSgEl2e5+VrEAAAAASUVORK5CYII=);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
}
.line-detail .head .hd .infos[data-v-b1c749f0] {
        color: #fff;
}
.line-detail .head .hd .infos .one[data-v-b1c749f0] {
          position: absolute;
          left: 10px;
          bottom: .8rem;
          text-align: left;
}
.line-detail .head .hd .infos .two[data-v-b1c749f0] {
          position: absolute;
          padding: 0 10px;
          right: 10px;
          bottom: .8rem;
          font-size: .7rem;
          text-align: right;
}
.line-detail .head .hd .infos .two .img-num[data-v-b1c749f0] {
            display: inline-block;
            position: relative;
            padding: 1px 5px 0 18px;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 0.3rem;
}
.line-detail .head .hd .infos .two .img-num[data-v-b1c749f0]:before {
              position: absolute;
              top: 2px;
              left: 3px;
              width: 12px;
              height: 12px;
              content: "";
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAQlBMVEVHcEz////////////////////////////////////////////////////////////////////////////////////1bZCPAAAAFXRSTlMAEDBgv38/QIDAsO8gcOCQ8FDP0E+r5U7eAAAAvklEQVQ4y83TzRLCIAwE4A1UQ6HQP/f9X9UDSrFmdLy5pxy+ECYMwP9kuhrpwUIjyR3A6XvWMn6ZG/jovhi5SQMzzWzyBIzW8Su1gWBe4HfgvgDP9SOQxCSfwEzPAQBk8xZwDAjMACLpDDAWAHuakOlLnfUCPBWAWwblDFdn9UBSXWYmdwCZ4QTmZaoXG2sRqS8gtl1KhVKSgArNFbCc1+w4gNo2cpQtmaED1nPHrs0LdDhnI6fO+/E96//8yTvdbBAkBr0v+QAAAABJRU5ErkJggg==);
              background-repeat: no-repeat;
              background-position: center;
              background-size: cover;
}
.line-detail .head .bd[data-v-b1c749f0] {
      position: relative;
      margin-top: -0.6rem;
      border-radius: .6rem .6rem 0 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff;
}
.line-detail .head .bd .title[data-v-b1c749f0] {
        padding: .6rem .7rem;
        font-weight: normal;
        text-align: left;
}
.line-detail .head .bd .content[data-v-b1c749f0] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #999;
        padding: .6rem .7rem;
        border-bottom: 1px solid #eee;
}
.line-detail .head .bd .content .price[data-v-b1c749f0] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: left;
}
.line-detail .head .bd .content .price .orange[data-v-b1c749f0] {
            color: #ff861b;
            font-size: 1rem;
}
.line-detail .head .bd .content .tags[data-v-b1c749f0] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          height: 1.3rem;
          padding-top: 3px;
          text-align: right;
          overflow: hidden;
}
.line-detail .head .bd .content .tags .tag[data-v-b1c749f0] {
            display: inline-block;
            max-width: 3rem;
            padding: .06rem .15rem;
            margin: 0 0 5px 4px;
            font-size: .6rem;
            color: #fff;
            border-radius: 4px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
}
.line-detail .head .bd .content .tags .tag[data-v-b1c749f0]:nth-child(1) {
              background-color: #39abfe;
}
.line-detail .head .bd .content .tags .tag[data-v-b1c749f0]:nth-child(2) {
              background-color: #ff861b;
}
.line-detail .head .bd .content .tags .tag[data-v-b1c749f0]:nth-child(3) {
              background-color: #fe3c2e;
}
.line-detail .head .bd .content .tags .tag[data-v-b1c749f0]:nth-child(4) {
              background-color: #cb3ff3;
}
.line-detail .head .bd .content .tags .tag[data-v-b1c749f0]:nth-child(5) {
              background-color: #05d5ae;
}
.line-detail .head .bd .coupons[data-v-b1c749f0] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .625rem;
        color: #999;
}
.line-detail .head .bd .coupons .name[data-v-b1c749f0] {
          width: 80px;
          text-align: left;
}
.line-detail .head .bd .coupons .tags[data-v-b1c749f0] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          height: 1.4rem;
          text-align: left;
          overflow: hidden;
}
.line-detail .head .bd .coupons .tags .tag[data-v-b1c749f0] {
            display: inline-block;
            padding: .1rem .4rem;
            font-size: .75rem;
            margin-bottom: 5px;
            border-radius: 4px;
            color: #fff;
            white-space: nowrap;
}
.line-detail .head .bd .coupons .tags .tag[data-v-b1c749f0]:nth-child(1) {
              background-color: #39abfe;
}
.line-detail .head .bd .coupons .tags .tag[data-v-b1c749f0]:nth-child(2) {
              background-color: #ff861b;
}
.line-detail .head .bd .coupons .tags .tag[data-v-b1c749f0]:nth-child(3) {
              background-color: #fe3c2e;
}
.line-detail .head .bd .coupons .tags .tag[data-v-b1c749f0]:nth-child(4) {
              background-color: #cb3ff3;
}
.line-detail .head .bd .coupons .tags .tag[data-v-b1c749f0]:nth-child(5) {
              background-color: #05d5ae;
}
.line-detail .head .bd .coupons .num[data-v-b1c749f0] {
          width: 30px;
}
.line-detail .head .bd .coupons .iconfont[data-v-b1c749f0] {
          width: 20px;
          padding-top: 1px;
}
.line-detail .head .ft[data-v-b1c749f0] {
      margin-top: 10px;
      background-color: #fff;
}
.line-detail .head .ft .toggle-city[data-v-b1c749f0] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid #eee;
}
.line-detail .head .ft .toggle-city .city[data-v-b1c749f0] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: left;
}
.line-detail .head .ft .toggle-city .city .icon-locat[data-v-b1c749f0] {
            position: relative;
}
.line-detail .head .ft .toggle-city .city .icon-locat[data-v-b1c749f0]:before {
              position: absolute;
              top: 1px;
              content: "";
              width: 16px;
              height: 16px;
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAA8FBMVEVHcEwlpP8kof8lof8lov8lof8lof8fn/8iof8dnf8jo/8kof8joP8lof8kof8jof8lov8kof8fn/8kof8lof8lof8koP8jpP8YnP8koP8kof8kof8kof8koP8lov8lof8kof8koP8kof8joP8koP8jn/8kof8lof8kof8lof8kof8kov8joP8kof8lof8koP8koP8lof8loP8koP8joP8hof8loP8kof8kof8lof8jn/8kof8lov8lof8mov8lof8iov8lov8loP8lof8loP8koP8kov8lof8joP8lov8kof8jof8lov8mov8lov8lof/76/CNAAAATXRSTlMAMGrxvvD3EHA8QOuy5uCch9gg9tT40Fcfz9vymO5g7+30yXmt3OfnP9/k552308Tz4u72ZkzxxOjonvXOkFCIbuf03Lq47KSs77HV3G/FK6MAAAFUSURBVBgZlcHXQttAFATQkWRpVd17pYNJSO+9URKYu///Nwh57axs8+BzsCN1dqbwqOa/u7+np8nttYOtxieaBTkZY5P6MyIpWgvJX18U1qi2kHJ1OZ3eJELKAdZ8/UxKo4mc+k3y9RuUfSDpKRTUR02+UrC5QvITjKmQcghbQ5OdGIbjkXwOW5XkLIahfJJd2M5JigvjW4dkFbYqSf0Mxnsh2YWtylzwFAX3HXNd2FJhrtN2AOfiBXMyhi2e8IHsJU/2hA/2Y5S0hSX6AGXOvqZFv1RY43q0eG+x4fuIK6NDbJG2aLRSbKMawoI0FLZqJpo5nTSxKawMB4g95jwHCCs/YImGwaDeA+BOyIkLoF8fBMMIRj0IYaStVgojDOpY8PtYmc+x0vexUPsZYUkpLEVZDUboZ0c9lPSOMj/Ef1Ht2A9mWaWQzQL/uBZhUxQWIuziHkE3ScvMjVlyAAAAAElFTkSuQmCC);
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
}
.line-detail .head .ft .toggle-city .city .name[data-v-b1c749f0] {
            padding-left: 20px;
            font-size: .9rem;
}
.line-detail .head .ft .toggle-city .city .name em[data-v-b1c749f0] {
              font-style: normal;
}
.line-detail .head .ft .toggle-city .city .tips[data-v-b1c749f0] {
            font-size: .7rem;
            color: #999;
}
.line-detail .head .ft .toggle-city .toggle-tips[data-v-b1c749f0] {
          width: 90px;
          padding-top: 2px;
          color: #666;
          font-size: .8rem;
}
.line-detail .head .ft .toggle-city .iconfont[data-v-b1c749f0] {
          padding-top: 2px;
}
.line-detail .head .ft .plans[data-v-b1c749f0] {
        padding: 10px;
}
.line-detail .head .ft .plans .plan[data-v-b1c749f0] {
          float: left;
          width: 25%;
          padding: 2px;
          font-size: .7rem;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
}
.line-detail .head .ft .plans .plan .col[data-v-b1c749f0] {
            padding: 5px 0;
            border: 1px solid #eee;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
}
.line-detail .head .ft .plans .plan .info[data-v-b1c749f0] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
}
.line-detail .head .ft .plans .plan .info span[data-v-b1c749f0] {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
}
.line-detail .head .ft .plans .plan .info em[data-v-b1c749f0] {
              position: relative;
              color: #fff;
}
.line-detail .head .ft .plans .plan .info em[data-v-b1c749f0]:before {
                position: absolute;
                top: 1px;
                left: -1px;
                content: "|";
                color: #ccc;
}
.line-detail .head .ft .plans .plan .price[data-v-b1c749f0] {
            font-size: .8rem;
            color: #ff861b;
}
.line-detail .body[data-v-b1c749f0] {
    margin-top: 10px;
    font-size: .95rem;
    background-color: #f0eff5;
}
.line-detail .body .line-hd[data-v-b1c749f0] {
      position: -webkit-sticky;
      position: sticky;
      width: 100%;
      height: 40px;
      top: 0;
      left: 0;
      background: #fff;
      border-bottom: 1px solid #eee;
      z-index: 10;
}
.line-detail .body .item[data-v-b1c749f0] {
      position: relative;
      float: left;
      width: 25%;
      line-height: 40px;
}
.line-detail .body .item.active[data-v-b1c749f0] {
        color: #26a2ff;
}
.line-detail .body .item.active[data-v-b1c749f0]:after {
          position: absolute;
          left: 0;
          bottom: 0;
          content: "";
          width: 100%;
          height: 2px;
          background-color: #26a2ff;
}
.line-detail .body .line-bd .module[data-v-b1c749f0] {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      background-color: #fff;
      text-align: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden;
}
.line-detail .body .line-bd .module .module-title[data-v-b1c749f0] {
        padding-bottom: 5px;
        font-size: 1rem;
        font-weight: normal;
}
.line-detail .body .line-bd .module .module-box[data-v-b1c749f0] {
        word-break: break-all;
        overflow-x: auto;
        padding-left: 20px;
}
.line-detail .body .line-bd .module .module-box img[data-v-b1c749f0] {
          display: block;
          float: left;
          word-break: normal;
}
.line-detail .body .line-bd .module .no-data[data-v-b1c749f0] {
        padding: 10px;
        background-color: #fff;
}
.line-detail .body .line-bd .module.module-route[data-v-b1c749f0] {
        padding: 0;
        background: none;
}
.line-detail .body .line-bd .module .day-line[data-v-b1c749f0] {
        padding: 10px 0;
        padding-top: 1.5rem;
        margin-bottom: 10px;
        word-break: break-all;
        background-color: #fff;
}
.line-detail .body .line-bd .module .day-line .day-num[data-v-b1c749f0] {
          position: relative;
          text-align: center;
}
.line-detail .body .line-bd .module .day-line .day-num p[data-v-b1c749f0] {
            display: inline-block;
            position: relative;
            padding: 1px;
            border: 1px solid #3aaafe;
            border-radius: .85rem;
            background-color: #fff;
            outline: 5px solid #fff;
}
.line-detail .body .line-bd .module .day-line .day-num p span[data-v-b1c749f0] {
              display: inline-block;
              padding: .1rem 1rem;
              font-size: .8rem;
              color: #fff;
              background: #3aaafe;
              border-radius: .65rem;
}
.line-detail .body .line-bd .module .day-line .day-num[data-v-b1c749f0]:before {
            position: absolute;
            top: 50%;
            left: 25%;
            width: 50%;
            height: 1px;
            content: "";
            margin-top: -1px;
            border-bottom: 1px solid #3aaafe;
}
.line-detail .body .line-bd .module .day-line[data-v-b1c749f0]:nth-last-child(1) {
          margin: 0;
}
.line-detail .body .line-bd .module .day-line .day-title[data-v-b1c749f0] {
          padding: 1rem 10px 1.5rem;
          text-align: center;
          font-size: 1rem;
}
.line-detail .body .line-bd .module .day-line .trip-box[data-v-b1c749f0] {
          padding: 10px;
          font-size: .9rem;
          border-top: 1px solid #eee;
}
.line-detail .body .line-bd .module .day-line .trip-box .box[data-v-b1c749f0] {
            position: relative;
            padding: 0 0 20px 30px;
            color: #666;
}
.line-detail .body .line-bd .module .day-line .trip-box .box .name[data-v-b1c749f0] {
              position: relative;
              margin-bottom: 4px;
              color: #2c3e50;
}
.line-detail .body .line-bd .module .day-line .trip-box .box .name[data-v-b1c749f0]:before {
                display: block;
                position: absolute;
                top: 0;
                left: -30px;
                content: "";
                width: 20px;
                height: 20px;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                background-color: #fff;
                z-index: 1;
}
.line-detail .body .line-bd .module .day-line .trip-box .box .name.name-1[data-v-b1c749f0]:before {
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAABC1BMVEVHcEw5q/85qv06qv04qv8/v/86qf06qv8A//84qv87q/86qf06qv06qv81rv85qv07qv87qv8/r/88q/84qv8/qv8qqv86qv06qf05qv05qv05qv05qv05qv83p/86qf06qf86qf06qv85qv05rP86qv06qv86qf06qv84qP85qv85qv06qv04qv83q/86qf05qv06qf04qv86qf06qv08qv85qv05qv86qv08p/85qv86qf83rP85qP86qf85q/85qv05qv0zqv84qP89rf8zmf86qv84qv85qf06qf06qv06qv04qv85qv06qf05qf05qf85qv85qv85qP87qv85qf06q/84qv86qv5OLx0NAAAAWHRSTlMAMeKRJASqZAEJQODoWxOoeWMQN3AMBvns1ZfezG8p6XGPJ+oo506ncjtz0O0tLtHDxVG8vSqpeM0mZmUlNVxM66MPMhkFOT/dmPrWWrrOuWtdalA8pD0SoUL0mAAAAiFJREFUOMuVlNdy4zAMRY+KJVruvcY1iWsS2+k9m7Kp2xv+/0v2wZItRfbOLJ8I8AyIC5AA/9rJW6NxqTQeWfkd1qxCv/JUTdwli8XkXaJaq/QLK6DIRjf10Wern73uRuQ9dVE/OHzvOzyoXwQ9182vq/L43r32m4l4bnW+ufjV0tje2lyna3Nr29t2mjnWrly842qsn3nqMsfREHdWn+vd+OR50jKNZb0CPU6krQAO8gCFeMONdSxtZYkJkG2LGI5uAzTiBaD/YRHLEE2lJYM5kakTAcsA4FcfqAwWsdDEZCYxMUwAW+4B+F2B3ZoCYCaGaGR10xTdZE7Zbja1XfLP7pUTpUmWiCGWClLw3CKVmG+jekqZehRHQhSJI/Y0d5+VDKaNIyEKbY9y0jNMyYCLBSiSZUrFhTUT08WCFMWSH8MWMxqbhiiKJd+loCyJ6VFssSNtf3P/lJcSAKIyp1BW7D4g4Sjho9xYSuE11ytIqxqiMFIKlZZH76DaWjTLRxHVUwpsySyb5bXeRy1LOM97UAGG7kOylpTHuQ+pN/Q9S3H89XLEgWkaoHFTAMh/AcCIpfxVtSU1kSzAft79MucAyjb8JcQ00lmA88/uiOjE//UBm53/+85w1bxcTV02v/nNHzf2KsruzoKO05P90OBq7J+chsdguRcYg4NeOTwGgdvh61P1TUs+PCS1t2rtdXi7TtdOyxqNX17GI6sVHNF/AdP4P4k9w/7oAAAAAElFTkSuQmCC);
}
.line-detail .body .line-bd .module .day-line .trip-box .box .name.name-2[data-v-b1c749f0]:before {
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAACMVBMVEVHcEwgn/8zmf8/v/8gnv8fn/8hof8Xov8goP8fn/8gn/86qv0gn/8goP86qv81rv8A//88q/84qv8/qv8qqv86qv06qf05qv05qv05qv05q/85qv05qv83p/86qf06qf8foP8goP8en/86qv85qv06qv05rP86qv86qf06qv84qP85qv86qv04qv86qf05qv03q/86qf0fn/8foP8iof86qf06qv08qv85qv0gn/8fn/8eo/86qv08p/86qv85qv83rP86qf86qf85q/85qP85qv0gnv85qv0gn/85qv0zqv84qP86qv85qf06qf06qv06qv04qv8gn/8gnv8gnv8cqv8fnv8fn/8gn/8fof8gn/8fo/8gn/85qv05qf86qf05qf05qv85qv85qP84qv8goP8gnv8fn/8gnv8gn/8gn/87qv8gnv8fn/8gnv8gn/8goP8gnv8fn/8/f/8fnv85qf0gn/8goP8hnf8fn/8goP8foP8fnf8cm/8fnv86q/8foP84qv8inP8fn/8env8gn/8goP8doP8fnf8fn/8en/8fof8Af/8eov8fof8coP8Zmf8fn/8fn/8kmv8goP8gnv8gn/8fnv8fn/8fn/8gn/8nnP8fn/8fnv8gof8gnv8fnv8goP8fn/8goP8hnv8gnv8gn/8gnv8fn/8fn/8gnv8kkf8hm/8foP8gnv8foP8fof8gnv8mpf8dnP8foP8en/8hoP8foP8fn/8fof8fnv86zrgLAAAAu3RSTlMA5AUEn5AmC7fDfei9tVsTATdwDAb57NWX3jHMbynpceLtUyfq5yhOp3I7c+0tqtAu0ePTHry9KqnsCBnNJmRmJWVcTDXrd6OWqA8yOd2Y+tZajmd8CVJofjndOJ66a865al1QUa2+85eGrTyU8bed77+4BJKkrv1EmN3CcRKhPbISNBA69MwjaYtLeAIhixsK2hgch9z+ebOD5g3r8cTEiY/bjGRH1k+jUH8HF4reUYjXFBqBYy6JoClK+4E4kwAAAlJJREFUOMtjYEAGukJ6+jqiojr6ekK6DDiAsKa4rwSfN7+ICL83n4SkuKYwFkXMMiqePkh8gWwNFRlmdFUO0mbm6GLmZtIOqCLOcnHY3JGo4ozM5eMWxO5eQW4nBEddVQ2Xv9RU1WFMZTlBBpxAkFsZ6kdpewY8wF4a4l+ZWAi/d8YcS0UQsLRk7GxGqDMTAocqtyyY1zNz1pLlSiAQtnLBtC6EMlluUDhrukN4EzgXw2WsFUKQrC3VBBLiWhAO+/yFDAwRHECwi4GNMQJJWb04A4OBpABUGScrA0M4S0zMjp1AZcimCUgaMAj5MSApgwI2Ri5kz/rJM3jyIStbunbD9i3bGNgWzZvS191SDIskCwZDKWRlq9ZFRW1cz8C2bO7UiUatFVApKUMGMX4USzdbW28CWqoQNLm/va2OCSLFL8YgKoKsbE1kdHSkFdBt04EiDYXsECkRUTRlK4wUFIy2QrzAxMuDUIZq6WwTIFiNrqxRDM0LAqFWVqEM6MqAXrBACZAgYyAIQ1cGDBB5CWRlTR3BweGT0JVJyKNFFnIswJWBIgsR9TiVaQGjnkEbmpAY0jLhymoVaoBkWR6Ep6GNlCyz0o04YKC6vIqDo6ggNxWcLF3B2V8oAazMzSODBQbySyqBZI6HG0jCVAiaZRzxZRnHeGgRocyNLwPKKZOWnRkYnORcsKtykUtC5ia72mFTZaeSgipga2OKUXDJmtrYYhaDYhooxaCWhhhmMQgEXtoBvhKBUvxMTPxSgRKSAdpeuPylKw8sov39gUW0PGoRDQCBMGaMym5YsgAAAABJRU5ErkJggg==);
}
.line-detail .body .line-bd .module .day-line .trip-box .box .name.name-3[data-v-b1c749f0]:before {
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAABv1BMVEVHcEw1rv8qqv86qv0/qv84qv86qv8A//8zmf8/v/86qf86qv06qf06qv08q/85qv85qv05q/85qf06qf06qf05qv05qv06qf05qv07qv86qv1Fov85qv03p/86qf04qv85qv85qv04qP85qv85qf0Af/86qv85qv06qv05rP86qv86q/86qf06qv85qv85qv06qf03q/85qv07qP85qv04qv85qf05qv06qP86qv08qv85qv05q/85qv05qv06qf84qv9Vqv8zsv86qv07q/86qv06qv06qv85qv88p/86qf83rP85qP81qv85qv07qP84qv8zqv84qP86qf06qv87qf85qf06qv06qf06qv06qv04qv86qv05qv07qf86qv05qP85qv08qv86qf09qv85qv06qv06qv85qf05qv05qf85qv85qv86qv05qf06q/86q/86qv06qf06qv06qf06qv85qf09p/85qf04qv86qP86pv86qv08qv86qf83p/85qP85qf02rf86sP85qv85qf06qv06qv05qv06qv88pf85qf07qv87q/84qv85qf06qv06qv85q/85q/86qv5pb6NRAAAAlHRSTlMAEwbtDHBbAQUEcfng6Ddv1TH76eyX3qq6PPELzCm8LUu1O3O5Aifq5yhOPadyQtDRLsc4qAnIw0G9KutMsqlcEgMKwED9zWRmJmUlNRijTVEPMsU5Vt2vmPrWWsq+X6VQ8xXOIffBbe/ia2pdgpI0RtOMkddXpB3mZ0oatzNoICywHA1UgOSioHURm3lJP620e1VD+vuQWQAAAnFJREFUGBl1wYVC6gAABdC7sWB0d4coIQISdnd3d77u7u7mgx/CNgbqOajhpa1JmVIpS1ppLy5BJXTLZmaeIElinjFbdAkK53HaSOsiqlh7PKLlUGfC1daOOu1trgnU6DRexQWuRTohwag1uJBG3QNRtLEJl2hqjILXYNTgUhp1A8o41ygkfB+L+X1Ujbo4nNHaIMEOfDu88h4SbTRKKLUbFWFnf3/260GQPP6SzVJ94LnVFIDENCpe6YYMBsNQcchQLBoMRdkL8B4mAOgCOMNpiq2F5pKfg/8GC82FgnULvJgOSFlYnHlZVIQhtWtgUcFaUqBXUba996EPUj2nLHirCrQyKAvrj0Ixeyxmz2TsmUwskPGnIWC60aIH7+2OquSK0qFSOlQq1cBrCPQtMBEQhCmKcvbm/lB52ul8J4eIMEFJotbvv/j1AzVIJZQkRF6t4uS7I0ef5rU0TZ88A49UwkRA4DzafOMJfW61fbLabLbnKqMdFb0mtOghIPb2WQnyicOHMn0LuhkIeh87IcUt7KCM6YbCDAFheNQnF3HUPdktlJkVSFlY8LId9225hRV/esWfS6fzjjuHKGMtKUAXgGDq9szTJUeoU9bl8/lmBvtREdABCE5Dig0x6JqFVDwIgFK7IcF6tuFfgoS7g0IJHYIEu8Wg6wEkPDTOcK5xVIWPFfIBBlXjBxzKGtQaiNi7Mn/RDpHG2ABetLEJoqmbmzdICJoaoxD1GCdxoUnjdUjsdozgAiORWdQYG/a0o47bMzyGOpzWFF9EFRuIm7QczpsLri+bN/SEXE7oN8yW9eAcLuFVWJOytTVZ0qrwQuo/yn1bU8ShP3oAAAAASUVORK5CYII=);
}
.line-detail .body .line-bd .module .day-line .trip-box .box .name.name-4[data-v-b1c749f0]:before {
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAABj1BMVEVHcEw/v/86qv06qf05qv06q/85qf05qv06qP83rP86qf05qv05qv05qv05qv06qv88rP88q/86qv81rv8qqv83p/84qv8/qv85qv06qv06qf0A//85qv05qv05q/86qf06qv05qv83p/86qv06qf84qP85qf06qv86qv85rP86qf06qv85qv84qv86qv05qv06qf03q/85qv05q/9Vqv86qv04qv85qv85qv05qv06qf06qv08qv85qv06qv8zqv86qv06qv02rf85q/85qv85qf09p/86qv06qv85qv88p/86qf85qP86qf85qv05qv04qP8zmf86qf07q/87qf85qf09rf86qv85qP85q/87qv84qv86qf06p/86qf85qf84qv86qv05qf06qf06qv05qv05qf06qf05qf85qv85qv85qP84qv87qv85qf04qv86qP85qv05qf06pv85qv86qv06qv09qv86qv06qv05qf1Fov85qv06qv05qv0/pf86qv05qP86q/86qf06qf2d0pERAAAAhXRSTlMABOjgxz2A6lMl6dnV2OVgIjdbEwYgcAzM+ewBl94xqttvKedxO90nTiincnMt7dDRLutMA/paS+KNvL0qqTkP1v0cQ2HmHc1kZiZlNVyjqDIFmCtWyxkwPlVjJPUjemJIyu+Pkbq5zmtdalBRPKQSQcaJGlTStCHJgtQL4faKFPAsNNqhu7kMNQAAAj1JREFUOMuVVAdX4kAQXsNJMCYKCYkQA0hXigWlHOhJEexn771c7733++Euu0sKBO7d916Smdkvb3d2vhkA9EhKvrFRt3t0zCclQRsMxNmIwq8LTqewziseNj5gQury02t3dP7gsxjt72pm9bgK082x6YKrxxiZZB6aneMxPal3ecphfl4Htao5w8GRdnmNBIcbZpRxgLZwUFGSo2sRdMCiC+frv6eGpirfr25DXL1+OaUGCxK6VSqgRrLBr0MI1VxYDQao+j3H72obXFt+YOP3zzMt+jwOX6z2H/j0+Qs2fuVsWrSbBWDCM4idvVOr1fXt2orwt/Teaj3dI3XzTABpE9tl9jJieXcRsSD8+Vi0RC7ZMl7bDIE1npQrfS7aP5RFO4JYE+3ieZqUip8B415sHjA1+H7jJOeZhU+NOcCOdxzIAjZtNFRD9hXRkuPiLVQNTfIQZOB26mhz1D729pkzHc3pNtL6+7rJHfT1G2mGTdvQXshqCp1oMIUZ/t80eCEhRZ9CtUGrzuloSkgtFqIdHlfwQuX4UKPVi9UovY0+AuAks4tpu5kTAI4ILQxLDxJYSNspsVm3YmobfWMJTZZbpRzXy3FcL0Ld4HKlLSTLFGp/6T7Sd9a3c8uAHV8WKT0vkZZZ7tQyyw/IiIhSnRqQif5fOwOwyqyYs1aYR3r3SWrBjLVAPzUGlubzLYMrkJ9fah2DcswwBsMxuXUM1uWfKEaUjFfY2BC8GcVTTMy2yysZgiM6nYYjOmQc0TewOU3dbuchbwAAAABJRU5ErkJggg==);
}
.line-detail .body .line-bd .module .day-line .trip-box .box[data-v-b1c749f0]:after {
              display: block;
              position: absolute;
              top: 0;
              left: 9px;
              content: "";
              width: 1px;
              height: 100%;
              border-left: 1px dashed #3aaafe;
}
.line-detail .body .line-bd .module .day-line .trip-box .box[data-v-b1c749f0]:nth-last-child(1) {
              padding-bottom: 0;
}
.line-detail .body .line-bd .module .day-line .trip-box .box .imgs[data-v-b1c749f0] {
              margin-top: 10px;
              overflow: hidden;
}
.line-detail .body .line-bd .module .day-line .trip-box .box .imgs .img[data-v-b1c749f0] {
                position: relative;
                float: left;
                width: 48%;
                height: 110px;
                margin-bottom: 10px;
                overflow: hidden;
}
.line-detail .body .line-bd .module .day-line .trip-box .box .imgs .img[data-v-b1c749f0]:nth-child(odd) {
                  margin-right: 4%;
}
.line-detail .body .line-bd .module .day-line .trip-box .box .imgs .img img[data-v-b1c749f0] {
                  position: absolute;
                  max-width: none;
                  height: 100%;
                  left: 50%;
                  -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
}
.line-detail .body .line-bd .module img[data-v-b1c749f0] {
        max-width: 100%;
}
.line-detail .body .line-bd .line-plan .part[data-v-b1c749f0] {
      margin-bottom: 2rem;
}
.line-detail .body .view-tabs-wrapper[data-v-b1c749f0] {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      background: #fff;
      border-bottom: 1px solid #eee;
      z-index: 10;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
}
.line-detail .body .span-item[data-v-b1c749f0] {
      display: inline-block;
      width: 24%;
      position: relative;
      line-height: 40px;
}
.line-detail .body .span-item.active[data-v-b1c749f0] {
      color: #26a2ff;
}
.line-detail .body .span-item.active[data-v-b1c749f0]:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #26a2ff;
}
.line-detail .foot[data-v-b1c749f0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
}
.line-detail .foot .phone[data-v-b1c749f0] {
      width: 100px;
      height: 2.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      color: #8e8e93;
}
.line-detail .foot .phone .iconfont[data-v-b1c749f0] {
        font-size: 1.7rem;
}
.line-detail .foot .phone .text[data-v-b1c749f0] {
        font-size: .75rem;
}
.line-detail .foot .button[data-v-b1c749f0] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 1.2rem;
      color: #fff;
      background-color: #007aff;
      height: 2.8rem;
      line-height: 2.8rem;
}
.line-detail .mint-popup[data-v-b1c749f0] {
    height: 100%;
    background: none;
}
.line-detail .mint-popup .coupons-pop[data-v-b1c749f0] {
      height: 100%;
      min-height: 100%;
      padding: 3rem 1rem;
      text-align: left;
      color: #999;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow-y: auto;
}
.line-detail .mint-popup .coupons-pop .title[data-v-b1c749f0] {
        padding: 0 .5rem 8px;
        font-size: 1.1rem;
        color: #ccc;
        border-bottom: 1px solid #555;
}
.line-detail .mint-popup .coupons-pop .coupons-list[data-v-b1c749f0] {
        padding: 1rem 8px;
}
.line-detail .mint-popup .coupons-pop .coupons-list .box[data-v-b1c749f0] {
          margin-bottom: 1rem;
          font-size: .8rem;
}
.line-detail .mint-popup .coupons-pop .name[data-v-b1c749f0] {
        position: relative;
        padding-left: 10px;
        margin-bottom: 5px;
        font-size: 1rem;
        color: #ccc;
}
.line-detail .mint-popup .coupons-pop .name[data-v-b1c749f0]:before {
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          content: "";
          width: 4px;
          height: 4px;
          margin-top: -2px;
          border-radius: 2px;
          background-color: #ccc;
}
.line-detail .mint-popup .coupons-pop ul[data-v-b1c749f0] {
        padding-left: 12px;
}
.line-detail .mint-popup .coupons-pop .closed[data-v-b1c749f0] {
        padding-top: 2rem;
        text-align: center;
}
.line-detail .mint-popup .coupons-pop .closed .iconfont[data-v-b1c749f0] {
          font-size: 2rem;
}
.line-detail .mint-popup .city-wrapper[data-v-b1c749f0] {
      position: relative;
      height: 100%;
      background-color: #fff;
}
.line-detail .mint-popup .city-wrapper .scroll-box[data-v-b1c749f0] {
        height: 100%;
        min-height: 100%;
        padding-bottom: 4rem;
}
.line-detail .mint-popup .city-wrapper .scroll-box .item .num.checked[data-v-b1c749f0] {
          color: #ff861b;
}
.line-detail .mint-popup .city-wrapper .scroll-box .item .icon-choice[data-v-b1c749f0] {
          color: #ff861b;
}
.line-detail .mint-popup .city-wrapper .button-wrapper[data-v-b1c749f0] {
        position: absolute;
        bottom: 0;
        width: 100%;
        line-height: 2.4rem;
}

.module img {
  max-width: 100%;
}


@charset "UTF-8";
.order-list[data-v-076efc79] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-076efc79] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-076efc79] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-076efc79] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-076efc79] {
    font-style: normal;
}
.order-list .list[data-v-076efc79] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-076efc79] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-076efc79] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-076efc79] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-076efc79] {
      margin: 2px 0;
}
.order .hd .status[data-v-076efc79] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-076efc79] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-076efc79] {
      background: #999;
}
.order .hd .statu-blue[data-v-076efc79] {
      background: #007aff;
}
.order .hd .end-time[data-v-076efc79] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-076efc79] {
        color: #f16b6b;
}
.order .bd[data-v-076efc79] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-076efc79] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-076efc79] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-076efc79] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-076efc79] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-076efc79] {
          padding-left: .313rem;
}
.order .bd .status[data-v-076efc79] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-076efc79] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-076efc79] {
      background: #999;
}
.order .bd .statu-blue[data-v-076efc79] {
      background: #007aff;
}
.order .ft[data-v-076efc79] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-076efc79] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-076efc79] {
      font-size: .8rem;
}
.order .ft .fl[data-v-076efc79] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-076efc79] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-076efc79] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-076efc79] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-076efc79] {
    display: none !important;
}
.order .fl[data-v-076efc79] {
    text-align: left;
}
.order .fr[data-v-076efc79] {
    text-align: right;
}
.order .light-gray[data-v-076efc79] {
    color: #999;
}
.order .light-gray span[data-v-076efc79] {
      color: #353535;
}
.order .order-title[data-v-076efc79] {
    text-align: left;
}
.order .title-wrapper[data-v-076efc79] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-076efc79] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-076efc79] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-076efc79] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-076efc79] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-076efc79] {
  height: 4rem;
}
.page-infinite-nodata[data-v-076efc79] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-076efc79] {
  height: 100%;
}
.scroll-box[data-v-076efc79] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-076efc79] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-076efc79] {
  font-size: .875rem;
}
.none-border-bottom[data-v-076efc79] {
  border-bottom: none !important;
}
.section[data-v-076efc79] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-076efc79] {
    color: #2c3e50;
}
.section .item[data-v-076efc79] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-076efc79] {
      font-size: .875rem;
}
.section .item .reload span[data-v-076efc79] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-076efc79] {
      vertical-align: middle;
}
.section .item .reload label[data-v-076efc79] {
      height: 2.4rem;
}
.section .head .title[data-v-076efc79] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-076efc79]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-076efc79] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-076efc79] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-076efc79] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-076efc79] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-076efc79] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-076efc79] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-076efc79], .bill-detail-mask .inline .content-text[data-v-076efc79] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-076efc79] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-076efc79] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-076efc79] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-076efc79] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-076efc79] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-076efc79] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-076efc79] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-076efc79] {
  z-index: 2;
}
.bill-content[data-v-076efc79], .order-sum[data-v-076efc79] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-076efc79] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-076efc79] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-076efc79]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-076efc79] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-076efc79] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-076efc79] {
  background-color: #fe3c2e;
}
.lijian[data-v-076efc79] {
  background-color: #ff861b;
}
.zaoniao[data-v-076efc79] {
  background-color: #cb3ff3;
}
.maimian[data-v-076efc79] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-076efc79] {
  background-color: #4cd864;
}
.youhuiquan[data-v-076efc79] {
  background-color: #007aff;
}
.jifen[data-v-076efc79] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-076efc79], .line-list-page .mdDevice[data-v-076efc79], .line-detail .mdDevice[data-v-076efc79] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-076efc79] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-076efc79] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.net-error-page[data-v-076efc79] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f0eff5;
}
.net-error-page .notice[data-v-076efc79] {
    width: 60%;
    -webkit-box-shadow: 1px 3px 20px 0px #dedede;
            box-shadow: 1px 3px 20px 0px #dedede;
    border-radius: 4px;
    background-color: #fff;
}
.net-error-page .notice .head[data-v-076efc79] {
      padding-top: 1.8rem;
      font-size: 2rem;
      font-weight: bold;
      color: #39abfe;
      line-height: 2rem;
}
.net-error-page .notice .error[data-v-076efc79] {
      font-size: 1.4rem;
      font-weight: bold;
      color: #39abfe;
      line-height: 3rem;
}
.net-error-page .info[data-v-076efc79] {
    font-size: 1rem;
    color: #8e8e93;
    line-height: 4rem;
}
.net-error-page .operate .home[data-v-076efc79], .net-error-page .operate .back[data-v-076efc79] {
    display: inline-block;
    font-size: 1rem;
    color: #39abfe;
    line-height: 2rem;
    width: 7.2rem;
    border: 1px solid #39abfe;
    border-radius: 4px;
}
.net-error-page .operate .home[data-v-076efc79]:hover, .net-error-page .operate .back[data-v-076efc79]:hover {
    background-color: #39abfe;
    color: #fff;
}
.net-error-page .operate .home[data-v-076efc79] {
    margin-right: 1rem;
    background-color: #39abfe;
    color: #fff;
}

@charset "UTF-8";
.order-list {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active {
      border-bottom: 2px solid #007aff;
}
.order-list em {
    font-style: normal;
}
.order-list .list {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p {
      margin: 2px 0;
}
.order .hd .status {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green {
      background: #4cd864;
}
.order .hd .statu-gray {
      background: #999;
}
.order .hd .statu-blue {
      background: #007aff;
}
.order .hd .end-time {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span {
        color: #f16b6b;
}
.order .bd {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p {
        padding-top: 1rem;
}
.order .bd .infos .num p span {
          padding-left: .313rem;
}
.order .bd .status {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green {
      background: #4cd864;
}
.order .bd .statu-gray {
      background: #999;
}
.order .bd .statu-blue {
      background: #007aff;
}
.order .ft {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid {
      font-size: .8rem;
}
.order .ft .fl {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr {
      width: 8.1rem;
}
.order .ft .fr .btn-pay {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft {
    display: none !important;
}
.order .fl {
    text-align: left;
}
.order .fr {
    text-align: right;
}
.order .light-gray {
    color: #999;
}
.order .light-gray span {
      color: #353535;
}
.order .order-title {
    text-align: left;
}
.order .title-wrapper {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem {
  height: 4rem;
}
.page-infinite-nodata {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper {
  height: 100%;
}
.scroll-box {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value {
  font-size: .875rem;
}
.none-border-bottom {
  border-bottom: none !important;
}
.section {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a {
    color: #2c3e50;
}
.section .item {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title {
      font-size: .875rem;
}
.section .item .reload span {
      vertical-align: middle;
}
.section .item .reload .iconfont {
      vertical-align: middle;
}
.section .item .reload label {
      height: 2.4rem;
}
.section .head .title {
    font-size: .875rem;
    font-weight: bold;
}
.section .item:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label {
      width: 60%;
}
.bill-detail-mask .inline .label-text, .bill-detail-mask .inline .content-text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class {
    font-weight: 700;
}
.bill-detail-mask .order-sum {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header {
  z-index: 2;
}
.bill-content, .order-sum {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui {
  background-color: #fe3c2e;
}
.lijian {
  background-color: #ff861b;
}
.zaoniao {
  background-color: #cb3ff3;
}
.maimian {
  background-color: #05d5ae;
}
.superzaoniao {
  background-color: #4cd864;
}
.youhuiquan {
  background-color: #007aff;
}
.jifen {
  background-color: #39abfe;
}
.home-page .mdDevice, .line-list-page .mdDevice, .line-detail .mdDevice {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.demo-page {
  height: 100%;
}
.container {
  display: grid;
  grid-template-columns: 1fr 1fr 50px 1fr;
  grid-template-rows: 40px;
  grid-template-areas: 'header header header header' 'tab tab tab tab' 'main main main sidebar' 'footer footer footer footer';
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  line-height: 2rem;
}
.container .item-1 {
    grid-area: header;
    background-color: violet;
}
.container .item-2 {
    grid-area: tab;
    background-color: turquoise;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.container .item-3 {
    grid-area: main;
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 3;
    grid-row-end: span 2;
    background-color: yellow;
}
.container .item-4 {
    grid-area: sidebar;
    grid-column-start: 4;
    grid-column-end: span 1;
    grid-row-start: 3;
    grid-row-end: span 2;
    background-color: tomato;
}
.container .item-5 {
    grid-area: footer;
    grid-column-start: 1;
    grid-column-end: span 5;
    grid-row-start: 5;
    grid-row-end: span 3;
    background-color: teal;
}
.container2 {
  display: grid;
  grid-template-columns: 60px 60px 60px 60px 60px;
  grid-template-rows: 30px 30px;
  grid-auto-flow: row;
  line-height: 2rem;
}
.container2 .item-a {
    grid-column: 1;
    grid-row: 1 / 4;
    background: red;
    overflow: hidden;
}
.container2 .item-e {
    grid-column-start: 5;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
    background-color: yellow;
}

@charset "UTF-8";
.order-list[data-v-982a47f8] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-982a47f8] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-982a47f8] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-982a47f8] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-982a47f8] {
    font-style: normal;
}
.order-list .list[data-v-982a47f8] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-982a47f8] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-982a47f8] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-982a47f8] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-982a47f8] {
      margin: 2px 0;
}
.order .hd .status[data-v-982a47f8] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-982a47f8] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-982a47f8] {
      background: #999;
}
.order .hd .statu-blue[data-v-982a47f8] {
      background: #007aff;
}
.order .hd .end-time[data-v-982a47f8] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-982a47f8] {
        color: #f16b6b;
}
.order .bd[data-v-982a47f8] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-982a47f8] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-982a47f8] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-982a47f8] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-982a47f8] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-982a47f8] {
          padding-left: .313rem;
}
.order .bd .status[data-v-982a47f8] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-982a47f8] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-982a47f8] {
      background: #999;
}
.order .bd .statu-blue[data-v-982a47f8] {
      background: #007aff;
}
.order .ft[data-v-982a47f8] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-982a47f8] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-982a47f8] {
      font-size: .8rem;
}
.order .ft .fl[data-v-982a47f8] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-982a47f8] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-982a47f8] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-982a47f8] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-982a47f8] {
    display: none !important;
}
.order .fl[data-v-982a47f8] {
    text-align: left;
}
.order .fr[data-v-982a47f8] {
    text-align: right;
}
.order .light-gray[data-v-982a47f8] {
    color: #999;
}
.order .light-gray span[data-v-982a47f8] {
      color: #353535;
}
.order .order-title[data-v-982a47f8] {
    text-align: left;
}
.order .title-wrapper[data-v-982a47f8] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-982a47f8] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-982a47f8] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-982a47f8] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-982a47f8] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-982a47f8] {
  height: 4rem;
}
.page-infinite-nodata[data-v-982a47f8] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-982a47f8] {
  height: 100%;
}
.scroll-box[data-v-982a47f8] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-982a47f8] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-982a47f8] {
  font-size: .875rem;
}
.none-border-bottom[data-v-982a47f8] {
  border-bottom: none !important;
}
.section[data-v-982a47f8] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-982a47f8] {
    color: #2c3e50;
}
.section .item[data-v-982a47f8] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-982a47f8] {
      font-size: .875rem;
}
.section .item .reload span[data-v-982a47f8] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-982a47f8] {
      vertical-align: middle;
}
.section .item .reload label[data-v-982a47f8] {
      height: 2.4rem;
}
.section .head .title[data-v-982a47f8] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-982a47f8]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-982a47f8] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-982a47f8] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-982a47f8] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-982a47f8] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-982a47f8] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-982a47f8] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-982a47f8], .bill-detail-mask .inline .content-text[data-v-982a47f8] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-982a47f8] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-982a47f8] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-982a47f8] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-982a47f8] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-982a47f8] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-982a47f8] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-982a47f8] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-982a47f8] {
  z-index: 2;
}
.bill-content[data-v-982a47f8], .order-sum[data-v-982a47f8] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-982a47f8] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-982a47f8] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-982a47f8]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-982a47f8] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-982a47f8] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-982a47f8] {
  background-color: #fe3c2e;
}
.lijian[data-v-982a47f8] {
  background-color: #ff861b;
}
.zaoniao[data-v-982a47f8] {
  background-color: #cb3ff3;
}
.maimian[data-v-982a47f8] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-982a47f8] {
  background-color: #4cd864;
}
.youhuiquan[data-v-982a47f8] {
  background-color: #007aff;
}
.jifen[data-v-982a47f8] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-982a47f8], .line-list-page .mdDevice[data-v-982a47f8], .line-detail .mdDevice[data-v-982a47f8] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-982a47f8] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-982a47f8] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.shop-editer-page[data-v-982a47f8] {
  height: 100%;
  /* 布局 */
  /* 店铺名称 */
  /* 店铺链接 */
  /* 二维码预览 */
}
.shop-editer-page .choice-list .head[data-v-982a47f8] {
    font-size: .875rem;
}
.shop-editer-page .choice-list .custom-switch-height[data-v-982a47f8] {
    line-height: 2.4rem;
    height: 2.4rem;
}
.shop-editer-page .choice-list .price[data-v-982a47f8] {
    line-height: 2.4rem;
    text-align: right;
}
.shop-editer-page .pic[data-v-982a47f8] {
    padding: .625rem 0 .625rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #c8c8cb;
}
.shop-editer-page .pic .preview[data-v-982a47f8] {
      position: relative;
      width: 4rem;
      height: 4rem;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.shop-editer-page .pic .preview .uploader[data-v-982a47f8] {
        position: absolute;
        z-index: 100;
        left: 0;
        width: 4rem;
        height: 4rem;
}
.shop-editer-page .pic .preview .img-preview[data-v-982a47f8] {
        position: absolute;
        left: 0;
        z-index: 99;
        width: 4rem;
}
.shop-editer-page .pic .preview .dataCode-preview[data-v-982a47f8] {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        width: 4rem;
}
.shop-editer-page .pic .info[data-v-982a47f8] {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: left;
}
.shop-editer-page .pic .info .title[data-v-982a47f8] {
        font-size: .875rem;
}
.shop-editer-page .pic .info .notice[data-v-982a47f8] {
        position: absolute;
        bottom: 0;
        font-size: .75rem;
}
.shop-editer-page .pic[data-v-982a47f8]:last-child {
    border-bottom: none;
}
.shop-editer-page .point[data-v-982a47f8] {
    padding: .625rem;
    font-size: .625rem;
    text-align: left;
    background: #fff;
    line-height: 1rem;
}
.shop-editer-page .shop-name .input[data-v-982a47f8] {
    line-height: 2.375rem;
    border-width: 0;
    border-image-width: 0;
}
.shop-editer-page .shop-item[data-v-982a47f8] {
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.shop-editer-page .shop-item .title[data-v-982a47f8] {
      width: 105px;
      text-align: left;
      font-size: .875rem;
      line-height: 2.4rem;
}
.shop-editer-page .shop-item .shop-link[data-v-982a47f8] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.shop-editer-page .shop-link[data-v-982a47f8] {
    font-size: .75rem;
    line-height: 38px;
}
.shop-editer-page .shop-link .href[data-v-982a47f8] {
      float: left;
      width: 12rem;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.shop-editer-page .shop-link .copy[data-v-982a47f8] {
      display: block;
      float: right;
      margin-left: .625rem;
      margin-top: .625rem;
      line-height: 1rem;
      padding: 0 .625rem;
      border: 1px solid #c8c8cb;
      border-radius: 4px;
}
.shop-editer-page .shop-link .input[data-v-982a47f8] {
      position: absolute;
      opacity: 0;
      left: -500px;
}
.shop-editer-page .code-preview[data-v-982a47f8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
}
.shop-editer-page .code-preview .dataCode-preview[data-v-982a47f8] {
      position: absolute;
      width: 300px;
      height: 300px;
      top: calc(50% - 150px);
      left: calc(50% - 150px);
}
.shop-editer-page .code-preview .closed[data-v-982a47f8] {
      position: absolute;
      width: 100%;
      bottom: .625rem;
}
.shop-editer-page .code-preview .closed .iconfont[data-v-982a47f8] {
        font-size: 2rem;
        color: #fff;
}
.scroll[data-v-982a47f8] {
  overflow: hidden;
}

@charset "UTF-8";
.order-list[data-v-654f708f] {
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding-top: 2.5rem;
}
.order-list .ordtype-tab[data-v-654f708f] {
    padding: 0 .625rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #c8c8cb;
}
.order-list .ordtype-tab .edit-item[data-v-654f708f] {
      width: 50%;
      display: inline-block;
      font-size: .875rem;
}
.order-list .ordtype-tab .active[data-v-654f708f] {
      border-bottom: 2px solid #007aff;
}
.order-list em[data-v-654f708f] {
    font-style: normal;
}
.order-list .list[data-v-654f708f] {
    height: 100%;
    min-height: 100%;
    padding: 3.125rem .625rem .625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
}
.order-list .mint-popup[data-v-654f708f] {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.order[data-v-654f708f] {
  margin-bottom: .625rem;
  background: #fff;
  border-radius: .625rem;
  -webkit-box-shadow: 1px 3px 20px 0px #dedede;
          box-shadow: 1px 3px 20px 0px #dedede;
}
.order .hd[data-v-654f708f] {
    padding: .375rem;
    font-size: 12px;
}
.order .hd .fl p[data-v-654f708f] {
      margin: 2px 0;
}
.order .hd .status[data-v-654f708f] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .hd .statu-green[data-v-654f708f] {
      background: #4cd864;
}
.order .hd .statu-gray[data-v-654f708f] {
      background: #999;
}
.order .hd .statu-blue[data-v-654f708f] {
      background: #007aff;
}
.order .hd .end-time[data-v-654f708f] {
      font-size: .75rem;
      color: #999;
}
.order .hd .end-time span[data-v-654f708f] {
        color: #f16b6b;
}
.order .bd[data-v-654f708f] {
    padding: .625rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.order .bd .title[data-v-654f708f] {
      margin-bottom: .375rem;
      text-align: left;
      font-weight: normal;
}
.order .bd .title a[data-v-654f708f] {
        display: inline-block;
        font-size: .95rem;
        color: #353535;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.order .bd .infos[data-v-654f708f] {
      font-size: .75rem;
      color: #999;
}
.order .bd .infos .num p[data-v-654f708f] {
        padding-top: 1rem;
}
.order .bd .infos .num p span[data-v-654f708f] {
          padding-left: .313rem;
}
.order .bd .status[data-v-654f708f] {
      display: inline-block;
      padding: 2px .375rem;
      margin-bottom: .375rem;
      border-radius: 1.25rem;
      font-size: .7rem;
      color: #fff;
}
.order .bd .statu-green[data-v-654f708f] {
      background: #4cd864;
}
.order .bd .statu-gray[data-v-654f708f] {
      background: #999;
}
.order .bd .statu-blue[data-v-654f708f] {
      background: #007aff;
}
.order .ft[data-v-654f708f] {
    padding: .625rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.order .ft .price[data-v-654f708f] {
      color: #ff861b;
      font-size: 1.1rem;
      font-weight: bold;
}
.order .ft .paid[data-v-654f708f] {
      font-size: .8rem;
}
.order .ft .fl[data-v-654f708f] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.order .ft .fr[data-v-654f708f] {
      width: 8.1rem;
}
.order .ft .fr .btn-pay[data-v-654f708f] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        margin-left: .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .ft .fr .btn-cancle[data-v-654f708f] {
        float: right;
        width: 3.6rem;
        padding: 2px .625rem;
        color: #fff;
        border-radius: 1rem;
        background: #ff861b;
        background: #999;
        border: none;
        line-height: 1.5rem;
        height: 1.5rem;
}
.order .order-detail-page .ft[data-v-654f708f] {
    display: none !important;
}
.order .fl[data-v-654f708f] {
    text-align: left;
}
.order .fr[data-v-654f708f] {
    text-align: right;
}
.order .light-gray[data-v-654f708f] {
    color: #999;
}
.order .light-gray span[data-v-654f708f] {
      color: #353535;
}
.order .order-title[data-v-654f708f] {
    text-align: left;
}
.order .title-wrapper[data-v-654f708f] {
    position: relative;
    overflow: hidden;
}
.order .title-wrapper .title-text[data-v-654f708f] {
      display: inline-block;
      font-size: .95rem;
      color: #353535;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 1.5rem;
      height: 3rem;
}
.order .title-wrapper .title-text-more[data-v-654f708f] {
      font-size: .95rem;
      color: #353535;
      overflow: hidden;
}
.order .title-wrapper .show-btn[data-v-654f708f] {
      display: inline-block;
      width: 1.6rem;
      text-align: center;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #999;
      background-color: #fff;
}
.page-infinite-wrapper[data-v-654f708f] {
  margin-top: 2.5rem;
  overflow: scroll;
}
.page-infinite-listitem[data-v-654f708f] {
  height: 4rem;
}
.page-infinite-nodata[data-v-654f708f] {
  line-height: 4rem;
  height: 4rem;
}
.page-wrapper[data-v-654f708f] {
  height: 100%;
}
.scroll-box[data-v-654f708f] {
  padding-top: 2.5rem;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  background: #f0eff5;
}
.mint-header[data-v-654f708f] {
  height: 2.5rem;
  line-height: 2.5rem;
}
.mint-cell-value[data-v-654f708f] {
  font-size: .875rem;
}
.none-border-bottom[data-v-654f708f] {
  border-bottom: none !important;
}
.section[data-v-654f708f] {
  padding: 0 .625rem;
  margin-bottom: .625rem;
  background: #ffffff;
  border-top: 1px solid #c8c8cb;
  border-bottom: 1px solid #c8c8cb;
}
.section a[data-v-654f708f] {
    color: #2c3e50;
}
.section .item[data-v-654f708f] {
    line-height: 2.4rem;
    border-bottom: 1px solid #c8c8cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section .item .title[data-v-654f708f] {
      font-size: .875rem;
}
.section .item .reload span[data-v-654f708f] {
      vertical-align: middle;
}
.section .item .reload .iconfont[data-v-654f708f] {
      vertical-align: middle;
}
.section .item .reload label[data-v-654f708f] {
      height: 2.4rem;
}
.section .head .title[data-v-654f708f] {
    font-size: .875rem;
    font-weight: bold;
}
.section .item[data-v-654f708f]:last-child {
    border-bottom: none;
}
/*     账户信息蒙版样式 start */
.bill-detail-mask[data-v-654f708f] {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.bill-detail-mask .content[data-v-654f708f] {
    margin-bottom: 1rem;
    color: #dedede;
}
.bill-detail-mask .bill-content[data-v-654f708f] {
    padding: .625rem;
    text-align: left;
}
.bill-detail-mask .second-label[data-v-654f708f] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.bill-detail-mask .inline[data-v-654f708f] {
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.bill-detail-mask .inline .label[data-v-654f708f] {
      width: 60%;
}
.bill-detail-mask .inline .label-text[data-v-654f708f], .bill-detail-mask .inline .content-text[data-v-654f708f] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.bill-detail-mask .content-item[data-v-654f708f] {
    line-height: 2rem;
}
.bill-detail-mask .border-bottom[data-v-654f708f] {
    border-bottom: 1px solid #f5f5f5;
    opacity: 0.7;
}
.bill-detail-mask .title[data-v-654f708f] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.bill-detail-mask .class[data-v-654f708f] {
    font-weight: 700;
}
.bill-detail-mask .order-sum[data-v-654f708f] {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ff861b;
    font-weight: 700;
}
.bill-detail-mask .closed[data-v-654f708f] {
    position: relative;
    z-index: 2;
}
.bill-detail-mask .closed .iconfont[data-v-654f708f] {
      color: #dedede;
      font-size: 3rem !important;
      font-weight: normal;
}
.mask-header[data-v-654f708f] {
  z-index: 2;
}
.bill-content[data-v-654f708f], .order-sum[data-v-654f708f] {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mask[data-v-654f708f] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bgFilter[data-v-654f708f] {
  -webkit-filter: blur(2px);
  /* Chrome, Opera */
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*     账户信息蒙版样式 end */
.clear-float[data-v-654f708f]::after {
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  color: transparent;
  clear: both;
}
/* 信息加载 */
.more-loading[data-v-654f708f] {
  line-height: 4rem;
  background-color: white;
}
/* .swiper */
.swiper-wrapper[data-v-654f708f] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* 优惠政策标签颜色 */
.zaixianyouhui[data-v-654f708f] {
  background-color: #fe3c2e;
}
.lijian[data-v-654f708f] {
  background-color: #ff861b;
}
.zaoniao[data-v-654f708f] {
  background-color: #cb3ff3;
}
.maimian[data-v-654f708f] {
  background-color: #05d5ae;
}
.superzaoniao[data-v-654f708f] {
  background-color: #4cd864;
}
.youhuiquan[data-v-654f708f] {
  background-color: #007aff;
}
.jifen[data-v-654f708f] {
  background-color: #39abfe;
}
.home-page .mdDevice[data-v-654f708f], .line-list-page .mdDevice[data-v-654f708f], .line-detail .mdDevice[data-v-654f708f] {
  width: 768px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 回到顶部公共组件样式 */
.bottom-bar-component[data-v-654f708f] {
  position: fixed;
  bottom: 1.3rem;
  right: 0;
  margin-right: .625rem;
  text-align: right;
}
.bottom-bar-component .iconfont[data-v-654f708f] {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.6);
}
.store-member-page[data-v-654f708f] {
  margin-top: 2.5rem;
  padding: 0 .625rem;
}
.store-member-page .head[data-v-654f708f] {
    border-bottom: 1px solid #c8c8cb;
    font-weight: bold;
}
.store-member-page .member-item[data-v-654f708f] {
    border-bottom: 1px solid #c8c8cb;
    font-size: .75rem;
}
.store-member-page .member-item[data-v-654f708f]:last-child {
    border-bottom: none;
}
.store-member-page .wrapper[data-v-654f708f] {
    display: grid;
    grid-template-rows: 2rem;
    grid-template-columns: auto 4rem 4rem 4rem;
    line-height: 2rem;
}
.store-member-page .wrapper .item1[data-v-654f708f] {
      text-align: center;
}

/*# sourceMappingURL=app.073f9c919310114917650cd938e05a10.css.map*/