.popu {
	position: fixed;
	width: 9.33333rem;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	margin: auto;
	z-index: 999;
	background: #0000005c;
	overflow-y: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column
}

.popu a {
	color: #fff;
	background: #8f0731d9;
	width: 90%;
	position: sticky;
	padding: .26667rem;
	top: 0;
	display: flex;
	justify-content: center
}

.popu img {
	width: 90%;
	margin-top: 0
}

.index {
	padding: 0
}

.index .btn {
	width: 90%;
	margin: .4rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.index .btn div {
	width: 48%;
	text-align: center
}

.index .btn div img {
	width: 100%
}

.index .btn div a {
	color: #fff;
	text-decoration: none
}

.index .title {
	width: 88%;
	margin: .4rem auto
}

.index .title img,
.index .head img {
	width: 100%
}

.index .items-center {
	margin: .4rem auto
}

.index .items-center img {
	width: 100%
}

.index .bottom {
	position: sticky;
	bottom: 0
}

.index .bottom img {
	width: 100%;
	display: block
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	font-size: .37333rem
}

#app {
	min-height: 100%;
	width: 9.33333rem;
	margin: auto;
	background: url(./img/2.png) no-repeat center center/100% 100%
}

@media (max-width: 600PX) {
	#app {
		width: 100%
	}
}
