body,html{
	margin:0;
	padding:0;
	background-color:#F1F1F1F1;
}
.top-banner-box{
	background:#141414;
	padding-bottom:50px;
}
.bg-black{
	background:#141414;
}
.top-banner{
	height:40px;
}
.swap-box{
	margin-top:-35px;
	border-radius:10px;
}
.data-box{min-height:300px;}
.no-data{margin:150px auto; text-align:center;}
.ntf-item{border-left:5px solid #00d285;padding-left:10px;font-size:18px;}
.game-box{height:auto;background-image:url(/source/user/images/game_bg.png);background-size:100% 100%;text-align:center;}
.game-box>img{position:absolute;width:100%;}
.nav-tabs.tab-1 .active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 50px;
    height: 4px;
    background: #00d285;
}
.nav-tabs.tab-1 a.active{
	color:#00d285 !important;
}
.nav-tabs{
	font-size:18px;
}
.nav-tabs a{
	color:#6c757d !important;
}
.btn{
	min-width:50px !important;
	font-weight:bold;
}