body {
    font-family: 'Microsoft JhengHei',Arial;
    font-size: 14px;
    line-height: 1.428571429
}

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

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

#header {
    position: relative;
    height: 113px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/header.jpg') no-repeat center;*/
    background: url("/web/mb31/images/header.jpg") no-repeat center;
}

ul.top-nav {
    position: absolute;
    top: 5px;
    right: 0
}

ul.top-nav>li,ul.top-nav>li.toggle-color {
    display: inline-block;
    color: #fff;
    font-size: 12px
}

ul.top-nav>li.downloadApp {
    color: #46e061
}

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

ul.top-nav>li.toggle-color.color.green {
    color: #00ff3c
}

ul.top-nav>li.toggle-color.color.blue {
    color: #23c6fb
}

ul.top-nav>li.toggle-color.color.purple {
    color: #da0fff
}

ul.top-nav>li.kg.color {
    color: #0f0
}

ul.top-nav>li.cq9.color {
    color: #fc2
}

ul.top-nav>li+li:before {
    content: '|';
    display: inline-block;
    padding: 0 5px;
    color: #fff
}

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

ul.top-nav>li.downloadApp span {
    display: none;
    position: absolute;
    top: 25px;
    width: 150px;
    z-index: 1
}

ul.top-nav>li.downloadApp:hover span {
    display: block;
    height: 150px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/app.png')*/
    background: url("/web/mb31/images/app.png");
}

ul.top-nav>li.downloadApp span img {
    position: absolute;
    top: 35px;
    left: 25px;
    width: 100px;
    height: 100px
}

ul.top-nav>li.language:before {
    display: none
}

ul.top-nav>li.language span {
    display: inline-block;
    margin: 0 2px;
    width: 22px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer
}

ul.top-nav>li.language span[data-language="zh-CN"] {
    background: url("/web/mb31/images/lang03.png");
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/lang03.png')*/
}

ul.top-nav>li.language span[data-language="zh-TW"] {
    background: url("/web/mb31/images/lang02.png");
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/lang02.png')*/
}

ul.top-nav>li.language span[data-language="en-US"] {
    background: url("/web/mb31/images/lang01.png");
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/lang01.png')*/
}

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

#logo-bg {
    position: relative;
    display: inline-block;
    margin: 5px 0 0;
    width: 325px;
    height: 100px;
    background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/logo.png') no-repeat\9
}

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

#logo-bg>iframe {
    width: 325px;
    height: 100px
}

/*#logo-bg:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 115%;
    width: 215px;
    height: 73px;
    background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/slogan.2.png') no-repeat
}*/

#account-box {
    display: inline-block;
    position: absolute;
    top: 38px;
    right: 0
}

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

#account-box>form input {
    margin: 0 2px 6px 0;
    width: 149px;
    height: 26px;
    font-size: 12px;
    padding-left: 8px;
    outline: none;
    background: #1b1517;
    color: #fff;
    border: 1px solid #7c5b65
}

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

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

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

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

#account-box>form button {
    border: none;
    outline: none
}

#account-box .login-btn {
    width: 75px;
    height: 24px;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    color: #000;
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/login.png') no-repeat center top;*/
    background: url('/web/mb31/images/login.png') no-repeat center top
}

#account-box .login-btn:hover {
    background-position: center bottom
}

#account-box .forget-btn {
    font-size: 12px;
    color: #fff;
    background: none
}

#account-box .forget-btn:hover {
    text-decoration: underline
}

#account-box .reg-btn {
    display: inline-block;
    width: 86px;
    height: 61px;
    border: none;
    outline: none;
    vertical-align: top;
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/join.png');*/
    background: url("/web/mb31/images/join.png");
}

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

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

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

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

ul#account-info {
    position: relative
}

ul#account-info>li {
    display: inline-block;
    margin-right: 30px;
    padding: 0 5px;
    color: #fff;
    font-size: 12px
}

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

#action-box>a {
    display: block;
    color: red;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    line-height: 26px
}

#action-box>a:hover {
    text-decoration: underline
}

ul#account-nav {
    display: block;
    margin-top: 5px
}

ul#account-nav>li {
    display: inline-block
}

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

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

ul#account-nav>li:hover>a {
    text-decoration: underline
}

#nav {
    position: relative;
    height: 52px;
    text-align: center;
    background: #261f21;
    border-bottom: 1px solid #31282b
}

#nav>ul>li {
    float: left;
    position: relative;
    width: 115px;
    height: 52px;
    font-size: 16px;
    color: #fff
}

#nav>ul>li.blue {
    color: #56c5f7
}

#nav>ul>li.green {
    color: #46e061
}

#nav>ul>li.yellow {
    color: #ff0
}

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

#nav>ul>li span {
    display: block;
    color: #694d57;
    font-size: 9px
}

#nav>ul>li>a {
    display: inline-block;
    padding-top: 8px;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none
}

#nav>ul>li:hover {
    background: #2f2729
}

#nav>ul>li:hover span,#nav>ul>li:hover {
    color: #ffea00
}

#nav>ul>li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    border-left: 1px dotted #543f46;
    height: 22px
}

#nav>ul>li.hot:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/hot.gif') no-repeat*/
    background: url('/web/mb31/images/hot.gif') no-repeat
}

#nav>ul>li.chat a:before {
    content: '';
    display: inline-block;
    float: left;
    width: 30px;
    height: 51px;
    vertical-align: middle;
    background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/nav_service.png') no-repeat left center
}

.subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 115px;
    z-index: 2;
    background: rgba(0,0,0,.7);
    background: #000\9;
    border: 2px solid #e9cf7a
}

.subnav.col2 {
    left: -56px;
    width: 226px
}

.subnav ol {
    float: left
}

.subnav li {
    width: 111px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 27px;
    border-bottom: 1px dashed #48363c
}

.subnav li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat
}

.subnav li.hot {
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/hot02.gif') no-repeat right top;*/
    background: url('/web/mb31/images/hot02.gif') no-repeat right top
}

.subnav li a {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    color: inherit;
    text-align: center;
    text-decoration: none
}

.subnav li:hover {
    color: #f9f082
}

.subnav li.color {
    color: #ff0
}

.subnav li.discount {
    width: 90px
}

/*
.subnav.slot li[game-box="ag"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/ag.png')
}

.subnav.slot li[game-box="bb"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/bb.png')
}

.subnav.slot li[game-box="cq9"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/cq9.png')
}

.subnav.slot li[game-box="fish"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/fish.png')
}

.subnav.slot li[game-box="ga"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/ga.png')
}

.subnav.slot li[game-box="gns"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/gns.png')
}

.subnav.slot li[game-box="gpi"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/gpi.png')
}

.subnav.slot li[game-box="hb"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/hb.png')
}

.subnav.slot li[game-box="isb"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/isb.png')
}

.subnav.slot li[game-box="jdb"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/jdb.png')
}

.subnav.slot li[game-box="kg"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/kg.png')
}

.subnav.slot li[game-box="lg"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/lg.png')
}

.subnav.slot li[game-box="mg"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/mg.png')
}

.subnav.slot li[game-box="mw"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/mw.png')
}

.subnav.slot li[game-box="ne"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/ne.png')
}

.subnav.slot li[game-box="pg"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/pg.png')
}

.subnav.slot li[game-box="png"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/png.png')
}

.subnav.slot li[game-box="pp"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/pp.png')
}

.subnav.slot li[game-box="pt"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/pt.png')
}

.subnav.slot li[game-box="pts"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/pts.png')
}

.subnav.slot li[game-box="rt"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/rt.png')
}

.subnav.slot li[game-box="sg"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/slot/sg.png')
}

.subnav.mg li[game-box="mg01"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/mg/mg01.png')
}

.subnav.mg li[game-box="mg02"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/mg/mg02.png')
}

.subnav.mg li[game-box="mg03"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/mg/mg03.png')
}

.subnav.mg li[game-box="mg04"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/mg/mg04.png')
}

.subnav.mg li[game-box="mg05"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/mg/mg05.png')
}

.subnav.board li[game-box="kg01"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg01.png')
}

.subnav.board li[game-box="kg02"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg02.png')
}

.subnav.board li[game-box="kg03"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg03.png')
}

.subnav.board li[game-box="kg04"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg04.png')
}

.subnav.board li[game-box="kg05"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg05.png')
}

.subnav.board li[game-box="kg06"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg06.png')
}

.subnav.board li[game-box="kg07"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg07.png')
}

.subnav.board li[game-box="kg08"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg08.png')
}

.subnav.board li[game-box="kg09"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg09.png')
}

.subnav.board li[game-box="kg10"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg10.png')
}

.subnav.board li[game-box="kg11"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg11.png')
}

.subnav.board li[game-box="kg12"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg12.png')
}

.subnav.board li[game-box="kg13"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg13.png')
}

.subnav.board li[game-box="kg14"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg14.png')
}

.subnav.board li[game-box="kg15"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/kg15.png')
}

.subnav.board li[game-box="gpk"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/gpk.png')
}

.subnav.board li[game-box="city761"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/board/city761.png')
}

.subnav.live li[game-box="ab"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/ab.png')
}

.subnav.live li[game-box="ag"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/ag.png')
}

.subnav.live li[game-box="bb"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/bb.png')
}

.subnav.live li[game-box="bg"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/bg.png')
}

.subnav.live li[game-box="ebet"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/ebet.png')
}

.subnav.live li[game-box="evo"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/evo.png')
}

.subnav.live li[game-box="gd"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/gd.png')
}

.subnav.live li[game-box="gpi"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/gpi.png')
}

.subnav.live li[game-box="mg"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/mg.png')
}

.subnav.live li[game-box="og"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/og.png')
}

.subnav.live li[game-box="pt"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/pt.png')
}

.subnav.live li[game-box="sb"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/live/sb.png')
}

.subnav.lottery li[game-box="bb"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/lottery/bb.png')
}

.subnav.lottery li[game-box="gpk"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/lottery/gpk.png')
}

.subnav.lottery li[game-box="ig"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/lottery/ig.png')
}

.subnav.lottery li[game-box="lx"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/lottery/lx.png')
}

.subnav.lottery li[game-box="vr"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/lottery/vr.png')
}

.subnav.sport li[game-box="bb"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/sport/bb.png')
}

.subnav.sport li[game-box="cmd"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/sport/cmd.png')
}

.subnav.sport li[game-box="esb"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/sport/esb.png')
}

.subnav.sport li[game-box="hg"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/sport/hg.png')
}

.subnav.sport li[game-box="saba"]:before {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/subnav/sport/saba.png')
}
*/

#banner {
    height: 283px;
    background: url('/web/mb31/images/banner.jpg') no-repeat center top
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/banner.jpg') no-repeat center top*/
}

#news {
    position: relative;
    top: 248px;
    height: 35px;
    background: rgba(14,14,14,.87);
    background: #000\9
}

#news>.wrapper {
    padding: 0 0 0 120px
}

#news>.wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 89px;
    height: 100%;
    /*background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/new.png') no-repeat left center;*/
    background: url('/web/mb31/images/new.png') no-repeat left center;
}

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

#hot-news li {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    text-decoration: none;
    line-height: 35px
}

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

#content {
    position: relative;
    padding: 30px 0;
    background: #191315
}

#footer {
    padding: 30px 0 10px;
    background: #191315;
    border-top: 1px solid #2b2224;
    text-align: center
}

#footer-info>li {
    float: left;
    padding: 8px 0 8px 44px;
    width: 260px;
    height: 30px;
    font-size: 13px;
    color: #987781;
    text-align: left;
    background-position: left center;
    background-repeat: no-repeat
}

#footer-info>li span {
    margin-left: 5px;
    color: #e6ca67
}

#footer-info>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit
}

#footer-info>li.qq {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/ficon1.png')
}

#footer-info>li.mail {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/ficon2.png')
}

#footer-info>li.chat {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/ficon3.png')
}

#footer-info>li.download {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/ficon4.png')
}

#footer-logo {
    display: inline-block;
    width: 100%;
    height: 80px;
    background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/footer_logo.png') no-repeat center
}

#footer-nav {
    display: inline-block
}

#footer-nav li {
    display: inline-block
}

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

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

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

#footer-suggest {
    display: block;
    color: #987781
}

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

aside.service-left {
    left: 0;
    padding-top: 103px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/service_left01.gif');
    z-index: 3
}

aside.service-right {
    right: 0;
    padding-top: 150px;
    background-image: url('right.png')
}

ul.girl>li {
    width: 138px
}

ul.girl>li>a {
    display: inline-block;
    width: 100%;
    height: 100%
}

ul.girl>li.discunt {
    height: 146px
}

ul.girl>li.join {
    height: 67px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/service_left02.gif')
}

ul.girl>li.download {
    height: 49px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/service_left03.gif')
}

ul.girl>li.qq {
    height: 70px
}

ul.girl>li.chat {
    height: 100px
}

ul.girl>li.detection {
    height: 44px
}

ul.girl>li.closed {
    height: 24px;
    cursor: pointer
}

aside.service-left ul.girl>li.closed {
    height: 23px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/service_left04.gif')
}

aside.service-left-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 180px;
    height: 140px;
    background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/top/head.png') no-repeat center top
}

aside.service-left-top>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 0;
    background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/top/body.jpg') no-repeat center top;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: skewX(145deg);
    -ms-transform: skewX(145deg);
    -o-transform: skewX(145deg);
    -webkit-transform: skewX(145deg);
    transform: skewX(145deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

aside.service-left-top:hover>a {
    width: 240px;
    height: 726px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

aside.service-left-top>span.closed {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/close.png') no-repeat center top;
    cursor: pointer
}

aside.s-lb {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 200px;
    height: 200px
}

aside.s-lb li {
    width: 200px;
    height: 200px
}

aside.s-lb li.slot {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/lb/slot.png')
}

aside.s-lb li.board {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/lb/board.png')
}

aside.s-lb li.board2 {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/lb/board2.png')
}

aside.s-lb li.promo {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/lb/promo.png')
}

aside.s-lb li.live {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/lb/live.png')
}

aside.s-lb li.app {
    background-image: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/service/lb/app.png')
}

aside.s-lb li a {
    display: block;
    height: 100%
}

aside.s-lb span.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    width: 26px;
    height: 26px;
    background: url('https://cdn.igsttech.com/Web.Portal/_Common/Content/Views/Shared/images/close.png') no-repeat;
    cursor: pointer
}

aside.s-lb .cycle-pager {
    position: absolute;
    top: -23px;
    left: 0;
    padding-bottom: 10px;
    font-size: 0
}

aside.s-lb .cycle-pager span {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: top;
    margin-left: 5px;
    background-color: #261f21;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

aside.s-lb .cycle-pager .cycle-pager-active {
    background-color: red
}

#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/AR002-01.Portal/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/AR002-01.Portal/Content/Views/Shared/images/review/up.png') no-repeat
}

#review-list .down:after {
    background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/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/AR002-01.Portal/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/AR002-01.Portal/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;
    width: 100%;
    text-align: center
}

#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>li i {
    position: absolute;
    background: #ff1818;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#lobby>ul.game-list>li i.line-left {
    width: 2px;
    height: 0;
    left: 0;
    bottom: 0
}

#lobby>ul.game-list>li i.line-right {
    width: 2px;
    height: 0;
    right: 0;
    top: 0
}

#lobby>ul.game-list>li i.line-top {
    width: 0;
    height: 2px;
    left: 0;
    top: 0
}

#lobby>ul.game-list>li i.line-bottom {
    width: 0;
    height: 2px;
    right: 0;
    bottom: 0
}

#lobby>ul.game-list>li:hover i.line-left,#lobby>ul.game-list>li:hover i.line-right {
    height: 100%
}

#lobby>ul.game-list>li:hover i.line-top,#lobby>ul.game-list>li:hover {
}

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

#un-lobby aside {
    float: left;
    width: 245px;
    padding: 63px 0 0;
    background: #31282b url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/side.png') no-repeat center top
}

#un-lobby aside:after {
    content: '';
    display: inline-block;
    margin-top: 2px;
    width: 100%;
    height: 157px;
    background: url('https://cdn.igsttech.com/Web.Portal/AR002-01.Portal/Content/Views/Shared/images/sideimg.png') no-repeat center bottom
}

#un-lobby ul#sidebar li {
    width: 245px;
    height: 49px;
    text-align: center
}

#un-lobby ul#sidebar li a {
    display: inline-block;
    margin: 0 auto;
    width: 229px;
    line-height: 49px;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #473a3e;
    color: #fff
}

#un-lobby ul#sidebar li a:before {
    content: '>>';
    margin-right: 5px
}

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

#articles {
    float: right;
    width: 795px;
    min-height: 619px;
    padding: 0 25px 20px 37px;
    color: #937a82;
    text-align: left;
    font-size: 12px;
    background: #261f21
}

#articles h2 {
    font-size: 24px;
    color: #fefb85
}

#articles h3 {
    color: #fefb85;
    font-size: 16px;
    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 #937a82;
    color: #937a82
}

#articles table th {
    background: #191315;
    color: #fefb85;
    font-size: 14px
}

#articles .highlight {
    color: #fefb85
}

#articles .red {
    color: red
}

#articles .green {
    color: #32db1f
}

#articles .orange {
    color: #f93
}

#articles .yellow {
    color: #ff0
}

#articles .white {
    color: #fff
}

#articles .blue {
    color: #0bf
}

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

#articles ul.mtab-menual li {
    display: inline-block;
    margin-right: 15px;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #937a82;
    color: #937a82
}

#articles ul.mtab-menual li.mtab {
    background: #fefb85;
    border-radius: 3px;
    border-bottom: 2px solid transparent
}

.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: #362b2f
}

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

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

.modal-announcement {
    position: fixed;
    top: 7%;
    left: 50%;
    margin-left: -499px;
    width: 1000px;
    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-noshow {
    padding-bottom: 2px;
    text-align: right
}

.modal-announcement>.ma-noshow span {
    margin: 0 5px;
    color: #fff;
    font-size: 14px
}

.modal-announcement>.ma-title {
    min-height: 38px;
    padding: 7px 0;
    color: #fff;
    text-align: center;
    word-break: break-all;
    background-color: #c03;
    border-bottom: 2px solid #ccc;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.modal-announcement>.ma-title>span {
    font-size: 18px;
    font-weight: bold
}

.modal-announcement>.ma-title>i {
    float: right;
    margin: 2px 20px 0 0;
    font-size: 22px;
    cursor: pointer
}

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

.modal-announcement .ma-sidebar {
    width: 27%;
    background-color: #fff;
    border-right: 1px solid #d6d6d6;
    overflow-y: auto;
    overflow-x: hidden
}

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

.modal-announcement .ma-sidebar li {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    color: #000;
    line-height: 49px;
    border-bottom: 1px solid #ccc;
    cursor: pointer
}

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

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

.modal-announcement .ma-sidebar i.fa-comment-dots {
    vertical-align: middle;
    margin-right: 10px
}

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

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

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

.modal-announcement>.ma-footer {
    height: 10px;
    background-color: #c03;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px
}

.modal-announcement>.ma-body>section::-webkit-scrollbar {
    width: 10px;
    height: 3px
}

.modal-announcement>.ma-body>section::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    background: #535353
}

.modal-announcement>.ma-body>section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    border-radius: 10px;
    background: #ededed
}[ng-controller="LobbiesCtrl"] iframe {
     -moz-transition: none!important;
     -o-transition: none!important;
     -webkit-transition: none!important;
     transition: none!important
 }[ng-controller="LobbiesCtrl"] iframe.ng-hide {
      display: block!important;
      height: 0!important;
      visibility: hidden!important
  }