@charset "utf-8";

html,
body {
  font-size: 14px;
  font-family: "微软雅黑", Arial, sans-serif, Helvetica, Tahoma;
  color: #888888;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
  position: relative;
}
/*----共用头脚样式---*/
.container {
  width: 990px;
  padding-left: 540px;
  min-height: 480px;
  margin: 30px auto;
  background: url(../images/login-bg.png) left 20% center no-repeat;
  background-size: 30%;
  background-color: #ffffff;
}
.base_box {
  background-color: #f7f7f7;
  padding:100px 0 0px;
  margin: 0 auto;
  width: 100%;
  width: 990px;
  text-align: right;
}
.base_box p,
.base_box a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  color: #666666;
}
.footer_box {
  text-align: center;
  padding: 0px 0 15px;
}
.footer_box p,
.footer_box a {
  color: #9b9b9b;
}
/*----共用头脚样式结束---*/
.main-wrapper {
  min-height: 500px;
}
.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;
}

/* input共用样式 */
.form-control,
.form-control:focus {
  background-color: #f7f7f7;
  border: none;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  color: #262626;
  border-radius: 5px;
}
/* 提交按钮共用样式 */
.btn-login {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: #ff8000 solid 1px;
  background-color: #ff8000;
  color: #fff;
  margin: 0 auto;
  border-radius: 5px;
}
.btn-login:disabled,
.verify-btn:disabled {
  color: #fff !important;
  border: #ff8000 solid 1px;
  background-color: #ff8000 !important;
}

/* 提示跳转共用样式 */
.Jump a {
  color: rgba(0, 0, 0, 0.6);
}
.Jump a:hover {
  color: rgba(0, 0, 0, 0.4);
}
.Jump a.on {
  color: #2ac25f;
}

/* 登录栏式 */
.login-body {
  width: 450px;
  height: 472px;
  display: block;
  overflow: hidden;
  background: #fff;
  margin: 30px auto;
  position: relative;
}
.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: 22px;
  color: #000000;
}
.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: 320px;
  margin: 20px auto;
}
.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;
}

/*------第三方登录-------*/
.account-login-box {
  overflow: hidden;
  margin: 0px 0 25px;
}
.account-login-box p {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 21px;
}
.account-login-box p::before,
.account-login-box p::after {
  position: absolute;
  width: 30%;
  top: 48%;
  display: block;
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.account-login-box p::before {
  left: 0;
}
.account-login-box p::after {
  right: 0;
}
.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 {
  background-position: 0px -42px !important;
}

/* 注册样式 */
.register-box {
  overflow: hidden;
}
.register-box .register-main {
  width: 450px;
  margin: 30px auto;
  padding: 60px 30px 40px;
  overflow: hidden;
  background-color: #ffffff;
}
.register-box .register-main .title {
  font-size: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  font-weight: normal;
}


/* 重置样式 */
.register-box .resetpwd-main{
  padding:100px 30px 40px;
}
.register-box .resetpwd-main .title {
  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: 18px;
  border: 0;
}
.register-box .register-form .form-group .form-control {
  z-index: 3;
  position: relative;
  padding: 0px 10px;
  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 .in {
  display: none;
}
.register-box .register-form .form-group .verify-btn {
  width: 155px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  overflow: hidden;
  color: #262626;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}

/* =========================================================
				findpwd找回密码
========================================================= */
.findpwd-head {
  width: 320px;
  overflow: hidden;
  padding: 0pxpx;
  margin: 0px auto 20px;
}
.findpwd-head li {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.findpwd-head li a {
  color: rgba(0, 0, 0, 0.4);
}
.findpwd-head li:first-child::after {
  content: "";
  height: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.findpwd-head li.active {
  color: #262626;
  border-bottom: #FF8000 solid 2px;
}
.findpwd-box {
  width: 450px;
  margin: 30px auto;
  padding: 60px 30px 40px;
  overflow: hidden;
  background-color: #ffffff;
}
.findpwd-box .findpwd-main {
  overflow: hidden;
}
.findpwd-box .title {
  font-size: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  font-weight: normal;
}
.findpwd-box .findpwd-main .findpwd-form {
  width: 320px;
  margin: 0 auto;
}
.findpwd-box .findpwd-main .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  border: 0;
}
.findpwd-box .findpwd-main .form-group .form-control {
  z-index: 3;
  position: relative;
  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: #FF8000;
  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: 42px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  overflow: hidden;
  color: #262626;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}
