/* basic */

.head,
.foot,
.light,
.menu {
    width: 100%;
    min-width: 1200px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.main {
    width: 1200px;
    height: 100%;
    /*margin: 0 auto;*/
    position: relative;
}

.main-keno {
    width: 940px;
    /*margin: 0 auto;*/
    position: relative
}

@font-face {
    font-family: 'digital_displayregular';
    src: url('fonts/digtl.eot');
    src: url('fonts/digtl.eot?#iefix') format('embedded-opentype'), url('fonts/digtl.woff2') format('woff2'), url('fonts/digtl.woff') format('woff'), url('fonts/digtl.ttf') format('truetype'), url('fonts/digtl.svg#digital_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*.btn {font-size: 18px; text-align: center;font-weight: bold;color:white;cursor:pointer;}*/


/* color */

.color {
    width: 200px;
    height: 40px;
    background: #fff;
    position: fixed;
    left: -160px;
    top: 30%;
    z-index: 9999;
    box-shadow: 0 0 5px #ccc;
}

.colo-top {
    width: 160px;
    height: 30px;
    background: #1d1d1d;
}

.color-list {
    padding: 5px;
}

.color-list a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    cursor: pointer
}

.color-list a:hover {
    transform: scale(1.2);
}

.color-list a.ca1 {
    background: #d63434;
}

.color-list a.ca2 {
    background: #04cd36;
}

.color-list a.ca3 {
    background: #0099ff;
}

.color-list a.ca4 {
    background: #ff9900;
}

.color-list a.ca5 {
    background: #ffffff;
}

.color-close {
    width: 40px;
    height: 40px;
    background: url(../images/color-close.png) center no-repeat;
    border-left: 1px #eee solid;
    display: block;
    cursor: pointer;
}

.banner {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.banner-empty {
    height: 50px;
}

.banner.banner-kenolist {
    background: #666;
    width: 940px
}


/* foot */

.foot {
    overflow: hidden;
    background: url(../images/foot-bg.png);
    margin: 50px 0 0;
}

.foot-explorer {
    width: 100%;
    height: 100px;
    background: #fff url(../images/explorer.png) center no-repeat;
}

.foot-logo {
    width: 100px;
    height: 120px;
    border-right: 1px #272727 solid;
    /*background: url(../images/foot-logo.png) no-repeat;*/
}

.foot-nav {
    width: 1200px;
    text-align: center;
}

.foot-nav a {
    color: white;
    padding: 0 10px;
    line-height: 50px;
}

.foot-nav span {
    color: #555;
    text-transform: uppercase;
    line-height: 70px;
    /*float: right;*/
}


/* page */

.banner-register {
    background-repeat: repeat-y !important;
}

.page {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    overflow: hidden;
}

.page a {
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    margin: 0 0px;
    vertical-align: middle;
    border-radius: 15px;
    background: #3f518c;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    background: #e0e0e0;
    color: #000;
}

.page a.active {
    color: white;
    background: #ec3b40 !important
}

.page a:hover {
    background: #6d000b !important;
    color: #fff;
}

.page-game a:hover,
.page-game a.active {
    background: #ff990e;
    color: white;
}

.page a.img {
    background-image: url(../images/page-btn.png);
}

.page a.img:hover {
    background-image: url(../images/page-btn-hover.png);
}

.page a.left {
    background-position: center top;
}

.page a.right,
.page a.right:hover {
    background-position: center bottom;
}

.page_not_allow {
    width: 80px;
    cursor: not-allowed;
    color: #000;
}

.page_active {
    background: #ec3b40 !important;
    color: #fff !important;
}

.content-slots .page a {
    color: #1c2e50 !important
}


/* notice */

.notice {
    width: 100%;
    height: 40px;
    overflow: hidden;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.notice-bg {
    background: rgba(0, 0, 0, .8);
}

.notice span {
    width: 50px;
    height: 40px;
    background: url(../images/notice-ico.png) no-repeat !important;
    border-radius: 0 20px 20px 0;
    float: left;
}

.notice span {
    background-color: #2a2b2a !important;
}

.notice marquee {
    width: calc(100% - 56px);
    height: 40px;
    margin: 0 0 0 0px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    background: #0e202f;
}

.notice a {
    line-height: 40px;
    color: #ccc;
}

.notice a:hover {
    color: #fff;
}


/* recom */

.recom {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}

.recom a {
    width: 228px;
    height: 228px;
    border-radius: 3px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    overflow: hidden;
}

.recom a:hover {
    transform: translateY(-5px);
}

.recom a.ra1 {
    background-image: url(../user/service-bg-1.jpg);
}

.recom a.ra2 {
    background-image: url(../user/service-bg-2.jpg);
}

.recom a.ra3 {
    background-image: url(../user/service-bg-3.jpg);
}

.recom a.ra4 {
    background-image: url(../user/service-bg-4.jpg);
}

.recom a.ra5 {
    background-image: url(../user/service-bg-5.jpg);
}

.recom>span {
    width: 15px;
    height: 228px;
    display: block;
    float: left;
}

.recom a img {
    width: 100%;
    margin: -20px 0 0;
}

.recom a:hover img {
    display: none;
}

.recom a span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 100% 0 0 0;
    background: rgba(255, 255, 255, .5);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 4em;
}

.recom a:hover span {
    color: #fff;
}


/* casino */


/*casino {width:calc(100% - 80px);padding: 40px; background: #222; overflow: hidden;}*/

.casino a {
    width: calc(50% - 21px);
    display: block;
}

.casino a.left {
    border-right: 1px #daeafa solid;
    padding: 0 40px 0 0;
    padding-left: 10px;
}

.casino a.right {
    padding: 0 0 0 10px;
    padding-right: 10px;
}

.casino a h3 {
    width: 100%;
    line-height: 80px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #3e9feb !important;
}

.casino a:hover h3 {
    color: white !important;
}

.casino a em {
    width: 240px;
    height: 165px;
    margin: 0 auto 20px;
    border-radius: 5px;
    display: block;
}

.casino a:hover em {
    background-color: #3e9feb;
}

.casino a p {
    width: 100%;
    height: 80px;
    line-height: 150%;
    overflow: hidden;
    color: #daeafa;
}

.casino {
    overflow: hidden;
    /*background: rgba(34, 34, 34, 0.7) !important;/*url(../images/master/ContentBg.jpg) no-repeat;*/
    /*width: calc(100% - 0px);*/
    background: #234187 !important;
    padding: 40px;
}


/* lobby */

.lobby {
    width: calc(100% - 80px);
    padding: 40px;
    background: #222;
    overflow: hidden;
}

.lobby-list {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    display: block;
    border-bottom: 1px #333 solid;
}

.lobby-list h3 {
    width: 250px;
    line-height: 50px;
    font-size: 24px;
    text-transform: uppercase;
    float: left;
}

.lobby-list h3:hover {
    color: white;
}

.lobby-list p {
    width: 650px;
    line-height: 30px;
    overflow: hidden;
    float: left;
}

.lobby-list a {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
}


/* article */

.article {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    background: url(../images/side-bg.png);
}

.article-side {
    width: 220px;
    height: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.accordion {
    width: 210px;
}

.side-group {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
    cursor: pointer;
    display: block;
    color: #fff;
    margin: 0 0 5px;
    border-radius: 3px 0 0 3px;
    position: relative;
}

.side-group:hover,
.open>.side-group {
    background: #fff;
}

.accordion li:last-child .side-group {
    border-bottom: 0;
}

.submenu {
    display: none;
}

.submenu a {
    display: block;
    color: #999;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    margin: 0 0 5px;
    border-radius: 3px 0 0 3px;
}

.submenu a:hover {
    background: #000;
    color: #fff;
}

.article-contant {
    width: 940px;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

.article-contant h1 {
    width: 100%;
    line-height: 100px;
    font-size: 26px;
    text-align: center;
    border-bottom: 1px #e6e6e6 solid;
}

.article-txt {
    padding: 20px 0;
    overflow: hidden;
}

.article-txt p {
    padding: 10px 0;
    line-height: 220%;
    float: left;
}

.article-txt span {
    padding: 10px;
    background: #ffcc33;
    color: white;
    border-radius: 3px;
    margin: 10px 0;
    float: left;
    display: block;
}


/* gtip */

.gtip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.gtip-main {
    width: 460px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    margin: 0 0 0 -230px;
}

.gtip-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    background: #5b98e9;
    /*#ec3b40;*/
}

.gtip-title a {
    width: 50px;
    height: 50px;
    background: url(../images/tip-close.png) center no-repeat;
    display: block;
    float: right;
    opacity: .6;
}

.gtip-title a:hover {
    opacity: 1;
}

.gtip-group {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
}

.gtip-group h5 {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px #eee solid;
    font-size: 20px;
    font-weight: bold;
    color: #ff990e;
    text-align: center;
}

.gtip-group label {
    width: 100%;
    margin: 0 0 5px;
    display: block;
    overflow: hidden;
}

.gtip-group label span {
    width: 30%;
    line-height: 35px;
    text-align: right;
    float: left;
    display: block;
    margin: 0 10px 0 0;
    color: #666;
}

.gtip-group label em {
    font-style: normal;
    color: #ff990e;
    line-height: 35px;
}

.gtip-group label a {
    width: 40px;
    height: 35px;
    line-height: 35px;
    background: #ff990e;
    border-radius: 2px;
    margin: 0 5px 0 0;
    display: block;
    float: left;
    text-align: center;
    color: white;
}

.gtip-group label a:hover {
    background: #dd8500;
}

.gtip-group label input {
    width: 175px;
    height: 35px;
    box-sizing: border-box;
    border: 1px #eee solid;
    padding: 0 10px;
    color: #666;
}

.gtip-btn {
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
}

.gtip-btn a {
    width: 150px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    display: inline-block;
    margin: 0 5px;
    background: #ff990e;
    font-size: 16px;
}

.gtip-btn a:hover {
    background: #dd8500;
}

.gtip-btn button {
    width: 150px;
    height: 42px;
    line-height: 30px;
    border-radius: 21px;
    display: inline-block;
    margin: 0 5px;
    background: #5b98e9;
    /* #ff990e;*/
    font-size: 16px;
    color: white
}

.gtip-btn button:hover {
    background: #ff990e;
    color: #fff;
    cursor: pointer;
}

.tabs {
    position: relative;
    width: 100%;
    background: #3a64b2;
}

.tabs span {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: white;
    float: left;
    padding: 0 30px;
}

.tabs input {
    position: absolute;
    z-index: 1000;
    width: 100px;
    height: 50px;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}

.tabs input#tab-2 {
    left: 100px;
}

.tabs input#tab-3 {
    left: 200px;
}

.tabs input#tab-4 {
    left: 300px;
}

.tabs input#tab-5 {
    left: 400px;
}

.tabs input#tab-6 {
    left: 500px;
}

.tabs label {
    line-height: 50px;
    height: 50px;
    position: relative;
    padding: 0 10px;
    float: right;
    display: block;
    width: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.tabs input:hover+label {
    background: #4c4c4c;
}

.tabs label:first-of-type {
    z-index: 6;
}

.tab-label-2 {
    z-index: 5;
}

.tab-label-3 {
    z-index: 4;
}

.tab-label-4 {
    z-index: 3;
}

.tab-label-5 {
    z-index: 2;
}

.tab-label-6 {
    z-index: 1;
}

.tabs input:checked+label {
    background: #4c4c4c;
    z-index: 7;
}

.clear-shadow {
    clear: both;
}

.content {
    background: #4c4c4c;
    position: relative;
    width: 100%;
    height: 142px;
    z-index: 5;
}

.content div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 12px;
    z-index: 1;
}

.content div a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    color: #666 !important;
}

.content div a:hover,
.content div a.active {
    background: #ff990e;
    color: white !important;
}

.content div a.hv {
    background: #ff990e;
    color: white !important;
}

.gnumber-btn {
    width: 824px;
    height: 160px;
    background: #1e1e1e;
    padding: 5px 7px;
}

.gnumber-btn a {
    width: 90px;
    height: 140px;
    text-align: center;
    font-size: 12px;
    color: #b7d2ff;
    background: #333;
    margin: 5px;
    display: block;
    float: left;
    border-radius: 3px;
}

.gnumber-btn a:hover,
.gnumber-btn a.active {
    background: #ff990e;
    color: white;
}

.gnumber-btn a span {
    width: 100%;
    height: 80px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 20px 0 0;
}

.gnumber-btn a:hover {
    background: #ff990e;
}

.gnumber-color {
    width: 376px;
    height: 160px;
    padding: 5px;
    background: #1e1e1e;
}

.gnumber-color a {
    width: calc(100% - 10px);
    margin: 5px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 12px;
    color: #b7d2ff;
    display: block;
    float: left;
    background: #333;
}

.gnumber-color a:hover,
.gnumber-color a.active {
    background: #ff990e;
    color: white;
}

.gnumber-color a span {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    text-transform: capitalize;
}

.gnumber-color a p {
    width: 160px;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    display: block;
    float: left;
}

.gnumber-color a:hover p,
.gnumber-color a.active p {
    color: #fff;
}


/* gload */

.gload {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.gload i {
    width: 100%;
    height: 100%;
    background: url(../images/game/loading.gif) center no-repeat;
    display: block;
}

.gload-enter {
    background: rgba(0, 0, 0, 1);
    text-align: center;
}

.gload-enter a {
    background: none;
    text-align: center;
    line-height: 180px;
    font-size: 24px;
    text-transform: capitalize;
    color: #ff990e;
}


/* gball */

.gball-tab {
    width: 100%;
    background: #333;
    overflow: hidden;
    text-align: center;
}

.gball-tab a {
    padding: 0 30px;
    margin: 0 5px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
}

.gball-tab a:hover,
.gball-tab a.active {
    background: #4c4c4c;
    color: #ff990e;
}

.gball-contant {
    width: 100%;
    background: #4c4c4c;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}

.gball-contant table {
    width: 100%;
    background: #999;
}

.gball-contant td,
.gball-contant th {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #4c4c4c;
    color: #ccc;
    vertical-align: middle;
}

.gball-contant td i {
    width: 34px;
    height: 34px;
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.gball-contant td i img {
    width: 100%;
    height: 100%;
    vertical-align: inherit;
}

.gball-contant td span.yellow {
    color: #ff990e;
}

.gball-contant td.group {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.gball-contant th,
.gball-contant td.title {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
}


/* game-keno */

.gkeno {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-right: 2px solid #666;
}

.gkeno-title {
    width: 45%;
    overflow: hidden;
}

.gkeno-info {
    width: 50%;
    height: 145px;
    background: #a4b2d6;
    /*#161616;*/
}

.gkeno-info>span {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: right;
    display: block;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 15px;
    font-weight: bold;
}

.gkeno-info>em {
    color: #ff990e;
    float: left;
    font-style: normal;
}

.gkeno-info>a {
    width: 195px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background: #5d98e9;
    /*#5d98e9 url(../images/game/refresh-white.png) 12px 7px no-repeat*/
    ;
    margin: 10px auto;
    display: block;
    text-indent: 1em;
    color: #fff;
    font-size: 18px;
}

.gkeno-info>a:hover {
    background-color: #ff990e;
    color: #fff;
}

.gkeno-info cite {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    background: rgba(211, 228, 246, 1);
    /*#1f1f1f*/
    ;
    font-style: normal;
}

.gkeno-time {
    width: 50%;
    height: 145px;
    background: url(../images/game/ann-bg.png);
}

.gkeno-time span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 15px;
    text-transform: capitalize;
}

.gkeno-time span em {
    font-size: 12px;
    color: #555;
    float: right;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
}

.gkeno-time a {
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 65px;
    color: white;
    font-family: 'digital_displayregular';
    text-shadow: 0 0 20px #fff;
    display: block;
}

.gkeno-results {
    width: 55%;
    height: 145px;
    background: #fff;
}

.gkeno-results-title {
    width: calc(100% - 200px);
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px #eee solid;
    color: #666;
}

.gkeno-results-list {
    width: calc(100% - 210px);
    box-sizing: border-box;
    padding: 10px 4px;
}

.gkeno-results-list label {
    width: 100%;
    display: block;
    border-left: 1px #eee solid;
    margin: 5px 0;
    float: left;
}

.gkeno-results-list .rs_bottom {
    height: 33px;
    position: relative;
}

.gkeno-results-list label a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px #eee solid;
    border-left: none;
    box-sizing: border-box;
    color: #ff990e;
    font-weight: bold;
    display: block;
    position: absolute;
}

.gkeno-results-list a.active {
    -webkit-animation-name: resultout;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    animation-name: resultout;
    animation-duration: 2s;
    border-left: 1px #eee solid;
    background-color: #FFFFFF;
    z-index: 99999;
    text-align: center!important;
}

@-webkit-keyframes resultout {
    0% {
        opacity: 0.1;
        transform: scale(1);
        filter: Alpha(opacity=10);
    }
    50% {
        transform: scale(1.5);
        filter: Alpha(opacity=50);
    }
    100% {
        transform: scale(1);
        filter: Alpha(opacity=10);
    }
}

@-moz-keyframes resultout {
    0% {
        opacity: 0.1;
        transform: scale(1);
        filter: Alpha(opacity=10);
    }
    50% {
        transform: scale(1.5);
        filter: Alpha(opacity=50);
    }
    100% {
        transform: scale(1);
        filter: Alpha(opacity=10);
    }
}

@-ms-keyframes resultout {
    0% {
        opacity: 0.1;
        transform: scale(1);
        filter: Alpha(opacity=10);
    }
    50% {
        transform: scale(1.5);
        filter: Alpha(opacity=50);
    }
    100% {
        transform: scale(1);
        filter: Alpha(opacity=10);
    }
}

.gkeno-total {
    width: 196px;
    height: 145px;
    background: #f4f4f4;
}

.gkeno-total ul {
    width: 100%;
    height: 151;
    overflow: hidden;
}

.gkeno-total li {
    height: 151px;
    display: block;
    overflow: hidden;
}

.bx-wrapper {
    margin: 0 auto;
    width: 100%;
}

.bx-window {
    width: 100%
}

.bx-prev,
.bx-next {
    position: absolute;
    top: 7px;
    width: 26px;
    height: 26px;
    text-indent: -999999px;
    background: url(../images/game/new-btn.png) no-repeat !important;
    cursor: pointer
}

.bx-prev:hover,
.gkeno-total .bx-next:hover {
    opacity: 0.8;
}

.bx-prev {
    left: 6px;
    background-position: left top;
}

.bx-next {
    right: 6px;
    background-position: left bottom!important;
}

.gkeno-total .album {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    height: 40px;
    line-height: 40px;
    background: #fff;
}

.gkeno-total li span {
    width: 100%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    color: #666;
}

.gkeno-total li label {
    width: calc(100% - 32px);
    margin: 0 16px;
    border-left: 1px #eee solid;
    display: block;
    overflow: hidden;
}

.gkeno-total li label a {
    width: 20%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px #eee solid;
    border-left: none;
    box-sizing: border-box;
    color: #ff990e!important;
    font-weight: bold;
    display: block;
    float: left;
    background: #fff;
}

.gkeno-number {
    width: 50%;
    overflow: hidden;
}

.gkeno-number-list {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 9px;
    overflow: hidden;
    background: #d0d5e6;
    /*#4c4c4c;*/
}

.gkeno-number-list a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 4px;
    background: #fff;
    border-radius: 3px;
    display: block;
    float: left;
    cursor: pointer;
}

.gkeno-number-list a:hover,
.gkeno-number-list a.active {
    background: #ff990e;
    color: white;
}

.gkeno-guess {
    width: 100%;
    overflow: hidden;
}

.gkeno-guess a {
    height: 39px;
    line-height: 39px;
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
}

.gkeno-guess-title {
    width: 99px;
    height: 77px;
}

.gkeno-guess-title a {
    width: 100%;
    background: #ff990e;
}

.gkeno-guess-title a.line {
    box-sizing: border-box;
    border-bottom: 1px #ffb74c solid;
}

.gkeno-guess label {
    width: calc(100% - 100px);
    display: block;
    float: right;
    background: #272727;
    margin: 0;
}

.gkeno-guess label.line {
    height: 39px;
    box-sizing: border-box;
    border-bottom: 1px #4c4c4c solid;
}

.gkeno-guess label a {
    width: 20%;
    box-sizing: border-box;
    border-left: 1px #4c4c4c solid;
}

.gkeno-btn {
    width: 50%;
    overflow: hidden;
    background: #a4b2d6;
    /*#000;*/
}

.gkeno-btn a {
    height: 78px;
    line-height: 78px;
    background: rgb(211, 228, 246);
    /*#333;*/
    color: rgb(39, 68, 140);
    /*white;*/
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 0 0 12px;
    text-transform: capitalize;
    text-align: left;
    font-weight: bold;
    margin: 4px;
    cursor: pointer
}

.gkeno-btn a span {
    text-align: center;
    line-height: 34px;
    padding: 6px 0;
    color: #ff990e;
    font-size: 18px;
    float: right;
}

.gkeno-btn a span em {
    color: #999;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

.gkeno-btn a:hover,
.gkeno-btn a.active {
    background: #ff990e;
}

.gkeno-btn a:hover span,
.gkeno-btn a:hover span em,
.gkeno-btn a.active span em,
.gkeno-btn a.active span {
    color: white;
}

.gkeno-btn-buo {
    padding: 4px;
    overflow: hidden;
}

.gkeno-btn-buo a {
    width: 166px;
}

.gkeno-btn-buo a span {
    width: 100px;
}

.gkeno-btn-buo a.white {
    width: 105px;
    line-height: 34px;
    background: #fff;
    color: #555;
    text-align: center;
    padding: 0;
}

.gkeno-btn-buo a.white:hover {
    background: #ff990e;
    color: white;
}

.gkeno-btn-buo a.white span {
    width: 100%;
    padding: 0;
    line-height: 22px;
}

.gkeno-btn-sd {
    padding: 0 4px 0 5px;
    overflow: hidden;
    /*background: #181818;*/
}

.gkeno-btn-sd a {
    width: 222px;
}

.gkeno-btn-sd a span {
    line-height: 107px;
    padding: 0;
    width: 100px;
}

.gkeno-btn-max {
    padding: 4px;
    overflow: hidden;
    /*height:110px;*/
}

.gkeno-btn-max a {
    width: 107px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    padding: 0;
    line-height: 50px;
}

.gkeno-btn-max a span {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

.gkeno-reb {
    width: 100%;
    padding: 4px;
    overflow: hidden;
    /*background: #333;*/
}

.gkeno-reb a {
    width: 147px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    color: #555;
}

.gkeno-reb a:hover {
    color: white;
}

.gkeno-reb a span {
    line-height: 30px;
    padding: 6px 4px;
}

.gkeno-reb a.bet {
    background: #d0d5e6;
    /*#000;*/
    text-align: center;
    padding: 0;
}

.gkeno-load {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.gkeno-load a {
    width: 100%;
    height: 100%;
    background: url(../images/game/loading.gif) center no-repeat;
    display: block;
}

.gkeno-table {
    width: calc(100% - 2px);
    overflow: hidden;
    background: #a4b2d6;
    box-sizing: border-box;
    padding: 10px 4px;
}

.gkeno-table-title {
    width: 70px;
    overflow: hidden;
}

.gkeno-table-title a {
    width: 100% height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: white;
    display: block;
    font-weight: bold;
    background: #5d5d5d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5d5d), color-stop(100%, #4f4f4f));
    background: -webkit-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: -o-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: -ms-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: linear-gradient(to bottom, #5d5d5d 0%, #4f4f4f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#4f4f4f', GradientType=0);
}

.gkeno-table-title a:hover,
.gkeno-table-title a.active {
    background: #ff990e;
}

.gkeno-table-list {
    width: 151px;
    overflow: hidden;
    border: 1px #969ec1 solid;
    border-width: 1px 1px 1px 1px;
    margin-right: 4px;
    box-sizing: border-box;
}

.gkeno-tbl-header {
    background: rgb(211, 228, 246);
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
}

.gkeno-table-list a {
    background: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    box-sizing: border-box;
    border: 1px #eee solid;
    border-width: 0 1px 1px 0;
    display: block;
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.gkeno-table-list a.yellow {
    color: #ff990e;
}

.keno-tab {
    display: block;
    width: 100%;
    height: 45px;
    background: #3a64b2;
}

.keno-tab .tabs {
    display: block;
    width: 887px;
    height: 45px;
    padding-top: 8px;
    position: absolute;
    left: 24px;
}

.keno-tab li {
    display: block;
    line-height: 35px;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
    float: left;
    width: 111px;
    position: relative;
    background: #718fe2;
    border-radius: 8px 8px 0 0;
    margin: 0 3px 0 0;
}

.keno-tab li.active {
    border: 1px solid #5680cd;
    border-bottom: none;
}

.keno-tab li.active a {
    color: yellow!important;
}


/* gkenolist */

.gkenolist {
    width: 600px;
    overflow: hidden;
}

.gkenolist .gkeno-title {
    width: 50%;
}

.gkenolist .gkeno-info {
    width: 100%;
    height: 145px;
    background: #f1eecc;
}

.gkeno-info #period,
.gkeno-info cite {
    color: #ff990e;
}

.gkenolist .gkeno-info span {
    width: calc(100% - 190px);
    height: 42px;
    line-height: 42px;
    text-align: left;
    float: left;
    margin: 0 0 30px;
}

.gkenolist .gkeno-info>a {
    width: 110px;
    height: 110px;
    float: left;
    border-radius: none;
    ;
    background: url(../images/game/btn-enter.png) center no-repeat;
    text-indent: -999999px;
    margin: 0;
}

.gkenolist .gkeno-info>a:hover {
    opacity: .8;
}

.gkenolist .gkeno-info>a:hover {
    background-color: none;
}

.gkeno-date {
    width: 170px;
    height: 170px;
    padding: 10px;
}

.gkeno-date>em {
    width: 20%;
    height: 20%;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    border: 1px #eee solid;
    border-width: 0 1px 1px 0;
    background: #fff;
    display: block;
    float: left;
    font-style: normal;
    color: #666;
}

.gkeno-date em.grey {
    background: #000;
    border-color: black;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.gkenolist .gkeno-time {
    width: 100%;
    height: 60px;
}

.gkenolist .gkeno-time span {
    width: calc(100% - 190px);
    float: right;
    height: 60px;
    line-height: 22px;
    font-size: 16px;
    color: #b7d2ff;
    text-align: center;
    padding: 10px 0;
}

.gkenolist .gkeno-time span em {
    color: #b7d2ff;
    float: none;
}

.gkenolist .gkeno-time a {
    width: 190px;
    line-height: 60px;
    font-size: 48px;
    float: left;
}

.gkenolist .gkeno-btn {
    position: relative;
}

.gkenolist .gkeno-btn a {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 12px !important;
    padding: 0 0 0 10px;
    cursor: pointer;
}

.gkenolist .gkeno-btn a span {
    width: 50px;
    font-size: 12px;
    line-height: 34px;
    padding: 0;
    font-weight: normal;
    /*color:#b7d2ff;*/
}

.gkenolist .gkeno-btn-buo a.white {
    width: 59px;
    line-height: 25px;
    background: #fff;
    color: #555;
    text-align: center;
    padding: 0;
}

.gkenolist .gkeno-btn-buo a.white:hover {
    background: #ff990e;
    color: white;
}

.gkenolist .gkeno-btn-buo a.white span {
    width: 100%;
    line-height: 25px;
}

.gkenolist .gkeno-btn-sd {
    padding: 0 4px;
    background: none;
}

.gkenolist .gkeno-btn-sd a {
    width: 136px;
}

.gkeno-btn-sd a span {
    line-height: 107px;
    padding: 0;
    width: 100px;
}

.gkenolist .gkeno-btn-max {
    padding: 0 5px;
}

.gkenolist .gkeno-btn-max a {
    width: 62px;
    padding: 0;
    line-height: 30px;
}

.gkenolist .gkeno-btn-max a span {
    font-size: 12px;
    width: 100%;
    line-height: 15px;
}

.gkenolist .gkeno-reb {
    padding: 0 5px;
    background: none;
}

.gkenolist .gkeno-reb a {
    width: 48px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}

.gkenolist .gkeno-reb a span {
    line-height: 15px;
    padding: 0;
}

.gkenolist .gkeno-table-title {
    width: 46px;
}

.gkenolist .gkeno-table-title a {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: normal;
}

.gkenolist .gkeno-table-list {
    width: 529px;
}

.gkenolist .gkeno-table-list a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.gkenolist .gkeno-load a {
    width: 100%;
    height: 100%;
}

.gkenolist .gkeno-load a:hover {
    background: url(../images/game/loading.gif) center no-repeat;
}


/* lott */

.lott {
    width: 100% !important;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: none;
}

.lott-side {
    width: 220px;
    overflow: hidden;
    padding: 10px 0;
}

.lott-side a {
    width: 210px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    float: right;
    border-radius: 20px 0 0 20px;
    color: white;
    text-transform: capitalize;
    margin: 0 0 5px;
    background: #5d5d5d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5d5d), color-stop(100%, #4f4f4f));
    background: -webkit-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: -o-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: -ms-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: linear-gradient(to bottom, #5d5d5d 0%, #4f4f4f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#4f4f4f', GradientType=0);
    color: #fff !important;
}

.lott-side a:hover,
.lott-side a.active {
    background: #3e9feb;
    color: #fff !important;
}

.lott-contant {
    width: 975px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    margin-top: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.lott-contant-tab {
    width: 100%;
    height: 50px;
    background: #3f5c98;
    margin: 0 0 10px;
}

.lott-contant-tab a {
    line-height: 50px;
    padding: 0 20px;
    margin: 0 5px 0 0;
    color: white;
    display: block;
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff !important;
}

.lott-contant-tab a:hover,
.lott-contant-tab a.active {
    color: #192d5a !important;
    background-color: #fff;
    border-color: #fff #fff #fff;
}

.lott-contant-tab a.time {
    background: #ccc;
    color: #555;
    display: block;
    float: right;
    margin: 0;
}

.lott-contant-tab a.time:hover {
    background: #999;
}

.lott-contant-tab span {
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
}

.lott-contant-tab a.aj {
    float: right;
    background: #ff990e;
    margin: 0;
}

.lott-contant-tab a.aj:hover {
    background: #d97918;
}

.lott-contant-tab button {
    line-height: 50px;
    padding: 0 20px;
    margin: 0 5px 0 0;
    color: white;
    display: block;
    float: left;
    font-weight: bold;
    text-transform: capitalize;
}

.lott-contant-tab button.aj {
    float: right;
    background: #b7d2ff;
    margin: 0;
}

.lott-contant-tab button.aj:hover {
    background: #3e9feb;
}

.game-zz .lott-contant-tab {
    background: #243b7a;
    margin: 0 10px;
    width: 98%;
}

.game-zz {
    position: relative;
}


/* game-table */

.game-table tr,
.game-table td,
.center-table th,
.center-table tr,
.center-table td {
    border: 1px solid #ddd;
}

.game-table {
    width: 98%;
    overflow: hidden;
    margin: 0 0 10px;
    padding-right: 0px;
    padding-top: 20px;
    padding-left: 10px;
}

.game-table table {
    width: 100%;
    background: #ccc;
}

.game-table tr {
    height: 48px;
    line-height: 48px;
}

.game-table tr.small {
    height: 24px;
    line-height: 24px;
}

.game-table th {
    background: #ccc;
    text-align: left;
    text-indent: 1em;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px #666 solid;
    color: #333;
}

.game-table th.dark {
    background: #333;
    border-color: #333;
    font-size: 14px;
    color: white;
    font-weight: normal;
    text-transform: capitalize;
}

.game-table th span {
    font-size: 12px;
    float: right;
    padding: 0 10px;
    white-space: nowrap;
}

.game-table th a {
    float: right;
    padding: 0 10px;
}

.game-table th a:hover {
    color: #ff990e;
}

.game-table th a.refresh {
    width: 48px;
    height: 48px;
    background: url(../images/sport/refresh-black.png) center no-repeat;
    padding: 0;
    float: inherit;
    display: inline-block;
    vertical-align: middle;
}

.game-table th a.refresh-white {
    background-image: url(../images/sport/refresh-white.png);
    float: right;
}

.game-table th a.refresh:hover {
    transform: rotate(360deg);
}

.game-table td {
    background: #fff;
    text-align: center;
    min-width: 110px;
    color: #333;
}

.game-table .list td {
    min-width: 90px;
}

.game-table td:hover {
    background: #f9f9f9;
}

.game-table td.two {
    line-height: 24px;
    vertical-align: middle;
}

.game-table td.red {
    color: #f33;
}

.game-table td.small-two {
    vertical-align: middle;
}

.game-table td.lie {
    width: 2px;
    min-width: 2px;
}

.game-table i {
    height: 48px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.game-table i.star {
    width: 48px;
    background-image: url(../images/sport/star-yellow.png);
    float: left;
}

.game-table i.star-white {
    background-image: url(../images/sport/star-white.png);
}

.game-table i.star-hollow {
    background-image: url(../images/sport/star-hollow.png);
}

.game-table i.f {
    width: 21px;
    background-image: url(../images/sport/tip-f.png);
    display: inline-block;
}

.game-table i.l {
    width: 21px;
    background-image: url(../images/sport/tip-l.png);
    display: inline-block;
}

.game-table i.edit {
    width: 30px;
    background-image: url(../images/sport/btn-edit.png);
    float: right;
}

.game-table i.add {
    width: 30px;
    background-image: url(../images/sport/btn-add.png);
    float: right;
}

.game-table input[type="text"] {
    border: 1px #ccc solid;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding: 0 10px;
    min-width: 110px
}

.game-table input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}


/* sport */

.sport {
    width: 100%;
    overflow: hidden;
    margin-top: -3px;
    /*background: url(../images/side-bg.png);*/
}

.sport-side {
    width: 220px;
    overflow: hidden;
}

.sport-stake {
    width: 100%;
    height: 50px;
    background: #000000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzJmMmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzJmMmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #000000 0%, #2f2f2f 23%, #393939 48%, #2f2f2f 73%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(23%, #2f2f2f), color-stop(48%, #393939), color-stop(73%, #2f2f2f), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #000000 0%, #2f2f2f 23%, #393939 48%, #2f2f2f 73%, #000000 100%);
    background: -o-linear-gradient(top, #000000 0%, #2f2f2f 23%, #393939 48%, #2f2f2f 73%, #000000 100%);
    background: -ms-linear-gradient(top, #000000 0%, #2f2f2f 23%, #393939 48%, #2f2f2f 73%, #000000 100%);
    background: linear-gradient(to bottom, #000000 0%, #2f2f2f 23%, #393939 48%, #2f2f2f 73%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.sport-stake a {
    width: 33.3%;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    font-weight: bold;
    display: block;
    float: left;
}

.sport-stake a:hover,
.sport-stake a.active {
    color: #ff990e;
}

.sport-tab {
    width: 100%;
    height: 40px;
}

.sport-tab a {
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    display: block;
    float: left;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
}

.sport-tab a:hover,
.sport-tab a.active {
    background: none;
    color: white;
}

.sport-btn {
    width: calc(100% - 10px);
    padding: 5px;
    overflow: hidden;
}

.sport-btn a {
    width: 95px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin: 5px;
    text-transform: capitalize;
    font-size: 14px;
    background: #ff990e;
}

.sport-btn a:hover {
    background: #fff;
    color: #ff990e;
}

.sport-side .accordion {
    width: 200px;
    margin: 0 10px;
}

.sport-side .side-group {
    border-radius: 3px;
    padding: 0;
    background: #5d5d5d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5d5d), color-stop(100%, #4f4f4f));
    background: -webkit-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: -o-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: -ms-linear-gradient(top, #5d5d5d 0%, #4f4f4f 100%);
    background: linear-gradient(to bottom, #5d5d5d 0%, #4f4f4f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#4f4f4f', GradientType=0);
}

.sport-side .side-group i {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

.sport-side .side-group i.baseball {
    background-image: url(../images/sport/ico-baseball.png);
}

.sport-side .side-group i.basketball {
    background-image: url(../images/sport/ico-basketball.png);
}

.sport-side .side-group i.football {
    background-image: url(../images/sport/ico-football.png);
}

.sport-side .side-group i.shoe {
    background-image: url(../images/sport/ico-shoe.png);
}

.sport-side .side-group i.stopwatch {
    background-image: url(../images/sport/ico-stopwatch.png);
}

.sport-side .side-group i.tennisball {
    background-image: url(../images/sport/ico-tennisball.png);
}

.sport-side .side-group i.tennisracket {
    background-image: url(../images/sport/ico-tennisracket.png);
}

.sport-side .side-group i.volleyball {
    background-image: url(../images/sport/ico-volleyball.png);
}

.sport-side .side-group i.whistle {
    background-image: url(../images/sport/ico-whistle.png);
}

.sport-side .side-group span {
    padding: 0 10px;
    float: right;
    color: #ff990e;
}

.sport-side .side-group:hover,
.sport-side .open>.side-group,
.sport-side .side-group:hover span,
.sport-side .open>.side-group span {
    background: #ff990e;
    color: #fff;
    border-radius: 3px;
}

.sport-side .submenu a {
    border-radius: 3px;
    color: white;
}

.sport-side .submenu span {
    padding: 0 10px;
    float: right;
    color: #ff990e;
}

.sport-stip {
    width: calc(100% - 20px);
    margin: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.sport-stip h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff990e;
    text-transform: capitalize;
    color: white;
    text-transform: uppercase;
}

.sport-stip-main {
    padding: 10px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.sport-stip-ann {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #eee solid;
    padding: 5px 0;
}

.sport-stip label {
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    text-transform: capitalize;
    display: block;
}

.sport-stip label.yel {
    color: #ff990e;
}

.sport-stip input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px #eee solid;
    padding: 0 10px;
}

.sport-stip input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.sport-stip table {
    width: 100%;
}

.sport-stip td {
    height: 30px;
    line-height: 30px;
    border: 1px #eee solid;
}

.sport-stip td span {
    color: #ff990e;
}

.sport-stip-btn {
    width: calc(100% + 10px);
    margin: 0 0 0 -5px;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
}

.sport-stip-btn a {
    width: 85px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    background: #ff990e;
    font-size: 14px;
}

.sport-stip-btn a:hover {
    background: #d97918;
}

.sport-contant {
    width: 960px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}

.sport-title {
    width: 100%;
    margin: 0 0 10px;
}

.sport-title h2 {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.sport-title a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin: 5px;
    background: #ff990e;
    font-size: 14px;
}

.sport-title a:hover {
    background: #d97918;
}

.sport-select {
    width: 160px;
    height: 40px;
    margin: 5px;
    background: #333 url(../images/dropdown-white.png) top right no-repeat;
    border-radius: 3px;
    color: white;
    overflow: hidden;
    float: right;
}

.sport-select select {
    width: 200px;
    height: 40px;
    background: none;
    padding: 0 10px;
}

.sport-select option {
    color: #555;
}

.sport-date {
    width: 160px;
    height: 40px;
    background: #333 url(../images/sport/calendar.png) right top no-repeat;
    border-radius: 3px;
    float: left;
    overflow: hidden;
    margin: 5px;
}

.sport-date input[type="date"] {
    width: 200px;
    height: 40px;
    padding: 0 10px;
    background: none;
    color: white;
}


/* register */

.register {
    width: 780px;
    padding: 50px 100px 0;
    overflow: hidden;
    /*background: url(../images/register-bg.png) center 470px no-repeat;*/
    margin: 0 auto;
}

.register-main {
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
}

.register-title {
    background: #234187;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    position: relative;
}


/*.register-title i {width: 70px;height: 70px;display: block;position: absolute;left: 0;top: 0;}*/

.register-contant {
    box-sizing: border-box;
    width: 100%;
    padding: 35px;
    overflow: hidden;
}

.register-contant input {
    box-sizing: border-box;
    width: 100%;
    border: 1px #ccc solid;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 5px;
    color: #333;
}

.register-contant input.code {
    width: 353px;
}

.register-contant-code {
    width: 153px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #333;
    color: #666;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.register-contant label {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 0 0 10px;
}

.register-contant label span {
    color: #ff990e;
}

.register-contant input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.register-contant a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    display: block;
}

.register-contant button {
    width: 100%;
    height: 50px;
    line-height: 30px;
    border-radius: 25px;
    display: block;
    background: #234187;
    color: #fff;
}

.register-contant-select {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px #ccc solid;
    margin: 0 0 5px;
    background: url(../images/dropdown-grey.png) 470px 22px no-repeat;
}

.register-contant-select select {
    width: 110%;
    padding: 0 10px;
    height: 50px;
    background: none;
}


/* center */

.center {
    width: 100%;
    overflow: hidden;
    /*background: url(../images/side-bg.png);*/
}

.center-info {
    width: 100%;
    height: 120px;
    background: url(../img/casinobg_header.png) no-repeat;
    background-color: #54a9ed;
}

.center-avatar {
    width: 84px;
    height: 84px;
    margin: 18px 68px;
    border-radius: 100%;
    overflow: hidden;
}

.center-avatar img {
    width: 100%;
}

.center-info-txt {
    width: 650px;
    overflow: hidden;
    padding: 10px 0;
}

.center-info-txt h5 {
    width: 50%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    float: left;
    font-size: 24px;
}

.center-info-txt>span {
    width: 50%;
    line-height: 36px;
    color: #fff;
    display: block;
    float: left;
}

.center-info-txt p {
    width: 50%;
    height: 100px;
    line-height: 33px;
    display: block;
    float: right;
    color: #fff;
}

.center-info-txt p span {
    color: #ffcc33;
}

.center-info-btn {
    width: 320px;
    overflow: hidden;
}

.center-info-btn a {
    width: 70px;
    height: 70px;
    margin: 25px 5px;
    float: left;
    display: block;
    background: url(../images/center-btn.png) center no-repeat;
}

.center-info-btn a.ci1 {
    background-position: 0 0;
}

.center-info-btn a.ci2 {
    background-position: 0 -70px;
}

.center-info-btn a.ci3 {
    background-position: 0 -140px;
}

.center-info-btn a.ci4 {
    background-position: 0 -210px;
}

.center-side {
    width: 220px;
    padding: 10px;
    overflow: hidden;
}

.center-side a {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    background: #fff;
    border-radius: 3px;
    display: block;
    margin: 0 0 10px;
    color: #666 !important;
}

.center-side a:hover,
.center-side a.active {
    color: #fff !important;
    background-color: #3e9feb;
    background: #3e9feb;
    background: -moz-linear-gradient(top, #3e9feb 0%, #3e9feb 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9feb), color-stop(100%, #3e9feb))!important;
    background: -webkit-linear-gradient(top, #3e9feb 0%, #3e9feb 100%)!important;
    background: -o-linear-gradient(top, #3e9feb 0%, #3e9feb 100%)!important;
    background: -ms-linear-gradient(top, #3e9feb 0%, #3e9feb 100%)!important;
    background: linear-gradient(to bottom, #3e9feb 0%, #3e9feb 100%)!important;
}

.center-contant {
    width: 960px;
    overflow: hidden;
    background: #fff;
    margin: 10px 10px 10px 4px;
    float: left !important;
    min-height: 440px;
}

.center-title {
    padding: 10px;
    overflow: hidden;
}

.center-title h3 {
    padding: 0 20px;
    background: #3e9feb;
    height: 40px;
    line-height: 40px;
    border-radius: 0 20px 20px 0;
    display: block;
    float: left;
    color: #fff;
    font-size: 16px;
    border: 1px solid #3e9feb;
}

.center-data {
    box-sizing: border-box;
    margin: 10px;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px #eee solid;
}

.center-data a {
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
    line-height: 40px;
    display: block;
    float: left;
    color: #666 !important;
}

.center-data a.left {
    text-align: right;
    font-weight: bold;
}

.center-data a.right {
    text-align: left;
}

.center-data a span {
    color: #f33;
}

.center-data-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    text-align: center;
}

.center-data-btn a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    margin: 20px;
    display: block;
    font-size: 16px;
    color: #fff !important;
}

.center-data-btn a:hover {
    color: #fff;
}

.center-data-btn p {
    width: 400px;
    float: right;
    padding: 10px 0;
    line-height: 220%;
    color: #999;
}

.center-contant .tit {
    color: #666;
}

.center-contant .btn {
    border: 1px solid #3e9feb;
}

.center-contant .num1 {
    display: inline-block;
    height: 31px;
    color: #666;
    text-indent: 5px;
}

.center-tab {
    width: 100%;
    height: 50px;
    background: #4189c3;
}

.center-tab a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.center-tab a:hover,
.center-tab a.active {
    color: #3e9feb !important;
    background: #3e9feb;
}

.center-form {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 10px;
    overflow: hidden;
    min-height: 500px;
}

.center-form label {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    display: block;
    color: #666;
}

.center-form label span {
    width: 32%;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 50px;
    display: block;
    float: left;
    text-align: right;
}

.center-form label input,
.center-form-select {
    width: 350px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px #ccc solid;
    color: #666;
}

.center-form label input[type="text"]:focus,
.center-form label input[type="password"]:focus {
    border-color: #8abef1;
    box-shadow: 0 0 3px 3px #e8f2fc
}

.center-form input[disabled] {
    background: #f7f7f7;
}

.center-form-select {
    background: url(../images/dropdown-grey.png) 320px center no-repeat;
    overflow: hidden;
    padding: 0;
}

.center-form label select {
    width: 100%;
    height: 48px;
    background: none;
    padding: 0 10px;
}

.center-form label em {
    padding: 0 10px;
    line-height: 50px;
    color: #999;
}

.center-submit {
    width: 230px;
    height: 50px;
    line-height: 40px;
    border-radius: 25px;
    display: block;
    margin: 30px auto;
    color: #FFF !important;
}

.center-submit:hover {
    background: #0b0f39 !important;
}

.center-select {
    width: 300px;
    height: 50px;
    border-radius: 3px;
    margin: 10px;
    overflow: hidden;
    background: #599fd9 url(../images/dropdown-white.png) 265px center no-repeat !important;
    z-index: 999;
}

.center-select select {
    width: 100%;
    height: 50px;
    padding: 10px;
    background: none;
    color: white;
    text-transform: capitalize;
    z-index: 998
}

.center-select option {
    color: #555;
    background: #fff;
}

.center-table {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}

.center-table table {
    width: 100%;
}

.center-table th {
    background: #eee;
    color: #333;
}

.center-table th,
.center-table td {
    height: 49px;
    vertical-align: middle;
    text-align: center;
    color: #333;
}

.center-table td {
    border-bottom: 1px #eee solid;
}

.center-table td span.red {
    color: #f33;
}

.center-table td span.grey {
    color: #ccc;
}

.center-table td span.yellow {
    color: #fc0;
}

.center-form .btn.center-submit {
    float: left;
    margin-left: 320px !important;
}


/* indolotto */

.indolotto {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.indolotto-title {
    margin: 5px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #999;
    background: #333;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.indolotto-title span {
    padding: 0 15px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    float: left;
}

.indolotto p {
    padding: 20px 10px;
}

.indolotto-list {
    width: 100%;
    overflow: hidden;
}

.indolotto-list label {
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
    display: block;
    float: left;
}

.indolotto-list label span {
    width: 10%;
    height: 50px;
    line-height: 50px;
    background: #333;
    text-align: center;
    font-weight: bold;
    color: white;
    float: left;
    display: block;
}

.indolotto-list label input {
    width: 15%;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border: 1px #ccc solid;
    border-left: none;
}

.indolotto-list label em {
    font-style: normal;
    height: 30px;
    line-height: 30px;
    color: #ff990e;
    display: block;
    text-align: center;
}

.indolotto input.btn {
    width: 260px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    display: block;
    margin: 30px auto;
    cursor: pointer
}


/* forex */

.forex {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.forex-side {
    width: 300px;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    border-right: 1px #eee solid;
}

.forex-side-table {
    width: 100%;
    overflow: hidden;
}

.forex-side-table table {
    width: 100%;
}

.forex-side-table th,
.forex-side-table td {
    height: 48px;
    vertical-align: middle;
    text-align: center;
}

.forex-side-table th {
    background: #333;
    color: white;
}

.forex-side-table span.red {
    color: #f33;
}

.forex-side-table span.blue {
    color: #33b8ff;
}

.forex-side-table span.green {
    color: #74e353;
}

.forex-side-table td {
    border-bottom: 1px #eee solid;
}

.forex-main {
    width: 900px;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}

.forex-tab {
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #999;
    background: #333;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.forex-tab a {
    padding: 0 15px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    float: left;
    margin: 0 5px 0 0;
}

.forex-title em {
    color: white;
    font-style: normal;
}

.forex-contant {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.forex-expires {
    width: 200px;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    border-right: 1px #eee solid;
    overflow: hidden;
}

.forex-expires p {
    padding: 10px 0;
    line-height: 36px;
}

.forex-expires input,
.forex-expires-select {
    width: 100%;
    box-sizing: border-box;
    border: 1px #eee solid;
    height: 48px;
    vertical-align: middle;
    padding: 0 10px;
}

.forex-expires-select {
    background: url(../images/dropdown-grey.png) 160px center no-repeat;
    padding: 0;
    overflow: hidden;
}

.forex-expires select {
    width: 220px;
    height: 48px;
    background: none;
    padding: 0 10px;
}

.forex-expires span {
    color: #f33;
}

.forex-tig {
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}

.forex-trend {
    width: 470px;
    height: 250px;
}

.forex-trend img {
    width: 100%;
}

.forex-tig-btn {
    padding: 20px 0;
    overflow: hidden;
    width: calc(100% - 470px);
}

.forex-tig-btn a {
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    display: block;
    margin: 20px auto;
    padding: 0 30px;
    box-sizing: border-box;
    float: left;
}

.forex-tig-btn a.up {
    background: url(../images/btn-up.png) right no-repeat;
}

.forex-tig-btn a.down {
    background: url(../images/btn-down.png) right no-repeat;
}

.forex-tig p {
    width: 100%;
    padding: 10px 0;
    display: block;
    float: left;
}

.forex-table {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.forex-table table {
    width: 100%;
}

.forex-table th,
.forex-table td {
    height: 48px;
    vertical-align: middle;
    text-align: center;
}

.forex-table th {
    background: #eee;
}

.forex-table span.red {
    color: #f33;
}

.forex-table span.blue {
    color: #33b8ff;
}

.forex-table span.green {
    color: #74e353;
}

.forex-table td {
    border-bottom: 1px #eee solid;
}


/* slots */

.slots {
    width: 100%;
    background: none;
    overflow: hidden;
}

.slots-nav span {
    font-size: 22px!important;
    line-height: 65px!important;
    position: absolute!important;
    color: white!important;
}

.slots-nav span b {
    margin-right: 10px;
}

.content-slots .btn {
    padding: 0 20px;
    line-height: 40px;
    display: block;
    float: left;
    margin: 10px 5px 0 0;
    font-weight: bold;
    font-size: 16px !important;
    border-radius: 0;
}

.slots-nav {
    width: 100%;
    height: 60px;
    background: none;
}

.slots-nav a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
    float: left;
    margin: 10px 5px 0 0;
    font-weight: bold;
    color: #234187!important;
}

.slots-nav a:hover,
.slots-nav a.active {
    color: #234187 !important;
    background: #3e9feb !important;
    margin-left: 20px;
    border-bottom: 2px solid #234187!important;
}

.slots-list {
    padding: 15px;
    overflow: hidden;
}

.slots-list a {
    width: 183px;
    height: 183px;
    border: 1px #eee solid;
    margin: 5px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.slots-list a img {
    height: 93%;
}

.slots-list a span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    background: #fff !important;
    color: #000;
    -webkit-animation: animatebottom 0.4s;
    animation: animatebottom 0.4s
}

.slots-list a:hover span,
.slots-list a.active span {
    display: block;
}

.slots-list a:hover img {
    left: -183px;
    position: absolute;
}

.slots-list a:hover,
.slots-list a.active {
    border-color: #00083b !important
}

.content-slots .page a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    margin: 0 0px;
    vertical-align: middle;
    border-radius: 15px;
    background: #ffffff;
}

.content-slots .page a.active,
.content-slots .page a:hover {
    background: #032254 !important;
    border: 1px solid #032254;
    color: #fff !important;
}

.slots img {
    max-width: inherit !important;
}

.w3-animate-bottom {
    position: relative;
    -webkit-animation: animatebottom 0.3s;
    animation: animatebottom 0.3s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 1
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@-moz-keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 1
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@-ms-keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 1
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

.loadvideo {
    cursor: pointer;
    position: relative;
    width: 360px;
    height: 262px;
    margin-left: 240px;
    background: url('../images/bg-def2.jpg') no-repeat scroll 0% 0% transparent;
}

.enter_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 186px;
    line-height: 186px;
    text-align: center;
    background-color: #000;
    font-size: 20px;
}

.num1 {
    border: 1px solid #B5B5B5;
    height: 25px;
}

.ref_we {
    float: left;
}

.ref_we a {
    background: none;
    padding: 0;
    color: #666;
}

.ref_we a.name {
    color: #fff;
}

.ref_we input {
    height: 30px;
    width: 140px;
    float: left;
    background-color: #222222;
}

.copy {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #555 !important;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding: 0 20px !important;
    position: absolute;
    margin-top: -3px;
    right: 110px !important;
}

.ref_url {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555 !important;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding: 0 10px !important;
    position: absolute;
    margin-top: -3px;
}

.center-data #refUrl {
    border: 1px solid #ccc;
    text-indent: 10px;
    border-right: 0;
    width: 200px !important;
}

.login_af {
    float: right;
    margin: 0;
    padding: 0
}

.login_af a {
    background: none;
    padding: 0;
    color: #666;
}

.login_af a.yel {
    color: #E0DD00;
}

.divif {
    position: relative;
}

.autoif {
    position: absolute;
    left: 94px;
    top: 50px;
    transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
}

.hide {
    display: none;
}

.banner-forex>.casino {
    width: calc(100% - 0px);
    padding: 0;
    background: none;
    overflow: hidden
}

.search_box {
    margin-top: 30px !important;
    margin-right: 30px !important;
}

.search_btn {
    height: 22px !important;
}

.search_in {
    height: 22px !important;
}

.member-header-info {
    padding-top: 7px;
    padding-left: 7px;
    float: right;
    text-align: right;
}

.member-header-info span a {
    color: #FFF;
    padding-left: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif, "Microsoft Yahei";
    font-weight: normal;
}

.member-header-info span a:hover {
    color: #F00;
}

.member-header-info span a span {
    color: #F00;
}

.register-main select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #666;
}

#currecy_id span {
    display: none;
}

.form-group.register-select select {
    background: url('../images/dropdown-grey.png') no-repeat;
}

#currecy_id select {
    width: 510px !important;
    border: 1px solid #ddd !important;
    height: 50px;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background: url('../images/arrow_register.png') no-repeat;
    background-position: 488px 20px;
}

.err_div {
    color: #F00;
}

.search_in {
    height: 22px !important;
    float: left !important;
    width: 180px !important;
}

.search_in {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.alert_pop {
    padding-bottom: 15px;
    border-radius: 10px;
    position: absolute;
    margin-left: -50px;
    width: 450px;
    height: auto;
    background: #ffffff;
    left: 40%;
    top: 40%;
    z-index: 999999;
    display: none;
    color: #FFF;
    padding-top: 25px;
    border: 1px solid #FFF;
    margin-top: 50px;
    -webkit-animation: bounce 0.9s;
    animation: bounce 0.9s;
}

.close_alert {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 0px;
    cursor: pointer;
    margin-top: -45px;
    margin-right: -15px;
}

.close_alert div {
    background: url(../images/close.png);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.alert_pop .alert_left {
    text-align: center;
}

.alert_pop .alert_right {
    padding-left: 5px;
    text-align: center;
}

.alert_pop .alert_right h3 {
    font-size: 15px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    color: #135285;
}

.alert_right span {
    font-size: 12px;
    text-align: center;
}

.alert_right span a {
    color: #F2E59B;
}

.load_no_login {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 99999;
    display: none;
}

.alert_login {
    background: url(../images/login_button_bg.png) 0 0 repeat-x;
    padding: 10px;
    width: 100px;
    margin: auto;
    margin-top: 20px;
    border-radius: 2px;
}

.alert_login a h3 {
    color: #000;
}

.alert_login:hover {
    opacity: 0.8
}

.alert_body .login {
    margin: 10px 0 10px 0;
}

.login_btn {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#99b8ec), to(#d3e0ff));
    background-image: -webkit-linear-gradient(top, #212b52, #d3e0ff);
    background: linear-gradient(#212b52, #212b52);
    box-shadow: 0px 0px 2px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 2px rgb(0, 0, 0);
    -webkit-box-shadow: 0px 0px 2px rgb(0, 0, 0);
    border: 1px solid #243b7a;
}

.alert_body {
    width: 100%;
    margin: 10px;
}

.alert_body label {
    width: 100px;
    color: #135285;
}

.alert_body input {
    font-weight: 500;
    box-sizing: border-box;
    width: 60% !important;
    border: 1px #135285 solid;
    padding: 0 10px;
    height: 35px !important;
    line-height: 35px;
    margin: 0 0 5px;
    color: #000;
    border-radius: 7px;
    text-align: left !important;
}


/* alert pop up*/

.input-group-addon {
    height: 23px;
    padding: 4px 10px !important;
    display: inline-block;
    line-height: 22px !important;
    position: absolute;
}

.fa {
    margin-left: -5px;
}

.ui-widget.ui-widget-content {
    font-size: 12px;
    margin-left: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #666 !important;
}

.box-main img {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.box-main img:hover {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#submit {
    color: #000;
}

#login ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}

#login ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

#login :-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

#login :-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.member-info {
    margin-right: 5px;
    float: right;
    line-height: 35px;
    font-size: 15px;
    text-align: right;
}

.member-info a {
    padding: 0 5px;
    margin: 0 2px;
    padding: 5px 10px;
    background: none;
    /*border: 1px solid #3e9feb;
    border-radius: 10px;*/
    height: 40px;
    line-height: 40px;
    color: #3e9feb;
}

.member-info a:hover,
.member-info a.active {
    border-bottom: 2px solid #F00;
}

.member-info a span {
    color: #FF0000 !important;
    font-weight: bold;
}

.member-info a span:hover::after {
    width: 100%;
}

section ul li a {
    color: #ffffff !important;
}

.form-groupsa li p.lighta {
    width: 205px;
}

.dropbtn {
    /* background-color: #4CAF50; */
    color: white;
    /* padding: 16px; */
    font-size: 11px;
    border: none;
    cursor: pointer;
}

.dropdown {
    /* position: fixed; */
    /* display: inline-block; */
    float: right;
    margin-top: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* min-width: 160px; */
    z-index: 1;
    padding-top: 2px;
    /* background-color:white; */
}

.dropdown-content a {
    color: black;
    padding: 3px 1px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.footer-block p {
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: normal;
}

.help-it ul a li {
    color: #fff;
}

#casino-links img {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

#casino-links img:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.fa-calendar:before {
    font-size: 16px;
}

.center-contant .fa {
    margin-top: -5px;
}

div#login {
    text-align: right;
}

#login .button {
    width: 300px;
}

.content_con.promo_box span,
.content_con.promo_box b,
.content_con.promo_box p {
    color: #0073e3;
}

.div-join2 {
    margin-right: 20px;
    margin-top: -40px;
    padding: 6px 18px;
    font-weight: bold;
    background-color: #0073e3;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.42857143;
    color: #FFF !important;
    cursor: pointer;
    float: right;
    position: relative;
}

.link-box a span:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.center-data .inp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16%;
    -ms-flex: 0 1 16%;
    flex: 0 1 16%;
    margin-left: 10px;
    background: 0 0;
    border: 1px #3e9feb solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 35px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    color: #000;
    margin-left: 0px;
}

.center-data .inp:hover,
.center-data .inp:focus,
.center-contant .center-tab,
.lott-contant-tab {
    border-color: #3e9feb;
    background-color: #333333;
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .1) 45%, #3e9feb 0, #ff0b31 50%, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 95%, #3e9feb 0);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .1) 45%, #3e9feb 0, #ff0b31 50%, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 95%, #3e9feb 0);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .1) 45%, #3e9feb 0, #0d1910 50%, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 95%, #3e9feb 0) !important;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
    color: #fff;
}

input[type=checkbox]:not(old) {
    width: 30px;
    height: 17px;
}


/*==== new */


/******* Profile Dashboard Css ******/


/*.center{background:none !important}
.center-contant{margin-top:0 !important; width:990px !important;box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3); border-right: 2px solid #e3e3e3;}*/

.tabBtn ul {
    padding: 0;
    margin: 0;
}

.tabBtn ul li {
    display: block;
    padding: 15px 0px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
}

.center-tab a {
    color: #30363d !important;
    font-family: RobotoCondensed-Bold, sans-serif;
    line-height: 50px;
    display: inline-block;
    min-width: 190px;
    text-align: center;
    background: #f2f2f2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px transparent solid;
    cursor: pointer;
    font-size: 18px;
    padding: 0 15px;
}

.center-tab a:hover,
.center-tab a.active {
    color: #192d5a !important;
    background: #fff;
    border-bottom: 1px #3e9feb solid;
}

.center-contant .center-tab {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    background-image: none !important;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
    color: #fff;
}

.center-data .inp:hover,
.center-data .inp:active {
    border-color: #3e9feb;
    background-color: #54a8ec;
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .1) 45%, #3e9feb 0, #ff0b31 50%, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 95%, #3e9feb 0);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .1) 45%, #3e9feb 0, #ff0b31 50%, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 95%, #3e9feb 0);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .1) 45%, #3e9feb 0, #0d1910 50%, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 95%, #3e9feb 0) !important;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
    color: #fff;
}

ul#myTab li a span {
    color: #b9b9b9;
}

ul#myTab li.active a span {
    color: #ec3b40 !important;
}


/********* Profile Content Tab Css *********/

.ui-widget-content {
    border: 1px solid #3e9feb;
    box-shadow: 0 5px 15px rgb(62, 159, 235);
}

.ui-datepicker .ui-datepicker-header {
    background: none;
    border: none;
}

.ui-datepicker table {
    font-family: inherit;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none !important;
    border: none !important;
    line-height: 30px;
    padding: 2px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    color: #ec1519 !important;
    font-weight: bold;
    font-size: 18px;
}

.ui-datepicker-today .ui-state-highlight {
    color: #3e9feb !important;
    font-weight: bold;
    font-size: 18px;
}

.ui-datepicker-calendar td :hover {
    background: rgb(62, 159, 235);
}

.ui-datepicker-calendar td a:hover {
    color: #3e9feb !important;
}

.ui-widget.ui-widget-content {
    width: 230px;
}