/* Minification failed. Returning unminified contents.
(434,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body.layout {
    background-image: none;
}

#banner {
    height: 545px;
    background: url("//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/banner.1.jpg") no-repeat center;
}

#news {
    display: none;
}

#content {
    position: relative;
    z-index: 3;
    padding: 0;
    background: url('//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/bg.jpg') no-repeat center top;
    background-size: 100% 100%;
}

    #content .wrapper {
        width: 1200px;
    }

#un-lobby {
    display: inline-block;
    padding: 60px 0 40px;
}

/*#region 優惠分類樣式 */
.navtab {
    position: relative;
    float: left;
    width: 254px;
    height: 520px;
    padding: 30px 28px 0;
    margin-top: 50px;
    background: url('//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/sidebar.png') no-repeat center;
}

    .navtab.fixed {
        position: fixed;
        top: 100px;
    }

    .navtab:before {
        content: "";
        display: block;
        margin: 0 auto 15px;
        width: 57px;
        height: 52px;
        background: url('//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/sidebar_title.png') no-repeat center;
    }

    .navtab:after {
        content: "";
        position: absolute;
        left: -42px;
        top: -139px;
        width: 307px;
        height: 145px;
        background: url('//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/sidebar_top.png') no-repeat center;
    }

    .navtab li {
        position: relative;
        display: block;
        color: #6d4128;
        font-size: 20px;
        text-align: center;
    }

        .navtab li.tab,
        .navtab li:hover {
            position: relative;
            left: -12px;
            width: 220px;
            height: 86px;
            line-height: 67px;
            color: #fff;
            background: url('//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/sidebar_active.png') no-repeat center top;
        }

        .navtab li.title {
            padding: 15px;
            font-size: 16px;
            color: #000;
            border-bottom: 1px solid #efeff1;
        }

        .navtab li i {
            position: absolute;
            top: 13px;
            right: 0;
        }

#un-lobby .container {
    float: right;
    width: 917px;
    padding: 0;
    margin-top: -70px;
}

#un-lobby .btn-group {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 980px;
    margin: 20px auto 0;
    padding: 15px 0;
    border-top: 1px solid #1f5dc2;
}

    #un-lobby .btn-group a {
        color: #fff;
        padding: 7px 10px;
        width: 150px;
        margin: 4px 15px;
        text-decoration: none;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: #1f5dc2;
    }

        #un-lobby .btn-group a:hover {
            background: #99ccff;
        }
/*#endregion 優惠分類樣式 */
/*#region 優惠區塊 */
ul.discount {
    margin: 0 auto 30px;
    height: auto;
    background-size: cover;
}

    ul.discount > li {
        position: relative;
        width: 917px;
    }

        ul.discount > li > a {
            display: block;
            position: absolute;
            top: -35px;
            right: 0;
            width: 113px;
            height: 35px;
        }

        ul.discount > li:first-child {
            font-size: 0;
        }

            ul.discount > li:first-child .item-name {
                width: 917px;
                height: 56px;
                color: #6d4128;
                font-size: 20px;
                padding: 0 25px;
                line-height: 56px;
                background: url('//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/item-name.png') no-repeat center;
            }

            ul.discount > li:first-child > img {
                width: 100%;
                height: 100%;
               /* -webkit-box-shadow: 10px 10px 10px 0px rgba(180,168,160,1);
                -moz-box-shadow: 10px 10px 10px 0px rgba(180,168,160,1);
                box-shadow: 10px 10px 10px 0px rgba(180,168,160,1);*/
            }

        /*優惠內文顏色*/
.modal-bk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(57, 51, 45, 0.4);
    z-index: 50;
}

    .modal-bk:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

            .modal-bk.show {
                visibility: visible;
            }
    .modal.animation {
        position: fixed;
        top: 0;
        z-index: 1;
    }

        .modal.animation.show {
            display: inline-block;
            -webkit-animation: show-modal 0.4s;
            animation: show-modal 0.4s;
        }
        .modal.animation.show .view {
            display: inline-block;
            -webkit-animation: show-modal 0.4s;
            animation: show-modal 0.4s;
        }

        .modal.animation .view {
            display: inline-block;
            position: absolute;
            top: 160px;
            left: 50%;
            margin: 0 0 30px -490px;
            width: 980px;
            height: 800px;
            border-radius: 30px;
            text-align: left;
        }
            .modal.animation .view .bk {
                width:100%;
                height:100%;
                background: url('//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/view-bg.png') no-repeat center top;
                background-size: cover;
            }
            
            .modal.animation .view > div > div.bind-content {
                height: 420px;
                overflow: auto;
                display: flex;
                flex-direction: column;
                padding: 10px;
}

.modal.animationt .view img {
    max-width: 100%;
    height: auto;
}

.modal.animation .view img.banner {
    //width: 1000px;
    //height: 282px;
    width:100%;
    max-height:370px;
    margin-top:-45px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    outline: none;
    box-shadow: none;
    cursor: auto;
}
/*拿掉的功能-可點選前後項目*/
            ul.discount > li.content span.next,
            ul.discount > li.content span.prev {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 40px;
                width: 40px;
                margin-top: 510px;
                text-align: center;
                font-size: 30px;
                color: #fff;
                cursor: pointer;
                z-index: 1;
            }

            ul.discount > li.content span.next {
                margin-left: 520px;
            }

            ul.discount > li.content span.prev {
                margin-left: -555px;
            }

                ul.discount > li.content span.next img,
                ul.discount > li.content span.prev img {
                    position: absolute;
                    top: 4px;
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -moz-transition: opacity ease-in 0.6s;
                    -o-transition: opacity ease-in 0.6s;
                    -webkit-transition: opacity ease-in 0.6s;
                    transition: opacity ease-in 0.6s;
                    border: 1px solid #fff;
                }

            ul.discount > li.content span.next img {
                left: 40px;
            }

            ul.discount > li.content span.prev img {
                right: 40px;
            }

            ul.discount > li.content span.next:hover img,
            ul.discount > li.content span.prev:hover img {
                position: absolute;
                opacity: 1;
                filter: alpha(opacity=100);
            }

.modal.animation span.close {
    position: absolute;
    top: -110px;
    left: 50%;
    width: 119px;
    height: 65px;
    margin-left: 385px;
    cursor: pointer;
    background: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    background: url('//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/close.png') no-repeat center;
}

li.content img {
    /*li.content padding多少  就要margin負多少 */
}

li.content h3 {
}

li.content h4 {
}

li.content h5 {
}

li.content p {
}

li.content dd {
    margin-left: 0;
}

li.content table {
    width: 100%;
}

    li.content table tr,
    li.content table th,
    li.content table td {
        line-height: 2em;
        text-align: center;
    }

    li.content table th {
    }

li.content ol {
    padding-left: 20px;
    list-style-type: decimal;
}

li.content ul {
    padding-left: 20px;
    list-style-type: disc;
}

li.content ol li {
}

li.content .highlight {
    color: #f00;
}

@-webkit-keyframes show-modal {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    75% {
        -webkit-transform: scale3d(1.02, 1.02, 1);
        transform: scale3d(1.02, 1.02, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*優惠活動，左邊選項 字體陰影*/
#un-lobby > ul > li.ng-scope.ng-binding.tab {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/*#endregion 優惠區塊 */

.promotion-module-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 15px 0;
}
.promotion-module-apply-btn {
    padding: 0 20px;
    align-items: center;
    appearance: none;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    color: #684724;
    font-size: 18px;
    font-weight:bold;
    min-width: 55px;
    background-color: #f4ebe2;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px background: rgb(252,223,173);
    background: linear-gradient(145deg, rgba(252,223,173,1) 0%, rgba(175,156,107,1) 59%, rgba(235,222,175,1) 100%);
}
.promotionModuleModal .modal-dialog{
    width:350px;
    text-align:center;
}
.promotionModuleModal .modal-content {
    background: url('//cdn1.19150701.com/Web.Portal/TG001-01.Portal/Content/Views/Promotion/images/view-bg.png') no-repeat center center;
    background-size: cover;
}

