* {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-decoration: none;
	font-family: "Microsoft YaHei" !important;
}

img {
	font-size: 0;
}

.flex-between {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url("../img/BJ.jpg");
	background-size: 100% 100%;
	background-color: #c10e14;
	margin-top: .28rem;
}

.container {
	width: 1200px;
	height: 100%;
	margin: auto;
}

/* 顶部 */
.header {
	width: 100%;
	height: .28rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #cd0503;
	background-image: linear-gradient(to bottom, #cd0503, #b60b08, #aa0b08);
	border-bottom: 1px solid #ffd359;
}

.header .logo {
	width: 0.8rem;
}

.header .menu {
	height: 100%;
}

.header .menu-item {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: .03rem .05rem;
	cursor: pointer;
	margin-left: .02rem;
}

.header .menu-item img {
	height: .18rem;
	margin-bottom: .02rem;
	vertical-align: middle;
}

.header .menu-item span {
	font-size: .06rem;
	color: #fff;
	margin-left: 0.03rem;
	vertical-align: middle;
}

.header .menu-item.act {
	position: relative;
}

.header .menu-item.act span {
	color: #faec82;
}

.header .menu-item.act::after {
	content: '';
	width: .2rem;
	height: 2px;
	background-color: #faec82;
}


@keyframes dzoom {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.01);
	}

}

@keyframes zoom {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.01);
	}
}

@keyframes moveBackAndForth {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(0.2rem);
		/* 元素移动到100px的位置 */
	}

	100% {
		transform: translateX(0);
		/* 元素返回原始位置 */
	}
}

@keyframes moveForthAndBack {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(0.2rem);
		/* 元素移动到100px的位置 */
	}

	100% {
		transform: translateY(0);
		/* 元素返回原始位置 */
	}
}

/* 轮播 */
.banner {
	width: 100%;
	height: 4rem;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	font-size: 0;
}

.banner .backpic {
	width: 100%;
	height: 4rem;
}

.banner .container {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 0;
	transform: translateX(-50%);
	align-items: flex-start;
	padding-top: .2rem;
	box-sizing: border-box;
}

/* 标题 名单 */
.banner .container .left {
	position: relative;
	right: -.28rem;
	top: 0;
	z-index: 10;
	text-align: center;
}

.banner .container .titleLogo {
	width: 1.8rem;
	margin-bottom: .1rem;
	-webkit-animation: dzoom 1.5s infinite;
	animation: dzoom 1.5s infinite;
}

.banner .container .scrollborder {
	width: 2rem;
	height: 1.5rem;
	margin: auto;
	position: relative;
	overflow-y: hidden;
	background: url('../img/srcollBorder1.png');
	background-size: 100% 100%;
	padding: .45rem .3rem .3rem;
	box-sizing: border-box;
}

.banner .container .scrollborder .swiper {
	width: 100%;
	height: 100%;
}

.banner .container .scrollborder .swiper-slide {
	height: 0.12rem !important;
	line-height: 0.12rem !important;
	font-size: 0.06rem;
	text-align: center;
	color: #fff;
	display: flex;
}

.banner .container .scrollborder .swiper-wrapper .name {
	font-size: 0.06rem;
	color: #ffea00;
	margin-right: .05rem;
	margin-left: .02rem;
	min-width: 0.4rem;
}

.banner .container .scrollborder .swiper-wrapper .price {
	font-size: 0.06rem;
	color: #24ff00;
	margin-right: .02rem;
	margin-left: .02rem;
}

.banner .container .scrollborder .swiper-wrapper .date {
	font-size: 0.06rem;
	margin-left: .1rem;
}

.banner .container .scrollborder .swiper-wrapper .gongxi {
	font-size: 0.06rem;
}

.banner .container .scrollborder .swiper-wrapper .chongzhong {
	font-size: 0.06rem;
}

/* 老虎 */
.banner .container .gamesTiger {
	width: 3.6rem;
	/* height: 2.5rem; */
	position: relative;
	font-size: 0;
	margin-top: .3rem;
}

.Jackpot {
	width: 2.2rem;
	position: absolute;
	right: .3rem;
	top: .2rem;
	z-index: 2;
}

.Jackpot .plate {
	width: 100%;
	/* transition: all 4s; */
	position: relative;
	z-index: 2;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
}

.Jackpot .plate img {
	width: 100%;
	//transform: rotate(-18deg);
	z-index: 2;
}

.f1 {
	width: 1.8rem;
	position: absolute;
	left: -1.6rem;
	top: 1.5rem;
	animation: moveBackAndForth 3s infinite alternate;
	-webkit-animation: moveBackAndForth 3s infinite alternate;
}

.f2 {
	width: 1.8rem;
	position: absolute;
	right: -1.7rem;
	top: 1.2rem;
	z-index: 2;
	animation: moveForthAndBack 2s infinite alternate;
	-webkit-animation: moveForthAndBack 2s infinite alternate;
}

.f3 {
	width: 3.2rem;
	position: absolute;
	bottom: -0.5rem;
	left: -0.5rem;
}

.product {
	width: .6rem;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	padding-top: .22rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	transform: translateX(-50%) rotate(0);
	/* 	border: 1px solid slateblue; */
	z-index: 2;
}

.product {
	color: #000;
}

.product:nth-child(3n) {
	color: #dd0000;
}

.product:nth-child(5n) {
	color: #c206d3;
}

.product p {
	font-size: .1rem;
	font-weight: bold;
	z-index: 2;
	display: none;
}

.product span {
	font-size: .06rem;
	font-weight: bold;
	margin-top: .02rem;
	text-align: center;
	z-index: 2;
}

.product:nth-child(3) {
	transform: translateX(-50%) rotate(-36deg);

}

.product:nth-child(4) {
	transform: translateX(-50%) rotate(-72deg);

}

.product:nth-child(5) {
	transform: translateX(-50%) rotate(-108deg);

}

.product:nth-child(6) {
	transform: translateX(-50%) rotate(-144deg);

}

.product:nth-child(7) {
	transform: translateX(-50%) rotate(-180deg);

}

.product:nth-child(8) {
	transform: translateX(-50%) rotate(-216deg);

}

.product:nth-child(9) {
	transform: translateX(-50%) rotate(-252deg);

}

.product:nth-child(10) {
	transform: translateX(-50%) rotate(-288deg);

}

.product:nth-child(11) {
	transform: translateX(-50%) rotate(-324deg);

}

.Jackpot .startBtn {
	width: 25%;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.Jackpot .long {
	width: 2.8rem;
	position: absolute;
	left: -0.28rem;
	top: -.36rem;
	-webkit-animation: zoom 2s infinite;
	animation: zoom 2s infinite;
	z-index: 2;
}



.des {
	display: block !important;
	width: 100%;
	background: url(../img/textpbg.png);
	background-size: 100% auto;
	padding: .3rem .4rem .4rem .4rem;
	box-sizing: border-box;
	width: 1200px;
	margin: auto;
	margin-top: -0.5rem;
}

.des span {
	font-size: 0.09rem;
	line-height: 0.12rem;
}

/* 网页身体 */
.content {
	width: 1200px;
	height: 6rem;
	margin: auto;
	/* min-height: 5rem; */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}


.content .container {
	width: 1000px;
	min-height: 2rem;
	position: relative;
	padding: .25rem .3rem;
	box-sizing: border-box;
}

.content .container .hd1 {
	width: 1.5rem;
	display: block;
	margin: .6rem auto .14rem;
}

.content .container .rules {
	width: 2.2rem;
	margin: .9rem auto .14rem;
}

.content .container .info {
	font-size: .08rem;
	color: #000;
	margin-bottom: .05rem;
	text-indent: 2em;
}

.content .container .ruleList {
	width: 100%;
	background: url("../img/hd2Conte.png");
	background-size: 100% 100%;
	padding: .2rem;
	box-sizing: border-box;
}

.content .container .active_table {
	margin: 10px 0;
	width: 100%;
	font-size: .08rem;
	border-spacing: 0
}

.content .container .active_table th,
.content .container .active_table td {
	font-size: .08rem;
	height: .2rem;
	line-height: .2rem;
}

.content .container .active_table thead {
	background-color: #e1020f;
	border-bottom: 1px solid #e1020f;
}

.content .container .active_table thead th {
	width: 20%;
	color: #fff;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #fff;
}

.content .container .active_table tbody {
	background-color: transparent;
}

.content .container .active_table tbody td {
	color: #000;
	text-align: center;
	border-right: 1px solid #e1020f;
	border-left: 1px solid #e1020f;
	border-bottom: 1px solid #e1020f;
}

.content .container .active_table tbody td:last-child {
	padding: 0 .1rem;
}

.content .container .item {
	font-size: .08rem;
	line-height: 0.12rem;
	color: #fff;
	padding-left: 0.12rem;
	box-sizing: border-box;
	position: relative;
}

.content .container .num {
	font-size: .08rem;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.banquan {
	width: 100%;
	text-align: center;
	font-size: .08rem;
	color: #fff;
	margin-bottom: .3rem;
}

/* 红包 */
.dialog-modal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	animation: fade-in 0.25s forwards;
	-webkit-animation: fade-in 0.25s forwards;
	-moz-animation: fade-in 0.25s forwards;
	-o-animation: fade-in 0.25s forwards;
	display: none;
}

.dialog-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10003;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1.5;
	border-radius: 10px;
	animation: zoom-in 0.25s forwards;
	-webkit-animation: zoom-in 0.25s forwards;
	-moz-animation: zoom-in 0.25s forwards;
	-o-animation: zoom-in 0.25s forwards;
}

.result_container {
	position: relative;
}

.result_container .result_content {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.result_container .result_content .result_img {
	display: block;
	width: 2.7rem;
}

.result_container .result_content .amount {
	position: absolute;
	width: 1.75rem;
	height: 0.3rem;
	line-height: .3rem;
	font-size: .13rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
	left: 50%;
	transform: translateX(-50%);
	top: 1.1rem;
}

.result_container .result_content .amount2 {
	position: absolute;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 20px !important;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #d30203;
	left: 50%;
	transform: translateX(-50%);
	top: 170px;
	display: none;
}

.result_container .result_content .amount2 span {
	font-size: 20px !important;
	color: #000;
}

/* 提示 */
.light_hint {
    width: auto;
    height: 0.35rem;
    line-height: .35rem;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: .12rem;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10002;
    display: none;
    padding: 0 20px;
}

/* 输入账号 */
.login_container {
	width: 2.2rem;
	height: 1.3rem;
	background-color: #fcf3e2;
	position: relative;
	border-radius: .05rem;
}

.login_container .close {
	display: block;
	width: .2rem;
	position: absolute;
	top: -.07rem;
	right: -.07rem;
	cursor: pointer;
}

.login_container .login_head {
	background: linear-gradient(to top, #f78710 0%, #f9a908 100%);
	padding: .2rem 0;
	border-radius: .05rem .05rem 0 0;
}

.login_container .login_head input {
	display: block;
	margin: 0 auto;
	color: #000;
}

.login_container .login_head input::placeholder {
	font-size: .08rem;
	color: #b4ac9e;
}

.login_container .account_ipt,
.login_container .login_btn {
	width: 1.7rem;
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: .08rem;
	border-radius: .05rem;
	text-align: center;
}

.login_container .login_btn {
	color: #fff;
	margin: .2rem auto 0;
	background-color: #f43d3c;
	cursor: pointer;
}

/* 查询 */
.query_container {
	width: 2.5rem;
	border-radius: .05rem;
	background-color: #fff;
	position: relative;
}

.query_container .query_head {
	border-radius: .05rem .05rem 0 0;
	height: .25rem;
	line-height: .25rem;
	padding: 0 .2rem 0 .2rem;
	background: linear-gradient(to top, #f78710 0%, #f9a908 100%);
}

.query_container .query_head p {
	font-size: .1rem;
	font-weight: bold;
	color: #960302;
}

.query_container .query_head img {
	display: block;
	width: .2rem;
	position: absolute;
	top: .02rem;
	right: .05rem;
	cursor: pointer;
}

.query_container .query_list {
	margin: .1rem .1rem 0;
	padding-bottom: .1rem;
}

.query_container .query_list table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.query_container .query_list table th,
.query_container .query_list table td {
	font-size: .08rem;
	height: .2rem;
}

.query_container .query_list table thead {
	background-color: #b20103;
}

.query_container .query_list table thead th {
	color: #fbda6c;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #f50305;
	border-bottom: 1px solid #f50305;
}

.query_container .query_list table thead th:nth-child(1) {
	width: 33%;
}

.query_container .query_list table thead th:nth-child(2) {
	width: 40%;
}

.query_container .query_list table thead th:nth-child(3) {
	width: 27%;
}

.query_container .query_list table tbody {
	background-color: #e1020f;
}

.query_container .query_list table tbody td {
	color: #fbda6c;
	text-align: center;
	border-right: 1px solid #f50305;
	border-bottom: 1px solid #f50305;
}

/* 分页 */
.turn-container {
	padding: .2rem 0 .2rem;
	text-align: center;
}

.turn-container .turn-page {
	display: inline-block;
}

.turn-container .turn-page span {
	float: left;
	width: 0.16rem;
	height: 0.16rem;
	line-height: .16rem;
	font-size: .08rem;
	text-align: center;
	color: #333;
	margin: 0 0.05rem;
}

.turn-container .turn-page span.active {
	display: inline-block;
	width: 0.16rem;
	height: 0.16rem;
	line-height: .16rem;
	font-size: .06rem;
	text-align: center;
	border-radius: 4px;
	margin-left: 0.05rem;
	cursor: pointer;
	border: none;
	color: #fff;
	background-color: #f43d3c;
}

.turn-container .turn-page a {
	float: left;
	display: inline-block;
	width: 0.16rem;
	height: 0.16rem;
	line-height: .16rem;
	font-size: .06rem;
	text-align: center;
	color: #333;
	background: #f4f4f5;
	border-radius: 4px;
	margin: 0 0.02rem;
	cursor: pointer;
	text-decoration: none;
}

.turn-container .turn-page a.prev {
	width: 0.16rem;
	height: 0.16rem;
}

.turn-container .turn-page a.prev.disabled {
	background: #ccc;
}

.turn-container .turn-page a.next {
	width: 0.16rem;
	height: 0.16rem;
}

.turn-container .turn-page a.next.disabled {
	background-color: #ccc;
}

.turn-container .turn-page a:hover {
	color: #fff;
	background-color: #f43d3c;
}

.turn-container .turn-page .active {
	color: #fff;
	background-color: #f43d3c;
}

.turn-container .turn-page input {
	float: left;
	width: 0.20rem;
	height: 0.16rem;
	line-height: .16rem;
	text-align: center;
	background: #fff;
	border: 1px solid #ebebeb;
	outline: none;
	font-size: .08rem;
	color: #333;
}

.turn-container .turn-page a,
.turn-container .turn-page span,
.turn-container .turn-page input {
	margin-bottom: 0.05rem;
}

#loader {
	display: none;
}