/* Minification failed. Returning unminified contents.
(3263,58): run-time error CSS1046: Expect comma, found '224'
(3263,66): run-time error CSS1046: Expect comma, found '/'
(3693,58): run-time error CSS1046: Expect comma, found '224'
(3693,66): run-time error CSS1046: Expect comma, found '/'
 */
.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 VPN說明彈窗 */
.modal-VpnRemind {
    border-radius: 10px;
    overflow: hidden;
}

.modal-VpnRemind .modal-body ol {
    list-style-type: decimal;
}

.modal-VpnRemind .modal-footer .ma-noshow label{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:10px;
}

.modal-VpnRemind .modal-footer .ma-noshow input {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 4px 0 0;
}
/* #endregion VPN說明彈窗 */
/* #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.social-guide-modal */
.modal.forget-password-modal {
}

    .modal.forget-password-modal .closeBtn, .modal.social-guide-modal .close-btn,
    .modal.social-login-modal .close-btn, .modal.social-register-modal .close-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #000;
        font-size: 30px;
    }

    .modal.forget-password-modal form, .modal.social-guide-modal #social-login-wrap {
        display: flex;
        flex-direction: column;
        width: 400px;
        margin: 0 auto;
    }
.modal.social-guide-modal .social-guide-wrap, .modal.social-guide-modal .btn-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    .modal.social-guide-modal .btn-area button{
        margin:10px auto;
        width:50%;
    }
    .modal.forget-password-modal form h4, .modal.social-guide-modal 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 */

/* modal.social-login-modal/ social-register-modal*/
#social-login-content {
    width: 395px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    background: #ffffff3b;
}
.modal.social-login-modal .modal-dialog, .modal.social-register-modal .modal-dialog {
    width: 30%;
}

.modal.social-login-modal .modal-content, .modal.social-register-modal .modal-content {
    background: #40509b;
}

.modal.social-login-modal .close-btn, .modal.social-register-modal .close-btn {
    color: #fff;
}
.modal.social-register-modal .modal-content{
    width:435px;
}
#social-login-content #login-info h3 {
    margin: 0;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 36px
}

    #social-login-content #login-info p {
        color: #fff;
        margin-top: .5em
    }

    #social-login-content form {
        position: relative;
        padding: 5px 20px
    }
#social-login-content .mobileCaptcha {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
#social-login-content form input {
    display: block;
    width: 100%;
    height: 35px;
    margin: 0;
    margin-bottom: 12px;
    padding-left: 50px;
    color: #292929;
    line-height: 35px;
    border: none;
    background-size: 100%;
}

        #social-login-content form .mobile select {
            float: left;
            padding: 6px 0;
            margin-right: 10px;
        }
        #social-login-content form .mobile input {
            width: 67%;
        }
        #social-login-content form input[type=checkbox] {
            width: auto;
            height: auto;
            display: inline-block;
        }
            .modal.social-register-modal #social-login-content form input {
                padding-left: 10px;
            }

#social-login-content form input#login_account {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Account/LoginToGame/user.png');
}
.modal.social-register-modal #social-login-content form input#login_account {
    background-image: none;
}

            #social-login-content form input#login_password {
                background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Account/LoginToGame/pwd.png');
            }

            #social-login-content form input::-webkit-input-placeholder {
                color: inherit
            }

            #social-login-content form input:-ms-input-placeholder {
                color: inherit
            }

            #social-login-content form input::-moz-placeholder {
                color: inherit
            }

            #social-login-content form input.placeholdersjs {
                color: inherit
            }

        #social-login-content form .login_password-wrap {
            position: relative
        }

            #social-login-content form .login_password-wrap .getcode-btn {
                position: absolute;
                top: 4px;
                right: 18px;
                line-height: 22px
            }
#social-login-content .mobile-confirm-code-wrap{
    position:relative;
}
#social-login-content .getcode-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}
#social-login-content .form-group .sms-tip, #social-login-content .form-group .sms-tip a {
    color: #ff8484 !important;
}
#social-login-content .agreement {
    color: #fff !important;
}
#social-login-content form #check-code-wrapper {
    margin-right: 100px
}

            #social-login-content form #check-code-wrapper input {
                width: 167px;
                height: 33px;
                padding-left: 10px;
                background-color: transparent;
                border: 1px solid #000
            }

            #social-login-content form #check-code-wrapper #captcha {
                height: 31px;
                top: 1px;
                right: 1px
            }

        #social-login-content form #login-box, #social-login-content form #register-box {
            width: 85px;
            height: 35px;
            margin-right: 20px;
            color: #fff;
            line-height: 31px;
            vertical-align: baseline;
            background: #262626;
            border: none
        }

            #social-login-content form #login-box:hover, #social-login-content form #register-box:hover {
                background: #3b3b3b
            }

        #social-login-content form #forget {
            color: #dcdcdc;
            background-color: transparent;
            border: none
        }

            #social-login-content form #forget:hover {
                color: #fff
            }

#agree {
    top: 98%;
    right: 42%
}

/* #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 .modal-dialog .modal-footer .fast-going-wrap label {
            margin-top: 5px;
            display: block;
            color: #fff;
        }
        .common-alert-modal .modal-dialog .modal-footer input[type="checkbox"] {
            width: auto;
            height: auto;
        }

        .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 manual-transfer-modal 手動轉點彈窗 */
.modal.manual-transfer-modal {
    cursor: default;
}
/* #endregion manual-transfer-modal 手動轉點彈窗 */


/* 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 {
    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 {
    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 {
    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;
}

    #wallet-center-wallet-info .wallet-center-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);
    }

/* detail table */

#wallet-center-wallet-detail {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #fff;
}

    #wallet-center-wallet-detail table.average {
        width: 100%;
        background-color: transparent;
    }

        #wallet-center-wallet-detail table.average thead th {
            padding: 10px;
            text-align: center;
            border: 1px solid #000;
            font-weight: bold;
            color: #FFF;
            background-color: #bf8a44;
            width: 33.33%;
        }


        #wallet-center-wallet-detail table.average tbody td {
            padding: 10px;
            text-align: center;
            border: 1px solid #000;
        }

        #wallet-center-wallet-detail table.average tbody .money {
            text-align: right;
        }

        #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: #7F8081;
    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 {
    position: relative;
    width: 189px;
    height: 100px;
    border-radius: 8px;
    border: 1px solid #F4F7F9;
    background: #F4F7F9;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}

.wallet-info .wallet-name {
    color: #000000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 77.778% */
    text-transform: capitalize;
    padding: 5px 10px;
    margin-top: 10px;
}

.wallet-info .wallet-balance {
    color: #000000;
    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: 20px;
}

#manual-transfer-wallet-selection .wallet-switch {
    width: 41px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0077FF;
    border-radius: 6px;
    background: #CFDFFF;
    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: #000000;
    cursor: pointer;
}

.select-btn-icon {
    position: absolute;
    top: 12px;
    left: 150px;
    color: #000000;
    font-size: 30px;
}

#manual-transfer-wallet-amount {
    margin-top: 20px;
    padding: 10px;
}

    #manual-transfer-wallet-amount .text-title {
        color: #7F8081;
        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 #0077FF;
        background: #CFDFFF;
        color: #000000;
        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 #0077FF;
    color: #0077FF;
}

    .select-wallet-modal .wallet-item i {
        color: #ffd800;
    }

#activity-float.expanded img {
    width: 150px;
    height: auto;
}

/* #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";
/* #region base */
body {
    font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    background: #001845;
    line-height: 1.428571429;
}

    body.layout {
        min-width: 1000px;
    }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

iframe {
    border: none;
}

ul, ol {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

[ng-click] {
    cursor: pointer;
}

.wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}
/* #endregion */

/* #region header */
#header {
    position: relative;
    height: 120px;
    font-size: 0;
    background: #151515;
}

    #header #logo-bg {
        position: relative;
        top: 10px;
        width: 203px;
        height: 90px;
        background: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/logo.png') no-repeat;
        background-size: contain;
    }

        #header #logo-bg a {
            display: block;
            height: 100%;
        }
    /* #endregion header */

    /* #region topnav */
    #header .top-nav {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 3;
    }

        #header .top-nav > li {
            display: inline-block;
            vertical-align: top;
            color: #b9b9b9;
            line-height: 20px;
        }

            #header .top-nav > li + li:before {
                content: '|';
                margin: 0 5px;
                color: #5a5a5a;
                font-size: 12px;
            }

            #header .top-nav > li a {
                color: #b9b9b9;
                font-size: 12px;
                text-decoration: none;
            }

                #header .top-nav > li a:hover {
                    color: #fff;
                }

            #header .top-nav > li.hot a {
                position: relative;
            }

                #header .top-nav > li.hot a:after {
                    content: '';
                    position: absolute;
                    top: -9px;
                    right: -17px;
                    display: inline-block;
                    width: 21px;
                    height: 14px;
                    background: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/hot.gif') no-repeat center center;
                }

            /* #region language */
            #header .top-nav > li.language {
                position: relative;
                font-size: 12px;
                cursor: pointer;
            }

                #header .top-nav > li.language:hover ul[select-language] {
                    display: block;
                }

                #header .top-nav > li.language > ul[select-language] {
                    display: none;
                    position: absolute;
                    top: 100%;
                    left: 15px;
                }

                    #header .top-nav > li.language > ul[select-language] li {
                        display: block;
                        padding: 5px;
                        color: #5a5a5a;
                        text-align: center;
                        background-color: #fff;
                        border-bottom: 1px solid #ccc;
                        cursor: pointer;
                        white-space: nowrap;
                    }

                        #header .top-nav > li.language > ul[select-language] li:hover {
                            color: #ff9936;
                        }
/* #endregion language */
/* #endregion topnav */

/* #region loginbar 顯示「登入帳號」區塊*/
.member-box {
    position: absolute;
    top: 40px;
    right: 0;
    width: 730px;
    text-align: right;
}

#account-box > form {
    position: relative;
    display: inline-block;
    margin-top: 18px;
}

    #account-box > form input {
        vertical-align: top;
        width: 150px;
        padding: 4px 3px;
        margin-right: 5px;
        font-size: 13px;
        color: #b9b9b9;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.5);
    }

        #account-box > form input#login-password {
            width: 190px;
        }

    #account-box > form ::-webkit-input-placeholder {
        color: #5a5a5a;
    }

    #account-box > form ::-moz-placeholder {
        color: #5a5a5a;
    }

    #account-box > form :-ms-input-placeholder {
        color: #5a5a5a;
    }

    #account-box > form .login-btn, #account-box > form .social-login-btn {
        min-width: 54px;
        padding: 0 4px;
        height: 25px;
        color: #fff;
        font-size: 13px;
        margin-right: 5px;
        line-height: 25px;
        background: #0e86ca;
        border: none;
    }

        #account-box > form .login-btn:hover {
            background: #00aeff;
        }

        #account-box > form .social-login-btn:hover {
            background: #00aeff;
        }
        #account-box > form .register-btn {
            width: 84px;
            height: 25px;
            color: #fff;
            font-size: 13px;
            background: #ff9000;
            border-style: none;
            overflow: hidden;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        #account-box > form .register-btn:hover {
            background: #ffa939;
        }

    #account-box > form .getcode-btn {
        position: absolute;
        top: 2px;
        left: 271px;
        padding-top: 3px;
        min-width: 72px;
        max-width: 72px;
        color: #fff;
        font-size: 12px;
        border: none;
        background: rgb(71, 94, 122);
    }

        #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: 21px;
    }

#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;
    }

.forget-btn {
    margin-right: 3px;
    color: #b9b9b9;
    font-size: 12px;
}
/* #endregion loginbar 顯示「登入帳號」區塊*/

/* #region account-info 登入後, 顯示「帳號資訊」區塊*/
ul#account-info {
    position: relative;
    margin: 5px 0 12px;
}

    ul#account-info > li {
        display: inline-block;
        margin-left: 20px;
        color: #01b2f1;
        font-size: 12px;
        vertical-align: top;
    }

        ul#account-info > li > span.account {
            display: inline-block;
            max-width: 6em;
            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: #01b2f1;
        }

            ul#account-info > li i:hover,
            ul#account-info > li i {
                color: #ffd800;
            }

    ul#account-info #member-level {
        color: #fff;
        background: #01b2f1;
    }

        ul#account-info #member-level:before {
            background: #fff;
        }

#action-box {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

    #action-box > a {
        display: inline-block;
        text-decoration: none;
        height: 25px;
        padding: 0 15px;
        color: #fff;
        font-size: 13px;
        font-family: FontAwesome;
        line-height: 25px;
        background: #0e86ca;
    }

        #action-box > a:hover {
            background: #00aeff;
        }
/* #endregion account-info 登入後, 顯示「帳號資訊」區塊*/

/* #region account-nav 登入後的子導覽列 (帳號相關操作) */
ul#account-nav {
    font-size: 0;
}

    ul#account-nav > li {
        display: inline-block;
        vertical-align: top;
        max-width: 100px;
        line-height: 24px;
        border-left: 1px solid #5a5a5a;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        ul#account-nav > li:first-child {
            padding-left: 0;
            border-left: 0;
        }

        ul#account-nav > li > a {
            display: inline-block;
            vertical-align: top;
            padding: 0 10px;
            color: #b9b9b9;
            font-size: 13px;
            text-decoration: none;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            cursor: pointer;
        }

            ul#account-nav > li > a:hover {
                color: #fff;
            }
/* #endregion 登入後的子導覽列 (帳號相關操作)*/

/* #region nav */
#nav {
    height: 51px;
    font-size: 0;
    background: #151515;
    border-top: 1px solid #00aeff;
}

    #nav > ul {
        display: block;
        text-align: center;
    }

        #nav > ul > li {
            display: inline-block;
            vertical-align: top;
            width: 100px;
        }

            #nav > ul > li > a {
                position: relative;
                display: block;
                width: 100%;
                height: 50px;
                line-height: 50px;
                font-size: 13px;
                font-family: 'Microsoft YaHei';
                text-align: center;
                text-decoration: none;
                color: #b9b9b9;
            }

                #nav > ul > li > a:before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 19px;
                    width: 1px;
                    height: 12px;
                    background-color: #ccc;
                }

            #nav > ul > li.hot > a {
                background: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/hot.gif') no-repeat 75px 2px;
            }

            #nav > ul > li:first-child > a:before,
            #nav > ul > li.service > a:before {
                display: none;
            }

            #nav > ul > li:hover,
            #nav > ul li.active {
                -webkit-box-shadow: inset 0 -1px 0 0 #00aeff;
                box-shadow: inset 0 -1px 0 0 #00aeff;
                background-color: #262626;
                color: white;
            }

            #nav > ul > li > a > i {
                position: relative;
                top: -2px;
                font-size: 12px;
            }

            #nav > ul > li:hover > a,
            #nav > ul li.active > a {
                color: white;
            }

            #nav > ul > li:hover > .subnav {
                display: block;
            }

.subnav {
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 109px;
    line-height: 109px;
    text-align: center;
    background-color: rgba(21, 26, 35, 0.95);
    background: -o-radial-gradient(ellipse farthest-side at center top, #283244 0%, rgba(21, 26, 35, 0.95) 100%);
    background: radial-gradient(ellipse farthest-side at center top, #283244 0%, rgba(21, 26, 35, 0.95) 100%);
    border: solid 1px rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

    .subnav span {
        position: absolute;
        top: 40px;
        left: 50%;
        z-index: 1;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-position: center top;
        cursor: pointer;
    }

        .subnav span:hover {
            background-position-y: bottom;
        }

        .subnav span.prev {
            margin-left: -505px;
            background-image: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/arrow_l.png');
        }

        .subnav span.next {
            margin-left: 477px;
            background-image: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/arrow_r.png');
        }

    .subnav .main-cell {
        display: inline-block;
    }

    .subnav ul {
        display: block;
        width: 945px;
        margin: 0 auto;
        text-align: center;
    }

        .subnav ul li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            min-width: 105px;
            width: 135px;
            margin: 0 0px;
            padding-top: 25px;
            color: #b9b9b9;
            font-size: 16px;
            font-family: 'Microsoft Yahei';
            background-position: top;
            background-repeat: no-repeat;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            cursor: pointer;
        }

            .subnav ul li.maintain {
                -webkit-filter: grayscale(0);
                filter: grayscale(0);
            }

            .subnav ul li:hover {
                color: white;
                -webkit-filter: grayscale(0);
                filter: grayscale(0);
            }

            .subnav ul li .maintaining {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 5;
                display: flex;
                justify-content: center;
                background: hsl(0deg 0% 0% / 50%);
                color: #fff;
                cursor: default;
            }

                .subnav ul li .maintaining > span {
                    position: relative;
                    top: unset;
                    left: unset;
                    width: unset;
                    height: unset;
                    z-index: 6;
                    font-size: 20px;
                    font-weight: bold;
                    -webkit-background-clip: text;
                    color: rgb(255, 255, 255);
                    background-image: linear-gradient(180deg, #FFF 50%, #999 90%);
                    //-webkit-text-fill-color: transparent;
                    //-webkit-text-stroke: 1px rgba(21,85,164,1);
                }

                    .subnav ul li .maintaining > span::before {
                        content: attr(data-text);
                        position: absolute;
                        z-index: -1;
                        background: linear-gradient(180deg, rgba(32, 110, 255, 1) 30%, #1555A4 50%);
                        -webkit-background-clip: text;
                        -webkit-text-stroke: 6px transparent;
                        color: rgba(21,85,164,1);
                    }

                    .subnav ul li .maintaining > span::after {
                        content: attr(data-text);
                        position: absolute;
                        left: 0;
                        z-index: -2;
                        color: transparent;
                        text-shadow: 2px 3px 4px rgb(224 224 224 / 75%);
                    }
/* #endregion nav */

/* #region banner*/
#banner {
    position: relative;
    overflow: hidden;
    height: 254px;
    background: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/banner.jpg') center top;
    background-color: #000;
}

    #banner .wrapper {
        height: 254px;
        z-index: 2;
    }

    #banner:before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 36px;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 2;
    }

/* #endregion banner*/

/* #region news 跑馬燈 */
#news {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    padding: 0 20px 0 80px;
    background: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/news_bg2.png') no-repeat;
}

#hot-news {
    white-space: nowrap;
    overflow: hidden;
    line-height: 36px;
    height: 36px;
}

    #hot-news li {
        color: #000;
        font-size: 12px;
        text-decoration: none;
        line-height: 36px;
        display: inline-block;
        margin-right: 10px;
    }

        #hot-news li:hover {
            text-decoration: underline;
        }
/* #endregion 跑馬燈*/

/* #region content 內頁 */
#content {
    position: relative;
    padding: 40px 0;
    background: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/home-bg.jpg') no-repeat center center;
    background-size: cover;
}
/* #endregion content 內頁 */

/* #region footer */
#footer {
    padding: 30px 0;
    color: #bbb;
    font-size: 12px;
    border-top: solid 1px rgba(0, 174, 255, 0.3);
    background: #040404;
}

#footer-suggest {
    float: left;
    margin: 0 0 30px 10px;
}

#footer-nav {
    float: right;
    margin: 0 0 10px 0;
}

    #footer-nav li {
        float: left;
        line-height: 12px;
        border-left: 1px solid #727272;
    }

        #footer-nav li:first-child {
            border-left-style: none;
        }

    #footer-nav a {
        display: inline-block;
        padding: 0 15px;
        color: #bbb;
        text-align: center;
        text-decoration: none;
    }

        #footer-nav a:hover {
            color: #fff;
        }

#footer-logo {
    position: relative;
    clear: both;
    height: 35px;
    background: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/footer_logo.png') no-repeat center top;
}

#gotop {
    position: absolute;
    top: -47px;
    right: 0;
    width: 42px;
    height: 17px;
    background: url('/CdnRedirect/Web.Portal/DM001-01.Portal/Content/Views/Shared/images/top_btn.png') no-repeat;
    cursor: pointer;
}
/* #endregion footer*/

/* #region service 更多服務 */
.services {
    position: absolute;
    top: 210px;
    left: auto;
    right: 0;
}

    .services a {
        display: block;
        height: 100%;
    }
/* #endregion service 更多服務 */

/* #region mailbox 站内信 不同版请由此修改*/
#mailbox {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    text-decoration: none;
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/m_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: 30px auto 0 auto;
    background-color: rgba(0,0,0,.8);
    border: 2px solid #b4ac8c;
    border-radius: 5px;
    cursor: default;
    -webkit-transition: margin-top ease-in 300ms;
    -o-transition: margin-top ease-in 300ms;
    transition: margin-top ease-in 300ms;
}

    #marquee > header {
        text-align: center;
        border-radius: 5px 5px 0 0;
    }

        #marquee > header > h2 {
            margin: 0;
            color: #ccae36;
            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: inline-block;
        width: 119px;
        color: #fff;
        font-size: 15px;
        font-weight: bolder;
        line-height: 45.5px;
        border: 1px solid #ffffff;
        border-radius: 5px;
        background: linear-gradient(to bottom, #caa200, #ab8900, #ffefb0);
        cursor: pointer;
    }

        #marquee > footer > span:hover {
            background-position: 0 -45.5px;
        }
/* #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 loginToGame 游戏平台登入口*/
#logingame-body {
    background-color: #40509b;
}
/* #endregion */

/* #region 最新公告*/
.modal-announcement > .ma-title {
    color: #fff;
    background-color: #333;
    border-bottom: 2px solid #ccc;
}

.modal-announcement .ma-sidebar li:hover,
.modal-announcement .ma-sidebar li.active {
    color: #fff;
    background-color: #333;
}

.modal-announcement > .ma-footer > span {
    color: #fff;
    font-size: 16px;
}
/* #endregion */

.deposit-alert-modal {
    cursor: default;
}

    .deposit-alert-modal .modal-dialog {
        width: 380px;
        margin-top: 10vh;
    }

        .deposit-alert-modal .modal-dialog .modal-content {
            background: #fff;
        }

        .deposit-alert-modal .modal-dialog .alert-footer {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 3px;
        }

            .deposit-alert-modal .modal-dialog .alert-footer img {
                height: 50px;
            }

        .deposit-alert-modal .modal-dialog .alert-action {
            display: flex;
            justify-content: center;
        }

#lobby {
    min-height: 500px;
}

    #lobby .game-list {
        display: block;
        padding: 15px 0;
        font-size: 0;
    }

        #lobby .game-list li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
        }

            #lobby .game-list li div.maintaining {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                display: flex;
                justify-content: center;
                align-items: center;
                background: hsl(0deg 0% 0% / 50%);
                color: #fff;
                cursor: default;
            }

                #lobby .game-list li div.maintaining span {
                    position: relative;
                    bottom: unset;
                    left: unset;
                    width: auto;
                    height: auto;
                    font-size: 48px;
                    font-weight: bold;
                    -webkit-background-clip: text;
                    color: rgb(255, 255, 255);
                    background-image: linear-gradient(180deg, #FFF 50%, #999 75%);
                    -webkit-text-fill-color: transparent;
                }

                    #lobby .game-list li div.maintaining span::before {
                        content: attr(data-text);
                        position: absolute;
                        z-index: -1;
                        background: linear-gradient(180deg, rgba(32, 110, 255, 1) 30%, #1555A4 50%);
                        -webkit-background-clip: text;
                        -webkit-text-stroke: 6px transparent;
                        color: rgba(21,85,164,1);
                    }

                    #lobby .game-list li div.maintaining span::after {
                        content: attr(data-text);
                        position: absolute;
                        left: 23px;
                        z-index: -2;
                        color: transparent;
                        text-shadow: 2px 3px 4px rgb(224 224 224 / 75%);
                    }

[moment-lang="en-US"] #lobby .game-list li div.maintaining span,
[moment-lang="ja-JP"] #lobby .game-list li div.maintaining span,
[moment-lang="vi-VN"] #lobby .game-list li div.maintaining span {
    font-size: 24px;
}

#un-lobby {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
    /* 各頁設定 */
    #un-lobby aside {
        float: left;
        width: 250px;
        margin-right: 20px;
        border: 1px solid #243964;
        background: #021622;
    }

    #un-lobby #sidebar {
        position: relative;
        display: block;
        padding: 20px 0;
        margin: 0 0 20px 0;
    }

        #un-lobby #sidebar li {
        }

            #un-lobby #sidebar li a {
                display: block;
                height: 45px;
                line-height: 45px;
                padding-left: 50px;
                color: #01b2f1;
                font-size: 16px;
                font-family: Arial, 'Microsoft YaHei';
                text-decoration: none;
            }

                #un-lobby #sidebar li a:before {
                    content: '<';
                    margin-right: 5px;
                }

                #un-lobby #sidebar li a:hover,
                #un-lobby #sidebar li.active a {
                    color: #fff;
                }

#articles {
    padding: 0;
    width: 730px;
    float: right;
    font-size: 14px;
    color: #82b8cb;
}

    #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 供其他页面使用*/

    /* #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/DM001-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;
    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 #account-heading,
    .body #withdrawal-heading {
        margin-right: 15px;
    }

    /* 檢視存入帳戶的文字顏色 */
    .body #show-account-info.btn {
        color: #fff;
    }
/* #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顏色 */

