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

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

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

#top-header {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    background: #290a24
}

#top-header .topnav-left li {
    float: left;
    line-height: 35px;
    color: #78356d
}

#top-header .topnav-left li[data-img="01"] span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding-left: 25px;
    color: #00f6ff
}

#top-header .topnav-left li[data-img="01"] span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 35px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/wd.png') no-repeat center;*/
    background: url('/web/mb21/images/wd.png') no-repeat center;
}

#top-header #div-meiDonNow {
    color: #ffd053
}

#top-header .topnav-right {
    float: right
}

#top-header .topnav-right li {
    float: left;
    color: #78356d
}

#top-header .topnav-right>li+li:before {
    content: '';
    float: left;
    width: 1px;
    height: 35px;
    margin: 0 15px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/line.png') no-repeat center center;*/
    background: url('/web/mb23/images/line.png') no-repeat center center;
}

#top-header .topnav-right>li.domain.color {
    color: #68d7bf
}

#top-header .topnav-right>li.partner.color {
    color: red
}

#top-header .topnav-right>li.agent.color {
    color: #ff0
}

#top-header .topnav-right>li.yellow {
    color: #ff0
}

#top-header .topnav-right>li.green {
    color: #0f0
}

#top-header .topnav-right>li.red {
    color: red
}

#top-header .topnav-right>li.orange {
    color: #f90
}

#top-header .topnav-right>li.blue {
    color: #0ff
}

#top-header .topnav-right>li.purple {
    color: #60f
}

#top-header .topnav-right>li.purple {
    color: #60f
}

#top-header .topnav-right>li.mobile:hover:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 100%;
    left: -119px;
    z-index: 2;
    width: 338px;
    height: 193px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/qrcode.png') no-repeat center;*/
    background: url('/web/mb23/images/qrcode.png') no-repeat center;
}

#top-header .topnav-right>li>a {
    color: inherit;
    text-decoration: none
}

#top-header .topnav-right>li:hover>a {
    text-decoration: underline
}

#top-header #language {
    position: relative;
    width: 109px;
    height: 28px;
    vertical-align: middle
}

#top-header #language:before {
    margin: 0 10px;
    background: none
}

#top-header #language:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 3px;
    width: 7px;
    height: 4px;
    z-index: 2;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/arrow.png') no-repeat center center;*/
    background: url('/web/mb23/images/arrow.png') no-repeat center center;
}

#top-header #language>ul {
    position: absolute;
    top: 6px;
    width: 88px;
    height: 22px;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #7e3873
}

#top-header #language>ul:hover {
    overflow: visible
}

#top-header #language>ul>li {
    position: relative;
    display: block;
    width: 88px;
    height: 22px;
    padding-left: 27px;
    color: #fff;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 5px center
}

#top-header #language>ul>li.other-language {
    background-color: #290a24
}

#top-header #language>ul>li.other-language:hover {
    color: #7e3873
}

#top-header #language>ul>li[data-language="zh-CN"] {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/cn.png');*/
    background-image: url('/web/mb23/images/cn.png');
}

#top-header #language>ul>li[data-language="zh-TW"] {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/hk.png')*/
    background-image: url('/web/mb23/images/hk.png')
}

#top-header #language>ul>li[data-language="en-US"] {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/en.png')*/
    background-image: url('/web/mb23/images/en.png')
}

#top-header #language>ul>li[data-language="th"] {
    display: none
}

#header {
    position: relative;
    height: 82px;
    background: #49013e
}

#header.ScrollTop {
    position: fixed;
    top: 0
}

#logo-bg {
    position: relative;
    display: inline-block;
    width: 216px;
    height: 57px;
    margin-top: 16px;
    background: url('images/logo.png') no-repeat
}

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

#nav {
    float: right;
    height: 82px
}

#nav>ul>li {
    position: relative;
    float: left;
    width: 82px;
    height: 82px;
    color: #fff;
    text-align: center;
    border-bottom: 3px solid transparent
}

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

#nav>ul>li:hover {
    border-bottom: 3px solid #f59900
}

#nav>ul>li>a {
    display: block;
    height: 100%;
    padding: 23px 0 20px;
    color: #cb7bbe;
    text-decoration: none
}

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

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

#nav>ul>li:hover>a,#nav>ul>li:hover>a>span,#nav>ul>li.mggame.color:hover>a,#nav>ul>li.promotion.color:hover>a {
    color: #e5b14b
}

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

.subnav {
    display: none;
    position: absolute;
    top: 110%;
    left: -28px;
    z-index: 3;
    border: 2px solid #f59900;
    background: url('../../mb23/images/sub_navi_bg.png')
}

.subnav:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    height: 15px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/subnav/arrow_up.png') no-repeat center bottom;*/
    background: url('/web/mb23/images/arrow_up.png') no-repeat center bottom;
}

.subnav ol {
    vertical-align: top
}

.subnav li {
    position: relative;
    width: 120px;
    font-size: 13px;
    line-height: 35px
}

.subnav li[game-box] {
    padding-left: 46px;
    text-align: left;
    background: no-repeat 9px center
}

.subnav li.color {
    color: #00ff65
}

.subnav li.sub-title {
    color: #f59900
}

.subnav li.sub-hot:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 16px;
    height: 20px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/hot.gif') no-repeat center center;*/
    background: url('/web/mb23/images/hot.gif') no-repeat center center;
}

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

.game .subnav {
    margin-left: -135px;
    width: 386px
}

.game .subnav li {
    float: left;
    vertical-align: top
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mggame .subnav {
    left: 50%;
    width: 274px;
    margin-left: -137px;
    font-size: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.hotgame .subnav {
    left: 50%;
    width: 274px;
    margin-left: -137px;
    font-size: 0
}

.hotgame .subnav li {
    width: 135px
}

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

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

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

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

.fish .subnav {
    left: 50%;
    width: 313px;
    margin-left: -155px
}

.fish .subnav li {
    width: 150px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

li.fishgame .subnav li.sub-hot:after {
    right: -10px
}

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

.subnav li:hover {
    color: #e5b14b
}

#header-bot {
    position: absolute;
    top: 117px;
    left: 0;
    z-index: 1;
    width: 100%;
    min-width: 1000px;
    padding: 7px 0;
    background-color: #3e0034;
    border-bottom: 1px solid #57174f;
    border-top: 1px solid #57174f
}

#account-box {
    position: relative;
    display: block;
    width: 1000px;
    height: 100%;
    margin: 2px auto;
    padding-left: 230px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/wz.png') no-repeat left center;*/
    background: url('/web/mb23/images/wz.png') no-repeat left center;
}

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

#account-box>form input {
    width: 167px;
    height: 34px;
    margin-right: 8px;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    background-color: #2c0725;
    border: 1px solid #2c0725;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

#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:focus {
    border: 1px solid #ffd053
}

#account-box>form input#login_account {
    padding-left: 30px;
    background: #2c0725 url('/web/mb23/images/icon05.png') no-repeat 10px center
}

#account-box>form input#login_password {
    padding-left: 30px;
    background: #2c0725 url('/web/mb23/images/icon06.png') no-repeat 10px center
}

#account-box>form button {
    width: 110px;
    height: 34px;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    background: url('/web/mb23/images/btn03.png') no-repeat center top;
    border: none;
    -moz-transition: background-position .4s;
    -o-transition: background-position .4s;
    -webkit-transition: background-position .4s;
    transition: background-position .4s
}

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

#account-box>form span.joinus {
    display: inline-block;
    width: 110px;
    height: 34px;
    color: #000;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    vertical-align: top;
    -moz-transition: background-position .4s;
    -o-transition: background-position .4s;
    -webkit-transition: background-position .4s;
    transition: background-position .4s;
    background: url('/web/mb23/images/btn04.png') no-repeat center top
}

#account-box>form span.joinus:hover {
    background-position: center bottom
}

#account-box>form ul {
    position: absolute;
    left: 310px;
    top: 9px;
    color: #5a2351;
    font-size: 13px
}

#account-box>form ul li.homepage {
    display: none
}

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

#captcha {
    position: absolute;
    top: 6px;
    right: 14px;
    width: auto;
    height: 19px
}

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

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

#account-box.login {
    position: relative;
    margin: 0 auto;
    padding-left: 180px;
    background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/title02.png') no-repeat left center
}

ul#account-info {
    display: inline-block;
    height: 38px;
    margin-right: 10px;
    line-height: 40px
}

ul#account-info>li {
    display: inline-block;
    color: #fbe9ac;
    font-size: 12px
}

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 {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 8px 0
}

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

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

#account-nav {
    position: absolute;
    top: 0;
    left: 500px;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

#account-nav>li {
    float: left;
    line-height: 40px
}

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

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

#account-nav>li.deposit>a {
    color: #fffd66
}

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

#banner {
    height: 277px;
    background: url('https://cdn.igsttech.com/Web.Portal/AB001-01.Portal/Content/Views/Shared/images/banner.png') no-repeat center top
}

#news {
    position: absolute;
    top: 171px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 40px;
    padding: 0;
    font-size: 0;
    background: #320c2c
}

#news .wrapper {
    padding-right: 140px
}

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

#news .domain {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    text-align: center
}

#news .domain a {
    color: #ffd053;
    font-size: 12px;
    text-decoration: none;
    line-height: 40px
}

#news .domain a:hover {
    text-decoration: underline
}

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

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

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

#content {
    position: relative;
    /*margin-top: 94px;*/
    padding: 20px 0;
    background-color: #20071c;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('/web/mb23/images/bg.jpg')
}

#footer {
    padding: 10px 0 30px;
    background-color: #130310
}

#footer-info {
    padding: 20px 0 20px;
    background: url('/web/mb23/images/contact.png') no-repeat center top
}

#footer-info>li {
    float: left;
    width: 250px;
    height: 45px;
    color: #765a73
}

#footer-info>li.tel {
    padding-left: 100px
}

#footer-info>li.email {
    padding-left: 103px
}

#footer-info>li.qq {
    padding-left: 112px
}

#footer-info>li.chat {
    padding-left: 120px
}

#footer-info>li span {
    display: block;
    color: #fff;
    font-size: 16px
}

#footer-info>li:hover,#footer-info>li:hover span {
    color: #ffce00
}

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

#footer-nav {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

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

#footer-nav li+li:before {
    content: '';
    float: left;
    padding: 0 15px;
    width: 7px;
    height: 16px;
    background: url('/web/mb23/images/line02.png') no-repeat center center
}

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

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

#footer-suggest {
    margin: 0;
    color: #523d50;
    text-align: center;
    font-size: 12px;
    line-height: 20px
}

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

aside.services ul {
    width: 130px
}

aside.services li {
    color: #fff;
    font-family: Arial;
    text-align: center;
    background-repeat: no-repeat
}

aside.services li.closed {
    height: 24px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/close.png');
    cursor: pointer
}

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

aside.service-left {
    left: 0
}

aside.service-left .top {
    height: 76px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/921.png')
}

aside.service-left .slot {
    height: 86px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/l01.gif')
}

aside.service-left .mobile {
    height: 38px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/l02.2.png')
}

aside.service-left .deposit {
    height: 66px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/l03.jpg')
}

aside.service-left .app {
    height: 116px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/l05.jpg')
}

aside.service-right {
    right: 0
}

aside.service-right .top {
    height: 76px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/921.png')
}

aside.service-right .chat {
    height: 65px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/r01.jpg')
}

aside.service-right .qq {
    height: 57px;
    padding-top: 24px;
    font-size: 18px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/r02.jpg')
}

aside.service-right .tel {
    height: 57px;
    padding-top: 25px;
    font-size: 14px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/r03.jpg')
}

aside.service-right .qr {
    height: 127px;
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/r04.1.jpg')
}

.service-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 185px;
    height: 175px
}

.service-bottom>div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.service-bottom .close {
    position: absolute;
    top: 2px;
    right: 6px;
    z-index: 101;
    width: 26px;
    height: 26px;
    cursor: pointer
}

.service-bottom a {
    display: block;
    height: 100%
}

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

.service-bottom .img02 {
    background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services-slides/left-slide3.1.png')
}

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

aside.service-lefttop {
    position: fixed;
    top: 0;
    left: 0;
    width: 175px;
    height: 175px;
    background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/services/lefttop.gif') no-repeat;
    z-index: 2
}

aside.service-lefttop a {
    display: block;
    width: 240px;
    background: url('images/lefttop_body.png') no-repeat;
    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;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s
}

aside.service-lefttop:hover a {
    height: 800px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: skew(180deg);
    -ms-transform: skew(180deg);
    -o-transform: skew(180deg);
    -webkit-transform: skew(180deg);
    transform: skew(180deg)
}

#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('/web/mb23/images/title.png') no-repeat
}

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

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

.site-announcement .closed {
    position: absolute;
    top: 20px;
    right: 37px;
    z-index: 1;
    width: 42px;
    height: 42px;
    cursor: pointer
}

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

#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: 234px
}

#un-lobby aside:after {
    content: '';
    display: block;
    width: 234px;
    height: 251px;
    background: url('images/aside_after.1.jpg') no-repeat center center
}

#un-lobby ul#sidebar {
    padding: 10px 10px 0;
    margin-bottom: 10px;
    background-color: #300a29;
    border: 1px solid #57174f
}

#un-lobby ul#sidebar li {
    width: 212px;
    height: 62px;
    margin-bottom: 10px;
    background: #6c195d url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Shared/images/aside_logo.png') no-repeat
}

#un-lobby ul#sidebar li a {
    display: block;
    height: 100%;
    padding: 10px 0 17px 90px;
    color: #fec0f3;
    font-size: 16px;
    text-align: left;
    text-decoration: none
}

#un-lobby ul#sidebar li a span {
    display: block;
    font-size: 12px;
    display: block;
    color: #ba74ae
}

#un-lobby ul#sidebar li:hover {
    background-color: #922d80
}

#un-lobby ul#sidebar li:hover a,#un-lobby ul#sidebar li:hover a span {
    color: #ffd053
}

#un-lobby ul#sidebar li[data-link="mg"] {
    background-position: 30px top
}

#un-lobby ul#sidebar li[data-link="pt"] {
    background-position: 30px -74px
}

#un-lobby ul#sidebar li[data-link="bb"] {
    background-position: 30px -145px
}

#un-lobby ul#sidebar li[data-link="ag"] {
    background-position: 30px -220px
}

#un-lobby ul#sidebar li[data-link="gpi"] {
    background-position: 30px -292px
}

#un-lobby ul#sidebar li[data-link="gns"] {
    background-position: 30px -365px
}

#un-lobby ul#sidebar li[data-link="sg"] {
    background-position: 30px -439px
}

#un-lobby ul#sidebar li[data-link="mw"] {
    background-position: 30px -515px
}

#un-lobby ul#sidebar li[data-link="live"] {
    background-position: 30px -585px
}

#un-lobby ul#sidebar li[data-link="sport"] {
    background-position: 30px -659px
}

#un-lobby ul#sidebar li[data-link="lottery"] {
    background-position: 30px -730px
}

#un-lobby .unlobby-nav {
    display: inline-block;
    position: absolute;
    padding: 0 32px;
    top: 42px;
    left: auto;
    right: 0;
    width: 748px;
    height: 30px;
    font-size: 0;
    z-index: 1
}

#un-lobby .unlobby-nav li {
    display: inline-block;
    position: relative;
    height: 24px;
    font-size: 12px;
    margin-right: 2px;
    background-color: #6c1a5e;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

#un-lobby .unlobby-nav li a {
    display: block;
    height: 100%;
    padding: 0 13px;
    line-height: 24px;
    color: #fab3ee;
    text-align: center;
    text-decoration: none
}

#un-lobby .unlobby-nav li:hover,#un-lobby .unlobby-nav li.active {
    background-color: #f7b42c
}

#un-lobby .unlobby-nav li:hover a,#un-lobby .unlobby-nav li.active a {
    color: #2e0b28
}

#articles {
    float: right;
    width: 757px;
    min-height: 1065px;
    padding: 71px 40px 42px;
    color: #ad8ea8;
    text-align: left;
    background-color: #300a29;
    border: 1px solid #57174f
}

#articles h2 {
    color: #fbc85b
}

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

#articles h4 {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #ad8ea8
}

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

#articles table th {
    color: red;
    font-weight: normal;
    background-color: #ff0
}

#articles .highlight {
    color: red
}

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

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

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

#articles .highlight-blue {
    color: #3cc
}

#articles ul.mtab-menual {
    margin-top: 10px;
    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: #e3c95b;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer
}

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

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

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

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

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

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