@media (max-width: 1024px) {
	.pc {
		display: none;
	}


	.mb {
		display: inline-block;
	}

	.container {
		width: unset;
	}

	.contents {
		margin-top: 0;
		top: 0;
		background-image: url('../img/bgi_m.png');
		padding-bottom: 0.4rem;
	}


	.header {
		height: 1.08rem;
		z-index: 10000;
	}

	.header .container .w_m {
		width: calc(100% - 0.6rem);
		margin: 0 0.4rem 0 0.2rem;
		height: 100%;
	}

	.header .logo {
		max-height: 0.8rem;
		left: 0.3rem;
	}

	.header .menu-item {
		flex-direction: column;
		border: unset;
		gap: 0.05rem;
	}

	.menu-item span {
		font-size: .25rem;
	}

	.menu-item img {
		width: unset;
		height: .35rem;
		margin-right: .05rem;
	}

	.banner {
		width: calc(100% - 1.4rem);
		margin: 0.4rem 0.7rem 0.1rem 0.7rem;
	}

	.searchs {
		text-align: center;
		margin: auto 0;
		position: absolute;
		width: calc(100%);
		top: -0.25rem;
	}

	.searchs .mmm {
		padding: 0 .2rem;
	}


	.infos {
		margin-left: 0.2rem;
		margin-right: 0.2rem;
	}

	.showPost {
		padding: 10px 20px;
		background-color: rgba(0, 0, 0, 0.8);
		border-radius: 10px;
		font-size: 12px;
		color: #fff;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1000;
		display: none;
	}

	.showRedpag .box {
		width: 4rem;
	}

	.showRedpag .box .integral {
        font-size: .45rem;
        color: #000;
        position: absolute;
        left: 50%;
        top: 32%;
        transform: translateX(-50%);
        width: 2rem;
        text-align: center;
	}
}