* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearboth:after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}

i.add {
    animation: myfirst 1s infinite;
}

@keyframes myfirst {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
body {
    font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: #2f1810
}

    body.layout {
        position: relative;
        min-width: 1145px
    }

* {
    -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: 1145px;
    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: #6d3a13
}

#header {
    position: relative
}

    #header .header-top {
        height: 33px;
        color: #c2b597;
        font-size: 12px;
        font-family: Simsun;
        background-color: #6d3a13
    }

#div-meiDonNow {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 33px
}

ul.top-nav {
    position: absolute;
    right: 15px;
    top: 0
}

    ul.top-nav > li {
        display: inline-block;
        float: left;
        line-height: 33px
    }

        ul.top-nav > li + li {
            margin-left: 12px
        }

        ul.top-nav > li > a {
            color: #c2b597;
            text-decoration: none
        }

        ul.top-nav > li.green-style {
            color: #0f0
        }

        ul.top-nav > li.cyanblue-style {
            color: #0ff
        }

        ul.top-nav > li.yellow-style {
            color: #ff0
        }

        ul.top-nav > li.red-style {
            color: red
        }

        ul.top-nav > li.green-style > span.gold {
            color: #c2b597
        }

        ul.top-nav > li:hover,
        ul.top-nav > li:hover a {
            color: #fff100
        }

    ul.top-nav #domain {
        color: red
    }

    ul.top-nav > li.lang div {
        display: inline-block;
        padding-top: 5px
    }

    ul.top-nav > li.lang span {
        display: inline-block;
        width: 24px;
        height: 24px;
        cursor: pointer
    }

        ul.top-nav > li.lang span[data-language="zh-CN"] {
            background-image: url('../images/lang_cn.png')
        }

        ul.top-nav > li.lang span[data-language="zh-TW"] {
            margin: 0 3px;
            background-image: url('../images/lang_tw.png')
        }

        ul.top-nav > li.lang span[data-language="en-US"] {
            background-image: url('../images/lang_us.png')
        }

        ul.top-nav > li.lang span[data-language="th"] {
            display: none
        }

.header-account {
    position: absolute;
    top: 33px;
    right: 0;
    width: 909px;
    height: 42px;
    padding: 10px 35px 0 45px;
    text-align: right;
    background-image: url('../images/log_bg.png')
}

#account-box {
    display: inline-block;
    font-family: Simsun
}

    #account-box > form {
        position: relative;
        display: inline-block
    }

        #account-box > form input {
            width: 154px;
            height: 28px;
            padding: 0 12px;
            color: #fff;
            font-size: 12px;
            font-family: Simsun;
            background-color: #958f84;
            border: none;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px
        }

            #account-box > form input#login_account,
            #account-box > form input#login_password {
                width: 216px
            }

            #account-box > form input::-webkit-input-placeholder {
                color: inherit
            }

            #account-box > form input:-ms-input-placeholder {
                color: inherit
            }

            #account-box > form input::-moz-placeholder {
                color: inherit
            }

            #account-box > form input.placeholder {
                color: inherit
            }

*.forget-btn {
    position: absolute;
    top: 6px;
    left: 370px;
    font-size: 12px;
    color: #e2c4ad
}

*.login-btn,
*.register-btn {
    display: inline-block;
    width: 82px;
    height: 28px;
    color: #fff;
    border: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

    *.login-btn:hover,
    *.register-btn:hover a {
        color: #eaff00
    }

*.login-btn {
    margin: 0 5px 0 10px;
    background-image: url('../images/login.png')
}

*.register-btn {
    background-image: url('../images/join.png')
}

    *.register-btn a {
        display: block;
        color: #fff;
        line-height: 28px;
        text-align: center;
        text-decoration: none
    }

#check-code-wrapper {
    position: relative;
    display: inline-block
}

#captcha {
    position: absolute;
    top: 4px;
    right: 8px;
    width: auto;
    height: 19px
}

#agree {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 6px;
    z-index: 1;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #541905
}

    #agree a {
        font-weight: bold;
        cursor: pointer
    }

ul#account-info {
    position: absolute;
    top: 12px;
    left: 45px
}

    ul#account-info > li {
        display: inline-block;
        height: 25px;
        padding: 0 5px;
        color: #6d3a13;
        font-size: 12px;
        line-height: 25px
    }

        ul#account-info > li.balance:before {
            content: '$';
            display: inline-block;
            font-size: 16px;
            font-family: Arial;
            vertical-align: top
        }

        ul#account-info > li > span.account {
            display: inline-block;
            max-width: 6em;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: top;
            overflow: hidden
        }

        ul#account-info > li a {
            margin: 0 5px;
            cursor: pointer
        }

            ul#account-info > li a:hover {
                color: #ffd800
            }

    ul#account-info .fa-refresh:before {
        content: '';
        display: inline-block;
        width: 15px;
        height: 16px;
        vertical-align: sub;
        background-image: url('../images/renew.png')
    }

#account-nav {
    display: inline-block;
    margin-right: 95px;
    font-size: 0
}

    #account-nav > li {
        display: inline-block;
        font-size: 12px;
        line-height: 28px
    }

        #account-nav > li + li:before {
            content: '|';
            color: #6d3a13
        }

        #account-nav > li > a {
            display: inline-block;
            color: #6d3a13;
            font-size: 12px;
            text-decoration: none;
            text-align: center;
            cursor: pointer
        }

        #account-nav > li:hover > a {
            color: #ff6f00
        }

#action-box {
    position: absolute;
    top: 10px;
    right: 20px
}

*.logout-btn {
    display: inline-block;
    width: 96px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    background-image: url('../images/logout.1.png')
}

    *.logout-btn:hover {
        color: #eaff00
    }

.header-bottom {
    height: 145px;
    background-image: url('../images/menu_bg.png')
}

    .header-bottom .wrapper {
        position: static
    }

#logo-bg {
    position: relative;
    display: inline-block;
    width: 228px;
    height: 106px;
    margin-top: 7px;
    background: url('../images/logo.png') no-repeat
}

    #logo-bg > a {
        display: block;
        height: 100%
    }

#nav {
    float: right;
    margin-top: 43px;
    height: 77px;
    text-align: center
}

    #nav > ul > li {
        float: left;
        width: 100px;
        height: 77px;
        color: #6d3a13
    }
#hot-news marquee {
    height: 30px;
    font-size: 14px;
    color: #fff;
    line-height:30px;
}
        #nav > ul > li:hover {
            background-image: url('../images/menu_h.png')
        }

            #nav > ul > li:hover a,
            #nav > ul > li:hover a span {
                color: #fff
            }

        #nav > ul > li a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
            padding-top: 15px;
            color: #6d3a13;
            font-size: 14px;
            text-decoration: none
        }

            #nav > ul > li a span {
                display: block;
                margin-top: 8px;
                color: #988475;
                font-size: 12px;
                font-family: SimSun;
                text-decoration: none
            }

        #nav > ul > li.lottery2 {
            position: relative
        }

        #nav > ul > li.hot a:before {
            content: '';
            position: absolute;
            top: 5px;
            right: 0;
            width: 21px;
            height: 12px;
            background: url('../images/hot.gif')
        }

        #nav > ul > li:hover .subnav {
            display: block
        }

.subnav {
    display: none;
    position: absolute;
    top: 85%;
    z-index: 3;
    overflow: hidden
}

    .subnav.full {
        left: 0;
        width: 100%;
        font-size: 0;
        text-align: center;
        background: #fff url('../images/nav_bg.1.png') no-repeat center top
    }

        .subnav.full ol {
            border-width: 0 1px 1px 1px;
            border-style: solid;
            border-color: #b39d8c;
            border-color: rgba(179, 157, 140, .38)
        }

        .subnav.full li {
            cursor:pointer;
            display: inline-block;
            width: 100px;
            height: 92px;
            padding-top: 55px;
            color: #6d3a13;
            font-size: 18px;
            text-align: center;
            background-repeat: no-repeat;
            background-position: center -13px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .subnav.full li:hover {
                background-color: #b39d8c;
                background-color: rgba(179, 157, 140, .25)
            }

            .subnav.full li + li {
                border-left: 1px solid #b39d8c;
                border-left: 1px solid rgba(179, 157, 140, .38)
            }

        .subnav.full .wrapper {
            text-align: left;
            padding-left: 125px
        }

    .subnav.sports .wrapper,
    .subnav.lottery .wrapper {
        padding-left: 265px
    }

        .subnav.sports .wrapper li {
            width: 100px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .subnav.lottery .wrapper li {
            width: 80px
        }

    .subnav.board .wrapper li {
        font-size: 16px
    }

    .subnav.multi-ol ol {
        position: relative;
        border-top: none;
        border-bottom: none
    }

        .subnav.multi-ol ol:before{
            content: '';
            position: absolute;
            bottom: 0;
            left: -100%;
            right: -100%;
            height: 1px;
            background: #b39d8c;
            background: rgba(179, 157, 140, .38)
        }

    .subnav.no-full {
        width: 728px;
        padding: 5px 1px 1px 100px;
    }

        .subnav.no-full:before {
            content: '游戏推介';
            position: absolute;
            top: 0;
            left: 28px;
            max-width: 1em;
            padding-top: 61px;
            color: #fff;
            font-size: 30px;
            line-height: 34px
        }

        .subnav.no-full li {
            position: relative;
            float: left;
            width: 141px;
            height: 66px;
            padding-left: 65px;
            color: #988475;
            line-height: 66px;
            text-align: left;
            background-repeat: no-repeat;
            background-position: 3px center;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background-size:contain;
        }

            .subnav.no-full li:hover {
                color: #fff;
                background-color: #ccc8bd
            }

            .subnav.no-full li:before {
                content: '';
                position: absolute;
                top: 5px;
                left: 5px;
                width: 50px;
                height: 50px;
                background-repeat: no-repeat;
                background-position: center;
                -moz-border-radius: 8px;
                -webkit-border-radius: 8px;
                border-radius: 8px
            }

    .subnav.chess {
        background-image: url('../images/nav_mg.png');
        background-size:100% 100%;
    }

    .subnav.fish {
        width: 701px;
        background-image: url(../images/nav_pt.1.png);
        background-size: 100% 100%;
        min-height: 200px;
    }

        .subnav.fish li {
            width: 133px
        }

    .subnav.lottery2 {
        top: 98%;
        right: 0;
        padding: 1px 91px 1px 1px;
        background-image: url('../images/nav_lottery.png');
        background-position: right center;
        background-size: 100% 100%;
        min-height:200px; 
    }

        .subnav.lottery2:before {
            left: 657px
        }

        .subnav.lottery2 li:before {
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            border-radius: 25px
        }

   

    .subnav.lottery2 li.game03 {
        padding-top: 15px;
        line-height: 1.5em
    }

       
#banner {
    position: relative;
    height: 361px;
    font-size: 0;
    background: url('../images/banner_welcome.jpg') no-repeat center top
}

#news {
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: 26px;
    font-size: 0
}

    #news:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #e0d1b7
    }

    #news .wrapper span.title {
        display: inline-block;
        margin-left: 270px;
        color: #633919;
        font-size: 14px;
        line-height: 26px;
        vertical-align: top
    }

        #news .wrapper span.title:after {
            content: '';
            display: inline-block;
            width: 17px;
            height: 18px;
            margin: 0 15px 0 5px;
            vertical-align: text-bottom;
            background: url('../images/news.png') no-repeat left center
        }

    #news .wrapper span.chat {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        height: 26px;
        background: url('../images/chat.png') no-repeat center
    }

#hot-news {
    display: inline-block;
    width: 645px;
    white-space: nowrap;
    overflow: hidden
}

    #hot-news li {
        display: inline-block;
        height: 26px;
        vertical-align: top;
        margin: 0 5px;
        color: #765842;
        font-size: 12px;
        font-family: Simsun;
        text-decoration: none;
        line-height: 26px
    }

        #hot-news li:hover {
            text-decoration: underline
        }

#content {
    position: relative;
    padding: 30px 0;
 
    background-size:cover;
}

#footer {
    display: block;
    width: 100%;
    background: url('../images/footer.1.jpg') no-repeat center top
}

#footer-info {
    margin-top: 13px;
    padding-left: 122px;
    font-size: 0
}

    #footer-info > li {
        display: inline-block;
        height: 60px;
        padding: 10px 0 0 60px;
        color: #f6c38d;
        font-size: 14px;
        text-align: left
    }

        #footer-info > li > a {
            display: inline-block;
            width: 100%;
            height: 100%
        }

        #footer-info > li > span {
            display: block;
            height: 20px;
            text-overflow: ellipsis;
            overflow: hidden
        }

        #footer-info > li:hover > span {
            color: #fff
        }

        #footer-info > li.tel {
            width: 251px
        }

        #footer-info > li.email {
            width: 246px
        }

        #footer-info > li.qq {
            width: 248px
        }

        #footer-info > li.chat {
            width: 168px
        }

#footer-nav {
    display: block;
    margin: 75px 0 10px;
    text-align: center
}

    #footer-nav li {
        display: inline-block;
        color: #eac08e;
        width:80px;
    }

        #footer-nav li + li:before {
            content: '';
            padding: 0 0px
        }

    #footer-nav a {
        color: #eac08e;
        text-align: center;
        text-decoration: none
    }

        #footer-nav a:hover {
            color: #fff
        }

#footer-suggest {
    display: block;
    margin: 15px 0 25px;
    color: #eac08e;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

aside.services {
    position: absolute;
    top: 30px;
    z-index: 2
}

    aside.services a {
        display: block;
        height: 100%
    }

.service-left {
    left: 0
}

.service-right {
    right: 0;
    height: 517px;
    width: 100px;
    text-align: right;
    background: url('../images/right.1.png')no-repeat left bottom;
    overflow: hidden;
    -moz-transition: width .4s;
    -o-transition: width .4s;
    -webkit-transition: width .4s;
    transition: width .4s
}

    .service-right .hover {
        position: absolute;
        left: 0;
        top: 0
    }

    .service-right .hover1 {
        top: 200px;
        width: 50px;
        height: 105px
    }

    .service-right .hover2 {
        left: 50px;
        top: 175px;
        width: 25px;
        height: 308px
    }

    .service-right .hover3 {
        left: 75px;
        top: 133px;
        width: 25px;
        height: 381px
    }

    .service-right .hover4 {
        display: none;
        height: 130px;
        width: 95px
    }

    .service-right.show .hover4 {
        display: block
    }

    .service-right ul {
        margin-top: 132px;
        width: 0
    }

    .service-right.show {
        width: 251px
    }

        .service-right.show ul {
            width: 251px;
            padding-left: 100px
        }

            .service-right.show ul li {
                width: 149px
            }

    .service-right li.chat {
        height: 65px
    }

    .service-right li.detect {
        height: 55px
    }

    .service-right li.promotion {
        height: 65px
    }

    .service-right li.join {
        height: 65px
    }

    .service-right li.deposit {
        height: 128px
    }

#mailbox {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 10px;
    vertical-align: text-top;
    text-decoration: none;
    background: url('../images/mail.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('../images/transparent-black.png')
    }

#marquee {
    width: 600px;
    max-height: 500px;
    margin: 30px auto 0 auto;
    background-color: #fff;
    background-image: url('../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('../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;
        text-align: center
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin: 0;
        padding: 0;
        border: none
    }

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    font-size: 12px
}

.ui-dialog .ui-dialog-buttonpane button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 3px 6px;
    background: #ffd800
}

#lobby {
    display: inline-block;
    width: 100%;
    text-align: center
}

    #lobby > ul.game-list {
        padding: 50px 8px 0 46px;
        font-size: 0;
        text-align: center
    }

        #lobby > ul.game-list > li {
            position: relative;
            display: inline-block;
            width: 238px;
            height: 372px;
            margin: 0 30px 50px 0
        }

            #lobby > ul.game-list > li:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 238px;
                height: 422px;
                background-position: left top;
                background-repeat: no-repeat
            }

            #lobby > ul.game-list > li:hover {
                -moz-box-shadow: 0 11px 57px 0 rgba(0, 0, 0, .38);
                -webkit-box-shadow: 0 11px 57px 0 rgba(0, 0, 0, .38);
                box-shadow: 0 11px 57px 0 rgba(0, 0, 0, .38)
            }

                #lobby > ul.game-list > li:hover:before {
                    background-position: right top
                }

            #lobby > ul.game-list > li[game-box="more"]:hover,
            #lobby > ul.game-list > li[game-box="more"]:hover:before {
                box-shadow: none
            }

.banner {
    position: relative;
    left: 50%;
    top: 0;
    width: 100%;
    margin-left: -960px
}

#un-lobby {
    display: inline-block;
    width: 100%;
    margin: 0 auto
}

    #un-lobby aside {
        display: inline-block;
        width: 240px;
        height: 876px;
        margin-left: 40px;
        padding: 161px 0 70px;
        background: url('../images/leftbar_bg.png') no-repeat left top
    }

        #un-lobby aside:after {
            content: '';
            display: inline-block;
            width: 100%;
            height: 70px
        }

    #un-lobby ul#sidebar {
        font-size: 0;
        padding: 5px 0 0 10px
    }

        #un-lobby ul#sidebar li {
            width: 216px;
            height: 40px;
            margin: 5px auto;
            background: url('../images/leftbar.png')no-repeat left top
        }

            #un-lobby ul#sidebar li:hover {
                background-position: right top
            }

            #un-lobby ul#sidebar li a {
                display: block;
                height: 100%;
                padding-left: 75px;
                color: #2f1810;
                font-size: 16px;
                font-weight: lighter;
                line-height: 40px;
                text-decoration: none
            }

            #un-lobby ul#sidebar li:hover,
            #un-lobby ul#sidebar li:hover a {
                color: #fff
            }

#articles {
    display: inline-block;
    width: 750px;
    min-height: 876px;
    margin-left: 40px;
    padding-top: 30px;
    color: #000;
    text-align: left;
    vertical-align: top
}

    #articles h2 {
        height: 68px;
        padding: 0 10px;
        color: #915d35;
        font-size: 30px;
        line-height: 43px;
        border-bottom: 3px solid #bfb9b5
    }

    #articles h3 {
        font-size: 14px;
        color: #e1ff00;
        text-align: left
    }

    #articles h4 {
        font-size: 14px;
        text-align: left;
		color: #e1ff00
    }

    #articles > ul {
        list-style: none
    }

        #articles > ul.indent {
            padding-left: 40px
        }

    #articles ol {
        padding-left: 20px;
        list-style-type: decimal
    }

        #articles ol.disc {
            list-style: disc
        }

    #articles p,
    #articles li {
        color: #fff4f0;
        font-size: 14px;
        font-weight: lighter;
        text-align: justify;
        line-height: 2em
    }

    #articles p {
        margin: 1em 0
    }

        #articles p.last {
            text-align: center
        }

    #articles a {
        color: inherit;
        text-decoration: none
    }

    #articles table {
        width: 100%
    }

        #articles table thead {
            background-color: #e0d1b7
        }

        #articles table tr,
        #articles table th,
        #articles table td {
            line-height: 2em;
            text-align: center;
            border: 1px solid #541905
        }

        #articles table th {
        }

    #articles .highlight {
        color: #c03;
        text-decoration: none
    }

    #articles .highlight-orange {
        color: #ffa500
    }

    #articles .highlight-green {
        color: green
    }

    #articles .highlight-large {
        font-size: 18px
    }

    #articles ul.mtab-menual {
        margin-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        text-align: left
    }

        #articles ul.mtab-menual li {
            display: inline-block;
            width: 141px;
            height: 30px;
            color: #541905;
            font-weight: bold;
            line-height: 30px;
            text-align: center;
            background: url('../images/bt.png') no-repeat left center;
            cursor: pointer
        }

            #articles ul.mtab-menual li.mtab {
                color: #fff;
                background-position: right center
            }

    #articles ul.deposit {
        list-style-type: none
    }

.body {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 1px;
    font-size: 14px;
    font-family: PMingLiU;
    background: #6d3a13;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .body #title {
        color: #fff;
        text-align: center;
        background: #6d3a13
    }

    .body.container #title,
    .body #account-heading,
    .body #withdrawal-heading {
        color: #fff;
        background: #944203
    }

    .body #show-account-info.btn {
        color: #fff
    }

.panel {
    width: 100%;
    color: #5f5f5f;
    background: url('../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('../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('../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('../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('../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('../images/sent_bn.png') no-repeat 0 0;
    border: 0
}

    .btn-submit:hover {
        color: #454545;
        background: url('../images/sent_bn.png') no-repeat 0 -46px
    }

    .btn-submit[disabled]:hover {
        color: #999;
        background-position-y: 0
    }

.table {
    color: #000
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        line-height: 2em
    }

table tfoot {
    text-align: center;
    background: #eee
}

#popup-dialog {
    display: none;
    padding: 0
}

    #popup-dialog img {
        width: 100%;
        height: auto !important
    }

    #popup-dialog .dialog-footer {
        height: 30px;
        padding: 0 3px;
        font-size: 12px;
        font-weight: bold;
        line-height: 29px;
        border-top: 1px solid #000
    }

ul#newsBags > li {
    white-space: pre-line;
    word-break: break-all;
    word-wrap: break-word
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

    .modal-overlay.modal-show {
        visibility: visible;
        opacity: .6
    }

.modal-announcement {
    position: fixed;
    top: 7%;
    left: 50%;
    margin-left: -499px;
    width: 1000px;
    z-index: 10000;
    visibility: hidden;
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .modal-announcement.modal-show {
        visibility: visible;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    .modal-announcement > .ma-noshow {
        padding-bottom: 2px;
        text-align: right
    }

        .modal-announcement > .ma-noshow span {
            margin: 0 5px;
            color: #fff;
            font-size: 14px
        }

    .modal-announcement > .ma-title {
        min-height: 38px;
        padding: 7px 0;
        color: #fff;
        text-align: center;
        word-break: break-all;
        background-color: #c03;
        border-bottom: 2px solid #ccc;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0
    }

        .modal-announcement > .ma-title > span {
            font-size: 18px;
            font-weight: bold
        }

        .modal-announcement > .ma-title > i {
            float: right;
            margin: 2px 20px 0 0;
            font-size: 22px;
            cursor: pointer
        }

    .modal-announcement > .ma-body > section {
        height: 560px;
        display: inline-block;
        vertical-align: top
    }

    .modal-announcement .ma-sidebar {
        width: 27%;
        background-color: #fff;
        border-right: 1px solid #d6d6d6;
        overflow-y: auto;
        overflow-x: hidden
    }

        .modal-announcement .ma-sidebar ul {
            width: 100%
        }

        .modal-announcement .ma-sidebar li {
            width: 100%;
            height: 50px;
            padding: 0 12px;
            color: #000;
            line-height: 49px;
            border-bottom: 1px solid #ccc;
            cursor: pointer
        }

            .modal-announcement .ma-sidebar li span {
                display: inline-block;
                width: 80%;
                vertical-align: top;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .modal-announcement .ma-sidebar li:hover,
            .modal-announcement .ma-sidebar li.active {
                color: #fff;
                background-color: #c03
            }

        .modal-announcement .ma-sidebar i.fa-comment-dots {
            vertical-align: middle;
            margin-right: 10px
        }

        .modal-announcement .ma-sidebar i.fa-chevron-right {
            float: right;
            margin-top: 19px
        }

    .modal-announcement .ma-content {
        width: 73%;
        background-color: #fff;
        overflow: auto
    }

        .modal-announcement .ma-content img {
            max-width: 100%;
            height: auto;
            vertical-align: top
        }

    .modal-announcement > .ma-footer {
        height: 10px;
        background-color: #c03;
        -moz-border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px
    }

    .modal-announcement > .ma-body > section::-webkit-scrollbar {
        width: 10px;
        height: 3px
    }

    .modal-announcement > .ma-body > section::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
        background: #535353
    }

    .modal-announcement > .ma-body > section::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
        border-radius: 10px;
        background: #ededed
    }

[ng-controller="LobbiesCtrl"] iframe {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

    [ng-controller="LobbiesCtrl"] iframe.ng-hide {
        display: block !important;
        height: 0 !important;
        visibility: hidden !important
    }
