.promotion-swiper {
    position: relative;
    width: 100%;
    min-width: 1200px;
    margin-bottom: 48px;
}

    .promotion-swiper .promotion-bar {
        width: 100%;
        min-width: 1200px;
        background: #fafafa;
    }

        .promotion-swiper .promotion-bar img {
            display: block;
            width: 100%;
        }

    .promotion-swiper .promotion-main {
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        margin-left: -600px;
    }

        .promotion-main .promotion-title {
            position: absolute;
            left: 0;
            bottom: 150px;
            width: 100%;
            padding: 0 100px;
        }

            .promotion-main .promotion-title h1 {
                margin-bottom: 8px;
                font-size: 48px;
                color: #fff;
                line-height: 64px;
                font-weight: bold;
                text-shadow: 0 2px 6px rgba(0, 0, 0, 0.76);
            }

            .promotion-main .promotion-title h3 {
                font-size: 32px;
                line-height: 42px;
                color: #fff;
                font-weight: lighter;
                text-shadow: 0 2px 6px rgba(0, 0, 0, 0.76);
            }

        .promotion-main .promotion-search {
            position: absolute;
            left: 50%;
            bottom: 40px;
            width: 1000px;
            margin-left: -500px;
            padding: 16px;
            background: rgba(0, 0, 0, 0.4);
            border-radius: 6px;
        }

            .promotion-search .box {
                background: #fff;
            }

            .promotion-search .form-block {
                float: left;
                width: 400px;
            }
            
            .promotion-search .form-btn {
                width: 168px;
                margin: 0;
            }

            

.promotion-daily {}
    
    .promotion-daily .daily-sequence {
        float: left;
        width: 200px;
        height: 326px;
        padding: 40px 20px;
        background: #f44336;
        overflow: hidden;
    }

        .daily-sequence .title {
            margin-bottom: 8px;
            font-size: 36px;
            line-height: 48px;
            text-align: center;
            color: #fff;
            font-weight: lighter;
        }

        .daily-sequence .txt {
            font-size: 14px;
            color: #fff;
            text-align: center;
            line-height: 20px;
            opacity: 0.8;
        }

        .daily-sequence .icon {
            padding: 32px 0 44px 0;
            text-align: center;
        }

            .daily-sequence .icon .hgg-lightning {
                display: inline-block;
                width: 56px;
                height: 56px;
                text-align: center;
                line-height: 56px;
                color: #fff;
                font-size: 56px;
            }

        .daily-sequence .sequence-term {
            position: relative;
            margin: 0 15px;
        }

        .daily-sequence .sequence-term:before {
            content: ' ';
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
            background: #ff2828;
        }

        .daily-sequence .sequence-term span {
            float: left;
            width: 40px;
            height: 40px;
            margin-left: 5px;
            padding: 6px 0;
            text-align: center;
            line-height: 40px;
            font-size: 20px;
            color: #fff;
            line-height: 26px;
            background: #333;
        }

        .daily-sequence .sequence-term span:first-child {
            margin-left: 0;
        }

    .promotion-daily .daily-pic {
        float: left;
        width: 480px;
        height: 326px;
        background: #f1f1f1;
        overflow: hidden;
    }

        .promotion-daily .daily-pic a, .promotion-daily .daily-pic img {
            display: block;
            width: 480px;
            height: 326px;
        }

        .promotion-daily .daily-pic img {
            object-fit: cover;
        }

    .promotion-daily .daily-main {
        position: relative;
        float: left;
        width: 518px;
        height: 326px;
        padding: 24px 16px;
        padding-bottom: 42px;
        border: 1px solid #ddd;
        border-left: none;
        overflow: hidden;
    }
    
        .daily-main .daily-name {
            margin-bottom: 12px;
            padding-right: 150px;
        }

        .daily-main .daily-name a {
            float: left;
            width: 100%;
            font-size: 24px;
            line-height: 32px;
            color: #333;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .daily-main .daily-name a:hover {
            color: #207bee;
        }

        .daily-main .daily-name .daily-really {
            float: right;
            margin-right: -150px;
            padding: 4px 15px;
            font-size: 14px;
            line-height: 20px;
            color: #207bee;
            background: #f4f9ff;
            border: 1px solid #cbdff9;
        }

        .daily-main .daily-area {
            font-size: 16px;
            line-height: 24px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .daily-main .daily-area .split {
            display: inline-block;
            margin: 0 12px;
            color: #ddd;
            line-height: 24px;
            vertical-align: top;
        }
    
        .daily-main .daily-info {
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .daily-main .daily-info span {
            float: left;
            margin-left: 12px;
            font-size: 16px;
            line-height: 24px;
            color: #666;
        }

        .daily-main .daily-info span:first-child {
            margin-left: 0;
        }

        .daily-main .line {
            height: 1px;
            margin: 20px 0;
            background: #ddd;
            overflow: hidden;
        }
        
        .daily-main .daily-timer {
            margin-bottom: 16px;
            line-height: 22px;
        }

        .daily-main .daily-timer span {
            display: inline-block;
            font-size: 16px;
            color: #333;
            line-height: 22px;
        }

        .daily-main .daily-timer strong {
            display: inline-block;
            width: 24px;
            line-height: 22px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            vertical-align: top;
        }

        .daily-main .daily-timer .hgg-clock {
            display: inline-block;
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 22px;
            color: #333;
            font-size: 20px;
            vertical-align: top;
            overflow: hidden;
        }

        .daily-main .daily-hostory {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 42px;
            padding: 9px 0;
            padding-left: 16px;
            background: #f4f4f4;
        }

            .daily-hostory .hgg-popularize {
                float: left;
                width: 24px;
                height: 24px;
                margin-right: 7px;
                text-align: center;
                line-height: 24px;
                font-size: 24px;
                color: #f44336;
            }

            .daily-hostory .daily-hostory-list {
                float: left;
                width: 470px;
                height: 24px;
                overflow: hidden;
            }

            .daily-hostory .daily-hostory-list li {
                float: left;
                height: 24px;
                margin-right: 12px;
                line-height: 24px;
                color: #333;
                font-size: 14px;
            }

.promotion-panel {
    margin-top: 48px;
}

.item-panel-title {
    margin-bottom: 16px;
}

.item-panel-title h3.col-9 {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-panel-title h3.col-9 small {
    display: inline-block;
    border-left: 1px solid #333;
    margin: 0 0 0 16px;
    padding: 0 0 0 16px;
    line-height: 20px;
}

.item-panel-title span.col-3 {
    text-align: right;
    line-height: 32px;
}

.item-panel-title span.col-3  a {
    color: #999;
    font-size: 14px;
}

.item-panel-title span.col-3  a:hover {
    color: #207bee;
}


.recommend-main .recommend-item {
    float: left;
    width: 389px;
    margin: 0 8px;
}

.recommend-main .recommend-item a {
    display: block;
}
    .recommend-item .recommend-pic {
        position: relative;
        width: 100%;
        height: 264px;
        margin-bottom: 16px;
        background: #f1f1f1;
        overflow: hidden;
    }

    .recommend-item .recommend-pic img {
        display: block;
        width: 100%;
        height: 264px;
        object-fit: cover;
    }

    .recommend-item .recommend-pic .recommend-discount {
        position: absolute;
        left: 8px;
        top: 0;
        width: 76px;
        height: 44px;
        padding-top: 6px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: url(https://cdn.hotelgg.com/hotel/30c1ec66e603e4ebeab32439b5e9f98e.png) left top no-repeat;
        overflow: hidden;
    }

    .recommend-item .recommend-pic .recommend-discount strong {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
    }
    
    .recommend-item .recommend-info {
        margin-bottom: 6px;
    }

        .recommend-item .recommend-info .recommend-name {
            float: left;
            max-width: 260px;
            font-size: 18px;
            line-height: 24px;
            color: #333;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .recommend-item .recommend-info .hgg-play-hl {
            float: left;
            width: 24px;
            height: 24px;
            margin-left: 4px;
            line-height: 24px;
            font-size: 24px;
            text-align: center;
            color: #f44336;
        }

        .recommend-item .recommend-info .recommend-price {
            float: right;
            color: #f95812;
        }

        .recommend-item .recommend-info .recommend-price dfn, .recommend-item .recommend-info .recommend-price i {
            float: left;
            font-size: 12px;
        }

        .recommend-item .recommend-info .recommend-price strong {
            float: left;
            font-size: 24px;
            line-height: 24px;
            font-weight: bold;
            vertical-align: top;
        }

        .recommend-item .recommend-info .recommend-price i {
            margin: 6px 0 0 2px;
        }
    
    .recommend-item .recommend-message .address {
        float: left;
        max-width: 290px;
        font-size: 14px;
        line-height: 20px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .recommend-item .recommend-message .address .split {
        display: inline-block;
        margin: 0 8px;
        font-size: 14px;
        line-height: 20px;
        vertical-align: top;
        color: #ddd;
    }

    .recommend-item .recommend-message .original-price {
        float: right;
        color: #b2b2b2;
        line-height: 20px;
        font-size: 14px;
        text-decoration: line-through;
    }

.recommend-main .recommend-item a:hover .recommend-name {
    color: #207bee;
}

.promotion-slideBar {
    width: 1200px;
    height: 110px;
    margin-top: 48px;
    background: #f1f1f1;
    overflow: hidden;
}

.promotion-slideBar a, .promotion-slideBar img {
    display: block;
    width: 1200px;
    height: 110px;
}

.promotion-slideBar img {
    object-fit: cover;
}


.video-item .box {
    position: relative;
    border: 1px solid #ddd;
}

.video-item .video-pic {
    position: relative;
    display: block;
    width: 288px;
    height: 218px;
    margin: -1px 0 0 -1px;
    background: #f1f1f1;
    overflow: hidden;
}

    .video-item .video-pic img.hotel-pic {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-item .video-pic .video-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
        overflow: hidden;
    }

    .video-item .video-pic .video-icon img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-item .video-info {
    display: block;
    padding: 16px 18px 20px 18px;
}

    .video-info .video-name {
        display: block;
        margin-bottom: 6px;
        font-size: 18px;
        color: #333;
        line-height: 24px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .video-info .video-address, .video-info .video-detail {
        font-size: 14px;
        color: #666;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .video-info .video-address .split {
        display: inline-block;
        margin: 0 8px;
        line-height: 22px;
        color: #ddd;
    }

    .video-info .video-detail span {
        display: inline-block;
        font-size: 14px;
        color: #666;
        line-height: 22px;
    }

.video-item .video-info:hover .video-name {
    color: #207bee;
}

.video-layer-box {
    height: 100%;
    text-align: center;
}

.video-layer-box .video-player {
    object-fit: cover;
}






.hgg-footer {
    margin-top: 0;
}