html, body {padding: 0; margin: 0; box-sizing: border-box;}
/* page */
.page {width: 100%;padding: 20px 0;overflow: hidden;color: #fff;}
.page li {width: 33.33%;overflow: hidden;float: left;line-height: 40px;text-align: center; display: block;}
.page a {width: 40px;height: 40px;border-radius: 100%;background:#161616 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);
}
/* list */
.contant.list { padding: 0 10px; }
.list a {width: 100%;height: 40px;line-height: 40px; background: transparent;color: #fff;border-radius: 3px;margin: 5px 0;display: block;box-sizing: border-box;padding: 0 0 0 20px;text-transform: capitalize;border: 1px solid #fff;}
.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: white;}
.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;}
/* slots */
.slots {width: 100%;margin: 0 0 30px;}
.slots-game {padding: 10px 0px; display: flex; justify-content: space-evenly;}
.slots-game a {width: calc(100% * 1/3 - 4px);height: 40px;line-height: 40px;background: #000;border: 1px transparent solid;background-clip: content-box;padding: 0;white-space:normal;color: #fff;margin:2px;}
.slots-game a {
    height: 67px;
    width: 67px;
    border: 3px solid #ffd700;
    border-radius: 50%;display: flex !important; justify-content: center;margin: 4px;
    box-shadow: 2px 3px rgba(0,0,0,0.3) !important;}
.slots-game a img {width: 45px; object-fit: contain;}
.slots-game a.ccc {background: transparent;color: #555;}
.slots-game a:hover {color: white;}
.slots-game a:hover,.slots-game a.active {background: #ed4a82; border-color: #1f2229;}
.slots-contant {background: transparent;padding: 5px;overflow: hidden;}
.slots-contant ul{margin: 0; padding: 0 5px;display:flex !important; flex-wrap: wrap; justify-content: start;}
.slots-contant li {width: calc(100% * 1/3 - 8px);box-sizing: border-box;margin: 4px;display: flex; flex-direction: column;}
.slots-contant li img {width: 100px;height: 120px;overflow: hidden;border-radius: 8px;}
.slots-contant a {width: 100%; height: 120px;border-radius: 4px;text-align: center;position: relative;}
.slots-contant a span {width: 100%;color: white;text-transform: capitalize;height:30px;padding: 2px 0;display:flex; justify-content: center; align-items: center;font-size: 10px; }

@media (min-width:700px){.slots-contant li img {width: 250px;height: 230px;}}
@media (min-width:1024px){.slots-contant li img {width: 250px;height: 230px;}}
@media (min-width:1200px){.slots-contant li img {width: 250px;height: 230px;}}

.slots-contant ul li a {display: flex; flex-direction: column; justify-content: space-between; align-items: center;padding: 4px 4px 2px 4px; }
@media (min-width:700px){.slots-contant li {width: calc(100% * 1/3 - 16px);}}
@media (min-width:1024px){.slots-contant li {width: calc(100% * 1/5 - 16px);}}
@media (min-width:1200px){.slots-contant li {width: calc(100% * 1/6 - 16px);}.slots-contant a{height: 236px;}}
.scr-tab {display: flex; flex-direction: column; align-items: center;}
.scr-tab .scr-nav, .scr-tab .scr-nav a {display: flex;}
.scr-tab .scr-nav a {background: #000; color: #fff; border: 2px solid #ffd700; margin: 5px; max-width: 80px;justify-content: center; align-items: center; font-weight: 600; }
.scr-info {width: 65%; margin-bottom: 20px;}
.scr-row {width: 100%;display: flex; justify-content: center;margin: 10px 0;position: relative; }
.scr-row div {flex: 0 0 50%;}
.scr-row .scr-label {color: #ffd700; }
.scr-row .scr-value, .scr-row .scr-label {font-weight: bold;}
#scr88_form label, #scr88_form p {color: #000;}
.scr-row .scr-copy {position: absolute; right: -26px; border: 2px solid #ffd700; background: #000; color: #ffd700; padding: 2px 5px; border-radius: 20px; top: -5px; cursor: pointer; }
.scr-value .ic-refresh {width: 20px;}
@keyframes rotate360 {
  to { transform: rotate(360deg); }
}
.scr-value .ic-refresh.active {animation: 1s rotate360 infinite linear;}
#form-joker123  {color: #000;}
/* center */
.center {width: 100%; overflow: hidden;margin-bottom: 30px;}
.center .input select, .center .input input {color: #000;}
.center-head {width: 100%;height: 170px; background: url(../../images/main/user/banner-center.jpg) 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: 30px 0 0;}
.center-info {width: 100%;overflow: hidden;position: absolute;top:22px;right: 0; box-sizing: border-box;padding: 0 0 0 100px;}
.center-info h3 {color: #fff;font-weight: bold;font-size: 20px;line-height: 120%;margin: 0 0 10px;}
.center-info h3 span {color: #fff;font-size: 14px;font-weight: normal;display: block;}
.center-info p {color: #fff;width: 100%;line-height: 16px;text-transform: uppercase;font-size: 14px;}
.center-info p span {color: #f90;}
.center h2 {height: 30px;line-height: 30px;padding:0 15px 0 10px;background: #333;color: white;font-size: 16px;border-radius: 0 15px 15px 0;float: left;margin: 20px 0;}
.center-basic {width: 100%;border: 0;overflow: hidden;border-bottom: 1px #d8d8d8 solid;margin: 0 0 20px;padding: 10px 0;}
.center-basic table {width: 100%;}
.center-basic td {height: 40px;vertical-align: middle;box-sizing: border-box;padding: 0 5px;color: #fff;}
.center-basic td:first-child {text-align:right;text-transform: capitalize;}
.center-basic td:last-child {text-align:left;}
.center-basic td a {color: #ffe1ab;}
.center-tab {width: 100%;overflow: hidden;padding: 20px 0;text-align: center;}
.center-tab a {padding:0;width: 25%;box-sizing: border-box;border: 3px transparent solid;background: #fff; background-clip: content-box;height: 46px;line-height: 40px;color: #333; border-radius: 25px;display: inline-block;}
@media (max-width:600px) {.center-tab a {width: 48%}}
.center-tab a:hover, .center-tab a.active {background: #333;color: white;background-clip: content-box;}
.center-table {width: 100%;overflow-x: scroll;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;color:#000;}
.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;}
.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:700;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%;height:42px;line-height:42px;border-radius:30px;display:inline-block;background:#f90;font-size:16px;border:5px #fff solid;border-width:0 5px 0 5px;padding:0}.gtip-btn button:hover{background:#dd8500}.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:700}.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 0 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:700;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:0 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:700;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;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:700;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:700;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 .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:700;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:700;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:400;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:700;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:700;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}.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;border-radius:3px;display:block;float:left;font-size:16px;box-sizing:border-box;padding:0 0 0 10px;text-transform:capitalize;font-weight:700;border:5px #010101 solid;box-sizing:border-box}.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:400}.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}.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}.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:700;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}.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}.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}.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:0 auto 5px;display:block}.wrap-enmenu{width:320px;margin:0 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:0 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:0 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:700;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:700;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{width:100%;height:242px;overflow:hidden;position:relative;background:url(../../images/game/bg-num-only.jpg) no-repeat center center;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:700}.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%;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:700;color:#f90;float:right}@media(max-width:420px){.gnumber-results-contant a span.multiple{font-size:14px;font-weight:700}}.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:700;margin:5px;display:block;float:left;border-radius:3px;background:#fff}.gnumber-num a:hover,.gnumber-num a.active,.content div a.active{background:#f90;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;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:700;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:700}.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 0;height:80px;border-radius:5px;line-height:40px;font-size:12px;color:#333;display:block;float:left;background:white;text-align:center;font-weight:700;padding:0 10px;border:5px solid #1e1e1e;box-sizing:border-box}.gnumber-color-outrou a{width:50%;margin:5px 0;height:65px;border-radius:5px;line-height:65px;font-size:12px;color:#333;display:block;float:left;background:white;text-align:center;font-weight:700;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 0;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:700;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}.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:700;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:700;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:700;margin:4px 1px;display:block;float:left;border-radius:3px}.gnumber-num-roulette a:hover{background:#f90}.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:700;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:700;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:0;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:0;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:0;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:700;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:700;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:700;font-size:12px;color:#f90;display:block;padding:0}.gnumber-single a{width:14%;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}.gnumber-single a span{width:100%;height:30px;line-height:5px;font-weight:700;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:700;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:700;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:700;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:.5em;cursor:default}.gload{width:100%!important;height:100%;box-sizing:border-box;position:absolute;background:rgba(192,192,192,.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}.container{min-height:100%}
/* btn */
.btn {width: 100%;border-radius: 3px;text-align: center;color: white;font-size: 14px;text-transform: capitalize;display: block;float: left;box-sizing: border-box;cursor:pointer;}
.btn-big {border:0 none;margin:20px 10px; height: 50px;line-height: 40px;border-radius: 25px;font-size: 16px; float: inherit;}
a.btn-game:focus,a.btn-game:hover{-webkit-box-shadow: 2px 2px 2px #3388cc;color:#333;}
.btn-group {width: 100%;box-sizing: border-box;padding: 5px;overflow: hidden;}
.btn-group-2 {width: 50%; height: 50px; line-height: 40px;border: 5px transparent solid;background-clip: content-box;border-radius: 8px;}
.center .btn.btn-big.gradient {width: 96%;background: #397af0;background: -moz-linear-gradient(top, #397af0 0%, #03c2fb 100%);background: -webkit-linear-gradient(top, #397af0 0%,#03c2fb 100%);background: linear-gradient(to bottom, #397af0 0%,#03c2fb 100%);}
/* input */
.input input:not([type="checkbox"]), .input select {
	width: 100%;height: 50px;
	line-height: 50px; box-sizing: border-box;
	padding: 0 10px 0 50px;background: #fff url(../../images/register-ico.png) left center no-repeat;margin: 5px 0;
	text-transform: normal;
}
.input-center input{
	width: 48%;height: 40px;
	line-height: 40px; box-sizing: border-box;
	padding: 0 10px 0 50px;margin: 5px 0;
	text-transform: normal;
}
.input input.account {background-position:0 0; text-transform: none;}
.input input.password {background-position:0 -50px;}
.input input.bankname {background-position:0 -100px;}
.input input.remember {width: 20px;height: 20px;vertical-align: middle;margin:0 10px;}
.input input.mail {background-position:0 -150px;text-transform: none;}
.input input.nick {background-position:0 -200px;}
.input input.tell {background-position:0 -250px;}
.input input.referrall {background-position:0 -300px;}
.input select.currency {background-position:0 -350px;}
.input select.bank {background-position:0 -400px;}
.input input.bankno {background-position:0 -450px;}
.input input.noico, .input select.noico {background-image: none;padding:0 15px;text-transform: none;}
.transfer label {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	display: block;
}
.transfer label span {
	width: 50%;
	display: block;float: left;box-sizing: border-box;
	padding:0;line-height: 46px;text-align:left;font-size: 14px;color: #fff;
}
/* header sidebar */
.ngdialog__content ul li a {display: flex; align-items: center;}
.ngdialog__content ul li {padding-left: 18px !important;}
.ngdialog__content ul li i {width: 32px; font-size: 24px;line-height: 50px;text-align: center;margin-right: 20px;}
.header-list {display: flex;background: #fff;justify-content: space-between;align-items: center; width: 100%;}
.header-list .header-item {display: flex;justify-content: space-between;align-items: center;padding: 8px;margin: 0;width: 100%;}
.header-list .running-text {flex-grow: 1; margin-right: 10px;text-transform: capitalize;}
.header-list .running-text .notice {display: flex;}
.header-list ul li {list-style: none;margin: 0; padding: 0;}
.header-list .caret {color: #000;}
.header-list .js-language {min-width: 50px;}
.header-list .js-language .language-list {top: 90px; padding: 5px 10px; margin: 0;}
.header-list .running-text span {background: url(../../images/tt88/nav/announce.png) no-repeat;width: 24px; background-size: 100% 100%;margin-right: 5px;}
.top-panel__username, .top-panel__balance {margin-right: 10px; font-weight: bold;}
.top-panel__balance span {color: #ffd700;}
.ngdialog-menu .ngdialog__content .list-group li.active span {font-weight: 900;}
/* promotion */
.ui-panel-wrapper {margin-top: 10px;}
#divPromotions ul li, #divPromotions ul {list-style: none;}
#divPromotions ul {margin: 0; padding: 0;}
/* register */
.register h1 {padding: 5px 10px !important;}
#form1 ul li, #form1 ul {list-style: none;}
#form1 ul, .ui-content h1 {margin: 0; padding: 0;}
#form1 ul li .icon {display: none;}
#form1 ul li {display: flex; flex-direction: column; padding: 5px 10px;}
#form1 .r_captcha {width: 100%;display: flex;}
#form1 li #code {width: 75%;}
#form1 #code_match {background: #5b5e68;height: 100%;color:#fff;padding: 5px 12px;margin-left: 6px;flex-grow: 1;text-align:center;}
#form1 .register-btn {flex-direction: row;}
#form1 .register-btn > * {    margin-bottom: 10px;border-radius: 50px;padding: 10px;text-transform: uppercase;font-weight: 700;width: 50%;margin: 0 5px;text-align: center;}
#form1 input, #form1 select {color: #000;}
/* deposit */
.depo_capt {display: flex;align-items: center;justify-content: space-between;}
#captchaLb {flex-grow: 1;background: #333;margin-left: 10px;height: 50px; font-size: 22px; text-align:center; line-height: 50px;margin-top: 5px;}
/* login */
.login__content {width: 100%;}
.login__content .logo {margin:10px;background: rgba(0,0,0,.2);}
.login__content .logo img {display: block; margin: 0 auto;}
.logo__content .banner-slider {width:100%;}
.login__form {padding: 10px 8px;}
.login__form .form-control {background: #000; border-color: #666;}
.login__form .form-group label {color: #999;}
#captcha {width: 70%;}
.captcha {display: flex;flex-direction: column;}
.form-capt {display: flex;height:34px;flex-grow: 1;}
.captcha_str {background: #5b5e68;height: 100%;color:#fff;padding: 7px 12px;margin-left: 8px;}
.submit-btn {margin-bottom: 10px;}
#refresh {margin-left: 4px;transition: all .2s;}
#refresh img {height:34px;}
.signup-btn {margin-bottom: 20px !important;}
.login-button {display: flex;justify-content: center;align-items: center; font-weight: 900;}
.login__form .btn-login {background: #2aa645; color: #fff;}
.login__form .btn-register {background: #17a0bd; color: #fff; text-align: center; margin: 0 2px;}
.dis_flex {display: flex;}
/* Home */
.bg-slot {background: linear-gradient(to bottom, #e91e63, #1f2229); margin-bottom: 50px;}
/* Footer */
.footer {position: relative;bottom: 0;left: 50%;transform: translateX(-50%);}
.footer img{max-width: 800px;}
/* Casino lobby */
.contant {padding: 10px;margin: 0 0 20px;width: 100%;}
.casino > a {display: flex;padding: 10px;width: 100%;margin: 10px 0;background: #0d0d0d;border-radius: 2px;align-items: center;    border: 2px solid #ffd700;background-repeat: no-repeat;}
.casino .ico-wm {background-image: url(../../images/2/casino_wm.png);}
.casino .ico-sexy {background-image: url(../../images/2/casino_sexy.jpg);}
.casino .ico {background-size: 100% 100%;background-repeat: no-repeat;}
.casino > a > i {width: 12rem;display: block;margin-right: .5rem;flex: 0 0 auto;}
.casino a span h6{display: block;width: 100%;font-size: 20px;color: #fff;}
.depo_img{
	margin-top: 5px;
}
.input .checkbox label{
	margin-left: 5px;
}
.footer ul li{
	padding: 3px;
}
.footer ul{
	display: flex;flex-wrap: wrap;align-items: center;
	justify-content: center;
}
.footer img{
	max-width:inherit;
}
.slots .slots-tab{
	display: flex;
	overflow-x: auto;
}