body {
    font-family: 'Microsoft YaHei',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429
}

    body.layout {
        min-width: 1160px;
        background-color: #000
    }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
i.add {
    animation: myfirst 1s infinite;
}

@keyframes myfirst {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.fa-refresh:before {
    color: white;
}
iframe {
    border: none
}

[ng-click] {
    cursor: pointer
}

ol, ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.wrapper {
    position: relative;
    width: 1160px;
    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: #171717
}

#header {
    position: relative;
    font-size: 0;
    min-height: 126px;
    background: #000 url('../images/header_bg.png') repeat-y center top;
    Border-bottom: 2px solid #b40000;
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5)
}

    #header > .wrapper {
        position: static
    }

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable.clearboth:after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
    position: absolute;
    height: 515px;
    width: 700px;
    top: 220.5px;
    left: 78.5px;
    display: block;
    right: auto;
    bottom: auto;
}
.clearboth:after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}
ul.top-nav {
    float: right;
    margin: 3px 0;
    font-size: 0
}

    ul.top-nav > li {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font-size: 12px;
        line-height: 19px;
        text-shadow: 0 1px 0 #000
    }

        ul.top-nav > li.color {
            color: red
        }

        ul.top-nav > li + li:before {
            content: '|';
            display: inline-block;
            padding: 0 5px
        }

        ul.top-nav > li > a {
            color: inherit;
            text-decoration: none
        }

            ul.top-nav > li > a:hover {
                color: #c03
            }

            ul.top-nav > li > a.license {
                position: relative;
                cursor: pointer;
                color: inherit;
                text-decoration: none
            }

                ul.top-nav > li > a.license:hover:after {
                    content: '';
                    position: absolute;
                    z-index: 999;
                    left: -314px;
                    top: 30px;
                    width: 728px;
                    height: 268px;
                    background-image: url('../images/license.png')
                }

        ul.top-nav > li#div-meiDonNow {
            margin-right: 5px
        }

            ul.top-nav > li#div-meiDonNow + li:before, ul.top-nav > li.language:before {
                display: none
            }

        ul.top-nav > li.language {
            margin-left: 3px
        }

            ul.top-nav > li.language > span {
                display: inline-block;
                width: 18px;
                height: 19px;
                margin-left: 8px;
                vertical-align: top;
                cursor: pointer
            }

                ul.top-nav > li.language > span[data-language='en-US'] {
                    background-image: url('../images/lang_en.png')
                }

                ul.top-nav > li.language > span[data-language='zh-TW'] {
                    background-image: url('../images/lang_hk.png')
                }

                ul.top-nav > li.language > span[data-language='zh-CN'] {
                    background-image: url('../images/lang_cn.png')
                }

                ul.top-nav > li.language > span[data-language='th'] {
                    display: none
                }
#fish li {
    width: 96px;
    background-size: 55% 46%;
    background-position: top center;
}

#logo-bg {
    float: left;
    position: relative;
    display: inline-block;
    width: 122px;
    height: 122px;
    margin: 1px auto;
    background: url('../images/logo.png') no-repeat \9
}

    #logo-bg > iframe {
        width: 122px;
        height: 122px
    }

    #logo-bg > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    #logo-bg:after {
        content: '';
        position: absolute;
        top: 9px;
        right: -221px;
        width: 228px;
        height: 98px;
        background: url('../images/slogan.png') no-repeat center center
    }

#account-box {
    float: right
}

    #account-box > form {
        position: relative;
        display: inline-block;
        padding: 12.5px 0
    }

        #account-box > form div.input-group {
            position: relative;
            display: inline-block;
            vertical-align: top
        }

            #account-box > form div.input-group > span.forget-btn {
                position: absolute;
                right: 4px;
                top: 4px;
                height: 22px;
                padding: 0 6px;
                color: #999;
                font-size: 12px;
                line-height: 20px;
                text-align: center;
                background: #555;
                border: 1px solid #777;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px
            }

                #account-box > form div.input-group > span.forget-btn:hover {
                    background: #444;
                    border-color: #9a904d
                }

        #account-box > form input {
            width: 160px;
            height: 30px;
            margin-left: 12px;
            padding: 5px 10px;
            color: #eee;
            font-size: 12px;
            background-color: transparent;
            border: 1px solid #a3a29c;
            -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2) inset;
            -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2) inset;
            box-shadow: 0 2px 2px rgba(0,0,0,.2) inset
        }

            #account-box > form input:focus {
                border-color: #f0dc64;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,220,100,.6);
                -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,220,100,.6);
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,220,100,.6);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,220,100,.6)
            }

            #account-box > form input::-webkit-input-placeholder {
                color: #a3a29c
            }

            #account-box > form input:-ms-input-placeholder {
                color: #a3a29c
            }

            #account-box > form input::-moz-placeholder {
                color: #a3a29c
            }

            #account-box > form input.placeholdersjs {
                color: #a3a29c
            }

        #account-box > form button {
            vertical-align: middle;
            width: 88px;
            height: 27px;
            margin-left: 12px;
            padding: 0;
            color: #f6f297;
            font-size: 14px;
            background-color: transparent;
            border: 1px solid #f6f297
        }

            #account-box > form button:hover {
                color: #f0d25a;
                border-color: #f0d25a;
                background-color: #2f2e20
            }

            #account-box > form button.register-btn {
                width: 100px;
                height: 29px;
                color: #fff;
                font-size: 16px;
                background: url('../images/register_btn.png') no-repeat center center;
                border: none
            }

                #account-box > form button.register-btn:hover {
                    color: #f0d25a;
                    background-color: transparent
                }

#check-code-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

#captcha {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 30px
}

#agree {
    position: absolute;
    top: 77%;
    right: 6px;
    z-index: 1;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #171717
}

    #agree a {
        font-weight: bold;
        cursor: pointer
    }

#account-box.login {
    height: 30px;
    margin: 12.5px 0;
    text-align: right
}

ul#account-info {
    position: relative;
    vertical-align: top
}

    ul#account-info > li {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font-size: 12px;
        line-height: 22px
    }

        ul#account-info > li + li {
            margin-left: 25px
        }

        ul#account-info > li > span.account {
            display: inline-block;
            max-width: 6em;
            color: #fff100;
            -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
            }


        ul#account-info > li.balance > a {
            position: absolute;
            top: 11px;
            left: 210px;
            width: 15px;
            height: 16px;
            font-size: 0;
            background: url('../images/public_icon06.png') no-repeat center center
        }
#action-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px
}

    #action-box > a {
        display: block;
        width: 64px;
        height: 22px;
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        text-decoration: none;
        text-align: center;
        background: #7e7e7e;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

        #action-box > a:hover {
            background: #aaa
        }

#account-nav {
    display: inline-block;
    margin-top: 3px
}

    #account-nav > li {
        display: inline-block
    }

        #account-nav > li + li:before {
            content: '|';
            padding: 0 5px;
            color: #fff;
            font-size: 12px
        }

        #account-nav > li > a {
            display: inline-block;
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            text-align: center
        }

            #account-nav > li > a:hover {
                color: #ffd96f
            }

#nav {
    float: right;
    height: 44px;
    margin-right: -12px;
    text-align: center
}

    #nav > ul > li {
        float: left;
        width: 80px;
        height: 44px;
        color: #fff
    }
        #nav > ul > li:hover a, #nav > ul > li.active a {
            color: #eede61
        }

        #nav > ul > li.color a {
            color: #fcff00
        }

        #nav > ul > li.red.color a {
            color: red
        }

        #nav > ul > li.fish.color a {
            color: #ff0
        }

        #nav > ul > li a {
            position: relative;
            display: block;
            height: 100%;
            color: #fff;
            font-size: 14px;
            line-height: 44px;
            text-decoration: none;
            -moz-transition: color .3s;
            -o-transition: color .3s;
            -webkit-transition: color .3s;
            transition: color .3s
        }

        #nav > ul > li.hot a:before {
            content: '';
            position: absolute;
            top: 3px;
            right: 10px;
            width: 21px;
            height: 12px;
            background: url('../images/hot.gif') no-repeat center
        }



.subnav{
    display: block;
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    height: 139px;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    z-index: -10;
    background: rgba(27,21,21,.9)
}
    .subnav:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -2px;
        height: 2px
    }

    .subnav .main-cell, .subnav ol {
        display: inline-block;
        vertical-align: top
    }

    .subnav .slide-ctrl {
        position: absolute;
        top: 65px;
        width: 28px;
        height: 40px;
        vertical-align: top;
        cursor: pointer;
        background-position: center top;
        background-size:cover
    }
#nav ul li:hover .subnav{
    z-index:30
}
        .subnav .slide-ctrl:hover {
            background-position: center bottom
        }

        .subnav .slide-ctrl.prev {
            left: 50%;
            margin-left: -600px;
            background-image: url('../images/public_prev.png')
        }

        .subnav .slide-ctrl.next {
            right: 50%;
            margin-right: -562px;
            background-image: url('../images/public_next.png')
        }

    .subnav .discount {
        display: inline-block;
        height: 139px;
        width: 159px;
        background-repeat: no-repeat;
        background-position: center center;
        border-right: 1px solid #3f3131
    }

        .subnav .discount.dis10 {
            background-image: url('')
        }

        .subnav .discount.dis12 {
            background-image: url('')
        }

        .subnav .discount.dis15 {
            background-image: url('')
        }

        .subnav .discount.dis30 {
            background-image: url('')
        }

    .subnav .main-cell li {
        width: 100px !important
    }

    .subnav.fish .main-cell li {
        width: 117px !important
    }

    .subnav.mg li {
        width: 100px
    }

    .subnav li {
        display: inline-block;
        height: 139px;
        width: 120px;
        padding-top: 70px;
        color: #fff;
        font-size: 15px;
        vertical-align: top;
        background-position: center 15px;
        background-repeat: no-repeat;
        border-right: 1px solid #3f3131
    }

        .subnav li:after {
            content: '';
            display: block;
            width: 70px;
            height: 24px;
            margin: 10px auto 0;
            background: url('../images/play.png') no-repeat center top
        }
        .subnav li:hover:after {
            background-position: center bottom
        }
    .subnav.img:after {
        content: '';
        display: inline-block;
        width: 152px;
        height: 139px;
        vertical-align: top;
        background-repeat: no-repeat;
        background-position: center center
    }

  

#banner {
    height: 250px;
    background: #000 url('../images/banner.png') no-repeat center top
}

#news {
    position: relative;
    z-index: 1;
    margin-top: -40px;
    height: 40px;
    background: #900707
}

    #news .wrapper{
        padding: 8px 100px;
        background: url('../images/news.png') no-repeat left center
    }
        #news .wrapper .domain {
            position: absolute;
            top: 0;
            right: 0;
            height: 40px;
            padding-left: 32px;
            color: #f39800;
            font-size: 22px;
            font-weight: bold;
            line-height: 40px;
            background: #900707 url('../images/ie.png') no-repeat left center
        }

#hot-news {
    white-space: nowrap;
    overflow: hidden;
    width: 890px;
        color:white
}

    #hot-news li {
        display: inline-block;
        height: 40px;
        vertical-align: top;
        margin: 0 5px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        line-height: 40px
    }

        #hot-news li:hover {
            text-decoration: underline
        }

#content {
    position: relative;
    padding: 30px 0;
    background-color: #171717;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/public_bg.jpg')
}

#footer {
    font-size: 0;
    background: #000 url('../images/footer_bg.png') repeat-y center top
}

#footer-info {
    padding: 10px 0
}
    #footer-info > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 285px;
        height: 80px
    }

        #footer-info > li + li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 1px;
            border-left: 1px solid rgba(255,255,255,.1)
        }

        #footer-info > li > a {
            display: block;
            height: 100%;
            color: #b08e55;
            font-size: 14px;
            font-weight: 700;
            line-height: 80px;
            text-align: center;
            text-decoration: none
        }

            #footer-info > li > a:hover {
                color: #f0d25a
            }

            #footer-info > li > a:before {
                content: '';
                display: inline-block;
                width: 74px;
                height: 80px;
                margin-right: 10px;
                vertical-align: top;
                background: no-repeat center center
            }

        #footer-info > li[data-img="1"] a:before {
            background-image: url('../images/public_footer_img_1.png')
        }

        #footer-info > li[data-img="2"] a:before {
            background-image: url('../images/public_footer_img_2.png')
        }

        #footer-info > li[data-img="3"] a:before {
            width: 121px;
            background-image: url('../images/public_footer_img_3.png')
        }

        #footer-info > li[data-img="4"] a:before {
            width: 80px;
            background-image: url('../images/public_footer_img_4.png')
        }

#footer-logo {
    display: block;
    padding-top: 15px;
    text-align: center;

}

    #footer-logo li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 36px;
        width: 90px;
        margin: 0 12px;
        overflow: hidden
    }

        #footer-logo li:before {
            content: '';
            display: block;
            height: 100%;
            background: no-repeat center bottom;
            opacity: 0;
            filter: alpha(opacity=0);
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        #footer-logo li:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: no-repeat center top;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        #footer-logo li:hover:before {
            opacity: 1;
            filter: alpha(opacity=100)
        }

        #footer-logo li:hover:after {
            top: 36px
        }

        #footer-logo li[data-img="1"]:before, #footer-logo li[data-img="1"]:after {
            width: 69px;
            background-image: url('../images/public_footer_logo_9.png')
        }

        #footer-logo li[data-img="2"]:before, #footer-logo li[data-img="2"]:after {
            width: 76px;
            background-image: url('../images/public_footer_logo_2.png')
        }

        #footer-logo li[data-img="3"]:before, #footer-logo li[data-img="3"]:after {
            width: 90px;
            background-image: url('../images/public_footer_logo_3.png')
        }

        #footer-logo li[data-img="4"]:before, #footer-logo li[data-img="4"]:after {
            width: 110px;
            background-image: url('../images/public_footer_logo_4.png')
        }

        #footer-logo li[data-img="5"]:before, #footer-logo li[data-img="5"]:after {
            width: 110px;
            background-image: url('../images/public_footer_logo_5.png')
        }

        #footer-logo li[data-img="6"]:before, #footer-logo li[data-img="6"]:after {
            width: 81px;
            background-image: url('../images/public_footer_logo_6.png')
        }

        #footer-logo li[data-img="7"]:before, #footer-logo li[data-img="7"]:after {
            width: 78px;
            background-image: url('../images/public_footer_logo_7.png')
        }

        #footer-logo li[data-img="8"]:before, #footer-logo li[data-img="8"]:after {
            width: 70px;
            background-image: url('../images/public_footer_logo_8.png')
        }

        #footer-logo li[data-img="9"]:before, #footer-logo li[data-img="9"]:after {
            width: 74px;
            background-image: url('../images/public_footer_logo_9.png')
        }

        #footer-logo li[data-img="10"]:before, #footer-logo li[data-img="10"]:after {
            width: 89px;
            background-image: url('../images/public_footer_logo_10.png')
        }

#footer-nav {
    display: block;
    padding: 15px 0 5px;
    text-align: center
}

    #footer-nav li {
        display: inline-block
    }

        #footer-nav li + li:before {
            content: '|';
            padding: 0 25px;
            color: #b08e55;
            font-size: 12px
        }

        #footer-nav li a {
            color: #b08e55;
            font-size: 12px;
            font-family: Georgia,'Times New Roman';
            text-align: center;
            text-decoration: none
        }

            #footer-nav li a:hover {
                color: #f0d25a
            }

#footer-suggest {
    margin: 0;
    padding: 5px 0;
    color: #9a8e61;
    font-size: 12px;
    font-family: Georgia,'Times New Roman';
    text-align: center;
    line-height: 18px
}

aside.services {
    position: absolute;
    z-index: 2;
    top: 125px;
    font-size: 0;
    background: no-repeat center top;
    width:130px;
}

aside.service-left {
    left: 0
}

aside.service-right {
    right: 0
}

aside.services ul {
}

    aside.services ul > li {
        width: 128px;
        background: no-repeat center top;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out
    }

        aside.services ul > li > a {
            display: block;
            height: 100%
        }

        aside.services ul > li.slot {
            height: 101px;
            background-image: url(../images/public_left_1.png)
        }

            aside.services ul > li.slot:hover {
                background-image: url('../images/public_left_1_h.png')
            }

        aside.services ul > li.redenvelope {
            height: 63px;
            background-image: url('../images/public_left_2.png')
        }

            aside.services ul > li.redenvelope:hover {
                background-image: url('../images/public_left_2_h.png')
            }

        aside.services ul > li.agent {
            height: 67px;
            background-image: url('../images/public_left_3.png')
        }

            aside.services ul > li.agent:hover {
                background-image: url('../images/public_left_3_h.png')
            }

        aside.services ul > li.agentqq {
            height: 69px;
            background-image: url('../images/public_left_4.png');
            position: relative;
            z-index: 10000;
            line-height: 101px;
            font-size: 15px;
            text-align: center;
            color: white;
        }

            aside.services ul > li.agentqq:hover {
                background-image: url('../images/public_left_4_h.png')
            }

        aside.services ul > li.app {
            height: 148px;
            padding-top: 5px;
            padding-left: 3px;
            text-align: center;
            background-image: url('../images/public_left_5.png')
        }

            aside.services ul > li.app:hover {
                background-image: url('../images/public_left_5_h.png')
            }

        aside.services ul > li.chat {
            height: 116px;
            background-image: url('../images/public_right_1.png')
        }

            aside.services ul > li.chat:hover {
                height: 116px;
                background-image: url('../images/public_right_1_h.png')
            }

        aside.services ul > li.chat2 {
            height: 65px;
            background-image: url('../images/public_right_2.png')
        }

            aside.services ul > li.chat2:hover {
                background-image: url('../images/public_right_2_h.png')
            }

        aside.services ul > li.qq {
            height: 61px;
            background-image: url('../images/public_right_3.png');
            position: relative;
            z-index: 10000;
            line-height: 89px;
            font-size: 16px;
            text-align: center;
            color:white;
        }

            aside.services ul > li.qq:hover {
                background-image: url('../images/public_right_3_h.png')
            }

        aside.services ul > li.tel {
            height: 58px;
            background-image: url('../images/public_right_4.png');
            line-height: 89px;
            font-size: 16px;
            text-align: center;
            color: white;
        }

            aside.services ul > li.tel:hover {
                background-image: url('../images/public_right_4_h.png')
            }

        aside.services ul > li.wechat {
            height: 148px;
            padding-top: 5px;
            padding-left: 5px;
            text-align: center;
            background-image: url('../images/public_right_5.png')
        }

            aside.services ul > li.wechat:hover {
                background-image: url('../images/public_right_5_h.png')
            }

        aside.services ul > li.closed {
            height: 17px;
            cursor: pointer;
            background-image: url('../images/public_right_close.png')
        }

            aside.services ul > li.closed:hover {
                background-image: url('../images/public_right_close_h.png')
            }

.subnav.img.game:after {
 background-image: url('../images/game.png');
}

.subnav.img.live:after {
    background-image: url('../images/live.png');
}

.subnav.img.lottery:after {
    width: 236px;
    background-image: url('../images/lottery.png');
 
}

.subnav.img.sport:after {
    width: 185px;
    margin: 0 25px;
    background-image: url('../images/sport.png');
}

.subnav.img.board:after {
    width: 139px;
    margin: 0 25px;
    background-image: url('../images/board.png')
}

.subnav.img.competition:after {
    width: 139px;
    margin: 0 25px;
    background-image: url('../images/competition.png')
}
    #review-list {
    position: fixed;
    bottom: -77px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 77px;
    background: #000;
    background: rgba(0,0,0,.8);
    color: #fff;
    -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/public_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('../images/public_review_up.png') no-repeat
        }

        #review-list .down:after {
            background: url('../images/public_review_down.png') no-repeat
        }

    #review-list .wrapper {
        padding-left: 80px;
        height: 77px;
        background: url('../images/public_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('../images/public_review_title.png') no-repeat
    }

    #review-box li:hover div {
        display: block
    }

#mailbox {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    text-decoration: none;
    background: url('../images/public_review_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('../images/public_review_transparent-black.png')
    }

#marquee {
    width: 600px;
    max-height: 500px;
    margin: 30px auto 0 auto;
    background-color: #fff;
    background-image: url('../images/public_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/public_sent_bn.png');
        cursor: pointer
    }

        #marquee > footer > span:hover {
            background-position: 0 -45.5px
        }

.ui-widget-header {
    min-height: 30px;
    line-height: 30px
}

.ui-dialog {
    z-index: 999
}

    .ui-dialog .ui-dialog-title {
        font-size: 13px;
        line-height: 15px
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin: 0;
        padding: 0;
        border: none
    }

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    font-size: 12px
}

.ui-dialog .ui-dialog-buttonpane button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 3px 6px;
    background: #ffd800
}

.ui-widget-overlay {
}

#lobby {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    width: 100%
}

    #lobby > ul.game-list {
        font-size: 0;
        text-align: center
    }

        #lobby > ul.game-list > li {
            position: relative;
            display: inline-block;
            vertical-align: top
        }

#un-lobby {
    display: inline-block;
    width: 100%;
    margin: 0 auto
}

    #un-lobby aside {
        float: left;
        background: #ae8541
    }

    #un-lobby ul#sidebar li {
        width: 275px;
        color: #eee;
        font-size: 16px
    }

        #un-lobby ul#sidebar li + li {
            border-top: 1px solid #171717
        }

        #un-lobby ul#sidebar li:hover {
            background: #c39f54
        }

        #un-lobby ul#sidebar li.active {
            background: #901518
        }

        #un-lobby ul#sidebar li a {
            display: block;
            height: 100%;
            color: inherit;
            text-decoration: none
        }

            #un-lobby ul#sidebar li a:before {
                content: '';
                display: inline-block;
                width: 60px;
                height: 64px;
                margin-right: 20px;
                vertical-align: middle;
                background-color: #45351a;
                background-repeat: no-repeat;
                background-position: center
            }

        #un-lobby ul#sidebar li:hover a:before {
            background-color: #756033
        }

        #un-lobby ul#sidebar li.active a:before {
            background-color: #39080a
        }

        #un-lobby ul#sidebar li.about a:before {
            background-image: url('../images/01.png')
        }

        #un-lobby ul#sidebar li.contact a:before {
            background-image: url('../images/02.png')
        }

        #un-lobby ul#sidebar li.partner a:before {
            background-image: url('../images/03.png')
        }

        #un-lobby ul#sidebar li.deposit a:before {
            background-image: url('../images/04.png')
        }

        #un-lobby ul#sidebar li.withdrawl a:before {
            background-image: url('../images/05.png')
        }

        #un-lobby ul#sidebar li.faq a:before {
            background-image: url('../images/06.png')
        }

#articles {
    float: right;
    width: 870px;
    min-height: 389px;
    padding: 15px 20px 35px;
    color: #a0816c;
    text-align: left;
    border: 2px solid #cfba5d
}

    #articles h2 {
        color: #dacb59;
        font-size: 24px;
        font-weight: normal
    }

    #articles h3 {
        color: #a0816c;
        font-size: 14px;
        font-weight: normal
    }

    #articles h4 {
        color: #a0816c;
        font-size: 14px;
        font-weight: normal
    }

    #articles > ul {
        list-style: none
    }

    #articles ol {
        padding-left: 20px;
        list-style-type: decimal
    }

    #articles p, #articles li {
        font-size: 12px;
        text-align: justify;
        line-height: 2em
    }

    #articles p {
        margin: 1em 0
    }

    #articles table {
        width: 100%
    }

        #articles table tr, #articles table th, #articles table td {
            line-height: 2em;
            text-align: center;
            border: 1px solid #cfba5d
        }

        #articles table th {
            color: #000;
            background: #cfba5d
        }

    #articles .highlight {
        color: red
    }

    #articles .highlight-blue {
        color: #309fff
    }

    #articles ul.mtab-menual {
        padding-bottom: 15px;
        padding-left: 0;
        text-align: left
    }

        #articles ul.mtab-menual li {
            display: inline-block;
            width: 90px;
            height: 26px;
            color: #fff;
            font-size: 12px;
            line-height: 26px;
            text-align: center;
            background: #ae8541;
            cursor: pointer
        }

            #articles ul.mtab-menual li + li {
                margin-left: 10px
            }

            #articles ul.mtab-menual li.mtab {
                color: #fb0;
                background: #901518
            }

    #articles ul.deposit {
        list-style-type: none
    }

        #articles ul.deposit > li {
            counter-increment: title
        }


            #articles ul.deposit > li a {
                color: #ff6a00;
                font-size: 16px;
                text-decoration: underline
            }

.body {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 1px;
    font-size: 14px;
    font-family: PMingLiU;
    background: #555;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .body #title {
        color: #fff;
        text-align: center;
        background: #555
    }

    .body.container #title, .body #account-heading, .body #withdrawal-heading {
        color: #fff;
        background: #333
    }

    .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
}

#agent-register {
    color: #fff;
    margin-top: 20px
}

.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: .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
    }
#sendCodeLi {
    display: none;
}
.reg-mobile {
    display: none;
}