* {
	margin: 0;
	padding: 0;
}

input {
	outline: none;
}

input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #CCCCCC;
	/* placeholder字体大小  */
	font-size: 14px;
	/* placeholder位置  */
	/*text-align: right;*/
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	-moz-box-shadow: 0 0 0px 1000px white inset;
	-ms-box-shadow: 0 0 0px 1000px white inset;
	box-shadow: 0 0 0px 1000px white inset;
}

.form-group {
	margin-bottom: 8px;
}

body {
	font-size: 14px;
}

.header {
	height: 110px;
	background: url(../../img/headbg.jpg) repeat-x left bottom;
}

.content-width {
	width: 990px;
	margin: 0 auto;
}

.navbar {
	height: 100px;
	background: #FFFFFF;
}

.logo {
	position: relative;
	margin: 20px 0;
	height: 60px;
	float: left;
}

.logo b {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
	padding-left: 30px;
	font-family: "微软雅黑";
	font-weight: normal;
}

.q-link {
	position: relative;
	color: #999;
	float: right;
	top: 52px;
}

a {
	color: #666;
	text-decoration: none;
}

.q-link b {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin: 0 5px;
	background: url(../../img/q-icon.png) no-repeat;
	overflow: hidden;
	vertical-align: middle;
}

.header .logo-con {
	width: 1210px;
}

.header .logo-title {
	float: left;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #333;
	padding-left: 30px;
	margin-top: 34px;
}

.have-account {
	font-size: 16px;
	float: right;
	margin-top: 51px;
	color: #999;
}

a {
	color: #666;
	text-decoration: none;
}

.have-account a {
	color: #333;
}

.fl {
	float: left;
}

.fix:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.main {
	margin: 50px auto 60px;
	width: 830px;
}

.reg-form {
	width: 400px;
}

.form-item {
	border: solid 1px #ddd;
	width: 398px;
	height: 42px;
	position: relative;
}

.form-item select {
	width: 296px;
	padding: 9px 0 9px 12px;
	outline: none;
	border: none;
}

.form-item label {
	float: left;
	width: 90px;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	font-weight: normal;
}

.required {
	color: red;
	position: ABSOLUTE;
	top: 8px;
	right: -24px;
	font-size:22px;
}

.input-tip {
	color: #c5c5c5;
	height: 15px;
	font-size: 12px;
	padding-top: 5px;
}

.arrow {
	background: url(../../img/icon.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-top: 15px;
	margin-left: 5px;
	background-position: -2px -151px;
}

input.field {
	border: 0 none;
	font-size: 14px;
	width: 190px;
	padding: 10px 0 10px 16px;
	background: transparent;
}

.btn-phoneCode {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 110px;
	height: 46px;
	border: none;
	background: #f2f2f2;
	color: #333;
	padding: 0;
}

.form-agreen {
	color: #333;
	font-size: 12px;
	word-wrap: break-word;
	white-space: nowrap;
	margin-bottom: 14px;
}

.form-agreen input {
	width: 18px;
	height: 18px;
	vertical-align: bottom;
	margin: 0;
	outline: none;
	margin-right: 6px;
}

.form-agreen a {
	color: #38f;
}
button.btn-primary{
	width: 45%;
    height: 40px;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Hiragino Sans GB";
    cursor: pointer;
    margin: 0 8px;
    margin-bottom: 10px;
}

.form-item div.has-feedback label~.form-control-feedback{
	top：0;
}


/*底部*/

.footer {
	font-size: 12px;
	text-align: center;
	border-top: solid 1px #e6e6e6;
	color: #999;
	padding-bottom: 30px;
	overflow: initial;
}

.links {
	padding-top: 30px;
	padding-bottom: 15px;
}

.links a {
	color: #999999;
	margin: 0 10px;
}

.codeImg {
	width: 110px;
	height: 46px;
}