* {
	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: space-between;
	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: url("../img/headerBack.png") 100% 100% no-repeat;
}

.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 {
	width: .09rem;
	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 ;
}	
	


/* 轮播 */
.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: .5rem;
	box-sizing: border-box;
}

/* 标题 名单 */
.banner .container .left {
	position: relative;
	right: -.28rem;
	top: 0;
	z-index: 10;
}

.banner .container .titleLogo {
	width: 2.3rem;
	margin-bottom: .1rem;
}

.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;
}

.banner .container .scrollborder .swiper-wrapper .name {
	font-size: 0.06rem;
	color: #faec82;
}

.banner .container .scrollborder .swiper-wrapper .price {
	font-size: 0.06rem;
	color: #0ddde0;
	margin-left: .1rem;
}

.banner .container .scrollborder .swiper-wrapper .date {
	font-size: 0.06rem;
	margin-left: .1rem;
}

/* 老虎 */
.banner .container .gamesTiger {
	width: 3.6rem;
	/* height: 2.5rem; */
	position: relative;
	font-size: 0;
}
.Jackpot{
	width: 2.2rem;
	position: absolute;
	right: .3rem;
	top: .2rem;
}
.Jackpot .plate{
	width: 100%;
	/* transition: all 4s; */
	position: relative;
}
.Jackpot .plate img{
	width: 100%;
	transform: rotate(-18deg);
}
.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; */
}
.product p{
	font-size: .1rem;
	color: #bd0000;
	font-weight: bold;
}
.product span{
	font-size: .06rem;
	color: #000;
	font-weight: bold;
	margin-top: .02rem;
	text-align: center;
}
.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%);
}
.Jackpot .long{
	width:3rem;
	position: absolute;
	left: -.2rem;
	top: -.61rem;
}
/* 网页身体 */
.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: .15rem .3rem;
	box-sizing: border-box;
}

.content .container .hd1 {
	width: 1.5rem;
	display: block;
	margin: .0rem auto .1rem;
}
.content .container .rules{
	width: 2.2rem;
	margin: .3rem auto .14rem;
}
.content .container .info {
	font-size: .08rem;
	color: #000;
	margin-bottom: .05rem;
	text-indent: 2em;
}

.content .container .info02 {
	font-size: .12rem;
	color: #FF0000;
	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.2rem;
}

.result_container .result_content .amount {
	position: absolute;
	width: 1.75rem;
	height: 0.3rem;
	line-height: .3rem;
	font-size: .1rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	top: .49rem;
}
.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;
}
.result_container .result_content .amount2 span{
	font-size: 20px!important;
	color: #000;
}
/* 提示 */
.light_hint {
	
	width: 1rem;
	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: 10;
	display: none;
}

/* 输入账号 */
.login_container {
	width: 2.2rem;
	height: 1.3rem;
	background-color: #fcf3e2;
	position: relative;
	border-radius: .2rem;
}

.login_container .close {
	display: block;
	width: .2rem;
	position: absolute;
	top: -.1rem;
	right: -.1rem;
	cursor: pointer;
}

.login_container .login_head {
	background: linear-gradient(to top, #f78710 0%, #f9a908 100%);
	padding: .2rem 0;
	border-radius: .2rem .2rem 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: .2rem;
	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: .1rem;
	background-color: #fff;
	position: relative;
}

.query_container .query_head {
	border-radius: .1rem .1rem 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: -.1rem;
	right: -.1rem;
	cursor: pointer;
}

.query_container .query_list {
	margin: .1rem .1rem 0;
	padding-bottom: .1rem;
}

.query_container .query_list table {
	width: 100%;
	text-align: center;
}

.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;
}