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

body.layout {
    min-width: 1000px;
    padding-top: 190px;
    background-color: #202020
}

* {
    -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: 1000px;
    margin: 0 auto
}

#logingame-body,#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 {
    background: #2d2d2d
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    font-size: 0;
    z-index: 3;
    background: #2d2d2d url('/web/mb24/images/header_bottom.jpg') repeat-x center bottom
}

#top-header {
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: #232220;
    border-bottom: 1px solid #4b4b4b
}

ul.top-nav {
    position: absolute;
    top: 0;
    left: 0
}

ul.top-nav>li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px
}

ul.top-nav>li+li {
    margin-left: 27px
}

ul.top-nav>li>a {
    color: #fff;
    text-decoration: none
}

ul.top-nav>li.green.color>a {
    color: #00e667
}

ul.top-nav>li.yellow.color>a {
    color: #ffe400
}

ul.top-nav>li.red.color>a {
    color: #ff1e1e
}

ul.top-nav>li.blue.color>a {
    color: #39c5ff
}

ul.top-nav>li.red2.color>a {
    color: #ff374b
}

ul.top-nav>li>a:hover {
    color: #fbc85b;
    text-decoration: underline
}

#top-header .select-language {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px
}

#top-header .select-language span {
    display: inline-block;
    vertical-align: text-top;
    width: 17px;
    height: 16px;
    margin-left: 5px;
    background: no-repeat center center;
    cursor: pointer
}

#top-header .select-language span[data-language="zh-CN"] {
    background-image: url('/web/mb24/images/lang_cn.png')
}

#top-header .select-language span[data-language="zh-TW"] {
    background-image: url('/web/mb24/images/lang_hk.png')
}

#top-header .select-language span[data-language="en-US"] {
    background-image: url('/web/mb24/images/lang_en.png')
}

#top-header .select-language span[data-language="th"] {
    display: none
}

#logo-bg {
    position: relative;
    display: inline-block;
    width: 225px;
    height: 68px;
    margin: 8px auto 10px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/logo.png') no-repeat*/
}

#logo-bg>a {
    display: block;
    height: 100%
}

#account-box {
    position: absolute;
    top: 28px;
    right: 0
}

#account-box>form {
    position: relative
}

#account-box>form input {
    width: 160px;
    height: 25px;
    padding-left: 28px;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 5px center;
    border: none;
    border-bottom: 1px solid #666;
    outline: none;
    -moz-transition: border-bottom .4s;
    -o-transition: border-bottom .4s;
    -webkit-transition: border-bottom .4s;
    transition: border-bottom .4s
}

#account-box>form input:focus {
    border-bottom: 1px solid #ffd053
}

#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.placeholdersjs {
    color: #fff
}

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

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

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

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

#account-box>form #check-code-wrapper input {
    width: 140px;
    background-image: url('/web/mb24/images/icon03.png')
}

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

#account-box>form button {
    width: 100px;
    height: 25px;
    margin-right: 5px;
    padding: 0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    background: url('/web/mb24/images/btn01.png') no-repeat center top;
    border: none
}

#account-box>form button.register-btn {
    color: #2c140c;
    background-image: url('/web/mb24/images/btn02.png')
}

#account-box>form button:hover {
    background-position: center bottom
}

.forget-btn {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    vertical-align: sub
}

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

#captcha {
    position: absolute;
    top: 2px;
    right: 10px;
    width: auto;
    height: 19px
}

#agree {
    position: absolute;
    top: 100%;
    right: 80px;
    z-index: 1;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #232220
}

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

#account-box.is-login {
    padding-top: 5px
}

ul#account-info {
    position: relative
}

ul#account-info>li {
    display: inline-block;
    vertical-align: top;
    color: #fbe9ac;
    font-size: 12px;
    height: 24px;
    line-height: 24px
}

ul#account-info>li+li {
    margin-left: 18px
}

ul#account-info>li>span.account {
    display: inline-block;
    max-width: 6em;
    color: #fdf050;
    -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;
    vertical-align: top
}

#action-box>a {
    display: block;
    min-width: 50px;
    height: 24px;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    background-color: #da3918
}

#account-nav {
    vertical-align: top;
    margin: 0 7px
}

#account-nav>li {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 24px
}

#account-nav>li+li:before {
    display: inline-block;
    content: '|';
    color: #fbe9ac;
    font-size: 12px;
    vertical-align: top
}

#account-nav>li>a {
    display: inline-block;
    padding: 0 5px;
    color: #fbe9ac;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}

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

#nav {
    position: fixed;
    top: 126px;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 64px;
    z-index: 2;
    text-align: center;
    background-color: #1b1b1b;
    border-bottom: 1px solid #333
}

#nav>ul>li {
    position: relative;
    float: left;
    width: 95px;
    height: 64px;
    color: #fff
}

#nav>ul>li.small {
    width: 70px
}

#nav>ul>li.hot:after {
    content: '';
    position: absolute;
    top: 3px;
    right: -3px;
    width: 16px;
    height: 20px;
    background: url('/web/mb24/images/hot.gif') no-repeat center center
}

#nav>ul>li.green>a {
    color: #35fd9b
}

#nav>ul>li.blue>a {
    color: #28c0ff
}

#nav>ul>li.red>a {
    color: #f92839
}

#nav>ul>li:hover>a {
    color: #ffe600;
    border-bottom: 3px solid #ffe600
}

#nav>ul>li:hover>a>span {
    color: #ffe600
}

#nav>ul>li>a {
    display: block;
    height: 100%;
    padding: 14px 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 3px solid transparent
}

#nav>ul>li>a>span {
    display: block;
    font-size: 12px;
    color: #fff;
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

#nav>ul>li:hover .subnav {
    display: block
}

.subnav {
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -65px;
    padding: 1px 10px;
    font-size: 0;
    z-index: 3;
    border: 2px solid #ffe600;
    background: url('/web/mb24/images/hov_bg.png')
}

.subnav:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 8px;
    background: url('/web/mb24/images/icon04.png') no-repeat center bottom
}

.subnav.col2 {
    margin-left: -118px;
    text-align: left;
    width: 236px
}

.subnav ol {
    float: left
}

.subnav li {
    position: relative;
    width: 106px;
    height: 35px;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    border-bottom: 1px dotted #534a43
}

.subnav li:hover {
    color: #ffe600
}

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

.subnav li.hot:after {
    content: '';
    position: absolute;
    top: 3px;
    right: -3px;
    width: 16px;
    height: 20px;
    background: url('/web/mb24/images/hot.gif') no-repeat center center
}

#news {
    position: relative;
    z-index: 1;
    height: 42px;
    background-color: #0f0401
}

#news .wrapper {
    height: 42px;
    padding-right: 220px;
    background: url('/web/mb24/images/web.png') no-repeat right center
}

#news .wrapper:before {
    content: attr(data-title)':';
    padding: 0 5px 0 26px;
    color: #ffd053;
    line-height: 42px;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background: url('/web/mb24/images/new_img.png') no-repeat center left
}

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

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

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

#content {
    position: relative;
    padding: 20px 0;
    background-color: #282828;
    background-repeat: no-repeat;
    background-position: center top;
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/bg.jpg')*/
}

#footer {
    padding: 20px 0 20px;
    text-align: center;
    background: #202020 url('/web/mb24/images/footer_top.jpg') no-repeat center top
}

#footer-info {
    white-space: nowrap;
    overflow: hidden
}

#footer-info>li {
    position: relative;
    float: left;
    width: 250px;
    height: 42px;
    padding-left: 65px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background-position: left center;
    background-repeat: no-repeat
}

#footer-info>li p {
    margin: 0;
    color: #ebc87d
}

#footer-info>li:hover {
    color: #ebc87d
}

#footer-info>li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 42px;
    height: 42px;
    background: no-repeat center top;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#footer-info>li:hover:before {
    background-position: center bottom
}

#footer-info>li.tel:before {
    background-image: url('/web/mb24/images/footer_tel.png')
}

#footer-info>li.mail {
    width: 290px
}

#footer-info>li.mail:before {
    background-image: url('/web/mb24/images/footer_mail.png')
}

#footer-info>li.qq {
    width: 240px;
    padding-left: 90px
}

#footer-info>li.qq:before {
    left: 24px;
    background-image: url('/web/mb24/images/footer_qq.png')
}

#footer-info>li.tel2 {
    width: 220px
}

#footer-logo {
    height: 70px;
    margin: 20px 0;
    background: url('/web/mb24/images/footer_logo.png') no-repeat center
}

#footer-nav {
    display: inline-block;
    margin-bottom: 13px;
    font-size: 12px;
    text-align: center
}

#footer-nav li {
    float: left
}

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

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

#footer-nav li a:hover {
    color: #ffde00
}

#footer-suggest {
    display: block;
    margin: 0;
    color: #fff;
    line-height: 12px
}

aside.services {
    position: absolute;
    z-index: 2;
    top: 210px;
    background: no-repeat center top
}

aside.services li {
    width: 145px
}

aside.services li.closed {
    width: 80px;
    height: 21px;
    margin: 0 auto;
    cursor: pointer
}

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

aside.service-left {
    left: 0;
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/services/left.png')
}

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

aside.service-left li.promo {
    height: 86px
}

aside.service-left li.promo2 {
    height: 125px
}

aside.service-right {
    right: 0;
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/services/right.png')
}

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

aside.service-right li.promo {
    height: 81px
}

aside.service-right li.promo2 {
    height: 113px
}

aside.service-right li.slot {
    height: 107px
}

#review-list {
    position: fixed;
    bottom: -77px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 77px;
    background: #000;
    background: rgba(0,0,0,.8);
    color: #fff;
    -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
}

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

.ui-widget-overlay {
}

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

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

#lobby>ul.game-list li {
    position: relative;
    display: inline-block;
    vertical-align: top
}

#lobby>ul.game-list.transform {
    padding: 10px 0;
    background-color: #1b1b1b;
    border: 1px solid #414141
}

#lobby>ul.game-list.transform li {
    margin: 0 5px 10px
}

#lobby>ul.game-list.transform li .pic {
    position: relative;
    overflow: hidden;
    z-index: 0
}

#lobby>ul.game-list.transform li .pic:before {
    content: '';
    display: block;
    height: 100%;
    background: no-repeat center center;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#lobby>ul.game-list.transform li:hover .pic:before {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#lobby>ul.game-list.transform li:hover .pic>span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -55px;
    height: 40px;
    width: 110px;
    color: #1b1b1b;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background-color: #ffd957;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 2
}

#lobby>ul.game-list.transform li:hover .pic:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/hov_bg.png');
    border: 2px solid #ffd053
}

#lobby>ul.game-list.transform li .text {
    margin: 0;
    height: 48px;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    background-color: #3c3c3c
}

#lobby>ul.game-list.transform li .text:before {
    content: '';
    display: inline-block;
    width: 62px;
    height: 34px;
    vertical-align: middle;
    background: no-repeat center center
}

#lobby>ul.game-list.transform li[game-box="more"]:hover .pic:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

#lobby>ul.game-list.transform li[game-box="more"]:hover .pic:after,#lobby>ul.game-list.transform li[game-box="more"] .text:before {
    display: none
}

#un-lobby {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background-color: #1b1b1b;
    border: 1px solid #414141
}

#un-lobby aside {
    float: left;
    width: 224px;
    background-color: #282828;
    border: 1px solid #373737
}

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

#un-lobby ul#sidebar li {
    height: 46px
}

#un-lobby ul#sidebar li+li {
    border-top: 1px solid #373737
}

#un-lobby ul#sidebar li a {
    position: relative;
    display: block;
    height: 100%;
    padding-left: 30px;
    color: #c9c9c9;
    font-size: 16px;
    text-decoration: none;
    line-height: 46px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#un-lobby ul#sidebar li:hover a {
    color: #ffe400;
    background-color: #373737
}

#un-lobby ul#sidebar li a:after {
    content: '';
    position: absolute;
    top: 14.5px;
    right: 28px;
    width: 16px;
    height: 16px;
    background: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/icon01.png') no-repeat center center
}

#un-lobby ul#sidebar li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 33px;
    margin-right: 8px;
    background: no-repeat center center
}

#un-lobby ul#sidebar li[game-box="kg"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/kg.png')
}

#un-lobby ul#sidebar li[game-box="bb"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/bbin.png')
}

#un-lobby ul#sidebar li[game-box="mg"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/mg.png')
}

#un-lobby ul#sidebar li[game-box="pt"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/pt.png')
}

#un-lobby ul#sidebar li[game-box="ag"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/ag.png')
}

#un-lobby ul#sidebar li[game-box="gpi"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/gpi.png')
}

#un-lobby ul#sidebar li[game-box="gns"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/gns.png')
}

#un-lobby ul#sidebar li[game-box="pp"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/pp.png')
}

#un-lobby ul#sidebar li[game-box="sg"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/sg.png')
}

#un-lobby ul#sidebar li[game-box="fish"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/fish.png')
}

#un-lobby ul#sidebar li[game-box="mw"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/mw.png')
}

#un-lobby ul#sidebar li[game-box="hb"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/hb.png')
}

#un-lobby ul#sidebar li[game-box="jdb"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/jdb.png')
}

#un-lobby ul#sidebar li[game-box="ne"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/ne.png')
}

#un-lobby ul#sidebar li[game-box="cq9"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/cq9.png')
}

#un-lobby ul#sidebar li[game-box="rt"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/rt.png')
}

#un-lobby ul#sidebar li[game-box="ga"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/ga.png')
}

#un-lobby ul#sidebar li[game-box="pg"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/pg.png')
}

#un-lobby ul#sidebar li[game-box="lg"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/lg.png')
}

#un-lobby ul#sidebar li[game-box="isb"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/isb.png')
}

#un-lobby ul#sidebar li[game-box="fg"] a:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/DR004-01.Portal/Content/Views/Shared/images/aside/fg.png')
}

#articles {
    float: right;
    width: 744px;
    padding: 28px 30px 10px;
    color: #c8c8c8;
    text-align: left
}

#articles h2 {
    margin: 0 0 20px;
    color: #ffc949;
    font-size: 24px;
    font-weight: normal
}

#articles h3 {
    color: #fbc85b;
    font-size: 16px;
    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 {
    color: #fff;
    line-height: 2em;
    text-align: center;
    border: 1px solid #999
}

#articles table th {
    background-color: #c00
}

#articles table .title-header>th {
    padding: 0 3px
}

#articles .highlight {
    color: red
}

#articles .highlight-yellow {
    color: #ff0
}

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

#articles ul.mtab-menual li {
    display: inline-block;
    width: 100px;
    height: 26px;
    margin: 0 5px;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background-color: #e3c95b;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

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

#articles ul.deposit {
    list-style-type: none
}

#articles ul.deposit>li {
    counter-increment: title
}

#articles ul.deposit>li>a:before {
    content: "方法 " counter(title,upper-alpha)"、"
}

#articles ul.deposit>li a {
    color: #ff6a00;
    font-size: 16px;
    text-decoration: underline
}

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

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

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

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