html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

img,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

    td:not([align]),
    th:not([align]) {
        text-align: left;
    }


@media screen and (max-width:360px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width:360px) and (max-width:390px) {
    html {
        font-size: 14px;
    }
}


@media screen and (min-width:390px) and (max-width:450px) {
    html {
        font-size: 14px !important;
    }
}


@media screen and (min-width:450px) and (max-width:640px) {
    html {
        font-size: 16px !important;
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 20px;
    }
}

a {
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Microsoft YaHei";
    background-color: #F6F6F6;
    /*min-width: 1080px;*/
    -webkit-text-size-adjust: none;
    overflow-y: auto;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.text-center {
    text-align: center;
}

.circle {
    border-radius: 50%;
}

.app-container {
    padding-bottom: 4.375rem;
    margin-bottom: .6rem;
}

.app-banner-list {
    height: 15rem;
    position: relative;
}

.app-banner-item img {
    width: 100%;
    height: 100%;
}

.app-banner-pagination {
    color: white;
    font-size: 1rem;
    padding: 3px;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.5);
    width: 3.5rem !important;
    width: 100%;
    text-align: center;
    bottom: 1.875rem !important;
    right: .6rem !important;
    left: auto !important;
}

.app-home-recommend {
    position: relative;
    margin-top: -1.25rem;
    background: white;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1rem .8rem;
    z-index: 1;
}

    .app-home-recommend h3 {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: .3rem;
    }

.app-home-recommend-tag-list {
    margin-top: .3rem;
    margin-bottom: .8rem;
}

.app-home-recommend-tag {
    color: #F95961;
    background: #FEEEEF;
    font-size: 0.8rem;
    padding: 3px 5px;
    margin-right: .6rem;
    margin-bottom: .4rem;
    margin-top: .4rem;
}

.app-home-recommend-bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 1.1rem;
}

.app-home-recommend-bottom-extra {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #999999;
    line-height: 1;
}

    .app-home-recommend-bottom-extra a,
    .app-home-recommend-bottom-extra i {
        margin-left: 8px;
    }

    .app-home-recommend-bottom-extra a {
        text-decoration: none;
        color: #999999;
    }

    .app-home-recommend-bottom-extra i {
        position: relative;
    }

.app-home-recommend-bottom-extra-divider {
    display: block;
    width: 2px;
    height: 29px;
    background: #999999;
}

.app-home-recommend-date {
    color: #333333;
    line-height: 1;
    -webkit-box-flex: 1;
    flex: 1;
    white-space: nowrap;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-notice {
    margin: .6rem 0;
    background: white;
    padding: .6rem .8rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.app-notice {
    color: #F95961;
}

.app-notice-label {
    color: #F95961;
    font-size: 1rem;
    line-height: 1;
    margin-left: .6rem;
}

    .app-notice-label img {
        position: relative;
        top: 5px;
    }

.app-notice-content {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    font-size: 1rem;
    color: #999999;
    line-height: 1;
    margin-left: .6rem;
    white-space: nowrap;
}

.changdiTitle {
    font-size: 1.25rem;
    padding: .3rem .6rem;
    background: white;
    margin-top: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #EEEEEE;
}

.app-ticket-list {
    padding: 0 .8rem;
    background: white;
}

.app-ticket-item {
    display: block;
    padding-top: 1rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid #E6E6E6;
    text-decoration: none;
}

    .app-ticket-item:last-child {
        border-bottom: none;
    }

.app-ticket-item-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    background: white;
}

    .app-ticket-item-top div {
        -webkit-box-flex: 1;
        flex: 1;
        overflow: hidden;
    }

    .app-ticket-item-top h3 {
        color: #333333;
        font-size: 1.15rem;
        line-height: 1.2;
    }

    .app-ticket-item-top span::before {
        content: '￥';
        font-size: .6rem;
        line-height: 1;
        text-decoration: none;
    }

    .app-ticket-item-top span {
        font-size: 1rem;
        line-height: 1;
        color: #999999;
        text-decoration: line-through;
        font-weight: 600;
    }

.app-ticket-item-center {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.app-ticket-item-bottom {
    margin-top: 2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.app-ticket-item-price {
    font-size: 1.2rem;
    color: #F95961;
    font-weight: 600;
}

    .app-ticket-item-price::before {
        content: '￥';
        font-size: .8rem;
    }

.app-ticket-item-read {
    font-size: 1rem;
}

    .app-ticket-item-read a {
        color: #999999;
        text-decoration: none;
    }

.app-ticket-item-tag {
    display: inline-block;
    color: #4798e4;
    /*border: 1px solid #4798e4;*/
    font-size: .8rem;
    margin-right: .3rem;
    padding: 0 .3rem;
    vertical-align: top;
    margin-bottom: .3rem;
    margin-top: .3rem;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 15rem;
}
@media screen and (min-width:350px) and (max-width:400px) {
    .app-ticket-item-tag {
        width: 16rem;
    }
}
@media screen and (min-width:400px) and (max-width:700px) {
    .app-ticket-item-tag {
        width: 17rem;
    }
}
@media screen and (min-width:700px) and (max-width:1000px) {
    .app-ticket-item-tag {
        width: 19rem;
    }
}
@media screen and (min-width:1000px) {
    .app-ticket-item-tag {
        width: 29rem;
    }
}

.app-order-tab {
    height: 3.125rem;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 5px;
    position: fixed;
}

.app-order-tab-item {
    font-size: 1rem;
    color: #333;
    text-align: center;
    width: 25%;
}

    .app-order-tab-item span {
        display: inline-block;
        height: 3.125rem;
        line-height: 3.125rem;
        position: relative;
    }

    .app-order-tab-item.active span::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: ' ';
        width: 100%;
        height: 4px;
        background: #F95961;
    }

.app-order-tab-content {
}

    .app-order-tab-content.active {
        display: block;
    }

.app-order-list {
    margin: .6rem .8rem;
    margin-top: 3.725rem;
}

.app-order-item {
    background: white;
    border-radius: 5px;
    margin-bottom: .6rem;
    display: block;
    text-decoration: none;
}

    .app-order-item:last-child {
        margin-bottom: 0;
    }

.app-order-item-top {
    height: 2.8rem;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 .6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.app-order-item-date {
    font-size: 1rem;
    color: #666;
}

.app-order-item-status {
    font-size: .9rem;
    color: #F95961;
}

    .app-order-item-status.state-weizhifu {
        color: #F95961;
    }

    .app-order-item-status.state-daishiyong {
        color: #f98659;
    }

    .app-order-item-status.state-yishiyong {
        color: #cccccc;
    }

    .app-order-item-status.state-yiguoqi {
        color: #cccccc;
    }

.app-order-item-bottom {
    padding: .6rem 1rem;
}

.app-order-item-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    color: #333333;
    /*margin-bottom: .6rem;*/
}

    .app-order-item-title div {
        -webkit-box-flex: 1;
        flex: 1;
        font-size: 1rem;
        overflow: hidden;
        color: #333333;
        margin-right: 2.25rem;
    }

    .app-order-item-title span {
        font-size: 1rem;
    }

        .app-order-item-title span::before {
            content: '￥';
            font-size: .8rem;
        }

.app-order-item-place {
    font-size: 1rem;
    color: #333333;
}

.app-order-item-youwanriqi,
.app-order-item-count {
    font-size: 1rem;
    color: #999999;
}

.app-order-item-youwanriqi {
    margin-bottom: .6rem;
}

.app-order-item-operate {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

    .app-order-item-operate button {
        margin-left: 1.69rem;
    }

.app-order-empty {
    display: none;
    position: absolute;
    top: 3.725rem;
    left: -5px;
    width: 100%;
    height: calc(100vh - 3.725rem - 4.3rem - 1.2rem);
    background-image: url("../images/order_empty.png");
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 100%;
    min-height: calc(100vw / 1080 * 720);
    background-color: white;
}

    .app-order-empty span {
        position: absolute;
        top: calc(100vw / 1080 * 720);
        width: 100%;
        text-align: center;
        font-size: 1rem;
        color: #999999;
    }

.app-order-payinfo {
    background-color: white;
    padding: 1rem .8rem;
    text-align: center;
    line-height: 1.875rem;
}

    .app-order-payinfo .app-order-timer {
        color: #777;
    }

        .app-order-payinfo .app-order-timer .value {
            margin-left: .6rem;
            letter-spacing: 2px;
        }

    .app-order-payinfo .app-order-tmoney {
        font-size: 1.875rem;
        font-weight: 600;
        margin-top: 1rem;
        margin-bottom: .6rem;
    }

        .app-order-payinfo .app-order-tmoney span::before {
            content: '￥';
            font-size: 1rem;
        }

    .app-order-payinfo .app-order-descirption {
        color: #777;
        font-size: 1rem;
    }

.app-order-paymethod-list {
    background-color: white;
    padding: 1rem .8rem;
    margin-top: .6rem;
}

    .app-order-paymethod-list h3 {
        font-size: 1.25rem;
        margin-bottom: .6rem;
    }

.app-order-paymethod-item {
    display: flex;
    display: -webkit-flex;
    border-top: 1px solid #eee;
    line-height: 3.5rem;
    font-size: 1rem;
}

    .app-order-paymethod-item i {
        font-size: 20px;
        color: #F95961;
    }

    .app-order-paymethod-item > div {
        flex: 1;
    }

        .app-order-paymethod-item > div:last-child {
            text-align: right;
            margin-right: 1rem;
        }

        .app-order-paymethod-item > div:first-child img {
            width: 1.875rem;
            height: 1.875rem;
            vertical-align: middle;
            margin-right: 10px;
        }

        .app-order-paymethod-item > div:last-child img {
            width: 1.25rem;
            height: 1.25rem;
            display: none;
            vertical-align: middle;
        }

    .app-order-paymethod-item.active > div:last-child img {
        display: inline-block;
    }

    .app-order-paymethod-item > div:last-child i {
        display: none;
    }

    .app-order-paymethod-item.active > div:last-child i {
        display: inline-block;
    }

.app-order-submit {
    margin: 20px 12px;
}

    .app-order-submit button {
        width: 100%;
    }

.app-button {
    border: none;
    outline: 0 none;
    border-radius: 9999px;
    /*height: 64px;
  line-height: 64px;*/
    padding: 3px 15px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
}

.app-button-primary {
    background: #F95961;
    color: white;
}

    .app-button-primary[disabled] {
        background: #ffa5a9;
        pointer-events: all;
        cursor: not-allowed;
    }

.app-button-invert {
    background: white;
    color: #666666;
    border: 1px solid #B7B7B7;
}

.app-button-lg {
    padding: .65rem 2.5rem;
    text-align: center;
    font-size: 1rem;
}

.app-button-cancel {
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #a7a7a7;
    color: #a7a7a7;
}

.app-button-block1 {
    width: 100%;
    max-width: 438px;
    text-align: center;
    font-size: 1rem;
    padding: .65rem 2.5rem;
}

.app-button-block {
    display: inline-block;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    background: transparent;
    height: 100%;
    border-radius: 0;
}

.app-bottom-tab {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4.3rem;
    background: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    z-index: 2;
}

.app-bottom-tab-item {
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
}

    .app-bottom-tab-item a {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-decoration: none;
    }

        .app-bottom-tab-item a:active {
            background: white;
        }

    .app-bottom-tab-item span:last-child {
        font-size: 1rem;
        color: #bfbfbf;
    }

.app-bottom-tab-lijigoumai {
    -webkit-box-flex: 2;
    flex: 2;
    text-align: right;
    padding-right: 1rem;
}

.app-bottom-tab-item > a > span:first-child {
    display: inline-block;
    width: 1.56rem;
    height: 1.56rem;
    background-position: center;
    background-size: 1.56rem 1.56rem;
    background-repeat: no-repeat;
}

.app-bottom-tab .tab-home {
    background-image: url("../images/icon_home.png");
}

.app-bottom-tab .tab-menpiao {
    background-image: url("../images/icon_menpiao.png");
}

.app-bottom-tab .tab-dingdan {
    background-image: url("../images/icon_order.png");
}

.app-bottom-tab .tab-wode {
    background-image: url("../images/icon_wode.png");
}

.app-bottom-tab-item.active .tab-wode {
    background-image: url("../images/icon_wode_active.png");
}


.app-bottom-tab-item.active span:last-child {
    font-size: 1rem;
    color: #F95961;
}

.app-bottom-tab-item.active .tab-home {
    background-image: url("../images/icon_home_active.png");
}

.app-bottom-tab-item.active .tab-dingdan {
    background-image: url("../images/icon_order_active.png");
}

.app-icon-divider {
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #999999;
    line-height: 16px;
}

.app-icon-arrow-right {
    display: inline-block;
    height: 14px;
    width: 9px;
    background-image: url("../images/icon_arrow_right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 14px;
}

.app-icon-arrow-right-red {
    display: inline-block;
    height: 16px;
    width: 9px;
    /*background-image: url("../images/icon_right_arrow_red.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 16px;*/
}

.app-icon-notice {
    display: inline-block;
    height: 18px;
    width: 20px;
    background-image: url("../images/icon_notice.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 20px;
}

.app-icon-share {
    display: inline-block;
    height: 51px;
    width: 47px;
    background-image: url("../images/icon_share.png");
    background-repeat: no-repeat;
    background-position: center;
}

.app-icon-baohu {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url("../images/icon_baohu.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 14px;
}

.app-icon-plus {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("../images/icon_plus1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.app-icon-plus-blue {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("../images/icon_plus_blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.app-icon-minus {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-image: url("../images/icon_minus1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.app-icon-minus-blue {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("../images/icon_minus_blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.app-ticket-header {
    position: relative;
    top: -1.25rem;
    background: white;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1.25rem .8rem .6rem .8rem;
    z-index: 1;
}

    .app-ticket-header::after {
        content: ' ';
        position: absolute;
        left: 0;
        bottom: -.6rem;
        width: 100%;
        background: white;
        height: .6rem;
    }

    .app-ticket-header > h3 {
        font-size: 1.25rem;
        color: #333333;
        margin-bottom: .6rem;
        font-weight: bold;
    }

.app-ticket-header-center {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.app-ticket-price1 {
    font-size: 1.25rem;
    color: #F95961;
    margin-right: .6rem;
    font-weight: 600;
}

    .app-ticket-price1::before {
        content: '￥';
        font-size: 16px;
    }

.app-ticket-price2 {
    font-size: .8rem;
    color: #999999;
    font-weight: 600;
    text-decoration: line-through;
}

    .app-ticket-price2::before {
        content: '￥';
        font-size: .6rem;
    }

.app-ticket-share {
    font-size: 1rem;
    color: #cccccc;
    padding: .6rem 1.25rem;
    background-color: #F6F6F6;
    border: none;
    outline: 0 none;
    padding: 0 1rem 0 2.5rem;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    vertical-align: middle;
    position: relative;
    right: -.8rem;
    background-image: url(../images/icon_share.png);
    background-repeat: no-repeat;
    background-position: .6rem center;
    background-size: 1.25rem;
    line-height: 1.875rem;
}

.app-ticket-notice {
    margin-top: .6rem;
    font-size: .8rem;
    color: #F95961;
    background-color: #FEE6E7;
    padding: .3rem .6rem;
    border-radius: 1.25rem;
}

.app-ticket-tab {
    background: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10%;
    border-bottom: 1px solid #F2F2F2;
}

    .app-ticket-tab.sticky {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 100;
    }

.app-ticket-tab-item {
    font-size: 1rem;
    color: #333;
    text-align: center;
}

    .app-ticket-tab-item > a {
        display: inline-block;
        padding: 1rem .3rem;
        position: relative;
        text-decoration: none;
        color: #333;
    }

    .app-ticket-tab-item.active a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: ' ';
        width: 100%;
        height: .3rem;
        background: #F95961;
    }

    .app-ticket-tab-item:first-child {
        text-align: left;
    }

    .app-ticket-tab-item:last-child {
        text-align: right;
    }

.app-ticket-tab-contents {
    background: white;
}

.app-ticket-tab-content {
    background: white;
    padding: 1rem .8rem;
}

    .app-ticket-tab-content h3 {
        font-size: 1.125rem;
        color: #333333;
        padding-bottom: .6rem;
        max-width: 100%;
        font-weight: bold;
    }

    .app-ticket-tab-content p {
        font-size: 1rem !important;
        color: #999999;
        line-height: 1.875rem;
        max-width: 100%;
    }

.app-create-order-ticket {
    padding: 1rem 0.8rem;
    background: white;
    display: -webkit-box;
    display: flex;
}

.app-create-order-ticket-img {
    width: 7.5rem;
    height: 5.625rem;
    border-radius: 5px;
    overflow: hidden;
}

    .app-create-order-ticket-img img {
        width: 100%;
        height: 100%;
    }

.app-create-order-ticket-info {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-left: 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.app-create-order-ticket-title {
    font-size: 1rem;
    color: #333333;
}

.app-create-order-ticket-notice1 {
    font-size: .875rem;
    color: #999999;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .app-create-order-ticket-notice1 > i {
        margin-right: 5px;
    }

.app-create-order-price-label {
    color: #F95961;
    font-size: .875rem;
}

.app-create-order-price {
    font-size: 1.25rem;
    color: #F95961;
    font-weight: 600;
}

    .app-create-order-price::before {
        content: '￥';
        font-size: 16px;
    }

.app-create-order-selector {
    padding: 15px 12px;
    background: white;
    margin-top: 10px;
}

    .app-create-order-selector > h3 {
        font-size: 20px;
        color: #333333;
        margin-bottom: 10px;
        font-weight: bold;
    }

.app-create-order-selector-list {
    padding: 10px 0;
    border-radius: 5px;
}

.app-create-order-selector-item {
    background: white;
    font-size: 16px;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 6px;
    color: #333333;
    padding: 16px 40px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
}

    .app-create-order-selector-item.active {
        border-color: #F95961;
        color: #F95961;
    }

.app-create-order-youwanriqi {
    padding: 1rem .8rem;
    background: white;
    margin-top: .6rem;
}

    .app-create-order-youwanriqi > h3 {
        font-size: 1.125rem;
        color: #333333;
        font-weight: bold;
        margin-bottom: .6rem;
    }

.app-create-order-youwanriqi-list {
    background: #F6F6F6;
    padding: .6rem;
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.app-create-order-youwanriqi.today {
    display: flex;
}

    .app-create-order-youwanriqi.today > h3 + p {
        font-size: 16px;
        color: #666666;
        text-align: right;
        flex: 1;
    }

.app-create-order-youwanriqi-item {
    width: 25%;
    height: 5rem;
    margin-right: .6rem;
    background: white;
    font-size: 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 5px;
    color: #333333;
}

    .app-create-order-youwanriqi-item > span:last-child {
        color: #F95961;
    }

    .app-create-order-youwanriqi-item > span.bookprice:before {
        content: '￥';
        font-size: 10px;
    }


    .app-create-order-youwanriqi-item.disabled {
        pointer-events: none;
        background-color: #eee;
        color: #999;
    }

        .app-create-order-youwanriqi-item.disabled span.bookprice {
            display: none;
        }

    .app-create-order-youwanriqi-item span.nobook {
        display: none;
    }

    .app-create-order-youwanriqi-item.disabled span.nobook {
        display: block;
        color: #999 !important;
    }


    .app-create-order-youwanriqi-item:last-child {
        margin-right: 0;
    }

    .app-create-order-youwanriqi-item.active {
        background: #F95961;
        color: white;
    }

        .app-create-order-youwanriqi-item.active span {
            color: white;
        }

    .app-create-order-youwanriqi-item.more {
        color: #F95961;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

        .app-create-order-youwanriqi-item.more > span {
            width: 70%;
            text-align: center;
        }


.app-youwanshijian {
    margin-top: .8rem;
}

.app-youwanshijian-list {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-content: flex-start;
    text-align: center;
    font-size: 1rem;
}

    .app-youwanshijian-list .app-youwanshijian-item {
        flex: 0 0 50%;
        height: 3.125rem;
        line-height: 3.125rem;
        margin-top: .6rem;
    }

        .app-youwanshijian-list .app-youwanshijian-item > div {
            border-radius: 5px;
            border: 1px solid #eee;
        }

            .app-youwanshijian-list .app-youwanshijian-item > div span {
                /*  margin: 0 .6rem;*/
            }

        .app-youwanshijian-list .app-youwanshijian-item:nth-child(2n+1) > div {
            margin-right: 5px;
        }

        .app-youwanshijian-list .app-youwanshijian-item:nth-child(2n) > div {
            margin-left: 5px;
        }

        .app-youwanshijian-list .app-youwanshijian-item.active > div {
            color: #F95961;
            border-color: #F95961;
        }

        .app-youwanshijian-list .app-youwanshijian-item.disabled > div {
            color: #EEE;
            border-color: #EEE;
        }

.app-create-order-goumaishuliang {
    padding: 1rem .8rem;
    background: white;
    margin-top: .6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .app-create-order-goumaishuliang > h3 {
        font-size: 1.125rem;
        color: #333333;
        line-height: 1;
        font-weight: bold;
    }

.app-create-order-goumaishuliang-operate {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.app-create-order-goumaishuliang-plus,
.app-create-order-goumaishuliang-minus {
    width: 60px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.app-create-order-goumaishuliang-plus {
    background-image: url("../images/icon_plus_blue.png");
}

.app-create-order-goumaishuliang-minus {
    background-image: url("../images/icon_minus.png");
}

.app-create-order-goumaishuliang-count {
    color: #333333;
    font-size: 1.125rem;
    margin: 0 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.app-create-order-youkexingxi {
    padding: 1rem .8rem;
    background: white;
    margin-top: 10px;
}

.app-create-order-youkexingxi-title {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 15px;
    -webkit-box-align: center;
    align-items: center;
}

    .app-create-order-youkexingxi-title > h3 {
        font-size: 1.125rem;
        color: #333333;
        line-height: 1;
        font-weight: bold;
    }

        .app-create-order-youkexingxi-title > h3 + p {
            font-size: 1rem;
            margin-left: 2.25rem;
            color: #666666;
        }

.app-create-order-zhuyishixiang {
    padding: 1rem .8rem;
    background: white;
    margin: .6rem;
    border-radius: 8px;
}

    .app-create-order-zhuyishixiang > h3 {
        font-size: 1.125rem;
        color: #333333;
        line-height: 1;
        margin-bottom: .6rem;
        font-weight: bold;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 1rem;
    }

    .app-create-order-zhuyishixiang > p {
        font-size: 1rem;
        color: #666666;
    }

.app-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4.3rem;
    padding: 0 .8rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.app-footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: .6rem .8rem;
    background: white;
    text-align: right;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.app-link {
    font-size: 1rem;
    color: #4798e4;
    text-decoration: none;
}

.app-text-primary {
    color: #F95961 !important;
}

.app-text-gray {
    color: #999999 !important;
}

.app-text-warning {
    color: #E68A00 !important;
}

.app-text-black {
    color: #333333 !important;
}

.app-text-lightgray {
    color: #cccccc !important;
}

.app-text-bold {
    font-weight: bold;
}

.app-overflow-hidden {
    overflow: hidden;
    height: 100vh;
}

.app-form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: .5rem 0;
    border-bottom: 1px solid #F6F6F6;
}

    .app-form-group > label {
        width: 6.25rem;
        color: #333333;
        font-size: 1rem;
    }

    .app-form-group > input {
        outline: 0 none;
        border: none;
        color: #333333;
        font-size: 1rem;
    }

        .app-form-group > input::-webkit-input-placeholder {
            color: #cccccc;
        }

    .app-form-group:last-child {
        border-bottom: none;
    }

.app-file-upload {
    display: inline-block;
    width: 10.625rem;
    height: 6.875rem;
    background-color: #FAFAFA;
    border-radius: 5px;
    background-image: url("../images/icon_plus_gray.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.5rem 2.5rem;
    position: relative;
}

    .app-file-upload.choose {
        background-image: url("../images/icon_success.png");
    }

    .app-file-upload > input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.app-form-control {
    -webkit-box-flex: 1;
    flex: 1;
}

.app-order-detail-status {
    margin: .6rem .8rem;
    font-size: 1.125rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .app-order-detail-status .state-weizhifu {
        color: #F95961;
    }

    .app-order-detail-status .state-daishiyong {
        color: #f98659;
    }

    .app-order-detail-status .state-yishiyong {
        color: #cccccc;
    }

    .app-order-detail-status .state-yiguoqi {
        color: #cccccc;
    }

.app-order-detail-price {
    font-size: 1.125rem;
    color: #F95961;
    font-weight: 600;
}

    .app-order-detail-price::before {
        content: '￥';
        font-size: .8rem;
    }

.app-order-detail-card {
    background: white;
    margin: 0 .8rem;
    border-radius: 5px;
    position: relative;
    margin-top: 10px;
}

    .app-order-detail-card .LeaveTime {
        float: right;
        font-weight: normal;
        color: #F95961;
    }

    .app-order-detail-card:first-child {
        margin-top: 0;
    }

    .app-order-detail-card > h3 {
        color: #333333;
        font-size: 1.2rem;
        line-height: 1;
        padding: 1rem;
        border-bottom: 1px solid #E6E6E6;
        font-weight: 800;
    }

.app-order-detail-card-content {
    padding: .6rem 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.app-order-detail-card .qrcode {
    text-align: center;
    margin-bottom: .6rem;
}

    .app-order-detail-card .qrcode .code.show {
        display: block;
    }

    .app-order-detail-card .qrcode .code.hidden {
        display: none;
    }

    .app-order-detail-card .qrcode .code .erweima, .app-order-detail-card .qrcode .code .erweima img {
        width: 210px;
        height: 210px;
        display: inline-block;
    }

    .app-order-detail-card .qrcode .code .erweima {
        position: relative;
        text-align: center;
    }

    .app-order-detail-card .qrcode .txt {
        color: #F95961;
        font-size: .9rem;
    }

    .app-order-detail-card .qrcode .code .erweima .overtime {
        position: absolute;
        width: 210px;
        height: 210px;
        line-height: 210px;
        text-align: center;
        top: 0;
        background-color: #FFFFFF;
        border: 1px solid #aaaaaa;
        z-index: 999;
    }


        .app-order-detail-card .qrcode .code .erweima .overtime .tooverpay {
            display: inline-block;
            width: 100px;
            height: 30px;
            line-height: 30px;
            background-color: #F95961;
            color: #FFFFFF;
            border-radius: 9999px;
        }

    .app-order-detail-card .qrcode .des {
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1rem;
        margin-bottom: .6rem;
    }

    .app-order-detail-card .qrcode .info {
        font-size: 1rem;
    }

        .app-order-detail-card .qrcode .info .yue {
            color: #F95961;
        }

    .app-order-detail-card .qrcode .invalid {
        text-decoration: line-through;
        color: #777;
    }

    .app-order-detail-card .qrcode > img {
        width: 50vw;
        height: 50vw;
        /*margin-bottom: 1.25rem;*/
    }

    .app-order-detail-card .qrcode > p {
        font-size: .9rem;
        line-height: 1;
        color: #333333;
    }

    .app-order-detail-card .qrcode.invalid > p {
        color: #777;
    }

.app-order-detail-card.circle-top,
.app-order-detail-card.circle-bottom {
    margin-top: 0;
}

    .app-order-detail-card.circle-top:before,
    .app-order-detail-card.circle-bottom:before,
    .app-order-detail-card.circle-top:after,
    .app-order-detail-card.circle-bottom:after {
        content: ' ';
        display: block;
        position: absolute;
        width: 1rem;
        height: 1.875rem;
        border-radius: 1rem;
        background: #F6F6F6;
    }

    .app-order-detail-card.circle-top:before,
    .app-order-detail-card.circle-bottom:before {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .app-order-detail-card.circle-top:after,
    .app-order-detail-card.circle-bottom:after {
        right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .app-order-detail-card.circle-bottom:before,
    .app-order-detail-card.circle-bottom:after {
        bottom: -15px;
    }

.app-order-detail-card.circle-top {
    background-image: url("../images/border_dashed.png");
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 1.25rem 1px;
}

    .app-order-detail-card.circle-top.noShow {
        background-image: none !important;
    }

        .app-order-detail-card.circle-top.noShow:before,
        .app-order-detail-card.circle-top.noShow:after {
            background: none !important;
        }

    .app-order-detail-card.circle-top:before,
    .app-order-detail-card.circle-top:after {
        top: -1rem;
    }

.app-order-detail-card .member_discount {
    font-size: .8rem;
    border: 1px solid #F95961;
    padding: 0 .2rem;
    color: #F95961;
    margin-left: .5rem;
}

.app-order-detail-syzk-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
}

.app-order-detail-syzk-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

    .app-order-detail-syzk-item span:first-child {
        font-size: 1.375rem;
        margin-bottom: 1.25rem;
    }

    .app-order-detail-syzk-item span:last-child {
        font-size: 1rem;
        color: #666666;
        background: #EDEDED;
        padding: .6rem 1.56rem;
        border-radius: .5rem;
        line-height: 1;
    }

.app-description-list {
    margin: 10px 20px;
}

.app-description-list2 {
    margin: 10px 10px;
}

.app-description-list.w230 {
    margin: .6rem 0;
}

    .app-description-list.w230 label {
        width: 6.25rem;
        margin-right: 0;
    }

    .app-description-list.w230 .app-description-item {
        margin-bottom: .6rem;
    }

.app-description-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: .6rem;
}

    .app-description-item p {
        width: 100%;
    }

        .app-description-item p span {
            width: 33.33%;
            float: left;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333333;
        }

            .app-description-item p span:nth-child(1) {
                width: 35%;
                text-align: left;
            }

            .app-description-item p span:nth-child(2) {
                width: 35%;
            }

            .app-description-item p span:nth-child(3) {
                width: 30%;
                text-align: right;
                color: #F95961;
            }

    .app-description-item.top {
        align-items: flex-start !important;
    }

    .app-description-item:last-child {
        margin-bottom: 0;
    }

    .app-description-item label {
        font-size: 1rem;
        color: #808080;
        display: inline-block;
        width: 4.375rem;
        margin-right: .5rem;
    }

    .app-description-item div {
        -webkit-box-flex: 1;
        flex: 1;
        font-size: 1rem;
        color: #333333;
        overflow: hidden;
    }

        .app-description-item div.title {
            font-weight: bold;
        }

        .app-description-item div.date {
            color: #797979;
            margin-bottom: .6rem;
        }

.app-mask {
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.app-mask-inner {
    position: absolute;
    max-height: 60vh;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 1.875rem;
    padding-bottom: 5rem;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 27rem;
}

.app-mask-inner-no-footer {
    padding-bottom: 0;
}

.app-mask-inner-header {
    min-height: 3.125rem;
}

    .app-mask-inner-header > h3 {
        height: 3.125rem;
        line-height: 3.125rem;
        text-align: center;
        color: #333333;
        font-size: 1.25rem;
        border-bottom: 1px solid #E6E6E6;
        background: white;
        font-weight: bold;
    }

.app-mask-inner-content {
    overflow: auto;
    -webkit-box-flex: 1;
    flex: 1;
}

.app-mask-inner-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0;
    height: 4.3rem;
    padding: 0 .8rem;
    position: absolute;
    bottom: 0;
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.app-mask-close {
    position: absolute;
    top: 1rem;
    right: .8rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/icon_close.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem 1.25rem;
    z-index: 1;
}

.app-price {
    font-size: 1.25rem;
    color: #F95961;
    font-weight: 600;
}

    .app-price::before {
        content: '￥';
        font-size: 1rem;
    }

.app-goupiaoxuzhi {
    padding: .6rem .8rem;
}

    .app-goupiaoxuzhi h3 {
        font-size: 1.25rem;
        color: #333333;
        margin-bottom: 1.125rem;
    }

    .app-goupiaoxuzhi h4,
    .app-goupiaoxuzhi h5 {
        font-size: 1.125rem;
        color: #333333;
        font-weight: 600;
    }

    .app-goupiaoxuzhi h4 {
        margin-bottom: 1.125rem;
    }

    .app-goupiaoxuzhi h5 {
        margin-top: 1.5rem;
        margin-bottom: .6rem;
    }

    .app-goupiaoxuzhi p {
        font-size: 1rem;
        color: #333333;
    }

.app-shenqingtuikuan-content .app-description-list {
    margin: 1.5rem 1rem;
    overflow: hidden;
}

    .app-shenqingtuikuan-content .app-description-list label {
        text-align: right;
    }

/*.app-shenqingtuikuan-content .app-description-list .app-description-item:not(:first-child) {
        display: table-row;
    }

        .app-shenqingtuikuan-content .app-description-list .app-description-item:not(:first-child) label {
            text-align: right;
            display: table-cell;
            padding-bottom: .8rem;
        }

        .app-shenqingtuikuan-content .app-description-list .app-description-item:not(:first-child) div {
            display: table-cell;
            padding-bottom: .8rem;
            text-align: right;
        }*/

.app-shenqingtuikuan-operate {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.25rem;
    color: #333333;
    margin: .8rem 0 1.6rem 0;
}

.app-shenqingtuikuan-count {
    margin: 0 1rem;
    font-size: 1.25rem;
}

.ticket-tab-swiper {
    width: 100%;
}

.app-shenqingtuikuan-mask .app-mask-inner-footer button:not(:last-child) {
    border-right: 1px solid #E6E6E6;
}
/*
.app-ticket-detail-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
}*/
.app-ticket-detail {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.app-ticket-tab-contents {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
}

.app-banner-list {
    width: 100%;
}

    .app-banner-list .app-banner-item {
        height: 100%;
    }

        .app-banner-list .app-banner-item img {
            height: 100%;
            width: 100%;
        }


.app-html-container {
    width: 100%;
    padding: 10px;
    word-break: break-all;
    overflow-x: hidden;
    overflow-y: auto;
}

    .app-html-container img {
        width: 100%;
        height: auto;
    }

    .app-html-container ol, .app-html-container ul {
        list-style: none !important;
    }

.weui-dialog .weui-dialog__btn.error {
    color: red;
}


/* 【票列表小图样式】 */
.app-ticket-item-sp {
    display: flex;
    padding-top: 1rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid #E6E6E6;
    text-decoration: none;
}

    .app-ticket-item-sp .ticket-left {
        flex: .5;
        max-width: 220px;
        max-height: 150px;
        position: relative;
    }

        .app-ticket-item-sp .ticket-left img {
            width: 100%;
            height: 100%;
            border-radius: 4px;
        }

@media screen and (min-height:900px) {
    .app-ticket-item-sp .ticket-left {
        max-height: none;
    }
}

.app-ticket-item-sp .ticket-right {
    flex: 1;
    padding-left: 10px;
}


/* 【票列表大图样式】 */
.app-home-recommend-bp {
    position: absolute;
    margin-top: -3.75rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    z-index: 1;
}

    .app-home-recommend-bp h3 {
        font-size: 1.25rem;
        font-weight: bold;
        padding-left: 20px;
        color: white;
    }

.app-introduce {
    display: flex;
    background-color: white;
    padding: 14px 0;
    text-align: center;
    margin-bottom: .6rem;
}

    .app-introduce .app-introduce-item {
        flex: 1;
    }

        .app-introduce .app-introduce-item img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }

.app-ticket-item-bp {
    padding-bottom: 20px;
}

    .app-ticket-item-bp .bg {
        position: relative;
        font-size: 0;
        cursor: pointer;
    }

        .app-ticket-item-bp .bg img {
            width: 100%;
            min-height: 180px;
            max-height: 240px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

    .app-ticket-item-bp .bgfont {
        font-size: 1rem;
        position: absolute;
        bottom: 0;
        z-index: 1;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        height: 3rem;
        line-height: 3rem;
        width: 100%;
        padding-left: 0.8rem;
    }

    .app-ticket-item-bp .info {
        text-align: right;
        font-size: 1.1rem;
        padding: 0.8rem 0.6rem;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
    }

        .app-ticket-item-bp .info .sell {
            color: #F95961;
            font-weight: bold;
        }

        .app-ticket-item-bp .info .psell {
            color: #AAAAAA;
            font-size: 0.8rem;
            text-decoration: line-through;
        }

    .app-ticket-item-bp .info_price {
        float: left;
    }


/* 【首页广告样式】 */
.advertiseDiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    text-align: center;
    display: none;
}

    .advertiseDiv .box {
        width: 70%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        font-size: 0;
        background-color: #FFFFFF;
        border-radius: 10px;
    }

        .advertiseDiv .box .title {
            font-weight: bold;
            font-size: 1.2rem;
            padding: 1rem 0;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        .advertiseDiv .box .info {
            font-size: 1rem;
            padding: 0 2rem;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            max-height: 250px;
            overflow-y: auto;
        }

        .advertiseDiv .box .btn {
            padding: 0.6rem 5rem;
        }

            .advertiseDiv .box .btn div {
                background-color: #F95961;
                height: 2.4rem;
                line-height: 2.4rem;
                text-align: center;
                color: #FFFFFF;
                border-radius: 10px;
                font-size: 1rem;
            }

.payway {
    padding: .5rem 1rem;
}

    .payway img {
        display: inline-block;
        width: 1.4rem;
        position: relative;
        top: .3rem;
        margin-right: .5rem;
    }

    .payway i {
        float: right;
        position: relative;
        top: .3rem;
        margin-right: .5rem;
        color: #aaaaaa;
        font-size: 1.3rem;
    }

    .payway.active i {
        color: #F95961;
    }
