html,body{margin:0px;padding:0px;font-family:'Microsoft YaHei';font-size:16px;color:#464;}
/* body{ */
	/* background-color:#fff; */
	/* background:url(../ig/3.jpg) no-repeat; */
/* } */
a{color:#0075FF;border-bottom:1px solid;}a:hover{color:#0000EE;}
.c{clear:both;}.l{float:left;}.r{float:right;}a{text-decoration:none;}
.f14{font-size:14px;}
.nobod{border:none;}
.hide{display:none;}
.red, .red *{color:red;}
#head{
	width:90%;
	margin:3% auto auto auto;
}
.logo{
	max-height:40px;
	border-radius:3px;
	/* background:#00A9FE; */
	padding: 5px;
}
.required:after{font-weight:bold;content:'*';color:red;margin-left:5px;margin-right:5px;}
.optional:after{font-weight:bold;content:'：';}
.signup #title{text-align:center;position: relative;top:-60px;width:50%;margin: auto;}
dl,dt,dd{margin:0; padding:0;}
dl{clear:both;overflow:hidden;padding:8px;width:100%;margin-left:auto;margin-right:auto;margin-top:10px;}
dt,dd{float:left;}
dt{width:30%;text-align:right;line-height:40px;}
dl.nothing{
	margin-top: 0px;
	margin-bottom: 0px;
    padding-top: 0px;
	padding-bottom: 0px;
}
dl.nothing > dt{line-height: 28px;}
form{
	width:50%;margin:auto;padding-top:0px;padding-bottom:32px;border-radius:5px;
	font-size:16px;
	position: relative;
    top: -40px;
}
form input,select{
	padding:10px;
	border:2px solid #ddd;
	border-radius:3px;
	width:255px;
	font-family:'Microsoft YaHei';
}
input[type="text"], input[type="number"], input[type="submit"], input[type="tel"],textarea,select {
	-webkit-appearance:none;
	font-size:16px;
}
input[type="checkbox"]{
	width: auto!important;
    padding:6px;
	-webkit-appearance:auto!important;
}
input[type="checkbox"]:checked+span{color:#0075FF;}
label{cursor:pointer;}
img{border:none;}
.signup form input[type=text], .signup form input[type=password]{width:355px;}
.signup form select{width:379px;color:#464;font-size:16px;}
.signup form input[type=submit]{width:380px;}
dl.imgVerifyCode > dd > img{
	border-radius: 3px;
	cursor:pointer;
	margin-left: 10px;
    position: relative;
    top: 8px;
	border: 1px solid;
}
dl.smsVerifyCode > dd > input {
	
   
}
dl.smsVerifyCode > dd > input.btn {
	border: none;
	margin-left: 10px;width: 120px!important;
}
dl.imgVerifyCode > dd > input[type=text],
dl.smsVerifyCode > dd > input[type=number] {
	width: 160px!important;
}
#progress{display:block;margin-top:10px;text-align: center;}
#copyright{
	text-align:center;
	line-height:22px;
	position:fixed;
	position: fixed;
    bottom: 10px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
	width:100%;
}
#copyright, #copyright a{color:#888;font-size:14px;}
.btn{
	width:277px;
	border:2px solid #00A9FE;
	-webkit-appearance:none;
	background-color:#00A9FE;
	color:#fff;
	cursor:pointer;
}
.btn:active{background-color:#00A13B;border-color:#00A13B;}
::-webkit-input-placeholder {font-family: 'Microsoft YaHei';}  /* WebKit browsers */ 
:-moz-placeholder {font-family: 'Microsoft YaHei';} /* Mozilla Firefox 4 to 18 */ 
::-moz-placeholder {font-family: 'Microsoft YaHei';} /* Mozilla Firefox 19+ */ 
:-ms-input-placeholder {font-family: 'Microsoft YaHei';}/* Internet Explorer 10+ */ 
.disabled {
	background-color: #d4d0c8!important;
	color:#888!important;
	/* border:1px solid #d4d0c8!important; */
	border-color:#d4d0c8!important;
	text-shadow: 0 1px 0 #fff;
	cursor:text;
}
.signup #credentials ul,
.signup #credentials li {
	padding:0px;
	margin:0px;
	overflow:hidden;
	list-style-type:none;
}
.signup #credentials ul {
	float:left;
	width: 160px;
}

.signup #credentials li.imgbox{
	height:56px;
}
.signup #credentials li img{
	cursor:pointer;
	max-width: 63px;
    height: 56px;
}
@media only screen and (max-width:767px) {
	.signup #title{display:none;}
	#postForm > dl:nth-child(13) > dd > input[name=mob]{
		margin-left: -5px;
	}
	#head{width:100%;}
	#head > div.l{
		margin-left: 10px;
	}
	#head > div.r{
		margin-right: 10px;
		margin-top: 3px;
	}
	.logo {
		max-height: 32px;
		border-radius:3px;
	}
	dl.nothing {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	dl.imgVerifyCode > dd,
	dl.smsVerifyCode > dd{
		text-align: left!important;
		margin-left: 5px;
	}
	#postForm{position:static;}
	#postForm > dl > dt{display:none;}
	#postForm > dl > dd{display:block;text-align:center;float:none;width: 100%;}
	#postForm{width:100%;margin:5% auto;border:none;}
	#postForm input{width:90%;}
	#postForm input#btsubmit{width:95%;}
	input[type="submit"],select{width:96%;}
	input[type="submit"]{
		background-color:#00A9FE;
		color:#fff;
	}
	#progress{display:block;font-size:14px;margin-top:10px;}
}