/* Minification failed. Returning unminified contents.
(5739,17): run-time error CSS1039: Token not allowed after unary operator: '-color-02-Content-title'
(5816,21): run-time error CSS1039: Token not allowed after unary operator: '-color-02-Content-title'
 */
.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-10 {
    margin-bottom: 10px;
}

/* "登入後Account-nav頁面共同設定" */
.panel {
    width: 100%;
    color: #5f5f5f;
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Account/images/panel_background.jpg') repeat;
    border: 0;
}

.account-balance {
    cursor: pointer;
}

    .account-balance:hover {
        text-decoration: underline;
    }

/* title顏色 */
#title {
    height: 48px;
    font-weight: bold;
    font-size: 21px;
    font-family: 'Microsoft JhengHei';
    text-transform: uppercase;
    border: none;
}

    #title > div {
        margin-top: -1px;
        text-align: center;
        text-transform: uppercase;
    }
/* #region 最新公告 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .modal-overlay.modal-show {
        visibility: visible;
        opacity: .6;
    }

.modal-announcement {
    position: fixed;
    top: 7%;
    left: 50%;
    margin-left: -499px;
    width: 1000px;
    z-index: 10000;
    visibility: hidden;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .modal-announcement.modal-show {
        visibility: visible;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .modal-announcement > .ma-title {
        min-height: 38px;
        padding: 7px 0;
        color: #fff;
        text-align: center;
        word-break: break-all;
        background-color: #333;
        border-bottom: 2px solid #ccc;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }

        .modal-announcement > .ma-title > span {
            display: inline-block;
            vertical-align: top;
            max-width: 670px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 18px;
            font-weight: bold;
        }

        .modal-announcement > .ma-title > i {
            float: right;
            margin: 2px 20px 0 0;
            font-size: 22px;
            cursor: pointer;
        }

    .modal-announcement > .ma-body > section {
        height: 560px;
        display: inline-block;
        vertical-align: top;
    }

    .modal-announcement .ma-sidebar {
        width: 27%;
        background-color: #fff;
        border-right: 1px solid #d6d6d6;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .modal-announcement .ma-sidebar ul {
            width: 100%;
        }

        .modal-announcement .ma-sidebar li {
            width: 100%;
            height: 50px;
            padding: 0 12px;
            color: #000;
            line-height: 49px;
            border-bottom: 1px solid #ccc;
            cursor: pointer;
        }

            .modal-announcement .ma-sidebar li span {
                display: inline-block;
                width: 80%;
                vertical-align: top;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .modal-announcement .ma-sidebar li:hover,
            .modal-announcement .ma-sidebar li.active {
                color: #fff;
                background-color: #333;
            }

        .modal-announcement .ma-sidebar i.fa-comment-dots {
            vertical-align: middle;
            margin-right: 10px;
        }

        .modal-announcement .ma-sidebar i.fa-chevron-right {
            float: right;
            margin-top: 19px;
        }

    .modal-announcement .ma-content {
        width: 73%;
        background-color: #fff;
        overflow: auto;
    }

        .modal-announcement .ma-content p {
            margin: 0;
        }

        .modal-announcement .ma-content img {
            max-width: 100%;
            height: auto;
            vertical-align: top;
        }

        .modal-announcement .ma-content ul {
            display: block;
            margin: 1em 0;
            padding-left: 40px;
            list-style: disc;
        }

        .modal-announcement .ma-content ol {
            display: block;
            margin: 1em 0;
            padding-left: 40px;
            list-style: decimal;
        }

    .modal-announcement > .ma-footer {
        min-height: 38px;
        padding: 7px 10px;
        background-color: #333;
        -moz-border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
    }

        .modal-announcement > .ma-footer > span {
            display: inline-block;
            vertical-align: top;
            max-width: 670px;
            margin-top: 4px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #fff;
            font-size: 16px;
        }

        .modal-announcement > .ma-footer > .ma-noshow {
            float: right;
            margin-top: 5px;
        }

            .modal-announcement > .ma-footer > .ma-noshow span {
                margin: 0 5px;
                color: #fff;
                font-size: 16px;
            }


    /* 卷轴样式 */
    .modal-announcement > .ma-body > section::-webkit-scrollbar { /*滚动条整体样式*/
        width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 3px;
    }

    .modal-announcement > .ma-body > section::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
    }

    .modal-announcement > .ma-body > section::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #ededed;
    }

    /* 只有单笔讯息时要更换样式 */
    .modal-announcement.single-content {
        width: 730px;
        margin-left: -365px;
    }

        .modal-announcement.single-content p {
            margin: 0;
        }

        .modal-announcement.single-content .ma-sidebar {
            display: none;
        }

        .modal-announcement.single-content .ma-content {
            width: 100%;
        }

        .modal-announcement.single-content .ma-footer > span {
            max-width: 500px;
        }
/* #endregion 最新公告 */

/* #region 線上取款 */
#account-panel,
#withdrawal-panel {
    color: #5f5f5f;
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/WithdrawApplication/images/panel_background.jpg') repeat;
}

/* 线上取款页面 */
#account-heading,
#withdrawal-heading {
    margin: 1px 1px;
    font-family: PMingLiU;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
/* #endregion 線上取款 */
.panel-body {
    text-align: center;
}

    .panel-body > form {
        width: 700px;
        margin: 0 auto;
    }

    .panel-body .control-div {
        position: relative;
    }

        .panel-body .control-div input {
            width: 100%;
            padding: 3px 5px;
            line-height: 25px;
            background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Account/images/input_center.png') repeat-y;
            border: 0;
        }

            .panel-body .control-div input:focus {
                outline: 0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 249, 149, 0.6);
                -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 249, 149, 0.6);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 249, 149, 0.6);
            }

        .panel-body .control-div .mobileCaptcha {
            position: absolute;
            right: 0;
            top: 1px;
            z-index: 1;
            padding: 3px 10px !important;
            font-size: 14px !important;
        }

/* #region tooltip */
.tooltip {
    position: absolute;
    left: 93%;
    top: -2px;
    z-index: 1;
    display: inline-block;
}

.tooltipshowarrow_int {
    position: absolute;
    top: 5px;
    right: -1px;
    z-index: 1000;
    display: block;
    border: 8px solid;
    border-color: transparent #fff;
    border-left-width: 0;
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}

.tooltipshowarrow_out {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 999;
    display: block;
    border: 8px solid;
    border-left-width: 0;
    border-color: transparent #bbb;
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}

.tooltipshow {
    position: absolute;
    z-index: 999 !important;
    width: 250px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid;
    border-color: #bbb #bbb #a8a8a8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
/* #endregion tooltip */

/* #region inputu樣式 */
.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #878787;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #878787;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #878787;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #878787;
}

.input-block {
    position: relative;
    display: inline-block;
    width: 304px;
}

.help-block {
    color: #8a6d3b;
}

.input-block-top {
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Account/images/input-top-btm.png') no-repeat 0 0;
}

.input-block-btm {
    position: absolute;
    bottom: -8px;
    left: 0;
    display: inline-block;
    height: 10px;
    width: 100%;
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Account/images/input-top-btm.png') no-repeat 0 -4px;
}

/* #endregion inputu樣式 */

/* #region 按鈕樣式 */
.btn-submit {
    position: relative;
    width: 119px;
    height: 45px;
    color: #454545;
    font-size: 15px;
    font-family: PMingLiU;
    font-weight: bold;
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/sent_bn.png') no-repeat 0 0;
    border: 0;
}

    .btn-submit:hover {
        color: #454545;
        background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/sent_bn.png') no-repeat 0 -46px;
    }

    .btn-submit[disabled]:hover {
        color: #999;
        background-position-y: 0;
    }
/* #endregion 按鈕樣式 */

/* #region 表格樣式 */
.table {
    color: #000;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        line-height: 2em;
    }

table tfoot {
    text-align: center;
    background: #eee;
}
/* #endregion 表格樣式 */

/* #region 使用directive: PopupDialog 弹窗的共同样式 */
#popup-dialog {
    display: none;
    padding: 0;
}

    #popup-dialog img {
        width: 100%;
        height: auto !important;
    }

    #popup-dialog .dialog-footer {
        height: 30px;
        padding: 0 3px;
        font-size: 12px;
        font-weight: bold;
        line-height: 30px;
        border-top: 1px solid #000;
    }
/* #endregion 使用directive: PopupDialog 弹窗的共同样式 */

/* #region 最新消息 */
ul#newsBags > li {
    white-space: pre-line;
    word-break: break-all;
    word-wrap: break-word;
}
/* #endregion 最新消息 */

/* #region 弹窗共用樣式 */
.modal.in {
    display: block;
    overflow-y: auto;
}

    .modal.in input {
        width: 150px;
        height: 38px;
        margin: 0 10px;
        padding: 0 8px;
        line-height: 38px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .modal.in h4 {
        display: inline-block;
    }

    .modal.in .search-time button {
        position: relative;
        width: 120px;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        background: #bf8a44;
        color: #fff;
        border: 0px;
    }

        .modal.in .search-time button:hover {
            background: #cfaf6f;
        }

    /* Table */
    .modal.in table {
        width: 100%;
        margin: 20px 0;
        border-collapse: separate;
        background: #fff;
        border-spacing: 0;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #ccc;
    }

        .modal.in table tr td {
            border-bottom: 1px solid #ccc;
        }

        .modal.in table tr:last-child td {
            border-bottom: none;
        }

        .modal.in table tr:nth-child(2n) {
            background: rgba(0, 0, 0, 0.1);
        }

        .modal.in table th {
            background: #bf8a44;
            color: #fff;
        }

        .modal.in table th,
        .modal.in table td {
            text-align: center;
            border-right: 1px solid #ccc;
            padding: 8px 10px;
        }

            .modal.in table th:last-child,
            .modal.in table td:last-child {
                border-right: none;
            }

    /* Color */
    .modal.in .normal {
        color: #009c49;
    }

    .modal.in .disable {
        color: #c20000;
    }

    .modal.in .freeze {
        color: #a1a1a1;
    }

    /* Button */
    .modal.in .modal-footer button {
        display: inline-block;
        width: 119px;
        font-size: 15px;
        font-weight: bolder;
        line-height: 35.5px;
        border: none;
        background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/sent_bn.png');
        cursor: pointer;
    }

        .modal.in .modal-footer button:hover {
            background-position: bottom;
        }

    /* Pager */
    .modal.in #pager {
        text-align: center;
    }

        .modal.in #pager li {
            display: inline-block;
            color: #333;
            background: #ddd;
            padding: 5px 10px;
        }

            .modal.in #pager li:hover {
                background: #666;
                color: #fff;
            }
/* #endregion 弹窗共用樣式 */

/*#region 推薦好友Mgm */
#invite-box {
    position: relative;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    margin-top: 30px;
    padding: 30px 50px;
    background: #f8f8f8;
    border: 1px solid #ddd;
}

    #invite-box .invite-list ul,
    #invite-box .invite-dividend ul,
    #invite-box .invite-code .invite-txt {
        display: block;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 3px;
        padding: 20px;
        margin: 20px auto;
    }

        #invite-box .invite-list ul li,
        #invite-box .invite-dividend ul li {
            width: calc(50% - 20px);
            display: inline-block;
            text-align: center;
        }

        #invite-box .invite-list ul li {
            width: calc(33% - 1px);
            text-align: center;
        }

            #invite-box .invite-list ul li + li,
            #invite-box .invite-dividend ul li + li {
                border-left: 1px solid #ddd;
            }

    #invite-box .invite-list li p:first-child {
        font-size: 36px;
        color: #ff9100;
        font-weight: bold;
    }

    #invite-box .invite-code {
        position: relative;
    }

        #invite-box .invite-code .invite-txt {
            width: 700px;
            display: inline-block;
        }

        #invite-box .invite-code .copy-btn {
            position: absolute;
            right: 0;
            bottom: 22px;
            width: 170px;
            display: inline-block;
        }

            #invite-box .invite-code .copy-btn li:first-child {
                margin-bottom: 10px;
            }

    #invite-box b {
        font-size: 18px;
        margin-left: 10px;
        color: #ff9100
    }

    #invite-box h3 {
        color: #0588fe;
    }

    #invite-box .tip {
        position: relative;
        cursor: pointer;
    }

        #invite-box .tip .tiptxt {
            display: none;
            position: absolute;
            width: 300px;
            margin-left: 60px;
            top: -70px;
            background: rgba(0,0,0,.2);
            padding: 5px;
            border-radius: 3px;
        }

        #invite-box .tip:hover .tiptxt {
            display: block;
        }

    /* Icon-btn */
    #invite-box .icon-btn i,
    #invite-box .icon-btn span,
    #invite-box .icon-btn:before {
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        transition: all .6s;
    }

    #invite-box .icon-btn {
        position: relative;
        width: 170px;
        height: 38px;
        background: #0588fe;
        text-align: center;
        line-height: 38px;
        overflow: hidden;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        #invite-box .icon-btn:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            top: 50%;
            margin-left: 83px;
            border-radius: 60px;
            background: #ff9100;
            opacity: 0;
            display: block;
        }

        #invite-box .icon-btn:hover:before {
            width: 170px;
            height: 170px;
            top: -170%;
            margin-left: 0;
            opacity: 1;
        }

        #invite-box .icon-btn a {
            position: absolute;
            color: #fff;
            line-height: 38px;
            text-decoration: none;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 2;
        }

        #invite-box .icon-btn i {
            position: absolute;
            font-size: 20px;
            top: 8px;
            margin-left: 10px;
            opacity: 0;
        }

        #invite-box .icon-btn:hover i {
            opacity: 1;
            margin-left: 0;
        }

        #invite-box .icon-btn span {
            margin-left: 0;
        }

        #invite-box .icon-btn:hover span {
            margin-left: 22px;
        }


    #invite-box .rec-btn {
        cursor: pointer;
    }

        #invite-box .rec-btn:hover {
            text-decoration: underline;
        }


/*#endregion 推薦好友Mgm */

/* 弹窗樣式 */
.modal.in {
    display: block;
    overflow-y: auto;
}

.modal-body.s-modal {
    padding: 30px 100px;
}

.modal.in input {
    width: 150px;
    height: 38px;
    margin: 0 10px;
    padding: 0 8px;
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.modal.in h4 {
    display: inline-block;
}

.modal.in .search-time button {
    position: relative;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    background: #bf8a44;
    color: #fff;
    border: 0px;
}

    .modal.in .search-time button:hover {
        background: #cfaf6f;
    }

#captcha-popup section {
    display: none;
}

    #captcha-popup section.on {
        display: block;
    }

#captcha-popup .modal-dialog {
    width: 370px;
    margin-top: 20vh;
    text-align: center;
}

#captcha-popup .modal-body.s-modal {
    padding: 30px;
    font-size: 15px;
}

    #captcha-popup .modal-body.s-modal a {
        color: #0080e3;
        cursor: pointer;
    }

    #captcha-popup .modal-body.s-modal .captcha {
        width: 100%;
        margin: 0;
    }

    #captcha-popup .modal-body.s-modal button {
        margin: 10px 0;
        width: 100%;
        line-height: 30px;
        border-radius: 3px;
        background: #eee;
    }

        #captcha-popup .modal-body.s-modal button:hover {
            background: #cecece;
        }

/* Table */
.modal.in table {
    width: 100%;
    margin: 20px 0;
    border-collapse: separate;
    background: #fff;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
}

    .modal.in table.average {
        table-layout: fixed;
    }

    .modal.in table tr td {
        border-bottom: 1px solid #ccc;
    }

    .modal.in table tr:last-child td {
        border-bottom: none;
    }

    .modal.in table tr:nth-child(2n) {
        background: rgba(0, 0, 0, 0.1);
    }

    .modal.in table th {
        background: #bf8a44;
        color: #fff;
    }

    .modal.in table th,
    .modal.in table td {
        text-align: center;
        border-right: 1px solid #ccc;
        padding: 8px 10px;
    }

        .modal.in table th:last-child,
        .modal.in table td:last-child {
            border-right: none;
        }

    .modal.in table .money {
        text-align: right;
        padding-right: 30px;
    }

/* Color */
.modal.in .normal {
    color: #009c49;
}

.modal.in .disable {
    color: #c20000;
}

.modal.in .freeze {
    color: #a1a1a1;
}

/* Button */
.modal.in .header-button {
    position: absolute;
    right: 96px;
    top: 25px;
}

    .modal.in .header-button button {
        display: inline-block;
        min-width: 120px;
        font-size: 15px;
        margin: 5px;
        padding: 0 10px;
        font-weight: bolder;
        line-height: 30px;
        border: none;
        border-radius: 5px;
        background: -webkit-linear-gradient(#fdfdfd,#d4d4d4);
        background: -o-linear-gradient(#fdfdfd,#d4d4d4);
        background: -moz-linear-gradient(#fdfdfd,#d4d4d4);
        background: linear-gradient(#fdfdfd,#d4d4d4);
        cursor: pointer;
    }

        .modal.in .header-button button:hover {
            background: -webkit-linear-gradient(#dedede,#fdfdfd);
            background: -o-linear-gradient(#dedede,#fdfdfd);
            background: -moz-linear-gradient(#dedede,#fdfdfd);
            background: linear-gradient(#dedede,#fdfdfd);
        }

/* Pager */
.modal.in #pager {
    text-align: center;
    display: block;
}

    .modal.in #pager li {
        display: inline-block;
        color: #333;
        background: #ddd;
        padding: 5px 10px;
    }

        .modal.in #pager li:hover {
            background: #666;
            color: #fff;
        }
/* #endregion 弹窗樣式 */

/* #region 会员等级樣式 */
#member-level {
    color: #000;
    background: #fff47e;
    border-radius: 30px;
    padding: 2px 10px 2px 10px;
}

    #member-level.showHend {
        cursor: pointer;
    }

    #member-level:before {
        content: '';
        position: relative;
        right: 2px;
        top: 2px;
        -webkit-mask: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Vip/images/VIP.svg');
        mask: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Vip/images/VIP.svg');
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #000;
        -webkit-mask-size: cover;
        mask-size: cover;
    }

    #member-level.vip0 {
        color: #11928c;
    }

        #member-level.vip0:before {
            background: #11928c;
        }

    #member-level.vip1 {
        color: #4c1597;
    }

        #member-level.vip1:before {
            background: #4c1597;
        }

    #member-level.vip2 {
        color: #379b0a;
    }

        #member-level.vip2:before {
            background: #379b0a;
        }

    #member-level.vip3 {
        color: #956e11;
    }

        #member-level.vip3:before {
            background: #956e11;
        }

    #member-level.vip4 {
        color: #991862;
    }

        #member-level.vip4:before {
            background: #991862;
        }

    #member-level.vip5 {
        color: #715742;
    }

        #member-level.vip5:before {
            background: #715742;
        }

    #member-level.vip6 {
        color: #70416d;
    }

        #member-level.vip6:before {
            background: #70416d;
        }

    #member-level.vip7 {
        color: #40666d;
    }

        #member-level.vip7:before {
            background: #40666d;
        }

    #member-level.vip8 {
        color: #416e49;
    }

        #member-level.vip8:before {
            background: #416e49;
        }

    #member-level.vip9 {
        color: #bd903a;
    }

        #member-level.vip9:before {
            background: #bd903a;
        }

    #member-level.vip10 {
        color: #009688;
    }

        #member-level.vip10:before {
            background: #009688;
        }

    #member-level.vip11 {
        color: #8BC34A;
    }

        #member-level.vip11:before {
            background: #8BC34A;
        }

    #member-level.vip12 {
        color: #CDDC39;
    }

        #member-level.vip12:before {
            background: #CDDC39;
        }

    #member-level.vip13 {
        color: #AFB42B;
    }

        #member-level.vip13:before {
            background: #AFB42B;
        }

    #member-level.vip14 {
        color: #FBC02D;
    }

        #member-level.vip14:before {
            background: #FBC02D;
        }

    #member-level.vip15 {
        color: #FFA000;
    }

        #member-level.vip15:before {
            background: #FFA000;
        }
/* #endregion 会员等级樣式 */

/* #region 提醒弹窗 */
#remind-popup {
    color: #303030;
}

    #remind-popup .modal-body p,
    #remind-popup .modal-body h5 {
        font-size: 16px;
        margin: 0;
        text-align: left;
        font-weight: normal;
    }

    #remind-popup .modal-body p {
        margin: 10px 0 20px 0;
    }

    #remind-popup .modal-body h5 {
        font-size: 15px;
        margin: 10px 0;
    }

    #remind-popup .modal-body .icon-href {
        display: inline-block;
        width: 100%;
        height: 140px;
        background: rgba(255,255,255,.5);
        border-radius: 5px;
        text-align: center;
    }

    #remind-popup .modal-body > ul {
        border-radius: 20px;
        background-color: #f7f7f7;
        border-radius: 5px;
        padding-left: 0;
        padding: 10px 0;
    }

        #remind-popup .modal-body > ul li {
            border: 1px solid #555;
            border-radius: 30px;
            width: 80%;
            margin: 10px auto;
            padding-left: 13px;
            text-align: center;
            padding: 8px 0;
        }

            #remind-popup .modal-body > ul li a {
                text-decoration: none;
            }

            #remind-popup .modal-body > ul li i {
                margin-right: 10px;
            }
/* #endregion 提醒弹窗 */

/* #region 跑馬燈弹窗 */
#marquee .marquee-subnav {
    position: relative;
    display: block;
    border: none;
    height: auto;
    min-width: initial;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    width: 600px;
    background-color: transparent;
    padding: 0;
}

    #marquee .marquee-subnav:before {
        display: none;
    }

    #marquee .marquee-subnav > span {
        position: absolute;
        right: 25px;
        bottom: 20px;
        top: initial;
        left: initial;
        z-index: 1;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-position: center top;
        cursor: pointer;
    }

        #marquee .marquee-subnav > span:hover i {
            color: #ccae36;
        }

        #marquee .marquee-subnav > span.prev {
            margin-left: 0;
            color: rgba(255, 255, 255, .4);
            right: 88px;
        }

        #marquee .marquee-subnav > span.next {
            margin-left: 0;
            color: rgba(255, 255, 255, .4);
        }

    #marquee .marquee-subnav ul li::before,
    #marquee .marquee-subnav ul li::after {
        display: none;
    }

    #marquee .marquee-subnav .main-cell li {
        display: block;
        width: 560px;
        height: 180px;
        margin: 20px;
        border-bottom: none;
        overflow-y: auto;
        text-align: left;
        line-height: 20px;
        padding-top: 0;
    }

        #marquee .marquee-subnav .main-cell li:hover {
            background: transparent;
        }

        #marquee .marquee-subnav .main-cell li div {
            padding: 10px;
        }

    #marquee .marquee-subnav .slide-pager {
        display: inline-block;
        margin: 10px 0 15px 25px;
        width: 70%;
        text-align: left;
    }

        #marquee .marquee-subnav .slide-pager li {
            display: inline-block;
            background-color: rgba(255, 255, 255, 0.4);
            width: 10px;
            height: 10px;
            color: transparent;
            text-indent: -999px;
            border-radius: 30px;
            border-bottom: none;
            min-width: initial;
            padding-top: 0;
            margin: 0 8px 0 0;
        }

            #marquee .marquee-subnav .slide-pager li.on {
                background-color: #ccae36;
            }

/* #endregion 跑馬燈弹窗 */

.vaptcha-popup a.vp-btn-tip {
    display: none;
}

/* #region 註冊成功弹窗 */
#register-success-dialog .modal-dialog {
    width: 330px;
}

#register-success-dialog .modal-content {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

    #register-success-dialog .modal-content .modal-body {
        text-align: center;
    }

        #register-success-dialog .modal-content .modal-body i {
            font-size: 54px;
            color: #70b603;
        }

        #register-success-dialog .modal-content .modal-body p {
            margin-bottom: 0;
            font-size: 24px;
            font-weight: bold;
        }

    #register-success-dialog .modal-content .modal-footer {
        margin-top: 0;
        text-align: center;
        border-top: 2px solid #d9d9d9;
        background: transparent;
    }

        #register-success-dialog .modal-content .modal-footer a {
            margin: 0 15px;
            padding: 5px 20px;
            text-decoration: none;
        }

            #register-success-dialog .modal-content .modal-footer a.btn-primary {
                color: #fff;
                background-color: #337ab7;
                border-color: #2e6da4;
            }

                #register-success-dialog .modal-content .modal-footer a.btn-primary:hover {
                    color: #fff;
                    background-color: #004b92;
                    border-color: #004b92;
                }

            #register-success-dialog .modal-content .modal-footer a.btn-light {
                color: #333;
                background-color: #fff;
                border-color: #ccc;
            }

                #register-success-dialog .modal-content .modal-footer a.btn-light:hover {
                    color: #333;
                    background-color: #dedede;
                    border-color: #ccc;
                }
/* #endregion 註冊成功弹窗 */

/* #region 活動飄窗 */
#activity-float {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 120px;
    height: 120px;
    z-index: 999;
}

    #activity-float .activity-float-list li {
        display: inline-block;
        vertical-align: top;
        width: 120px;
        height: 120px;
    }

        #activity-float .activity-float-list li img {
            width: 120px;
            height: 120px;
        }

    #activity-float .close {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 26px;
        width: 26px;
        cursor: pointer;
        background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/close.png') no-repeat center center;
    }

    /* 點點切換紐 */
    #activity-float .slide-pager {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        #activity-float .slide-pager li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            /* 若要数字编号可以把font-size: 0拿掉 */
            font-size: 0;
            background-color: #d7d7d7;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            cursor: pointer;
        }

            #activity-float .slide-pager .on,
            #activity-float .slide-pager li:hover {
                background-color: #7f7f7f;
            }

    #activity-float.expanded {
        width: auto;
        height: auto;
    }

        #activity-float.expanded img {
            display: block;
            margin: 0 auto;
            cursor: pointer;
        }
/* #endregion 活動飄窗 */

/* #region 站內信飄窗 */
div[site-mail-float] {
    position: fixed;
    bottom: 145px;
    right: 0;
    z-index: 9999;
}

    div[site-mail-float] .msg-float {
        margin-right: -300px;
        width: 300px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #D3DDE0;
        font-size: 15px;
        opacity: 0;
        background-color: #333;
        border: 1px solid #afafaf;
        -moz-box-shadow: 0 0 7px #666;
        -webkit-box-shadow: 0 0 7px #666;
        box-shadow: 0 0 7px #666;
        padding: 0 8px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        div[site-mail-float] .msg-float.show {
            margin-right: 20px;
            opacity: .75;
        }

    div[site-mail-float] .msg-header {
        height: 35px;
        line-height: 35px;
        font-weight: bold;
        border-bottom: #666 solid 1px;
    }

        div[site-mail-float] .msg-header .msg-close {
            margin-right: 10px;
            float: right;
        }

    div[site-mail-float] .msg-body {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        div[site-mail-float] .msg-body p, h1 {
            margin: 0;
        }
/* #endregion 站內信飄窗 */

clipboard {
    display: flex;
    align-items: center;
}

    clipboard .copyBtn {
        display: inline-block;
        padding: 2px 3px;
        font-size: 12px;
        color: #01b1dc;
        background: #f2f2f2;
        border: 1px solid #01b1dc;
        vertical-align: top;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        clipboard .copyBtn.disabled {
            opacity: .5;
            filter: alpha(opacity=50);
        }

        clipboard .copyBtn i {
            margin: 0 3px 0 2px;
        }

    clipboard .copied {
        display: none;
        color: #f00;
        font-size: 12px;
        margin-left: 5px;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive {
    overflow: auto;
}

/* #region iframeModal */
.modal.iframeModal {
    cursor: default;
}

    .modal.iframeModal .modal-dialog {
        position: fixed;
        top: 45%;
        left: 50%;
        width: 1000px;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.iframeModal .modal-content {
    background: none;
}

.iframeModal .modal-body {
    padding: 0;
    font-size: 0;
    height: 800px;
    background: rgba(0,0,0,.8)
}

.iframeModal #fullscreenContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

    .iframeModal #fullscreenContainer .toolbar {
        height: 50px;
        color: #fff;
        font-size: 14px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 5px;
        z-index: 1000;
        background-color: #000;
        border-bottom: 1px solid #333;
    }

        .iframeModal #fullscreenContainer .toolbar button {
            color: #fff;
            font-size: 30px;
            background: none;
            border: none;
        }

    .iframeModal #fullscreenContainer iframe {
        position: absolute;
        top: 50px; /* 根據你的工具欄高度進行調整 */
        left: 0;
        width: 100%;
        height: calc(100% - 50px); /* 減去工具欄的高度 */
        border: none; /* 去除 iframe 預設的邊框 */
    }

    .iframeModal #fullscreenContainer .loading-box {
        position: absolute;
        top: 50px; /* 根據你的工具欄高度進行調整 */
        left: 0;
        width: 100%;
        height: calc(100% - 50px); /* 減去工具欄的高度 */
    }

        .iframeModal #fullscreenContainer .loading-box .loader {
            position: fixed;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #FFF;
            display: inline-block;
            margin-top: 40px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 48px;
            letter-spacing: 4px;
            box-sizing: border-box;
        }

            .iframeModal #fullscreenContainer .loading-box .loader::before {
                content: '';
                position: absolute;
                right: 70px;
                bottom: 10px;
                height: 28px;
                width: 5.15px;
                background: currentColor;
                box-sizing: border-box;
                animation: animloader1 1s linear infinite alternate;
            }

            .iframeModal #fullscreenContainer .loading-box .loader::after {
                content: '';
                width: 10px;
                height: 10px;
                position: absolute;
                left: 125px;
                top: 2px;
                border-radius: 50%;
                background: red;
                box-sizing: border-box;
                animation: animloader 1s linear infinite alternate;
            }

@keyframes animloader {
    0% {
        transform: translate(0px, 0px) scaleX(1);
    }

    14% {
        transform: translate(-12px, -16px) scaleX(1.05);
    }

    28% {
        transform: translate(-27px, -28px) scaleX(1.07);
    }

    42% {
        transform: translate(-46px, -35px) scaleX(1.1);
    }

    57% {
        transform: translate(-70px, -37px) scaleX(1.1);
    }

    71% {
        transform: translate(-94px, -32px) scaleX(1.07);
    }

    85% {
        transform: translate(-111px, -22px) scaleX(1.05);
    }

    100% {
        transform: translate(-125px, -9px) scaleX(1);
    }
}

@keyframes animloader1 {
    0% {
        box-shadow: 0 -6px, -122.9px -8px;
    }

    25%, 75% {
        box-shadow: 0 0px, -122.9px -8px;
    }

    100% {
        box-shadow: 0 0px, -122.9px -16px;
    }
}
/* #endregion iframeModal */

/* #region forget-password-modal */
.modal.forget-password-modal {
}

    .modal.forget-password-modal .closeBtn {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #000;
        font-size: 30px;
    }

    .modal.forget-password-modal form {
        display: flex;
        flex-direction: column;
        width: 400px;
        margin: 0 auto;
    }

        .modal.forget-password-modal form h4 {
            font-size: 30px;
            text-align: center;
            margin: 10px 0px 25px;
        }

        .modal.forget-password-modal form label {
            flex: 0 0 100px;
            font-size: 16px;
            text-align: center;
        }

        .modal.forget-password-modal form input {
            width: 190px;
            height: 38px;
            margin: 0;
            padding: 0 8px;
            line-height: 38px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

        .modal.forget-password-modal form .input-info {
            font-size: 14px;
        }

        .modal.forget-password-modal form .get-otp-btn {
            white-space: nowrap
        }

        .modal.forget-password-modal form .reset-password-btn {
            margin: 10px auto;
        }
/* #endregion forget-password-modal */

/* #region 轉點提示彈窗 */
#game-exchange-dialog {
}

    #game-exchange-dialog .close-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 25px;
    }


    #game-exchange-dialog .modal-content .modal-footer {
        margin-top: 0;
        text-align: center;
        border-top: 2px solid #d9d9d9;
        background: transparent;
    }

        #game-exchange-dialog .modal-content .modal-footer a {
            margin: 0 15px;
            padding: 5px 20px;
            text-decoration: none;
        }

            #game-exchange-dialog .modal-content .modal-footer a.btn-primary {
                color: #fff;
                background-color: #337ab7;
                border-color: #2e6da4;
            }

                #game-exchange-dialog .modal-content .modal-footer a.btn-primary:hover {
                    color: #fff;
                    background-color: #004b92;
                    border-color: #004b92;
                }
/* #endregion 轉點提示彈窗 */

/* #region common-alert-modal */
.common-alert-modal .modal-dialog {
    border-radius: 15px;
    border: 1px solid #438BFF;
    background: linear-gradient(180deg, #3A3F44 0%, #1E2022 100%);
    width: 570px;
    margin-top: 10vh;
}


    .common-alert-modal .modal-dialog .modal-content,
    .common-alert-modal .modal-dialog .modal-footer {
        background: none;
    }

        .common-alert-modal .modal-dialog .modal-content .alert-icon {
            color: #FFD233;
            font-size: 60px;
            text-align: center;
        }

        .common-alert-modal .modal-dialog .modal-content h4 {
            margin: 10px 0 0;
            display: block;
            text-align: center;
            color: #FFF;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .common-alert-modal .modal-dialog .modal-footer {
        display: flex;
        gap: 15px;
        justify-content: center;
        padding: 5px 0 25px;
        margin-top: 0;
    }

        .common-alert-modal .modal-dialog .modal-footer button {
            min-width: 155px;
            height: 38px;
            color: #FFF;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            background: none;
            border: 2px solid #60A2FF;
            border-radius: 20px;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

            .common-alert-modal .modal-dialog .modal-footer button.primary {
                border: none;
                background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
                box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
            }

            .common-alert-modal .modal-dialog .modal-footer button:hover {
                opacity: 0.6;
            }

.common-alert-modal.light .modal-dialog {
    border: 3px solid #3F6DEA;
    background: linear-gradient(180deg, #FFF 5.35%, #EBF6FF 100%);
}

    .common-alert-modal.light .modal-dialog .modal-content h4 {
        color: #414141;
        font-weight: bold;
    }

    .common-alert-modal.light .modal-dialog .modal-footer button {
        color: #414141;
        border-radius: 20px;
        border: 2px solid #72B3FF
    }

        .common-alert-modal.light .modal-dialog .modal-footer button.primary {
            border: none;
            color: #fff;
            background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
            box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
        }
/* #endregion common-alert-modal */

/* #region 登入/註冊談窗 */
.modal.login-modal,
.modal.register-modal {
    background: rgba(0, 0, 0, .8);
}
/* #endregion 登入/註冊談窗 */


/* #region CSS3 过渡效果的延迟 */
#nav.flip-animation > ul > li:hover .subnav {
    display: block\9;
    visibility: visible;
}

    #nav.flip-animation > ul > li:hover .subnav li {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        white-space: nowrap;
    }

#nav.flip-animation .subnav {
    display: none\9;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-perspective: 320px;
    perspective: 320px;
    -webkit-transition: visibility linear 0.4s;
    -o-transition: visibility linear 0.4s;
    transition: visibility linear 0.4s;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    #nav.flip-animation .subnav li {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
        transition: opacity 0.4s, -webkit-transform 0.5s;
        -o-transition: opacity 0.4s, transform 0.5s;
        transition: opacity 0.4s, transform 0.5s;
        transition: opacity 0.4s, transform 0.5s, -webkit-transform 0.5s;
    }

#nav.flip-animation li:hover .subnav li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(16) {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(17) {
    -webkit-transition-delay: 850ms;
    -o-transition-delay: 850ms;
    transition-delay: 850ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(18) {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(19) {
    -webkit-transition-delay: 950ms;
    -o-transition-delay: 950ms;
    transition-delay: 950ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(20) {
    -webkit-transition-delay: 1050ms;
    -o-transition-delay: 1050ms;
    transition-delay: 1050ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(21) {
    -webkit-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(22) {
    -webkit-transition-delay: 1150ms;
    -o-transition-delay: 1150ms;
    transition-delay: 1150ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(23) {
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(24) {
    -webkit-transition-delay: 1250ms;
    -o-transition-delay: 1250ms;
    transition-delay: 1250ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(25) {
    -webkit-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

#nav.flip-animation li:hover .subnav li:nth-child(26) {
    -webkit-transition-delay: 1350ms;
    -o-transition-delay: 1350ms;
    transition-delay: 1350ms;
}
/* #endregion CSS3 过渡效果的延迟 */

@charset "UTF-8";

@font-face {
    font-family: 'ASpaceHeavy';
    src: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Vip/images/ASpaceHeavy.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'plank';
    src: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Vip/images/PLANK.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: montserrat;
    src: url('/Content/fonts/Montserrat-Medium.ttf') format("truetype")
}

* {
    scrollbar-width: auto;
    scrollbar-color: transparent transparent
}

    *::-webkit-scrollbar {
        width: 8px
    }

    *::-webkit-scrollbar-track {
        background: transparent
    }

    *::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 5px;
        border: 3px solid transparent
    }

::selection {
    color: inherit;
    background-color: inherit;
}

.btn,
#content .body,
#account-heading,
#withdrawal-heading {
    font-family: montserrat, '微軟正黑體','Microsoft Yahei', Arial, sans-serif;
}


/* #region base */
body {
    font-family: montserrat,'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    padding-top: 103px;
    padding-left: 224px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: rgba(0,0,0,.85) url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/bg.2.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

    body.layout {
        min-width: 1000px;
    }

    body.show-text {
        padding-left: 101px;
    }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

iframe {
    border: none;
}

ul, ol {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

[ng-click] {
    cursor: pointer;
}

.wrapper {
    position: relative;
    margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}
/* #endregion */

/* #region header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 103px;
    padding: 0 40px 2px 30px;
    background: rgba(20,23,29,98);
    box-shadow: 5.7px 8.2px 17px 3px rgba(0, 0, 0, 0.61);
    z-index: 100;
}

    #header #logo-bg {
        position: relative;
        flex: 0 0 257px;
        height: 82px;
        margin-right: auto;
        background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/logo.1.png') no-repeat center;
        background-size: contain;
    }

        #header #logo-bg a {
            display: block;
            height: 100%;
        }

    #header:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: linear-gradient(to right, #1b1e1a 0%,rgba(58, 162, 236, 0.98) 50%,#1c1e1c 100%);
    }
    /* #endregion header */

    /* #region topnav */
    #header .top-nav {
        display: flex;
        align-self: center;
        align-items: center;
    }

        #header .top-nav > li {
            position: relative;
            display: flex;
            align-items: center;
            color: #b9b9b9;
        }

            /* #region language */
            #header .top-nav > li.language {
                position: relative;
                font-size: 15px;
                cursor: pointer;
                padding: 0 10px;
                margin-left: 15px;
                height: 38px;
                color: #fff;
                line-height: 20px;
                padding-left: 10px;
                -moz-border-radius: 24px;
                -webkit-border-radius: 24px;
                border-radius: 24px;
                gap: 10px;
            }

                #header .top-nav > li.language:before {
                    content: '';
                    position: absolute;
                    top: 100%;
                    height: 30px;
                    left: 0;
                    right: 0;
                }

                #header .top-nav > li.language img {
                    height: 35px;
                }

                #header .top-nav > li.language:hover ul[select-language] {
                    display: block;
                }

                #header .top-nav > li.language > ul[select-language] {
                    display: none;
                    position: absolute;
                    top: 50px;
                    right: 0;
                    z-index: 1;
                    padding: 10px 15px;
                    background: #1c202c;
                    -moz-border-radius: 24px 5px 24px 24px;
                    -webkit-border-radius: 24px 5px 24px 24px;
                    border-radius: 24px 5px 24px 24px;
                    box-shadow: 5px 5px 5px 0px rgba(14,15,15,0.6);
                    -webkit-box-shadow: 5px 5px 5px 0px rgba(14,15,15,0.6);
                    -moz-box-shadow: 5px 5px 5px 0px rgba(14,15,15,0.6);
                }

                    #header .top-nav > li.language > ul[select-language] li {
                        display: flex;
                        gap: 5px;
                        padding: 5px;
                        color: #fff;
                        padding-right: 10px;
                        cursor: pointer;
                        white-space: nowrap;
                        line-height: 24px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        align-items: center;
                    }

                        #header .top-nav > li.language > ul[select-language] li:hover {
                            background: #0d1017;
                            -moz-border-radius: 25px;
                            -webkit-border-radius: 25px;
                            border-radius: 25px;
                        }
            /* #endregion language */

            #header .top-nav > li.user-info {
                position: relative;
            }

                #header .top-nav > li.user-info:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    height: 30px;
                }

                #header .top-nav > li.user-info .icon {
                    display: flex;
                    align-items: flex-end;
                    gap: 0px;
                    font-size: 15px;
                    color: #fff;
                }

                    #header .top-nav > li.user-info .icon img {
                        height: 75px;
                    }

                    #header .top-nav > li.user-info .icon span {
                        margin-left: -22px;
                        background: #2d364d;
                        padding: 3px 5px;
                        border-radius: 50%;
                        width: 23px;
                        height: 23px;
                    }

                #header .top-nav > li.user-info .outside-mail-count {
                    position: absolute;
                    top: 0;
                    right: 0;
                    color: #fff;
                    padding: 0 5px;
                    background: #f00;
                    -moz-border-radius: 25px;
                    -webkit-border-radius: 25px;
                    border-radius: 25px;
                }

                #header .top-nav > li.user-info .sub-info {
                    display: none;
                    position: absolute;
                    top: 71px;
                    right: 0;
                    z-index: 1;
                    padding: 10px 15px;
                    background: #1c202c;
                    -moz-border-radius: 24px 5px 24px 24px;
                    -webkit-border-radius: 24px 5px 24px 24px;
                    border-radius: 24px 5px 24px 24px;
                    box-shadow: 5px 5px 5px 0px rgba(14,15,15,0.6);
                    -webkit-box-shadow: 5px 5px 5px 0px rgba(14,15,15,0.6);
                    -moz-box-shadow: 5px 5px 5px 0px rgba(14,15,15,0.6);
                }

                #header .top-nav > li.user-info:hover .sub-info {
                    display: flex;
                    flex-direction: column;
                    gap: 5px;
                }

                    #header .top-nav > li.user-info:hover .sub-info .sub-item {
                        white-space: nowrap;
                    }

                        #header .top-nav > li.user-info:hover .sub-info .sub-item a {
                            display: flex;
                            color: #fff;
                            align-items: center;
                            justify-content: flex-start;
                            gap: 5px;
                            text-decoration: none;
                            padding: 10px;
                            color: #fff;
                            -moz-transition: all .4s;
                            -o-transition: all .4s;
                            -webkit-transition: all .4s;
                            transition: all .4s;
                            -moz-border-radius: 25px;
                            -webkit-border-radius: 25px;
                            border-radius: 25px;
                        }

                            #header .top-nav > li.user-info:hover .sub-info .sub-item a .mail-count {
                                color: #fff;
                                margin-left: 5px;
                                padding: 0 8px;
                                background: #f00;
                                -moz-border-radius: 15px;
                                -webkit-border-radius: 15px;
                                border-radius: 15px;
                            }

                            #header .top-nav > li.user-info:hover .sub-info .sub-item a img {
                                height: 20px;
                            }

                            #header .top-nav > li.user-info:hover .sub-info .sub-item a:hover {
                                background: #0d1017;
                                -moz-border-radius: 25px;
                                -webkit-border-radius: 25px;
                                border-radius: 25px;
                                transform: scale(1.05);
                            }

                            #header .top-nav > li.user-info:hover .sub-info .sub-item a:active {
                                transform: scale(.95);
                            }

                    #header .top-nav > li.user-info:hover .sub-info .sub-line {
                        width: 100%;
                        border-bottom: 1px solid #5a6b8e;
                    }

@media (max-width: 1440px) {
}

/* #endregion topnav */

/* #region loginbar 顯示「登入帳號」區塊*/
.member-box {
    display: flex;
}

#account-box > form {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 30px;
    gap: 15px;
}

    #account-box > form input {
        vertical-align: top;
        width: 180px;
        height: 38px;
        padding: 4px 8px;
        margin-right: 5px;
        font-size: 13px;
        color: #fff;
        border: none;
        border-radius: 24px;
        background: rgba(45,54,77,.3);
        box-shadow: -1.2px -4.9px 7.4px 0.6px rgba(2,11,32,0.2);
    }

        #account-box > form input#login-password {
            width: 190px;
        }

    #account-box > form ::-webkit-input-placeholder {
        color: #c1bfae;
    }

    #account-box > form ::-moz-placeholder {
        color: #c1bfae;
    }

    #account-box > form :-ms-input-placeholder {
        color: #c1bfae;
    }

    #account-box > form .forget-btn {
        padding: 0 3px;
        color: #2bb8f4;
        white-space: nowrap;
    }

#account-box .login-btn {
    padding: 0 20px;
    height: 38px;
    color: #fff;
    background: linear-gradient(to right, #327ee5, #1e2b76);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    border: none;
    white-space: nowrap;
    min-width: 90px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#account-box .register-btn {
    display: block;
    padding: 0 20px;
    height: 38px;
    color: #fff;
    text-decoration: none;
    line-height: 18px;
    background: #080909;
    border: 1px solid #2bb8f4;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    min-width: 90px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    #account-box .login-btn:hover,
    #account-box .register-btn:hover {
        transform: scale(1.1);
    }

    #account-box .login-btn:active,
    #account-box .register-btn:active {
        transform: scale(.9)
    }

#account-box > form .getcode-btn {
    position: absolute;
    top: 1px;
    left: 315px;
    padding-top: 3px;
    min-width: 72px;
    max-width: 72px;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 24px;
    background: transparent;
}

    #account-box > form .getcode-btn > div {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

#check-code-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    #check-code-wrapper #captcha {
        position: absolute;
        top: 2px;
        right: 7px;
        width: auto;
        height: 34px;
        border-radius: 24px;
    }

#agree {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px;
    z-index: 99;
    background: #000;
}

    #agree a {
        font-weight: bold;
        cursor: pointer;
        color: #f5f5f6;
        text-decoration: underline;
    }
/* #endregion loginbar 顯示「登入帳號」區塊*/

#account-box {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* #region account-info 登入後, 顯示「帳號資訊」區塊*/
ul#account-info {
    display: flex;
    position: relative;
    column-gap: 15px;
}

    ul#account-info > li {
        display: flex;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        align-items: center;
        gap: 10px;
    }

        ul#account-info > li > span.account {
            display: inline-block;
            min-width: 4em;
            line-height: 18px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: top;
            overflow: hidden;
        }

        ul#account-info > li a {
            vertical-align: top;
        }

            ul#account-info > li a:hover {
                color: #ffd800;
            }

        ul#account-info > li i {
            color: #fff;
        }

            ul#account-info > li i:hover,
            ul#account-info > li i {
                color: #ffd800;
            }

        ul#account-info > li.balance {
            height: 38px;
            padding: 10px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            background: rgba(48, 48, 48,.5);
            gap: 0;
        }

            ul#account-info > li.balance:before {
                content: '';
                width: 32px;
                height: 33px;
                background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/money_icon.png') no-repeat center;
                background-size: contain;
            }

            ul#account-info > li.balance a {
                font-size: 14px;
                margin-left: 1px;
            }

#action-box {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

    #action-box > a {
        display: block;
        padding: 0 8px;
        height: 38px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 38px;
        font-size: 16px;
        background: #080909;
        border: 1px solid #2bb8f4;
        -moz-border-radius: 24px;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        min-width: 90px;
    }

/* #endregion account-info 登入後, 顯示「帳號資訊」區塊*/

.deposit-btn,
.withdraw-btn {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to right,#2779a2,#3dc5a4);
    border: none;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    padding: 0 12px;
    min-width: 115px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #49eb88;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .deposit-btn:hover,
    .withdraw-btn:hover {
        transform: scale(1.1)
    }

    .deposit-btn:active,
    .withdraw-btn:active {
        transform: scale(.9)
    }

.withdraw-btn {
    position: relative;
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    line-height: 38px;
    background: linear-gradient(to right,#385665,#0a0e0d);
    border: 1px solid #2779a2;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

/*.withdraw-btn:before {
        content: '';
        position: absolute;
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px;
        background: linear-gradient(to right,#2779a2,#3dc5a4);
        z-index: -1;
        -moz-border-radius: 24px;
        -webkit-border-radius: 24px;
        border-radius: 24px;
    }*/

/* #region account-nav 登入後的子導覽列 (帳號相關操作) */
ul#account-nav {
    display: flex;
    padding: 5.5px 25px;
    column-gap: 10px;
    border-radius: 20px;
    background: rgba(48, 48, 48,.5);
}

    ul#account-nav > li {
        display: flex;
        max-width: 100px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        align-items: center;
    }

        ul#account-nav > li:first-child {
            padding-left: 0;
            border-left: 0;
        }

        ul#account-nav > li > a {
            display: flex;
            color: #fff;
            font-size: 0;
            text-decoration: none;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            cursor: pointer;
        }

            ul#account-nav > li > a:hover {
                text-decoration: underline;
            }
/* #endregion 登入後的子導覽列 (帳號相關操作)*/

/* #region main */
#main {
    display: flex;
}

    #main .main-content {
        position: relative;
        z-index: 2;
        flex: 1;
        min-height: 925px;
    }

    #main #content {
        padding: 30px 20px 25px;
    }

    #main .toggle-nav-btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 50%;
        margin-top: -25px;
        left: 224px;
        right: 2px;
        width: 40px;
        margin-left: -10px;
        height: 50px;
        z-index: 103;
        color: #4ce1ee;
        font-size: 24px;
        padding-right: 7px;
        line-height: 50px;
        text-align: center;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        #main .toggle-nav-btn:hover {
            animation: activeArrow .8s infinite;
            -webkit-animation: activeArrow .8s infinite;
        }

        #main .toggle-nav-btn img {
            max-width: 100%;
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        #main .toggle-nav-btn.show-text {
            left: 101px;
        }

            #main .toggle-nav-btn.show-text img {
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }


@keyframes activeArrow {
    0% {
        transform: translateX(3px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes activeArrow {
    0% {
        transform: translateX(3px)
    }

    100% {
        transform: translateX(0)
    }
}
/* #endregion main */

/* #region nav */
#nav {
    position: fixed;
    top: 103px;
    width: 224px;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(19,21,28,.85);
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 100;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 85px;
}

    #nav.show-text {
        width: 101px;
    }

        #nav.show-text > ul > li a {
            font-size: 0;
        }

        #nav.show-text .nav-title {
            width: 72%;
        }

    #nav .nav-title {
        width: 86%;
        color: #1a2034;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #5a6b8e;
        margin: 15px auto 25px;
    }

    #nav > ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

        #nav > ul > li {
            height: 56px;
            padding: 0 20px;
        }

            #nav > ul > li > a {
                position: relative;
                display: flex;
                height: 100%;
                color: #989daa;
                font-size: 18px;
                padding-left: 58px;
                text-decoration: none;
                justify-content: flex-start;
                column-gap: 25px;
                align-items: center;
                white-space: nowrap;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                border-radius: 25px;
                color: #84a0d2;
                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);
                overflow: hidden;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                -moz-transition: all .4s;
                -o-transition: all .4s;
                -webkit-transition: all .4s;
                transition: all .4s;
            }

                #nav > ul > li > a:hover,
                #nav > ul > li > a:hover {
                    transform: scale(1.1)
                }

                #nav > ul > li > a:active,
                #nav > ul > li > a:active {
                    transform: scale(.9)
                }

                #nav > ul > li > a:before {
                    position: absolute;
                    left: 18px;
                    top: 13px;
                    content: '';
                    display: flex;
                    width: 32px;
                    height: 32px;
                    margin-bottom: 3px;
                    background: no-repeat center;
                    background-size: contain;
                    -moz-transform: scale(1.3);
                    -ms-transform: scale(1.3);
                    -o-transform: scale(1.3);
                    -webkit-transform: scale(1.3);
                    transform: scale(1.3);
                }

            /* #region icon */

            #nav > ul > li.home > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/home.png');
            }

            #nav > ul > li.home:hover a:before,
            #nav > ul li.home.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/home_a.png');
            }

            #nav > ul > li.slot > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/slot.png');
            }

            #nav > ul > li.slot:hover a:before,
            #nav > ul li.slot.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/slot_a.png');
            }

            #nav > ul > li.fish > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/fish.png');
            }

            #nav > ul > li.fish:hover a:before,
            #nav > ul li.fish.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/fish_a.png');
            }

            #nav > ul > li.live > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/live.png');
            }

            #nav > ul > li.live:hover a:before,
            #nav > ul li.live.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/live_a.png');
            }

            #nav > ul > li.sport > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/sport.png');
            }

            #nav > ul > li.sport:hover a:before,
            #nav > ul li.sport.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/sport_a.png');
            }

            #nav > ul > li.esport > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/esport.png');
            }

            #nav > ul > li.esport:hover a:before,
            #nav > ul li.esport.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/esport_a.png');
            }

            #nav > ul > li.lottery > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/lottery.png');
            }

            #nav > ul > li.lottery:hover a:before,
            #nav > ul li.lottery.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/lottery_a.png');
            }

            #nav > ul > li.board > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/board.png');
            }

            #nav > ul > li.board:hover a:before,
            #nav > ul li.board.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/board_a.png');
            }

            #nav > ul > li.cockFighting > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/sabong.png');
            }

            #nav > ul > li.cockFighting:hover a:before,
            #nav > ul li.cockFighting.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/sabong_a.png');
            }

            #nav > ul > li.bingo > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/rocket.png');
            }

            #nav > ul > li.bingo:hover a:before,
            #nav > ul li.bingo.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/rocket_a.png');
            }

            #nav > ul > li.news > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/news.png');
            }

            #nav > ul > li.news:hover a:before,
            #nav > ul li.news.active a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/news_a.png');
            }


            #nav > ul > li.promotion > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/promotion.png');
            }


            #nav > ul > li.mgm > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/mgm.png');
            }


            #nav > ul > li.vip > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/vip.png');
            }

            #nav > ul > li.award-center > a:before {
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/menu/award-center.png');
            }
            /* #endregion icon */

            #nav > ul > li a:hover {
                color: #84a0d2 !important;
                background-image: linear-gradient(to top,#212d47,#263457);
                box-shadow: -0.2px -1px 1.9px 0.1px rgba(146, 176, 217, 0.5), -1.2px -4.9px 7.4px 0.6px rgba(82, 96, 135, 0.6);
            }

        #nav > ul li.active a {
            color: #d9ebfe !important;
            background-image: linear-gradient(to right, #327ee5, #1e2b76);
        }

        #nav > ul > li.active > a:before {
            animation: activeIcon .8s ease-out infinite;
            -webkit-animation: activeIcon .8s ease-out infinite
        }

        #nav > ul > li.vip > a {
            color: #fff !important;
            background-image: linear-gradient(to top, #a541ff, #3fbbfe);
        }

        #nav > ul > li.mgm > a {
            color: #fff !important;
            background-image: linear-gradient(to top, #5a42ec, #09bbfe);
        }

        #nav > ul > li.promotion > a {
            color: #fff !important;
            background-image: linear-gradient(to top, #4a6d12, #2daf89);
        }

        #nav > ul > li.award-center > a {
            color: #fff !important;
            background: linear-gradient(180deg, #FFA115 0%, #F32C00 100%);
        }

@keyframes activeIcon {
    0% {
        top: 13px
    }

    50% {
        top: 8px;
    }

    100% {
        top: 13px
    }
}

@-webkit-keyframes activeIcon {
    0% {
        bottom: -.6vh
    }

    50% {
        bottom: .3vh
    }

    100% {
        bottom: -.6vh
    }
}
/* #endregion nav */

/* #region footer */

/* #region footer */
#footer {
    position: relative;
    padding-top: 20px;
    background-color: #000;
    z-index: 0;
}

.footer-info {
    display: block;
    padding: 25px 0;
}

    .footer-info li {
        display: inline-block;
        width: 250px;
        color: #fff;
        font-size: 14px;
        vertical-align: top;
        text-align: center;
    }

        .footer-info li span {
            display: block;
            font-size: 16px;
            margin-top: 2px;
        }

#footer-logo {
    height: 68px;
    background: url("/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/footer_logo.2.png") no-repeat center;
}

#footer-nav {
    display: block;
    padding: 23px 0 4px;
    font-size: 0;
    text-align: center;
}

    #footer-nav li {
        display: inline-block;
        vertical-align: top;
    }

        #footer-nav li + li:before {
            content: "|";
            color: #1e385a;
            font-size: 12px;
            display: inline-block;
            vertical-align: middle;
        }

    #footer-nav a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

        #footer-nav a:hover {
            text-decoration: underline;
        }

#footer-suggest {
    margin: 0;
    padding: 3px 0 15px;
    color: #474747;
    font-size: 12px;
    text-align: center;
}
/* #endregion footer*/

/* #region service 更多服務 */
.services {
    position: absolute;
    top: 250px;
    left: auto;
    right: 0;
    z-index: 12;
}

    .services a {
        display: block;
        height: 100%;
    }

    .services ul li {
        width: 100px;
        background: no-repeat center;
        background-size: contain;
    }

        .services ul li + li {
            margin-top: 10px;
        }

        .services ul li img {
            max-width: 100%;
        }

        .services ul li img,
        .services ul li:hover img:first-child {
            display: none;
        }

            .services ul li img:first-child,
            .services ul li:hover img:nth-child(2) {
                display: block;
            }

/* #endregion service 更多服務 */

aside.tiger {
    position: fixed;
    left: 234px;
    bottom: 15px;
    width: 155px;
    height: 275px;
    z-index: 0;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    aside.tiger .tiger-img {
        visibility: hidden;
        height: 100%;
        background: url(/Content/Views/Shared/images/tiger.gif) no-repeat center;
        background-size: contain;
    }

    aside.tiger.show-text {
        left: 111px;
    }

    aside.tiger img {
        width: 454px;
        height: 942px;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translate(-30%,9%);
    }

aside.live-chat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    padding-top: 8px;
    text-align: center;
    line-height: 60px;
    background: #327ee5;
    background-size: contain;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 101;
    box-shadow: 0 0 10px #000
}

    aside.live-chat i {
        font-size: 40px;
        color: #e7c308
    }

/* #region mailbox 站内信 不同版请由此修改*/
#mailbox {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 30px;
    height: 27px;
    vertical-align: top;
    text-decoration: none;
    background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/mail-icon.png') no-repeat;
    background-size: cover;
}

    #mailbox > span,
    #mailbox > span:hover {
        position: absolute;
        left: 80%;
        bottom: 60%;
        min-width: 16px;
        padding: 0 2px;
        height: 16px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 16px;
        border-radius: 5px;
        background: #01b2f1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
/* #endregion mailbox 站内信 不同版请由此断修改*/

/* #region 彈跳視窗跑馬燈資訊內容 */
#marquee-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
}

    #marquee-wrapper.show {
        display: block;
        z-index: 1000;
        background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/transparent-black.png');
    }

#marquee {
    width: 600px;
    max-height: 500px;
    margin: 10vh auto 0 auto;
    background: rgba(12,33,62,.95);
    border: 2px solid #43e6ff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    cursor: default;
    -webkit-transition: margin-top ease-in 300ms;
    -o-transition: margin-top ease-in 300ms;
    transition: margin-top ease-in 300ms;
    -webkit-box-shadow: 0px 0px 19px 0px #93ecff;
    -moz-box-shadow: 0px 0px 19px 0px #93ecff;
    box-shadow: 0px 0px 19px 0px #93ecff;
}

    #marquee > header {
        text-align: center;
        border-radius: 5px 5px 0 0;
    }

        #marquee > header > h2 {
            margin: 0;
            color: #eccf33;
            font-size: 21px;
            line-height: 60px;
        }

ul#newsBags {
    margin: 0;
    padding: 10px 50px;
    max-height: 380px;
    overflow: auto;
}

    ul#newsBags > li {
        color: #ffffff;
        font-size: 13px;
        line-height: 27px;
        list-style: disc;
        white-space: pre-line;
        border-bottom: 1px dashed #999;
    }

#marquee > footer {
    text-align: center;
    line-height: 80px;
    background-size: 100% 8px;
    background-repeat: no-repeat;
    border-radius: 0 0 5px 5px;
}

    #marquee > footer > span {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto 10px;
        height: 60px;
        width: 210px;
        background: url(/Content/Views/Shared/images/close-modal.png) no-repeat center;
        border: none;
        background-size: contain;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        #marquee > footer > 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);
        }

        #marquee > footer > span:active {
            -moz-transform: scale(.9);
            -ms-transform: scale(.9);
            -o-transform: scale(.9);
            -webkit-transform: scale(.9);
            transform: scale(.9);
        }
/* #endregion 彈跳視窗跑馬燈資訊內容 */

/* #region 弹跳出来的notice Dialog */
/*title 文字背景顏色此修改*/
.ui-widget-header {
    padding: 0 5px;
    line-height: 12px;
}

#ad-dialog {
    display: none;
    padding: 0;
}

    #ad-dialog img {
        width: 100%;
        height: auto !important;
    }

    #ad-dialog .dialog-footer {
        height: 30px;
        padding: 0 3px;
        font-size: 12px;
        font-weight: bold;
        line-height: 25px;
        border-top: 1px solid #000;
    }

.ui-dialog {
    position: fixed;
    z-index: 999;
}

    .ui-dialog .ui-dialog-title {
        font-size: 13px;
        line-height: 15px;
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin: 0;
        padding: 0;
        border: none;
    }

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    font-size: 12px;
}

.ui-dialog .ui-dialog-buttonpane button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 3px 6px;
}
/* #endregion 弹跳出来的dialog */


/* #region 最新公告*/
.modal-announcement > .ma-title {
    color: #fff;
    background-color: #327ee5;
    border-bottom: 2px solid #ccc;
}

.modal-announcement .ma-sidebar li:hover,
.modal-announcement .ma-sidebar li.active {
    color: #fff;
    background-color: #327ee5;
}

.modal-announcement > .ma-footer {
    background-color: #327ee5;
}

    .modal-announcement > .ma-footer > span {
        color: #fff;
        font-size: 16px;
    }
/* #endregion */

/* #region loading-box*/
.loading-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
}

    .loading-box img {
        -moz-animation: move 2s infinite;
        -o-animation: move 2s infinite;
        -webkit-animation: move 2s infinite;
        animation: move 2s infinite;
    }

@keyframes move {
    0% {
        transform: scale(1); /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1); /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes move /*Safari and Chrome*/
{
    0% {
        transform: scale(1); /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1); /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}
/* #endregion loading-box*/
#register-success-dialog {
    z-index: 9999;
}

    #register-success-dialog .modal-dialog {
        width: 550px;
        margin-top: 20vh;
        -moz-box-shadow: 0 0 19px 0 #1e2b76;
        box-shadow: 0 0 19px 0 #1e2b76;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        border: 2px solid #327ee5;
    }

    #register-success-dialog .modal-content {
        background: rgba(35,35,35,.8);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        #register-success-dialog .modal-content .modal-body {
            padding-top: 90px;
            padding-bottom: 30px;
        }

            #register-success-dialog .modal-content .modal-body i {
                font-size: 80px;
            }

            #register-success-dialog .modal-content .modal-body p {
                color: #fff;
                margin-top: 40px;
            }

        #register-success-dialog .modal-content .modal-footer {
            border: none;
            padding-bottom: 50px;
        }

            #register-success-dialog .modal-content .modal-footer a {
                display: inline-block;
                color: #fff !important;
                padding: 0 10px;
                min-width: 200px;
                font-size: 22px;
                font-weight: bold;
                line-height: 60px;
                font-weight: bold;
                border: none;
                border-radius: 5px;
                box-shadow: 3.2px 3.8px 7.6px 0.4px rgba(0, 0, 0, 0.3);
            }

                #register-success-dialog .modal-content .modal-footer a.btn-primary {
                    background: linear-gradient(to right, #e44f08 0%,#ffb43d 100%);
                }


                #register-success-dialog .modal-content .modal-footer a.btn-light {
                    background: linear-gradient(to right, #055e05 0%,#74b626 100%);
                }

.layout .modal-dialog {
    margin-top: 8vh;
    -moz-box-shadow: 0 0 8px 0 #1e2b76;
    box-shadow: 0 0 19px 0 #93ecff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #43e6ff;
}

    .layout .modal-dialog .modal-header {
        background: transparent;
        text-align: center;
    }

        .layout .modal-dialog .modal-header > .modal-title {
            color: #fff;
        }

        .layout .modal-dialog .modal-header .close,
        .layout .forget-password-modal .modal-dialog .closeBtn,
        .layout .guide-modal .modal-dialog .closeBtn {
            font-size: 0;
            opacity: 1;
            z-index: 1;
            position: absolute;
            top: -3px;
            right: -3px;
            cursor: pointer;
            width: 70px;
            height: 70px;
            background: url(/Content/Views/Shared/images/announcement-dialog/close.png) no-repeat center;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

            .layout .modal-dialog .modal-header .close:hover,
            .layout .forget-password-modal .modal-dialog .closeBtn:hover,
            .layout .guide-modal .modal-dialog .closeBtn: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);
            }

            .layout .modal-dialog .modal-header .close:active,
            .layout .forget-password-modal .modal-dialog .closeBtn:active,
            .layout .guide-modal .modal-dialog .closeBtn:active {
                -moz-transform: scale(.95);
                -ms-transform: scale(.95);
                -o-transform: scale(.95);
                -webkit-transform: scale(.95);
                transform: scale(.95);
            }

    .layout .modal-dialog .modal-content {
        color: #fff;
        background: rgba(12,33,62,.95);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        height: 100%;
    }

        .layout .modal-dialog .modal-content .text-success {
            color: #aefea0;
        }

    .layout .modal-dialog .modal-footer {
        display: flex;
        align-items: center;
        background: transparent;
    }

        .layout .modal-dialog .modal-footer .btn,
        .layout .modal-dialog .reset-password-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            margin: 0 auto 10px;
            height: 60px;
            min-width: 210px;
            background: url(/Content/Views/Shared/images/close-modal.png) no-repeat center;
            background-size: 100% 100%;
            border: none;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

            .layout .modal-dialog .modal-footer .btn:hover,
            .layout .modal-dialog .reset-password-btn: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);
            }

            .layout .modal-dialog .modal-footer .btn:active,
            .layout .modal-dialog .reset-password-btn:active {
                -moz-transform: scale(.9);
                -ms-transform: scale(.9);
                -o-transform: scale(.9);
                -webkit-transform: scale(.9);
                transform: scale(.9);
            }

    .layout .modal-dialog hr {
        border: 1px solid #41536e
    }

    .layout .modal-dialog .get-otp-btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 12px;
        color: #fff;
        line-height: 30px;
        background: #080909;
        border: 1px solid #2bb8f4;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

.layout .guide-modal .modal-body {
    max-height: 75vh;
    overflow: auto;
}

    .layout .guide-modal .modal-body img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

.layout .detail-mail-modal .modal-dialog .modal-footer .btn {
    width: 180px;
    height: 65px;
    font-size: 18px;
}

.layout .new-mail-modal .modal-dialog .form-group .control-label {
    width: 18%;
}

.layout .new-mail-modal .modal-dialog .form-group .control-div {
    width: 70%;
}

.layout .modal input {
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .layout .modal input:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/* 站內信底色 */
.layout .modal-body .mailbody {
    color: #fff;
    background: rgba(0,0,0,.5);
    border: none;
}

.DepositModal .modal-dialog,
.modal.iframeModal .modal-dialog {
    margin-top: 0;
}

.DepositModal .modal-dialog {
    height: 80vh;
    max-height: 850px;
}

#account-popup table {
    color: #000;
}

#un-lobby[ng-controller="MgmCtrl"] #invite-box {
    color: #fff;
    background: rgba(17, 42, 69,.8);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: none;
}

    #un-lobby[ng-controller="MgmCtrl"] #invite-box h3 {
        color: #fff;
        font-size: 20px;
    }

    #un-lobby[ng-controller="MgmCtrl"] #invite-box .invite-list ul,
    #un-lobby[ng-controller="MgmCtrl"] #invite-box .invite-dividend ul,
    #un-lobby[ng-controller="MgmCtrl"] #invite-box .invite-code .invite-txt {
        font-size: 20px;
        background: rgba(52, 82, 98,.8);
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        border-color: #169f13;
    }

        #un-lobby[ng-controller="MgmCtrl"] #invite-box .invite-list ul li + li,
        #un-lobby[ng-controller="MgmCtrl"] #invite-box .invite-dividend ul li + li {
            border-color: #169f13;
        }

    #un-lobby[ng-controller="MgmCtrl"] #invite-box b {
        font-size: 20px;
    }

.layout .DepositModal .payment-wrap {
    background: transparent;
    border-right: 1px solid #41536e;
}

.layout .DepositModal .modal-content {
    background: rgba(12,33,62,1) !important;
}

.layout .DepositModal .select-payment {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.layout .DepositModal .select-type {
    gap: 10px;
    margin-bottom: 10px;
}

    .layout .DepositModal .select-type + hr {
        margin-bottom: 10px;
    }

    .layout .DepositModal .select-payment li,
    .layout .DepositModal .select-type li {
        background: linear-gradient(to top, #095d81, rgba(0, 0, 0, 0.01), #095d81);
        border-color: #0ebede;
        margin: 0 !important;
    }

        .layout .DepositModal .select-payment li.active,
        .layout .DepositModal .select-type li.active {
            background: linear-gradient(to top, rgba(185, 163, 0, 0.6), rgba(255, 222, 0, 0.21), rgba(185, 163, 0, 0.6));
            border-color: #e1bb1e;
        }

        .layout .DepositModal .select-payment li .selected-icon,
        .layout .DepositModal .select-type li .selected {
            display: none !important;
        }

.layout .DepositModal div.apply {
    padding-right: 50px;
}

.layout .DepositModal .input-group-addon {
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.layout .DepositModal clipboard .copyBtn {
    background: transparent;
    border: none;
}

.layout .DepositModal .text-danger {
    color: #aefea0;
}

.layout .DepositModal .text-muted {
    color: #fff;
}

.layout .DepositModal button.btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 77px;
    width: 210px;
    margin: 20px auto;
    background: url(/Content/Views/Shared/images/close-modal.png) no-repeat center;
    background-size: contain;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

    .layout .DepositModal button.btn-submit: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);
        background: url(/Content/Views/Shared/images/close-modal.png) no-repeat center;
        background-size: contain;
    }

    .layout .DepositModal button.btn-submit:active {
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        background: url(/Content/Views/Shared/images/close-modal.png) no-repeat center;
        background-size: contain;
    }

.layout .DepositModal .close-btn, .layout .tw-pay-modal .close-btn {
    top: 0;
    right: 0;
    font-size: 0;
    width: 60px;
    height: 60px;
    background: url(/Content/Views/Shared/images/close.png) no-repeat center;
    background-size: contain;
}

.layout .body #title {
    background: #010d1a;
}

.panel-body .table {
    color: #fff;
}

.panel-body table tfoot {
    color: #000;
}

.panel-body select {
    color: #000;
}

.panel-body .control-div input {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}

    .panel-body .control-div input:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-block-top {
    display: none !important;
}

.input-block-btm {
    display: none !important;
}

#member-center .account-form .form-group .control-div input,
#member-center .account-form .form-group .control-div select,
#selectATMbank {
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    #member-center .account-form .form-group .control-div option, #selectATMbank option {
        background: rgba(0,0,0,.8)
    }

    #selectATMbank option {
        font-size: 15px;
    }

#betDialog {
    max-height: 60vh !important;
}

#member-level[member-level] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    gap: 2px;
    background: #0151bb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 7px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    #member-level[member-level]:before {
        display: none;
    }

    #member-level[member-level]:after {
        content: attr(class);
        color: #fff;
        font-size: 14px;
        font-style: italic;
        align-items: center;
        column-gap: 10px;
        text-transform: uppercase;
        font-family: 'ASpaceHeavy';
    }

    #member-level[member-level]: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);
    }

    #member-level[member-level]:active {
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

#vip .detail h4.vip-1:before, .vip-list .swiper-slide h3.vip-1:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/1.png');
}

#vip .detail h4.vip-2:before, .vip-list .swiper-slide h3.vip-2:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/2.png');
}

#vip .detail h4.vip-3:before, .vip-list .swiper-slide h3.vip-3:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/3.png');
}

#vip .detail h4.vip-4:before, .vip-list .swiper-slide h3.vip-4:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/4.png');
}

#vip .detail h4.vip-5:before, .vip-list .swiper-slide h3.vip-5:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/5.png');
}

#vip .detail h4.vip-6:before, .vip-list .swiper-slide h3.vip-6:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/6.png');
}

#vip .detail h4.vip-7:before, .vip-list .swiper-slide h3.vip-7:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/7.png');
}

#vip .detail h4.vip-8:before, .vip-list .swiper-slide h3.vip-8:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/8.png');
}

#vip .detail h4.vip-9:before, .vip-list .swiper-slide h3.vip-9:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/9.png');
}

#vip .detail h4.vip-10:before, .vip-list .swiper-slide h3.vip-10:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/10.png');
}

#vip .detail h4.vip-11:before, .vip-list .swiper-slide h3.vip-11:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/11.png');
}

#vip .detail h4.vip-12:before, .vip-list .swiper-slide h3.vip-12:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/12.png');
}

#vip .detail h4.vip-13:before, .vip-list .swiper-slide h3.vip-13:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/13.png');
}

#vip .detail h4.vip-14:before, .vip-list .swiper-slide h3.vip-14:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/14.png');
}

#vip .detail h4.vip-15:before, .vip-list .swiper-slide h3.vip-15:before {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/vip-icon/15.png');
}

#announcement-dialog .modal-announcement.modal-show {
    -webkit-box-shadow: 0 0 19px 0 #1e2b76;
    -moz-box-shadow: 0 0 19px 0 #1e2b76;
    box-shadow: 0 0 19px 0 #1e2b76;
    border: 2px solid #327ee5;
    overflow: hidden;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: rgba(35,35,35,.8);
}

#announcement-dialog .modal-announcement > .ma-title {
    color: #eccf33;
    background: none;
    border: none;
}

#announcement-dialog .modal-announcement .ma-sidebar {
    background: none;
    border: none;
}

    #announcement-dialog .modal-announcement .ma-sidebar li {
        color: #fff;
        border: none;
    }

#announcement-dialog .modal-announcement .ma-content {
    color: #fff;
    background: none;
}

#announcement-dialog .modal-announcement > .ma-footer {
    color: #eccf33;
    background: none;
}

.mail .table > tbody > tr.active > td {
    background: transparent;
}

.mail .table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background: rgba(35,35,35,.8)
}

.panel-body table tfoot {
    color: #999;
    background: rgba(0,0,0,.5);
}

#member-center .mail .nav-tabs {
    border: none;
}

    #member-center .mail .nav-tabs li {
        float: left;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
        height: 40px;
        line-height: 36px;
        background: transparent;
        border: 3px solid #84a0d2;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

        #member-center .mail .nav-tabs li.active,
        #member-center .mail .nav-tabs li:hover {
            color: #fff;
            background: linear-gradient(to right,#327ee5,#1e2b76);
            border-color: #327ee5;
        }

/* #region 時時反水彈窗 */
.layout .modal-atd .modal-dialog {
    background: none;
}

.layout .modal-atd .modal-content:before {
    content: 'Hoàn trả tức thời';
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.layout .modal-atd .atd-title {
    color: #fff;
}

.layout .modal-atd .detail-row div {
    border-color: #41536E;
}

.layout .modal-atd .detail-head {
    color: #fff;
    background: #0d1f2b;
}

.layout .modal-atd .detail-body {
    color: #fff;
    background: #192b36;
}

.layout .modal-atd .detail-foot {
    color: #ff7171;
    background: #192b36;
}

.layout .modal-atd button.atd-receive {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 10px;
    height: 60px;
    width: 210px;
    background: url(/Content/Views/Shared/images/close-modal.png) no-repeat center;
    border: none;
    background-size: contain;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .layout .modal-atd button.atd-receive: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);
    }

    .layout .modal-atd button.atd-receive:active {
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

.layout .modal-atd button.atd-close {
    position: absolute;
    top: 105px;
    right: 80px;
    color: #fff;
    background: none;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

    .layout .modal-atd button.atd-close:before {
        content: '';
        width: 23px;
        height: 23px;
        background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/atd-dialog/refresh.png') no-repeat center;
    }

.layout .modal-atd span.atd-close {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: url('https://thcdn1.wcidnn9c1d8n.com/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/announcement-dialog/close.png') no-repeat center;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 0;
}

/* #endregion 時時反水彈窗*/

.layout .atd-banner .banner-img {
    width: 565px;
    height: 134px;
    color: #beefb9;
    line-height: 138px;
    background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/AnyTimeDiscount.1.png') no-repeat center;
}

.layout div[site-mail-float] {
    color: #b9efec;
    border-color: #00e9ff;
    background: rgba(30,61,62,.85)
}

    .layout div[site-mail-float] .msg-header {
        border-color: #00e9ff;
    }

        .layout div[site-mail-float] .msg-header .msg-close {
            color: #b9efec;
        }

#invite-box .tip .tiptxt {
    background: rgba(0,0,0,.9)
}

#bet_record .control-div > input {
    color: #000;
}

.layout #bet_record .table-striped > tbody > tr:nth-child(odd) > td,
.layout #bet_record .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0d1f2b
}

.layout #bet_record .table > tbody > tr:hover > td {
    background: #192b36 !important
}

.layout #bet_record tfoot {
    text-align: center;
    background: none
}

#withdraw .account-form .account-list {
    justify-content: start !important;
    -moz-transform: scale(.94) !important;
    -ms-transform: scale(.94) !important;
    -o-transform: scale(.94) !important;
    -webkit-transform: scale(.94) !important;
    transform: scale(.94) !important;
}

#withdrawal-panel > div.panel-body > form > div:nth-child(1) > div > p > a {
    min-width: 80px;
    color: #14d5c3;
    padding: 10px;
    background: none;
    border: 1px solid #14d5c3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#withdraw .account-form .account-list.withdraw-category {
    justify-content: start !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

#withdraw .withdraw-method {
    min-width: auto;
    width: 25%;
    background: #16517280 !important;
    color: #fff !important;
    font-weight: bold;
}

    #withdraw .withdraw-method.active {
        border: none !important;
        background: #1FB0BB !important;
        color: #fff;
    }

    #withdraw .withdraw-method .fixing {
        font-size: 15px !important;
        background: linear-gradient(90deg, rgba(28, 202, 215, 0) 0%, #1CCAD7 50%, rgba(28, 202, 215, 0) 100%) !important;
    }

@media screen and (min-width: 1280px) {
    aside .tiger {
    }
}

@media screen and (min-width: 1360px) {
    aside.tiger {
    }
}

@media screen and (min-width: 1440px) {
    aside.tiger {
        width: 157px;
        height: 270px
    }
}

@media screen and (min-width: 1680px) {
    aside.tiger {
        width: 175px;
        height: 301px
    }
}

@media screen and (min-width: 1921px) {
    aside.tiger {
        width: 220px;
        height: 376px
    }
}

/* #region 客製化平台公告*/
#announcement-dialog {
    display: none !important;
}

.modal-site-announcement {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 648px;
    width: 750px;
    padding: 40px 25px;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    background: transparent;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    border: 1px solid #00d2ff;
    background-color: rgba(14, 15, 19, .85);
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    color: #fff;
}

    .modal-site-announcement.modal-show {
        visibility: visible;
        opacity: 1
    }

        .modal-site-announcement.modal-show.show-content {
        }

    .modal-site-announcement > .ma-title {
        position: relative;
        color: #b8cfea;
        height: 70px;
        line-height: 78px;
        margin-top: 15px;
        text-align: center;
        z-index: 1;
    }

        .modal-site-announcement > .ma-title.show-content-detail {
            background: none;
        }

        .modal-site-announcement > .ma-title > span {
            max-width: 85%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 30px;
            font-weight: bold;
            color: #fff;
        }

    .modal-site-announcement .close-btn {
        cursor: pointer;
        position: absolute;
        top: -30px;
        right: 18px;
        width: 70px;
        height: 70px;
        background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/announcement-dialog/close.png') no-repeat center;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
        z-index: 2;
    }

        .modal-site-announcement .close-btn: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);
        }

        .modal-site-announcement .close-btn:active {
            -moz-transform: scale(.95);
            -ms-transform: scale(.95);
            -o-transform: scale(.95);
            -webkit-transform: scale(.95);
            transform: scale(.95);
        }

    .modal-site-announcement > .ma-body {
        position: relative;
        height: 100%;
    }

        .modal-site-announcement > .ma-body .swiper {
            width: 100%;
            max-height: 55vh;
        }

            .modal-site-announcement > .ma-body .swiper .swiper-slide {
                overflow: auto;
            }

                .modal-site-announcement > .ma-body .swiper .swiper-slide img {
                    max-width: 100%;
                    height: 100%;
                    margin: 0 auto;
                    max-height: 55vh;
                    display: block;
                    -moz-border-radius: 25px;
                    -webkit-border-radius: 25px;
                    border-radius: 25px;
                }

            .modal-site-announcement > .ma-body .swiper .swiper-button-prev,
            .modal-site-announcement > .ma-body .swiper .swiper-button-next {
                color: #fff;
            }

    .modal-site-announcement.show-content > .ma-body {
        width: 100%;
        margin: 0;
        background: none;
    }

    .modal-site-announcement > .ma-body > section {
    }

        .modal-site-announcement > .ma-body > section.ma-list {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100%;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
            opacity: 1;
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            display: flex;
            justify-content: center;
        }

            .modal-site-announcement > .ma-body > section.ma-list.ng-hide {
                display: block !important;
                opacity: 0;
            }

            .modal-site-announcement > .ma-body > section.ma-list.ng-hide-add.ng-hide-add-active,
            .modal-site-announcement > .ma-body > section.ma-list.ng-hide-remove.ng-hide-remove-active {
                -moz-transition: all .4s;
                -o-transition: all .4s;
                -webkit-transition: all .4s;
                transition: all .4s;
            }

            .modal-site-announcement > .ma-body > section.ma-list.ng-enter.ng-enter-active,
            .modal-site-announcement > .ma-body > section.ma-list.ng-move.ng-move-active {
                opacity: 1;
            }

    .modal-site-announcement > .ma-body .scroll-content {
        flex: 0 0 490px;
        height: 0;
        min-height: 490px;
        overflow: auto;
        padding: 35px;
    }

    .modal-site-announcement .ma-list {
    }

        .modal-site-announcement .ma-list ul {
            overflow-y: auto;
            overflow-x: hidden;
            width: 100%;
            height: 100%;
            flex: 1;
        }

        .modal-site-announcement .ma-list li {
            display: flex;
            height: 50px;
            padding: 0 12px;
            margin: 0 auto;
            color: #ffffff;
            line-height: 50px;
            cursor: pointer;
            align-items: center;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

            .modal-site-announcement .ma-list li:hover {
                -moz-transform: scale(1.02);
                -ms-transform: scale(1.02);
                -o-transform: scale(1.02);
                -webkit-transform: scale(1.02);
                transform: scale(1.02);
                -moz-box-shadow: 0 0px 5px rgba(255,255,255,.2);
                -webkit-box-shadow: 0 0px 5px rgba(255,255,255,.2);
                box-shadow: 0 0px 5px rgba(255,255,255,.2);
            }

            .modal-site-announcement .ma-list li:active {
                -moz-transform: scale(.98);
                -ms-transform: scale(.98);
                -o-transform: scale(.98);
                -webkit-transform: scale(.98);
                transform: scale(.98);
            }

            .modal-site-announcement .ma-list li:nth-child(odd) {
                background: #0a3858;
            }

            .modal-site-announcement .ma-list li span {
                display: inline-block;
                width: 95%;
                font-size: 16px;
                vertical-align: top;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .modal-site-announcement .ma-list li i {
                margin-left: auto;
                font-size: 16px;
            }

    .modal-site-announcement .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 3px;
        -moz-border-radius: 1.5px;
        -webkit-border-radius: 1.5px;
        border-radius: 1.5px;
    }

    .modal-site-announcement .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 22px;
        background: #fff
    }

    .modal-site-announcement section.ma-content {
        overflow: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .modal-site-announcement section.ma-content {
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

        .modal-site-announcement section.ma-content.ng-hide {
            display: block !important;
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }

        .modal-site-announcement section.ma-content.ng-enter,
        .modal-site-announcement section.ma-content.ng-move {
            opacity: 0;
        }

        .modal-site-announcement section.ma-content.ng-hide-add.ng-hide-add-active,
        .modal-site-announcement section.ma-content.ng-hide-remove.ng-hide-remove-active {
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

        .modal-site-announcement section.ma-content.ng-enter.ng-enter-active,
        .modal-site-announcement section.ma-content.ng-move.ng-move-active {
            opacity: 1;
        }

        .modal-site-announcement section.ma-content .title {
            color: #fff;
            padding: 10px 0;
            margin-bottom: 10px;
            border-bottom: 1px solid #5a6b8e;
        }

        .modal-site-announcement section.ma-content .content {
            flex: 0 0 460px;
            padding: 35px;
            color: #fff;
            overflow: auto;
        }

        .modal-site-announcement section.ma-content p {
            margin: 0
        }

        .modal-site-announcement section.ma-content img {
            max-width: 100%;
            height: auto;
            vertical-align: top
        }

        .modal-site-announcement section.ma-content ul {
            display: block;
            margin: 1em 0;
            padding-left: 40px;
            list-style: disc
        }

        .modal-site-announcement section.ma-content ol {
            display: block;
            margin: 1em 0;
            padding-left: 40px;
            list-style: decimal
        }

        .modal-site-announcement section.ma-content .toogleBtnWrap {
            display: flex;
            flex-direction: column;
            padding: 10px 0;
        }

        .modal-site-announcement section.ma-content .toogleBtn {
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            background: url(/Content/Views/Shared/images/login/login.png) no-repeat center;
            border: none;
            display: block;
            height: 49px;
            line-height: 49px;
            text-align: center;
            width: 210px;
            margin: 0 auto 10px;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

            .modal-site-announcement section.ma-content .toogleBtn: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);
            }

            .modal-site-announcement section.ma-content .toogleBtn:active {
                -moz-transform: scale(.95);
                -ms-transform: scale(.95);
                -o-transform: scale(.95);
                -webkit-transform: scale(.95);
                transform: scale(.95);
            }

    .modal-site-announcement .ma-footer {
        height: 30px;
        padding: 20px 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .modal-site-announcement .ma-footer > span {
            display: inline-block;
            vertical-align: top;
            max-width: 80%;
            margin-top: 4px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: rgba(255, 255, 255, 0.5);
            font-size: 16px
        }

        .modal-site-announcement .ma-footer > .ma-noshow {
            display: flex;
        }

            .modal-site-announcement .ma-footer > .ma-noshow label {
                display: flex;
                align-items: center;
            }

                .modal-site-announcement .ma-footer > .ma-noshow label [type="checkbox"] {
                    width: 20px;
                    height: 20px;
                }

                    .modal-site-announcement .ma-footer > .ma-noshow label [type="checkbox"]:checked {
                    }

            .modal-site-announcement .ma-footer > .ma-noshow span {
                margin: 0 5px;
                color: rgba(255, 255, 255, 0.5);
                background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/announcement/text.png') no-repeat center;
            }

    .modal-site-announcement > .ma-body > section::-webkit-scrollbar {
        width: 10px;
        height: 3px
    }

    .modal-site-announcement > .ma-body > section::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
        background: #535353
    }

    .modal-site-announcement > .ma-body > section::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
        border-radius: 10px;
        background: #ededed
    }

    .modal-site-announcement.single-content {
    }

        .modal-site-announcement.single-content p {
            margin: 0
        }

        .modal-site-announcement.single-content .ma-list {
            display: none
        }

        .modal-site-announcement.single-content .ma-content {
            width: 100%
        }

        .modal-site-announcement.single-content .ma-footer > span {
            max-width: 500px
        }

/* #endregion 客製化平台公告*/

/* #region 登入彈窗 */
.layout .login-modal .modal-dialog {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 542px;
    height: 768px;
    background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/login/bg.png') no-repeat center;
    background-size: contain;
}

    .layout .login-modal .modal-dialog .modal-content {
        position: relative;
        background: transparent;
        border: none;
    }

        .layout .login-modal .modal-dialog .modal-content .close-btn {
            position: absolute;
            top: 32px;
            right: 23px;
            font-size: 0;
            cursor: pointer;
            width: 70px;
            height: 70px;
            background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/announcement-dialog/close.png') no-repeat center;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

            .layout .login-modal .modal-dialog .modal-content .close-btn: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);
            }

            .layout .login-modal .modal-dialog .modal-content .close-btn:active {
                -moz-transform: scale(.95);
                -ms-transform: scale(.95);
                -o-transform: scale(.95);
                -webkit-transform: scale(.95);
                transform: scale(.95);
            }

#login-wrap {
    padding: 45px 48px 0;
    color: #fff;
    font-size: 13px;
}

    #login-wrap .login-info {
        text-align: center;
        padding-bottom: 10px;
    }

        #login-wrap .login-info img {
            margin: 0 auto;
            width: 80%;
        }

        #login-wrap .login-info p {
            margin: 0;
        }

    #login-wrap .change-login {
        position: relative;
        display: flex;
        width: 316px;
        margin: 0 auto 10px;
        text-align: center;
        border: 1px solid #fff;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

        #login-wrap .change-login .tab-btn {
            position: relative;
            z-index: 1;
            width: 158px;
            height: 36px;
            line-height: 36px;
            color: #fff;
        }

            #login-wrap .change-login .tab-btn:nth-of-type(1).active ~ .active-bg {
                transform: translate(0);
            }

            #login-wrap .change-login .tab-btn:nth-of-type(2).active ~ .active-bg {
                transform: translate(158px);
            }

        #login-wrap .change-login .active-bg {
            position: absolute;
            left: -1px;
            top: -1px;
            width: 158px;
            height: 38px;
            background: #fff;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            border-radius: 25px;
            background: linear-gradient(to bottom,#6fadf6,#067cdc);
            border: 1px solid #fff;
        }

    #login-wrap .login-form {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        #login-wrap .login-form input {
            width: 100%;
            color: #fff;
            padding: 0 0 0 5px;
            margin: 0;
            height: 40px;
            font-size: 16px;
            font-weight: bold;
            border: none;
            border-bottom: 1px solid #fff;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            background: transparent no-repeat 5px center;
        }

            #login-wrap .login-form input#login_account {
                padding-left: 35px;
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/login/user.png');
            }

            #login-wrap .login-form input#login_password {
                padding-left: 35px;
                background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/login/lock.png');
            }

        #login-wrap .login-form.isMobieLogin input#login_password {
            background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/login/phone.png');
        }

        #login-wrap .login-form ::-webkit-input-placeholder {
            color: #fff;
        }

        #login-wrap .login-form ::-moz-placeholder {
            color: #fff;
        }

        #login-wrap .login-form :-ms-input-placeholder {
            color: #fff;
        }

        #login-wrap .login-form .login_password-wrap {
            position: relative;
        }

            #login-wrap .login-form .login_password-wrap .getcode-btn {
                position: absolute;
                top: 5px;
                right: 0;
                padding: 0 12px;
                color: #fff;
                line-height: 30px;
                background: #080909;
                border: 1px solid #2bb8f4;
                -moz-border-radius: 25px;
                -webkit-border-radius: 25px;
                border-radius: 25px;
            }

        #login-wrap .login-form .other-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        #login-wrap .login-form .remember-account {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #fff;
        }

            #login-wrap .login-form .remember-account input {
                height: 30px;
                width: 15px;
                margin: 0 5px 0 0;
            }

    #login-wrap .btn-area button {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        background: no-repeat center;
        background-size: contain;
        border: none;
        display: block;
        height: 49px;
        width: 210px;
        margin: 0 auto 10px;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        #login-wrap .btn-area button#login-box {
            background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/login/login.png')
        }

        #login-wrap .btn-area button.joinus {
            background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/login/register.png')
        }

            #login-wrap .btn-area button#login-box:hover,
            #login-wrap .btn-area button.joinus:hover {
                transform: scale(1.1);
            }

            #login-wrap .btn-area button#login-box:active,
            #login-wrap .btn-area button.joinus:active {
                transform: scale(.9)
            }

/* #endregion 登入彈窗 */

/* #region loginToGame 游戏平台登入口*/
#logingame-body #login-content #login-wrap {
    width: 452px;
    height: 640px;
    margin: 0 auto;
    padding: 60px 68px 0;
    background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/login/bg.png') no-repeat center;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/* #endregion */

.register-modal .register-info {
    width: 316px;
    margin: 25px auto;
    text-align: center;
    padding-bottom: 10px;
}

    .register-modal .register-info img {
        margin: 0 auto;
        width: 80%;
    }

    .register-modal .register-info p {
        margin: 0;
    }

.layout .register-modal .modal-dialog {
    width: 542px;
    height: 768px;
    background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/register_bg.png') no-repeat center;
    background-size: contain;
    border: none;
    box-shadow: none;
}

    .layout .register-modal .modal-dialog .modal-content {
        background: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }

        .layout .register-modal .modal-dialog .modal-content .modal-body {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

.register-modal {
    z-index: 9999;
}

    .register-modal .modal-header {
        border-bottom: 0;
        text-align: center;
        padding: 0;
    }

        .register-modal .modal-header h4 {
            display: inline-block;
            margin: 25px 0 0px;
            font-size: 30px;
        }

.layout .register-modal .modal-header .close {
    top: 53px;
    right: 40px;
}

.register-modal #register-content {
    flex: 1;
    padding-bottom: 55px;
}

    .register-modal #register-content iframe {
        width: 100%;
        height: 100%;
    }

.detail-mail-modal .modal-footer {
    display: flex;
}

.audio-toggle-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

.ui-dialog.ui-widget {
    background: rgba(12,33,62,1) !important;
}

    .ui-dialog.ui-widget .ui-widget-header {
        background: none;
        border: none;
        line-height: 40px;
    }

        .ui-dialog.ui-widget .ui-widget-header .ui-dialog-title {
            font-size: 30px;
            font-weight: bold;
            color: #fff;
            margin: 0;
            line-height: normal;
        }

        .ui-dialog.ui-widget .ui-widget-header .ui-state-default {
            position: absolute;
            top: 0;
            right: -10px;
            width: 70px;
            height: 70px;
            background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/announcement-dialog/close.png') no-repeat center;
            background-size: contain;
            border: none;
            font-size: 0;
        }

            .ui-dialog.ui-widget .ui-widget-header .ui-state-default .ui-icon {
                display: none;
            }

    .ui-dialog.ui-widget .ui-widget-content {
        color: #fff;
    }

.alert-warning {
    color: #35383c;
    background: #a4a97f;
}

.alert-danger {
    color: #35383c;
    background: #8a6353;
    border-color: transparent;
}

.alert-info {
    color: #7c889d;
    background: #0b2a54;
    border-color: transparent;
}

.modal.iframeModal .modal-dialog {
    top: 50%;
}

    .modal.iframeModal .modal-dialog .modal-body {
        height: 880px;
        max-height: 80vh;
    }

.main #bet_record .row > .btn_search {
    padding: 0 20px;
    height: 38px;
    color: #fff;
    background: linear-gradient(to right, #327ee5, #1e2b76);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    border: none;
    white-space: nowrap;
    min-width: 90px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .main #bet_record .row > .btn_search:hover {
        background: linear-gradient(to right, #327ee5, #1e2b76);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .main #bet_record .row > .btn_search:active {
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

.main #bet_record .form-group.game-type .btn_search {
    height: 38px;
    color: #fff;
    text-decoration: none;
    line-height: 18px;
    background: #131618;
    border: 1px solid #2bb8f4;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    min-width: 90px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#betDialog .btn_group button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

#account-popup table tbody tr td {
    color: #fff;
}

.layout .tooltipshowarrow_int {
    display: none;
}

.layout .tooltipshowarrow_out {
    display: none;
}

#account-popup table {
    background: transparent;
}

    #account-popup table th {
        color: #fff;
        background: #132f47;
    }

#account-popup .header-button button {
    color: #fff;
    background: linear-gradient(to right,#327ee5,#1e2b76);
}

/* 首頁關於我的第三個 qrcode 隱藏*/
#articles > div > a:nth-child(4) {
    display: none !important;
}
/* 首頁關於我的第二個 qrcode 隱藏*/
#articles > div > a:nth-child(3) {
    display: none !important;
}

/* 首頁 右邊浮窗 tg客服，換只有一張圖 */
/*#girl > li:nth-child(3) {
    background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/float/03-1.png') !important;
    height: 139px !important;
}

    #girl > li:nth-child(3):hover {
        background-image: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/float/03-1 hover.png') !important;
    }

    #girl > li:nth-child(3) > a:nth-child(2) {
        display: none;
    }

    #girl > li:nth-child(3) > a:nth-child(3) {
        display: none;
    }*/

.main .set-info-wrap {
    background: #091b39;
}

#award-center table thead td {
    border-top: 1px solid #41536e;
    border-bottom: 1px solid #41536e;
    line-height: 2em;
}

body#lobbyNav-body,
body#lobbyNav-body iframe {
    background: transparent !important;
}

.iframeModal #fullscreenContainer iframe {
    background: #000;
}

#content .panel-body > form {
    width: 100%;
}

    #content .panel-body > form .control-label {
        width: 24%;
    }

    #content .panel-body > form .input-block {
        width: 400px;
    }

.lobbyNav-pager {
    display: none !important;
}

/* Wallet Center */

/* info */

#wallet-center-wallet-info .wallet-center-refresh {
    color: #ffd800;
    border: 2px solid #ffd800;
    border-radius: 50%;
    padding: 3px;
    background-color: transparent;
}

#wallet-center-wallet-info .wallet-center-balance-title {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}

#wallet-center-wallet-info .wallet-center-balance-number {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-transform: capitalize;
    text-align: left;
    margin: 10px;
}

#wallet-center-wallet-info .wallet-center-button > button {
    flex-shrink: 0;
    border-radius: 30px;
    border: 2px solid #FFF;
    background-color: transparent;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    padding: 10px;
    margin: 5px;
}

/* detail table */

#wallet-center-wallet-detail {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #fff;
}

    #wallet-center-wallet-detail table.average {
        width: 100%;
        color: #fff;
        background-color: transparent;
    }

        #wallet-center-wallet-detail table.average thead th {
            padding: 10px;
            text-align: center;
            border: 1px solid #fff;
            font-weight: bold;
            background-color: #132f47;
            width: 33.33%;
        }


        #wallet-center-wallet-detail table.average tbody td {
            padding: 10px;
            text-align: center;
            border: 1px solid #fff;
        }

        #wallet-center-wallet-detail table.average tbody .money {
            text-align: right;
            color: #00ff99;
        }

        #wallet-center-wallet-detail table.average tbody .disable {
            color: #ff4d4d;
        }

            #wallet-center-wallet-detail table.average tbody .disable i {
                font-size: 1.2em;
                vertical-align: middle;
            }

        #wallet-center-wallet-detail table.average tbody tr td:first-child {
            font-weight: bold;
        }


/* manual transfer modal*/

.manual-transfer-modal .modal-dialog {
    width: 573px;
}

.manual-transfer-modal .modal-content {
    width: 573px;
}

#manual-transfer-wallet-selection .text-title {
    color: var(--color-02-Content-title, #DADBF3);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px;
}

#manual-transfer-wallet-selection .wallet-info {
    width: 189px;
    height: 100px;
    border-radius: 8px;
    border: 1px solid #0EBEDE;
    background: linear-gradient(180deg, #095D81 0%, #0B223E 49%, #095D81 100%);
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}

.wallet-info .wallet-name {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 77.778% */
    text-transform: capitalize;
    padding: 5px 10px;
}

.wallet-info .wallet-balance {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 77.778% */
    text-transform: capitalize;
    margin-top: 30px;
}

#manual-transfer-wallet-selection .wallet-switch {
    width: 41px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #173E66;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.select-btn {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 4px;
    border: 0.5px solid;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

#manual-transfer-wallet-amount {
    margin-top: 20px;
    padding: 10px;
}

    #manual-transfer-wallet-amount .text-title {
        color: var(--color-02-Content-title, #DADBF3);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        padding: 10px;
    }

    #manual-transfer-wallet-amount input {
        width: 347px;
    }

    #manual-transfer-wallet-amount button {
        width: 94px;
        height: 51px;
        flex-shrink: 0;
        border-radius: 8px;
        border: 1px solid #FFF;
        background-color: transparent;
        color: #FFF;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        margin-left: 19px;
    }


/* select wallet modal*/

.select-wallet-modal .modal-dialog {
    width: 506px;
}

.select-wallet-modal .modal-content {
    width: 506px;
}

.select-wallet-modal .wallet-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 每行4列 */
    gap: 10px;
}

.select-wallet-modal .wallet-item {
    width: 100px;
    height: 66px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #0EBEDE;
    background: linear-gradient(180deg, #095D81 0%, #0B223E 49%, #095D81 100%);
}

    .select-wallet-modal .wallet-item i {
        color: #ffd800;
    }

.bank-account-notice ol {
    list-style: decimal;
    padding-left: 20px;
}

    .bank-account-notice ol ul {
        list-style: disc;
        padding-left: 15px;
    }

        .bank-account-notice ol ul a {
            color: rgba(255, 252, 158, 1);
        }

#change-pwd .has-error .help-block,
#change-money-pwd .has-error .help-block {
    right: 0;
}

.DepositModal .form-control[disabled],
.DepositModal .form-control[readonly],
.DepositModal fieldset[disabled] .form-control {
    background-color: transparent !important;
}

.layout .promotion-detail-modal table {
    background: transparent;
}

/* Lobby各廳設定 */
#lobby {
    position: relative;
    color: #fff;
    font-size: 12px;
    width: 100%;
}

    #lobby .lobby-game-slide {
        position: absolute;
        top: 55px;
        left: 0;
        width: 570px;
        height: 118px;
        z-index: 3;
    }

    #lobby .swiper-button-prev {
        font-size: 0;
        top: 70px;
        left: -20px;
        width: 40px;
        height: 40px;
        background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Lobby/arrow.png') no-repeat center;
        transform: rotateZ(-180deg);
        z-index: 1;
        background-size: contain;
    }

        #lobby .swiper-button-prev:after {
            display: none;
        }

    #lobby .swiper-button-next {
        font-size: 0;
        top: 70px;
        right: -20px;
        width: 40px;
        height: 40px;
        background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Vip/images/arrow.png') no-repeat center;
        background-size: contain;
    }

        #lobby .swiper-button-next:after {
            display: none;
        }

    #lobby .top-game-list {
        display: block;
        width: 535px;
        height: 123px;
        white-space: nowrap;
        overflow: hidden;
    }

        #lobby .top-game-list .swiper-slide {
            display: inline-block;
            vertical-align: top;
            width: 89px !important;
            height: 123px;
            padding: 39px 0 0 0;
            text-align: center;
            background: url("/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/lobby/topGameLobbyBtn.png") no-repeat;
            background-size: contain;
            outline: none;
        }

            #lobby .top-game-list .swiper-slide.active,
            #lobby .top-game-list .swiper-slide:hover {
                background: url("/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/lobby/topGameLobbyBtn.png_hover.png") no-repeat;
                background-size: contain;
            }

            #lobby .top-game-list .swiper-slide .logo {
                display: block;
                width: 50px;
                height: 50px;
                margin: 0 auto 18px;
                background-position-x: right;
            }

            #lobby .top-game-list .swiper-slide.active .logo,
            #lobby .top-game-list .swiper-slide:hover .logo {
                background-position-x: left;
            }

            #lobby .top-game-list .swiper-slide:hover span,
            #lobby .top-game-list .swiper-slide.active span {
                color: #f5d733;
            }

            #lobby .top-game-list .swiper-slide span {
                font-size: 14px;
                color: #119f68;
            }

    /* #region 3D */
    #lobby .lobby-game-slide {
        top: -10px;
        left: -30px;
        width: 550px;
    }

    #lobby .top-game-list {
        height: 210px;
    }

        #lobby .top-game-list .cloud9-item {
            display: inline-block;
            vertical-align: top;
            width: 100px;
            height: 130px;
        }

        #lobby .top-game-list .cloud9-item-detail {
            display: block;
            height: 100%;
            padding: 39px 0 0 0;
            text-align: center;
            background: url("/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/lobby/topGameLobbyBtn.png") no-repeat center;
            background-size: contain;
            outline: none;
        }

            #lobby .top-game-list .cloud9-item-detail.active {
                background: url("/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/lobby/topGameLobbyBtn.png_hover.png") no-repeat center;
                background-size: contain;
            }

            #lobby .top-game-list .cloud9-item-detail .logo {
                display: block;
                width: 50px;
                height: 50px;
                margin: 7px auto 25px;
                background-repeat: no-repeat;
                background-position-y: center;
                background-position-x: right;
            }

            #lobby .top-game-list .cloud9-item-detail.active .logo {
                background-position-x: left;
            }

            #lobby .top-game-list .cloud9-item-detail.active span {
                color: #fff;
            }

            #lobby .top-game-list .cloud9-item-detail span {
                font-size: 14px;
                color: #fff;
            }

    #lobby .carousel-button-prev {
        position: absolute;
        font-size: 0;
        top: 50%;
        left: 5px;
        width: 40px;
        height: 40px;
        background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Lobby/arrow.png') no-repeat center;
        transform: rotateZ(-180deg) translateY(-50%);
        z-index: 1;
        background-size: contain;
        cursor: pointer;
    }

        #lobby .carousel-button-prev:after {
            display: none;
        }

    #lobby .carousel-button-next {
        position: absolute;
        font-size: 0;
        top: 50%;
        right: 20px;
        width: 40px;
        height: 40px;
        transform: translateY(50%);
        background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Vip/images/arrow.png') no-repeat center;
        background-size: contain;
        cursor: pointer;
    }

        #lobby .carousel-button-next:after {
            display: none;
        }

    /* #endregion 3D*/

    #lobby .top-game-content {
        position: relative;
    }

        #lobby .top-game-content .left-content,
        #lobby .top-game-content .right-content {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

        #lobby .top-game-content .left-content {
            min-height: 824px;
            padding: 210px 0 0 0;
            z-index: 1;
            min-width: 600px;
        }

        #lobby .top-game-content .right-content {
            position: absolute;
            width: 1309px;
            height: 844px;
            top: 0;
            right: -230px;
            background-position: top right;
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 0;
        }

            #lobby .top-game-content .right-content .left-img {
                position: absolute;
                right: 670px;
                top: 40px;
                width: 430px;
                height: 649px;
                animation: movieLeft 1.8s linear infinite alternate;
                background: no-repeat center center;
                background-size: contain;
            }

            #lobby .top-game-content .right-content .center-img {
                position: absolute;
                top: 43px;
                right: 190px;
                height: 844px;
                width: 850px;
                -webkit-animation: sectionScale .5s ease-out;
                animation: sectionScale .5s ease-out;
                background: no-repeat center center;
                background-size: contain;
                z-index: 2;
            }

            #lobby .top-game-content .right-content .right-img {
                position: absolute;
                right: 97px;
                top: 40px;
                width: 430px;
                height: 660px;
                animation: movieLeft 1.8s linear infinite alternate;
                -webkit-animation-delay: .9s;
                animation-delay: .9s;
                background: no-repeat center center;
                background-size: contain;
                z-index: 10;
            }

        #lobby .top-game-content .play-btn {
            position:relative;
            width: 249px;
            height: 60px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            margin: 36px auto 0;
            line-height: 56px;
            opacity: 1;
            transition: all .2s ease-in;
            -webkit-animation: leftIn .6 s ease-in-out;
            animation: leftIn .6 s ease-in-out;
            background: url("/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/lobby/lobby_btn_bg.png") no-repeat center center;
            background-size: contain;
            //cursor: pointer;
        }
            #lobby .top-game-content .play-btn.maintain{
                background:none;
            }
            #lobby .top-game-content .play-btn .maintaining {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                pointer-events: none;
                cursor: default;
            }
                #lobby .top-game-content .play-btn .maintaining::after {
                    content:'';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index:-1;
                    background: url("/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Shared/images/lobby/lobby_btn_bg.png") no-repeat center center;
                    background-size: contain;
                    filter: brightness(50%);
                }
                #lobby .top-game-content .play-btn:hover {
                    opacity: .7;
                }


    #lobby .shadow-text {
        margin: 0;
        padding-left: 16px;
        font-size: 72px;
        color: #1e62a9;
        font-family: initial;
        font-weight: 900;
        opacity: .7;
        font-style: oblique;
        -webkit-animation: leftIn .5s ease-in-out;
        animation: leftIn .5s ease-in-out;
    }

    #lobby .game-title {
        position: relative;
        margin: -70px 0 -10px 0;
        font-style: oblique;
        letter-spacing: 4px;
        font-size: 120px;
        color: transparent;
        font-family: initial;
        -webkit-text-stroke: 1px #215db0;
        background: -webkit-gradient(linear,left top,right top,from(#15bdff),to(#00569e));
        background: -webkit-linear-gradient(100deg,#15bdff 22%,#00569e);
        background: linear-gradient(100deg,#eefdff 22%,#00569e);
        -webkit-background-clip: text;
        -webkit-animation: leftIn .5s ease-in-out;
        animation: leftIn .5s ease-in-out;
    }

    #lobby .text-img {
        width: 511px;
        height: 308px;
        background: no-repeat center center;
        -webkit-animation: leftIn .8s ease-in-out;
        animation: leftIn .8s ease-in-out;
    }




@-webkit-keyframes movieLeft {
    0% {
        top: 40px
    }

    to {
        top: 0px
    }
}

@keyframes movieLeft {
    0% {
        top: 40px
    }

    to {
        top: 0px
    }
}

@-webkit-keyframes sectionScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes sectionScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes leftIn {
    0% {
        margin-left: -100px;
        opacity: 0
    }

    30% {
        margin-left: -100px;
        opacity: 0
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@keyframes leftIn {
    0% {
        margin-left: -100px;
        opacity: 0
    }

    30% {
        margin-left: -100px;
        opacity: 0
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@-webkit-keyframes rightIn {
    0% {
        margin-left: 262px;
        opacity: 0
    }

    90% {
        opacity: 1;
        margin-left: 382px
    }

    to {
        margin-left: 362px
    }
}

@keyframes rightIn {
    0% {
        margin-left: 262px;
        opacity: 0
    }

    90% {
        opacity: 1;
        margin-left: 382px
    }

    to {
        margin-left: 362px
    }
}

#un-lobby {
    display: flex;
    margin: 0 auto;
    max-width: 1424px;
    justify-content: center;
}
    /* 各頁設定 */
    #un-lobby aside {
        flex: 0 0 200px;
        margin-right: 20px;
    }

    #un-lobby #sidebar {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

        #un-lobby #sidebar li:last-child {
            background: none
        }

        #un-lobby #sidebar li a {
            display: flex;
            width: 185px;
            min-height: 71px;
            margin: 0 auto;
            color: #fff;
            font-size: 18px;
            text-decoration: none;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
            background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Vip/images/v2/side_btn.png') no-repeat center;
            background-size: 100% 100%;
            align-items: center;
            gap: 15px;
            justify-content: center;
        }

            #un-lobby #sidebar li a:hover, #un-lobby #sidebar li.active a {
                background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Vip/images/v2/side_btn_hover.png') no-repeat center;
                background-size: 100% 100%;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none
            }

            #un-lobby #sidebar li a:hover {
                transform: scale(1.05)
            }

            #un-lobby #sidebar li a:active {
                transform: scale(.95)
            }

#articles {
    padding: 30px 70px;
    width: 730px;
    float: right;
    font-size: 14px;
    color: #fff;
    background: rgba(12,33,62,.95);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid rgba(75, 206, 233, 1)
}

    #articles h2 {
        margin: 10px 0 25px;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
    }

    #articles h3 {
        font-size: 16px;
        text-align: left;
    }

    #articles p {
        margin: 1em 0;
    }

    #articles table {
        width: 100%;
        color: #fff;
    }

        #articles table tr,
        #articles table th,
        #articles table td {
            line-height: 2em;
            text-align: center;
            border: 1px solid #ababab;
            background-color: #242b39;
        }

        #articles table th {
            color: #fff;
            background-color: #888;
        }

    /*重點顏色*/
    #articles .highlight {
        color: #ff0000;
        font-weight: bolder;
    }

    /* #region 合作夥伴tab 供其他页面使用*/
    #articles ul.mtab-menual {
        margin: 0 0 20px 0;
        padding: 0;
    }

        #articles ul.mtab-menual li {
            display: inline-block;
            height: 25px;
            padding: 0 5px;
            color: #fff;
            font-size: 12px;
            line-height: 25px;
            text-align: center;
            background-color: #0e86ca;
        }

            #articles ul.mtab-menual li.mtab {
                background-color: #ff9936;
            }
    /* #endregion 合作夥伴tab 供其他页面使用*/

    #articles .aboutUS-service {
        margin-top: 50px;
        display: flex;
        gap: 50px;
    }

        #articles .aboutUS-service .line-chat-qrcode {
            height: 173px;
            width: 173px;
        }

        #articles .aboutUS-service a:hover img:first-child,
        #articles .aboutUS-service a img:last-child {
            display: none;
        }

        #articles .aboutUS-service a:hover img:last-child {
            display: inline;
        }
    /* #region deposit线上存款页面使用 */
    #articles ul.deposit {
    }

        #articles ul.deposit li {
            font-size: 12px;
            counter-increment: title;
        }

            #articles ul.deposit li .payTitle:before {
                content: counter(title,upper-alpha)"、";
            }

            #articles ul.deposit li .payTitle.external-pay:before {
                content: '';
            }

            #articles ul.deposit li .payTitle {
                color: #ff9600;
                font-size: 16px;
            }

                #articles ul.deposit li .payTitle span.icon {
                    display: block;
                    font-size: 0;
                }

                    #articles ul.deposit li .payTitle span.icon img {
                        vertical-align: top;
                    }

            #articles ul.deposit li a {
                display: block;
                height: 100%;
                text-decoration: none;
            }


            #articles ul.deposit li .green {
                color: #0f0;
            }

            #articles ul.deposit li .toggle {
                color: #ee0;
            }

                #articles ul.deposit li .toggle.color {
                    color: #ff3030;
                }

            #articles ul.deposit li span.event {
                display: inline-block;
                width: 51px;
                height: 25px;
                vertical-align: middle;
                background: url('/CdnRedirect/Web.Portal/DN001-01.Portal/Content/Views/Deposit/images/event.gif') no-repeat left center;
            }
/* #endregion deposit线上存款页面使用 */

/* #region account nav共用 */
.body {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 1px;
    font-size: 14px;
    font-family: PMingLiU;
    background: #201c19;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .body #title {
        color: #fff;
        text-align: center;
        background: #201c19;
    }

    .body.container #title,
    .body #account-heading,
    .body #withdrawal-heading,
    #account-panel .account-nav li.active {
        color: #000;
        background: #ffcf0e;
    }
    /* 檢視存入帳戶的文字顏色 */
    .body #show-account-info.btn {
        color: #fff;
    }

    .body #account-heading,
    .body #withdrawal-heading {
        margin-right: 15px;
    }
/* #endregion account nav共用 */
/* #region 輸入框placeholder顏色 */
/* 此為預設顏色，若各站需特別色系請由此修改，不需要可整段刪除 */
.form-group .control-div input::-webkit-input-placeholder {
    color: #999;
}

.form-group .control-div input::-moz-placeholder {
    color: #999;
}

.form-group .control-div input:-ms-input-placeholder {
    color: #999;
}

.form-group .control-div input.placeholder {
    color: #999;
}
/* #endregion 輸入框placeholder顏色 */

#main .tol {
    color: #f00;
}

.transaction-detail-dialog .modal-content {
    font-size: 16px;
    font-weight: bold;
}

.mail .subject {
    font-size: 16px;
}

#un-lobby {
    transform: scale(.75);
    transform-origin: left 20px
}

@media screen and (min-width: 1024px) {
    #un-lobby {
        transform: scale(.85);
        transform-origin: center 20px
    }
}

@media screen and (min-width: 1280px) {
    #un-lobby {
        transform: scale(.85);
        transform-origin: center 20px
    }

        #un-lobby > div.vip-img img {
            max-width: 400px
        }
}

@media screen and (min-width: 1360px) {
    #un-lobby {
        transform: scale(.88);
        transform-origin: center 20px
    }
}

@media screen and (min-width: 1440px) {
    #un-lobby {
        transform: scale(.9);
        transform-origin: center 20px
    }

    @media screen and (min-width: 1680px) {
        #un-lobby {
            transform: scale(.92);
            transform-origin: center 20px
        }

            #un-lobby .flex-box {
                gap: 60px
            }

        #main #un-lobby .side-bar > li a {
            width: 216px;
            height: 85px;
            font-size: 22px;
            padding-left: 35px
        }
    }
}

@media screen and (min-width: 1921px) {
    #un-lobby {
        transform: scale(1)
    }
}

