body{
	background: #005ddb;
}
.page{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/index_3/n_images/reg.png) left bottom no-repeat;
	background-size: 100%;
}
.reg_par{
	width: 6.1rem;
	margin: 15% auto 0;
	max-height: 100%;
	overflow-y: scroll;
}
.reg_tit{
	width: 100%;
	height: 0.72rem;
	line-height: 0.72rem;
	font-size: 0.2rem;
	color:#fff;
	display: flex;
	flex-direction:row-reverse;
}
.reg_con{
	background: rgba(255,255,255,.4);
	padding: 0 0.45rem;
}
.reg_login{
	width: 0.95rem;
	height: 1.6rem;
	border-radius: 50%;
	overflow: hidden;
	padding: 0.4rem 0;
	margin: 0 auto;
}
.reg_login img{
	height: 0.95rem;
	width: auto;
}
.reg_list>li{
	margin-bottom: 0.6rem;
}
.reg_list>li:last-child{
	margin-bottom: 0;
}
.reg_lis_tit{
	color:#fff;
	display: flex;
	justify-content: space-between;
}
.reg_lis_ipt{
	width: 100%;
	border:none;
	border-bottom: 1px solid #fff;
	color:#fff;
	height: 0.9rem;
	line-height: 0.9rem;
	background: rgba(0,0,0,0);
	padding-left: 1.25rem;
	font-size: 0.24rem;
}
.reg_lis_ipt::-webkit-input-placeholder {
    color: #fff;
}
.reg_lis_ipt:-moz-placeholder {  // Firefox4-18
    color: #fff;
}
.reg_lis_ipt::-moz-placeholder {  // Firefox19+
    color: #fff;
}
.reg_lis_ipt:-ms-input-placeholder {  // IE10+
    color: #fff;
}
.reg_lis_sub{
	width: 100%;
	border:none;
	color:#fff;
	height: 0.78rem;
	line-height: 0.78rem;
	font-size: 0.24rem;
	background: #000;
	background: linear-gradient(to right, #01cfff, #306cff);
	border-radius: 0.39rem;
}
.reg_warn{
	width: 100%;
	text-align: center;
	color:#d2e8fc;
	height: 1.1rem;
	line-height: 1.1rem;
}
.reg_warn a{
	color: #fff;
}
.reg_list>li.login_type{
	display: none;
	margin-bottom: 0.4rem;
}
.reg_list>li.login_active{
	display: block;
}
.login_other{
	display: flex;
	justify-content: space-between;
	color:#fff;
}
.login_other a{
	color:#fff;
}