html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
code,
form,
fieldset,
legend,
blockquote {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

em {
	font-style: normal;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
select {
	text-transform: none;
}

button,
input {
	line-height: normal;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
	box-sizing: content-box;
}

textarea {
	overflow-y: auto;
	resize: vertical;
}

:focus {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
}

ul,
ol {
	list-style: none outside none;
}

body {
	font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, STXihei, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #07060b;
}

input,
textarea,
select,
button {
	font-size: 100%;
	font-family: inherit;
	color: inherit;
}

button {
	border: 0;
}

b {
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #009bdf;
}

.row {
	margin-right: -6px;
	margin-left: -6px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-sm-5-1 {
	padding-right: 6px;
	padding-left: 6px;
}

.col-sm-5-1 {
	position: relative;
	width: 100%;
}

@media (min-width: 576px) {
	.col-sm-5-1 {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1400px;
	}
}

.clearfix,
.container {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pn-in {
	*zoom: 1;
	width: 1400px;
	margin: 0 auto;
}

.pn-in:before,
.pn-in:after {
	content: " ";
	display: table;
}

.pn-in:after {
	clear: both;
}

.header {
	*zoom: 1;
	height: 80px;
	background-color: #000;
}

.header:before,
.header:after {
	content: " ";
	display: table;
}

.header:after {
	clear: both;
}

.header .logo {
	float: left;
	margin-top: 9px;
}

.header .site-link-btns {
	*zoom: 1;
	float: left;
	margin-left: 20px;
	margin-top: 21px;
}

.header .site-link-btns:before,
.header .site-link-btns:after {
	content: " ";
	display: table;
}

.header .site-link-btns:after {
	clear: both;
}

.header .site-link-btns>a {
	position: relative;
	float: left;
	display: block;
	margin-right: 3px;
	padding-left: 40px;
	padding-right: 26px;
	height: 38px;
	line-height: 36px;
	color: #888;
	border: 1px solid #888;
	border-radius: 19px;
	font-size: 12px;
}

.header .site-link-btns>a:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 6px;
	width: 24px;
	height: 24px;
}

.header .site-link-btns>a.facebook:before {
	background: url(../images/ico01.png);
	background-size: cover;
}

.header .site-link-btns>a.tel:before {
	background: url(../images/ico02.png);
	background-size: cover;
}

.header .site-link-btns>a.espec:before {
	background: url(../images/ico03.png);
	background-size: cover;
}

.header .site-link-btns>a.service:before {
	background: url(../images/ico04.png);
	background-size: cover;
}

.header .site-link-btns>a:hover {
	border-color: #119356;
	color: #119356;
}

.header .site-link-btns>a:hover.facebook:before {
	background: url(../images/ico01_hover.png);
	background-size: cover;
}

.header .site-link-btns>a:hover.tel:before {
	background: url(../images/ico02_hover.png);
	background-size: cover;
}

.header .site-link-btns>a:hover.espec:before {
	background: url(../images/ico03_hover.png);
	background-size: cover;
}

.header .site-link-btns>a:hover.service:before {
	background: url(../images/ico04_hover.png);
	background-size: cover;
}

@media (min-width: 760px) and (max-width: 1400px) {
	.header .site-link-btns>a {
		padding-left: 36px;
		padding-right: 12px;
	}
}

.header .site-nav {
	float: right;
	font-size: 16px;
}

.header .site-nav ul li {
	display: inline-block;
}

.header .site-nav ul li a {
	display: block;
	padding: 0 20px;
	line-height: 80px;
	color: #EFEFEF;
}

@media (min-width: 760px) and (max-width: 1400px) {
	.header .site-nav ul li a {
		padding: 0 10px;
	}
}

.header .site-nav ul li.active a,
.header .site-nav ul li:hover a {
	color: #00D32A;
}

.footer {
	padding: 40px 0;
	text-align: center;
	font-size: 14px;
}

.footer .friend-imgs {
	margin-bottom: 40px;
}

.theme-bg {
	min-height: 1137px;
	background: #07060b url(../images/bg1.png);
}

.page-banner img {
	width: 100%;
}

.mod-card .hd>.tabs {
	font-size: 20px;
}

.mod-card .hd>.tabs li div,
.mod-card .hd>.tabs li a,
.mod-card .hd>.tabs .top-lighten div,
.mod-card .hd>.tabs .top-lighten a {
	padding: 0 10px;
	color: #00D32A;
	background: rgba(7, 98, 55, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66076237, endColorstr=#66076237);
	zoom: 1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	cursor: pointer;
}

.mod-card .hd>.tabs li.active div,
.mod-card .hd>.tabs li.active a,
.mod-card .hd>.tabs .top-lighten.active div,
.mod-card .hd>.tabs .top-lighten.active a {
	background-color: #076237;
	color: #fff;
}

.mod-card>.bd {
	background: #076237;
	border: 20px solid #076237;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.mod-card>.bd .content {
	padding: 60px 70px;
	border-radius: 10px;
	background-color: #000;
}

.mod-card>.bd .content>div {
	display: none;
}

.mod-card>.bd .content>div:first-child {
	display: block;
}

.mod-card.min-card .bd .content {
	padding: 10px 11px;
}

.search-card {
	padding-top: 50px;
	margin-bottom: 30px;
}

.search-card .hd>.tabs {
	text-align: center;
}

.search-card .hd>.tabs li div,
.search-card .hd>.tabs li a,
.search-card .hd>.tabs .top-lighten div,
.search-card .hd>.tabs .top-lighten a {
	display: block;
	height: 60px;
	line-height: 60px;
}

@media (min-width: 576px) and (max-width: 1390px) {

	.search-card .hd>.tabs li div,
	.search-card .hd>.tabs li a,
	.search-card .hd>.tabs .top-lighten div,
	.search-card .hd>.tabs .top-lighten a {
		overflow: hidden;
		padding: 10px;
		line-height: 1.2;
	}
}

.search-card .hd>.tabs li.top-lighten div,
.search-card .hd>.tabs li.top-lighten a,
.search-card .hd>.tabs .top-lighten.top-lighten div,
.search-card .hd>.tabs .top-lighten.top-lighten a {
	position: relative;
	background-color: #B20F00;
	color: #fff;
}

.search-card .hd>.tabs li.top-lighten div:after,
.search-card .hd>.tabs li.top-lighten a:after,
.search-card .hd>.tabs .top-lighten.top-lighten div:after,
.search-card .hd>.tabs .top-lighten.top-lighten a:after {
	content: '';
	position: absolute;
	right: 30px;
	top: 20px;
	width: 19px;
	height: 19px;
	background: url(../images/icon_arrow_right.png);
}

.search-card .search-box {
	overflow: hidden;
	position: relative;
	padding-left: 36px;
	font-size: 18px;
}

.search-card .search-box:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 11px;
	width: 19px;
	height: 21px;
	background: url(../images/icon_search.png);
}

.search-card .search-box .input-text {
	float: left;
	width: 85%;
	height: 52px;
}

.search-card .search-box .input-text input {
	width: 100%;
	line-height: 52px;
	background: transparent;
	border: none;
	color: #fff;
}

.search-card .search-box .btn-search {
	float: right;
	display: inline-block;
	padding: 0 22px;
	height: 52px;
	line-height: 53px;
	background-color: #B20F00;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}


.index-search-card {
	margin-bottom: 40px;
	padding: 20px 15px;
	background-color: #076237;
	border-radius: 20px;
}

.index-search-card .col-2,
.index-search-card .col {
	padding: 0 5px;
}

.index-search-card .control {
	position: relative;
	padding-left: 70px;
	padding-right: 50px;
	height: 74px;
	background-color: #000;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
}

.index-search-card .control input {
	height: 74px;
	width: 100%;
	background: transparent;
	color: #fff;
	border: none;
}

.index-search-card .control input::-webkit-input-placeholder {
	color: #fff;
}

.index-search-card .control input::-moz-placeholder {
	color: #fff;
}

.index-search-card .control input:-ms-input-placeholder {
	color: #fff;
}

.index-search-card .control input::placeholder {
	color: #fff;
}

.index-search-card .control:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
}

.index-search-card .control.input-text:before {
	background: url(../images/icon_user.png);
	background-size: cover;
}

.index-search-card .control.select-text-box {
	cursor: pointer;
}

.index-search-card .control.select-text-box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 20px;
	height: 11px;
	margin-top: -5px;
	background: url(../images/icon_arrow_down.png);
	background-size: cover;
}

.index-search-card .control.select-text-box:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
}

.index-search-card .control.select-text-box .select-text {
	line-height: 74px;
}

.index-search-card .control.select-text-box .select-list {
	overflow: hidden;
	height: 0;
	position: absolute;
	top: 83%;
	left: 0;
	right: 0;
	padding: 15px 15px 0;
	background: #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 99;
	-webkit-transition: height 1s;
	transition: height 1s;
}

.index-search-card .control.select-text-box .select-list .select-list-item {
	padding: 5px 0;
	border-top: 1px solid #2e2e2e;
	font-size: 20px;
	color: #fff;
}

.index-search-card .control.select-text-box .select-list.show {
	height: auto;
}

.index-search-card .control.select-text-box.ciclo:before {
	background: url(../images/icon_text.png);
	background-size: cover;
}

.index-search-card .control.select-text-box.marca:before {
	background: url(../images/icon_game.png);
	background-size: cover;
}

@media (min-width: 990px) and (max-width: 1200px) {
	.index-search-card .control {
		padding-left: 50px;
		padding-right: 30px;
	}

	.index-search-card .control.input-text:before,
	.index-search-card .control.select-text-box:before {
		left: 10px;
	}
}

@media (min-width: 576px) and (max-width: 989px) {
	.index-search-card .control {
		padding-left: 40px;
		padding-right: 20px;
		font-size: 16px;
	}

	.index-search-card .control.input-text:before {
		left: 10px;
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}

	.index-search-card .control.select-text-box:after {
		right: 8px;
		width: 12px;
		height: 6px;
		margin-top: -3px;
	}

	.index-search-card .control.select-text-box.ciclo:before {
		left: 10px;
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}

	.index-search-card .control.select-text-box.marca:before {
		left: 10px;
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}

	.index-search-card .control.select-text-box .select-list .select-list-item {
		font-size: 16px;
	}
}

.index-search-card .btn-pergunte {
	height: 74px;
	line-height: 74px;
	background-color: #b20f00;
	text-align: center;
	border-radius: 10px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
}

@media (min-width: 990px) and (max-width: 1200px) {
	.index-search-card .btn-pergunte {
		font-size: 20px;
	}
}

@media (min-width: 576px) and (max-width: 989px) {
	.index-search-card .btn-pergunte {
		padding-top: 18px;
		font-size: 18px;
		line-height: 1.2;
	}
}

.txt-card .tabs li div,
.txt-card .tabs li a {
	padding: 0 20px;
	height: 90px;
	line-height: 1.4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.txt-card .tabs li div img,
.txt-card .tabs li a img {
	margin-right: 15px;
}

@media (min-width: 576px) and (max-width: 1390px) {
	.txt-card .tabs img {
		width: 40%;
	}
}

@media (min-width: 567px) and (max-width: 1200px) {
	.txt-card .tabs {
		text-align: center;
	}

	.txt-card .tabs img {
		display: none;
	}
}

.mod-collapse {
	margin-bottom: 15px;
}

.mod-collapse>.hd {
	position: relative;
	margin-bottom: 2px;
	padding-left: 20px;
	padding-right: 40px;
	height: 60px;
	line-height: 60px;
	background-color: #0F0F0F;
	border: 1px solid #1E1E1E;
	border-radius: 10px;
	cursor: pointer;
}

.mod-collapse>.hd:after {
	content: '';
	position: absolute;
	top: 22px;
	right: 25px;
	width: 15px;
	height: 15px;
	background: url(../images/arrow01.png);
}

.mod-collapse>.hd[aria-expanded="true"]:after {
	background: url(../images/arrow02.png);
}

.mod-collapse>.hd .tit {
	color: #fff;
	font-size: 18px;
}

.mod-collapse .bd {
	padding: 14px 20px;
	background-color: #0F0F0F;
	border: 1px solid #1E1E1E;
	border-radius: 10px;
	font-size: 16px;
	color: #999;
}

.mod-collapse .bd p {
	margin: .5em 0;
}

.mod-collapse .bd p img {
	padding-bottom: 10px;
}

.collapse-tutorial .tutorial-tit {
	overflow: hidden;
}

.collapse-tutorial .tutorial-tit span {
	float: left;
	width: 80px;
	color: #fff;
}

.collapse-tutorial .tutorial-tit>.tit {
	margin-left: 80px;
}

.article-table {
	overflow: hidden;
	border-radius: 12px;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.article-table th {
	height: 60px;
	background-color: #001B0E;
	color: #00D32A;
}

.article-table th,
.article-table td {
	border: 1px solid #333;
}

.article-table td {
	padding: 20px 0;
	background-color: #111111;
	color: #999;
}

.article-table p+a {
	margin-top: 14px;
}

.article-table .btn-link {
	display: inline-block;
	color: #fff;
	height: 48px;
	line-height: 48px;
	padding: 0 28px;
	border-radius: 24px;
	background: #076237;
}

.article-table .btn-link:hover {
	text-decoration: none;
	background: rgba(7, 98, 55, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3076237, endColorstr=#B3076237);
	zoom: 1;
}

.collapse-article {
	font-size: 16px;
}

.collapse-article h2 {
	margin: 0.5em;
	color: #00D32A;
	font-weight: bold;
	font-size: 20px;
}

.collapse-article span {
	color: #00D32A;
}

.collapse-article p {
	color: #999;
	line-height: 1.5;
}

.collapse-article .article-table {
	margin-top: 15px;
	margin-bottom: 20px;
}

.collapse-article .btn-page-link {
	margin-bottom: 20px;
	display: inline-block;
	color: #fff;
	height: 60px;
	line-height: 60px;
	background-color: #076237;
	border-radius: 30px;
	padding: 0 28px;
}

.collapse-article .btn-page-link:hover {
	text-decoration: none;
	background: rgba(7, 98, 55, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3076237, endColorstr=#B3076237);
	zoom: 1;
}

.thumb-list {
	margin-right: -15px;
	margin-left: -15px;
}

.thumb-list img {
	border-radius: 10px;
}

.thumb-list .thumb {
	margin-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

.thumb-list .thumb .game-percentage {
	overflow: hidden;
	position: relative;
	margin: .6rem 0;
	border-radius: .5rem;
	height: 30px;
	background-color: #e5e5e5;
	text-align: center;
	font-size: 2rem;
	line-height: 30px;
}

.thumb-list .thumb .fillbar {
	height: 100%;
	width: 0;
	position: relative;
	animation: initLength 0.5s ease-out forwards;
	animation-delay: var(--delay);
}

.thumb-list .thumb .inner-after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: var(--iper);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 10rem 10rem;
	animation: fillbarstripes 6s linear infinite, initLength2 0.5s ease-out forwards;
	animation-delay: var(--delay);
}

.thumb-list .thumb .game-percentage::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	content: attr(percentage) "%";
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-left: 30px;
}

.thumb-list .thumb .game-percentage.line::before {
	position: absolute;
	left: 25px;
	top: 50%;
	z-index: 3;
	color: #000;
	transform: translateY(-50%);
	font-size: 18px;
	letter-spacing: 0;
}

.thumb-list .thumb .game-percentage.line1::before {
	content: "JackPot";
	color: #fff;
	font-weight: 400;
}

.search-table {
	overflow: hidden;
	border-radius: 12px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.search-table th {
	padding: 10px;
	height: 60px;
	background-color: #001B0E;
	color: #fff;
}

.search-table th,
.search-table td {
	border: 1px solid #333;
}

.search-table td {
	height: 65px;
	background-color: #111111;
	color: #999;
}

@media (min-width: 576px) {
	.modal-dialog {
		margin: 4.75rem auto;
		max-width: 1000px;
	}
}

.modal-content {
	background: #076237;
	color: #fff;
	border-radius: 20px;
}

.modal-content .modal-header {
	border-bottom: 0;
}

.modal-content .modal-title {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.modal-content .close {
	font-weight: normal;
	opacity: 1;
	font-size: 2.5em;
	color: #fff;
}

@keyframes fillbarstripes {
	0% {
		background-position: 10rem 0;
	}

	100% {
		background-position: 0 0;
	}
}

@keyframes initLength {
	0% {
		width: 0;
	}

	100% {
		width: var(--per);
	}
}