* {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-decoration: none;
	font-family: "Microsoft YaHei" !important;
}

.mb {
	display: none;
}

img {
	font-size: 0;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-row-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background: #0f0a07;
	background-image: url('../img/1111.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.container {
	width: 900px;
	height: 100%;
	margin: auto;
	position: relative;
}

/* 顶部 */
.header {
	width: 100%;
	height: .44rem;

	/* 	background: #31231e; */
}

.header .logo {
	width: .8rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .menu {
	height: 100%;
}

.header .menu-item {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .03rem .1rem;
	height: 50%;
	cursor: pointer;
	margin-left: .05rem;
	box-sizing: border-box;
}

.menu-item {
	border: 1px solid #f9fbc1;
	border-radius: 50px;
}

.menu-item span {
	color: #fff;
	font-size: .07rem;
}

.menu-item img {
	width: .12rem;
	margin-right: .03rem;
}

/* banner */
.banner {
	width: 900px;
	margin: auto;
	position: relative;
}

.heads {
	width: 100%;
	max-height: 4rem;
	position: relative;
	z-index: 50;
}

/* contents */
.contents {
	min-height: 300px;
	background-image: url("../img/36.png");
	background-size: 100% 100%;
	position: relative;
	padding-bottom: .2rem;
	margin-top: .3rem;
	border-radius: 10px;
	z-index: 100;
}

.searchs2 {
	display: none;
}

.searchs {
	width: 4rem;
	text-align: center;

	margin: .2rem auto .2rem;
	position: relative;
}

.searchs img {
	width: 100%;
}

.searchs .mmm {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 .15rem;
	box-sizing: border-box;
}

.searchs .mmm .name {
	font-size: 0.1rem;
	color: #a85b18;
	font-weight: bold;
	margin-right: .05rem;
}

.searchs .mmm input {
	width: 1.3rem;
	height: .18rem;
	outline: none;
	font-size: .11rem;
	color: #000;
	margin-right: .05rem;
	background-color: #a85b18;
	border: none;
	border-radius: .05rem;
	padding: 0 .05rem;
	box-sizing: border-box;

}

.searchs .mmm .sumbit {
	font-size: .1rem;
	color: #fff;
	border-radius: .05rem;
	padding: .02rem .04rem;
	background-color: #d40909;
	cursor: pointer;
}


.searchs .mmm2 {
	position: relative;
}

.searchs .mmm2 .numbers {
	width: .6rem;
	height: .16rem;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: .08rem;
	transform: translateY(-50%);
}

.searchs .mmm2 .numbers img {
	width: 100%;
	height: 100%;
}

.title {
	width: 70%;
	height: .3rem;
	line-height: .28rem;
	text-align: center;
	background-image: url('../img/3.png');
	background-size: 100% 100%;
	font-size: .16rem;
	color: #000;
	text-align: center;
	margin: auto;
	position: relative;
	transform: translateY(-50%);
}


.info {
	width: 90%;
	margin: auto;
	font-size: .08rem;
	color: #fff;
}

.info span {
	line-height: .15rem;
	font-size: .08rem;
	color: #ffde00;

}



.showPost {
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	font-size: 28px;
	color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none;
}

.showRedpag {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

.showRedpag .box {
	width: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.showRedpag .box img {
	width: 100%;
}

.showRedpag .box .integral {
	font-size: .16rem;
	color: #000;
	position: absolute;
	left: 50%;
	top: 38%;
	transform: translateX(-80%);
}

.showRedpag .box .close {
	width: 100%;
	cursor: pointer;
	height: .5rem;
	position: absolute;
	left: 0;
	bottom: 0;
}