input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #999;
	/* placeholder字体大小  */
	font-size: 16px;
	/* placeholder位置  */
	text-align: left;
}

.input-code-div,
.input-phone-div {
	margin: 0 auto;
	margin-top: 35px;
	position: relative;
	width: 465px;
	height: 60px;
}

.input-div{
	margin: 0 auto;
	margin-top: 16px;
	position: relative;
	width: 465px;
	height: 60px;
}

.register>font{
	margin: 0 auto;
	display: block;
	width: 465px;
	text-align: left;
	font-size: 20px;
	color: #666;
	margin-top: 30px;
}

.get-code {
	border: 0;
	height: 40px;
	width: 100px;
	background: #50B98D;
	border-radius: 5px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
}

.input-phone,
.input-code,
.input-info{
	height: 100% !important;
	width: 100% !important;
	border: solid #999 1px !important;
	border-radius: 5px !important;
	padding-left: 60px;
	background-size: 22px 22px;
}

.input-info{
	padding-left: 20px !important;
}

.input-phone{
	background: url(../img/phone1.png) no-repeat 20px;
}
.input-code {
	background: url(../img/password.png) no-repeat 20px;
	padding-right: 160px;
}

.title img {
	width: 26px;
	margin-left: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.register {
	margin-top: 100px;
	width: 100%;
	text-align: center;
}

.register>span {
	display: block;
	font-size: 26px;
	color: #666;
	height: 50px;
}

.btn-disable {
	background: #999;
}

.register-next {
	color: #fff;
	background: #38A6EC;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	font-size: 20px;
	border: 0;
}