﻿body {
    font-family: Arial,'Microsoft YaHei',sans-serif;
    font-size: 12px;
    line-height: 1.428571429
}

    body.layout {
        min-width: 1000px;
        background-color: #161616
    }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

iframe {
    border: none
}

[ng-click] {
    cursor: pointer
}

ol, ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto
}

#logingame-body, #announcement-dialog .modal-announcement > .ma-title, #announcement-dialog .modal-announcement > .ma-footer, #announcement-dialog .modal-announcement .ma-sidebar li:hover, #announcement-dialog .modal-announcement .ma-sidebar li.active {
    background: #362c2b
}

#header {
    padding: 10px 0;
    position: relative;
    background: url('../images/header_bg.1.jpg') repeat-x left top;
    border-bottom: 1px solid #303030;
    z-index: 5
}

#header-left {
    position: relative;
    float: right;
    padding: 0 0 0;
    font-size: 0;
    /*background: url('../images/domain.png') no-repeat center top*/
}

    #header-left li {
        display: inline-block;
        line-height: 20px;
        vertical-align: top
    }

        #header-left li.language {
            width: 85px
        }

            #header-left li.language span {
                display: inline-block;
                width: 20px;
                height: 20px;
                margin-right: 3px;
                background-position: center center;
                background-repeat: no-repeat;
                cursor: pointer
            }

                #header-left li.language span[data-language="zh-CN"] {
                    background-image: url('../images/h_img04.png')
                }

                #header-left li.language span[data-language="zh-TW"] {
                    background-image: url('../images/h_img02.png')
                }

                #header-left li.language span[data-language="en-US"] {
                    background-image: url('../images/h_img03.png')
                }

                #header-left li.language span[data-language="th"] {
                    display: none
                }

            #header-left li.language:after {
                content: '';
                display: inline-block;
                height: 20px;
                vertical-align: top;
                padding: 0 10px 0 5px;
                background: url('../images/line.png') no-repeat center center
            }

#div-meiDonNow {
    width: 215px;
    padding-left: 17px;
    color: #999;
    font-size: 12px;
    background: url('../images/icon01.png') no-repeat left center
}

#header-left .detection {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px
}

    #header-left .detection a {
        color: #f9e978;
        text-decoration: none
    }

    #header-left .detection.color a {
        color: red
    }

#header-right {
    position: absolute;
    top: -20px;
    float:left;
}

ul.top-nav {
    position: absolute;
    right: 0
}

    ul.top-nav > li {
        display: inline-block;
        float: left;
        color: #fff
    }

        ul.top-nav > li + li:before {
            content: '|';
            display: inline-block;
            padding: 0 7px;
            color: #80603e
        }

        ul.top-nav > li.mobile {
            color: #0ff
        }

            ul.top-nav > li.mobile a {
                position: relative
            }

                ul.top-nav > li.mobile a:hover:before {
                    content: '';
                    position: absolute;
                    top: 14px;
                    left: 50%;
                    z-index: 4;
                    margin-left: -60px;
                    width: 120px;
                    height: 140px;
                    background: url('../images/mobile_qr.png') no-repeat center bottom
                }

        ul.top-nav > li.vip, ul.top-nav > li.activity {
            color: #f9e978
        }

            ul.top-nav > li.activity.color {
                color: red
            }

        ul.top-nav > li.promotion {
            color: red
        }

            ul.top-nav > li.vip.color, ul.top-nav > li.promotion.color {
                color: #08d803
            }

        ul.top-nav > li:hover {
            color: #f9e978
        }

        ul.top-nav > li > a {
            color: inherit;
            text-decoration: none
        }

    ul.top-nav.sec {
        top: 28px
    }

#header-right #slide-list {
    position: relative;
    display: block;
    width: 340px;
    height: 36px;
    margin-top: 53px;
    padding-left: 45px;
    background: #151515 url('../images/icon02.png') no-repeat 17px center;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #303030;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

    #header-right #slide-list .main-cell {
        margin-right: 20px
    }

    #header-right #slide-list li {
        color: #fff;
        line-height: 34px
    }

#header-right span.side-ctrl {
    position: absolute;
    right: 15px;
    display: block;
    width: 9px;
    height: 5px;
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer
}

    #header-right span.side-ctrl:hover {
        background-position: center bottom
    }

    #header-right span.side-ctrl.prev {
        top: 38px;
        background-image: url('../images/top_prev.png')
    }

    #header-right span.side-ctrl.next {
        top: 49px;
        background-image: url('../images/top_next.png')
    }

#con-bg {
    position: relative;
    width: 258px;
    height: 90px;
    margin: 0 auto;
}

    #con-bg iframe {
        width: 229px;
        height: 63px
    }

#logo-bg {
    position: relative;
    width: 258px;
    height: 90px;
    margin: 0 auto;
    /*background: url('../images/logo.png') no-repeat*/
}

    #logo-bg iframe {
        width: 229px;
        height: 63px
    }

    #logo-bg > a {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%
    }

#nav {
    position: relative;
    height: 50px;
    text-align: center;
    background: url('../images/g_navi_bg.png');
    z-index: 3
}

    #nav ul > li {
        position: relative;
        float: left;
        width: 89px;
        height: 50px;
        color: #fff
    }

        #nav ul > li:hover {
            background: url('../images/g_navi_over.png') no-repeat center center
        }

            #nav ul > li:hover > a {
                color: #6e3a0f
            }

        #nav ul > li.hot:after {
            content: '';
            position: absolute;
            right: 0;
            top: 3px;
            width: 16px;
            height: 20px;
            background: url('../images/hot.gif') no-repeat center center
        }

        #nav ul > li > a {
            display: inline-block;
            width: 100%;
            color: inherit;
            font-size: 14px;
            line-height: 50px;
            text-decoration: none
        }

        #nav ul > li:hover .subnav {
            display: block
        }

        #nav ul > li.yellow {
            color: #ff0
        }

        #nav ul > li.promotion {
            color: #08d803
        }

    #nav ul li.highlight {
        color: red
    }

.subnav {
    display: none;
    position: absolute;
    top: 55px;
    left: -8px;
    z-index: 3;
    border: 2px solid #f8e978;
    background: url('../images/sub_navi_bg.png') left center
}

    .subnav:before {
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        left: 0;
        width: 100%;
        height: 5px;
        background: url('../images/icon004.png') no-repeat center bottom
    }

    .subnav.slot {
        width: 220px;
        left: -61px;
        text-align: left
    }

    .subnav li {
        position: relative;
        display: inline-block;
        width: 106px;
        color: #fff;
        font-size: 13px;
        line-height: 35px;
        text-align: center
    }

        .subnav li a {
            display: block;
            height: 100%;
            color: inherit;
            text-decoration: none
        }

        .subnav li + li {
            border-top: 1px dotted #534a43
        }

        .subnav li.empty {
            border-top: none
        }

        .subnav li:hover {
            color: #ffd954;
            background: none
        }

        .subnav li.hot:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 16px;
            height: 20px;
            background: url('../images/hot.gif') no-repeat center center
        }

    .subnav.fish li.hot:after {
        right: -10px
    }

#account-box {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 232px;
    height: 239px;
    text-align: center;
    background: url('../images/login02.png') no-repeat center center
}

    #account-box:before {
        content: '';
        display: block;
        width: 143px;
        height: 18px;
        margin: 18px auto 15px;
        background: url('../images/title.png') no-repeat center center
    }

    #account-box > form {
        position: relative;
        width: 192px;
        margin: 0 auto
    }

        #account-box > form input {
            display: block;
            width: 192px;
            height: 34px;
            margin: 0 auto 4px;
            padding-left: 30px;
            color: #fff1bb;
            line-height: 32px;
            font-size: 13px;
            background-position: 10px center;
            background-color: transparent;
            background-repeat: no-repeat;
            background-image: url('../images/icon05.png');
            border: 1px solid #322f2f
        }

            #account-box > form input#login_password {
                background-image: url('../images/icon06.png')
            }

            #account-box > form input::-webkit-input-placeholder {
                color: inherit
            }

            #account-box > form input:-ms-input-placeholder {
                color: #fff1bb
            }

            #account-box > form input::-moz-placeholder {
                color: inherit
            }

            #account-box > form input.placeholdersjs {
                color: #fff1bb
            }

            #account-box > form input:focus {
                border: 1px solid #fff1bb;
                -moz-transition: all .3s;
                -o-transition: all .3s;
                -webkit-transition: all .3s;
                transition: all .3s
            }

        #account-box > form #check-code-wrapper input {
            background-image: url('../images/icon07.png')
        }

        #account-box > form button {
            display: inline-block;
            width: 92px;
            height: 34px;
            margin-top: 7px;
            line-height: 34px;
            vertical-align: top;
            background: url('../images/btn01.1.png') no-repeat center top
        }

        #account-box > form .register {
            display: inline-block;
            width: 92px;
            height: 34px;
            margin: 7px 3px 0 0;
            color: #6e3a0f;
            line-height: 34px;
            vertical-align: top;
            background: url('../images/btn02.1.png') no-repeat center top
        }

*.login-btn {
    color: #fff;
    border: none
}

    *.login-btn:hover {
        background-position: center bottom
    }

*.forget-btn {
    float: left;
    display: inline-block;
    margin: 8px 2px;
    color: #ffe8a1;
    text-align: left
}

*.freeplay-btn {
    display: none
}

#check-code-wrapper {
    position: relative;
    display: inline-block
}

#captcha {
    position: absolute;
    top: 2px;
    right: 2px;
    width: auto;
    height: 29px
}

#agree {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 6px;
    z-index: 1;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #251d1d
}

    #agree a {
        font-weight: bold;
        cursor: pointer
    }

#account-box.login:before {
    background: url('../images/title02.png') no-repeat center center
}

ul#account-info {
    position: relative
}

    ul#account-info > li {
        width: 190px;
        height: 25px;
        margin-bottom: 5px;
        color: #fff;
        font-size: 12px;
        line-height: 25px;
        text-align: left
    }

        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
            }

#action-box {
    width: 190px;
    margin: 5px auto 0
}

    #action-box > a {
        display: block;
        width: 190px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
        text-decoration: none;
        text-align: center;
        background: url('../images/btn05.png') no-repeat center top
    }

        #action-box > a:hover {
            opacity: .9;
            filter: alpha(opacity=90)
        }

#account-nav {
    text-align: center
}

    #account-nav > ul {
        text-align: left;
        width: 190px;
        font-size: 0
    }

        #account-nav > ul > li {
            float: left;
            line-height: 30px
        }

            #account-nav > ul > li + li:before {
                content: '|';
                color: #fff;
                font-size: 12px;
                padding: 0 2px
            }

            #account-nav > ul > li.recode:before {
                display: none
            }

            #account-nav > ul > li > a {
                display: inline-block;
                color: #fff;
                font-size: 12px;
                text-decoration: none;
                text-align: center;
                cursor: pointer
            }

            #account-nav > ul > li:hover > a {
                color: #fff100
            }

#banner {
    height: 279px;
    background-color: #1e1e1e;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url('../images/banner.jpg')
}

#news {
    position: relative;
    z-index: 1;
    height: 40px;
    padding: 0;
    background: #1c1c1c
}

    #news .wrapper:before {
        content: '最新消息：';
        float: left;
        height: 40px;
        padding-left: 26px;
        color: #f0e2b0;
        line-height: 40px;
        font-size: 12px;
        font-weight: bold;
        background: url('../images/new_img.png') no-repeat left center
    }

#hot-news {
    white-space: nowrap;
    overflow: hidden
}

    #hot-news li {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        line-height: 40px
    }

        #hot-news li:hover {
            text-decoration: underline
        }

#content {
    position: relative;
    padding: 20px 0;
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/bg.jpg')
}

#footer {
    padding: 43px 0 30px;
    background-color: #161616;
    border-top: 2px solid #2f2f2f
}

#footer-info > li {
    float: left;
    height: 93px
}

    #footer-info > li.chat {
        margin-right: 33px
    }

        #footer-info > li.chat > span {
            position: relative;
            display: block;
            margin-bottom: 8px;
            width: 180px;
            height: 44px;
            background-position: center top
        }

            #footer-info > li.chat > span.qqclick {
                background-image: url('../images/icon08.png')
            }

            #footer-info > li.chat > span.chatclick {
                background-image: url('../images/icon09.png')
            }

            #footer-info > li.chat > span:hover {
                background-position: center bottom
            }

                #footer-info > li.chat > span:hover:before {
                    background-position: center bottom
                }

    #footer-info > li.chatinfo {
        width: 225px;
        color: #666;
        text-align: left
    }

        #footer-info > li.chatinfo > span {
            display: block;
            margin: 4px 0 3px;
            color: #fff;
            font-weight: bold;
            font-size: 22px
        }

            #footer-info > li.chatinfo > span.email {
                font-size: 14px;
                font-weight: normal
            }

    #footer-info > li.service {
        display: inline-block
    }

        #footer-info > li.service ul {
            height: 100%
        }

            #footer-info > li.service ul li {
                float: left;
                height: 100%;
                width: 185px;
                background-position: center top;
                background-repeat: no-repeat
            }

                #footer-info > li.service ul li[data-img="01"] {
                    background-image: url('../images/info_icon01.png')
                }

                #footer-info > li.service ul li[data-img="02"] {
                    background-image: url('../images/info_icon02.png')
                }

                #footer-info > li.service ul li[data-img="03"] {
                    background-image: url('../images/info_icon03.png')
                }

                #footer-info > li.service ul li a {
                    display: block;
                    height: 100%;
                    padding-top: 55px;
                    color: #666;
                    text-align: center;
                    text-decoration: none
                }

                    #footer-info > li.service ul li a span {
                        display: block;
                        color: #fff;
                        font-size: 14px;
                        font-weight: bold
                    }

                #footer-info > li.service ul li:hover a, #footer-info > li.service ul li:hover a span {
                    color: #f8e978
                }

#footer-logo {
    margin: 20px auto 26px;
    width: 100%;
    height: 139px;
    background: url('../images/footer_logo.jpg') no-repeat center
}

#footer-nav {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

    #footer-nav li {
        display: inline-block
    }

        #footer-nav li + li:before {
            content: '';
            padding: 0 15px;
            height: 16px;
            background: url('../images/line.png') no-repeat center center
        }

    #footer-nav a {
        color: #fff;
        text-align: center;
        text-decoration: none
    }

        #footer-nav a:hover {
            color: red
        }

#footer-suggest {
    display: block;
    margin: 0;
    color: #666;
    line-height: 20px;
    text-align: center
}

.services {
    position: absolute;
    z-index: 6;
    top: 111px
}

    .services ul {
        width: 130px
    }

    .services > ul > li {
        background-position: center top;
        background-repeat: no-repeat
    }

        .services > ul > li > a {
            display: block;
            height: 100%
        }

    .services .closed {
        height: 20px;
        cursor: pointer
    }

.service-left {
    left: 0
}

    .service-left .deposit {
        height: 60px;
        background-image: url('../images/01.1.gif')
    }

    .service-left .promotion {
        height: 71px;
        background-image: url('../images/02.gif')
    }

    .service-left .discount {
        height: 87px;
        background-image: url('../images/03.png')
    }

    .service-left .kg {
        height: 106px;
        background-image: url('../images/04.1.png')
    }

    .service-left .lucky {
        height: 121px;
        background-image: url('../images/05.1.gif')
    }

    .service-left .closed {
        background-image: url('../images/06.png')
    }

.service-right {
    right: 0
}

    .service-right .wechat {
        height: 60px;
        background-image: url('../images/01.gif')
    }

    .service-right .chat {
        height: 67px;
        background-image: url('../images/02.jpg')
    }

    .service-right .chat02 {
        height: 69px;
        background-image: url('../images/03.jpg')
    }

    .service-right .chat03 {
        height: 69px;
        background-image: url('../images/04.jpg')
    }

    .service-right .selfhelp {
        height: 86px;
        background-image: url('../images/05.jpg')
    }

    .service-right .qq {
        height: 94px;
        background-image: url('../images/06.jpg')
    }

    .service-right .closed {
        background-image: url('../images/07.png')
    }

.service-left-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 220px;
    height: 200px
}

    .service-left-bottom .main-cell li {
        width: 200px;
        height: 200px
    }

    .service-left-bottom a {
        display: block;
        height: 100%
    }

    .service-left-bottom .img01 {
        background-image: url('../images/img01.png')
    }

    .service-left-bottom .img02 {
        background-image: url('../images/2.png')
    }

    .service-left-bottom .img03 {
        background-image: url('../images/3.png')
    }

    .service-left-bottom .img04 {
        background-image: url('../images/img04.png')
    }

    .service-left-bottom .img05 {
        background-image: url('../images/img05.png')
    }

    .service-left-bottom .img06 {
        background-image: url('../images/6.png')
    }

    .service-left-bottom .img08 {
        background-image: url('../images/8.png')
    }

    .service-left-bottom .img07 {
        background-image: url('../images/img09.png')
    }

    .service-left-bottom .img09 {
        background-image: url('../images/img10.png')
    }

    .service-left-bottom .slide-pager {
        position: absolute;
        top: -23px;
        left: 0;
        font-size: 0
    }

        .service-left-bottom .slide-pager li {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin-left: 5px;
            vertical-align: top;
            background-color: #006000;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            cursor: pointer
        }

            .service-left-bottom .slide-pager li.on {
                background-color: red
            }

    .service-left-bottom .closed {
        position: absolute;
        top: -13px;
        right: -13px;
        width: 26px;
        height: 26px;
        background-image: url('../images/close.png');
        cursor: pointer
    }

aside.service-left-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 111px;
    height: 111px;
    background: url('../images/lefttop_head.png') no-repeat left top;
    background-size: cover
}

    aside.service-left-top .content {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 0%;
        background: url('../images/lefttop_body.1.jpg') no-repeat left top;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: skewX(145deg);
        -ms-transform: skewX(145deg);
        -o-transform: skewX(145deg);
        -webkit-transform: skewX(145deg);
        transform: skewX(145deg);
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        overflow: hidden
    }

    aside.service-left-top:hover .content {
        height: 920px;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    aside.service-left-top .content li[data-link="01"] {
        height: 383px
    }

    aside.service-left-top .content li[data-link="02"] {
        height: 537px
    }

    aside.service-left-top .content li a {
        display: block;
        height: 100%
    }

    aside.service-left-top span {
        position: absolute;
        top: 0;
        left: 0;
        width: 23px;
        height: 23px;
        background: url('../images/close.png') no-repeat center center;
        background-size: cover;
        cursor: pointer
    }

#review-list {
    position: fixed;
    bottom: -77px;
    left: 0;
    width: 100%;
    height: 77px;
    background: rgba(0,0,0,.8);
    background: #000\9;
    color: #fff;
    z-index: 1;
    -webkit-transition: bottom .4s;
    -o-transition: bottom .4s;
    -moz-transition: bottom .4s;
    transition: bottom .4s
}

    #review-list.open {
        bottom: 0
    }

    #review-list .up, #review-list .down {
        position: absolute;
        top: -24px;
        left: 0;
        width: 150px;
        height: 24px;
        text-align: center
    }

        #review-list .up:after, #review-list .down:after {
            content: '';
            display: inline-block;
            margin-left: 5px;
            width: 7px;
            height: 8px
        }

        #review-list .up:after {
        }

        #review-list .down:after {
        }

    #review-list .wrapper {
        padding-left: 80px;
        height: 77px
    }

#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
    }

    #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/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/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;
    text-align: center
}

#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;
        text-align: center;
        border-top: 1px solid #000
    }

.ui-dialog {
    z-index: 999
}

    .ui-dialog .ui-dialog-title {
        font-size: 13px;
        line-height: 15px
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin: 0;
        padding: 0;
        border: none
    }

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    font-size: 12px
}

.ui-dialog .ui-dialog-buttonpane button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 3px 6px;
    background: #ffd800
}

#popup-dialog .dialog-footer {
    text-align: center
}

#lobby {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    width: 100%
}

    #lobby > ul.game-list {
        text-align: center;
        font-size: 0
    }

        #lobby > ul.game-list > li {
            position: relative;
            display: inline-block;
            background-position: center top;
            background-repeat: no-repeat;
            vertical-align: top
        }

            #lobby > ul.game-list > li:hover {
                background-position: center bottom
            }

#un-lobby {
    display: inline-block;
    width: 100%;
    margin: 0 auto
}

    #un-lobby aside {
        float: left;
        width: 240px;
        padding: 0
    }

        #un-lobby aside .aside-title {
            text-align: left;
            font-size: 16px;
            margin: 0 auto;
            padding-left: 20px;
            color: #ebdd73;
            line-height: 61px;
            background-color: #181818;
            border-bottom: 1px solid #393939
        }

            #un-lobby aside .aside-title span {
                font-size: 12px;
                color: #666
            }

        #un-lobby aside:after {
            content: '';
            display: inline-block;
            margin: 20px auto 0;
            width: 100%;
            height: 188px;
            background: url('../images/s_img1.jpg') no-repeat center bottom
        }

    #un-lobby ul#sidebar {
        width: 240px;
        background-color: #252525
    }

        #un-lobby ul#sidebar li {
            width: 200px;
            height: 53px;
            margin: 0 auto
        }

            #un-lobby ul#sidebar li a {
                position: relative;
                display: block;
                height: 100%;
                color: #dfdfdf;
                font-size: 14px;
                text-align: left;
                text-decoration: none;
                line-height: 53px;
                background-color: #252525;
                border-bottom: 1px solid #393939
            }

                #un-lobby ul#sidebar li a img {
                    margin-left: 10px;
                    vertical-align: middle
                }

                #un-lobby ul#sidebar li a:after {
                    content: '';
                    position: absolute;
                    top: 21px;
                    right: 5px;
                    width: 6px;
                    height: 11px;
                    background: url('../images/ico01.png') no-repeat center top
                }

            #un-lobby ul#sidebar li:last-child a {
                border: none
            }

            #un-lobby ul#sidebar li:hover a {
                color: #ebdd73
            }

                #un-lobby ul#sidebar li:hover a:after {
                    background-position: center bottom
                }

#articles {
    float: right;
    width: 740px;
    min-height: 802px;
    padding: 20px;
    color: #ccc;
    text-align: left;
    background-color: #252525
}

    #articles h2 {
        min-height: 43px;
        margin: 0;
        padding-bottom: 20px;
        color: #fdfc9c;
        font-size: 18px;
        text-align: center;
        background-position: center top;
        background-repeat: no-repeat;
        border-bottom: 1px solid #343434
    }

    #articles h3 {
        color: #ebdd73;
        font-size: 14px;
        text-align: left
    }

    #articles h4 {
        color: #ebdd73;
        font-size: 12px;
        font-weight: normal;
        text-align: left
    }

    #articles > ul {
        list-style: none
    }

    #articles ol {
        padding-left: 20px;
        list-style-type: decimal
    }

    #articles li a {
        color: inherit;
        text-decoration: none
    }

    #articles p.articles-footer {
        color: #ff0;
        text-align: center;
        font-size: 20px
    }

    #articles p, #articles li {
        font-size: 12px;
        text-align: justify;
        line-height: 2em
    }

    #articles p {
        margin: 1em 0
    }

    #articles table {
        width: 100%
    }

        #articles table tr, #articles table th, #articles table td {
            color: #000;
            line-height: 2em;
            text-align: center;
            border: 1px solid #343434
        }

        #articles table th {
            color: #fff;
            background-color: #930211
        }

        #articles table td {
            background-color: #fff
        }

    #articles li.wechat img {
        display: block;
        margin: 5px
    }

    #articles .highlight {
        color: red
    }

    #articles .highlight-green {
        color: #0f0
    }

    #articles .highlight-dark-green {
        color: green
    }

    #articles .highlight-lightblue {
        color: #0ff
    }

    #articles .highlight-purple {
        color: #f0f
    }

    #articles .highlight-yellow {
        color: #ff0
    }

    #articles .highlight-lightyellow {
        color: #ebdd73
    }

    #articles .highlight-orange {
        color: #ffc000
    }

    #articles ul.mtab-menual {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 15px;
        padding-left: 0;
        text-align: center
    }

        #articles ul.mtab-menual li {
            display: inline-block;
            width: 95px;
            height: 32px;
            margin: 0 12px;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            color: #fff;
            background-image: linear-gradient(150deg,#484848 20%,#343333 80%);
            border: 1px solid #484848;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            cursor: pointer
        }

            #articles ul.mtab-menual li:hover, #articles ul.mtab-menual li.mtab {
                background-image: linear-gradient(150deg,#bc1000 20%,#920c00 80%);
                border: 1px solid #bc1000
            }

    #articles.deposit h2 {
        color: #faf68f;
        font-size: 20px;
        border-bottom: 3px solid #313131
    }

    #articles ul.deposit {
        list-style-type: none;
        color: #fff
    }

        #articles ul.deposit > li {
            counter-increment: title
        }

            #articles ul.deposit > li > a.title:before {
                content: counter(title,decimal);
                padding: 0 35px 0 6px;
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                font-style: italic
            }

            #articles ul.deposit > li a.title {
                display: block;
                width: 685px;
                margin-top: 15px;
                color: #ebdd73;
                font-size: 16px;
                font-weight: bold;
                font-style: italic;
                text-decoration: none;
                line-height: 30px;
                background: url('../images/title.png') no-repeat left center;
                border-bottom: 1px solid #313131
            }

                #articles ul.deposit > li a.title > span {
                    margin-left: 1em
                }

            #articles ul.deposit > li .deposit-btnGroup {
                margin: 0 -6px;
                padding: 0 5px;
                text-align: left
            }

                #articles ul.deposit > li .deposit-btnGroup .deposit-btn {
                    margin-right: 8px
                }

            #articles ul.deposit > li a.deposit-btn {
                display: inline-block;
                margin-bottom: 8px;
                height: 35px;
                width: 220px;
                color: #fff;
                font-size: 14px;
                font-weight: normal;
                text-decoration: none;
                line-height: 35px;
                text-align: center;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                cursor: pointer
            }

                #articles ul.deposit > li a.deposit-btn.small {
                    width: 218px
                }

                #articles ul.deposit > li a.deposit-btn:hover {
                    opacity: .5;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
                }

                #articles ul.deposit > li a.deposit-btn.green {
                    background-color: #22ac38
                }

                #articles ul.deposit > li a.deposit-btn.gray-green {
                    background-color: #06ac77
                }

                #articles ul.deposit > li a.deposit-btn.gray-blue {
                    background-color: #2486c5
                }

                #articles ul.deposit > li a.deposit-btn.orange {
                    color: #9f5a00;
                    background-color: #ec860d
                }

                #articles ul.deposit > li a.deposit-btn.blue {
                    background-color: #0ae
                }

                #articles ul.deposit > li a.deposit-btn.white {
                    color: #666;
                    background-color: #f3f3f3
                }

                #articles ul.deposit > li a.deposit-btn.white2 {
                    color: #666;
                    background-color: #fff
                }

                #articles ul.deposit > li a.deposit-btn.light-blue {
                    background-color: #3b4df4
                }

                #articles ul.deposit > li a.deposit-btn.light-blue2 {
                    background-color: #186aff
                }

                #articles ul.deposit > li a.deposit-btn.yellow {
                    color: #9f5a00;
                    background-color: #ffd300
                }

                #articles ul.deposit > li a.deposit-btn.light-yellow {
                    color: #524432;
                    background-color: #e9e5af
                }

                #articles ul.deposit > li a.deposit-btn.white {
                    color: #666;
                    background-color: #f3f3f3
                }

                #articles ul.deposit > li a.deposit-btn.dark-red {
                    color: #fff;
                    background-color: #de2219
                }

            #articles ul.deposit > li i {
                display: inline-block;
                width: 35px;
                height: 20px;
                vertical-align: middle;
                margin-right: 5px;
                background-repeat: no-repeat;
                background-position: center center
            }

                #articles ul.deposit > li i.online {
                    width: 20px;
                    background-image: url('../images/online.png')
                }

                #articles ul.deposit > li i.qq {
                    background-image: url('../images/qq.1.png')
                }

                #articles ul.deposit > li i.qq-penguin {
                    background-image: url('../images/qq_penguin.jpg')
                }

                #articles ul.deposit > li i.qq-trans {
                    background-image: url('../images/qq_transfer.png')
                }

                #articles ul.deposit > li i.we-ali-qq {
                    width: 90px;
                    background-image: url('../images/wechat_alipay_qq.1.png')
                }

                #articles ul.deposit > li i.ali {
                    background-image: url('../images/ali.png')
                }

                #articles ul.deposit > li i.jd {
                    background-image: url('../images/jd.png')
                }

                #articles ul.deposit > li i.transfer {
                    background-image: url('../images/transfer.png')
                }

                #articles ul.deposit > li i.point {
                    background-image: url('../images/point.png')
                }

                #articles ul.deposit > li i.union {
                    background-image: url('../images/union.png')
                }

                #articles ul.deposit > li i.union2 {
                    background-image: url('../images/union2.png')
                }

                #articles ul.deposit > li i.union3 {
                    height: 27px;
                    background-image: url('../images/union3.png')
                }

                #articles ul.deposit > li i.wechat {
                    background-image: url('../images/wechat.png')
                }

                #articles ul.deposit > li i.wechat-scan {
                    background-image: url('../images/wechat_scan.png')
                }

                #articles ul.deposit > li i.wechat-trans {
                    background-image: url('../images/wechat_transfer.png')
                }

            #articles ul.deposit > li .margin-top {
                margin-top: 10px
            }

            #articles ul.deposit > li .no-margin {
                margin: 0
            }

            #articles ul.deposit > li p {
                margin: 0;
                color: #fff;
                font-size: 12px
            }

        #articles ul.deposit li span.external {
            display: inline-block !important
        }

        #articles ul.deposit li .highlight-red {
            color: #f20202
        }

            #articles ul.deposit li .highlight-red.color {
                color: #22ac38
            }

        #articles ul.deposit li .big-size {
            font-size: 14px
        }

.body {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 1px;
    font-size: 14px;
    font-family: PMingLiU;
    background: #686868;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .body #title {
        color: #fff;
        text-align: center;
        background: #686868
    }

    .body.container #title, .body #account-heading, .body #withdrawal-heading {
        color: #fff;
        background: #b2b2b2
    }

    .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
}

#articles.aboutus h2.title {
    background-image: url('../images/AboutUS.png')
}

#articles.xcsp h2.title {
    background-image: url('../images/xcsp.png')
}

#articles.contact h2.title {
    background-image: url('../images/Contact.png')
}

#articles.yxgz h2.title {
    background-image: url('../images/yxgz.png')
}

#articles.partner h2.title {
    background-image: url('../images/Partner.1.png')
}

#articles.howdeposit h2.title {
    background-image: url('../images/How_Deposit.png')
}

#articles.howwithdrawal h2.title {
    background-image: url('../images/How_Withdrawal.png')
}

#articles.faq h2.title {
    background-image: url('../images/FAQ.png')
}

#articles.deposit h2.title {
    margin-bottom: 20px;
    background-image: url('../images/Deposit.png')
}

.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;
    }

.btn-red {
    display: inline-block;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, #830001 1%, #c70304 93%, #d84748 100%);
    background-image: -webkit-linear-gradient(90deg, #830001 1%, #c70304 93%, #d84748 100%);
    background-image: -ms-linear-gradient(90deg, #830001 1%, #c70304 93%, #d84748 100%);
    padding: 0;
    line-height: 29px;
    width: 70px;
    text-align: center;
    height: 29px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.fix-right {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 15%;
    background: url(../images/fix-rightbg.png) no-repeat;
    width: 131px;
    height: 394px;
}

    .fix-right .inner {
        position: relative;
        padding-top: 91px;
    }

    .fix-right .a1 {
        display: block;
        height: 31px;
        text-indent: -9999px;
    }

    .fix-right .a2 {
        display: block;
        height: 35px;
        text-indent: -9999px;
        margin-bottom: 15px;
    }

    .fix-right .code {
        text-align: center;
        height: 120px;
    }

        .fix-right .code div {
            line-height: 25px;
            font-size: 13px;
            color: #fff;
        }

        .fix-right .code img {
            display: block;
            width: 86px;
            height: 86px;
            margin: 0 auto;
        }

    .fix-right .a3,
    .fix-right .a4 {
        display: block;
        /*background: url(../images/qqbtn.png) no-repeat;*/
        width: 101px;
        height: 31px;
        margin: 0 auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    .fix-right .a3 {
        margin-bottom: 6px;
    }

    .fix-right .closebtn {
        display: block;
        height: 34px;
        clear: both;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        color: #C07475;
        cursor: pointer;
    }

.article {
    padding: 20px;
    font-size: 15px;
    color: #ccc;
    line-height: 27px;
    /*border: 1px solid #473333;*/
    height: 452px;
}

#articles1 h2 {
    min-height: 43px;
    margin: 0;
    padding-bottom: 20px;
    color: #fdfc9c;
    font-size: 18px;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #343434
}
#articles1.hyzc h2.title {
    background-image: url('../images/hyzc.png')
}

#codeImg {
    margin-top:-35px;
    height:25px;
    float:right;
}
.binding {
    display: inline-block;
    width: 92px;
    height: 34px;
    margin-top: 7px;
    line-height: 34px;
    vertical-align: top;
    background: url(../images/btn01.1.png) no-repeat center top;
    cursor: pointer;
    text-decoration: none;
    color:#fff;
}

.table {
    width: 600px;
    font-size: 12px;
    color: #fff;
    margin: 10px auto;
    background-color: #5da676;
}
    .table li {
        list-style-type: none;
        text-align: center;
        border: 1px solid #8bdaa6;
        width: 150px;
        height: 65px;
        /*float: left;*/
    }
.t-title {
    width: 150px;
    font-weight: bold;
    height: 65px;
    font-size: 16px;
    line-height: 25px;
    background-color: #3e905a;
}
.col-xs-2, .col-xs-6 {
    float: left;
}

