* {
	padding: 0;
	margin: 0;
	line-height: 0;
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	box-sizing: border-box;
	background-color: #fff4d8;
	padding-bottom: 2rem;
    background-image: url(../img/headss.js);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.mobile-wrap.center {}


.only {
	position: relative;
}

.batn {
	width: 75%;
	margin: .3rem auto .3rem;
	animation: ifs .8s infinite;
}

.batn img {
	width: 100%;
}

@keyframes ifs {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}

.kf {
	position: fixed;
	right: 0px;
	top: 250px;
	z-index: 9999;
}

.kf img {
	width: 1.5rem;
}

.logo {
	max-width: 70%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 1000;
	max-height: 1.5rem;
}

.head {
	margin-top: 1.6rem;
}

.head .kato3 {
	width: 100%;
	text-align: center;
    margin: 0.15rem auto;
}

.head .kato3 img {
	margin: auto;
	width: calc(100% - 1.2rem);
}

.head .kato2 {
	width: 100%;
	text-align: center;
	margin-top: -0.7rem;
}

.head .kato2 img {
	margin: auto;
	width: calc(100% - 0.8rem);
}

.head .kato1 {
	width: 100%;
	text-align: center;
}

.head .kato1 img {
	margin: auto;
	width: calc(100% - 1rem);
}

.boreder {
	width: calc(100% - 0.8rem);
	margin: 0.3rem auto;
	position: relative;
}

.card1 {
	width: 100%;
}

.boreder-box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: .22rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo2 {
	width: 1.6rem;
}

.info {
	width: calc(100% - 1.8rem);
	height: 1.5rem;
}

.text_1 {
	font-size: .4rem;
	color: red;
	font-weight: bold;
	line-height: 1;
}

.text_2 {
	font-size: .55rem;
	color: #000;
	font-weight: bold;
	line-height: 1;
	margin-top: .08rem;
}

.text_2 span {
	line-height: 1;
	font-size: .55rem;
	color: red;
	margin: 0 .1rem;
}

.text_3 {
	font-size: .28rem;
	color: #d90beb;
	font-weight: bold;
	line-height: 1;
	margin-top: .14rem;
}

.linksss {
	width: calc(100% - 0.8rem);
	margin: auto;
	position: relative;
}

.ltitleCon {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.ltitle {
	width: 76%;
	margin: auto;
}

.lback {
	width: 100%;
}

.listCon {
	width: 100%;
	padding: .25rem 0;
	box-sizing: border-box;
}

.listCon p {
	font-size: .2rem;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.litem {
	margin-bottom: .12rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: solid #b8500c 1px;
	border-radius: 0.5rem;
}

.litem:last-child {
	margin-bottom: 0;
}


.litem .ps {
	width: 30%;
	height: .64rem;
	line-height: .5rem;
	border-radius: .5rem;
	background-color: #e4c996;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.03rem;
}

.litem .ps span {
	font-size: .26rem;
	color: #e2040b;
	font-weight: normal;
}

.litem .left {
	width: 5%;
	margin: 0 5px;
}

.litem .url {
	width: 60%;
	height: .7rem;
	border-radius: .1rem;
	line-height: .7rem;
	font-size: .26rem;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: normal;
}

.litem .btn {
	display: block;
	text-decoration: none;
	width: 40%;
	height: .7rem;
	background-image: linear-gradient(0deg,
			#b90d29 0%,
			#d31637 29%,
			#ec1e44 59%,
			#ff0400 100%);
	background-size: 100% 100%;
	border-radius: .5rem;
	text-align: center;
	line-height: .65rem;
	font-size: .3rem;
	color: #fef1d6;
	margin-left: .1rem;
	cursor: pointer;
	box-sizing: border-box;
}

.title2 {
	display: block;
	width: 70%;
	margin: .2rem auto .25rem;
}

.cont2 {
	width: calc(100% - 0.8rem);
	margin: auto;
	position: relative;
}

.cont2 img {
	width: 100%;
}

.active_table {
	margin: auto;
	width: 90%;
	border-spacing: 0;
	border-radius: .15rem;
	overflow: hidden;
	border: 1px solid #f0b929;
}

.active_table th,
.active_table td {
	font-size: .23rem;
	color: #c8040d;
	height: .8rem;
}

.active_table thead {
	background-image: linear-gradient(to bottom, #fffad4, #f3c827, #f7d43e);
	border-bottom: 1px solid #c6040c;
}

.active_table thead th {
	font-size: .3rem;
	color: #c8040d;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #c6040c;
}

.active_table tbody {}

.active_table tbody td {
	font-size: .3rem;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(to bottom, #cc0101, #a50000, #950000);
	border-right: 1px solid #c6040c;
	border-bottom: 1px solid #c6040c;
}

.numbers {
	width: calc(100% - 0.8rem);
	margin: .35rem auto 0;
	position: relative;
}

.numbers img {
	width: 100%;
}

.box {
	position: absolute;
	width: 3.5rem;
	height: .9rem;
	left: 50%;
	bottom: .39rem;
	transform: translateX(-50%);
}

.jackpot-num__list {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	color: var(--Second, #5d17eb);
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.jackpot-num__list .jackpot-num__item {
	position: relative;
	overflow: hidden;
	font-size: inherit;
	color: inherit;
	color: transparent
}

.jackpot-num__list .scroll-num {
	width: 100%;
	transition: transform 1s
}

.jackpot-num__list .point,
.jackpot-num__list .scroll-num li {
	color: inherit;
	font-size: .45rem;
	color: #ffd941;
}

.jackpot-num__list .point {
	position: relative;
	display: flex;
	align-items: center;
}

.banner {
	width: calc(100% - 0.8rem);
	display: block;
	margin: auto;
}

.listCon1 {
	width: calc(100% - 0.8rem);
	margin: 0.25rem auto;
	position: relative;
}

.list {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list img {
	width: calc(50% - .15rem);
	margin-top: .3rem;
}

.foot {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 750px;
	padding: .15rem 0.2rem;
	box-sizing: border-box;
	z-index: 999;
	background: url('../img/backfoot.js');
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ftic {
	width: 1.08rem;
	height: 1.08rem;
}

.ftic img {
	width: 100%;
	height: 100%;
}

.fiw {
	height: 0.9rem;
	width: 3.4rem;
}

.fiw img {
	width: 100%;
	height: 100%;
}

.downn {
	width: 2.15rem;
}

.downn img {
	width: 100%;
}

@keyframes zoom2 {

	0%,
	100% {
		transform: scale(1.02);
	}

	50% {
		transform: scale3d(.95, .95, .95);
	}
}

@keyframes zoom1 {

	0%,
	100% {
		transform: scale(1.05);
	}

	50% {
		transform: scale3d(.97, .97, .97);
	}
}

.zoom1 {
	-webkit-animation: zoom1 1.5s linear infinite;
	animation: zoom1 1.5s linear infinite;
}

.zoom2 {
	-webkit-animation: zoom2 1.4s linear infinite;
	animation: zoom2 1.4s linear infinite;
}