* {
	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-color: #fff4cd;
	background-image: url('../img/1111.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.container {
	width: 5.28rem;
	height: 100%;
	margin: auto;
	position: relative;
}

/* 顶部 */
.header {
	width: 100%;
	height: .54rem;
	background-image: linear-gradient(0deg,
			#ab0b0b 0%,
			#c01b19 100%);
	border: solid 1px #ffffb5;
}

.header .logo {
	width: 1.53rem;
	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: 0.24rem;
	width: 0.97rem;
	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: .12rem;
}

.menu-item img {
	height: .16rem;
	margin-right: .04rem;
}

/* banner */
.banner {
	width: 5.28rem;
	margin: auto;
	position: relative;
	text-align: center;
}

.heads {
	width: 85%;
	max-height: 4rem;
	position: relative;
	z-index: 50;
	margin-top: 0.15rem;
}

/* contents */
.contents {
	min-height: 300px;
	background-image: url("../img/36.png");
	background-size: 100% 100%;
	position: relative;
	padding-bottom: .2rem;
	border-radius: 10px;
	z-index: 2;
}

.searchs2 {
	display: none;
}

.searchs {
	width: 4rem;
	text-align: center;
	margin: .1rem auto -.2rem;
	position: relative;
	z-index: 3;
}

.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: auto;
	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: #000;
	padding-top: 0.3rem;
	text-align: justify;
}

.info p {
	line-height: .18rem;
	font-size: .11rem;
}

.info p:nth-child(1) {
	text-indent: .22rem;
}



.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: 2.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.showRedpag .box img {
	width: 100%;
}

.showRedpag .box .integral {
	font-size: .18rem;
	line-height: .18rem;
	color: #ff0000;
	position: absolute;
	left: 50%;
	top: 13%;
	transform: translateX(-50%);
}

.showRedpag .box .integral span {
	font-size: .16rem;
}

.showRedpag .box .regist {
    font-size: .12rem;
    line-height: .12rem;
    color: #ff0000;
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translateX(-50%);
}

.showRedpag .box .cha {
	font-size: .16rem;
	color: #000;
	position: absolute;
	left: 50%;
	top: 38%;
	transform: translateX(-50%);
}

.showRedpag .box .close {
    width: 100%;
    cursor: pointer;
    height: .25rem;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
}

table {
	width: 100%;
	border-collapse: collapse;
	background-color: #ba0000;
	color: #fff;
	margin: 0.05rem 0;
}

th,
td {
	border: 1px solid #ffe281;
	padding: 0.04rem;
	text-align: center;
	line-height: .16rem;
	font-size: .11rem;
}

th {
	background-color: #e2000f;
	color: #ffe281;
}