@charset "utf-8";
body,div,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,figure,th,td {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft YaHei","Droidsansfallback","HelveticaNeue","黑体","monospace", "sans-serif", "serif";
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

a,
a:link,
a:hover {
  text-decoration: none;
}

i,em,address {
  font-style: normal;
}

input:focus,textarea:focus,button:focus {
  outline: none;
}
input[type=text] ,
textarea {
  font-family: "Microsoft YaHei","Heiti SC","Droidsansfallback","Helvetica","monospace", "sans-serif", "serif";
}
input,
button,
img {
  border: none;
}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #fff inset;}  

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.input {
  background: #fff;
  border: 0;
  color: #6B86A8;
  vertical-align: middle;
}
.input-block {
  display: block;
}
.input-border-white {
  border: 1px solid #fff; 
}
.input-border-gray {
  border: 1px solid #ddd; 
}
.input-md {
  width: 200px;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  font-size: 14px;
  font-weight:bold;
  border-radius:5px;
  background:#ECF5FA;
}
.input-medium {
  width: 170px;
}
.input-long {
  width: 330px;
}

.btn {
  border: 0;
  background: 0;
  text-align: center;
  cursor: pointer; 
}
.btn-md {
  width: 307px;
  height: 47px;
  font-size: 18px; 
  border-radius:5px;
}
.btn-xmedium {
  width: 147px;
}
.btn-long {
  width: 362px;
}
.btn-short {
  width: 130px; 
}
.btn-orange {
  background: #FF893F;
  color: #fff;
  font-family: ΢���ź�
}
.btn-green {
  background: #0CBB92;
  color: #fff;
}
.btn-gray {
  background: #ddd;
  color: #666;
}
.btn-block {
  display: block;
}

.form-group:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.form-group {
  padding-left: 110px;
  margin-top: 20px;
}
.form-group:first-child {
  margin-top: 0;
}
.form-group .field {
  float: left;
  width: 100px;
  margin-left: -110px;
  font-size: 16px;
  color: #666;
  text-align: right;
  line-height: 44px;
}
.form-group .input {
  float: left;
}
.form-group .field i {
  color: #f00;
}
.form-group .captcha {
  float: left;
  margin-left: 10px;
}
.form-group .check {
  padding-left: 20px;
  background: url(../images/bg-check-box.png) no-repeat left 4px;
  font-size: 14px;
  color: #999;
}
.form-group .check.on {
  background: url(../images/bg-check-true.png) no-repeat left 4px;
}
.form-group .check [type="checkbox"]{
  display: none;
}
.form-group .check+a {
  font-size: 14px;
  color: #0088cc;
}
.form-group .check+a:hover {
  text-decoration: underline;
}

.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb15 {
  margin-bottom: 15px;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.paging {
  height: 40px;
  margin: 20px 0;
  clear: both;
}
.paging a,
.paging .ellipsis {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #E1DEDA;
  background: #fff;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 38px;
}
.paging a:hover {
  border: 1px solid #00BE8E;
  color: #00BE8E;
}
.paging .cur {
  border: 1px solid #00BE8E;
  background: #00BE8E;
  color: #fff;
}
.paging .cur:hover {
  color: #fff;
}
.paging .ellipsis {
  width: auto;
  padding: 0 5px;
  border: none;
  background: none;
}
.paging .prev,
.paging .next {
  width: auto;
  padding: 0 10px;
}
.paging .disabled,
.paging .disabled:hover {
  border: 1px solid #E1DEDA;
  color: #aaa;
}


#username_span{
	position:absolute;
	top:0px;
	left:14px;
	float:left;
	line-height:44px;
	height:44px;
	font-size:18px;
	color:#ccc;
}
#password_span{
	position:absolute;
	top:0px;
	left:14px;
	float:left;
	line-height:44px;
	height:44px;
	font-size:18px;
	color:#ccc;
}
#password_confirm_span{
	position:absolute;
	top:0px;
	left:14px;
	float:left;
	line-height:44px;
	height:44px;
	font-size:18px;
	color:#ccc;
}
#email_span{
	position:absolute;
	top:0px;
	left:14px;
	float:left;
	line-height:44px;
	height:44px;
	font-size:18px;
	color:#ccc;
}


#username_dd{
	position:absolute;
	top:53px;
	left:96px;
}
#password_dd{
	position:absolute;
	top:126px;
	left:96px;
}
#password_confirm_dd{
	position:absolute;
	top:199px;
	left:96px;
}
#email_dd{
	position:absolute;
	top:273px;
	left:96px;
}





















