/*  promotion pickday style  */
div.pika-single.is-bound {
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

div.pika-lendar {
    width: 274px;
    margin: 0;
}

table.pika-table th {
    padding: 0;
    padding-bottom: 12px;
    color: #666;
    line-height: 20px;
}

.pika-table td {
    width: 39px;
    height: 39px;
}

button.pika-button {
    display: block;
    width: 40px;
    height: 40px;
    margin: -1px 0 0 -1px;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
}

td.is-today .pika-button {
    font-weight: normal;
    color: #f3870e;
}

td.is-selected .pika-button, button.pika-button:hover, td.is-today .pika-button:hover {
    color: #fff;
    background: #f3870e;
    border-color: #f3870e;
}

div.pika-title {
    height: 48px;
    padding: 14px 0;
}

div.pika-label {
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

#hgg_selectbox li {
    font-size: 16px;
}

/*  promotion filter style  */
.filter-popup {
    position: absolute;
    padding: 24px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    z-index: 9998;
}

    /*  promotion select_city style  */
    .change-city {
        width: 352px;
    }

    .change-city .city-list {
        margin: 0 -5px;
        padding-bottom: 6px;
    }

    .change-city .city-list a {
        float: left;
        width: 110px;
        margin: 0 5px 10px 5px;
        padding: 7px 0;
        font-size: 18px;
        line-height: 24px;
        color: #333;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

    .change-city .city-list a.active, .change-city .city-list a:hover {
        color: #fff;
        background: #f3870e;
        border-color: #f3870e;
    }

    .change-city .filter-city-notice {
        font-size: 14px;
        color: #666;
        line-height: 20px;
    }

    /*  promotion district style  */
    .district-main {
        max-width: 550px;
    }

    .district-main .district-list {
        margin: 0 -24px;
    }

    .district-main .district-list a {
        float: left;
        width: 76px;
        margin: 0 20px;
        padding: 4px 0;
        font-size: 16px;
        line-height: 24px;
        color: #333;
    }

    .district-main .district-list a.active, .district-main .district-list a:hover {
        color: #f3870e;
    }

    /*  promotion budget/people_num style  */
    .promotion-section {
        position: relative;
        width: 336px;
        padding-bottom: 48px;
    }

        .promotion-section .section-num {
            font-size: 18px;
            color: #333;
            line-height: 24px;
        }

        .promotion-section .section-num strong {
            font-size: 18px;
            color: #333;
            font-weight: normal;
        }

        .promotion-section .section-num .split {
            display: inline-block;
            margin: 0 4px;
            font-size: 18px;
            color: #333;
        }

        .promotion-section .section-remark {
            margin-top: 8px;
            font-size: 14px;
            line-height: 24px;
            color: #666;
        }

        .promotion-section .section-control {
            margin-top: 24px;
        }

        .promotion-section .section-long {
            margin-top: 24px;
        }

        .promotion-section .section-long .title {
            margin-right: 24px;
            font-size: 14px;
            line-height: 20px;
            color: #666;
        }

        .promotion-section .section-long .radio {
            margin-right: 32px;
        }

        .promotion-section .section-long .radio i {
            color: #999;
        }

        .promotion-section .section-handle {
            position: absolute;
            left: 0;
            bottom: -24px;
            width: 100%;
            height: 48px;
        }
    
        .promotion-section .section-handle a {
            padding: 12px 0;
            font-size: 14px;
            line-height: 24px;
        }

        .promotion-section .section-handle .js-filter-cancel {
            float: left;
            color: #666;
        }

        .promotion-section .section-handle .js-filter-submit {
            float: right;
            color: #f3870e;
        }

        .promotion-section .section-handle a:hover {
            text-decoration: underline;
        }

/*  slider style  */
.irs {
    height: 32px;
}

.irs-line {
    top: 50%;
    height: 4px;
    margin-top: -2px;
    background: #ddd;
    border: none;
    border-radius: 4px;
}

.irs-line .irs-line-left, .irs-line .irs-line-mid, .irs-line .irs-line-right {
    height: 4px;
}

.irs-bar {
    top: 50%;
    height: 4px;
    border: none;
    border-radius: 4px;
    background: #f3870e;
}

.irs-slider {
    top: 50%;
    width: 31px;
    height: 31px;
    margin-top: -16px;
    border: 1px solid #f3870e;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.filter-mask {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85) !important;
    z-index: 9997;
}



.promotion-main .promotion-left {
    width: 840px;
    padding: 0;
}

.promotion-main .promotion-right {
    float: right;
    width: 292px;
    padding: 0;
}

/* list - item */
.promotion-list .promotion-item {
    position: relative;
    padding: 20px 0 20px 260px;
    border-bottom: 1px solid #f2f2f2;
}

.promotion-list .promotion-item:first-child {
    padding: 0 0 20px 260px;
}

.promotion-item .promotion-pic {
    position: relative;
    float: left;
    width: 240px;
    height: 168px;
    margin-left: -260px;
    overflow: hidden;
}

.promotion-item .promotion-pic a {
    display: block;
}

.promotion-item .promotion-pic img {
    position: relative;
    display: block;
    width: 240px;
    height: 168px;
}

.promotion-item .promotion-pic .promotion-discount {
    position: absolute;
    display: block;
    left: 10px;
    top: 0;
    width: 46px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: url(/v2/img/list_recommend.png) left top no-repeat;
}

.promotion-item .promotion-info {
    position: relative;
    float: left;
    width: 100%;
    min-height: 168px;
}

.promotion-item .promotion-base {
    float: left;
    width: 420px;
}

.promotion-item .promotion-name {
    width: 100%;
    margin-bottom: 4px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promotion-item .promotion-name .promotion-rank {
    display: inline-block;
    width: 22px;
    height: 26px;
    margin-right: 8px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    vertical-align: top;
    background: url(/v2/img/promotion_rank.png) left top no-repeat;
}

.promotion-item .promotion-name a {
    display: inline-block;
    font-size: 18px;
    color: #207bee;
}

.promotion-item .promotion-name a:hover {
    color: #0f5ec2;
}

.promotion-item .promotion-base .comment {
    display: block;
    width: 100%;
    margin-bottom: 4px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promotion-item .promotion-base .address {
    display: block;
    width: 100%;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promotion-item .promotion-price {
    float: right;
    text-align: right;
}

.promotion-price .original {
    display: block;
    color: #b2b2b2;
    text-decoration: line-through;
}

.promotion-price .present {
    display: block;
    margin-bottom: 4px;
    color: #f44336;
}

.promotion-price .present dfn {
    display: inline-block;
    margin-top: 4px;
    vertical-align: text-bottom;
}

.promotion-price .present strong {
    font-size: 26px;
}


.promotion-item .btn-box {
    position: absolute;
    right: 0;
    bottom: 0;
}

.promotion-item .btn-box .btn {
    padding: 8px 24px;
    font-size: 14px;
    line-height: 20px;
}

.promotion-item .line {
    height: 0;
    margin: 8px 0 10px 0;
    border-top: 1px dashed #e6e6e6;
}

.promotion-item .promotion-tags {
    width: 450px;
    height: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promotion-item .promotion-tags .block-label {
    float: left;
    margin-right: 8px;
    padding: 2px 6px;
    line-height: 16px;
    color: #666;
    border: none;
    background: #eee;
}

.promotion-item .promotion-details {
    margin-bottom: 8px;
}

.promotion-item .promotion-details .items {
    margin-right: 24px;
}

.promotion-item .items .items-title, .promotion-facilities .details-title {
    display: inline-block;
    width: 74px;
    color: #999;
}

.promotion-item .promotion-details strong {
    color: #666;
}

.promotion-item .promotion-facilities {
    width: 450px;
    padding-left: 74px;
}

.promotion-facilities .details-title {
    float: left;
    margin-left: -74px;
}

.promotion-facilities .details-txt {
    float: left;
    width: 100%;
    padding-right: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.promotion-item .promotion-note {
    color: #666;
    width: 100%;
    padding-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* sidebar */
.sidebar-map {
    width: 100%;
    height: 280px;
    margin-bottom: 30px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    overflow: hidden;
}

.sidebar-panel {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.sidebar-panel .sidebar-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    display: inline-block;
    text-align: center;
}

.sidebar-panel .sidebar-title strong {
    display: inline-block;
    padding: 5px 24px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    background: #fff;
}

/* service */
.sidebar-service .sidebar-content {
    position: relative;
    padding: 28px 20px;
}

.sidebar-service .service-box {
    width: 160px;
}

.sidebar-service .service-box h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
    color: #ffb300;
}

.sidebar-service .service-box p {
    color: #999;
    line-height: 18px;
}

.sidebar-service .service-staff {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 94px;
    height: 128px;
    background: url(/v2/img/pic/promotion_service_pic.png) left top no-repeat;
}

/* step */
.sidebar-step .sidebar-content {
    padding: 32px 20px;
}

.sidebar-step .step-item {
    padding-top: 32px;
}

.sidebar-step .step-item label {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    text-align: center;
    line-height: 30px;
    color: #ffb300;
    font-size: 18px;
    border: 1px solid #ffb300;
    border-radius: 50%;
}

.sidebar-step .step-item label:after {
    content: ' ';
    left: 14px;
    top: -30px;
    position: absolute;
    height: 26px;
    width: 1px;
    border-left: 1px solid #ddd;

}

.sidebar-step .step-item p {
    float: left;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.sidebar-step .step-item em {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.sidebar-step .step-item:first-child {
    padding-top: 0;
}

.sidebar-step .step-item + .step-item + .step-item + .step-item label:after {
    height: 48px;
    top: -52px;
}

.sidebar-step .step-item:first-child label:after {
    border-left: none;
}

/* step */
.confirm-step {
    position: relative;
    height: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.confirm-step .confirm-box {
    position: absolute;
    right: 0;
    top: -38px;
    height: 26px;
    background: #bbb;
    border-radius: 4px;
}

.confirm-step span {
    float: left;
    width: 145px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 0 26px 0 0;
    background: url(/v2/img/promotion_arrow.png) right top no-repeat;
}

.confirm-step span:first-child {
    border-radius: 4px 0 0 4px;
}

.confirm-step span + span + span {
    width: 119px;
    padding: 0;
    background: none;
    border-radius: 0 4px 4px 0;
}

.confirm-step .active {
    background: url(/v2/img/promotion_arrow.png) right -26px no-repeat #207bee;
}

.confirm-step .on {
    background: url(/v2/img/promotion_arrow.png) right -52px no-repeat #207bee;
}

.confirm-step span + span + span.active {
    background: #207bee;
}


.promotion-guarantee {
    width: 100%;
    min-width: 1200px;
    margin-top: 48px;
    padding: 22px 0;
    background: #fafafa;
}

    .promotion-guarantee .guarantee-item {
        position: relative;
        float: left;
        width: 300px;
    }

    .promotion-guarantee .guarantee-item:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 48px;
        margin-top: -24px;
        background: #ddd;
    }

    .promotion-guarantee .guarantee-item:first-child:after {
        display: none;
    }

    .promotion-guarantee .guarantee-item p {
        font-size: 20px;
        line-height: 32px;
        color: #333;
        text-align: center;
    }

    .promotion-guarantee .guarantee-item .hggfont {
        display: inline-block;
        width: 44px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 44px;
        color: #ff9800;
    }

/*0元*/
.daily-handle {
        position: relative;
        height: 64px;
        padding: 0 24px 0 16px;
        background: #f44336;
    }

    .daily-handle:before {
        content: ' ';
        position: absolute;
        right: 0;
        top: 0;
        width:0; 
        height:0; 
        border-top: 32px solid transparent;
        border-bottom: 32px solid transparent; 
        border-right: 8px solid #fff; 
    }

    .daily-handle .daily-price {
        float: left;
        padding: 6px 0;
        font-size: 20px;
        color: #fff;
        font-weight: normal;
    }

    .daily-handle .daily-price strong {
        font-size: 40px;
        line-height: 52px;
        font-weight: bold;
    }

    .daily-handle .daily-original-price {
        float: left;
        margin-top: 28px;
        margin-left: 20px;
        font-size: 18px;
        color: #fff;
        line-height: 26px;
        font-weight: lighter;
        text-decoration: line-through;
    }

    .daily-handle .daily-btn {
        float: right;
        margin-left: 14px;
        padding: 12px 0;
        padding-left: 14px;
        border-left: 1px dashed rgba(0, 0, 0, 0.25);
    }

    .daily-handle .btn {
        width: 120px;
        padding: 8px 0;
        color: #f44336;
        text-align: center;
        border: none;
        background: #fede48;
    }

    .daily-handle .btn:hover {
        background: #fed448;
    }

    .daily-main .disabled, .sales-info .disabled {
        background: #ddd;
    }

    .disabled .daily-price, .disabled .daily-original-price {
        color: #999;
    }

    .daily-handle .btn.js-grab-btn.disabled {
        cursor: not-allowed;
        background-color: #eee;
        /*pointer-events: none;*/
        color: #ccc;
    }

.space-customer {
    position: relative;
    margin-top: 16px;
    padding: 20px 16px;
    border: 1px solid #ddd;
}

    .space-customer .title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px;
        color: #333;
    }

    .space-customer .phone-num {
        font-size: 24px;
        line-height: 32px;
        color: #f3870e;
        font-weight: bold;
    }

    .space-customer img {
        position: absolute;
        right: 22px;
        bottom: 0;
        display: block;
        width: 81px;
    }

.promotion-search .form-block:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 28px;
    margin-top: -14px;
    background: #ddd;
    overflow: hidden;
}

.promotion-search .form-block:first-child:after, .promotion-search .form-btn:after {
    display: none;
}

.promotion-search .form-block .form-field {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    border: none;
}

.promotion-search .form-block:first-child .form-field {
    border-radius: 4px 0 0 4px;
}

.promotion-search .form-btn .btn {
    width: 100%;
    border-radius: 0 4px 4px 0;
    font-weight: lighter;
    background: #ff9800;
    border-color: #ff9800;
}

.promotion-search .form-btn .btn:hover {
    background: #f3870e;
    border-color: #f3870e;
}

    .promotion-search .form-btn .hgg-sousuo {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 5px 0 0;
        padding: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        vertical-align: top;
    }

.grab-notice-main {
    padding: 24px;
}

.grab-notice-main p {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
}

.grab-notice-main p.grab-notice-btn {
    margin-top: 24px;
    margin-bottom: 8px;
    text-align: center;
}

.grab-notice-main p strong {
    color: #f3870e;
    font-weight: normal;
}

.grab-qrcode-main {
    padding: 43px 0;
    text-align: center;
}

.grab-qrcode-main .qrcode-content {
    position: relative;
    display: inline-block;
    min-height: 200px;
    padding-left: 176px;
}

.grab-qrcode-main .qrcode-content .qrcode-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    overflow: hidden;
}

.grab-qrcode-main .qrcode-content .qrcode-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.grab-qrcode-main .qrcode-txt {
    padding-top: 14px;
}

.grab-qrcode-main .qrcode-txt p {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    text-align: left;
}

.grab-qrcode-main .qrcode-txt .title {
    margin-bottom: 8px;
    font-size: 20px;
    color: #333;
    line-height: 26px;
    font-weight: bold;
}

.grab-qrcode-main .qrcode-txt .qrcode-btn {
    margin-top: 24px;
}

.promotion-service-contact {
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding: 24px 0;
}