body {
    font-family: 'Microsoft YaHei',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429
}

body.layout {
    min-width: 1040px;
    background-color: #303030
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

iframe {
    border: none
}[ng-click] {
     cursor: pointer
 }

ol,ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.wrapper {
    position: relative;
    width: 1040px;
    margin: 0 auto
}

#announcement-dialog .modal-announcement>.ma-title,#announcement-dialog .modal-announcement>.ma-footer,#announcement-dialog .modal-announcement .ma-sidebar li:hover,#announcement-dialog .modal-announcement .ma-sidebar li.active,#logingame-body {
    background: #1f1f1f
}

#header {
    position: relative;
    z-index: 2;
    height: 104px;
    background: url('/web/mb27/images/header_bg.jpg') repeat-x center top
}

#logo-bg {
    position: relative;
    display: inline-block;
    width: 330px;
    height: 95px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/logo/logo.png') no-repeat \9*/
}

#logo-bg iframe {
    width: 330px;
    height: 95px
}

#logo-bg>a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%
}

#nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 104px
}

#nav>ul {
    height: 100%
}

#nav>ul>li {
    position: relative;
    float: left;
    height: 100%;
    margin-left: 10px;
    border-bottom: 4px solid transparent
}

#nav>ul>li:hover {
    border-color: #dccd88
}

#nav>ul>li>a {
    display: block;
    height: 100%;
    padding-top: 58px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    background: no-repeat center 23px
}

#nav>ul>li.home>a {
    background-image: url('/web/mb27/images/nav_home.png')
}

#nav>ul>li.slot>a {
    background-image: url('/web/mb27/images/nav_slot.png')
}

#nav>ul>li.mg>a {
    background-image: url('/web/mb27/images/nav_slotmachine.png')
}

#nav>ul>li.fish>a {
    background-image: url('/web/mb27/images/nav_fish.png')
}

#nav>ul>li.live>a {
    background-image: url('/web/mb27/images/nav_live.png')
}

#nav>ul>li.sport>a {
    background-image: url('/web/mb27/images/nav_sport.png')
}

#nav>ul>li.lottery>a {
    background-image: url('/web/mb27/images/nav_lottery.png')
}

#nav>ul>li.board>a {
    background-image: url('/web/mb27/images/nav_board.png')
}

#nav>ul>li.prmotion>a {
    background-image: url('/web/mb27/images/nav_prom.png')
}

#nav>ul>li.chat>a {
    background-image: url('/web/mb27/images/nav_chat.png')
}

.subnav {
    display: none;
    position: absolute;
    top: 104%;
    left: 50%;
    margin-left: -45px;
    z-index: 3;
    background: #000;
    background: rgba(0,0,0,.8);
    border: 2px solid #fed32c
}

.subnav.col2 {
    width: 186px;
    margin-left: -93px
}

.subnav ol {
    float: left
}

.subnav ol+ol {
    border-left: 2px solid #fed32c
}

.subnav li {
    position: relative;
    width: 90px;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-align: center
}

.subnav li+li {
    border-top: 1px dashed #414141
}

.subnav li:hover {
    color: #fed32c
}

.subnav li.hot:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 12px;
    background: url('/web/mb27/images/hot.png') no-repeat
}

.subnav li a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none
}

.account-wrap {
    position: relative;
    z-index: 1;
    height: 48px;
    background: #0b0b0b;
    background: rgba(11,11,11,.8)
}

.account-wrap>.wrapper {
    height: 100%
}

.account-wrap .language {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.account-wrap .language span {
    display: inline-block;
    width: 21px;
    height: 48px;
    margin-right: 5px;
    vertical-align: top;
    background: url('/web/mb27/images/flag.png') no-repeat left center;
    cursor: pointer
}

.account-wrap .language span[data-language="en-US"] {
    background-position-x: right
}

.account-wrap .language span[data-language="zh-TW"] {
    background-position-x: center
}

.account-wrap .language span[data-language="th"] {
    display: none
}

#account-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    padding-top: 9px
}

#account-box:before {
    content: '';
    display: inline-block;
    width: 134px;
    height: 29px;
    margin-right: 20px;
    vertical-align: top;
    background: url('/web/mb27/images/account_title.png')no-repeat center
}

#account-box.is-login:before {
    content: none
}

#account-box>form {
    position: relative;
    display: inline-block
}

#account-box>form input {
    width: 169px;
    height: 29px;
    margin-bottom: 5px;
    padding-left: 35px;
    color: #fff;
    font-size: 13px;
    line-height: 29px;
    background: no-repeat 8px center;
    border: 1px solid #a79051;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#account-box>form input::-webkit-input-placeholder {
    color: #fff
}

#account-box>form input:-ms-input-placeholder {
    color: #fff
}

#account-box>form input::-moz-placeholder {
    color: #fff
}

#account-box>form input.placeholder {
    color: #fff
}

#account-box>form input#login_account {
    background-image: url('/web/mb27/images/input_id.png')
}

#account-box>form input#login_password {
    background-image: url('/web/mb27/images/input_pw.png')
}

#account-box>form #check-code-wrapper input {
    background-image: url('/web/mb27/images/input_check.png')
}

*.login-btn {
    width: 80px;
    height: 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: top;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#login-box {
    color: #202020;
    background-color: #fed32c;
    background-image: -webkit-linear-gradient(left,#d3a852,#fefb85 53%,#ddbb62);
    background-image: -moz-linear-gradient(left,#d3a852,#fefb85 53%,#ddbb62);
    background-image: -o-linear-gradient(left,#d3a852,#fefb85 53%,#ddbb62);
    background-image: linear-gradient(to right,#d3a852,#fefb85 53%,#ddbb62)
}

#reg-box {
    color: #fed32c;
    background: #cd2229
}

.forget-btn {
    position: absolute;
    top: 7px;
    right: 348px;
    color: #ead570;
    font-size: 12px
}

.forget-btn:hover {
    color: #fff
}

#check-code-wrapper {
    position: relative;
    display: inline-block
}

#captcha {
    position: absolute;
    top: 3px;
    right: 2px;
    width: auto;
    height: 22px
}

#agree {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 6px;
    z-index: 1;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #1b1b1b
}

#agree a {
    font-weight: bold;
    cursor: pointer
}

ul#account-info {
    position: relative
}

ul#account-info>li {
    display: inline-block;
    height: 30px;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    line-height: 30px
}

ul#account-info>li>span.account {
    display: inline-block;
    max-width: 5em;
    color: #fcff00;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden
}

ul#account-info>li a {
    cursor: pointer
}

ul#account-info>li a:hover {
    color: #ffd800
}

#action-box {
    display: inline-block;
    margin-left: 8px;
    vertical-align: top
}

#action-box>a {
    display: block;
    color: #fed32c;
    background: #cd2229;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    overflow: hidden
}

#account-nav {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

#account-nav>ul {
    text-align: left
}

#account-nav>ul>li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer
}

#account-nav>ul>li:hover {
    color: #ffd800
}

#account-nav>ul>li+li:before {
    content: '|';
    color: #fff
}

#account-nav>ul>li>a {
    color: inherit;
    text-decoration: none
}

/*#banner {
    height: 345px;
    margin-top: -48px;
    background: #000 url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/wel_banner.jpg') no-repeat center top
}*/

#news {
    position: relative;
    z-index: 1;
    height: 33px;
    margin-top: -14px;
    background: url('/web/mb27/images/new_bg.png') no-repeat center top
}

#news .wrapper {
    padding: 0 60px 0 155px
}

#hot-news {
    white-space: nowrap;
    overflow: hidden
}

#hot-news li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 33px
}

#hot-news li:hover {
    text-decoration: underline
}

#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('/web/mb27/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
}

#content {
    position: relative;
    margin-top: -19px;
    padding: 19px;
    background: #1e1e1e url('/web/mb27/images/bg.jpg') no-repeat center top
}

@-webkit-keyframes animteeh {
    from {
        opacity: .2;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@keyframes animteeh {
    from {
        opacity: .2;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

.animteeh {
    -webkit-animation-name: animteeh;
    animation-name: animteeh
}

.animated.animteeh {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

#footer {
    padding: 28px 0;
    background: #303030
}

#footer-logo {
    display: block;
    height: 41px;
    background: url('/web/mb27/images/footer_logo.png') no-repeat center
}

#footer-nav {
    display: block;
    height: 50px;
    font-size: 0;
    line-height: 50px;
    text-align: center
}

#footer-nav li {
    display: inline-block;
    color: #dfc060;
    font-size: 12px
}

#footer-nav li+li:before {
    content: '|';
    padding: 0 8px;
    color: #dfc060
}

#footer-nav a {
    color: inherit;
    text-align: center;
    text-decoration: none
}

#footer-nav a:hover {
    text-decoration: underline
}

#footer-suggest {
    display: block;
    margin: 0;
    color: #9c9c9c;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

aside.services {
    position: absolute;
    z-index: 6;
    top: 104px;
    background-repeat: no-repeat
}

aside.services ul {
    display: block;
    width: 0;
    -moz-transition: width linear .2s;
    -o-transition: width linear .2s;
    -webkit-transition: width linear .2s;
    transition: width linear .2s
}

aside.services li a {
    display: block;
    height: 100%
}

aside.service-left {
    left: 0;
    padding-right: 45px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/service/left.1.png');
    background-position: right top
}

aside.service-left ul {
    overflow: hidden
}

aside.service-left:hover ul {
    width: 135px
}

aside.service-left li {
    width: 135px
}

aside.service-left li.slot {
    height: 87px
}

aside.service-left li.cash {
    height: 92px
}

aside.service-left li.vip {
    height: 92px
}

aside.service-left li.join {
    height: 95px
}

aside.service-right {
    right: 0;
    padding-left: 45px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/service/right.2.png');
    background-position: left top
}

aside.service-right ul {
    overflow: hidden
}

aside.service-right:hover ul {
    width: 136px
}

aside.service-right li {
    width: 136px
}

aside.service-right li.chat {
    height: 87px
}

aside.service-right li.qq,aside.service-right li.qq2 {
    height: 75px;
    padding-top: 35px;
    color: #fbf682;
    font-size: 28px;
    text-align: center
}

aside.service-right li.qq2 {
    height: 77px
}

aside.service-right li.qr {
    height: 128px
}

.service-left-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2
}

.service-left-bottom li {
}

.service-left-bottom li>a {
    position: relative;
    display: block;
    height: 100%;
    z-index: 2
}

.service-left-bottom li.app {
    position: relative;
    width: 212px;
    height: 210px;
    display: block;
    background: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/service/app.png') no-repeat top
}

.service-left-bottom li>iframe {
    position: absolute;
    top: 0;
    left: 0
}

.service-left-bottom li.mobile {
    width: 140px;
    height: 160px
}

.service-left-bottom li.mobile:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 140px;
    width: 333px;
    height: 160px;
    background: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/service/mobile/mobile_bg.png') no-repeat right center
}

.service-left-bottom li.mobile:hover:before {
    display: block
}

.service-left-bottom .closed {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/close.png)
}

.service-left-bottom .celebration>.closed {
    right: 2px;
    background: none
}

.service-left-bottom .mobile>.closed {
    left: 0
}

.site-announcement {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1064px;
    height: 710px;
    margin: -355px 0 0 -531px;
    overflow: hidden;
    z-index: 10000
}

.site-announcement .closed {
    position: absolute;
    top: 91px;
    right: 1px;
    width: 58px;
    height: 58px;
    cursor: pointer
}

#review-list {
    position: fixed;
    bottom: -77px;
    left: 0;
    width: 100%;
    height: 77px;
    background: rgba(0,0,0,.8);
    background: #000\9;
    color: #fff;
    z-index: 1;
    -webkit-transition: bottom .4s;
    -o-transition: bottom .4s;
    -moz-transition: bottom .4s;
    transition: bottom .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('https://cdn.igsttech.com/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('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/review/up.png') no-repeat
}

#review-list .down:after {
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/review/down.png') no-repeat
}

#review-list .wrapper {
    padding-left: 80px;
    height: 77px;
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/review/txt.png') no-repeat 20px 15px
}

#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('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/review/title.png') no-repeat
}

#review-box li:hover div {
    display: block
}

#mailbox {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    text-decoration: none;
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/m_icon.png') no-repeat
}

#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;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff47e
}

#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('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/transparent-black.png')
}

#marquee {
    width: 600px;
    max-height: 500px;
    margin: 30px auto 0 auto;
    background-color: #fff;
    background-image: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/table_background.jpg');
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    -moz-transition: margin-top ease-in 300ms;
    -o-transition: margin-top ease-in 300ms;
    -webkit-transition: margin-top ease-in 300ms;
    transition: margin-top ease-in 300ms
}

#marquee>header {
    text-align: center;
    background-color: #e9e9e9;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

#marquee>header>h2 {
    margin: 0;
    color: #0080e3;
    font-size: 21px;
    line-height: 60px
}

ul#newsBags {
    margin: 0;
    padding: 10px 50px;
    max-height: 380px;
    overflow: auto
}

ul#newsBags>li {
    color: #454545;
    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-color: #e9e9e9;
    background-image: -webkit-radial-gradient(center top,ellipse farthest-side,rgba(0,0,0,.3),transparent);
    background-size: 100% 8px;
    background-repeat: no-repeat;
    border-top: 1px solid #ccc;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

#marquee>footer>span {
    display: inline-block;
    width: 119px;
    font-size: 15px;
    font-weight: bolder;
    line-height: 45.5px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/sent_bn.png');
    cursor: pointer
}

#marquee>footer>span:hover {
    background-position: 0 -45.5px
}

.ui-widget-header {
    min-height: 30px;
    line-height: 30px
}

#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
}

#lobby {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    width: 100%;
    background: #333
}

#lobby>ul.game-list {
    font-size: 0;
    text-align: center
}

#lobby>ul.game-list>li {
    position: relative;
    /*float: left;*/
    vertical-align: top
}

#un-lobby {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background: #282828
}

#un-lobby aside {
    float: left;
    width: 258px;
    padding-top: 94px;
    background: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_top.png') no-repeat center 10px
}

#un-lobby aside:after {
    content: '';
    display: block;
    height: 251px;
    margin-top: 39px;
    background: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_bottom.png') no-repeat center bottom
}

#un-lobby ul#sidebar {
    display: block
}

#un-lobby ul#sidebar li {
    position: relative;
    display: block;
    height: 54px
}

#un-lobby ul#sidebar li a {
    display: block;
    padding-left: 86px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 54px;
    text-decoration: none
}

#un-lobby ul#sidebar li:hover a {
    color: #f0e074
}

#un-lobby ul#sidebar li a:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 43px;
    width: 31px;
    height: 31px;
    background: no-repeat center top
}

#un-lobby ul#sidebar li:hover a:before {
    background-position-y: bottom
}

#un-lobby ul#sidebar li.slot a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_slot.png')
}

#un-lobby ul#sidebar li.mg a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_slotmachine.png')
}

#un-lobby ul#sidebar li.fish a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_fish.png')
}

#un-lobby ul#sidebar li.live a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_live.png')
}

#un-lobby ul#sidebar li.sport a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_sport.png')
}

#un-lobby ul#sidebar li.lottery a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_lottery.png')
}

#un-lobby ul#sidebar li.board a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_board.png')
}

#un-lobby ul#sidebar li.prmotion a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_prom.png')
}

#un-lobby ul#sidebar li.chat a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/aside_chat.png')
}

#un-lobby ul#sidebar li a:after {
    content: '>';
    position: absolute;
    top: 0;
    right: 35px;
    color: #fff;
    font-size: 14px;
    font-family: SimSun
}

#un-lobby ul#sidebar li:hover a:after {
    color: #f0e074
}

#articles {
    float: right;
    width: 781px;
    min-height: 870px;
    padding: 0 31px;
    color: #9c9c9c;
    text-align: left;
    background: #333
}

#articles h2 {
    display: block;
    height: 51px;
    padding: 0 20px;
    color: #e8d16b;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    background: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Shared/images/h2_bg.png') no-repeat center
}

#articles h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: left
}

#articles h4 {
    font-size: 14px;
    text-align: left
}

#articles>ul {
    list-style: none
}

#articles ol {
    padding-left: 20px;
    list-style-type: decimal
}

#articles p,#articles li {
    font-size: 12px;
    text-align: justify;
    line-height: 2em
}

#articles p {
    margin: 1em 0
}

#articles table {
    width: 100%
}

#articles table tr,#articles table th,#articles table td {
    line-height: 2em;
    text-align: center;
    border: 1px solid #9c9c9c
}

#articles table th {
}

#articles .highlight {
    color: #c03;
    font-weight: bolder
}

#articles .highlight-red {
    color: red
}

#articles .highlight-green {
    color: #0f0
}

#articles .highlight-gold {
    color: #f5ca3c
}

#articles .highlight-blue {
    color: #52cdf8
}

#articles .highlight-purple {
    color: #b94fff
}

#articles ul.mtab-menual {
    padding-bottom: 15px;
    padding-left: 0;
    text-align: left
}

#articles ul.mtab-menual li {
    display: inline-block;
    color: #959595;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

#articles ul.mtab-menual li+li:before {
    content: '|';
    padding: 0 4px;
    color: #959595
}

#articles ul.mtab-menual li.mtab,#articles ul.mtab-menual li:hover {
    color: #e1c362
}

#articles ul.deposit {
    display: block;
    padding: 20px 0 0;
    list-style-type: none
}

#articles ul.deposit>li {
    width: 720px;
    height: 120px;
    margin-bottom: 20px;
    padding-left: 280px;
    font-family: 'Microsoft YaHei','微軟雅黑';
    background-position: center top;
    background-repeat: no-repeat
}

#articles ul.deposit>li>a {
    display: inline-block;
    width: 113px;
    height: 32px;
    margin-left: 40px;
    background: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Deposit/images/btn_deposit.png') no-repeat
}

#articles ul.deposit>li>a:hover {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Deposit/images/btn_deposit02.png')
}

#articles ul.deposit>li>span.btn-chat {
    display: inline-block;
    width: 113px;
    height: 32px;
    margin-left: 15px;
    background: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Deposit/images/btn_caht.png') no-repeat
}

#articles ul.deposit>li>span.btn-chat:hover {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BS005-01.Portal/Content/Views/Deposit/images/btn_chat02.png')
}

#articles ul.deposit>li>h3 {
    padding-top: 5px;
    margin: 0;
    color: #e60000;
    font-size: 15px;
    line-height: 23px
}

#articles ul.deposit>li>h3 a {
    display: block;
    cursor: pointer;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden
}

#articles ul.deposit>li>p {
    height: 51px;
    margin: 0 0 2px 0;
    padding-right: 9px;
    color: #000;
    font-size: 12px;
    letter-spacing: .2px;
    line-height: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.deposit-font {
    font-family: 'Microsoft YaHei','微軟雅黑';
    color: #000
}

.body {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 1px;
    font-size: 14px;
    font-family: PMingLiU;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.body #title {
    color: #fff;
    text-align: center;
    background: #1f1f1f
}

.body.container #title,.body #account-heading,.body #withdrawal-heading {
    color: #fff;
    background: #1f1f1f
}

.body #show-account-info.btn {
    color: #fff
}

.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
}

.panel {
    width: 100%;
    color: #5f5f5f;
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Account/images/panel_background.jpg') repeat;
    border: 0
}

#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
}

#account-panel,#withdrawal-panel {
    width: 792px;
    color: #5f5f5f;
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/WithdrawApplication/images/panel_background.jpg') repeat;
    border: 1px solid #b7b7b7;
    -moz-box-shadow: inset 0 0 1px 1px #fff;
    -webkit-box-shadow: inset 0 0 1px 1px #fff;
    box-shadow: inset 0 0 1px 1px #fff
}

#account-heading,#withdrawal-heading {
    margin: 1px 1px;
    font-family: PMingLiU;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase
}

.panel-body {
    text-align: center
}

.panel-body>form {
    width: 700px;
    margin: 0 auto
}

.control-div input {
    width: 100%;
    padding: 3px 5px;
    line-height: 25px;
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Account/images/input_center.png') repeat-y;
    border: 0
}

.control-div input:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,249,149,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,249,149,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,249,149,.6)
}

.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)
}

.form-control::-webkit-input-placeholder {
    color: #878787
}

.form-control:-moz-placeholder {
    color: #878787
}

.form-control::-moz-placeholder {
    color: #878787
}

.form-control:-ms-input-placeholder {
    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('https://cdn.igsttech.com/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('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Account/images/input-top-btm.png') no-repeat 0 -4px
}

.btn-submit {
    position: relative;
    width: 119px;
    height: 45px;
    color: #454545;
    font-size: 15px;
    font-family: PMingLiU;
    font-weight: bold;
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/sent_bn.png') no-repeat 0 0;
    border: 0
}

.btn-submit:hover {
    color: #454545;
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/sent_bn.png') no-repeat 0 -46px
}

.btn-submit[disabled]:hover {
    color: #999;
    background-position-y: 0
}

.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
}

#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: 29px;
    border-top: 1px solid #000
}

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

.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: .5
}

.modal-announcement {
    position: fixed;
    top: 7%;
    left: 50%;
    margin-left: -499px;
    width: 997px;
    z-index: 10000;
    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>.ma-title {
    min-height: 38px;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    word-break: break-all;
    background-color: #06c;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.modal-announcement>.ma-title>span {
    font-size: 20px
}

.modal-announcement>.ma-title>i {
    float: right;
    margin-right: 10px;
    cursor: pointer
}

.modal-announcement>.ma-body>section {
    height: 542px;
    display: inline-block;
    vertical-align: top
}

.modal-announcement .ma-sidebar {
    width: 24%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden
}

.modal-announcement .ma-sidebar ul {
    width: 100%
}

.modal-announcement .ma-sidebar li {
    width: 100%;
    padding: 10px 12px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #000;
    cursor: pointer
}

.modal-announcement .ma-sidebar li span {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modal-announcement .ma-sidebar li:hover,.modal-announcement .ma-sidebar li.active {
    background-color: #06c;
    color: #fff
}

.modal-announcement .ma-sidebar i.fa-comment-o {
    padding-right: 4px
}

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

.modal-announcement .ma-content {
    width: 76%;
    background-color: #fff;
    overflow: auto
}

.modal-announcement .ma-content img {
    max-width: 100%;
    height: auto
}

.modal-announcement>.ma-footer {
    min-height: 38px;
    color: #fff;
    padding: 5px 30px 5px 0;
    line-height: 38px;
    text-align: right;
    word-break: break-all;
    background-color: #06c;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}