@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;
}

/* notice */

.notice {
    width: 100%;
    height: 30px;
    position: relative;
}

.notice span {
    width: 26px;
    height: 26px;
    border-radius: 0 10px 10px 0;
    background: #962424 url(../../images/ann-ico.png) 2px center no-repeat;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 90
}

.notice marquee a {
    line-height: 30px;
    color: #999;
    white-space: nowrap
}

/* slots */

.slots {
    width: 100%;
    margin: 0 0 30px;
}

.slots-tab {
    padding: 10px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slots-tab a {
    width: calc(25% - 4px);
    height: 40px;
    line-height: 40px;
    border: 1px transparent solid;
    background-clip: content-box;
    padding: 0;
    color: #fff;
    background-color: #191212;
}

.slots-tab a.ccc {
    background: #ccc;
    color: #555;
}

.slots-tab a:hover, .slots-tab a.active {
    color: white;
   background: #440707;
}

.slots-contant {
    background: #fff;
    padding: 5px;
    overflow: hidden;
}

.slots-contant li {
    width: 33.33%;
    box-sizing: border-box;
    padding: 5px;
    float: left;
    list-style-type: none;
}

.slots-contant a {
    width: 100%;
    height: 150px;
    border: 1px #eee solid;
    text-align: center;
    position: relative;
    /* padding: 10px 0 0; */
    display: block;
}
.slots-contant img{
    width: 113px;
}
.slots-contant a span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #222222;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-transform: capitalize;
}

@media (max-width: 470px) {
    .slots-tab a {
        width: calc(33.33% - 4px);
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .slots-contant li {
        /* width: 50%; */
        width: 33.333333%;
    }
}

/* game-table */

.game-table {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative;
    overflow-x: auto;
}

.expanded {
    width: 100% !important;
    box-sizing: border-box;
}

.game-table table {
    width: 100%;
    background: #eee;
}

.game-table tr {
    height: 40px;
    vertical-align: middle;
}

.game-table th {
    background: #ccc;
    text-align: left;
    text-indent: 1em;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px #666 solid;
    vertical-align: middle;
}

.game-table th.dark {
    background: #333;
    border-color: #333;
    font-size: 14px;
    color: white;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 40px;
}

.game-table th span {
    font-size: 12px;
    float: right;
    padding: 0 10px;
    font-weight: normal;
}

.game-table th a {
    float: right;
    padding: 0 10px;
    line-height: 40px;
    font-weight: normal;
}

.game-table th a:hover {
    color: #f90;
}

.game-table th a.refresh {
    width: 40px;
    height: 40px;
    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;
    vertical-align: middle;
    line-height: 40px;
}

.game-table td a {
    vertical-align: middle;
}

.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;
}

.game-table i {
    height: 40px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.game-table i.star {
    width: 40px;
    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="number"] {
    border: 1px #eee solid;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding: 0 5px;
}

.game-table input[type="text"] {
    border: 1px #eee solid;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    width: calc(100% - 10px);
    padding: 0 10px;
}

.game-table input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* lottery */

.lottery {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px
}

.lottery-contant {
    background: #fff;
    padding: 10px;
    overflow: hidden;
}

.lottery-ann {
    margin: 10px;
    padding: 10px;
    background: #333;
    color: #999;
}

.lott-basic {
    width: 100%;
    border: 0;
    overflow: hidden;
    border-bottom: 1px #d8d8d8 solid;
    margin: 0 0 20px;
    padding: 10px 0;
}

.lott-basic table {
    width: 100%;
}

.lott-basic td {
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 5px;
    word-break: break-all;
}

.lott-basic td:first-child {
    text-align: right;
}

.lott-basic td:last-child {
    text-align: left;
}

.lott-basic td.title {
    font-size: 16px;
    color: maroon;
}

/* indo */

.indo-ann {
    width: 100%;
    overflow: hidden;
}

.indo-ann span {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: block;
}

.indo-ann span.tit {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.indo-ann span.art {
    background: #333;
    color: #999;
    text-align: center;
}

.indo-ann span.txt {
    text-align: center;
    font-size: 12px;
}

.indo-group {

    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 10px 0;

}

.indo-group a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    background: #333;
    display: block;
}

.indo-group cite {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
}

.indo-group cite input {

    width: 14.66%;
    height: 40px;
    line-height: 40px;
    text-align: center;

    box-sizing: border-box;
    border: 1px #eee solid;
    border-left: none;
    background: #fff;

}

.indo-group span {
    width: 100%;
    text-align: center;
    color: #f90;
    display: block;
}

/* center */

.center {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.center-head {
    width: 100%;
    height: 180px;
    background: url(../../images/main/user/banner-center.jpg) center top no-repeat;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin: 0 0 10px
}

.center-avtar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    background: url(../../images/avtar-bg.png) center no-repeat;
    margin: 25px 0 0
}
.center-info {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 0;
    box-sizing: border-box;
    padding: 0 0 0 100px
}
.center-info h3 {
    font-size: 12px;
    line-height: 1.5;
    color: #d13123;
    margin-bottom: 0;
    font-weight: normal;
}

.center-info h3 span {
    color: #eee;
    font-size: 14px;
    font-weight: normal;
    display: none;
}

.center-info p {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.5;
}

.center-info p span {
    color: #e61e0d;
}

.center h2 {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 15px 0 10px;
    font-size: 16px;
    float: left;
    margin: 15px 0;
    border-bottom: 1px solid;
    color: #f2d902;
}

.center-basic {
    width: 100%;
    border: 0;
    overflow: hidden;
    border-bottom: 1px #d8d8d8 solid;
    margin: 0 0 20px;
    padding: 10px 0;
    color: #fff;
}

.center-basic table {
    width: 100%;
}

.center-basic td {
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 5px;
    color: #efefef;
}

.center-basic td:first-child {
    text-align: right;
    text-transform: capitalize;
}

.center-basic td:last-child {
    text-align: left;
}

.center-tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /* background-color: #d8d8d8; */
    margin-bottom: 1.5rem;
}

.center-tab a {
    padding: 0;
    font-size: 1em;
    color: #3e3d3d;
    text-decoration: none;
    text-align: center;
    flex: 1 1 calc(50% - 6px);
    background-clip: content-box;
    height: 38px;
    line-height: 36px;
    border-radius: 6px;
    margin: 3px;
    background: linear-gradient(to bottom,#ffe1ab 0,#805723 100%);
    border-color: #f0dd54;
}

.center-tab a:hover, .center-tab a.active {
    color: #901B11;
    background-clip: content-box;
    background: #ffc107;
}

.center-table {
    width: 100%;
    overflow-x: auto;
    background: #fff;
    margin: 10px 0;
}

.center-table table {
    width: 100%;
}

.center-table th {
    background: #eee;
}

.center-table th, .center-table td {
    height: 49px;
    vertical-align: middle;
    text-align: center;
}

.center-table td {
    border-bottom: 1px #eee solid;
    padding: 0 5px;
}

.center-table td span.red {
    color: #f33;
}

.center-table td span.grey {
    color: #ccc;
}

.center-table td span.yellow {
    color: #fc0;
}

/* sport */

.sport-three {
    width: 100%;
    background: #222;
    overflow: hidden;
}

.sport-three a {
    width: 33.33%;
    height: 40px;
    line-height: 40px;
}

.sport-three a:hover, .sport-three a.active {
    color: #f90;
}

.sport-tab {
    width: 100%;
    background: #333;
    overflow: hidden;
}

.sport-tab a {
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

.sport-tab a:hover, .sport-tab a.active {
    background: #f4f4f4;
    color: #333;
}

.sport .list > a {
    padding: 0;
}

.sport .list > a:hover {
    background: #f90;
}

.sport .list a span {
    color: #f90;
    float: right;
    padding: 0 10px;
}

.sport .list > a:hover span {
    color: white;
}

.sport .list i {
    float: left;
    background: top right no-repeat;
}

.sport .list i:hover {
    float: left;
    background-position: top left;
}

.sport .list i.baseball {
    background-image: url(../../images/sport/ico/baseball.png);
}

.sport .list i.favourite {
    background-image: url(../../images/sport/ico/favourite.png);
}

.sport .list i.others {
    background-image: url(../../images/sport/ico/others.png);
}

.sport .list i.beachsoccer {
    background-image: url(../../images/sport/ico/beachsoccer.png);
}

.sport .list i.misswold {
    background-image: url(../../images/sport/ico/misswold.png);
}

.sport .list i.handball {
    background-image: url(../../images/sport/ico/handball.png);
}

.sport .list i.futsal {
    background-image: url(../../images/sport/ico/futsal.png);
}

.sport .list i.supercombo {
    background-image: url(../../images/sport/ico/supercombo.png);
}

.sport .list i.olympic {
    background-image: url(../../images/sport/ico/olympic.png);
}

.sport .list i.athletics {
    background-image: url(../../images/sport/ico/athletics.png);
}

.sport .list i.icehockey {
    background-image: url(../../images/sport/ico/icehockey.png);
}

.sport .list i.wintersport {
    background-image: url(../../images/sport/ico/wintersport.png);
}

.sport .list i.basketball {
    background-image: url(../../images/sport/ico/basketball.png);
}

.sport .list i.tennis {
    background-image: url(../../images/sport/ico/tennis.png);
}

.sport .list i.usfootball {
    background-image: url(../../images/sport/ico/usfootball.png);
}

.sport .list i.snooker {
    background-image: url(../../images/sport/ico/snooker.png);
}

.sport .list i.rugby {
    background-image: url(../../images/sport/ico/rugby.png);
}

.sport .list i.darts {
    background-image: url(../../images/sport/ico/darts.png);
}

.sport .list i.formula1 {
    background-image: url(../../images/sport/ico/formula1.png);
}

.sport .list i.motorsports {
    background-image: url(../../images/sport/ico/motorsports.png);
}

.sport .list i.golf {
    background-image: url(../../images/sport/ico/golf.png);
}

.sport .list i.badminton {
    background-image: url(../../images/sport/ico/badminton.png);
}

.sport .list i.cricket {
    background-image: url(../../images/sport/ico/cricket.png);
}

.sport .list i.waterpolo {
    background-image: url(../../images/sport/ico/waterpolo.png);
}

.sport .list i.tabletennis {
    background-image: url(../../images/sport/ico/tabletennis.png);
}

.sport .list i.squash {
    background-image: url(../../images/sport/ico/squash.png);
}

.sport .list i.volleyball {
    background-image: url(../../images/sport/ico/volleyball.png);
}

.sport .list i.boxing {
    background-image: url(../../images/sport/ico/boxing.png);
}

.sport .list i.cycling {
    background-image: url(../../images/sport/ico/cycling.png);
}

.sport .list i.soccer {
    background-image: url(../../images/sport/ico/soccer.png);
}

.sport-stip {
    overflow: hidden;
}

.sport-stip h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f90;
    text-transform: capitalize;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
}

.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: #f90;
}

.sport-stip input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px #eee solid;
    padding: 0 10px;
    text-transform: capitalize;
}

.sport-stip input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.sport-stip table {
    width: 100%;
}

.sport-stip td {
    height: 40px;
    border: 1px #eee solid;
    vertical-align: middle;
}

.sport-stip td span {
    color: #f90;
}

.sport-contant {
    width: 100%;
    overflow: hidden;
}

.sport-title {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}

.sport-title h2 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.sport-select {
    width: 100%;
    overflow: hidden;
}

.sport-select select, .sport-select input {
    width: 50%;
    height: 50px;
    padding: 0 10px;
    border: 5px transparent solid;
    background: #fff;
    background-clip: padding-box;
    box-sizing: border-box;
    display: block;
    float: left
}

@media (max-width: 460px) {
    .sport-select select, .sport-select input {
        width: 100%;
    }
}

/* gtip */

.gtip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 41;
}

.gtip-main {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 10%;
    left: 0%;
}

.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: #222;
}

.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: #f90;
    text-align: center;
}

.gtip-group label {
    width: 100%;
    margin: 0 0 5px;
    display: block;
    overflow: hidden;
}

.gtip-group label span {
    width: 25%;
    line-height: 35px;
    text-align: right;
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.gtip-group label em {
    font-style: normal;
    color: #f90;
    line-height: 35px;
}

.gtip-group label a {
    width: 40px;
    height: 35px;
    line-height: 35px;
    background: #f90;
    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;
}

.gtip-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.gtip-btn button {
    width: 50%;
    border-radius: 30px;
    display: inline-block;
    background: #f90;
    font-size: 16px;
    border: 5px #fff solid;
    border-width: 0 5px 0 5px;
    float: left;
    color: #fff
}

.gtip-btn button:hover {
    background: #dd8500;
}

/* game-keno */

.keno {
    width: 100%;
    padding: 10px 0 30px;
    overflow: hidden;
    position: relative;
}

.gkeno {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gkeno-title {
    width: 100%;
    overflow: hidden;
}

.gkeno-info {
    width: 100%;
    height: 115px;
    background: #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 > span > em {
    color: #f90;
    float: left;
    font-style: normal;
}

.gkeno-info > a {

    width: 60px;
    height: 60px;
    line-height: 60px;

    border-radius: 30px;

    background: #f90 url(../../images/game/btn-back.png) -8px -8px no-repeat;

    display: block;
    text-indent: 1em;

    font-size: 20px;

    margin: 10px 10px 0px 12px;

    float: left;

}

.gkeno-info select {

    width: 200px;
    height: 40px;
    line-height: 40px;

    box-sizing: border-box;

    padding: 0 10px;
    border: none;

    border-radius: 3px;
    background: #fff;

    margin: 20px auto;

    text-transform: capitalize;
    display: block;

}

.gkeno-info > a:hover {
    background-color: #b97820;
}

.gkeno-info cite {
    width: 100%;
    height: 35px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    background: #1f1f1f;
    font-style: normal;
    float: left;
}

.gkeno-info a.enter {

    width: 60px;
    height: 60px;

    line-height: 60px;

    border-radius: 100%;

    background: #f90 url(../../images/game/btn-enter.png) -8px -8px no-repeat;

    margin: 0px 10px;

    display: block;
    float: left;

}

.gkeno-time {
    width: 100%;
    height: 151px;
    background: url(../../images/game/ann-bg.png);
}

.gkeno-time span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    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;
}

.gkeno-time a {
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 85px;
    color: white !important;
    font-family: 'digital_displayregular';
    text-shadow: 0 0 20px #fff;
    display: block;
}

.gkeno-time a.out {
    width: 65%;

    line-height: 65px;
    text-align: center;

    font-size: 65px;
    color: white;
    font-family: 'digital_displayregular';

    text-shadow: 0 0 20px #fff;
    display: block;

    float: left;

}

.gkeno-time a.enter {

    width: 55px;
    height: 55px;

    border-radius: 40px;

    background: url(../../images/game/btn-enter1.png) center no-repeat;

    margin-top: 10px;

    margin-right: 10px;

    display: block;

    float: right;

}

.gkeno-results {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.gkeno-results-title {
    width: 100%;
    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;
}

.gkeno-results-list {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
}

.gkeno-results-list label {
    width: 100%;
    display: block;
    border-left: 1px #eee solid;
    margin: 5px 0;
    float: left;
}

.gkeno-results-list label a {
    width: 10%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px #eee solid;
    border-left: none;
    box-sizing: border-box;
    color: #f90;
    font-weight: bold;
    display: block;
    float: left;
}

.gkeno-total {
    width: 100%;
    height: 151px;
    background: #f4f4f4;
}

.gkeno-total ul {
    width: 100%;
    height: 151px;
    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;
}

.bx-prev:hover, .gkeno-total .bx-next:hover {
    background-image: url(../../images/game/new-btn-hover.png);
}

.bx-prev {
    left: 10px;
    background-position: left top;
}

.bx-next {
    right: 10px;
    background-position: left bottom;
}

.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;
}

.album p {
    margin-bottom: 0
}

.album .previous {

    width: 25px;
    height: 25px;
    border-radius: 100%;

    background: #f90 url(../../images/enter-btn.png) center no-repeat;

    float: left;
    margin-left: 1em;
    border: none;

    position: absolute;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

}

.album .next {

    width: 25px;
    height: 25px;
    border-radius: 100%;

    background: #f90 url(../../images/enter-btn.png) center no-repeat;

    float: right;
    margin-right: 1em;
    margin-top: -25px;

}

.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;
}

.gkeno-total li label {
    width: 95%;
    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: #f90;
    font-weight: bold;
    display: block;
    float: left;
    background: #fff;
}

.gkeno-total li label.ten-item a {

    width: 10%;
    height: 33px;
    line-height: 33px;
    text-align: center;

    border: 1px #eee solid;

    border-left: none;

    box-sizing: border-box;

    color: gray;

    font-weight: normal;

    display: block;
    float: left;

    background: #fff;

}

.gkeno-number {
    width: 100%;
    overflow: hidden;
}

.gkeno-number-list {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    background: #4c4c4c;
}

.gkeno-number-list a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    background: #fff;
    border-radius: 3px;
    display: block;
    float: left;
    z-index: 5;
}

.gkeno-number-list a:hover, .gkeno-number-list a.active {
    background: #f90;
    color: white;
}

.gkeno-guess {
    width: 100%;
    overflow: hidden;
}

.gkeno-guess a {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
}

.gkeno-guess-title {
    width: 20%;
    height: 100px;
}

.gkeno-guess-title a {
    width: 100%;
    background: #f90;
}

.gkeno-guess-title a.line {
    box-sizing: border-box;
    border-bottom: 1px #ffb74c solid;
}

.gkeno-guess label {
    width: 80%;
    display: block;
    float: right;
    background: #272727;
}

.gkeno-guess label.line {
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px #4c4c4c solid;
    margin-bottom: 0;
}

.gkeno-guess label a {
    width: 20%;
    box-sizing: border-box;
    border-left: 1px #4c4c4c solid;
}

.gkeno-btn {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.gkeno-btn a {
    height: 107px;
    line-height: 107px;
    background: #333;
    color: white !important;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    text-transform: capitalize;
    font-weight: bold;
    border: 5px #010101 solid;
    box-sizing: border-box;
}

.gkeno-btn a label {
    margin-bottom: 0;
    color: #666
}

.gkeno-btn a span {
    text-align: center;
    line-height: 34px;
    padding: 20px 0;
    color: #f90;
    font-size: 14px;
    float: right;
}

.gkeno-btn a span em {
    color: #999;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
}

.gkeno-btn a:hover,
.gkeno-btn a.active {
    background: #f90;
}

.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: 5px;
    overflow: hidden;
}

.gkeno-btn-buo a {
    width: 35%;
}

.gkeno-btn-buo a span {
    width: 50%;
}

.gkeno-btn-buo a.white,
.gkeno-btn-buo a.tie-bs,
.gkeno-btn-buo a.tie-ud,
.gkeno-btn-buo a.tie-oes {
    width: 30%;
    line-height: 50px;
    background: #fff;
    color: #555;
    text-align: center;
    padding: 0;
}

.gkeno-btn-buo a.white:hover,
.gkeno-btn-buo a.tie-bs:hover,
.gkeno-btn-buo a.tie-ud:hover,
.gkeno-btn-buo a.tie-oes:hover {
    background: #f90;
    color: white;
}

.gkeno-btn-buo a.white span {
    width: 100%;
    padding: 0;
    line-height: 22px;
}

.gkeno-btn-sd {
    overflow: hidden;
    padding: 0 5px;
}

.gkeno-btn-sd a {
    width: 50%;
}

.gkeno-btn-sd a span {
    line-height: 107px;
    padding: 0;
    width: 100px;
}

.gkeno-btn-max {
    padding: 5px;
    overflow: hidden;
}

.gkeno-btn-max a {
    width: 25%;
    height: 80px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    line-height: 40px;
}

.gkeno-btn-max a span {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

.gkeno-reb {
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box;
}

.gkeno-reb a {
    width: 33.33%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    color: #555 !important;
}

.gkeno-reb a:hover {
    color: white;
}

.gkeno-reb a span {
    line-height: 30px;
    padding: 10px;
}

.gkeno-reb a.bet {

    background: #4C4C4C;
    text-align: center;
    padding: 0;

    border-style: inset;

    color: #F1F1F1 !important;

}

.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;
}

@media (max-width: 400px) {

    .gkeno-btn a {
        text-align: center;
    }

    .gkeno-btn a span {
        display: none;
    }

    .gkeno-btn-buo a,
    .gkeno-btn-buo a.white {
        line-height: 100px;
    }

    .gkeno-btn-max a {
        line-height: 70px;
    }

}

.gkeno-table {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.gkeno-table-title {
    width: 13%;
    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: #f90;
}

.gkeno-table-list {
    width: 87%;
    overflow: hidden;
    border: 1px #eee solid;
    border-width: 1px 0 0 1px;
    box-sizing: border-box;
}

.gkeno-table-list label {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.gkeno-table-list label a {
    width: 10%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    border: 1px #eee solid;
    border-width: 0 1px 1px 0;
    display: block;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
}

.gkeno-table-list a.yellow {
    color: #f90;
}

/* game-number */

.number {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 30px
}

.gnumber {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gnumber-close {

    width: 100%;
    height: 100px;

    line-height: 100px;

    text-align: center;
    font-size: 18px;

}

.gnumber-info {
    width: 100%;
    height: 250px;
    background: url(../../images/game/ann-bg.png);
}

.gnumber-info select {

    width: 200px;
    height: 40px;
    line-height: 40px;

    box-sizing: border-box;

    padding: 0 10px;
    border: none;

    border-radius: 3px;
    background: #fff;

    margin: 10px auto;

    text-transform: capitalize;
    display: block;

}

.gnumber-type {

    width: 100%;
    height: 20px;

    line-height: 50px;
    padding: 5px 0 0;

    text-align: center;
    font-size: 18px;

    color: white;
    font-family: 'digital_displayregular';

    text-shadow: 0 0 10px #fff;

}

.ball {

    width: 200px;

    display: block;

    padding: 0 10px;

    text-align: left;

    text-indent: 5px;

    font-style: bold;

    font-size: 16pt;

    font-family: "Philosopher";

    color: #fff;
    margin-bottom: 0;

}

.between {
    width: 100%;
    height: 10px;
    position: relative;
    background: #fff;
}

.gnumber-info-time {

    width: 100%;
    height: 110px;

    line-height: 100px;
    padding: 10px 0 0;

    text-align: center;
    font-size: 75px;

    color: white;
    font-family: 'digital_displayregular';

    text-shadow: 0 0 20px #fff;

}

.gnumber-info-time1 {

    width: 100%;
    height: 110px;

    line-height: 80px;
    padding: 0 0;

    text-align: center;
    font-size: 75px;

    color: white;
    font-family: 'digital_displayregular';

    text-shadow: 0 0 20px #fff;

}

.gnumber-info-time1.totop {

    margin-top: -25px;

}

.gnumber-info a.ref-only {
    width: 230px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #f90 url(../../images/game/refresh-white.png) 15px 10px no-repeat;
    margin: 30px auto;
    display: block;
    font-size: 22px;
    float: none;
}

.wrap-enref {

    width: 160px;
    height: 60px;
    margin: 0px auto 5px;
    display: block;

}

.wrap-enmenu {

    width: 320px;
    margin: 0px auto;
    height: 60px;

}

.gnumber-info a.back-inside {

    width: 60px;
    height: 60px;

    line-height: 60px;

    border-radius: 40px;

    background: #f90 url(../../images/game/btn-back.png) -8px -8px no-repeat;

    margin-top: -10px;

    display: block;
    float: left;

}

.gnumber-info a.enter {

    width: 60px;
    height: 60px;

    line-height: 60px;

    border-radius: 40px;

    background: #f90 url(../../images/game/btn-enter.png) -8px -8px no-repeat;

    margin: 0px 10px;

    display: block;
    float: left;

}

.gnumber-info a.refresh {

    width: 60px;
    height: 60px;

    line-height: 60px;
    border-radius: 40px;

    background: #f90 url(../../images/game/refresh-white.png) 15px 10px no-repeat;

    margin: 0px 10px;

    display: block;
    float: left;

}

.gnumber-info a:hover {
    background-color: #b97820;
}

.gnumber-info-data1 {

    width: 100%;
    height: 60px;
    line-height: 55px;

    text-align: center;
    color: #666;
    background: #1f1f1f;

    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;

}

.gnumber-info-data {

    width: 100%;
    height: 65px;
    line-height: 60px;

    text-align: center;
    color: #666;
    background: #1f1f1f;

    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;

}

.gnumber-info-data span {

    display: block;

    width: 25px;
    height: 25px;
    border-radius: 25px;

    border: 1px solid #fff;

    background: #fff url(../../images/game/down.png) no-repeat center center;
    background-size: cover;

    float: right;

    margin-top: 1.2em;

    margin-right: 1em;

}

.gnumber-info-data1 span {

    display: block;

    width: 25px;
    height: 25px;
    border-radius: 25px;

    border: 1px solid #fff;

    background: #fff url(../../images/game/down.png) no-repeat center center;
    background-size: cover;

    float: right;

    margin-top: 1em;

    margin-right: 1em;

}

.gnumber-game {

    /*100%;*/

    position: absolute;

    /*width: 360px; height: 262px;*/

    width: 100%;
    height: 242px;

    overflow: hidden;
    position: relative;

    background: url(../../images/game/bg-num-only.jpg) no-repeat center center;

    /*background-size:cover;*/

    background-size: 100% 100%;

    padding: 10px 0;

    display: none;
    box-sizing: content-box;

}

.gnumber-obj {

    width: 468px;

    height: 340px;

    position: relative;

    overflow: hidden;

}

.glive-number-game {

    width: 100%;

    height: 100%;

    overflow: hidden;
    position: relative;

    padding: 0 !important;

    display: none;

}

.glive-number-game img {

    position: absolute;

    width: 100%;

    height: 100%;

}

.gnumber-game iframe {

    display: block;

    margin: 0 auto;

    width: 320px;

    height: 100%;

    overflow: none;

}

.game-group span {
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;

    background: url(../../images/game/ball1.png);

    background-size: cover;

    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #000;
    font-weight: bold;

}

/*.gnumber-game img {width: 100%;}*/

.gnumber-game-play {

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .8);
    position: absolute;

    top: 0;
    left: 0;
    z-index: 99;

}

.gnumber-game-play a {
    width: 100%;
    height: 100%;

    background: url(../../images/game/play.png) center no-repeat;

    display: block;
}

.gnumber-game img {

    width: 52% !important;

}

.game-play-over {

    background: url(../../images/game/glass.png) center no-repeat;

    background-size: 100% 100%;

    /*width: calc(98% - 10px);*/

    margin: 0 auto;

    width: 320px;

    height: 100%;

}

.show-result {

    background: #f90;
    border-radius: 1em;
    padding: 5px;
    text-align: center;

    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    color: white;
    text-transform: uppercase;

}

.gnumber-results {
    width: 100%;
    height: 340px;
    background: #fff;
    display: none
}

.gnumber-results h5 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    text-align: center;
    font-size: 18px;
}

.gnumber-results-contant {
    padding: 10px;
    overflow: hidden;
}

.gnumber-results-contant a {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 0 5px;
    height: 48px;
    line-height: 48px;
    border: 1px #eee solid;
    display: block;
    cursor: pointer;
}

.gnumber-results-contant a span {
    font-size: 24px;
    font-weight: bold;
    color: #f90;
    float: right;
}

@media (max-width: 420px) {

    .gnumber-results-contant a span.multiple {
        font-size: 14px;
        font-weight: bold;
    }

}

.gnumber-results-contant a:hover {
    border-color: #333;
    background: #333;
    color: #ccc;
}

.gnumber-results-contant a:hover span {
    color: white;
}

.gnumber-tab {
    width: 100%;
    height: 40px;
    background: #333;
}

.gnumber-tab a {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    float: left;
    color: white;
}

.gnumber-tab a:hover,
.gnumber-tab a.active {
    background: #fff;
    color: #555;
}

.gnumber-tab .center-tab-number {

    width: 230px;
    overflow: hidden;
    padding: 0;

    text-align: center;

    margin-left: auto !important;

    margin-right: auto !important;

}

.gnumber-tab .center-tab-number a {

    width: 100px;

    box-sizing: border-box;

    background-clip: content-box;

    float: left;

    background: #fff;

    padding: 0 10px;

    margin: 0 5px;

    font-size: 14px;

    text-transform: capitalize;

    text-align: center;

    color: #333;

    height: 35px;
    line-height: 38px;

    border-radius: 25px;

}

.gnumber-tab .center-tab-number a:hover {
    background: #f90;
    color: #fff;
    cursor: pointer;
}

.gnumber-num {
    background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

.gnumber-num a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff;
}

.gnumber-num a:hover, .gnumber-num a.active, .content div a.active {
    background: #ff9900;
    color: white;
    cursor: pointer
}

.gnumber-tab input[type="radio"] {

    width: 15px;

    height: 15px;

    vertical-align: middle;

}

.gnumber-btn {
    width: 100%;
    background: #000;
    padding: 5px;
    box-sizing: border-box;
}

.gnumber-btn a {
    width: 25%;
    height: 100px;
    text-align: center;
    font-size: 12px;
    color: #f90 !important;
    background: #333;
    display: block;
    float: left;
    border-radius: 8px;
    border: 5px #010101 solid;
    box-sizing: border-box;
}

.gnumber-btn a:hover, .gnumber-btn a.active {
    background: #f90;
    color: white;
}

.gnumber-btn a span {
    width: 100%;
    height: 35px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    display: block;
    padding: 20px 0 0;
    box-sizing: content-box;
}

.gnumber-color {
    width: 100%;
    height: 150px;
    padding: 5px;
    background: #1e1e1e;
}

.gnumber-color a {
    width: 100%;
    margin: 5px 0;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 12px;
    color: #f90;
    display: block;
    float: left;
    background: #333;
    text-align: right;
    padding: 0 10px;
    box-sizing: border-box;
}

.gnumber-color a:hover, .gnumber-pair a:hover, .gnumber-color a.active {
    background: #f90;
    color: white;
}

.gnumber-color a span {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    text-transform: capitalize;
    font-weight: bold;
}

.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;
}

.gnumber-color-out, .gnumber-btn1, .gnumber-color-outrou {

    width: 100%;
    overflow: hidden;
    background: #1e1e1e;

}

.gnumber-color-out a, .gnumber-btn1 a {

    width: 33.33%;
    margin: 5px 0px;
    height: 80px;
    border-radius: 5px;
    line-height: 40px;

    font-size: 12px;
    color: #333;
    display: block;
    float: left;
    background: white;
    text-align: center;
    font-weight: bold;

    padding: 0 10px;

    border: 5px solid #1e1e1e;

    box-sizing: border-box;

}

.gnumber-color-outrou a {

    width: 50%;
    margin: 5px 0px;
    height: 65px;
    border-radius: 5px;
    line-height: 65px;

    font-size: 12px;
    color: #333;
    display: block;
    float: left;
    background: white;
    text-align: center;
    font-weight: bold;

    padding: 0 10px;

    border: 5px solid #1e1e1e;

    box-sizing: border-box;

}

.gnumber-color-outrou a span {
    display: inline-block;
    text-indent: 2px;
    color: #f90;
}

.gnumber-color-out a span {

    clear: both;

    display: block;

    line-height: 35px;

    color: #f90;

}

.gnumber-color-out a:hover {

    background: #f90;

    color: #fff;

}

.gnumber-color-out a:hover > span {

    color: #fff;

}

.gnumber-sic-out {

    width: 100%;
    overflow: hidden;
    background: #1e1e1e;

}

.gnumber-sic-out a {

    width: 33.33%;
    margin: 2px 0px;
    height: 80px;
    border-radius: 5px;
    line-height: 40px;

    font-size: 12px;
    color: #333;
    display: block;
    float: left;
    background: white;

    padding: 0 10px;

    border: 5px solid #1e1e1e;

    box-sizing: border-box;

}

.gnumber-sic-out a span {

    background: #f90;

    clear: both;

    display: block;

    line-height: 50px;
    text-align: center;

    color: #fff;
    font-weight: bold;
    font-size: 14px;

    width: 50%;
    height: 50px;

    border-radius: 50%;

    margin-right: auto;

    margin-left: auto;

    margin-top: 10px;

}

.gnumber-sic-out a:hover {

    background: #f90;

    color: #fff;

}

.gnumber-sic-out a:hover > span {

    background: white;

    color: #333;

}

/* roulette */

.gnumber-num-roulette {

    background: #141414;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;

}

.gnumber-num-roulette a.red {
    background: #c00;
}

.gnumber-num-roulette a.white {
    background: #fff;
    color: #333;
}

.gnumber-num-roulette {

    clear: both;

    width: 100%;

}

.gnumber-num-roulette .roulette {
    width: 80%;
}

.roulette a {

    width: 46px;

    height: 46px;
    line-height: 46px;

    text-align: center;
    font-size: 16px;
    font-weight: bold;

    margin: 4px;

    display: block;
    float: left;
    border-radius: 3px;

    background: #333;
    color: #fff;

}

.two-one {

    width: 17%;
    float: left;

}

.two-one a {

    width: 100%;

    height: 102px;
    line-height: 102px;

    text-align: center;
    font-size: 16px;
    font-weight: bold;

    margin: 4px;

    display: block;
    float: left;
    border-radius: 3px;

    background: #333;
    color: #fff;

}

.gnumber-num-roulette .triple {

    box-sizing: border-box;

    clear: both;

    width: 100%;

}

.gnumber-num-roulette .triple a {

    box-sizing: border-box;

    width: 32.33%;

    height: 46px;
    line-height: 46px;

    text-align: center;
    font-size: 16px;
    font-weight: bold;

    margin: 4px 1px;

    display: block;
    float: left;
    border-radius: 3px;

}

.gnumber-num-roulette a:hover {

    background: #f90;

}

/* liv number */

.gmultiple-num, .gmultiple-num-img {

    background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;

}

.gmultiple-num-img a {

    box-sizing: border-box;

    width: 13.55%;

    height: 46px;
    line-height: 46px;

    text-align: center;
    font-size: 16px;
    font-weight: bold;

    margin: 1px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff;

}

.gmultiple-num a {
    width: 15%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #fff;
}

.bs-multiple {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.bs-multiple a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    margin: 0px;
    font-size: 14px;
    color: #333;
}

.glivenumber-tab, .gpromo-tab, .gmultiple-tab {
    width: 100%;
    background: #333;
    padding: 0;
}

.glivenumber-tab a, .gpromo-tab a {
    display: block;
    line-height: 40px;
    padding: 0 10px;
    margin: 0px;
    font-size: 14px;
    color: #333;
    float: left;
}

.gmultiple-tab a {

    box-sizing: border-box;
    width: 50%;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    margin: 0px;
    font-size: 14px;
    color: #333;
    float: left;
    text-align: center;
}

.gpromo-tab ul, .gmultiple-tab ul {
    padding-left: 0;
}

.glivenumber-tab a.active, .gpromo-tab a.active {
    background: #4c4c4c;
    color: #fff;
}

.gmultiple-num a:hover, .gmultiple-num-img a:hover {
    background: #f90;
    color: #fff;
    cursor: pointer;
}

.gmultiple-tab a.active {
    background: #4c4c4c;
    color: #fff;
    cursor: pointer;
    border-top: 4px solid #fff;
}

.glivenumber-num {
    background: #4c4c4c;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

.glivenumber-num a {

    display: block;

    width: calc(100% - 10px);
    height: 46px;
    line-height: 46px;
    text-align: center;

    font-size: 16px;
    font-weight: bold;
    margin: 5px;

    float: left;
    border-radius: 3px;
    background: #fff;

    cursor: pointer;

}

.glivenumber-num .gold-silver {

    display: block;

    width: calc(100% - 10px);
    height: 65px;

    margin: 5px;

    float: left;
    border-radius: 3px;
    background: #fff;

}

.glivenumber-num .gold-silver ul li {

    width: 100%;

    padding: 5px;

}

.glivenumber-num a span.group-name1, .glivenumber-num a span.group-name2 {

    display: block;

    width: calc(50% - 2.5px);
    height: 100%;

    text-align: left;

    text-indent: 5px;

    float: left;

}

.glivenumber-num a span.group-name1 span, .glivenumber-num a span.group-name2 span {
    color: #f90;
}

.glivenumber-num h3, .glivenumber-num p {
    width: 100%;
    text-align: center;
    font-style: bold;
    color: #fff;
}

.glivenumber-num a span.group-name2 {
    border-left: 5px solid #4c4c4c;
}

.glivenumber-num a i img {
    width: 46px;
    height: 46px;
    float: left;
    border-right: 5px solid #4c4c4c;

}

.gnumber-six, .gnumber-pair, .gnumber-single, .gsicbo-board,
.bseo, .board-tab, .gnumber-three, .all-dice, .gnumber-three-all {
    padding: 2px 5px;
    background: #141414;
    width: 100%;
    margin: 0;
}

.three-pair {
    width: 33.33333%;
    float: left;
    text-align: center;
}

.three-pair span {

    float: left;

    width: 30%;
    height: 23px;
    line-height: 25px;

    border-radius: 1em;

    background: #f90;

    font-size: 12px;

    color: #fff;
    text-align: center;
    display: block;

    font-weight: bold;

    margin: 1px;

}

.board-tab a {

    background: #333;

    width: 98%;

    height: 60px;

    line-height: 40px;

    padding: 8px;

    font-size: 14px;
    color: #fff;

    display: block;
    float: left;

    text-align: center;

    border-radius: 8px;

    box-sizing: border-box;

}

.board-tab a.all-dice {

    height: 75px;

}

.bseo a {

    width: 24.555%;
    height: 100px;
    text-align: center;

    font-size: 14px;
    color: white;
    line-height: 60px;

    background: #333;
    display: block;
    float: left;

    border-radius: 8px;
    border: 5px #141414 solid;

    box-sizing: border-box;

    cursor: pointer;

}

.bseo a span {

    width: 100%;
    height: 30px;
    line-height: 5px;

    font-weight: bold;
    font-size: 12px;
    color: #f90;

    display: block;
    padding: 0;

}

.gnumber-single a {

    width: 14%;
    height: 100px;
    text-align: center;

    font-size: 14px;
    color: white !important;
    line-height: 60px;

    background: #333;
    display: block;
    float: left;

    border-radius: 8px;
    border: 5px #141414 solid;

    box-sizing: border-box;

    cursor: pointer;

}

.gnumber-single a span {

    width: 100%;
    height: 30px;
    line-height: 5px;

    font-weight: bold;
    font-size: 12px;
    color: #f90;

    display: block;
    padding: 0;

}

.gnumber-six a {

    background: #333;

    width: 49%;

    height: 60px;

    line-height: 40px;

    border: 5px #141414 solid;

    border-top: none;

    padding: 8px;

    font-size: 12px;
    color: #fff;

    display: block;
    float: left;

    text-align: left;

    border-radius: 8px;

    box-sizing: border-box;

    cursor: pointer;

}

.gnumber-three-all a.ga7 {

    background: #333;

    width: 25%;

    height: 155px;

    line-height: 140px;

    border-left: 5px #141414 solid;

    border-right: 5px #141414 solid;

    padding: 8px;

    font-size: 12px;
    color: #fff;

    display: block;
    float: left;

    text-align: center;

    border-radius: 8px;

    box-sizing: border-box;

}

.gnumber-pair a.ga7, .gnumber-three a.ga7 {

    background: #333;

    width: 25%;

    height: 90px;

    line-height: 70px;

    border: 5px #141414 solid;

    padding: 8px;

    font-size: 12px;
    color: #fff;

    display: block;
    float: left;

    text-align: center;

    border-radius: 8px;

    box-sizing: border-box;

}

.gnumber-pair a.ga9 {

    background: #333;

    width: 12.222%;

    height: 90px;

    line-height: 70px;

    border: 5px #141414 solid;

    padding: 8px;

    font-size: 12px;
    color: #fff;

    display: block;
    float: left;

    text-align: center;

    border-radius: 8px;

    box-sizing: border-box;

}

.gnumber-three-all a {

    background: #333;

    width: 24.222%;

    height: 155px;

    padding: 8px;

    font-size: 12px;
    color: #fff;

    display: block;
    float: left;

    text-align: center;

    box-sizing: border-box;

}

.gnumber-pair a.ga8, .gnumber-three a {

    background: #333;

    width: 12.222%;

    height: 90px;

    border: 4px #141414 solid;

    padding: 12px 5px;

    font-size: 12px;
    color: #fff;

    display: block;
    float: left;

    text-align: center;

    border-radius: 8px;

    box-sizing: border-box;

    cursor: pointer;

}

.gnumber-three a, .gnumber-three-all a {

    line-height: 35px;

    cursor: pointer;

}

.gnumber-three a span, .gnumber-three-all a span {

    float: none;

    width: 20px;
    height: 20px;
    line-height: 20px;

    border-radius: 30px;

    background: #f90;

    font-size: 12px;

    color: #fff;
    text-align: center;
    display: block;

    font-weight: bold;

    margin-top: 2px;

    margin-left: auto;

    margin-right: auto;

}

.gnumber-pair a.ga8 .sicbo-ball {

    float: none;

    width: 22px;
    height: 22px;
    line-height: 22px;

    border-radius: 30px;

    background: #f90;

    font-size: 12px;

    color: #fff;
    text-align: center;
    display: block;

    font-weight: bold;

    margin-left: auto;

    margin-right: auto;

}

.gnumber-pair a.ga8 .sicbo-ball:last-of-type {
    margin-top: 12px;
}

.gnumber-six a span {

    width: 30px;
    height: 30px;
    line-height: 30px;

    border-radius: 30px;

    background: #f90;

    font-size: 12px;

    color: #fff;
    text-align: center;
    display: inline-block;
    float: right;

    font-weight: bold;

    cursor: pointer;

}

.board-tab a:hover, .gnumber-pair a:hover, .gnumber-single a:hover,
.gnumber-three a:hover, .bseo a:hover,
.gnumber-six a:hover {
    background: #f90;
    color: white;
}

.board-tab a:hover > span,
.gnumber-pair a:hover > .sicbo-ball,
.gnumber-three a:hover > span,
.gnumber-six a:hover > span,
.wrap-three-all:hover > a span {
    background: white;
    color: #f90;
}

.wrap-three-all:hover > a {
    background: #f90;
    color: white;
}

.gnumber-three a.ga7:hover,
.gnumber-pair a.ga7:hover {
    background: #333
}

.bseo a:hover > span,
.gnumber-single a:hover > span {
    color: white;
}

a.ga8:hover > a.ga8 span {
    background: white;
    color: #f90;
}

a.more-number {
    float: right;
    margin-right: 0.5em;
    cursor: default;
}

/* overlay*/

.gload {

    width: 100% !important;
    height: 100%;

    box-sizing: border-box;

    position: absolute;

    background: rgba(192, 192, 192, 0.3);

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

    z-index: 42;

}

.overlay-img {

    width: 100px;

    position: relative;

    top: 50%;

    margin-left: auto;

    margin-right: auto;

}

/* modal */
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 1500;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wrap-txt {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
    text-transform: uppercase;
}

.md-content label {
    width: 100%;
    margin: 0 0 5px;
    display: block;
    overflow: hidden;
}

.md-content label span {
    width: 30%;
    line-height: 35px;
    text-align: right;
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.md-content label em {
    line-height: 35px;
    color: #f90;
}

.md-content label input {
    width: 175px;
    height: 35px;
    box-sizing: border-box;
    border: 1px #eee solid;
    padding: 0 10px;
}

.modal-drag {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.under-zero {
    z-index: -1;
}

.modal-drag button {
    position: relative !important;
    z-index: 48;

}

.modal-dialog {
    -webkit-transform: none;
    -ms-transform: none; /* IE9 only*/
    transform: none;
}

.md-show {
    visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}

.md-show-drag {
    z-index: 900;
    visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 46;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-show-drag ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.hide ~ .md-overlay {
    opacity: 0;
    visibility: hidden;
}

.cross {
    display: block;
    position: relative;
    z-index: 10005 !important;
    width: 45px;
    height: 45px;
    background: url(../../images/modal_close.png);
    float: right;
    margin-right: -0.5px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

/* Content styles */
.md-content, .md-content-drag {
    color: #333;
    background: #ffffff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.md-content h3, .md-content-drag h3 {
    margin: 0;
    padding: 0.1em 0.2em;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    opacity: 0.8;
    /*background: rgba(0,0,0,0.1);*/
    background: #222;
    border-radius: 3px 3px 0 0;
    color: #fff;
    text-transform: uppercase;
}

.md-content > div, .md-content-drag div {
    position: relative;
    padding: 5px 10px 5px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    -webkit-transform: none;
    -ms-transform: none; /* IE9 only*/
    transform: none;
}

.md-content > div h5, .md-content-drag > div h5 {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px #eee solid;
    font-size: 20px;
    font-weight: bold;
    color: #f90;
    text-align: center;
}

.md-content input[type="text"], .md-content-drag input[type="text"] {
    border: 1px #eee solid;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding: 0 10px;
}

.md-content > div p, .md-content-drag > div p {
    margin: 0;
    padding: 10px 0;
}

.md-content > div ul, .md-content-drag > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.md-content > div ul li, .md-content-drag > div ul li {
    padding: 5px 0;
}

.btn-foot {
    width: 80%;
    height: 45px;
    margin: 0 auto;
}

.btn-foot button {
    /*background: -moz-linear-gradient(top, #aaa, #cccccc);
      background: -ms-linear-gradient(top, #aaa, #cccccc);
      background: -o-linear-gradient(top, #aaa, #cccccc);*/
    background: #f90;
    border: 1px solid #aaa;
    width: 40%;
    margin: 0 5%;
    float: left;
    padding: 5px 0;
    border-radius: 1em;
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-show-drag.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* list */

.list a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: transparent linear-gradient(180deg, #490404, #490404 100%) !important;
    border-radius: 3px;
    margin: 5px 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    text-transform: capitalize;
    color: #f2d902;
}

.list a i {
    width: 40px;
    height: 40px;
    background: url(../../images/list-btn.png) right top no-repeat;
    display: block;
    float: right
}

.list a:hover {
    color: #e8ab30;
    text-decoration: none
}

.list a:hover i {
    background-position: left top
}


.list-drop {
    width: 100%;
    display: none;
}

.list-drop a {
    background: #333;
    color: white;
}

.list-drop a:hover {
    background: #555;
}

.gradient {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.btn-big {
    margin: 15px 10px;
    font-size: 16px;
    float: inherit;
    cursor: pointer;
    background-color: #ffc107;
}

button.gradient {
    width: 100% !important;
    margin: 15px 0px;
    box-sizing: border-box;
}

.gradient:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
select.noico[name=transfer] {
    margin-bottom: 1rem!important;
}
.noico, .input input[data-role='none']:not([type='checkbox']), .input select[data-role='none']:not([type='checkbox']) {
    margin: 0 0 -2px;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input-center input {
    width: 49%;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px 0 50px;
    margin: 5px 0;
}

.input input[name='start_date'], .input input[name='end_date'] {
    box-sizing: border-box;
}

select.noico[name='transfer'] {
    margin-bottom: 1rem;
}

.input input[type='number'] {
    display: inline-block;
}

.noico::-ms-expand, .input input[data-role='none']::-ms-expand, .input select[data-role='none']::-ms-expand {
    background-color: transparent;
    border: 0
}

.noico:focus, .input input[data-role='none']:focus, .input select[data-role='none']:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    border-color: #901B11;
    box-shadow: 0 0 0 0.01rem rgba(0, 123, 255, .25);
}

.noico::-webkit-input-placeholder, .input input[data-role='none']::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.noico::-moz-placeholder, .input input[data-role='none']::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.noico:-ms-input-placeholder, .input input[data-role='none']:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.noico::-ms-input-placeholder, .input input[data-role='none']::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.noico::placeholder, .input input[data-role='none']::placeholder {
    color: #6c757d;
    opacity: 1
}

.lb-msg {
    color: #dc3545;
    display: inline-block;
}

.input form, .input-center form {
    padding-left: 15px;
    padding-right: 15px;
}

label.captcha {
    margin-bottom: 0;
    padding: .375rem .75rem;
}
.transfer label {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    display: block;
    font-weight: 500;
}

.transfer label span {
    box-sizing: border-box;
    padding: 0;
    text-align: left;
    color: #fff;
}
.transfer label span a, .transfer label span p{
    color: #fff;
}
/* page */

.page {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.page li {
    width: 33.33%;
    overflow: hidden;
    float: left;
    line-height: 40px;
    text-align: center;
    list-style-type: none;
    color: #fff;
}

.page a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #2b2727 url(../../images/enter-btn.png) center no-repeat;
    display: block;
    margin: 0 auto;
}

.page a.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-game a {
    background-color: #f90 !important;
}

.specific-page-num {
    display: inline-block;
    min-width: 40px;
    height: 35px;
    width: 15%;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

/* banner */
.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

/* casino */

.casino a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 160px;
    overflow: hidden;
    margin: 10px 0;
    background: #eee 10px no-repeat;
    display: block;
}

.casino a.ca1 {
    background-image: url(../../images/casino-1.png);
}

.casino a.ca2 {
    background-image: url(../../images/casino-2.png);
}

.casino a.ca3 {
    background-image: url(../../images/casino-3.png);
}

.casino a.ca4 {
    background-image: url(../../images/casino-4.png);
}

.casino a.ca5, .casino a.ca6, .casino a.ca7, .casino a.ca8, .casino a.ca9, .casino a.ca10 {
    padding: 10px;
}

.casino a span {
    width: 100%;
    overflow: hidden;
}

.casino a span h6 {
    font-size: 16px;
    line-height: 200%;
    text-transform: capitalize;
    font-weight: 600
}

.casino a span p {
    line-height: 200%;
    padding: 5px 0;
    text-align: justify;
}

.casino a span i {
    width: 40px;
    height: 40px;
    background: url(../../images/enter-btn.png) center no-repeat;
    display: block;
    border-radius: 100%;
    margin: 5px 0;
}


.casino .lott-1 {
    background-image: url(../../images/lottery.png);
}

.casino .lott-2 {
    background-image: url(../../images/thai_lottery.png);
}

.casino .lott-3 {
    background-image: url(../../images/vn_lottery.png);
}

.contant.list {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
}


@media (max-width: 415px) {
    .casino a {
        padding: 5px 5px 5px 115px;
    }

    .casino a.ca1, .casino a.ca2, .casino a.ca3, .casino a.ca4,
    .casino .lott-1, .casino .lott-2, .casino .lott-3 {
        background-size: 90px 90px !important;
        padding: 5px 5px 5px 110px;

    }

    .casino a {
        padding: 0 0 0 0
    }

    .casino a span i {
        width: 30px !important;
        height: 30px !important;
        margin: 0 0;
        background-size: inherit;
    }

    .vcasino span p {
        padding: 0 0
    }
}

.noico[name='bank'] {
    margin-bottom: 1rem !important;
}
.tblBonus td span, .tblBonus td img,.tblBonus td,.tblBonus{
    color:#fff;
}