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: contain;
    text-indent: -9999px;
    overflow: hidden;
    width: 300px;
    height: 120px;
    display: block;
    margin: 20px auto;
}
.nav{
	margin: 25px auto 0;
	height: 80px;
	padding: 5px 15px;
	text-align: center;
    background: #a51931;
}
.nav a{
	display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 20px 20px;
    line-height: 30px;
}
.nav a.active{
	color: #ffee23;
}

.content{
    position: relative;
    padding: 10px 0 0px;
    background:#ffffff;
}
.tabs{
	padding-top: 15px;
}
.tabs a{
	display: inline-block;
	padding: 12px 20px;
	line-height: 32px;
	color: #251946;
	font-size: 24px;
}
.tabs a:hover{
	text-decoration: none
}
.tabs a.active{
	background: #ed1b24;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tab-content{
	display: none;
}
.content-area{
    background: #fff;
    box-shadow:0 0 8px rgb(0 0 0 / 13%);
    margin-bottom: 70px;
}

.banner{
	height: 520px;
	background: url(../img/banner.jpg) no-repeat center center;
	background-size: 100%
}

.slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3% 2%;
	width: 100%;
}
.slide .item{
	position: relative;
   	/**-- width: 450px; */
   	width: 100%;
    margin: auto;
    min-height: 310px;
    border-radius: 20px;
    box-shadow: rgb(2 21 52 / 80%) 0px 0px 10px 1px;
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    background-color: white;
    overflow: hidden;
    
}
.slide .item1{
	background-image: linear-gradient(136deg, rgb(0, 96, 167), rgb(50, 139, 206));
}
.slide .item2{
    background-image: linear-gradient(136deg, rgb(252, 25, 33), rgb(249, 123, 127));
}
.slide .item .type{
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	color: #ffdf6a;
}
.win-nums{
	text-align: center;
}
.win-nums .last-draw{
	background: transparent;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-weight: normal;
}
.item1 .win-nums .last-draw{
	color: #1e3b54;
}
.item2 .win-nums .last-draw{
	color: #6b0e11;
}
.win-nums .nums{
	margin-top: 10px
}
.win-nums .nums span{
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    font-weight: 600;
    margin: 0px 2.5px;
    vertical-align: top;
    box-shadow: rgb(2 21 52 / 50%) 1px 0px 4px 1px;
    background-color: white;
    border: 2px solid white;
    text-align: center;
    color: rgb(2, 21, 52);
}
.next-jackpot{
	display: flex;
	margin: 25px 0 5px;
	
}
.count-down{
	padding: 5px 0;
	width: 60%;
	color: #fbfbfb;
	text-align: center;
	font-size: 16px;
}
 .next-jackpot .count-down .seconds{
 	font-size: 32px;
 	font-weight: bold;
 }
 .next-jackpot .jack{
 	padding: 5px 15px;
 	color: #fbfbfb;
 	font-size: 16px;
 }
.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: #2d2a4a;
	color: #848484;
	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;
}
