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

body.layout {
    min-width: 1000px;
    background: #765202
}

* {
    -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: #765202
}

#top-header {
    height: 33px;
    background-color: #e3d6ae
}

ul.top-nav {
    height: 33px;
    font-size: 0;
    vertical-align: top
}

ul.top-nav.top-right {
    float: right
}

ul.top-nav>li {
    display: inline-block;
    color: #684a12;
    line-height: 33px;
    vertical-align: top
}

ul.top-nav>li+li:before {
    content: '';
    display: inline-block;
    padding: 0 17px;
    height: 33px;
    vertical-align: top;
    background: url('/web/mb26/images/line01.png') no-repeat center center
}

ul.top-nav>li>a {
    color: #684a12;
    font-size: 12px;
    text-decoration: none
}

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

ul.top-nav>li.license {
    position: relative;
    width: 20px;
    height: 33px;
    background: url('/web/mb26/images/license.png') no-repeat center center
}

ul.top-nav>li.license:after {
    content: '';
    position: absolute;
    top: 20px;
    left: -72px;
    z-index: 1;
    width: 175px;
    height: 0;
    background: url('/web/mb26/images/pzs.png') no-repeat center top;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s
}

ul.top-nav>li.license:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 233px
}

ul.top-nav>li.app>a {
    position: relative
}

ul.top-nav>li.app>a:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 2;
    width: 300px;
    height: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s
}

ul.top-nav>li.app>a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 194px
}

ul.top-nav>li.app>a:before {
    margin-left: -150px;
    background-image: url('/web/mb26/images/app_qr.png')
}

ul.top-nav>li.language:before {
    padding: 0 2px;
    background: none
}

ul.top-nav>li.language {
    font-size: 12px
}

ul.top-nav>li.language span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 14px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

ul.top-nav>li.language span+span {
    margin-left: 3px
}

ul.top-nav>li.language span[data-language="zh-CN"] {
    background-image: url('/web/mb26/images/cn.png')
}

ul.top-nav>li.language span[data-language="zh-TW"] {
    background-image: url('/web/mb26/images/hk.png')
}

ul.top-nav>li.language span[data-language="en-US"] {
    background-image: url('/web/mb26/images/us.png')
}

ul.top-nav>li.language span[data-language="th"] {
    display: none
}

ul.top-nav>li .div-meiDonNow {
    display: inline-block;
    color: #684a12;
    font-size: 12px
}

#header {
    position: relative;
    background: #f3eedb
}

#header>.wrapper {
    height: 78px
}

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

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

#nav {
    position: relative;
    float: right;
    height: 78px;
    text-align: center
}

#nav>ul>li {
    position: relative;
    float: left;
    width: 86px;
    height: 78px;
    color: #684a12;
    border-bottom: 4px solid transparent
}

#nav>ul>li:hover {
    border-bottom: 4px solid #dc4900
}

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

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

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

#nav>ul>li.green>a {
    color: #08b260
}

#nav>ul>li.blue>a {
    color: #0f7fcd
}

#nav>ul>li:hover>a {
    color: #d60909
}

#nav>ul>li>a {
    display: block;
    height: 100%;
    padding-top: 17px;
    color: #684a12;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none
}

#nav>ul>li>a span {
    display: block;
    margin-top: 5px;
    font-size: 12px
}

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

.subnav {
    display: none;
    position: absolute;
    top: 118%;
    left: 50%;
    margin-left: -67px;
    z-index: 3;
    font-size: 0;
    padding: 1px 10px;
    border: 2px solid #ffd053;
    background: url('/web/mb26/images/sub_navi_bg.png')
}

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

.subnav .sub-title {
    color: red;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px dotted #634332
}

.subnav .sub-title:hover {
    color: #ffd954
}

.subnav li {
    position: relative;
    width: 110px;
    color: #fff;
    font-size: 13px;
    line-height: 40px
}

.subnav li+li {
    border-top: 1px dotted #634332
}

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

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

.subnav li:hover {
    color: #ffd954
}

.subnav.fish li.sub-hot:after {
    right: -7px
}

div.subnav {
    width: 244px;
    margin-left: -122px
}

div.subnav ol {
    display: inline-block;
    vertical-align: top
}

#header-bot {
    height: 45px;
    background-color: #a77a2d;
    font-size: 0
}

#account-box {
    text-align: right
}

#account-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 203px;
    height: 27px;
    background: url('/web/mb26/images/member.png') no-repeat left center
}

#account-box>form {
    position: relative;
    display: inline-block;
    padding-top: 6px;
    vertical-align: middle
}

#account-box>form input {
    width: 167px;
    height: 34px;
    margin-right: 8px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    background-color: #855c03;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid #855c03;
    outline: none;
    -moz-transition: border-color .4s;
    -o-transition: border-color .4s;
    -webkit-transition: border-color .4s;
    transition: border-color .4s
}

#account-box>form input:focus {
    border-color: #ffd053
}

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

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

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

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

#account-box>form input#login_account {
    padding-left: 30px;
    background-image: url('/web/mb26/images/icon05.png')
}

#account-box>form input#login_password {
    padding-left: 30px;
    background-image: url('/web/mb26/images/icon06.png')
}

#account-box>form button {
    display: inline-block;
    width: 110px;
    height: 34px;
    vertical-align: top;
    font-size: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    border: none;
    -moz-transition: background-position linear .2s;
    -o-transition: background-position linear .2s;
    -webkit-transition: background-position linear .2s;
    transition: background-position linear .2s
}

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

#account-box>form button.login-btn {
    background-image: url('/web/mb26/images/btn03.png')
}

#account-box>form button.join-btn {
    margin-left: 10px;
    background-image: url('/web/mb26/images/btn04.png')
}

*.forget-btn {
    position: absolute;
    top: 14px;
    left: 300px;
    color: #deb05a;
    font-size: 14px
}

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

#captcha {
    position: absolute;
    top: 5px;
    right: 13px;
    width: auto;
    height: 24px
}

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

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

.freeplay-btn {
    display: none
}

#account-box.is-login:before {
    background-image: url('/web/mb26/images/welcome.png')
}

ul#account-info {
    position: relative;
    height: 34px;
    vertical-align: middle;
    margin-right: 15px
}

ul#account-info>li {
    display: inline-block;
    height: 32px;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: left center
}

ul#account-info>li.user {
    background-image: url('/web/mb26/images/icon_user.png')
}

ul#account-info>li.money {
    margin-left: 15px;
    background-image: url('/web/mb26/images/icon_money.png')
}

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

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

#action-box {
    display: inline-block;
    vertical-align: middle
}

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

#account-nav {
    vertical-align: middle;
    margin-right: 15px;
    line-height: 45px;
    height: 45px
}

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

#account-nav>li+li:before {
    content: '|';
    padding: 0 5px;
    color: #fbe9ac;
    font-size: 12px
}

#account-nav>li>a {
    color: #fbe9ac;
    font-size: 12px;
    text-decoration: none
}

#account-nav>li.deposit>a {
    color: red;
    font-weight: bold
}

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

#news {
    height: 40px;
    background: #ede0ba
}

#news .wrapper:before {
    content: '最新公告：';
    padding-left: 26px;
    float: left;
    color: #684a12;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    background: url('/web/mb26/images/news.png') no-repeat left center
}

#hot-news {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 646px
}

#hot-news li {
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    color: #684a12;
    font-size: 12px;
    line-height: 40px;
    vertical-align: top
}

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

#news .domain {
    float: right;
    width: 250px;
    height: 40px;
    padding-left: 115px;
    color: #dc4800;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    background: url('/web/mb26/images/website.png') no-repeat left center
}

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

#footer {
    padding: 25px 0 27px;
    font-size: 0;
    background: #765202
}

#footer-info {
    margin-bottom: 21px
}

#footer-info>li {
    display: inline-block;
    height: 36px;
    color: #e8e0c3;
    font-size: 14px;
    padding-left: 43px;
    line-height: 37px;
    white-space: nowrap;
    overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat
}

#footer-info>li span {
    color: #ffdc51;
    font-size: 15px
}

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

#footer-info>li.tel {
    width: 290px;
    background-image: url('/web/mb26/images/f_contact.png')
}

#footer-info>li.qq {
    width: 240px;
    background-image: url('/web/mb26/images/f_qq.png')
}

#footer-info>li.email {
    width: 300px;
    background-image: url('/web/mb26/images/f_mail.png')
}

#footer-info>li.chat {
    width: 170px;
    background-image: url('/web/mb26/images/f_service.png')
}

#footer-logo {
    display: inline-block;
    width: 100%;
    height: 73px;
    margin-bottom: 18px;
    background: url('/web/mb26/images/footer_logo.png') no-repeat center
}

#footer-nav {
    display: block;
    margin-bottom: 10px;
    font-size: 0;
    text-align: center
}

#footer-nav li {
    display: inline-block;
    margin: 0 12px
}

#footer-nav a {
    color: #e8e0c3;
    font-size: 12px;
    text-align: center;
    text-decoration: none
}

#footer-nav a:hover {
    color: red
}

#footer-suggest {
    display: block;
    margin: 0;
    color: #e8e0c3;
    font-size: 12px;
    text-align: center
}

aside.services {
    position: absolute;
    z-index: 2;
    top: 136px;
    font-size: 0
}

aside.services ul li {
    width: 130px;
    color: #dc4800;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

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

aside.services ul li.close {
    margin: 0 auto;
    cursor: pointer
}

aside.service-left {
    left: 0
}

aside.service-left ul li.discount {
    height: 97px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/left/001.png')
}

aside.service-left ul li.partner {
    height: 69px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/left/002.png')
}

aside.service-left ul li.promotion {
    height: 70px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/left/003.png')
}

aside.service-left ul li.kg {
    height: 133px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/left/004.png')
}

aside.service-left ul li.close {
    width: 59px;
    height: 19px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/left/005.png')
}

aside.service-right {
    right: 0
}

aside.service-right ul li.chat {
    height: 100px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/right/001.png')
}

aside.service-right ul li.qq {
    height: 67px;
    background-image: url('/bundles/qq/002.png')
}

aside.service-right ul li.tel {
    height: 67px;
    background-image: url('/bundles/qq/003.png')
}

aside.service-right ul li.app {
    height: 135px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/right/004.png')
}

aside.service-right ul li.close {
    width: 59px;
    height: 19px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/right/005.png')
}

.service-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 190px;
    height: 210px;
    z-index: 1
}

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

.service-bottom a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: contain
}

.service-bottom #img01 {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/bottom/01.png')
}

.service-bottom #img02 {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/bottom/02.png')
}

.service-bottom #img03 {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/bottom/03.png')
}

.service-bottom #img04 {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/services/bottom/04.png')
}

.site-announcement {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 1000px;
    height: 560px;
    margin: -343px 0 0 -500px;
    background-color: transparent;
    overflow: hidden
}

.site-announcement .closed {
    position: absolute;
    top: 18px;
    right: 37px;
    z-index: 1;
    width: 47px;
    height: 45px;
    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: 52%;
    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 {
    display: block;
    font-size: 0;
    text-align: center;
    /*border: 1px solid #dacba1;*/
    /*background-color: #f3eedb*/
}

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

#un-lobby {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 9px;
    border: 1px solid #dbceab;
    background-color: #f2f0e2
}

#un-lobby aside {
    position: absolute;
    top: 9px;
    left: 9px;
    bottom: 9px;
    width: 224px;
    background-color: #e3d9b7;
    border: 1px solid #dbceab
}

#un-lobby aside:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 387px;
    margin: 20px auto;
    background: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/sidebar/s_img02.png') no-repeat center bottom
}

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

#un-lobby ul#sidebar li {
    position: relative;
    border-bottom: 1px solid #e1c2a4
}

#un-lobby ul#sidebar li a {
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 0 18px 0 35px;
    color: #6a4f2b;
    font-size: 16px;
    text-align: left;
    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 a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 11px 10px 0;
    vertical-align: top;
    background-position: left center;
    background-repeat: no-repeat
}

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

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

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

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

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

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

#un-lobby ul#sidebar li a:after {
    content: '';
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 15px 20px 14px 0;
    background: url('https://cdn.igsttech.com/Web.Portal/BZ010-01.Portal/Content/Views/Shared/images/sidebar/icon.png') no-repeat center top;
    vertical-align: middle
}

#un-lobby ul#sidebar li:hover a {
    padding: 0 8px 0 45px;
    color: red;
    background-color: #e3d6ae
}

#articles {
    float: right;
    width: 747px;
    min-height: 768px;
    padding: 25px 35px;
    color: #745d43;
    text-align: left;
    background-color: #e3d6ae;
    border: 1px solid #dbceab
}

#articles h2 {
    color: red;
    font-size: 16px;
    font-weight: normal
}

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

#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 p a {
    color: inherit;
    text-decoration: none
}

#articles table {
    width: 100%
}

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

#articles table th {
}

#articles .highlight {
    color: red
}

#articles .highlight-red {
    color: #a40000
}

#articles .highlight-brown {
    color: #59493f
}

#articles .highlight-white {
    color: #fff
}

#articles .highlight-blue {
    color: #00f
}

#articles .highlight-green {
    color: #399e3e
}

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

#articles ul.mtab-menual {
    display: block;
    padding: 20px 0 15px;
    text-align: center
}

#articles ul.mtab-menual li {
    display: inline-block;
    width: 120px;
    height: 36px;
    color: #000;
    margin: 0 5px;
    padding: 0 6px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    background-color: #e3c95b;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer
}

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

#articles .partner-title {
    color: #7f5d1d;
    font-size: 26px;
    text-align: center
}

#articles ul.deposit.default {
    padding: 0 40px;
    margin-top: 20px
}

#articles ul.deposit.default>li+li {
    margin-top: 25px
}

#articles ul.deposit.default>li>a {
    color: #e5034b
}

#articles ul.deposit.default>li>a>span.counter {
    display: block;
    color: #22ac38
}

#articles ul.deposit.default>li>p {
    color: #7d0000
}

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

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

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

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

#lobby div.skidder-pager {
    height: 75px;
    margin-bottom: 10px;
    padding: 0 35px;
    background: url('https://cdn.igsttech.com/Web.Portal/BL002-01.Portal/Content/Views/Lobby/images/list_bg.png') no-repeat center top
}

