@media screen and (max-width:750px) {
	body {
		background: #fff4cd
	}

	.pc {
		display: none;
	}

	.banner {
		width: auto;
		margin: 0 0.1rem;
	}

	.mb {
		display: inline-block;
	}

	.wrap {
		box-sizing: border-box;
		background-image: url('../img/shouji.png');
		padding-bottom: 0.5rem;
	}

	.contents {
		top: 0;
		background-image: url("../img/36.png");
	}

	.container {
		width: 100%;
	}

	.header {
		height: .8rem;
		z-index: 10000;
	}

	.header .logo {
		width: 40%;
		margin-left: 0.2rem;
	}

	.header .menu {
		height: 100%;
	}

	.header .menu-item {
		flex-direction: column;
		height: 100%;
		padding: .03rem .15rem;
		border-radius: .1rem;
		border: none;
	}

	.menu-item span {
		color: #fff;
		font-size: .16rem;
	}

	.menu-item img {
		width: .28rem;
		height: auto;
		margin-right: 0;
		margin-bottom: .05rem;
	}

	.heads {
		width: 85%;
	}



	.searchs {
		width: 100%;
		display: block;
	}

	.searchs .mmm {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 .25rem;
		box-sizing: border-box;
	}

	.searchs .mmm .name {
		line-height: .22rem;
		font-size: .18rem;
		color: #a85b18;
		font-weight: bold;
		margin-right: .05rem;
	}

	.searchs .mmm input {
		width: 1.3rem;
		height: .35rem;
		outline: none;
		line-height: .22rem;
		font-size: .18rem;
		color: #000;
		margin-right: .05rem;
		background-color: #a85b18;
		border: none;
		border-radius: .05rem;
		padding: 0 .05rem;
		box-sizing: border-box;
		flex: 1;

	}

	.searchs .mmm .sumbit {
		line-height: .22rem;
		font-size: .18rem;
		color: #fff;
		border-radius: .05rem;
		padding: .02rem .15rem;
		background-color: #d40909;
		cursor: pointer;
	}


	.searchs .mmm2 {
		position: relative;
		flex: 1;
	}

	.searchs .mmm2 .numbers {
        width: auto;
        height: .35rem;
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: .08rem;
		transform: translateY(-50%);
	}

	.searchs .mmm2 .numbers img {
		width: 100%;
		height: 100%;
	}


	.searchs2 {
		width: 94%;
		margin: auto;
		display: none;
	}

	.searchs2 .row {
		width: 100%;
		margin-top: .2rem;
		position: relative;
	}

	.searchs2 .mmm {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 .2rem 0 .35rem;
		box-sizing: border-box;
	}

	.searchs2 img {
		width: 100%;
		height: .7rem;
	}

	.searchs2 .name {
		width: 1rem;
		font-size: .23rem;
		font-weight: bold;
		color: #a85b18;
	}

	.searchs2 .mmm input {
		width: 3rem;
		height: .5rem;
		outline: none;
		font-size: .2rem;
		color: #000;
		background-color: #a85b18;
		border: none;
		border-radius: .05rem;
		padding: 0 .05rem;
		box-sizing: border-box;

	}

	.searchs2 .mmm2 {
		position: relative;
	}

	.searchs2 .mmm2 .numbers {
		width: 1rem;
		height: .4rem;
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: .08rem;
		transform: translateY(-50%);
	}

	.searchs2 .mmm2 .numbers img {
		width: 100%;
		height: 100%;
	}

	.searchs2 .mmm2 input {
		width: 2rem;
		height: .5rem;
		outline: none;
		font-size: .2rem;
		color: #000;
		margin-right: .05rem;
		background-color: #a85b18;
		border: none;
		border-radius: .05rem;
		padding: 0 .05rem;
		box-sizing: border-box;

	}

	.searchs2 .mmm .sumbit {
		line-height: .5rem;
		font-size: .2rem;
		color: #fff;
		border-radius: .05rem;
		padding: 0 .1rem;
		background-color: #d40909;
		cursor: pointer;
	}

	.title {
		width: 70%;
		height: .5rem;
		line-height: .5rem;
		text-align: center;
		background-image: url('../img/3.png');
		background-size: 100% 100%;
		font-size: .2rem;
		font-weight: bold;
		color: #000;
		text-align: center;
		margin: auto;
		position: relative;
		transform: translateY(-50%);
	}

	.info {
		width: 90%;
		margin: .0 auto;
		font-size: .18rem;
		line-height: .28rem;
		color: #000;
		padding-bottom: 0.15rem;
	}

	.info span {
		font-size: .18rem;
	}

	.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: 5rem;
	}

	.showRedpag .box .integral {
		font-size: .45rem;
		line-height: .45rem;
		color: #ff0000;
		position: absolute;
		left: 50%;
		top: 12%;
		transform: translateX(-50%);
	}

	.showRedpag .box .integral span {
		font-size: .35rem;
	}

	.showRedpag .box .regist {
		font-size: .25rem;
		line-height: .25rem;
		color: #ff0000;
		position: absolute;
		left: 50%;
		top: 23%;
		transform: translateX(-50%);
	}

	.showRedpag .box .cha {
		font-size: .35rem;
		color: #000;
		position: absolute;
		left: 50%;
		top: 36%;
		transform: translateX(-50%);
	}


	.showRedpag .box .close {
		width: 100%;
		cursor: pointer;
		height: .5rem;
		position: absolute;
		left: 0;
        bottom: 0.85rem;
	}

	.info p {
		line-height: .22rem;
		font-size: .18rem;
	}

	th,
	td {
		line-height: .22rem;
		font-size: .18rem;
	}
}