/* Minification failed. Returning unminified contents.
(4297,50): run-time error CSS1046: Expect comma, found '224'
(4297,58): 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 nav 導覽列 */
#nav {
    float: right;
}

    #nav > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #nav > ul > li {
            position: relative;
            float: left;
            width: 83px;
            height: 99px;
            margin-left: 5px;
            padding-top: 14px;
            color: #045583;
            font-family: 'Microsoft YaHei';
            line-height: 22px;
            text-align: center;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

            #nav > ul > li:before {
                content: '';
                display: block;
                position: relative;
                top: 24px;
                left: 30px;
                width: 21px;
                height: 18px;
                margin-top: -18px;
                background-position: center top;
                background-repeat: no-repeat;
                z-index: -1;
            }

            #nav > ul > li:hover, #nav > ul > li .active {
                color: #ed6e6e;
                border-bottom: 4px solid #045583;
                -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
            }

                #nav > ul > li:hover :before, #nav > ul > li .active :before {
                    background-position: center bottom;
                }

            #nav > ul > li .color a, #nav > ul > li .color span {
                color: #ed6e6e;
            }

            #nav > ul > li .hot:after {
                content: '';
                display: block;
                position: relative;
                top: -60px;
                left: 71px;
                width: 13px;
                height: 18px;
                margin-top: -12px;
                background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_hot.gif") no-repeat;
            }

            #nav > ul > li a {
                display: block;
                height: 85px;
                padding: 30px 0 0;
                color: inherit;
                font-size: 14px;
                text-decoration: none;
            }

                #nav > ul > li a span {
                    display: block;
                    font-size: 11px;
                    color: #818181;
                    text-transform: uppercase;
                }

            #nav > ul > li.home:before {
                margin-top: -15px;
                height: 15px;
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_01.png");
            }

            #nav > ul > li.fish:before {
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_09.png");
            }

            #nav > ul > li.game:before {
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_02.png");
            }

            #nav > ul > li.live:before {
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_03.png");
            }

            #nav > ul > li.sport:before {
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_04.png");
            }

            #nav > ul > li.lottery:before {
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_05.png");
            }

            #nav > ul > li.board:before {
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_11.png");
            }

            #nav > ul > li.promotion:before {
                margin-top: -16px;
                height: 16px;
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_06.png");
            }

            #nav > ul > li.mobile:before {
                margin-top: -16px;
                height: 16px;
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_07.png");
            }

            #nav > ul > li.esport:before {
                margin-top: -16px;
                height: 16px;
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_07.png");
            }

            #nav > ul > li.chat:before {
                background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_08.png");
                position:relative
            }

            #nav > ul > li:hover .subnav {
                display: block;
            }

            #nav > ul > li.chat .chat-box {
                display:none;
                position: absolute;
                padding: 0;
                bottom: -98px;
                right: -10%;
                z-index: 5;
                list-style: none;
                font-size: 0;
                background: rgba(255, 255, 255, 0.9);
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            }

            #nav > ul > li.chat:hover .chat-box {
                display: block;
            }

            #nav > ul > li.chat .chat-box li{
                display: block;
                padding: 10px 15px;
                margin: 3px;
                color: #505050;
                font-size: 15px;
                line-height: 15px;
                text-align: center;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }

            #nav > ul > li.chat .chat-box li:hover {
                background: #01507b;
                color: #fff;
            }

            #nav > ul > li.chat .chat-box li a{
                height: auto;
                padding: 0;
            }

.subnav {
    display: none;
    position: absolute;
    right: 0;
    width: 360px;
    margin-top: 10px;
    padding: 9px 9px 19px;
    font-size: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
}

    .subnav:before {
        content: '';
        position: relative;
        height: 10px;
        width: 360px;
        display: block;
        top: -19px;
        left: -9px;
    }

    .subnav > li {
        position: relative;
        height: 30px;
        width: 110px;
        color: #fff;
        font-size: 13px;
        font-family: 'Microsoft YaHei';
        line-height: 29px;
        background: #024e80;
        float: left;
        border-radius: 30px;
        margin: 2px;
    }

        .subnav > li .hot:after {
            content: '';
            position: absolute;
            top: 4px;
            left: auto;
            right: 3px;
            width: 13px;
            height: 18px;
            background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/nav_hot.gif") no-repeat;
        }

        .subnav > li:hover {
            background: #ed6e6e;
            -webkit-transition: all 400ms;
            -o-transition: all 400ms;
            transition: all 400ms;
        }

/* #region base */
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
}

    body.layout {
        min-width: 1016px;
        background: #fff;
    }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

iframe {
    border: none;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

[ng-click] {
    cursor: pointer;
}

.wrapper {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

/* #endregion base */
/*#region LoginToGame */
#logingame-body {
    background-color: #222;
}

/*#endregion LoginToGame */
/* #region header */
#header {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1016px;
    z-index: 10;
    background: #fff;
    border-bottom: 2px solid #e9e9e9;
}

    #header.ScrollTop {
        position: fixed;
        top: 0;
        width: 100%;
        min-width: 1016px;
        z-index: 10;
    }

    #header:after {
        content: '';
        display: table;
        clear: both;
    }

    #header > .wrapper {
        height: 99px;
    }

#header-top {
    height: auto;
    font-family: 'Microsoft JhengHei';
    line-height: 36px;
    background: #01507b;
}

    #header-top > .wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.top-menu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

    .top-menu li {
        display: inline-block;
        padding: 0 10px;
        color: #b4b4b4;
        font-size: 12px;
        line-height: 12px;
        vertical-align: middle;
    }

        .top-menu li:first-child {
            padding-left: 0;
        }

        .top-menu li:hover {
            text-decoration: underline;
        }

        .top-menu li + li {
            border-left: 1px solid #bdbdbd;
        }

        .top-menu li a {
            color: #b4b4b4;
            text-decoration: none;
        }

    .top-menu .download a {
        color: #0f0;
    }

    .top-menu .download.color a {
        color: #da0;
    }

    .top-menu .activity a,
    .top-menu .bonus a,
    .top-menu .partner a,
    .top-menu .verify a {
        color: #a7f4fe;
    }

    .top-menu .bonus.color a,
    .top-menu .partner.color a {
        color: #f00;
    }

    .top-menu .verify.color a {
        color: #f08;
    }

    .top-menu .promotion a {
        color: #e36f7a;
    }

    .top-menu .vip a {
        color: #ebeb67;
    }

    .top-menu .deposit a {
        color: #9fe988;
    }

    .top-menu .detection a {
        color: #fff;
    }

ul.discount li > img {
    width: 100%;
}

.audio-toggle-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

/* #region 美东时间 */
#div-meiDonNow {
    float: right;
    display: inline-block;
    margin: 12px 12px 0 0;
    padding-right: 12px;
    color: #b4b4b4;
    font-size: 12px;
    line-height: 12px;
    border-right: 1px solid #bdbdbd;
}

/* #endregion 美东时间 */
.language {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #b4b4b4;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
}

    .language li {
        display: none;
        width: 20px;
        height: 20px;
        margin-left: 3px;
        vertical-align: middle;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        .language li img {
            width: 20px;
            height: 20px;
        }

        .language li[data-language="zh-TW"],
        .language li[data-language="en-US"] {
            display: inline-flex;
        }

/* #endregion header */
/* #region logo */
#logo-bg {
    position: relative;
    float: left;
    width: 200px;
    /* 原 logo 尺寸而非 gpk demo，更换时要注意 nav 是否会跑版 */
    height: 80px;
    margin-top: 10px;
    background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/logo.png") no-repeat left center;
    background-size: 80% auto;
}

    #logo-bg > a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

/*#endregion logo */
/* #region banner */
#banner {
    position: relative;
    z-index: 0;
    height: 254px;
    margin-top: 200px;
    background-color: #090708;
    background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/banner.1.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* #endregion banner */
/*member center*/
.ui-state-default .ui-icon {
    background-image: url("/CdnRedirect/Web.Portal/_Common/Content/jquery-ui/v1.11.3/images/ui-icons_888888_256x240.png");
}

#member-center .account-bar .member-info > div + div {
    margin-top: 12px;
}

#member-center .account-bar .member-info div .vip {
    margin-left: 5px !important;
}

#member-center .account-bar .member-info div .account {
    margin-left: 10px !important;
}

/* #region loginbar 顯示「登入帳號」區塊 */
.langs-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    font-size: 12px;
}

form.login-wrap {
    max-width: 800px;
    position: relative;
    margin-right: 10px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.login-wrap input {
    width: 100%;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    color: #696969;
    font-size: 14px;
}

form.login-wrap > div {
    width: 18%;
    margin-right: 5px;
    position: relative;
}

.login-wrap .input-account input, .login-wrap .input-password input {
    padding-left: 30px;
}

.login-wrap .input-account:after, .login-wrap .input-password:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    display: inline-block;
    left: 5px;
    top: 5px;
    z-index: 1;
    background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Home/images/user.svg") no-repeat left;
}

.login-wrap .input-password:after {
    background-image: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Home/images/password.svg");
}

.login-wrap button,
.logout-btn,
#account-info a.deposit-btn,
#account-info a.withdrawl-btn {
    margin-right: 5px;
    padding: 5px 15px;
    background-color: #ed6e6e;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: normal;
    font-size: 14px;
    font-family: "Microsoft JhengHei";
    cursor: pointer;
    text-decoration: none;
}

    .login-wrap button.forget-btn,
    .login-wrap button.getcode-btn,
    #account-info a.deposit-btn,
    #account-info a.withdrawl-btn {
        background-color: #2c79bb;
    }

    #account-info a.deposit-btn,
    #account-info a.withdrawl-btn {
    margin-right: 0px;
    }

    .login-wrap button.register-btn {
        background-color: #2cbb98;
    }

.mobileCaptcha {
    top: 0;
}

a.logout-btn, {
    display: block;
    margin-right: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 16px;
}

.sms-tip, #articles .sms-tip a, .mobileCaptcha {
    color: red;
}

#check-code-wrapper {
    width: 110px;
    position: relative;
    display: inline-block;
    margin-left: 2px;
    margin-right: 5px;
}

    #check-code-wrapper > input {
        width: 110px;
    }

#captcha {
    position: absolute;
    top: 7px;
    right: 5px;
    width: auto;
    height: 21px;
    border-radius: 20px;
}

#agree {
    width: auto;
    display: none;
    position: absolute;
    top: 38px;
    z-index: 5;
    right: 55px;
    padding: 2px 5px;
    font-size: 13px;
    color: #fff;
    background-color: #ed6e6e;
    border-radius: 20px;
}

    #agree a {
        color: #ffe500;
        font-weight: bold;
        cursor: pointer;
    }

/* #endregion loginbar 顯示「登入帳號」區塊 */
/* #region account-info 登入後, 顯示「帳號資訊」區塊 */
ul#account-info {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul#account-info > li {
        display: inline-block;
        margin-right: 7px;
        color: #fff;
        font-size: 14px;
    }

        ul#account-info > li.user-info {
            margin-right: 20px;
        }

        ul#account-info > li.user-setting-wrap {
            margin: 0;
            padding-right: 8px;
        }

.balance-text {
    color: #ffcc01;
}

.fa-user {
    margin: 0 5px;
    font-size: 16px;
}

ul#account-info > li > span {
    vertical-align: middle;
}

    ul#account-info > li > span.account {
        display: inline-block;
        max-width: 6em;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
        overflow: hidden;
        color: #fff;
    }

ul#account-info > li a.btn-wallet {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/reset.png") no-repeat center;
    vertical-align: middle;
    cursor: pointer;
}

ul#account-info > li a:hover {
    color: #fff;
}

.user-setting-btn {
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

    .user-setting-btn img {
        width: 30px;
        height: 30px;
        vertical-align: middle;
        filter: invert(74%) sepia(71%) saturate(744%) hue-rotate(359deg) brightness(105%) contrast(104%);
    }
/* #endregion account-info 登入後, 顯示「帳號資訊」區塊 */
/* #region account-nav 登入後的子導覽列 (帳號相關操作) */
#account-info li:first-child > div {
    display: inline-block;
}

#account-box.off-scroll li:first-child > div {
    display: block;
}

.user-setting-wrap:hover ul#account-nav {
    display: block;
}

ul#account-nav {
    display: none;
    position: absolute;
    padding: 0;
    top: 40px;
    right: -10%;
    z-index: 5;
    list-style: none;
    font-size: 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

    ul#account-nav > li {
        display: block;
        padding: 10px 15px;
        margin: 3px;
        color: #505050;
        font-size: 15px;
        line-height: 15px;
        text-align: center;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

        ul#account-nav > li:hover {
            background: #01507b;
            color: #fff;
        }

        ul#account-nav > li > a {
            color: inherit;
            text-decoration: none;
        }

/* #endregion 登入後的子導覽列 (帳號相關操作) */
/* #region news 跑馬燈 */
#news {
    position: relative;
    height: 38px;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    background: rgba(202, 202, 202, 0.5);
}

    #news .wrapper {
        position: relative;
        padding-left: 90px;
    }

        #news .wrapper:before {
            content: '最新公告：';
            position: absolute;
            top: 12px;
            left: 0;
            display: block;
            padding-left: 25px;
            height: 15px;
            color: #024f7a;
            line-height: 15px;
            background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/news_icon.png") no-repeat;
        }

#hot-news {
    white-space: nowrap;
    overflow: hidden;
}

    #hot-news li {
        color: #fff;
        line-height: 38px;
        display: inline-block;
        margin-right: 10px;
    }

        #hot-news li:hover {
            text-decoration: underline;
        }

/* #endregion 跑馬燈 */
/* #region 彩池 */
#leaderboard {
    position: relative;
    margin-top: -32px;
    width: 100%;
    height: 65px;
    font-size: 0;
    text-align: center;
    background: #010101;
    z-index: 2;
    overflow: hidden;
}

    #leaderboard .wrapper {
        background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/leaderboard_icon.png") no-repeat left center;
    }

.leaderboard-instance {
    float: right;
    position: relative;
    width: 42%;
    height: 63px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

    .leaderboard-instance:before,
    .leaderboard-instance:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -1px;
        width: 1px;
        height: 100%;
        background: #333;
    }

    .leaderboard-instance:after {
        left: auto;
        right: 0;
    }

    .leaderboard-instance > ul.head {
        position: relative;
        width: 100%;
        height: 30px;
        color: #ff0;
        vertical-align: middle;
    }

        .leaderboard-instance > ul.head > li {
            display: inline-block;
            padding: 0 4px;
            width: 25%;
            max-width: 25%;
            height: 100%;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .leaderboard-instance > ul.list {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 33px;
        border-top: 1px solid #333;
    }

        .leaderboard-instance > ul.list > *,
        .leaderboard-instance > ul.list > li > div {
            width: 100%;
        }

        .leaderboard-instance > ul.list li span {
            display: inline-block;
            padding: 0 2px;
            width: 25%;
            max-width: 25%;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

/* #endregion 彩池  */
/* #region content 內頁 */
#content {
    position: relative;
    padding: 30px 0;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
}

/* #endregion content 內頁 */
/* #region footer */
#footer {
    font-family: 'Microsoft YaHei';
    color: #fff;
    background: #008fbc -webkit-gradient(linear, left top, left bottom, from(transparent), to(#00517f)) no-repeat 0 0;
    background: #008fbc -o-linear-gradient(top, transparent, #00517f) no-repeat 0 0;
    background: #008fbc linear-gradient(180deg, transparent, #00517f) no-repeat 0 0;
}

#footer-info {
    height: 73px;
    line-height: 73px;
    border-top: 1px solid #e9e9e9;
    background: rgba(255, 255, 255, 0.15);
}

    #footer-info ul {
        padding: 0;
        font-size: 0;
        list-style: none;
        text-align: center;
    }

    #footer-info li {
        display: inline-block;
        padding: 0 15px 0 45px;
        color: #fff;
        font-size: 14px;
        font-family: "Microsoft Yahei";
        vertical-align: top;
    }

        #footer-info li span {
            color: #ebeb67;
            margin-left: 5px;
        }

        #footer-info li a {
            color: inherit;
            text-decoration: none;
        }

    #footer-info .tel,
    #footer-info .tel02 {
        background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/info_icon01.png") no-repeat left center;
    }

    #footer-info .email {
        background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/info_icon02.png") no-repeat left center;
    }

    #footer-info .chat {
        background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/info_icon03.png") no-repeat left center;
    }

    #footer-info .download {
        background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/info_icon04.png") no-repeat left center;
    }

#footer-logo {
    position: relative;
    width: 1016px;
    height: 90px;
    margin: 0 auto 10px;
    background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/footer_logo.1.png") no-repeat left center;
}

    #footer-logo .gpk-btn {
        position: absolute;
        top: 27px;
        left: 133px;
        width: 110px;
        height: 40px;
    }

    #footer-logo .xtd-btn {
        position: absolute;
        top: 19px;
        left: 433px;
        width: 125px;
        height: 47px;
    }

#footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

    #footer-nav li {
        display: inline-block;
        padding: 5px 10px;
        color: #fff;
        font-size: 13px;
        line-height: 13px;
        text-transform: uppercase;
        border-radius: 20px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        #footer-nav li + li {
            /*border-left: 1px solid #eee;*/
        }

        #footer-nav li:hover {
            background: rgba(255, 255, 255, 0.15);
            -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        }

        #footer-nav li a {
            color: inherit;
            text-decoration: none;
        }

#footer-suggest {
    margin: 0;
    padding: 10px 0 20px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

/* #endregion footer */
/* #region service 更多服務 */
#services {
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 10;
    background: url("/CdnRedirect/Web.Portal/DN015-01.Portal/Content/Views/Shared/images/services.png") no-repeat center top;
}

ul.girl {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    ul.girl > li {
        width: 125px;
    }

        ul.girl > li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        /* 在線客服 */
        ul.girl > li.chat {
            height: 80px;
        }

        ul.girl > li.join {
            height: 48px;
        }

        ul.girl > li.deposit {
            height: 80px;
        }

        ul.girl > li.closed {
            height: 25px;
            cursor: pointer;
        }

/* #endregion service 更多服務 */
/* #region 近期浏览 */
#review-list {
    position: fixed;
    bottom: -77px;
    left: 0;
    width: 100%;
    height: 77px;
    background: rgba(0, 0, 0, 0.8);
    background: #000;
    color: #fff;
    z-index: 1;
    -webkit-transition: bottom 0.4s;
    -o-transition: bottom 0.4s;
    transition: bottom 0.4s;
}

    #review-list.open {
        bottom: 0;
    }

    #review-list .up,
    #review-list .down {
        position: absolute;
        top: -24px;
        left: 0;
        width: 150px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: url("/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/review/tab.png") no-repeat;
    }

        #review-list .up:after,
        #review-list .down:after {
            content: '';
            display: inline-block;
            margin-left: 5px;
            width: 7px;
            height: 8px;
        }

        #review-list .up:after {
            background: url("/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/review/up.png") no-repeat;
        }

        #review-list .down:after {
            background: url("/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/review/down.png") no-repeat;
        }

    #review-list .wrapper {
        padding-left: 80px;
        height: 100%;
        background: url("/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/review/txt.png") no-repeat 20px 15px;
    }

/*因為全域沒有設定inline-block,所以在這邊設定避免跑版*/
#review-box ul {
    display: inline-block;
}

#review-box li {
    display: inline-block;
    position: relative;
    margin: 10px 8px 0;
    width: 60px;
    height: 60px;
}

    #review-box li.no-review {
        line-height: 60px;
    }

    #review-box li img {
        width: 60px;
        height: 60px;
    }

    #review-box li div {
        display: none;
        position: absolute;
        top: -31px;
        left: -5px;
        padding-top: 2px;
        width: 70px;
        height: 29px;
        text-align: center;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background: url("/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/review/title.png") no-repeat;
    }

    #review-box li:hover div {
        display: block;
    }

/* #endregion 近期浏览 */
/* #region mailbox 站内信 不同版请由此修改 */
#mailbox {
    margin-right: 5px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-decoration: none;
    background: url("/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/m_icon.png") no-repeat !important;
}

    #mailbox > span, #mailbox > span:hover {
        position: absolute;
        left: 80%;
        bottom: 60%;
        min-width: 16px;
        padding: 0 2px;
        height: 16px;
        color: #000;
        font-size: 12px;
        text-align: center;
        line-height: 16px;
        border-radius: 5px;
        background: #fff47e;
        -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 {
    min-height: 30px;
    line-height: 1.5em;
}

#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 {
    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;
    background: #ffd800;
}

/* #endregion 弹跳出来的notice Dialog */
/*# sourceMappingURL=site.css.map */

.modal-announcement > .ma-title,
.modal-announcement .ma-sidebar li:hover,
.modal-announcement .ma-sidebar li.active,
.modal-announcement > .ma-footer {
    background: #01507b;
}

#activity-float.expanded img {
    width: 150px;
    height: auto;
}

.account-form {
    position: relative;
    z-index: 0;
}


/* #region 轉點彈窗*/
.modal.manual-transfer-modal,
.modal.select-wallet-modal {
    overflow: visible;
    box-shadow: none !important;
}

.modal.manual-transfer-modal .modal-dialog,
.modal.select-wallet-modal .modal-dialog {
    margin: 150px auto;
}

    .modal.manual-transfer-modal .modal-content,
    .modal.select-wallet-modal .modal-content {
        background-color: transparent !important;
        background: linear-gradient(to bottom, #FFFFFF 0%, #ECF7FF 100%);
        border-radius: 50px;
        box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.24), 0 24px 38px 3px rgba(0, 0, 0, 0.24), 0 9px 46px 8px rgba(0, 0, 0, 0.24) !important;
        border: none;
    }

    .modal.manual-transfer-modal .modal-header,
    .modal.select-wallet-modal .modal-header {
        background: #297AFF !important;
        border-radius: 50px 50px 0 0;
        margin-top: -1px;
        text-align: center;
        font-size: 24px;
        color: #FFFFFF;
        font-weight: 600;
        padding: 12px;
    }

        .modal.manual-transfer-modal .modal-header button,
        .modal.select-wallet-modal .modal-header button {
            position: absolute;
            right: 0;
            top: -38px;
            transform: translateX(50%);
            color: #fff !important;
            border: 3px solid #FFFFFF;
            border-radius: 50px;
            font-weight: 100;
            opacity: 1;
            width: 45px;
            height: 45px;
            line-height: 1;
            font-size: 33px;
        }

    .modal.manual-transfer-modal .modal-body,
    .modal.select-wallet-modal .modal-body {
        padding: 30px;
    }

    .modal.manual-transfer-modal .modal-body .transfer-out,
    .modal.manual-transfer-modal .modal-body .transfer-in {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        height: -webkit-fill-available;
    }

    .modal.manual-transfer-modal .modal-body #manual-transfer-wallet-selection .text-title,
    .modal.manual-transfer-modal .modal-body #manual-transfer-wallet-amount .text-title,
    .modal.manual-transfer-modal .modal-body .wallet-info .wallet-name {
        color: #014367;
        line-height: 1;
        padding: 0 0 8px 0;
    }

    .modal.manual-transfer-modal .modal-body #manual-transfer-wallet-selection .wallet-info,
    .modal.select-wallet-modal .modal-body .wallet-item {
        position: relative;
        background: #FFFFFF;
        border-radius: 10px;
        border: 1px solid #ebf1f6;
        text-align: center;
        padding: 8px;
        color: #014367;
        width: -webkit-fill-available;
    }

    .modal.manual-transfer-modal .modal-body .wallet-info .wallet-name {
        font-weight: 500;
    }

    .modal.manual-transfer-modal .modal-body .wallet-info .wallet-balance {
        color: #16b012;
        margin-top: 10px;
    }

        .modal.manual-transfer-modal .modal-body .wallet-info .wallet-balance.zero {
            color: #ff0000;
        }

        .modal.manual-transfer-modal .modal-body .select-btn-icon {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: url(/CdnRedirect/Web.Mobile/DN015-01.Mobile/Content/Views/Shared/images/button.png) no-repeat center center / contain;
            width: 18px;
            height: 18px;
            font-size: 0;
            left: unset;
        }

    .modal.manual-transfer-modal .modal-body #manual-transfer-wallet-selection .wallet-switch {
        font-size: 0;
        display: block;
        width: 38px;
        margin: 0 8px;
        background: url(/CdnRedirect/Web.Mobile/DN015-01.Mobile/Content/Views/Shared/images/transfer.png) no-repeat center center / contain;
        border: none;
        margin-top: 34px;
    }

    .modal.manual-transfer-modal .modal-body #manual-transfer-wallet-amount {
        padding: 20px 0 0 0;
    }

    .modal.manual-transfer-modal .modal-body #manual-transfer-wallet-amount input {
        background: #FFFFFF;
        box-shadow: none;
        border: 1px solid #ebf1f6;
        color: #141414 !important;
        padding: 4px 16px 4px 16px;
        height: auto;
        margin: 0;
        font-size: 18px;
        border-radius: 10px;
    }

        .modal.manual-transfer-modal .modal-body #manual-transfer-wallet-amount button,
        .modal.manual-transfer-modal .modal-footer button {
            height: -webkit-fill-available !important;
            border-radius: 10px;
            font-weight: 400 !important;
            color: #ffffff !important;
            flex: 1;
            border: none;
            margin: 0;
            background-image:none;
        }

        .modal.manual-transfer-modal .modal-body button {
            background: linear-gradient(to top, #015eea 0%, #00c0fa 100%) !important;
            height: auto !important;
            min-width: 76px !important;
            font-size: 18px;
        }

    .modal.manual-transfer-modal .modal-footer {
        display: flex;
        justify-content: center !important;
        padding: 0 45px 25px 45px;
        gap: 40px;
        background-color: transparent;
        border: none;
    }

        .modal.manual-transfer-modal .modal-footer .spacer {
            display: none !important;
        }

        .modal.manual-transfer-modal .modal-footer .confirmTransfer-btn {
            flex: 1;
            background: linear-gradient(to top, #5a42ec 0%, #09bbfe 100%) !important;
            font-size: 18px;
        }

        .modal.manual-transfer-modal .modal-footer .enterGame-btn {
            flex: 1;
            background: linear-gradient(to top, #ff8e29 0%, #ffea00 100%) !important;
            font-size: 18px;
        }
/* #endregion 轉點彈窗*/

/* #region VIP */
#member-center #vip .card .icon span {
    font-size: 20px;
    line-height: 57px;
}
/* #endregion VIP */
#lobby {
}

.game-list {
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    font-size: 0;
    text-align: center;
}

    .game-list > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        background-repeat: no-repeat;
        background-position: top center;
    }
#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: 5;
        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;
            top: unset;
            bottom:unset;
            right:unset;
            left: unset;
            width: auto;
            height: auto;
            font-size: 48px;
            font-weight: bold;
            line-height: normal;
            letter-spacing: normal;
            -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: 0;
                z-index: -2;
                color: transparent;
                text-shadow: 3px 5px 4px rgb(224 224 224 / 75%);
            }

/* 各頁設定 */
#un-lobby {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 1002px;
    left: 50%;
    margin-left: -500px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin-top: 30px;
}

    #un-lobby aside {
        float: left;
        width: 240px;
        overflow: hidden;
    }
#un-lobby aside h2{
    margin-left: 25px;
}
#sidebar {
    margin-top: 10px;
    padding: 20px 10px 0 30px;
}

    #sidebar li,
    #sidebar li a,
    #sidebar li:after {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }

    #sidebar li {
        position: relative;
        height: 38px;
        padding-left: 12px;
        font-size: 14px;
        line-height: 37px;
        background-color: #e5e5e5;
        border-radius: 29px;
        margin-bottom: 10px;
    }

        #sidebar li:hover,
        #sidebar li.active {
            background: #0588fe;
        }

        #sidebar li a {
            color: #555;
            text-decoration: none;
            width: 100%;
            height: 100%;
            display: block;
            text-align: center;
            padding-right: 0;
        }

        #sidebar li:hover a,
        #sidebar li.active a {
            color: #fff;
            padding-right: 15px;
        }

        #sidebar li:after {
            content: '';
            position: absolute;
            top: 13px;
            right: 80px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #fff;
            opacity: 0;
        }

        #sidebar li:hover:after {
            right: 70px;
            opacity: 1;
        }

/* 內文CSS */
#articles {
    min-height: 800px;
    margin-left: 15px;
    padding: 20px 43px;
    color: #717171;
}

    #articles h2 {
        color: #0588fe;
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 16px 0;
    }

    #articles h3 {
        color: #0588fe;
        margin-bottom: 0;
        font-size: 16px;
        text-align: left;
    }

    #articles h4 {
        color: #0588fe;
        font-size: 14px;
        text-align: left;
    }

    #articles > ul {
        list-style: none;
    }

    #articles ol {
        padding-left: 20px;
        list-style-type: decimal;
    }

    #articles p,
    #articles li {
        color: #666;
        font-size: 13px;
        line-height: 26px;
    }

    #articles p {
        margin: 1em 0;
    }

    #articles a {
        color: #8f8f8f;
        text-decoration: none;
    }

    #articles table {
        width: 100%;
    }

        #articles table tr,
        #articles table th,
        #articles table td {
            color: #453925;
            font-size: 13px;
            text-align: center;
            line-height: 2em;
            background-color: #e5e5e5;
            border: 1px solid #ddd;
        }

        #articles table th {
        }

    #articles textarea {
        width: 460px;
        font-size: 13px;
    }

    /* 重點顏色 */
    #articles .highlight {
        color: #0588fe;
    }

    #articles .highlight-red {
        color: #f00;
    }

    #articles .highlight-green {
        color: #1eeb23;
    }

    #articles .highlight-yellow {
        color: #ff0;
    }

    #articles .highlight-blue {
        color: #00f;
    }

    /* #region 合作夥伴tab 供其他页面使用 */
    #articles ul.mtab-menual {
        height: 44px;
        margin-bottom: 16px;
    }

        #articles ul.mtab-menual li {
            float: left;
            min-width: 104px;
            padding: 0 6px;
            color: #858585;
            background: #e5e5e5;
            font-size: 15px;
            font-family: 'Microsoft YaHei';
            text-align: center;
            line-height: 42px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            margin-right: 10px;
        }

            #articles ul.mtab-menual li.mtab {
                color: #fff;
                background: #0088ff;
            }
    /* #endregion 合作夥伴tab 供其他页面使用 */

    /* #region deposit线上存款页面使用 */
    #articles .deposit .red-yellow-blue {
        -moz-animation: red-yellow-blue 2s infinite steps(1);
        -o-animation: red-yellow-blue 2s infinite steps(1);
        -webkit-animation: red-yellow-blue 2s infinite steps(1);
        animation: red-yellow-blue 2s infinite steps(1);
    }

    #articles ul.deposit {
        color: #fff;
        font-size: 12px;
        list-style-type: none;
    }

        #articles ul.deposit p,
        #articles ul.deposit li {
            color: #c0c0c0;
            font-size: 15px;
            line-height: 26px;
            counter-increment: title;
        }

        #articles ul.deposit > li > .payTitle:before {
            content: counter(title,upper-alpha)":";
        }

        #articles ul.deposit > li > .payTitle,
        #articles ul.deposit > li > h3 {
            color: #011947;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 2px;
        }

        #articles ul.deposit li:hover {
            background: rgba(207, 207, 207, 0.3) !important;
        }

            #articles ul.deposit li:hover p {
                color: #2d2d2d;
            }

            #articles ul.deposit li .DigitalCurrencyDepositGuide-btn:hover {
                color: #2d2d2d;
                border: 1px solid #2d2d2d;
            }

/* #endregion deposit线上存款页面使用 */

/* animate red-yellow-blue */
@keyframes red-yellow-blue {
    0% {
        color: #f00;
    }

    33% {
        color: #ff0;
    }

    66% {
        color: #00f;
    }

    100% {
        color: #f00;
    }
}

@-moz-keyframes red-yellow-blue {
    0% {
        color: #f00;
    }

    33% {
        color: #ff0;
    }

    66% {
        color: #00f;
    }

    100% {
        color: #f00;
    }
}

@-webkit-keyframes red-yellow-blue {
    0% {
        color: #f00;
    }

    33% {
        color: #ff0;
    }

    66% {
        color: #00f;
    }

    100% {
        color: #f00;
    }
}

/* #region account nav共用 */
.body {
    position: relative;
    width: 1000px;
    margin: 30px auto 0 auto;
    padding: 1px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .body #title {
        color: #fff;
        text-align: center;
        background: #0588fe;
    }

    .body.container #title,
    .body #account-heading,
    .body #withdrawal-heading {
        color: #fff;
        background: #34363a;
    }
    /* 檢視存入帳戶的文字顏色 */
    .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顏色 */

/* 一鍵取回 */
.body.container #title,
.body #account-heading,
.body #withdrawal-heading,
#account-popup.modal.in table th {
    color: #fff;
    background: #0588fe;
}

