﻿body {
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

li {
    list-style: none;
}

em, i, u {
    font-style: normal;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}



.lb-ck {
    font-weight: normal;
}

/*头部*/
.header {
    height: 70px;
    padding-top: 5px;
    background-color: #fff;
    /*margin-top: 10px;*/
}

.header-title {
    float: left;
    width: 300px;
    height: 50px;
}

.logo {
    height: 46px;
    position: relative;
    top: 5px;
    left: 5px;
    float: left;
    width: 200px;
    cursor: pointer;
    background-image: url(images/logo.png);
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: auto 100%;
    background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
}

.logo-title {
    font-size: 14px;
    margin-top: 15px;
    padding-top: 10px;
    border-left: 1px solid #5f5f5f;
    padding-left: 10px;
    display: inline-block;
}

.count-down-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.count-down-box {
    height: 40px;
    position: relative;
    top: 20px;
    float: right;
    right: 30px;
}

.count-down-img {
    height: 30px;
    width: 30px;
    float: left;
    border-radius: 15px;
    background-color: #ddd;
    background-image: url(images/clock-w.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.count-down-time {
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    background-color: #ee0a24;
    border-radius: 15px;
    min-width: 110px;
    padding-left: 40px;
    /*margin-left: -15px;*/
    padding-right: 15px;
    background-image: url(images/clock-w.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    font-weight: 600;
}
/*支付页*/
.order-timeout {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #ff9900;
    margin: 5px 0;
    border-radius: 10px;
}

.order-area {
    margin-top: 10px;
    margin-bottom: 15px;
}

.order-header {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 800;
    border-bottom: 2px solid #888;
}

.order-price {
    font-weight: bold;
    color: #e4393c;
}

.order-ext-trigger {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    background-color: #888;
    color: #fff;
    width: 80px;
    cursor: pointer;
}

.ivu-modal {
    top: 200px;
}

.order-detail {
    /*padding: 20px;*/
    /*background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

    .order-detail table tr td {
        height: 24px;
        line-height: 24px;
    }

        .order-detail table tr td:first-child {
            width: 80px;
        }

    .order-detail .inline {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .order-detail .inline span {
            margin-right: 5px;
        }

.order-amount {
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
}

.order-item-title {
    font-size: 14px;
    font-weight: 800;
}

.order-pay-amount {
    font-size: 30px;
    color: #f60;
    font-weight: 600;
}

.coupon-area {
    padding: 10px 15px 5px 15px;
    margin-top: 5px;
    border-top: 2px solid #ddd;
    background-color: #fff;
}

.da-scrollbar {
    overflow-y: auto;
}

    .da-scrollbar::-webkit-scrollbar {
        width: 6px;
    }

    .da-scrollbar::-webkit-scrollbar-track {
        background-color: #efefef;
        border-radius: 10px;
    }

    .da-scrollbar::-webkit-scrollbar-thumb {
        background-color: #e4393c;
        border-radius: 10px;
    }

        .da-scrollbar::-webkit-scrollbar-thumb:hover {
            background-color: #c01733
        }

        .da-scrollbar::-webkit-scrollbar-thumb:active {
            background-color: #c01733
        }

.content-panel {
    position: relative;
    padding: 20px 0;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
}

.content-panel_t1 {
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    padding: 0 15px;
    margin: 0 0 20px 15px;
    border-left: 4px solid #676767;
}

.content-panel_t2 {
    height: 22px;
    line-height: 22px;
    font-size: 20px;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}

.content-panel_body {
    padding: 0 30px;
    box-sizing: border-box;
}

    .content-panel_body > div.content-panel_g {
        border-bottom: 1px dashed #dcdee2;
        margin-bottom: 10px;
    }

        .content-panel_body > div.content-panel_g:last-of-type {
            border-bottom: none;
            margin-bottom: 0;
        }

.show-more {
    position: absolute;
    bottom: 0;
    left: 4px;
    right: 4px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
}

    .show-more i {
        position: relative;
        top: 5px;
        z-index: 2;
    }

.group-title {
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    height: 30px;
    margin-bottom: 10px;
}

.group-title_right {
    flex: auto;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

    .group-title_right a.txt {
        color: #515a6e;
    }

        .group-title_right a.txt:hover {
            color: #c01733;
        }

.coupon-pwdarea {
    padding: 20px;
    border-radius: 10px;
    /*border-top: 2px solid #ddd;*/
    background-color: #fff;
}

    .coupon-pwdarea p {
        margin-bottom: 10px;
    }

.coupon-select {
    height: 25px;
    line-height: 25px;
}

    .coupon-select a {
        float: right;
    }

.coupon-whmsg {
    color: red;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-b {
    font-weight: bold;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.da-clear {
    clear: both;
}

.over-pay {
    text-align: right;
    padding: 0 0 10px 0;
    color: #ed4014;
}

.order-summary {
    overflow: hidden;
    background-color: #fff;
    padding: 0 0 10px 0;
    border-radius: 10px;
}

    .order-summary:after {
        clear: both;
    }

    .order-summary .statistic {
        width: 380px;
        margin-bottom: 10px;
    }

        .order-summary .statistic .yfprice {
            width: 170px;
            float: left;
            text-align: right;
            color: #e4393c;
            font-size: 20px;
            font-weight: 700;
        }

    .order-summary .btn-list {
        text-align: right;
        padding: 10px 0;
    }

.summary-item {
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
}

    .summary-item.center {
        align-items: center;
    }

.summary-item__title {
    width: 210px;
    flex: none;
    text-align: right;
}

.summary-item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .summary-item__content div {
        text-align: right;
        color: #333;
    }

.vertical-center-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .vertical-center-modal .ivu-modal {
        top: 0;
    }

.icon-info {
    background-image: url(images/info.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 60px;
    width: 60px;
    display: inline-block;
    position: absolute;
    left: 30px;
}

.submit-btn {
    width: 200px;
}


/*优惠券*/
.coupon {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

    .coupon .coupon-price {
        color: #fff;
        line-height: 80px;
        text-align: center;
    }

.coupon-left {
    width: 100px;
    height: 90px;
    position: relative;
    line-height: 90px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at right top, transparent 8px, #e4393c 0) top left / 100px 51% no-repeat, radial-gradient(circle at right bottom, transparent 8px, #e4393c 0) bottom left /100px 51% no-repeat;
}


.coupon2 {
    position: relative;
    min-height: 80px;
    background-image: radial-gradient( circle at 10px 8px, transparent 0%, transparent 8px, #ff5050 5px, #ff5050 100% );
    border-radius: 10px;
    background-position: 60px -8px;
    background-size: 100% 100%;
}

.base-coupons {
    height: 80px;
    display: flex;
    border-radius: 10px;
    position: relative;
    background: radial-gradient(circle at right top, transparent 8px, #28A4F2 0) top left / 100px 51% no-repeat, radial-gradient(circle at right bottom, transparent 10px, #28A4F2 0) bottom left /100px 51% no-repeat, radial-gradient(circle at left top, transparent 10px, #eeeeee 0) top right /190px 51% no-repeat, radial-gradient(circle at left bottom, transparent 10px, #eeeeee 0) bottom right /190px 51% no-repeat;
    /*    filter: drop-shadow(3px 3px 3px rgba(0,0,0,.3));*/
}

.coupon-left .money {
    font-size: 36px;
}


.coupon-con {
    flex: 1;
    height: 90px;
    position: relative;
    color: #666;
    font-size: 10px;
    background: radial-gradient(circle at left top, transparent 8px, #ffffff 0) top right /100% 51% no-repeat, radial-gradient(circle at left bottom, transparent 8px, #ffffff 0) bottom right /100% 51% no-repeat;
}

    .coupon-con .coupon-info {
        padding: 5px 10px 5px 15px;
    }

    .coupon-con .coupon-time {
        position: absolute;
        bottom: 2px;
        left: 15px;
    }

.coupon-info-panel {
    height: 100%;
}

.coupon-info .coupon-title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

.coupon-info .coupon-comment {
    font-size: 10px;
}

.coupon-info .red {
    color: #e4393c;
}

.coupon.coupon_disabled .coupon-left {
    background: radial-gradient(circle at right top, transparent 8px, #505050 0) top left / 100px 51% no-repeat, radial-gradient(circle at right bottom, transparent 8px, #505050 0) bottom left /100px 51% no-repeat;
}

.coupon.coupon_disabled .coupon-title {
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.coupon-seal {
    height: 70px;
    width: 70px;
    position: absolute;
    right: 5px;
    bottom: 10px;
}

    .coupon-seal img {
        max-width: 100%;
        max-height: 100%;
    }

.coupon-tab-panel {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    max-height: 200px;
    overflow-y: auto;
}

.coupon-pc {
    width: 350px;
    margin-bottom: 10px;
}

    .coupon-pc .coupon-con {
        background: radial-gradient(circle at left top, transparent 8px, #e8e8e8 0) top right /100% 51% no-repeat, radial-gradient(circle at left bottom, transparent 8px, #e8e8e8 0) bottom right /100% 51% no-repeat;
    }

    .coupon-pc .ivu-checkbox {
        display: none;
    }

.coupon_selected {
    background-image: url('/content/images/coupon-selected.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.d-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 10px 0;
}

.d-empty__image {
    height: 160px;
    width: 160px;
}

    .d-empty__image img {
        height: 100%;
        width: 100%;
    }

.d-empty__desc {
    color: #969799;
    padding: 0 30px;
    margin-top: 15px;
    font-size: 14px;
}
/*票卡*/
.ticket-h {
    text-align: center;
    color: #c01733 !important;
}

.table {
    width: 100%;
    max-width: 100%;
    /*margin-bottom: 5px;*/
}

    .table th {
        text-align: left;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 20px;
        vertical-align: middle;
        text-align: center;
        /*border-top: 1px solid #ddd;*/
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        /*border-bottom: 2px solid #ddd;*/
    }

        .table > thead > tr > th:first-child {
            text-align: left;
            width: 200px;
        }

        .table > thead > tr > th:last-child {
            text-align: right;
        }

    .table > tbody > tr > td:first-child {
        text-align: left;
    }

    .table > tbody > tr > td:last-child {
        text-align: right;
    }

    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }


.table-coupon.table > tbody > tr > td {
    height: 40px;
}

.table-coupon.table > tbody > tr:first-child td {
    border-top: none;
}

.d-table-header {
    overflow: hidden;
}

.d-table-body {
    overflow-y: auto;
    max-height: 300px;
}

.table-fixed-h tbody {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    max-height: 300px;
}

.table-centerh > thead > tr > th,
.table-centerh > tbody > tr > td {
    text-align: center;
}

    .table-centerh > tbody > tr > td:first-child {
        text-align: left;
    }

.table > tbody > tr > th .ivu-checkbox-default {
    margin-top: 5px;
}

.unuse {
    color: #aaa;
}



/*支付页*/
.pay-select {
    overflow: hidden;
    background-color: #fff;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

.weixin-qrcode {
    width: 200px;
    margin: 0 auto;
}

.weixin-qr {
    overflow: hidden;
}

    .weixin-qr .modal-left {
        float: left;
        width: 240px;
    }

        .weixin-qr .modal-left p {
            text-align: center;
            line-height: 26px;
            font-size: 16px;
            margin-bottom: 10px;
        }

    .weixin-qr .modal-right {
        float: left;
    }

.pay-items {
    display: flex;
    padding: 5px 0;
    justify-content: flex-end;
}

    .pay-items > div {
        width: 190px;
        padding: 10px 5px;
        margin-left: 10px;
        text-align: center;
        border: 1px solid #aaaaaa;
    }

        .pay-items > div span {
            display: none;
        }

        .pay-items > div.selected {
            border: 1px solid #e4393c;
            background-image: url(images/coupon-selected.png);
            background-repeat: no-repeat;
            background-position: bottom right;
        }

        .pay-items > div img {
            height: 30px;
            vertical-align: middle;
        }

.pay-list {
    /*padding: 5px 10px;*/
}

    .pay-list ul {
        padding: 0;
        margin: 0;
        overflow: hidden;
        /*float: left;*/
    }

    .pay-list li {
        float: left;
        width: 190px;
        padding: 10px 5px;
        margin-right: 10px;
        text-align: center;
        border: 1px solid #aaaaaa;
    }

        .pay-list li span {
            display: none;
        }

        .pay-list li.selected {
            border: 1px solid #ff6801;
            background-image: url(images/ckbg.png);
            background-repeat: no-repeat;
            background-position: bottom right;
        }

        .pay-list li img {
            height: 30px;
            vertical-align: middle;
        }

.pay-btns {
    text-align: right;
    padding: 5px;
}

.pay-btn {
    width: 120px;
    height: 38px;
}

.pay-btns .info {
    color: #f60;
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
}

.pay-btns .money {
    font-size: 26px;
    /*font-weight: 600;*/
}


/*底部*/

footer span {
    margin-right: 5px;
}

footer {
    color: #999;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid #ddd;
}

    footer a {
        color: #999;
    }

        footer a:hover {
            color: #aaaaaa;
            text-decoration: #aaa;
        }


@media(max-width: 768px) {
    .header {
        height: 55px;
        padding-left: 5px;
    }

    .header-title {
        height: 40px;
    }

    .logo {
        height: 35px;
        width: 150px;
    }

    .logo-title {
        margin-top: 10px;
        padding-top: 10px;
    }

    .count-down-box {
        height: 30px;
        /*width: 200px;*/
        position: relative;
        top: 15px;
        float: right;
        right: 0;
        /*background-color: #d73388;*/
    }

    .count-down-time {
        height: 26px;
        line-height: 26px;
        color: #fff;
        display: inline-block;
        background-color: #c01733;
        background-size: 26px 26px;
        border-radius: 13px 0 0 13px;
        min-width: 60px;
        padding-left: 30px;
        /*margin-left: -15px;*/
        padding-right: 10px;
        background-image: url(images/clock-w.png);
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 14px;
        font-weight: 600;
    }
}