@media screen and (max-width: 1200px) {
	.container {
		width: 1000px;
	}

	.content {
		width: 1000px;
	}
}

@media screen and (max-width: 1024px) {
	.wrap {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: url("../img/mBJ.jpg");
		background-size: 100% 100%;
		background-color: #750008;
		margin-top: 0;
	}
	.container {
		width: 100%;
	}

	/* 头部 */
	.header {
		display: none;
	}

	.mbheader {
		width: 100%;
		display: block !important;
		text-align: center;
		padding: .1rem 0;
		background: url("../img/headerBack.png") 100% 100% no-repeat;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 90;
	}

	.mbheader .logo {
		width: 1.8rem;
	}
	.mbheader .out{
		position: absolute;
		right: .2rem;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}
	.mbheader .out img{
		width: .16rem;
		vertical-align: middle;
	}
	.mbheader .out span{
		font-size: .16rem;
		color: #fff;
		margin-left: 0.05rem;
		line-height: 1;
		vertical-align: middle;
	}

	/* 轮播 */
	.banner {
		display: none;
	}

	.mbbanner {
		width: 100%;
		min-height: 4rem;
		background: url("../img/banner.png");
		background-size: auto 120%;
		background-position: center;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mbbanner .titleLogo {
		width: 4rem;
		top: .2rem;
		margin-top: 1.2rem;
		position: relative;
		top: .2rem;
	}

	/* 老虎 */
	.mbbanner .gamesTiger {
		width: 100%;
		position: relative;
	}
	.Jackpot{
		width: 80%;
		height: 5.6rem;
		position: relative;
		margin: auto;
		left: 0;
		top: 0;
		padding-top: 1rem;
	}
	.Jackpot .plate{
		width: 100%;
		/* transition: all 4s; */
		position: relative;
	}
	.Jackpot .plate img{
		width: 100%;
	}
	.product{
		width: .6rem;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		padding-top: .35rem;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.product p{
		font-size: .2rem;
		color: #bd0000;
		font-weight: bold;
		white-space: nowrap;
	}
	.product span{
		font-size: .14rem;
		color: #000;
		margin-top: .05rem;
		white-space: nowrap;
	}
	.Jackpot .startBtn{
		width: 25%;
		position: absolute;
		left: 50%;
		top: 2.5rem;
		cursor: pointer;
		transform: translateX(-50%);
	}
	.Jackpot .long{
		width: 6rem;
		position: absolute;
		left: -.35rem;
		top: -.25rem;
	}
	/* 中奖名单 */
	.zjmd {
		display: block !important;
		width: 100%;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}

	.zjmd .scrollborder {
		width: 5.3rem;
		height: 4rem;
		position: relative;
		overflow-y: hidden;
		background: url('../img/srcollBorder1.png');
		background-size: 100% 100%;
		padding: 1.2rem .6rem .3rem .6rem;
		box-sizing: border-box;
	}

	.zjmd .scrollborder .swiper {
		width: 100%;
		height: 100%;
	}

	.zjmd .scrollborder .swiper-slide {
		font-size: 0.18rem;
		text-align: center;
		color: #fff;
	}

	.zjmd .scrollborder .swiper-wrapper .name {
		font-size: 0.18rem;
		color: #faec82;
	}

	.zjmd .scrollborder .swiper-wrapper .price {
		font-size: 0.18rem;
		color: #0ddde0;
		margin-left: .1rem;
	}

	.zjmd .scrollborder .swiper-wrapper .date {
		font-size: 0.18rem;
		margin-left: .1rem;
	}

	/* 内容 */
	.content {
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}
	.content .container {
		width: 100%;
	}

	.content .container .hd1 {
		width: 70%;
		display: block;
		margin: .2rem auto;
	}
	.content .container .rules{
		margin: .4rem auto .2rem;
	}
	.content .container .info {
		font-size: .16rem;
		color: #000;
		margin-bottom: .08rem;
	}
	.content .container .info.mmm{
		margin-bottom: .7rem;
	}
	.content .container .item {
		font-size: .16rem;
		line-height: 0.28rem;
		color: #000;
		padding-left: 0.25rem;
		box-sizing: border-box;
		position: relative;
	}

	.content .container .num {
		font-size: .16rem;
		color: #fff;
	}
	.content .container .rulesItem{
		color: #fff;
	}
	/* 表格 */
	.content .container .active_table {
		margin: 10px 0;
		width: 100%;
		font-size: .16rem;
	}

	.content .container .active_table th,
	.content .container .active_table td {
		font-size: .16rem;
		height: .35rem;
		line-height: .25rem;
	}

	.content .container .active_table thead {
		background-color: #f0cc82;
		border-bottom: 1px solid #e1020f;
	}

	.content .container .active_table thead th {
		width: 20%;
		color: #e1020f;
		font-weight: normal;
		text-align: center;
		border-right: 1px solid #e1020f;
	}

	.content .container .active_table tbody {
		background-color: #fff;
	}

	.content .container .active_table tbody td {
		color: #000;
		text-align: center;
		border-right: 1px solid #e1020f;
		border-bottom: 1px solid #e1020f;
	}

	.content .container .active_table tbody td:last-child {
		padding: 0 .1rem;
	}

	.banquan {
		/* display: none; */
		font-size: .18rem;
		margin-bottom: 1.2rem;
	}

	/* 底部 */
	.footer {
		display: flex !important;
		width: 100%;
		height: 1rem;
		background-color: #8e010a;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 20;
	}

	.footer-item {
		width: 25%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-item img {
		width: .4rem;
		object-fit: cover;
	}

	.footer-item .app {
		width: .3rem;
	}

	.footer-item .kefu {
		width: .32rem;
	}

	.footer-item span {
		font-size: .18rem;
		color: #fff;
		margin-top: .1rem;
	}

	.footer-item.act span {
		color: #f4d64f;
	}

	/* 红包 */
	.result_container .result_content .result_img {
		display: block;
		width: 3.5rem;
	}

	.result_container .result_content .amount {
		position: absolute;
		width: 2.4rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: .2rem;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
		color: #fff;
		left: 50%;
		transform: translateX(-50%);
		top: 0.76rem;
	}
	.result_container .result_content .amount2 {
		height: 0.3rem;
		line-height: .3rem;
		font-size: .18rem!important;
		top: 1.25rem;
	}
	.result_container .result_content .amount2 span{
		font-size: .18rem!important;
	}
	/* 提示 */
	.light_hint {
		width: 1.5rem;
		height: 0.6rem;
		line-height: 0.6rem;
		border-radius: 10px;
		background-color: rgba(0, 0, 0, 0.6);
		font-size: .18rem;
		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: 4.5rem;
		height: 2.5rem;
		background-color: #fcf3e2;
		position: relative;
		border-radius: .2rem;
	}
	
	.login_container .close {
		display: block;
		width: .4rem;
		position: absolute;
		top: -.1rem;
		right:-.1rem;
		cursor: pointer;
	}
	
	.login_container .login_head {
		background: linear-gradient(to top, #f78710 0%, #f9a908 100%);
		padding: .3rem 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: .16rem;
		color: #b4ac9e;
	}
	
	.login_container .account_ipt,
	.login_container .login_btn {
		width: 3rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: .18rem;
		border-radius: .2rem;
		text-align: center;
	}
	
	.login_container .login_btn {
		color: #fff;
		margin: .2rem auto 0;
		background-color: #f43d3c;
		cursor: pointer;
	}
	/* 查询 */
	.query_container {
		width:4.5rem;
		border-radius: .2rem;
		background-color: #fff;
		position: relative;
	}
	
	.query_container .query_head {
		border-radius: .2rem .2rem 0 0;
		height: .5rem;
		line-height: .5rem;
		padding: 0 .3rem 0 .3rem;
		background: linear-gradient(to top, #f78710 0%, #f9a908 100%);
	}
	
	.query_container .query_head p {
		font-size: .24rem;
		font-weight: bold;
		color: #960302;
	}
	
	.query_container .query_head img {
		display: block;
		width: .4rem;
		position: absolute;
		top: -.1rem;
		right: -.1rem;
		cursor: pointer;
	}
	
	.query_container .query_list {
		margin: .2rem .2rem 0;
		padding-bottom: .2rem;
	}
	
	.query_container .query_list table {
		width: 100%;
		text-align: center;
	}
	
	.query_container .query_list table th,
	.query_container .query_list table td {
		font-size: .15rem;
		height: .4rem;
	}
	/* 分页 */
	.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.36rem;
		height: 0.36rem;
		line-height:0.36rem;
		font-size: .14rem;
		text-align: center;
		color: #333;
		margin: 0 0.02rem;
	}
	
	.turn-container .turn-page span.active {
		display: inline-block;
		width: 0.36rem;
		height: 0.36rem;
		line-height:0.36rem;
		font-size: .14rem;
		text-align: center;
		border-radius: 4px;
		margin-left: 0.02rem;
		cursor: pointer;
		border: none;
		color: #fff;
		background-color: #f43d3c;
	}
	
	.turn-container .turn-page a {
		float: left;
		display: inline-block;
	width: 0.36rem;
	height: 0.36rem;
	line-height:0.36rem;
	font-size: .14rem;
		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.36rem;
		height: 0.36rem;
	}
	
	.turn-container .turn-page a.prev.disabled {
		background: #ccc;
	}
	
	.turn-container .turn-page a.next {
		width: 0.36rem;
		height: 0.36rem;
	}
	
	.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.4rem;
		height: 0.34rem;
		line-height: .16rem;
		text-align: center;
		background: #fff;
		border: 1px solid #ebebeb;
		outline: none;
		font-size: .14rem;
		margin: 0 0.02rem;
		color: #333;
	}
	
	.turn-container .turn-page a,
	.turn-container .turn-page span,
	.turn-container .turn-page input {
		margin-bottom: 0.1rem;
	}
}