/* Minification failed. Returning unminified contents.
(497,50): run-time error CSS1046: Expect comma, found '224'
(497,58): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: "MStiffHeiHK-UltraBold";
    src: url("/CdnRedirect/Web.Portal/_Common/fonts/MStiffHeiHK-UltraBold.eot");
    src: url("/CdnRedirect/Web.Portal/_Common/fonts/MStiffHeiHK-UltraBold.eot?#iefix")format("embedded-opentype"), url("/CdnRedirect/Web.Portal/_Common/fonts/MStiffHeiHK-UltraBold.woff2")format("woff2"), url("/CdnRedirect/Web.Portal/_Common/fonts/MStiffHeiHK-UltraBold.woff")format("woff"), url("/CdnRedirect/Web.Portal/_Common/fonts/MStiffHeiHK-UltraBold.ttf")format("truetype"), url("/CdnRedirect/Web.Portal/_Common/fonts/MStiffHeiHK-UltraBold.svg#MStiffHeiHK-UltraBold")format("svg");
}
#home {
    max-width: 1172px;
    margin: 0 auto;
}

#banner {
    display: flex;
    padding: 0;
    height: auto;
    column-gap: 20px;
}

/* #region slide-banner樣式 */
#slide-banner {
    position: relative;
    overflow: hidden;
    flex: 1;
}

    #slide-banner .swiper-slide {
        text-align: center;
    }

        #slide-banner .swiper-slide a {
            display: block;
            height: 100%;
        }

            #slide-banner .swiper-slide a img {
                width: 100%;
                -moz-border-radius: 40px;
                -webkit-border-radius: 40px;
                border-radius: 40px;
            }

    #slide-banner.swiper-horizontal > .swiper-pagination-bullets {
        bottom: 18px;
    }

    #slide-banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background: #ffffff;
        opacity: 0.5;
    }

        #slide-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity:1;
        }
/* #endregion slide-banner樣式 */
#action-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    #action-link img {
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

/* #region news 跑馬燈 */
#news {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 60px;
    height: 46px;
    margin: 25px auto 28px auto;
    border-radius: 36px;
    background: linear-gradient(270deg, #FEEBEB -1.33%, #FEA9B6 56.65%, #BB86FF 114.62%);
    backdrop-filter: blur(29.15690803527832px);
}

    #news .news-bg {
        position: absolute;
        left: 6px;
        color: #fff;
        width: 36px;
        height: 36px;
        background: url(/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Shared/images/home/news.png) no-repeat left center;
        background-size: contain;
        filter: drop-shadow(0px 1px 1px rgba(137, 68, 160, 0.50));
    }

#hot-news {
    flex: 1;
    display: inline-block;
    width: 1130px;
    white-space: nowrap;
    overflow: hidden;
}

    #hot-news li {
        color: #fff;
        text-decoration: none;
        line-height: 30px;
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 600;
    }

        #hot-news li:hover {
            text-decoration: underline;
        }
/* #endregion 跑馬燈*/

.custom-games {
    position: relative;
}

.game-tab {
    display: flex;
    margin: 0;
    gap: 10px;
}

    .game-tab li {
        position: relative;
        text-align: center;
        -moz-border-radius: 36px;
        -webkit-border-radius: 36px;
        border-radius: 36px;
        border: 1px solid #FF637B;
        background: linear-gradient(183deg, #FFF -36.38%, #FFF3F3 96.71%);
        color: #FF637B;
        padding: 7px 40px;
        font-size: 20px;
        font-weight: 600;
        min-height: auto;
    }

        .game-tab li:hover {
            color: #fff;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(180deg, rgba(255, 217, 157, 0.20) -15.91%, rgba(255, 255, 255, 0.00) 111.36%), #FF637B;
            border: 1px solid #FF8D9C;
        }


        .game-tab li.active {
            color: #fff;
            background: linear-gradient(180deg, rgba(255, 217, 157, 0.20) -15.91%, rgba(255, 255, 255, 0.00) 111.36%), #FF637B;
        }

            .game-tab li:hover:after,
            .game-tab li.active:after {
                display: none;
            }

        .game-tab li a {
            display: block;
            height: 100%;
            color: inherit;
            text-decoration: none;
        }

#home .games-swiper-wrap {
    position: relative;
}

#home .new-game .games-swiper {
    height: 604px;
    padding: 28px 0;
}

#home .games-swiper-wrap .games-swiper.show-mask-left {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
}

#home .games-swiper-wrap .games-swiper.show-mask-right {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
}

#home .games-swiper-wrap .games-swiper.show-mask-left.show-mask-right {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
}

#home .game-box .games-swiper {
    height: 358px;
    padding: 28px 0;
}

.new-game, 
.game-box {
    position: relative;
    display: block;
    font-size: 0;
}

    .new-game .game-item {
        position: relative;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden;
        width: 200px;
    }

    .game-box .game-item {
        position: relative;
        width: unset !important;
        height: 100% !important;
        aspect-ratio: 260 / 302;
        margin-right: 30px !important;
        overflow: visible;
        background: url(/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Shared/images/home/game-bg.png) no-repeat center / contain;
    }
    

    .new-game .game-item.board {
        position: relative;
        border-radius: 26px;
        border: 2px solid #FFF;
        background: #FFF;
        box-shadow: 0px 2px 2px 0px #D9B6B6;
        aspect-ratio: 200 / 260;
        width: fit-content;
        margin-right: 12px;
        height: calc(50% - 14px) !important;
        overflow: visible;
    }

    .new-game .game-item.maintain,
    .game-box .game-item.maintain {
        pointer-events: none;
        cursor: default;
    }

    .new-game .game-item.board:nth-child(odd) {
        margin-bottom: 28px;
    }

        /*      
        .new-game .game-item.x {
            background-image: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/game-bg-x.png')
        }
        */

        .new-game .game-item .game-x,
        .game-box .game-item .game-x {
            position: absolute;
            left: 0;
            right: 0;
            top: 14px;
            color: #fff;
            font-size: 18px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            text-shadow: 1px 1px 3px #330d00;
        }

        .new-game .game-item .game-supplier {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 35px;
            color: #808080;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
        }

        .new-game .game-item .game-name{
            position: absolute;
            left: 0;
            right: 0;
            bottom: 6px;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            padding: 0 10px;
            color: #808080;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
        }

    .game-box .game-item .game-name {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 10px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        width: 184px;
        height: 38px;
        background: url(/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Shared/images/home/game-name.png) no-repeat center / contain;
        transform: translateX(-50%);
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .new-game .game-item .game-logo-wrap,
    .game-box .game-item .game-logo-wrap {
        position: absolute;
        right: 5px;
        top: 25px;
        width: 60px;
    }

            .new-game .game-item .game-logo-wrap .game-logo,
            .game-box .game-item .game-logo-wrap .game-logo {
                width: 100%;
                height: auto;
            }

        .new-game .game-item .game-img{
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
            width: 180px;
            height: 180px;
            border-radius: 20px;
            border: 1px solid #FFF;
            box-shadow: -2px -2px 2px 0px #FFF;
            margin: 10px;
            overflow: hidden;
            position: relative;
        }

    .game-box .game-item .game-img {
        width: 240px;
        height: 240px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

        .new-game .game-item .game-img img,
        .game-box .game-item .game-img img {
            width: 100%;
            height: 100%;
            -moz-border-radius: inherit;
            -webkit-border-radius: inherit;
            border-radius: inherit;
        }

    .game-box .game-item:hover .game-img,
    .game-box .game-item.maintain .game-img{
        filter: brightness(0.5);
    }

        .new-game .game-item:hover .game-img img,
        .new-game .game-item.maintain .game-img img{
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .new-game .game-item:hover .game-img::before,
    .new-game .game-item.maintain .game-img::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        background: rgba(0, 0, 0, 0.6);
        pointer-events: none;
        z-index: 1;
    }

        .new-game .game-item .hover,
        .game-box .game-item .hover {
            display: none;
        }

        .new-game .game-item:hover .hover,
        .game-box .game-item:hover .hover {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 88px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }

        .game-box .game-item:hover .hover{
            top: 138px;
        }

        .new-game .game-item .hover img,
        .game-box .game-item .hover img {
            width: 80px;
        }

        .new-game .game-item .hover .game-img,
        .game-box .game-item .hover .game-img {
            width: auto;
            max-width: 100%;
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

        .new-game .game-item:hover .hover,
        .game-box .game-item:hover .hover {
            visibility: visible;
        }

        .new-game .game-item.maintain:hover .hover,
        .game-box .game-item.maintain:hover .hover {
            visibility: hidden;
        }

        .new-game .game-item.maintain .maintaining,
        .game-box .game-item.maintain .maintaining {
            width: 100%;
            height: 100%;
            position: absolute;
            top: -2%;
            left: 0;
            z-index: 5;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            cursor: default;
            pointer-events: none;
        }

            .new-game .game-item.maintain .maintaining > span,
            .game-box .game-item.maintain .maintaining > span {
                position: relative;
                z-index: 6;
                font-size: 32px;
                background: #fff;
                -webkit-background-clip: text;
                -webkit-text-stroke: 3px transparent;
                color: transparent;
                top: -18px;
            }

            .new-game .game-item.maintain .maintaining span::before,
            .game-box .game-item.maintain .maintaining span::before {
                content: attr(data-text);
                position: absolute;
                z-index: -1;
                -webkit-background-clip: text;
                color: rgb(255, 255, 255);
                background-image: radial-gradient(32.81% 56.25% at 56.13% 50%, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(101deg, rgba(55, 65, 251, 0.00) 43.17%, rgba(75, 84, 251, 0.10) 71.12%, rgba(45, 52, 176, 0.10) 89.71%), linear-gradient(101deg, #FFD4B0 4.78%, #FF8698 54.34%);
                -webkit-text-fill-color: transparent;
                -webkit-text-stroke: 0px transparent;
            }

            .new-game .game-item.maintain .maintaining > span::after,
            .game-box .game-item.maintain .maintaining > span::after {
                content: attr(data-text);
                position: absolute;
                left: 0;
                z-index: -2;
                color: transparent;
                text-shadow: 2px 3px 4px rgb(224 224 224 / 75%);
            }

        .new-game .game-item:hover .hover .game-img,
        .game-box .game-item:hover .hover .game-img {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            filter: brightness(100%);
        }

#home .games-swiper-wrap .swiper-button-next,
#home .games-swiper-wrap .swiper-button-prev {
        
}

#home .games-swiper-wrap .swiper-button-prev {
    left: -55px;
    transform: rotateZ(-180deg);
}

#home .games-swiper-wrap .swiper-button-next {
    right: -55px;
}

    #home .games-swiper-wrap .swiper-button-next:after,
    #home .games-swiper-wrap .swiper-button-prev:after {
        font-size: 0;
        width: 36px;
        height: 36px;
        background: url(/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/arrow.png) no-repeat center / contain;
    }

    #home .games-swiper-wrap .swiper-button-next.swiper-button-disabled,
    #home .games-swiper-wrap .swiper-button-prev.swiper-button-disabled {
        display:none;
    }

.leaderboard {
    position: relative;
    border-radius: 15px;
    padding: 38px 19px;
    margin-top: 80px;
    overflow: hidden;
}

    .leaderboard .leaderboard-title {
        height: 55px;
        font-size: 25px;
        color: #00d2ff;
        text-align: center;
        background: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/title_bg.png') no-repeat center top;
        background-size: contain;
    }

    .leaderboard .leaderboard-bg {
        position: relative;
        margin-top: 30px;
        padding: 40px 50px 20px;
        border: 1px solid #00d2ff;
        background-color: rgba(14, 15, 19, 0.85);
        -moz-border-radius: 28px;
        -webkit-border-radius: 28px;
        border-radius: 28px;
    }

        .leaderboard .leaderboard-bg:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 60%;
            pointer-events: none;
            background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1));
            -moz-border-radius: 0 0 28px 28px;
            -webkit-border-radius: 0 0 28px 28px;
            border-radius: 0 0 28px 28px;
        }

    .leaderboard .leaderboard-list {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

        .leaderboard .leaderboard-list span {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 3px;
            color: #65d9f4;
            font-size: 16px;
            height: 73px;
            width: 211px;
            background: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/btn.png') no-repeat center;
            background-size: contain;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

            .leaderboard .leaderboard-list span:hover,
            .leaderboard .leaderboard-list span.active {
                color: #fff;
                background-image: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/btn_hover.png');
            }

            .leaderboard .leaderboard-list span:hover {
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

            .leaderboard .leaderboard-list span:active {
                -moz-transform: scale(0.9);
                -ms-transform: scale(0.9);
                -o-transform: scale(0.9);
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
            }

            .leaderboard .leaderboard-list span:before {
                content: '';
                height: 30px;
                width: 30px;
                background: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/game.png') no-repeat center;
                background-size: contain;
            }

            .leaderboard .leaderboard-list span.active:before,
            .leaderboard .leaderboard-list span:hover:before {
                background-image: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/game_hov.png');
            }

            .leaderboard .leaderboard-list span.dragon:before {
                background: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/draggon.png') no-repeat center;
            }

            .leaderboard .leaderboard-list span.dragon.active:before,
            .leaderboard .leaderboard-list span.dragon:hover:before {
                background-image: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/draggon_hov.png');
            }

            .leaderboard .leaderboard-list span.eleven:before {
                background: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/eleven.png') no-repeat center;
            }

            .leaderboard .leaderboard-list span.eleven.active:before,
            .leaderboard .leaderboard-list span.eleven:hover:before {
                background-image: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/eleven_hov.png');
            }

            .leaderboard .leaderboard-list span.tiger:before {
                background: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/tiger.png') no-repeat center;
            }

            .leaderboard .leaderboard-list span.tiger.active:before,
            .leaderboard .leaderboard-list span.tiger:hover:before {
                background-image: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/tiger_hov.png');
            }

            .leaderboard .leaderboard-list span.feng:before {
                background: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/feng.png') no-repeat center;
            }

            .leaderboard .leaderboard-list span.feng.active:before,
            .leaderboard .leaderboard-list span.feng:hover:before {
                background-image: url('/CdnRedirect/Web.Portal/DN016-01.Portal/Content/Views/Home/images/leaderboard/feng_hov.png');
            }

    .leaderboard .date-list {
        display: flex;
        gap: 20px;
        padding-left: 35px;
        margin-top: 25px;
    }

        .leaderboard .date-list span {
            color: #fff;
            border-bottom: 1px solid #fff;
        }

            .leaderboard .date-list span.active {
                color: #3bc9e3;
                border: 1px solid #3bc9e3;
            }

    .leaderboard .column-name {
        margin: 20px 0;
        display: flex;
        color: #3d445d;
        font-size: 13px;
        border-bottom: 3px solid #1a2034;
        justify-content: space-around;
        padding: 15px 0;
    }

        .leaderboard .column-name span {
            flex: 30%;
            padding-left: 3%;
        }
            .leaderboard .column-name span.num {
                flex: 10%;
            }

            .leaderboard .column-name span.player {
                flex: 20%;
                padding-left: 0%;
            }
            .leaderboard .column-name span.bet {
                padding-right: 0%;
                text-align: right;
            }
            .leaderboard .column-name span.payout {
                flex: 40%;
                padding-right: 7%;
                text-align: right;
            }
.board-style .bet {
    text-align: right;
}
.board-style .payout {
    padding-right: 7%;
    text-align: right;
}
.winner {
    display: block;
}

    .winner ul {
        display: block;
    }

        .winner ul li {
            position: relative;
            display: flex;
            justify-content: space-around;
            color: #fff;
            font-size: 13.5px;
            height: 50px;
            line-height: 45px;
            margin-bottom: 10px;
            background-image: linear-gradient(to top, #151e34, #141a2a);
            box-shadow: -0.5px -1.9px 3.8px 0.2px rgba(50, 58, 77, 0.5), -0.5px -1.9px 4.8px 0.3px rgba(34, 37, 50, 0.5);
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            border-radius: 25px;
        }

            .winner ul li b {
                flex: 10%;
                position: absolute;
                top: 0;
                left: 30px;
            }

            .winner ul li span {
                flex: 30%;
                padding-left: 10%;
            }

                .winner ul li .bet {
                color: #328abd;
                text-align: right;
            }
            .winner ul li .payout {
                flex: 40%;
                padding-right: 7%;
                text-align: right;
            }

            .winner ul li .game {
                color: #406fb7;
                text-decoration: underline;
            }

#home {
    max-width: 924px;
}

#action-link img {
    height: 223px;
    width: auto;
}

@media screen and (min-width: 1280px) {
    #home {
        max-width: 905px;
    }

    #action-link img {
        height: 218px;
    }
}

@media screen and (min-width: 1360px) {
    /* #home {
        max-width: 980px;
    }

    #action-link img {
        height: 236px;
    }*/
}

@media screen and (min-width: 1440px) {
    #home {
        max-width: 1085px;
    }

    #action-link img {
        height: 262px;
    }
}

@media screen and (min-width: 1680px) {
    #home {
    }
}

@media screen and (min-width: 1921px) {
    #home {
        max-width: 1448px;
    }

    #action-link img {
        height: 352px;
    }
}

