*{
	margin: 0;
	padding: 0;
}
.bg{
	width:100%;
	background: url(../img/bg.png);
	background-size: 100% 100%;
}
.mask{
	width:100%;
	background: url(../img/mask.png);
	background-size: 100% 100%;
}
input[type=number],input[type=password]{
	width: 5.15rem;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	height: 0.42rem;
}
input{
	border: none;
	outline: none;
	background: #f5f5f5;
	padding-left:10px;
	font-size:0.3rem;
}
.reg{
	width: 6.9rem;
	height:5rem;
	background: white;
	border-radius: 10px;
	position: absolute;
	bottom:2rem;
	left: 0.3rem;
	background: rgba(255,255,255,0.6);
	overflow: hidden;
}
.reg_frame{
	width: 6.6rem;
	height: 4.5rem;
	background: white;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 0.2rem;
	overflow: hidden;
}
.phone,.pic_code,.phone_code{
	width: 6.2rem;
	height: 0.85rem;
	border-radius:50px;
	margin: 0 auto;
	position: relative;
}
.phone{
	margin-top: 0.5rem;
	background: #f5f5f5;
}
.pic_phone img{
	width: 0.24rem;
	height: 0.38rem;
	position: absolute;
	left: 0.47rem;
	top: 0.22rem;
}
.in_phone,.in_password,.confirm_password{
	width: 5.15rem;
	position: absolute;
	top: 0.23rem;
	right: 0;
}
.pic_code,.phone_code{
	margin-top: 0.28rem;
}
.pic_code_left{
	width: 3.9rem;
	height: 0.85rem;
	background: #f5f5f5;
	float: left;
	border-radius: 50px;
}
.codeImg img{
	width: 0.29rem;
	height: 0.33rem;
	position: absolute;
	left: 0.47rem;
	top: 0.25rem;
}
.pic_code_left .in_left{
	width: 2.75rem;
	position: absolute;
	top: 0.23rem;
	left:1rem;
}
.pic_code_right{
	width:2rem;
	height: 0.85rem;
	float: right;
	border-radius: 50px;
}
.pic_code_right img{
	width:2rem;
	height: 0.85rem;
	border-radius: 50px;
	position: absolute;
}
.code{
	width:2rem;
	height: 0.85rem;
	background: #FBCE20;
	border-radius:50px;
	font-size: 0.28rem;
	text-align: center;
	/*line-height: 0.85rem;*/
	border: 0px;
	color: #fff;
}
button:enabled:active{
	background: #FBCE20;
}
.register_button{
	width: 6.2rem;
	height: 1rem;
	background: #F9C500;
	color: #BE4000;
	font-size: 0.32rem;
	border-radius:50px;
	font-weight: bold;
	text-align: center;
	line-height: 1rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}
.notice{
	font-size: 0.3rem;
	color: white;
	position: absolute;
	bottom: 1.2rem;
	left: 1.7rem;
}

.android,.ios{
	width: 6.9rem;
	height: 1rem;
	background: #F9C500;
	color: #BE4000;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	font-size: 0.32rem;
	line-height:1rem;
	position: absolute;
	left:0.3rem ;
}
.android{
	bottom:6rem ;
}
.ios{
	bottom:4.6rem ;
}
.android img{
	width: 0.5rem;
	height: 0.58rem;
	position: absolute;
	top: 0.2rem;
	left: 1rem;
}
.ios img{
	width: 0.5rem;
	height: 0.58rem;
	position: absolute;
	top: 0.2rem;
	left: 1rem;
}

.warnning-box {
	font-size: 0.5rem;
	line-height: 1rem;
	/* 添加闪烁动画 */
	animation: shimmer 2s infinite;
	/* 添加动感效果 */
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de;
	text-shadow: 0 0 5px #000000, 0 0 10px #000000, 0 0 15px #000000, 0 0 20px #000000, 0 0 35px #ff00de, 0 0 40px #ff00de;
	color: #FFFFFF;
	position: absolute;
	bottom: 1rem;
	width: 85%;
	text-align: center;
	padding: 0.8rem 0.5rem;
}


/* 定义闪烁动画关键帧 */
@keyframes shimmer {
	0% {
		opacity: 0.6;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	100% {
		opacity: 0.6;
		transform: scale(1);
	}
}
.downNow{
	position: fixed;
	bottom: 0;
	width:100%;
	height: 1rem;
	background:rgba(0,0,0,0.5);
	text-align: center;
	line-height: 1rem;
	color: white;
}

