* {
	padding: 0;
	margin: 0;
	font-size: 0;
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.pcContent {
	display: none;
}

.header {
	width: 100%;
	height: 1.5rem;
	background: #006402;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .2rem;
	box-sizing: border-box;
}

.header .logo {
	width: 3rem;
}

.header .kefu {
	width: 3rem;
	background-color: #fff;
	padding: .14rem .2rem;
	border-radius: .5rem;
}

.header .kefu img {
	width: 100%;
}

.mList {
	width: 90%;
	padding: .8rem .2rem .2rem;
	box-sizing: border-box;
	border: 2px solid #02ae02;
	border-radius: .15rem;
	margin: .6rem auto .3rem;
	position: relative;
}

.mList .title1 {
	width: 80%;
	position: absolute;
	left: 50%;
	top: -.08rem;
	transform: translateX(-50%);
}

.mList .links {
	width: 100%;
	display: flex;
	text-decoration: none;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
}
.mList .links .mm{
	width: 1rem;
	padding: .15rem 0;
	background-color: #02ae02;
	border-radius: .1rem;
	color: #fff;
	font-size: .25rem;
	text-align: center;
}
.mList .links .left {
	width: 1.5rem;
	padding: .15rem 0;
	background-color: #02ae02;
	border-radius: .1rem;
	color: #fff;
	font-size: .25rem;
	text-align: center;
}
.mList .links img {
	width: .3rem;
}
.mList .links .right {
	width: 2.5rem;
	padding: .15rem .2rem;
	background-color: #02ae02;
	border-radius: .1rem;
	color: #fff;
	font-size: .25rem;
	text-decoration: none;
	text-align: center;
}

.mScroll {
	width: 90%;
	height: 3.5rem;
	margin: 1.1rem auto .2rem;
	background-image: url("../img/scbb.png");
	background-size: 100% 100%;
	position: relative;
}

.mScroll-title {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -45%);
}

.mScroll-title img {
	width: 100%;
}

.jackpot-num__list {
	height: 38px;
	overflow-y: hidden;
	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: 57%;
	transform: translateX(-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: .35rem;
	color: #f4ff08;
}

.jackpot-num__list .point {
	position: relative;
	top: .22rem;
}

.contt {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.mScroll-wp {
	width: 100%;
	height: 100%;
	padding: 1.4rem .3rem .3rem;
	box-sizing: border-box;
}

.mScroll-wp .item {
	width: 49%;
	height: .8rem;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.mScroll-wp .item img {
	width: .6rem;
	height: .6rem;
}

.mScroll-wp .item .info {
	width: 1.3rem;

}

.mScroll-wp .item .info span {
	font-size: .18rem;
	color: #fff;
}

.mScroll-wp .item .more {
	width: 1rem;

}

.mScroll-wp .item .more span {
	font-size: .19rem;
	color: #fff;
	word-break: break-all;
}

.mScroll-wp .item .more .code {
	font-size: .2rem;
	font-weight: bold;
	color: #f4ff08;
}

.mScroll-wp .win_data {
	width: 100%;
	height: 100px;
	position: relative;
	overflow-y: hidden;
}

.win_data_list {}

.mScroll-wp .swiper-slide {
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.downLoad {
	width: 100%;
	margin: .5rem 0 .3rem;
	text-align: center;
}

.downLoad img {
	width: 5rem;
}

.footer {
	width: 100%;
	line-height: .8rem;
	background-color: #02ae02;
	text-align: center;
}

.footer span {
	font-size: .3rem;
	color: #fff;
}

.mBanner {
	overflow: hidden;
}

@media screen and (min-width:750px) {
	.mbContent {
		width: 750px !important;
		margin: auto;
	}
}

@media screen and (min-width: 1200px) {
	.mbContent {
		display: none;
	}

	.pcContent {
		display: block;
		width: 100%;
	}

	.header {
		width: 100%;
		height: 1rem;
	}

	.header-con {
		width: 1000px;
		height: 100%;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header-con .logo {
		width: 2.5rem;
	}

	.header .kefu {
		width: 2rem;
		background-color: #fff;
		padding: .14rem .2rem;
		border-radius: .5rem;
	}

	.header .kefu img {
		width: 100%;
	}

	.contents {
		width: calc(1200px * .9);
		display: flex;
		align-items: flex-start;
		justify-content: center;
		border: 2px solid #02ae02;
		margin: .4rem auto 0;
		border-radius: .2rem;
		position: relative;
	}

	.contents::after {
		content: '';
		width: 1px;
		height: 80%;
		border-right: 2px dashed #02ae02;
		position: absolute;
		right: 40%;
		top: 50%;
		transform: translateY(-50%);
	}

	.mList {
		width: 50%;
		border: none;
		margin-top: 0;
		min-height: 4.5rem;
	}
	.mListUl{
		width: 100%;
		position: absolute;
		left: 50%;
		top: 56%;
		transform: translate(-50%,-50%);
	}
	.mList .title1 {
		width: 4rem;
		top: -.05rem;
	}

	.mList .links {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: .3rem;
	}

	.mList .links:last-child {
		margin-bottom: 0;
	}
	.mList .links .mm{
		width: .8rem;
		padding: .1rem 0;
		font-size: .18rem;
	}
	.mList .links .left {
		width: 0.8rem;
		padding: .1rem .2rem;
		background-color: #02ae02;
		border-radius: .1rem;
		color: #fff;
		font-size: .18rem;
		text-align: center;
	}

	.mList .links img {
		margin-left: .1rem;
		width: .2rem;
	}

	.mList .links .right {
		width: 2rem;
		margin: 0 .1rem;
		padding: .1rem .2rem;
		background-color: #02ae02;
		border-radius: .1rem;
		color: #fff;
		font-size: .18rem;
		text-decoration: none;
		text-align: center;
	}

	.box {
		width: 40%;
		height: 100%;
		position: relative;
		padding-top: .8rem;
	}

	.title2 {
		width: 3.2rem;
		top: -.05rem;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
	}

	.pcBenner {
		width: 2.6rem;
		display: block;
		margin: auto;
	}

	.downLoad {
		width: 3rem;
		margin: .28rem auto 0;
		cursor: pointer;
	}

	.downLoad img {
		width: 100%;
	}

	.footer {
		width: 100%;
		line-height: .5rem;
		background-color: #02ae02;
		text-align: center;
		position: fixed;
		left: 0;
		bottom: 0;
	}

	.footer span {
		font-size: .16rem;
		color: #fff;
	}
}