@import url("../footer.css");
body{
	background-color: #f7f7f7;
}

header{
	position: relative;
	height: 2.5rem;
	line-height: 2.5rem;
	background-color: #fff;
	border-bottom: 1px solid #afafaf;
	text-align: center;
}

header a.pre{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 1.8rem;
	height: 2.5rem;
	background: url(../../images/pre.png) no-repeat center center/0.8rem 1.2rem;
}

.input_box{
	margin: 1.5rem 0.5rem 0.7rem 0.5rem;
	position: relative;
	padding: 0.6rem 0.5rem;
	border: 1px solid #afafaf;
	background-color: #fff;
	height: 1rem;
	border-radius: 3px;
}

.input_box input{
	width: 100%;
	font-size: 0.75rem;
	color: #919191;

}


.code_box{
	position: relative;
	margin: 0rem 0.5rem 0rem 0.5rem;

}

.code_box input{
	position: relative;
	padding: 0.6rem 0.5rem;
	border: 1px solid #afafaf;
	background-color: #fff;
	height: 1rem;
	border-radius: 3px;
	width: 7rem;
	font-size: 0.75rem;
	color: #919191;
}

.code_box a{
	position: absolute;
	right: 0rem;
	top: 0;
	display: block;
	height: 2.2rem;
	width: 5.75rem;
	line-height: 2.2rem;
	text-align: center;
	font-size: 0.6rem;
	color: #fff;
	border-radius: 3px;
	background-color: #f4494f;
}

.no_code{
	text-align: center;
	margin-bottom: 0.3rem;

}

.no_code a{
	color: #2866d7;
	font-size: 0.6rem;
	line-height: 2.45rem;
}

.agree{
	color: #919191;
	line-height: 1rem;
	margin: 1rem 0 1.8rem 0.5rem;
}

.agree a{
	float: left;
	width: 1rem;
	height: 1rem;
	background-color: #ccc;
	border-radius: 50%;
}

.agree a.chose{
	background: url(../../images/agree.png) no-repeat 0 0/1rem 1rem;
}

.agree p{
	float: left;
	font-size: 0.6rem;
	margin-left: 3px;
}

.sub_btn{
	display: block;
	height: 2.25rem;
	width: 15rem;
	margin: auto;
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
	line-height: 2.25rem;
	border-radius: 3px;
	background-color: #f4494f;
}


::-webkit-input-placeholder
{
    /* WebKit browsers */
    color: #ccc;
    font-size: 0.75rem;
}
:-moz-placeholder
{
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 0.75rem;
}
::-moz-placeholder
{
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 0.75rem;
}
:-ms-input-placeholder
{
    /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 0.75rem;
}