@charset "UTF-8";
html{
	width : 100%;
	height : 100%;
}
body,div,ul,li,p,dl,dt,span,a,h1,h2,h3,h4,h5,h6,img,input,button{
	padding: 0;
	margin: 0;
	font: normal 100% "微软雅黑", "宋体", tahoma, arial, sans-serif;
}
.phone-register-body{
	position: relative;
}
img{
	border: none;
}
input,button{
	-webkit-appearance: none;
	background: none;
	outline: none;
	border: 0px;
}
a {
	text-decoration: none;
}
body{
	width : 100%;
	height : 100%;
}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.registerBox {
	height: 100%;
	background: url(../images/bg.jpg) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
/*活力星青年*/
.planet-bg{
	background-image: url(../images/default-bg.jpg?201712281530) !important;
}
.logo {
	margin: .5rem 0 .28rem;
	font-size: 0;
}
.logo img {
	width: 2rem;
}
.input-box {
	position: relative;
	width: 6.4rem;
	height: 1.2rem;
	line-height: 1.2rem;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
	margin: 0 auto;
	font-size: 0;
	text-align: left;
}
.loginInput {
	font-size: .3rem;
	height: 100%;
	width: 100%;
	color: #fff;
}
.loginInputMin {
	width: 50%;
}
.inputBtnWidth {
	width: 2.4rem;
	height: .8rem;
}
.downloadBtn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
}
.send-code {
	line-height: .8rem;
	background: rgba(60, 186, 255, .8);
	font-size: .3rem;
	color: #fff;
}
.disabled-btn {
	background: rgba(153,153,153, .8);
}
.submitBtn {
	display: inline-block;
	width: 6.4rem;
	height: .8rem;
	line-height: .8rem;
	background:rgba(60, 186, 255, .8);
	border-radius: 5px;
	font-size: .34rem;
	color: #fff;
}
/*活力星青年*/
.planet-bgc{
	border-radius: .6rem;
}
.planet-btn-disabled{
	background-color: rgba(153,153,153,.8) !important;
	border-radius: .6rem;
}
.error-tip {
	font-size: 0;
	margin-top: 0.2rem;
}
#register-tip {
	display: inline-block;
	color: #F14621;
    font-size: .28rem;
}
.go-login {
	display: none;
	text-decoration: underline;
	margin-left: .1rem;
	font-size: .28rem;
	color: #fff;
}
.footer {
	position: absolute;
	bottom: .6rem;
	width: 100%;
	font-size: .24rem;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #BFBFBF;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #BFBFBF;
}

input:-ms-input-placeholder{
    color: #BFBFBF;
}

input::-webkit-input-placeholder{
	color: #BFBFBF;
}