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

body.layout {
    min-width: 1060px;
    background-color: #765202;
    margin: 0;
    padding: 0;
}

* {
    -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 {
    width: 1000px;
    margin: 0 auto
}

#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, #logingame-body {
    background: #e3d6ae
}

#header {
    position: fixed;
    z-index: 2;
    font-size: 0;
    width: 100%;
    top:0;
    left: 0;
}

#header > div.header-top {
    height: 48px;
    background-color: #e3d6ae
}

#header > div.header-middle {
    height: 64px;
    background-color: #f3eedb
}

#header > div.header-bottom {
    height: 40px;
    background-color: #765103
}

#header > div.header-bottom > div.wrapper {
    padding-left: 225px
}

#logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 163px;
}

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

#language {
    position: absolute;
    right: 0;
    top: 17px
}

#language span {
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: top;
    margin-left: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

#language span[data-language="zh-CN"] {
    background-image: url('/views/images/language/lang_cn.png')
}

#language span[data-language="zh-TW"] {
    background-image: url('/views/images/language/lang_tw.png')
}

#language span[data-language="en-US"] {
    background-image: url('/views/images/language/lang_en.png')
}

#language span[data-language="th"] {
    display: none
}




#header-info {
    position: absolute;
    top: 6px;
    right: -28px
}

#header-info ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 33px;
    padding-left: 47px
}

#header-info ul.middle {
    padding-left: 20px
}

#header-info ul.last {
    margin-left: 0
}

#header-info ul + ul:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 40px;
    background-color: #b5a984
}

#header-info ul li span.title {
    display: inline-block;
    width: 55px;
    vertical-align: top;
    color: #cc5405;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px
}

#header-info ul li a {
    display: inline-block;
    width: 80px;
    vertical-align: top;
    color: #634b1e;
    font-size: 13px;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase
}

#header-info ul li a.middle {
    width: 74px
}

#header-info ul li a.small {
    width: 52px
}

#header-info ul li a:hover {
    color: #df3132;
    text-decoration: underline
}

#header-info ul li a.license {
    position: relative
}

#header-info ul li a.license:before {
    content: '';
    position: absolute;
    top: 23px;
    left: -300px;
    z-index: 1;
    width: 780px;
    height: 0;
    background: url('/views/images/license.png') no-repeat center top;
    opacity: 0;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    cursor: default
}

#header-info ul li a.license:hover:before {
    height: 281px;
    opacity: 1
}

#header-info ul li a.app {
    position: relative
}

#header-info ul li a.app:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -140px;
    z-index: 1;
    width: 354px;
    height: 0;
    opacity: 0;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    cursor: default
}

#header-info ul li a.app:hover:before {
    height: 229px;
    opacity: 1
}

#news {
    position: relative;
    display: inline-block;
    width: 575px;
    height: 40px;
    padding-left: 100px
}

#news span.title {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding-left: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    background: url('/views/images/icon_news.png') no-repeat left center
}

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

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

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

#domain {
    display: inline-block;
    width: 181px;
    height: 40px;
    vertical-align: top;
    margin-left: 19px;
}
/*account start*/


#account-section {
    height: 45px;
    font-size: 0;
    background-color: #a87b28;
    margin-top: 150px;
}

#account-box {
    text-align: right
}

#account-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 203px;
    height: 45px;
    vertical-align: middle;
    background: url('/views/images/account_login.png') no-repeat left center
}

#account-box > .userLogin {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px
}

#account-box > .userLogin input {
    display: inline-block;
    width: 167px;
    height: 34px;
    vertical-align: top;
    margin-right: 10px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    background-color: #855c03;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid #855c03;
    outline: none;
    -moz-transition: border-color ease .4s;
    -o-transition: border-color ease .4s;
    -webkit-transition: border-color ease .4s;
    transition: border-color ease .4s
}

#account-box > .userLogin input::-webkit-input-placeholder {
    color: inherit
}

#account-box > .userLogin input:-ms-input-placeholder {
    color: inherit
}

#account-box > .userLogin input::-moz-placeholder {
    color: inherit
}

#account-box > .userLogin input.placeholder {
    color: inherit
}

#account-box > .userLogin input#username {
    padding-left: 30px;
    background-image: url('/views/images/input_account.png')
}

#account-box > .userLogin input#password {
    padding-left: 30px;
    background-image: url('/views/images/input_pwd.png')
}

#account-box > .userLogin input:focus {
    border-color: #ffd053
}

#account-box > .userLogin button {
    display: inline-block;
    width: 110px;
    height: 34px;
    vertical-align: top;
    font-size: 14px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#account-box > .userLogin  button.login-btn {
    margin-right: 8px;
    color: #fff;
    background-color: #dc4900
}

#account-box > .userLogin button.login-btn:hover {
    background-color: red
}

#account-box > .userLogin button.join-btn {
    color: #1f1a04;
    background-color: #ffbf33
}

#account-box > .userLogin button.join-btn:hover {
    background-color: #ff0
}

#account-box > .userLogin a.forget-btn {
    position: absolute;
    top: 14px;
    right: 422px;
    color: #deb05a;
    font-size: 13px;
    text-decoration: none
}

#account-box > .userLogin a.forget-btn:hover {
    color: red
}

#vcode_moudle {
    position: relative;
    display: inline-block
}

#vImg {
    position: absolute;
    top: 0;
    right: 4px;
    width: auto;
    height: 24px
}


#account-box.is-login:before {
    width: 169px;
    /*background-image: url('/views/images/account_welcome.png')*/
}
/*account end*/
#articles {
    float: right;
    width: 790px;
    padding: 15px 25px;
    color: #000;
    font-size: 13px;
    overflow: hidden;
    border: 1px solid #ccc;
}

ul#account-info {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

ul#account-info > li {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
    line-height: 25px
}

ul#account-info > li > span.account {
    display: inline-block;
    max-width: 6em;
    color: #ffd053;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden
}

ul#account-info > li a {
    color: #fff;
    cursor: pointer
}

ul#account-info > li a:hover {
    color: #ffd053
}

#action-box {
    display: inline-block;
    vertical-align: middle
}

#action-box > a {
    display: block;
    height: 29px;
    padding: 0 20px;
    color: #684a12;
    font-size: 13px;
    line-height: 29px;
    text-decoration: none;
    background-color: #f2c37b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#account-nav {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

#account-nav > li {
    display: inline-block;
    vertical-align: top
}

#account-nav > li + li:before {
    content: '|';
    padding: 0 5px;
    color: #fff;
    font-size: 13px
}

#account-nav > li > a {
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    text-decoration: none
}

#account-nav > li.deposit > a {
    color: red;
    font-weight: bold
}

#account-nav > li > a:hover {
    color: #ffd053
}

#leaderboard {
    position: relative;
    margin-top: -32px;
    width: 100%;
    height: 65px;
    font-size: 0;
    text-align: center;
    background: #010101;
    z-index: 2;
    overflow: hidden
}

#leaderboard .wrapper {
    background: url('/views/images/leaderboard_icon.png') no-repeat left center
}

.leaderboard-instance {
    float: right;
    position: relative;
    width: 42%;
    height: 63px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px
}

.leaderboard-instance:before, .leaderboard-instance:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #333
}

.leaderboard-instance:after {
    left: auto;
    right: 0
}

.leaderboard-instance > ul.head {
    position: relative;
    width: 100%;
    height: 30px;
    color: #ff0;
    vertical-align: middle
}

.leaderboard-instance > ul.head > li {
    display: inline-block;
    padding: 0 4px;
    width: 25%;
    max-width: 25%;
    height: 100%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.leaderboard-instance > ul.list {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 33px;
    border-top: 1px solid #333
}

.leaderboard-instance > ul.list > *, .leaderboard-instance > ul.list > li > div {
    width: 100%
}

.leaderboard-instance > ul.list li span {
    display: inline-block;
    padding: 0 2px;
    width: 25%;
    max-width: 25%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}


aside.services {
    position: fixed;
    z-index: 3;
    top: 215px;
    background-repeat: no-repeat;
    background-position: center top
}

aside.services li {
    width: 130px;
    color: #ef3401;
    font-family: 'Microsoft YaHei';
    text-align: center
}

aside.services li.closed {
    height: 57px;
    cursor: pointer
}

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

aside.service-left {
    left: 0;
    background-image: url('/views/images/float/left.2.png')
}


aside.service-right {
    right: 0;
    background-image: url('/views/images/float/right.2.png')
}



aside.service-lb {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 0;
    z-index: 6
}

aside.service-lb li {
    width: 190px;
    height: 210px
}

aside.service-lb li a {
    display: block;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat
}

aside.service-lb .closed {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 26px;
    height: 26px;
    background: url('/views/images/close.png') no-repeat right top;
    cursor: pointer;
    z-index: 8;
}

aside.service-lb li.promotion a {
    background-image: url('/views/images/promotion.png')
}

aside.service-lb li.redenvelope a {
    background-image: url('/views/images/redenvelope.png')
}

aside.service-lb li.partner a {
    background-image: url('/views/images/lb_partner.png')
}

aside.service-left-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    width: 195px;
    height: 161px;
    background-image: url('/views/images/left-top.1.png');
    background-repeat: no-repeat;
    background-position: center top
}

aside.service-left-top ul li a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 700px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

aside.service-left-top > ul {
    position: relative;
    top: 0;
    left: 0;
    width: 158px;
    height: 0;
    padding: 0;
    background-image: url('/views/images/left-top-hover.png');
    opacity: 0;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -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
}

aside.service-left-top:hover > ul {
    height: 665px;
    opacity: 1;
    -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 > span.closed {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: url('/views/images/close.png') no-repeat right top;
    cursor: pointer
}

#review-list {
    display: none;
    position: fixed;
    bottom: -77px;
    left: 0;
    width: 100%;
    height: 77px;
    background: rgba(0, 0, 0, .8);
    background: #000 \9;
    color: #fff;
    z-index: 1;
    -webkit-transition: bottom .4s;
    -o-transition: bottom .4s;
    -moz-transition: bottom .4s;
    transition: bottom .4s
}

#review-list.open {
    bottom: 0
}

#review-list .up, #review-list .down {
    position: absolute;
    top: -24px;
    left: 0;
    width: 150px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: url('/views/images/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('/views/images/up.png') no-repeat
}

#review-list .down:after {
    background: url('/views/images/down.png') no-repeat
}

#review-list .wrapper {
    padding-left: 80px;
    height: 77px;
    background: url('/views/images/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('/views/images/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('/views/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('/views/images/transparent-black.png')
}

#marquee {
    width: 600px;
    max-height: 500px;
    margin: 30px auto 0 auto;
    background-color: #fff;
    background-image: url('/views/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('/views/images/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 {
}



#un-lobby {
    margin-top:20px;
    position:relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#un-lobby aside {
    float: left;
    width: 244px
}

#un-lobby aside div.bottom {
    height: 333px;
    margin-bottom: 15px;
}

#un-lobby aside div.slogan {
    height: 95px;
    margin-bottom: 15px;
}

#un-lobby > aside > ul {
    display: block;
    margin-bottom: 20px
}

#un-lobby > aside > ul li {
    width: 224px;
    height: 47px;
    margin: 0 auto;
    border-bottom: 1px solid #dacba1
}

#un-lobby > aside > ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 38px 0 42px;
    color: #6a4f2b;
    font-size: 16px;
    line-height: 46px;
    text-align: left;
    text-decoration: none;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

#un-lobby > aside > ul li a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position: center top
}

#un-lobby > aside > ul li.about a:before {
    background-image: url('/views/images/aboutLeftMenu/about.png')
}

#un-lobby > aside > ul li.contact a:before {
    background-image: url('/views/images/aboutLeftMenu/contact.png')
}

#un-lobby > aside > ul li.deposit a:before {
    background-image: url('/views/images/aboutLeftMenu/deposit.png')
}

#un-lobby > aside > ul li.withdraw a:before {
    background-image: url('/views/images/aboutLeftMenu/withdraw.png')
}

#un-lobby > aside > ul li.faq a:before {
    background-image: url('/views/images/aboutLeftMenu/faq.png')
}

#un-lobby > aside > ul li.partner a:before {
    background-image: url('/views/images/aboutLeftMenu/partner.png')
}

#un-lobby > aside > ul li.agent a:before {
    background-image: url('/views/images/aboutLeftMenu/agent.png')
}

#un-lobby > aside > ul li a:after {
    content: '';
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 15px;
    background: url('/views/images/reg/arrow.png') no-repeat center top
}

#un-lobby > aside > ul li:hover a {
    padding: 0 28px 0 52px;
    color: #fff;
    background-color: #a87b21
}

#un-lobby > aside > ul li:hover a:before, #un-lobby > aside > ul li:hover a:after {
    background-position: center bottom
}


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

