* {
	margin: 0px;
	padding: 0px;
}

input,
button {
	outline: none;
}

#container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -10;
	/* background: url(../image/bg@2x.png)no-repeat;
	background-position: 0px 0px;
	background-size:100% 100%; */
	overflow-y: scroll;
}
.bg-container{
	width: 100%;
	height: 100%;
}
.bg-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.prompt {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.prompt span {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	right: 0.28rem;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 3px solid rgba(0, 0, 0, 0);
	border-bottom: 12px solid #fff;
}

.promptText {
	width: 60%;
	height: 0.8rem;
	position: absolute;
	top: 0.28rem;
	right: 0.121rem;
	background: #fff;
	font-size: 0.28rem;
	padding: 0.2rem;
	color: #4A4A4A;
	border-radius: 0.12rem;
}


.girls {
	width: 5.94rem;
	height: 1.42rem;
	margin:0.18rem auto ;
}

.girls img {
	width: 100%;
	height: 100%;

}
.register {
	position: absolute;
  left: 0;
	bottom: 0;
  height: 2.24rem;
	text-align: center;
  width: 100%;
}


.register .btn{
	width: 5.1rem;
	height: 1rem;
	margin: 0 auto;
}

.ios-cz{
	width: 2rem;
	margin:0.12rem auto ;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ios-cz img{
	width: 0.48rem;
	height: 0.48rem;
}
.ios-cz p{
	margin-left: 0.12rem;
	font-size: 0.16rem;
	color: #FF60F4;
}
.bg-container{
    object-fit: cover;
}





