* {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-decoration: none;
	font-family: "Microsoft YaHei" !important;
}

body {
	background: #c01b19;
}

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;
}

.mb {
	display: none;
}


.wrap {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.container {
	width: 1055px;
	height: 100%;
	margin: auto;
	position: relative;
	text-align: center;
    z-index: 9;
}

/* 顶部 */
.header {
	width: 100%;
	height: .6rem;
	background-image: linear-gradient(0deg,
			#ab0b0b 0%,
			#c01b19 100%);
	border-bottom: solid 1px #ffffb5;
}

.header .container .w_m {
	width: calc(100% - 1.6rem);
	margin: 0 0.8rem;
	height: 100%;
}

.header .logo {
	max-height: 0.45rem;
	position: absolute;
	left: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
}

.header .menu {
	height: 100%;
}

.header .menu-item {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .12rem .15rem;
	height: 50%;
	cursor: pointer;
	margin-left: .05rem;
	box-sizing: border-box;
}

.menu-item {
	border: 1px solid #f9fbc1;
	border-radius: 0.5rem;
}

.menu-item span {
	width: unset;
	color: #fff;
	font-size: .2rem;
}

.menu-item img {
	height: .2rem;
	margin-right: .05rem;
}

.contents {
	background-image: url('../img/bgi.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
    padding-bottom: 0.5rem;
}

/* banner */
.banner {
	width: calc(100% - 1.6rem);
	max-height: 4rem;
	position: relative;
	z-index: 50;
	margin: 0.1rem 0.8rem;
}

/* infos */
.infos {
	position: relative;
	margin-top: 0.4rem;
}

.infos .info {
    width: 100%;
	max-width: 100%;
	/* box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25); */
}

.searchs {
	text-align: center;
	margin: auto 1.4rem;
	position: absolute;
	width: calc(100% - 2.8rem);
	top: -0.25rem;
}

.searchs img {
	width: 100%;
}

.searchs .mmm {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 .4rem;
	box-sizing: border-box;
}

.searchs .mmm .name {
	font-size: 0.25rem;
	color: #a85b18;
	font-weight: bold;
	margin-right: .05rem;
}

.searchs .mmm input {
	width: 2rem;
	height: .38rem;
	outline: none;
	font-size: .25rem;
	color: #000;
	margin-right: .1rem;
	background-color: #a85b18;
	border: none;
	border-radius: .05rem;
	padding: 0 .1rem;
	box-sizing: border-box;
}

.searchs .mmm .sumbit {
	font-size: .25rem;
	color: #fff;
	border-radius: .1rem;
	padding: .04rem .2rem;
	background-color: #d40909;
	cursor: pointer;
}


.searchs .mmm2 {
	position: relative;
}

.searchs .mmm2 .numbers {
	width: 1rem;
	height: .3rem;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: .15rem;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.searchs .mmm2 .numbers img {
	width: 100%;
	height: .5rem;
}

.foot {
	width: 100%;
	margin-top: -5rem;
}
.ab {
	position: absolute;
    bottom: 0;
}



.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: 32%;
    transform: translateX(-50%);
}

.showRedpag .box .close {
	width: 100%;
	cursor: pointer;
	height: .5rem;
	position: absolute;
	left: 0;
	bottom: 0;
}