body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  font-family: '微软雅黑', 'Arial', '宋体';
  color: #000000;
  background-color: #FFF;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {}

a:active {
  outline: none;
  star: expression(this.onFocus=this.blur());
}

* {
  outline: none;
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.top-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.title-box {
  position: relative;
  margin: 0 auto;
  width: 965px;
  height: 78px;
}

.logo {
  float: left;
  margin: 12px 0 0;
}

.logo_login,
.logo_register {
  float: left;
  margin: 27px 0 0 39px;
  width: 103px;
  height: 28px;
  background: url(../images/bg_login.jpg) left top no-repeat;
}

.logo_register {
  background: url(../images/bg_register.jpg) left top no-repeat;
}

.title-links {
  position: absolute;
  right: 0;
  top: 34px;
  color: #a3a3a3;
  font-size: 16px;
}

.title-links a {
  color: #575757;
  text-decoration: underline;
}

.main-box {
  position: relative;
  width: 100%;
  height: 475px;
  background: #f7eba3 url(../images/bg_body.jpg) center top no-repeat;
}

.register-type {
  height: 533px;
}

.wap-type {
  background: none;
  height: auto;
  overflow: hidden;
}

.wap-type .register-box {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  width: 614px;
}

.wap-type .register-box .register-form {
  margin: 0 auto;
  padding: 16px 0;
  width: 363px;
}

.wap-type .item {
  margin-bottom: 15px;
}

.login-box,
.register-box,
.register-box-finish {
  position: absolute;
  left: 50%;
  top: 33px;
  margin: 0 0 0 120px;
  width: 363px;
  overflow: hidden;
  background-color: #f3f3f3;
}

.login-box .title,
.register-box .title,
.register-ok-box .title {
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  color: #575757;
}

.login-box .split,
.register-box .split,
.register-ok-box .split {
  clear: both;
  line-height: 0;
  height: 0;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #f9f9f9;
}

.login-box .login-form,
.register-box .register-form {
  padding: 16px 22px;
}

.register-box .register-form .btn_getPCode {
  transform: translate(30px, 6px);
}

.register-ok-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 614px;
  height: 100%;
  background-color: #f3f3f3;
}

.register-ok-box .register-ok-form {
  margin: 0 auto;
  padding: 16px 0;
  width: 363px;
}

.register-ok-box .register-ok-form p {
  text-align: justify;
  margin: 0 0 20px;
  color: #585557;
  font-size: 16px;
  line-height: 22px;
}

.register-ok-box .register-ok-form p.name {
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
}

.register-ok-box .btn_login {
  margin: 40px 0 0;
}

.hotline {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
  color: #c50e0e;
}

.hotline i {
  display: inline-block;
  background: url(../images/bg_icon_call.jpg) left top no-repeat;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.item {
  position: relative;
  border: solid 1px #acacac;
  margin: 0 0 15px;
  padding: 6px 20px 5px 55px;
  background-color: #fff;
}

.item.error {
  border-color: #ff0000;
}

.item .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #aaaaaa;
  width: 40px;
  height: 100%;
  background-color: #dfdfdf;
  border-right: solid 1px #acacac;
  background-repeat: no-repeat;
  background-position: center center;
}

.ion-person {
  background-image: url(../images/bg_icon_person.jpg);
}

.ion-android-lock {
  background-image: url(../images/bg_icon_android-lock.jpg);
}

.ion-email {
  background-image: url(../images/bg_icon_email.jpg);
}

.item input {
  height: 31px;
  color: #111;
  vertical-align: middle;
  font-size: 14px;
  line-height: 31px;
  width: 100%;
  padding: 2px 0 1px 0;
  border: 0;
}

.item.hasBtn input {
  width: 65%;
}

.btn_getCheckCode {
  display: block;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 85px;
  height: 33px;
  font-size: 12px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
}

.button-stable {
  border-color: transparent;
  background-color: #f8f8f8;
  color: #444;
}

.button-stable:hover {
  color: #444;
  text-decoration: none;
}

.button-stable:active {
  border-color: #a2a2a2;
  background-color: #e5e5e5;
}

.button-assertive {
  border-color: transparent;
  background-color: #c50f0e;
  color: #fff;
}

.button-assertive:hover {
  color: #fff;
  text-decoration: none;
}

.button-assertive.active {
  border-color: #a2a2a2;
  background-color: #e42112;
}

.img_picCode {
  display: block;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 85px;
  height: 33px;
  cursor: pointer;
}

.login-links {
  text-align: right;
}

.btn_findPwd {
  color: #5a5a5a;
}

.btn_login,
.btn_register {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  background-color: #c50f0e;
  height: 47px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 47px;
}

.btn_login.loading,
.btn_register.loading {
  text-indent: -9999px;
  background: #c50f0e url(../images/bg_loading5.gif) center center no-repeat;
}

.third-login-box {
  margin: 0;
  padding: 10px 22px;
}

.third-login-box li {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  background: url(../images/bg_icon_split.jpg) left center no-repeat;
  padding-left: 10px;
  margin-right: 6px;
}

.third-login-box li.noSplit {
  padding-left: 0;
  background: none;
}

.third-login-box li.floatRight {
  float: right;
  margin: 0 0 0 6px;
}

.third-link {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 12px;
  color: #5a5a5a;
}

.ion_qq {
  background: url(../images/bg_icon_qq.jpg) left center no-repeat;
}

.ion_wx {
  background: url(../images/bg_icon_wx.jpg) left center no-repeat;
}

.ion_wb {
  background: url(../images/bg_icon_wb.jpg) left center no-repeat;
}

.ion_register {
  color: #db0004;
  background: url(../images/bg_icon_register.jpg) left center no-repeat;
}

.errorMsg {
  text-align: center;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 21px;
  color: #ff0000;
}

.rights a {
  color: #0000ee;
}

.register-box-finish{
  background-color: transparent;
  display: none;
}
.register-box-finish .success-text{
  font-size: 32px;
  color: #43b761;
  padding: 40px 0;
  text-align: center;
  margin: 100px 0;
}