body {
    font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429
}
    body.layout {
        min-width: 1200px;
        background-color: #1c1207
    }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.clearboth:after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}
iframe {
    border: none
}

[ng-click] {
    cursor: pointer
}

ol,
ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.wow {
    visibility: hidden
}

#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: #502e01
}

#top-header {
    position: relative;
    z-index: 3;
    height: 47px;
    font-size: 0;
    line-height: 47px;
    background-color: #391e09
}

    #top-header > .wrapper {
        height: 100%
    }

    #top-header ul {
        font-size: 0
    }

        #top-header ul li {
            display: inline-block;
            font-size: 12px;
            vertical-align: top
        }

    #top-header .left-nav li {
        color: #fff
    }

        #top-header .left-nav li > span[data-language] {
            display: inline-block;
            width: 20px;
            height: 47px;
            margin-left: 6px;
            vertical-align: top;
            background: no-repeat center;
            cursor: pointer
        }

        #top-header .left-nav li > span[data-language="zh-CN"] {
            background-image: url('../images/cn.webp')
        }

        #top-header .left-nav li > span[data-language="zh-TW"] {
            background-image: url('../images/hk.webp')
        }

        #top-header .left-nav li > span[data-language="en-US"] {
            background-image: url('../images/usa.webp')
        }

        #top-header .left-nav li > span[data-language="th"] {
            display: none
        }

    #top-header .right-nav {
        position: absolute;
        top: 0;
        right: 0
    }

        #top-header .right-nav li {
            color: #f0e712
        }

            #top-header .right-nav li.app {
                position: relative;
                z-index: 1;
                cursor: pointer
            }

                #top-header .right-nav li.app span {
                    display: none
                }

                #top-header .right-nav li.app:hover span {
                    display: block;
                    position: absolute;
                    top: 40px;
                    left: 50%;
                    margin-left: -130px;
                    width: 265px;
                    height: 155px;
                    background: url('../images/app.webp') no-repeat center
                }

                    #top-header .right-nav li.app:hover span .app {
                        position: absolute;
                        left: 20px;
                        top: 35px
                    }

                    #top-header .right-nav li.app:hover span .board {
                        position: absolute;
                        right: 20px;
                        top: 35px
                    }

            #top-header .right-nav li.license {
                position: relative;
                cursor: pointer
            }

                #top-header .right-nav li.license:hover:before {
                    content: '';
                    position: absolute;
                    top: 35px;
                    left: 50%;
                    margin-left: -170px;
                    display: inline-block;
                    width: 341px;
                    height: 262px;
                    background: #938e8a url('../images/license.2.webp') no-repeat center;
                    border: solid 8px #545454
                }

            #top-header .right-nav li.color {
                color: red
            }

            #top-header .right-nav li:after {
                content: '|';
                padding: 0 8px;
                color: #fff
            }

    #top-header ul li a {
        color: inherit;
        text-decoration: none
    }

#header {
    position: relative;
    z-index: 2;
    min-width: 1200px;
    height: 107px;
    background: #482c17 url('../images/header_bg.webp') no-repeat center top
}

#logo-bg {
    position: relative;
    width: 390px;
    height: 244px;
    background: url('../images/logo_bg.webp') no-repeat;
    background-size: 100% 100%
}

    #logo-bg:before {
        content: '';
        display: inline-block;
        width: 213px;
        height: 75px;
        margin-left: 59px;
        margin-top: 22px;
        background: url('../images/logo.webp') no-repeat
    }

    #logo-bg > a {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%
    }

#account-box {
    position: absolute;
    top: 17px;
    right: 0
}

    #account-box > form {
        position: relative;
        display: inline-block;
        font-size: 12px
    }

        #account-box > form input {
            width: 128px;
            height: 34px;
            margin-right: 2px;
            padding: 0 6px;
            color: #a79385;
            line-height: 32px;
            background-color: #3c2e1f;
            border: 1px solid #7a6147;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px
        }

            #account-box > form input::-webkit-input-placeholder {
                color: #a79385
            }

            #account-box > form input:-ms-input-placeholder {
                color: #a79385
            }

            #account-box > form input::-moz-placeholder {
                color: #a79385
            }

            #account-box > form input.placeholder {
                color: #a79385
            }

        #account-box > form #check-code-wrapper input {
            width: 172px
        }

    #account-box .login-btn {
        width: 69px;
        height: 29px;
        margin-left: 8px;
        color: #5f3e23;
        line-height: 29px;
        background: url('../images/btn_login.webp') no-repeat;
        border: none
    }

    #account-box .account-link {
        margin-left: 20px;
        line-height: 29px
    }

    #account-box .forget-btn {
        margin-left: 47px;
        color: #60f8ef
    }

    #account-box .trial-btn {
        color: #ef9f15
    }

#check-code-wrapper {
    position: relative;
    display: inline-block
}

#captcha {
    position: absolute;
    top: 5px;
    right: 6px;
    width: auto;
    height: 25px
}

#agree {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 250px;
    z-index: 1;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #502e01
}

    #agree a {
        font-weight: bold;
        cursor: pointer
    }

ul#account-info {
    position: relative
}

    ul#account-info > li {
        display: inline-block;
        height: 32px;
        padding: 0 5px 0 0;
        vertical-align: top;
        color: #fff;
        font-size: 12px;
        line-height: 32px
    }

        ul#account-info > li > span.account {
            display: inline-block;
            max-width: 5.5em;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: top;
            overflow: hidden
        }

        ul#account-info > li a {
            color: #dfbf00;
            cursor: pointer
        }

#action-box {
    display: inline-block;
    vertical-align: top
}

    #action-box > a {
        display: block;
        text-align: center;
        text-decoration: none
    }

#account-nav {
    display: inline-block;
    vertical-align: top
}

    #account-nav > ul {
    }

        #account-nav > ul > li {
            display: inline-block;
            vertical-align: top;
            color: #fff;
            font-size: 13px;
            line-height: 32px
        }

            #account-nav > ul > li.green {
                color: #0f0
            }

            #account-nav > ul > li:hover {
                color: #60f8ef
            }

            #account-nav > ul > li + li:before {
                content: '|';
                color: #fff
            }

            #account-nav > ul > li > a {
                color: inherit;
                text-decoration: none
            }

#nav {
    position: absolute;
    top: 70px;
    right: -46px;
    width: 981px;
    height: 57px;
    background: url('../images/nav.webp') no-repeat center
}

    #nav > ul {
        display: block;
        padding-left: 43px;
        font-size: 0
    }

        #nav > ul > li {
            position: relative;
            display: inline-block;
            width: 70px;
            height: 57px;
            margin-right: 2px;
            vertical-align: top;
            color: #fff;
            font-size: 14px;
            text-align: center
        }

            #nav > ul > li:hover {
                background: url('../images/nav_h.webp') no-repeat center
            }
            #nav > ul > li:hover ol{display:block}
            #nav > ul > li.hot.color {
                color: red
            }

            #nav > ul > li.hot > a:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 15px;
                height: 16px;
                background: url('../images/hot.gif') no-repeat center top
            }

            #nav > ul > li.promotion:hover {
                background: none
            }

            #nav > ul > li.promotion {
                width: 160px;
                margin-left: 17px
            }

                #nav > ul > li.promotion > a:before {
                    content: '';
                    position: absolute;
                    top: 12px;
                    left: 48px;
                    width: 65px;
                    height: 35px;
                    background: url('../images/promo_txt.webp') no-repeat center top
                }

                #nav > ul > li.promotion:hover > a:before {
                    background-position-y: bottom
                }

            #nav > ul > li > a {
                position: relative;
                display: block;
                height: 100%;
                color: inherit;
                line-height: 57px;
                text-decoration: none
            }

.subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: -18px;
    background: rgba(0, 0, 0, .8);
    border: 2px solid #b67445;
    z-index:4
}

    .subnav li {
        position: relative;
        display: inline-block;
        width: 114px;
        height: 40px;
        color: #fff;
        font-size: 12px;
        text-align: left;
        line-height: 40px;
        cursor:pointer;
        background-repeat:no-repeat;
    }

    .subnav > li + li {
        border-top: 1px dotted #b67445
    }

    .subnav li.discount {
        font-size: 13px;
        color: red;
        font-weight: bold
    }

    .subnav li.toggle-color {
        color: red
    }

        .subnav li.toggle-color.color {
            color: #ff0
        }

    .subnav li.redwhite.toggle-color {
        color: red
    }

        .subnav li.redwhite.toggle-color.color {
            color: #fff
        }

    .subnav li:hover {
        color: #f0e712
    }

    .subnav li:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 40px;
        vertical-align: top;
        background: no-repeat center
    }

    .subnav li.hot:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 16px;
        background: url('../images/hot.gif') no-repeat center top
    }

    .subnav li.highly_recommend:after {
        content: '';
        position: absolute;
        top: 0;
        left: 95px;
        width: 53px;
        height: 20px;
        background: url('../images/nav/recommand/recommend.gif') no-repeat center top
    }

    .subnav li.discount:before {
        background-image: url('../images/nav/discount.webp')
    }

    .subnav li.download:before {
        background-image: url('../images/nav/download.webp')
    }

    

    .subnav li.qq:before {
        background-image: url('../images/nav/recommand/qq.webp')
    }

    .subnav li.union:before {
        background-image: url('../images/nav/recommand/unionpay.webp')
    }

    .subnav li.quick:before {
        background-image: url('../images/nav/recommand/cloud.webp')
    }

    .subnav li.wechat:before {
        background-image: url('../images/nav/recommand/wechat.webp')
    }

    .subnav li.ali:before {
        background-image: url('../images/nav/recommand/alipay.webp')
    }

    .subnav li.board:before {
        background-image: url('../images/nav/promotion/board.webp')
    }

    .subnav li.vip:before {
        background-image: url('../images/nav/promotion/vip.webp')
    }

    .subnav li.payoff:before {
        background-image: url('../images/nav/promotion/payoff.webp')
    }

    .subnav li.island:before {
        background-image: url('../images/nav/promotion/island.webp')
    }

    .subnav li.redenvelope:before {
        background-image: url('../images/nav/promotion/redenvelope.webp')
    }

    .subnav li.agent:before {
        background-image: url('../images/nav/promotion/agent.webp')
    }

    .subnav li a {
        display: inline-block;
        height: 100%;
        color: inherit;
        text-decoration: none
    }

    .subnav li.download {
        position: relative;
        cursor: pointer
    }

        .subnav li.download span {
            position: absolute;
            display: none;
            top: -22px;
            left: 115px;
            width: 140px;
            height: 140px;
            background: url('../images/app.webp') no-repeat;
            background-size: contain
        }

            .subnav li.download span img {
                position: absolute;
                left: 13px;
                top: 22px
            }

        .subnav li.download:hover span {
            display: block
        }

#banner {
    position: relative;
    z-index: 0;
    height: 294px;
    background: url('../images/wel_banner.1.webp') no-repeat center top
}

#news {
    position: relative;
    z-index: 1;
    height: 75px;
    padding: 6px 0 0;
    background: url('../images/news.webp') no-repeat center top
}

    #news .wrapper {
        padding: 0 127px 0 243px
    }

#hot-news {
    white-space: nowrap;
    overflow: hidden
}
#hot-news marquee {
    margin-top: 10px;
    color: #fff;
}
    #hot-news li {
        display: inline-block;
        height: 40px;
        vertical-align: top;
        margin: 0 5px;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        line-height: 40px
    }

        #hot-news li:hover {
            text-decoration: underline
        }

#leaderboard {
    position: relative;
    margin-top: -32px;
    width: 100%;
    height: 65px;
    font-size: 0;
    text-align: center;
    background: #010101;
    z-index: 2;
    overflow: hidden
}

    #leaderboard .wrapper {
        background: url('../images/leaderboard_icon.webp') no-repeat left center
    }

.leaderboard-instance {
    float: right;
    position: relative;
    width: 42%;
    height: 63px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px
}

    .leaderboard-instance:before,
    .leaderboard-instance:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -1px;
        width: 1px;
        height: 100%;
        background: #333
    }

    .leaderboard-instance:after {
        left: auto;
        right: 0
    }

    .leaderboard-instance > ul.head {
        position: relative;
        width: 100%;
        height: 30px;
        color: #ff0;
        vertical-align: middle
    }

        .leaderboard-instance > ul.head > li {
            display: inline-block;
            padding: 0 4px;
            width: 25%;
            max-width: 25%;
            height: 100%;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden
        }

    .leaderboard-instance > ul.list {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 33px;
        border-top: 1px solid #333
    }

        .leaderboard-instance > ul.list > *,
        .leaderboard-instance > ul.list > li > div {
            width: 100%
        }

        .leaderboard-instance > ul.list li span {
            display: inline-block;
            padding: 0 2px;
            width: 25%;
            max-width: 25%;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden
        }

#content {
    position: relative;
    padding: 0 0 0;
    background: no-repeat center top
}

#footer {
    padding-bottom: 20px;
    background: #1c1207
}

    #footer > .wrapper {
        padding-top: 112px
    }

#footer-nav {
    position: absolute;
    top: 49px;
    left: 89px;
    font-size: 0
}

    #footer-nav li {
        display: inline-block;
        color: #f7da71;
        font-size: 14px;
        vertical-align: top
    }

        #footer-nav li.color {
            color: red
        }

        #footer-nav li:hover {
            color: #fff
        }

        #footer-nav li + li:before {
            content: '|';
            padding: 0 5px;
            color: #f7da71
        }

        #footer-nav li a {
            color: inherit;
            text-decoration: none
        }

.easy-domain {
    position: absolute;
    top: 49px;
    right: 89px;
    color: #f7da71;
    font-size: 14px
}

#footer-logo {
    display: inline-block;
    width: 100%;
    height: 121px;
    padding: 3px 76px 0;
    background: url('../images/footer_center.webp') no-repeat center;
    overflow: hidden
}

    #footer-logo .left-logo {
        float: left;
        width: 466px;
        height: 115px;
        background: url('../images/footer_left.webp') no-repeat center
    }

    #footer-logo .right-logo {
        float: right;
        width: 466px;
        height: 115px;
        background: url('../images/footer_right.2.webp') no-repeat center
    }

#footer-suggest {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center
}

aside.services {
    position: absolute;
    top: 155px;
    width: 141px;
    z-index: 3
}

    aside.services ul {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none
    }

        aside.services ul > li {
            width: 141px;
            color: #f4e462;
            text-align: center
        }

            aside.services ul > li a {
                display: inline-block;
                width: 100%;
                height: 100%
            }

        aside.services ul li.closed {
            height: 34px;
            cursor: pointer
        }

aside.service-left {
    left: 0;
    background: url('../images/left.webp') no-repeat
}

    aside.service-left .wechat {
        height: 148px
    }

    aside.service-left .envelope {
        height: 73px
    }

    aside.service-left .vip {
        height: 76px
    }

    aside.service-left .slot {
        height: 69px
    }

    aside.service-left .app {
        position: relative;
        height: 77px;
        cursor: pointer
    }

        aside.service-left .app span {
            position: absolute;
            display: none;
            top: -60px;
            left: 140px;
            width: 140px;
            height: 140px;
            background: url('../images/app.webp') no-repeat;
            background-size: contain
        }

            aside.service-left .app span img {
                position: absolute;
                left: 13px;
                top: 24px
            }

            aside.service-left .app span.on {
                display: block
            }

aside.service-right {
    right: 0;
    background: url('../images/right.webp') no-repeat
}

    aside.service-right .qq-deposit {
        height: 136px
    }

    aside.service-right .chat {
        height: 55px
    }

    aside.service-right .join {
        height: 53px
    }

    aside.service-right .mobile {
        height: 58px
    }

    aside.service-right .payoff {
        height: 49px
    }

    aside.service-right .qq {
        height: 38px;
        padding: 10px 0 0 40px;
        font-size: 16px
    }

    aside.service-right .tel {
        height: 57px;
        padding-top: 32px;
        font-size: 15px
    }

#s-lb {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 200px;
    height: 200px
}

    #s-lb li {
        width: 200px;
        height: 200px
    }

        #s-lb li.lb01 {
            background-image: url('../images/lb01.webp')
        }

        #s-lb li.lb02 {
            background-image: url('../images/lb02.webp')
        }

        #s-lb li.lb03 {
            background-image: url('../images/lb3.1.webp')
        }

        #s-lb li.lb03 {
            background-image: url('../images/lb3.1.webp')
        }

        #s-lb li a {
            display: block;
            height: 100%
        }

    #s-lb span.close {
        position: absolute;
        top: -14px;
        right: 0;
        width: 19px;
        height: 19px;
        z-index: 1;
        background-image: url('../images/lb_close.webp');
        cursor: pointer
    }

    #s-lb .slide-pager {
        position: absolute;
        top: -18px
    }

        #s-lb .slide-pager li {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-right: 3px;
            vertical-align: top;
            font-size: 0;
            background-color: #fff;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            cursor: pointer
        }

            #s-lb .slide-pager li.on {
                background-color: red
            }

#s-rt {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    width: 140px;
    height: 140px
}

    #s-rt a {
        display: block;
        height: 100%
    }

    #s-rt span.closed {
        position: absolute;
        top: 0;
        right: 0;
        width: 19px;
        height: 19px;
        z-index: 1;
        background-image: url('../images/lb_close.webp');
        cursor: pointer
    }

#review-list {
    position: fixed;
    bottom: -77px;
    left: 120px;
    width: 100%;
    height: 77px;
    background: #ad6328 \9;
    background: rgba(173, 99, 40, .8);
    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('../images/tab.1.webp') 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('../images/up.webp') no-repeat
        }

        #review-list .down:after {
            background: url('../images/down.webp') no-repeat
        }

    #review-list .wrapper {
        padding-left: 80px;
        height: 77px;
        background: url('../images/txt.webp') 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('../images/title.webp') no-repeat
    }

    #review-box li:hover div {
        display: block
    }

#mailbox {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 32px;
    vertical-align: top;
    text-decoration: none;
    background: url('../images/mail.webp') no-repeat center
}

    #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('../images/transparent-black.webp')
    }

#marquee {
    width: 600px;
    max-height: 500px;
    margin: 30px auto 0 auto;
    background-color: #fff;
    background-image: url('../images/table_background.webp');
    -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('../images/sent_bn.webp');
        cursor: pointer
    }

        #marquee > footer > span:hover {
            background-position: 0 -45.5px
        }

.ui-widget-header {
    min-height: 30px;
    line-height: 30px
}

.ui-dialog {
    z-index: 999
}

    .ui-dialog .ui-dialog-title {
        font-size: 13px;
        line-height: 15px
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin: 0;
        padding: 0;
        border: none
    }

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    font-size: 12px
}

.ui-dialog .ui-dialog-buttonpane button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 3px 6px;
    background: #ffd800
}

.ui-widget-overlay {
}

#lobby {
    width: 1100px;
    margin: 0 auto
}

ul.game-list {
    font-size: 0;
    text-align: center
}

    ul.game-list > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        cursor:pointer;
    }

#un-lobby {
    position: relative;
    display: block;
    width: 1106px;
    margin: 0 auto;
    padding: 30px 78px 75px;
    background: url('../images/content_bg.webp') no-repeat center top;
    background-size: 100% 100%
}

    #un-lobby aside {
        margin-bottom: 25px;
        border-bottom: 2px solid #5e361d
    }

    #un-lobby ul#sidebar {
        display: block
    }

        #un-lobby ul#sidebar li {
            display: inline-block;
            height: 67px;
            margin-right: 3px;
            vertical-align: top;
            color: #fff;
            font-size: 18px;
            line-height: 67px;
            background-color: #3e2719;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px
        }

            #un-lobby ul#sidebar li:hover,
            #un-lobby ul#sidebar li.active {
                color: #190e05;
                background-color: #f8c53b
            }

            #un-lobby ul#sidebar li a {
                display: block;
                height: 100%;
                padding: 0 30px;
                color: inherit;
                text-decoration: none
            }

#articles {
    color: #f99553;
    text-align: left
}

    #articles h2 {
        color: #f7da71;
        font-weight: normal
    }

    #articles h3 {
        color: #f7da71;
        font-size: 14px;
        font-weight: normal;
        text-align: left
    }

    #articles h4 {
        font-size: 14px;
        font-weight: normal;
        text-align: left
    }

    #articles > ul {
        list-style: none
    }

    #articles ol {
        padding-left: 20px;
        list-style-type: decimal
    }

    #articles p,
    #articles li {
        text-align: justify;
        line-height: 2em
    }

    #articles p {
        margin: 1em 0
    }

    #articles a {
        color: inherit;
        text-decoration: none
    }

    #articles table {
        width: 100%
    }

        #articles table tr,
        #articles table th,
        #articles table td {
            color: #000;
            line-height: 2em;
            text-align: center;
            background-color: #fff;
            border: 1px solid #000
        }

        #articles table th {
            color: #fff;
            background-color: #291504
        }

    #articles .highlight {
        color: #fb1838
    }

    #articles .highlight-yel {
        color: #f0e712
    }

    #articles .highlight-green {
        color: #32ff2d
    }

    #articles .highlight-blue {
        color: #2dffee
    }

    #articles .highlight-org {
        color: #fb9318
    }

    #articles .highlight-white {
        color: #fff
    }

    #articles ul.mtab-menual {
        display: block;
        height: 97px;
        margin: 30px 0;
        padding-top: 17px;
        text-align: center;
        border: 1px solid #422207
    }

        #articles ul.mtab-menual li {
            display: inline-block;
            height: 49px;
            margin: 0 74px;
            vertical-align: top;
            color: #5a3720;
            font-size: 20px;
            line-height: 43px;
            text-align: center;
            cursor: pointer
        }

            #articles ul.mtab-menual li.mtab,
            #articles ul.mtab-menual li:hover {
                color: #ffe747;
                border-bottom: 2px solid #ffe747
            }

        #articles ul.mtab-menual.faq li {
            margin: 0 59px
        }

    #articles div.deposit-section {
        margin-bottom: 20px;
        padding: 36px 17px 10px;
        counter-increment: title;
        border: 1px solid #2f1c08
    }

    #articles div.deposit-title {
        position: relative;
        left: -24px;
        display: inline-block;
        width: 574px;
        height: 55px;
        margin-bottom: 31px;
        padding: 0 0 0 45px;
        color: #73481d;
        font-size: 16px;
        line-height: 60px;
        text-decoration: none;
        background: url('../images/title_company.webp') no-repeat left center;
        background-size: 100% 100%
    }

        #articles div.deposit-title:before {
            content: counter(title, upper-alpha);
            margin-right: 52px;
            vertical-align: top;
            color: #333;
            font-size: 40px;
            font-weight: bold
        }

    #articles ul.deposit {
        display: block;
        padding-top: 8px;
        font-size: 0;
        text-align: left
    }

        #articles ul.deposit > li {
            position: relative;
            display: inline-block;
            margin-bottom: 8px;
            vertical-align: bottom
        }

            #articles ul.deposit > li a {
                font-size: 0
            }

                #articles ul.deposit > li a img {
                    margin: 0 8px 8px 0;
                    cursor: pointer
                }

    #articles div.deposit-section p {
        margin: 0
    }

.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: #4a2e06
    }

    .body.container #title,
    .body #account-heading,
    .body #withdrawal-heading {
        color: #fff;
        background: #f7b700
    }

    .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('../images/panel_background.webp') 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('../images/panel_background.webp') 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('../images/input_center.webp') 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('../images/input-top-btm.webp') no-repeat 0 0
}

.input-block-btm {
    position: absolute;
    bottom: -8px;
    left: 0;
    display: inline-block;
    height: 10px;
    width: 100%;
    background: url('../images/input-top-btm.webp') 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('../images/sent_bn.webp') no-repeat 0 0;
    border: 0
}

    .btn-submit:hover {
        color: #454545;
        background: url('../images/sent_bn.webp') 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
    }

[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
    }
