h1,h2,h3,h4,h5{
	margin: 0;
}
body{
	margin: 0;
    font: 14px/1 "Museo-500", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #000;
    background: #fff;
    min-width: 1000px;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
@font-face {
	font-family: Museo-500;
	src: url(../fonts/museo_500.woff.ttf);
}
.page{
	position: relative;
    width: 100%;
    overflow: hidden;
}
.wrapper{
	width: 1040px;
	margin: 0 auto;
}
.logo-aera{
    overflow: hidden;
    margin: 0 auto;
}
.logo-aera .logo{
    background: url(../img/logo.png) no-repeat center;
    background-size: 100%;
    text-indent: -9999px;
    overflow: hidden;
    width: 300px;
    height: 200px;
    display: block;
    margin: 0 auto;
}
.nav{
	height: 82px;
	padding: 0 15px;
	text-align: center;
	background: #3498db;
}
.nav a{
	display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 11px 20px;
    line-height: 60px;
}
.nav a.active{
	background: #fff;
	color: #0038cf;
}

.content{
    position: relative;
    padding: 21px 0 0px;
}
.content-area{
    background: #fafafa;
    box-shadow: 0 0 4px rgba(0,0,0,0.2)
}

.banner{
	height: 430px;
	background: url(../img/banner.jpg) no-repeat center;
	background-size: contain;
}

.slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3% 4%;
	width: 100%;
}

.win-nums .last-draw{
	background: transparent;
    color: #333;
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-weight: normal;
}
.win-nums .nums span{
	display: inline-block;
    width: 61px;
    margin: 0 4px;
    background: #f7c107;
    font-size: 34px;
    width: 65px;
    height: 65px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-style: normal;
    box-shadow: 0 0px 5px #999;
    text-shadow: 0 0 1px #000;
}
.next-jackpot{
	display: flex;
	background: url(../img/tag.png) no-repeat;
	background-size: 100%;
	padding: 25px 10px;
	width: 440px;
	
}
.count-down{
	height: 100px;
	padding: 5px 0;
	width: 50%;
	color: #333;
	text-align: center;
	font-size: 16px;
}
 .next-jackpot .count-down .seconds{
 	font-size: 32px;
 	font-weight: bold;
 }
 .next-jackpot .jack{
 	padding: 15px;
 	color: #333;
 	height: 100px;
 	font-size: 18px;
 }
.next-jackpot .jack .money{
	font-size: 28px;
	font-weight: bold;
}


.artical{
	line-height: 20px;
	font-size: 15px;
}
.artical h3{
	margin: 0;
	padding: 25px 0 25px 20px;
}
.artical h3 span{
	font-size: 36px;
	color: #ed1b24;
}
.artical h4{
	font-size: 26px;
	color: #ed1b24;
	line-height: 36px;
	margin: 20px 0 15px ;
}
.artical-content{
	border-top: solid 3px #67549c;
	padding: 20px 25px;
	margin-bottom: 20px;
}
.home-artical{
	margin: 20px -29px 0 -27px;
	padding: 15px 29px;
}
.home-artical h3{
	color: #d89700;
}
.bg-gray{
	background: #f1f1f1;
}
.faqList{
	border-top: solid 3px #67549c;
}
.answer{
	padding: 10px 25px;
	background: rgba(244,244,244,0.5);
	font-size: 18px;
}
.answer dt{
	color: #004890;
	font-size: 18px;
	line-height: 36px;
}
.answer .faqInfo{
	padding-left: 30px;
	color: #666;
}
.pre_num {
	padding: 15px 0 40px;
}
.form-box{
	text-align: center;
}
.form-box .search-box{
	width: 300px;
	position: relative;
	border-radius: 15px;
	display: inline-block;
}
.form-box .form-group{
	margin-bottom: 0;
}
.form-box .btn{
	position: absolute;
	right: 1px;
	top: 1px;
	border-radius: 0!important;
	border: 0;
	background: #ffd800!important;
}
.form-box .search-box .form-control{
    width: 300px;
    border-color: #ccc;
    border-radius: 0;
    border-width: 2px;
    box-shadow: none;
    margin-right: 10px;
}

.table{
    background: #f0f7fd;
    border-left: solid 5px #a6e1ec;
}
.history_table .nums span{
	display: inline-block;
    width: 54px;
    margin: 10px 4px 0;
	background: #e8412a;
	color: #fff;
    font-size: 31px;
    width: 54px;
    height: 54px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    font-style: normal;
    box-shadow: 0 0px 5px #999;
}
.history_table .table th{
	line-height: 30px;
}
.history_table .table .nums span{
    width: 32px;
    margin: 0 3px 0;
    font-size: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
}
.history_table .table caption{
	padding: 30px 0 20px;
}
.table-striped > tbody > tr:nth-of-type(odd){
	background-color: #fff3bb!important;
}

.disclaimer{
	margin: 10px 0 0px;
	padding: 30px;
	border-left: solid 5px #A6E1EC;
	background: #f0f7fd;
}

.footer{
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	color: #444;
	padding: 15px 30px;
	font-weight: 500;
}
.footer p{
	margin-bottom: 18px;
}
.footer strong{
	color: #96ff8f;
	font-size: 17px;
}
.footer .responsible-gaming-footer {
    padding: 20px 0 20px 0;
}
.responsible-gaming-footer .responsible-gaming-footer-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.responsible-gaming-footer .responsible-gaming-footer-icon img {
    height: 50px;
}
.responsible-gaming-footer .responsible-gaming-text {
    display: inline-block;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
}
.play-safe{
	position: relative;
}
.play-safe .safe-btn{
	position: absolute;
	right: 70px;
	top: 144px;
	display: block;
	width: 260px;
	height: 65px;
	opacity: 0;
}
.scame{
	padding: 50px 30px;
	margin-bottom: 20px;
	line-height: 28px;
}
.scame h3{
	font-size: 36px;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 20px;
}
