*{
	padding: 0;
	margin: 0;
}
img{
	display: block;
	height: auto;
}

#page-img-1{
	width: 3.75rem;
	height: 19.61rem;
	background-image: url(../img/底图@2x.png);
	background-size: 3.75rem 24.61rem;
	position: relative;
}
#button-img{
	position: absolute;
	width: 2.1rem;
	height: 0.38rem;
	bottom: 1.31rem;
	left: 0.83rem;
}
#tip{
	position: fixed;
	z-index: 2;
	top: 45%;
	left: calc( 50% - 0.4rem );
	border-radius: 0.04rem;
	width: 0.8rem;
	height: 0.2rem;
	line-height: 0.2rem;
	text-align: center;
	font-size: 0.16rem;
	background-color: black;
	color: white;
	display: none;
}
a{
	display: none;
}
#fuck-the-tip-off{
	text-align: center;
	font-size: 0.16rem;
	color: red;
}