<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

body {
    position: relative;
    font-size: 14px;
    font-family: Arial, 'Microsoft Jhenghei'
}

body .non-stand {
    display: none
}

/* .base-background {
    background-color: #c03
} */

.base-active:active,
.base-active.active {
    background-color: #c03
}

.nav-toggle {
    position: absolute;
    top: 3px;
    right: 4px;
    padding: 7px 6px;
    border-radius: 5px
}

.nav-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px
}

.nav-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

#nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 175px;
    height: 100%;
    z-index: 99;
    overflow-y: auto;
    -moz-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    -moz-transform: translate3d(175px, 0, 0);
    -ms-transform: translate3d(175px, 0, 0);
    -o-transform: translate3d(175px, 0, 0);
    -webkit-transform: translate3d(175px, 0, 0);
    transform: translate3d(175px, 0, 0)
}

#nav.active {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#nav .closed {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 18px;
    border: none;
    border-radius: 50%
}

#nav .member {
    padding: 55px 0 10px;
    text-align: center
}

#nav .member img.profile {
    margin-bottom: 10px;
    width: 85px;
    height: 85px
}

#nav .member button {
    display: block;
    width: 79px;
    height: 27px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 13px;
    border: none
}

#nav .member .btn01 {
    margin-bottom: 3px
}

#nav .member .profile-wrapper {
    display: block;
    width: 102px;
    height: 102px;
    margin: -32px auto 17px;
    padding-top: 18px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, .3)
}

#nav .member .profile-wrapper:focus {
    text-decoration: none
}

#nav .member .profile-wrapper.dark {
    -moz-box-shadow: 2px 2px 7px 2px rgba(255, 255, 255, .3);
    -webkit-box-shadow: 2px 2px 7px 2px rgba(255, 255, 255, .3);
    box-shadow: 2px 2px 7px 2px rgba(255, 255, 255, .3)
}

#nav .member .profile-wrapper .profile {
    width: 49px;
    height: 49px;
    margin: 0 0 3px
}

#nav .member .profile-wrapper p {
    margin: 0;
    color: #fff;
    font-size: 14px
}

#nav .account {
    list-style: none;
    margin: 0;
    padding: 0
}

#nav .account li {
    position: relative;
    width: 90%;
    height: 24px;
    margin: 5px auto;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    border-radius: 20px
}

#nav .account li span {
    display: inline-block;
    max-width: 8em;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden
}

#nav .account li a {
    color: inherit
}

#nav .account li a.update,
#nav .account li a.balance-detail {
    position: absolute;
    right: 10px
}

#nav .account li.systemNumber {
    width: 100%;
    height: auto;
    font-size: 13px;
    background: transparent
}

.sidebar {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar li {
    margin: 0;
    line-height: 38px;
    background-repeat: no-repeat;
    background-position: 25px center
}

.sidebar li i,
.sidebar li img.side-icon {
    display: inline-block;
    width: 24px;
    height: 20px;
    margin: 0 8px 0 15px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle
}

.sidebar li i.icon-av {
    background: url('https://cdn.xolgvhb.cn/Web.Mobile/_Common/Content/Views/Shared/images/av.png')
}

.sidebar li a {
    display: inline-block;
    max-width: 125px;
    vertical-align: middle;
    color: inherit;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#nav-dismiss.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background: rgba(0, 0, 0, .2)
}

#header {
    position: relative;
    height: 68px
}

#header .logo {
    float: left;
    position: relative;
    height: 68px
}

#header .logo img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5px;
    max-width: 145px;
    max-height: 60px
}

#header .header-right {
    float: right;
    width: 163px;
    margin: 3px 3px 0 3px
}

#header .domain {
    margin-bottom: 4px;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    line-height: normal
}

#header .domain span {
    display: block;
    min-height: 14px;
    font-size: 12px
}

#header .header-right .btn-group {
    position: absolute;
    top: 38px;
    right: 4px
}

#header .header-right button,
#header .header-right a {
    display: inline-block;
    padding: 0;
    width: 79px;
    height: 27px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    line-height: 27px;
    border: none
}

#news {
    position: relative;
    z-index: 1;
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
    font-family: MingLiU;
    line-height: 34px;
    overflow: hidden
}

#news i {
    position: absolute;
    z-index: 10;
    padding-right: 10px;
    font-size: 20px;
    line-height: 34px;
    vertical-align: middle
}

#news #marquee {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle
}

#news div.marquee {
    overflow: hidden
}

#news div.marquee span {
    margin: 0 5px
}

#content {
    margin-bottom: 60px
}

#page-title {
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    letter-spacing: 2px;
    text-align: center
}

.inner {
    padding: 15px 0
}

.panel-custom&gt;.panel-heading {
    margin: 1px;
    font: bold 15px PMingLiU
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 50
}

.menu-bottom {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: bottom
}

.menu-bottom li {
    position: relative;
    float: left;
    width: 25%;
    height: 57px;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center 7px
}

.menu-bottom li.anytimediscount {
    display: none
}

.menu-bottom li.anytimediscount .notify {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -27px 0 0 -7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f00
}

.menu-bottom li+li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 57px;
    background-image: url('https://cdn.xolgvhb.cn/Web.Mobile/_Common/Content/Views/Shared/images/line.jpg')
}

.menu-bottom li i {
    display: block;
    font-size: 24px
}

.menu-bottom li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 35px;
    color: inherit;
    text-decoration: none
}

.menu-bottom.menu-entire li {
    width: 20%
}

.menu-bottom.menu-entire li.anytimediscount {
    display: list-item
}

#account-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 70px;
    z-index: -1;
    text-align: center;
    opacity: 0;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

#account-box.login-page {
    opacity: 1
}

#account-box:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

#account-box.active {
    z-index: 100;
    opacity: 1
}

#account-box form {
    margin-top: 55px
}

#account-box form input {
    display: block;
    width: 247px;
    height: 35px;
    margin: 0 auto 10px;
    padding-left: 20px;
    font-size: 15px;
    border: none;
    border-radius: 20px
}

#account-box form button {
    display: block;
    width: 247px;
    height: 35px;
    margin: 0 auto 10px;
    font-size: 18px;
    border: none;
    border-radius: 20px
}

#account-box form #check-code-wrapper {
    position: relative;
    width: 247px;
    margin: 0 auto
}

#account-box form #check-code-wrapper img {
    position: absolute;
    top: 9px;
    right: 37px
}

#account-box form #get-captcha {
    position: absolute;
    top: 8px;
    right: 18px
}

#account-box .link {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

#account-box .link li {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px
}

#account-box #agree {
    padding: 10px 0;
    font-size: 14px
}

#account-box #agree a {
    padding: 5px;
    text-decoration: underline
}

#account-box .copyright {
    margin-top: 40px;
    font-size: 12px
}

#account-box .closed {
    position: fixed;
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 50%
}

ul#newsBags&gt;li {
    white-space: pre-line;
    word-break: break-all
}

modal-marquee-component {
    color: #000
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    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: absolute;
    top: 45px;
    z-index: 10000;
    width: 100%;
    padding: 0 20px;
    visibility: hidden;
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.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&gt;.ma-title {
    min-height: 45px;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.modal-announcement&gt;.ma-body {
    height: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: auto;
    -moz-box-shadow: 0 -50px 124px -50px rgba(0, 0, 0, .4) inset;
    -webkit-box-shadow: 0 -50px 124px -50px rgba(0, 0, 0, .4) inset;
    box-shadow: 0 -50px 124px -50px rgba(0, 0, 0, .4) inset
}

.modal-announcement&gt;.ma-body&gt;ul {
    width: 100%;
    padding: 0;
    list-style: none
}

.modal-announcement&gt;.ma-body li {
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px solid #d6d6d6
}

.modal-announcement&gt;.ma-body li span.item-title {
    display: inline-block;
    width: 87%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modal-announcement&gt;.ma-body li.base-active:active {
    color: #fff
}

.modal-announcement&gt;.ma-body i.fa-comment-dots {
    padding-right: 7px;
    vertical-align: middle
}

.modal-announcement&gt;.ma-body i.fa-chevron-right {
    float: right;
    margin-top: 4px
}

.modal-announcement&gt;.ma-body&gt;div {
    height: 100%
}

.modal-announcement&gt;.ma-body&gt;div.single-content {
    overflow: auto
}

.modal-announcement&gt;.ma-body&gt;div img {
    max-width: 100%;
    height: auto
}

.modal-announcement&gt;.ma-body&gt;div p {
    margin: 0
}

.modal-announcement&gt;.ma-body&gt;div p+p {
    margin: 10px 0 0
}

.modal-announcement&gt;.ma-footer {
    width: 100%;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px
}

.modal-announcement&gt;.ma-footer button {
    display: inline-block;
    width: 100%;
    height: 46px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: transparent;
    border: none
}

.modal-announcement&gt;.ma-noshow {
    display: block;
    padding-top: 3px;
    color: #fff;
    text-align: right
}

.modal-announcement-content {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #024323
}

.modal-announcement-content&gt;.mac-title {
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    word-break: break-all;
    background-color: #03703c
}

.modal-announcement-content&gt;.mac-title span {
    font-size: 18px
}

.modal-announcement-content&gt;.mac-title i.fa-reply {
    float: left
}

.modal-announcement-content&gt;.mac-title i.fa-times {
    float: right
}

.modal-announcement-content&gt;.mac-body {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 116px;
    overflow: auto
}

.modal-announcement-content&gt;.mac-body img {
    max-width: 100%;
    height: auto
}

.modal-announcement-content&gt;.mac-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: rgba(51, 51, 51, .7)
}

@media(min-width:768px) {
    #nav {
        width: 250px;
        -moz-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        -o-transform: translate3d(250px, 0, 0);
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0)
    }
}

#ms-home {
    display: none
}

#ms-footer {
    display: none
}

#account-box img.profile {
    display: inline-block
}

#account-box img.profile-special {
    display: none
}

.s-game-favorite-component {
    display: block
}

.s-game-favorite-component .click-area {
    color: var(--page-contrast);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    opacity: .7
}

.s-game-favorite-component .click-area i {
    margin-right: 5px
}

.s-game-favorite-component .click-area.favorited {
    color: var(--page-text);
    opacity: 1
}

#favorite-click-tip {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 55;
    font-size: 0;
    text-align: center
}

#favorite-click-tip:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

#favorite-click-tip&gt;div {
    display: inline-block;
    width: 90px;
    height: 110px;
    vertical-align: middle;
    padding-top: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background-color: rgba(26, 26, 26, .9);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

#favorite-click-tip&gt;div i {
    margin-bottom: 5px;
    font-size: 40px
}

#favorite-click-tip&gt;div p {
    margin: 0
}

.no-animate {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

.no-animate.ng-leave {
    display: none
}

.no-animate.ng-hide.ng-hide-animate {
    display: none
}

.datetime-picker-dropdown {
    z-index: 1
}

[annoucement-marquee] .js-marquee-wrapper {
    white-space: nowrap
}

.jack-pot-activity:after {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-shadow: none;
    white-space: nowrap;
    background-color: #f00;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-animation: jpa-twinkling 1s infinite steps(1);
    -o-animation: jpa-twinkling 1s infinite steps(1);
    -webkit-animation: jpa-twinkling 1s infinite steps(1);
    animation: jpa-twinkling 1s infinite steps(1)
}

.jack-pot-activity.activity-status-3:after {
    content: 'æŠ¢'
}

.jack-pot-activity.activity-status-4:after {
    content: 'ç¿»å€é¢†å¤§å¥–'
}

jpa-entrance-component {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 58px;
    z-index: 53;
    text-align: center
}

jpa-entrance-component&gt;div {
    position: relative;
    display: inline-block;
    width: 320px;
    height: 94px;
    background: url('https://cdn.xolgvhb.cn/Web.Mobile/_Common/Content/Views/JackPotActivity/images/float.png') no-repeat center top;
    background-size: 100% 100%;
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    -moz-transition: transform .8s ease;
    -o-transition: transform .8s ease;
    -webkit-transition: transform .8s ease;
    transition: transform .8s ease
}

jpa-entrance-component&gt;div.fade-in {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

jpa-entrance-component&gt;div .btn-close {
    position: absolute;
    top: 27px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: url('https://cdn.xolgvhb.cn/Web.Mobile/_Common/Content/Views/JackPotActivity/images/float_close.png') no-repeat center top;
    background-size: 100% 100%
}

jpa-entrance-component&gt;div a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 32px 67px 0 33px;
    color: #ffec76;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: #674ad3 2px 0 0, #674ad3 1.75517px .958851px 0, #674ad3 1.0806px 1.68294px 0, #674ad3 .141474px 1.99499px 0, #674ad3 -.832294px 1.81859px 0, #674ad3 -1.60229px 1.19694px 0, #674ad3 -1.97998px .28224px 0, #674ad3 -1.87291px -.701566px 0, #674ad3 -1.30729px -1.5136px 0, #674ad3 -.421592px -1.95506px 0, #674ad3 .567324px -1.91785px 0, #674ad3 1.41734px -1.41108px 0, #674ad3 1.92034px -.558831px 0
}

jpa-entrance-component&gt;div a:hover,
jpa-entrance-component&gt;div a:active {
    color: #ffec76;
    text-decoration: none
}

jpa-entrance-component&gt;div a.jack-pot-activity:after {
    margin-left: 10px
}

@keyframes jpa-forward-and-back {
    from {
        margin-left: -200px
    }

    to {
        margin-left: 0
    }
}

@-moz-keyframes jpa-forward-and-back {
    from {
        margin-left: -200px
    }

    to {
        margin-left: 0
    }
}

@-webkit-keyframes jpa-forward-and-back {
    from {
        margin-left: -200px
    }

    to {
        margin-left: 0
    }
}

@keyframes jpa-twinkling {
    0% {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes jpa-twinkling {
    0% {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes jpa-twinkling {
    0% {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}</pre></body></html>