﻿/*快速登录 -开始*/
.fast-login {
  margin: 30px 0 20px
}

.fast-login dt {
  margin: 0 50px 15px
}

.fast-login dt span {
  color: #999;
  display: block;
  height: 20px;
  line-height: 20px;
  width: 100px;
  text-align: center;
  margin: -13px auto 0;
  color: #fff;
}

.fast-login dt hr {
  margin: 0;
  height: 1px;
  border: none;
  border-top: 1px solid #bdbdbd;
}

.f-l-login {
  margin: 0 10px;
  text-align: center
}

.f-l-login a {
  float: none;
  display: inline-block
}

.f-l-login p {
  color: #999
}
/*快速登录 -结束*/

/*登录、注册 -开始*/
.p-login {
  margin: 0 10px;
}

.p-login ul {
  width: 100%;
}

.p-login li {
  height: 45px;
  line-height: 45px;
  margin-top: 1px
}

.p-login input {
  width: 85%;
  height: 18px;
  line-height: 18px;
  padding: 12px 0;
  border: none;
  color: #c6c6c6;
  font-size: 16px
}

.p-login .l-submit {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0
}

.l-username, .l-password, .l-passconf, .r-email {
  box-shadow: 0 2px 2px 0 #dedede;
  background: url(../../images/imgm/ghj_user_icon.png) #fff 11px -388px no-repeat;
  background-size: 22px auto;
  text-indent: 42px;
}

.l-password, .l-passconf {
  background-position: 13px -424px
}

.r-email {
  background-position: 11px -356px
}

.p-login .l-message {
  height: 20px;
  line-height: 30px;
  text-indent: 11px;
  color: #fff
}

.p-login .l-submit {
  background: #29aa44;
  color: #fff;
  border: none
}

.p-login a {
  float: left;
  color: #ff7e69
}

.p-login .l-back-password {
  float: right;
  height: 70px
}

.p-login .r-gender {
  height: 70px;
  position: relative;
  margin: 10px 0;
}

.gender-female, .gender-male {
  width: 50%;
  position: relative;
  z-index: 1;
  background-color: #f1f1f1
}

.gender-female span, .gender-male span {
  display: block;
  color: #999;
  width: 56px;
  height: 70px;
  text-align: center;
  line-height: 130px;
  background: url(../../images/imgm/register_gender_avatar.png) no-repeat;
  background-size: 225px auto
}

.gender-female span {
  float: right;
  margin-right: 20px
}

.gender-male span {
  margin-left: 20px;
  background-position: -56px 0
}

.gender-female span.hover {
  background-position: -112px 0;
  color: #ea689f
}

.gender-male span.hover {
  background-position: -168px 0;
  color: #00b7ee
}

.gender {
  background: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.register-success {
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 20px
}

.register-success dt {
  font-size: 16px;
  color: #ff7e69;
  margin-bottom: 10px
}

.register-success dd a {
  display: block;
  background: #04ce9b;
  width: 300px;
  height: 45px;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 45px
}

.register-success-other {
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 20px
}

.register-success-other dd a {
  color: #ff7e69;
}

.perfect_username {
  padding-top: 25px
}
/*登录、注册 -结束*/