/* Minification failed. Returning unminified contents.
(416,42): run-time error CSS1046: Expect comma, found '224'
(416,50): 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: 25px;
                -webkit-border-radius: 25px;
                border-radius: 25px;
            }

    #slide-banner .swiper-pagination-bullet {
        width: 8px;
        height: 3px;
        -moz-border-radius: 1.5px;
        -webkit-border-radius: 1.5px;
        border-radius: 1.5px;
    }

        #slide-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 22px;
            background: #fff;
        }
/* #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: 15px;
    height: 40px;
    margin: 25px auto 0;
    background: linear-gradient(to right,rgba(0,0,0,.0),rgba(0,0,0,.3),rgba(0,0,0,.0));
}

    #news:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 2px;
        background: linear-gradient(to right,rgba(0,0,0,.0),#3aa2ec,rgba(0,0,0,.0));
    }

    #news:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: linear-gradient(to right,rgba(0,0,0,.0),#3aa2ec,rgba(0,0,0,.0));
    }

    #news .news-bg {
        color: #fff;
        width: 21px;
        height: 23px;
        font-size: 15px;
        padding-left: 35px;
        margin-right: 15px;
        line-height: 23px;
        background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/news.1.png') no-repeat left center;
        background-size: contain;
    }

#hot-news {
    flex: 1;
    display: inline-block;
    width: 1130px;
    white-space: nowrap;
    overflow: hidden;
}

    #hot-news li {
        color: #fff;
        font-size: 13.5px;
        text-decoration: none;
        line-height: 30px;
        display: inline-block;
        margin-right: 10px;
    }

        #hot-news li:hover {
            text-decoration: underline;
        }
/* #endregion 跑馬燈*/

.custom-games {
    position: relative;
}

.game-tab {
    display: flex;
    margin: 40px 0 10px;
    gap: 10px;
}

    .game-tab li {
        position: relative;
        padding: 0 30px;
        height: 39px;
        min-width: 123px;
        color: #989daa;
        font-size: 20px;
        line-height: 39px;
        text-align: center;
        -moz-border-radius: 19.5px;
        -webkit-border-radius: 19.5px;
        border-radius: 19.5px;
        box-shadow: -1px -3.9px 4.8px 0.3px rgba(2, 11, 32, 0.3);
    }

        .game-tab li:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border: 2px solid #2e6dcf;
            -moz-border-radius: 19.5px;
            -webkit-border-radius: 19.5px;
            border-radius: 19.5px;
        }

        .game-tab li:hover,
        .game-tab li.active {
            color: #fff;
            background: linear-gradient(to right, #327ee5, #1e2b76);
        }

            .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 .games-swiper {
    height: 492px;
    padding: 20px 0;
}

    #home .games-swiper.fish-games-swiper,
    #home .games-swiper.live-games-swiper {
        height: auto;
    }

        #home .games-swiper.fish-games-swiper .game-item,
        #home .games-swiper.live-games-swiper .game-item {
            width: 217px;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }


            #home .games-swiper.fish-games-swiper .game-item .hover,
            #home .games-swiper.live-games-swiper .game-item .hover {
                visibility: visible;
                opacity: 0;
                -moz-transition: all .4s;
                -o-transition: all .4s;
                -webkit-transition: all .4s;
                transition: all .4s;
            }

            #home .games-swiper.fish-games-swiper .game-item:hover,
            #home .games-swiper.live-games-swiper .game-item:hover {
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
            }

                #home .games-swiper.fish-games-swiper .game-item:hover > img,
                #home .games-swiper.live-games-swiper .game-item:hover > img {
                    filter: brightness(30%);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }
                #home .games-swiper.fish-games-swiper .game-item.maintain:hover .hover,
                #home .games-swiper.live-games-swiper .game-item.maintain:hover .hover {
                    opacity: 0;
                }
                #home .games-swiper.fish-games-swiper .game-item:hover .hover,
                #home .games-swiper.live-games-swiper .game-item:hover .hover {
                    opacity: 1;
                    filter: brightness(100%);
                }

.new-game {
    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;
    }

        .new-game .game-item.board {
            position: relative;
            width: 181px;
            height: 217px;
            padding-top: 4px;
            background: no-repeat center;
            background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Home/images/game-bg.png');
            background-size: contain;
        }

        .new-game .game-item.x {
            background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Home/images/game-bg-x.png')
        }

        .new-game .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-name {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 13px;
            color: #fff;
            font-size: 18px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            padding: 0 35px;
        }

        .new-game .game-item .game-logo-wrap {
            position: absolute;
            right: 5px;
            top: 25px;
            width: 60px;
        }

            .new-game .game-item .game-logo-wrap .game-logo {
                width: 100%;
                height: auto;
            }

        .new-game .game-item .game-img {
            width: 100%;
            height: auto;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

        .new-game .game-item:hover .game-img, .new-game .game-item.maintain .game-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);
            filter: brightness(30%);
        }

        .new-game .game-item .hover {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            visibility: hidden;
        }

            .new-game .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 {
            visibility: visible;
        }
        .new-game .game-item.maintain:hover .hover {
            visibility: hidden;
        }
        .new-game .game-item.maintain .maintaining {
            width: 100%;
            height: 100%;
            position: absolute;
            top: -5%;
            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 {
        position: relative;
        z-index: 6;
        font-size: 32px;
        font-family: "MStiffHeiHK-UltraBold", sans-serif;
        background: #fff;
        -webkit-background-clip: text;
        -webkit-text-stroke: 3px transparent;
        color: transparent;
    }

    .new-game .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: linear-gradient(180deg, #39C0FF 25%, #227399 70%);
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 0px transparent;
    }

    .new-game .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 {
                -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 {
    width: 73px;
    height: 73px;
    background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Home/images/arrow.png') no-repeat center;
}

#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 {
        display: none;
    }

.leaderboard {
    display: none;
    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/DN001-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/DN001-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/DN001-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/DN001-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/DN001-01.Portal/Content/Views/Home/images/leaderboard/game_hov.png');
            }

            .leaderboard .leaderboard-list span.dragon:before {
                background: url('/CdnRedirect/Web.Portal/DN001-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/DN001-01.Portal/Content/Views/Home/images/leaderboard/draggon_hov.png');
            }

            .leaderboard .leaderboard-list span.eleven:before {
                background: url('/CdnRedirect/Web.Portal/DN001-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/DN001-01.Portal/Content/Views/Home/images/leaderboard/eleven_hov.png');
            }

            .leaderboard .leaderboard-list span.tiger:before {
                background: url('/CdnRedirect/Web.Portal/DN001-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/DN001-01.Portal/Content/Views/Home/images/leaderboard/tiger_hov.png');
            }

            .leaderboard .leaderboard-list span.feng:before {
                background: url('/CdnRedirect/Web.Portal/DN001-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/DN001-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;
    }
}

