@charset "utf-8";

html,
body {
  font-size: 14px;
  font-family: "微软雅黑", Arial, sans-serif, Helvetica, Tahoma;
  color: #777;
  height: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
}
.main-wrapper {
  min-height:450px;
}
.json_msg {
  color: #f00;
}
.json_msg.success {
  color: #2ac25f;
}
.json_btn .in {
  display: none;
}
.json_btn.log-in .in {
  display: inline-block;
}
.json_btn.log-in .on {
  display: none;
}
.verify_btn {
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background: #f8f8f8;
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 10px;
  color: #666;
  border: #ccc solid 1px;
  border-radius: 2px;
}
.verify_btn:disabled {
  border: #ddd solid 1px;
  color: #999;
  background: #fafafa;
}

.form-group {
  clear: both;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  float: left;
  position: relative;
}

.icon-loading {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  background: url(../images/loading_icon.gif) no-repeat 0 0;
}

.footbd {
  border-top: #ddd solid 1px;
  padding-top: 20px;
}

/* 登录栏式 */
.login-body {
  width: 360px;
  height: 472px;
  display: block;
  overflow: hidden;
  background: #fff;
  margin-top:40px;
  margin-bottom:60px;
  float: right;
  position: relative;
  border: 1px solid #efefef;
}
.login-main {
  padding: 0px 30px;
  min-height: 286px;
}

.login-head {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 22px;
  font-size: 20px;
  color: #222;
}
.login-head li {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.login-head li.active {
  border-bottom: #f60 solid 2px;
}

.login-code {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}

.login-code img {
  width: 123px;
  height: 45px;
}

.login-form {
  width: 300px;
  margin: 20px auto;
}
.login-form .form-group .form-control {
  padding-left: 32px;
  height: 38px;
}
.login-form .form-group i {
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 100;
  font-size: 18px;
  color: #c3c3c3;
}

.login-tip {
  text-align: center;
  line-height: 40px;
  height: 40px;
}

.btn-login {
  width: 300px;
  height: 40px;
  font-size: 18px;
  font-family: "微软雅黑", arial, verdana;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: #22ad38 solid 1px;
  background-color: #22ad38;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}
.btn-login:disabled {
  border: #22ad38 solid 1px;
  background-color: #22ad38;
}

/*------第三方登录-------*/
.account-login-box {
  overflow: hidden;
  margin:0px 0 25px;
}
.account-login-box p {
  text-align: center;
  margin-bottom: 10px;
  color: #999999;
}
.account-login {
  text-align: center;
}
.account-login a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  overflow: hidden;
}
.account-login .other_login_qq {
  background: url(/uploads/image/qq.png) center top no-repeat;
  background-size: cover;
}
.account-login .other_login_alipay {
  background: url(/uploads/image/zfb.png) center top no-repeat;
  background-size: cover;
}
.account-login .other_login_weixin {
  background: url(/uploads/image/wx.png) center top no-repeat;
  background-size: cover;
}
.account-login a:hover {
  background-position: 0px -42px !important;
}

/* 注册样式 */
.register-box {
  overflow: hidden;
  background: #fff;
}
.register-box .register-form {
  background: #fff;
  border: 1px solid #ddd;
  margin: 60px auto;
  width: 778px;
  padding: 40px 0;
  overflow: hidden;
}
.register-box .register-form .title {
  font-size: 24px;
  text-align: center;
  color: #262626;
  margin-bottom: 30px;
}
.register-box .register-form .register-group {
  width: 320px;
  margin: 0 auto;
}
.register-box .register-form .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
.register-box .register-form .form-group .form-control {
  background: no-repeat;
  z-index: 3;
  position: relative;
  padding: 0px 10px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #262626;
  width: 100%;
}
.register-box .register-form .form-group #verifyCode {
  width: 155px;
}
.register-box .register-form .form-group .verifyimg {
  cursor: pointer;
  height: 40px;
  width: 155px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 3;
}
.register-box .register-form .form-group .btn-register {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #22ad38;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}
.register-box .register-form .form-group .btn-register .in {
  display: none;
}
.register-box .register-form .form-group .verify-btn {
  width: 155px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: #f7f7f7;
  display: block;
  overflow: hidden;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
}

/* =========================================================
				findpwd找回密码
========================================================= */
.findpwd-head {
  overflow: hidden;
  padding: 0pxpx;
  margin: 0px auto 20px auto;
  border-bottom: #eee solid 1px;
}

.findpwd-head li {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.findpwd-head li.active {
  border-bottom: #22AC38 solid 2px;
}
.findpwd-box {
  overflow: hidden;
  background: #fff;
  padding:40px 0;
}
.findpwd-box .findpwd-main {
  background: #fff;
  border: 1px solid #ddd;
  margin: 60px auto;
  width: 778px;
  padding: 40px 0;
  overflow: hidden;
}
.findpwd-box .findpwd-main > h3 {
  font-size: 24px;
  text-align: center;
  color: #262626;
  margin-bottom: 30px;
}
.findpwd-box .findpwd-main .findpwd-form {
  width: 320px;
  margin: 0 auto;
}
.findpwd-box .findpwd-main .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
.findpwd-box .findpwd-main .form-group .form-control {
  background: no-repeat;
  z-index: 3;
  position: relative;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #262626;
  width: 100%;
}
.findpwd-box .findpwd-main .form-group #verifyCode {
  width: 155px;
}
.findpwd-box .findpwd-main .form-group .verifyimg {
  cursor: pointer;
  height: 40px;
  width: 155px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 3;
}
.findpwd-box .findpwd-main .form-group .btn-findpwd {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #22ad38;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}
.findpwd-box .findpwd-main .form-group .btn-findpwd .in {
  display: none;
}
.findpwd-box .findpwd-main .form-group .verify-btn {
  width: 155px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: #f7f7f7;
  display: block;
  overflow: hidden;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
}
