.bc {
  margin-left: auto;
  margin-right: auto;
}
body {
  color: #73879c;
  background: #f7f7f7;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "SimHei", Arial, sans-serif;
  font-size: 12px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.btn-blue {
  background-color: #1a81c3;
  border: 1px solid #1a81c3;
  font-size: 16px;
  color: #ffffff;
}
.btn-blue:visited,
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background-color: #2d9ce3;
  border: 1px solid #2d9ce3;
  color: #ffffff;
}
.login_wrap {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}
.login_logo {
  position: relative;
}
.login_logo img {
  width: 98px;
  height: 77px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.login_logo:after,
.login_logo:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 40px;
  width: 24%;
  background: #7e7e7e;
}
.login_logo:before {
  background: -moz-linear-gradient(left, #7e7e7e 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #7e7e7e 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #7e7e7e 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #7e7e7e 0%, #ffffff 100%);
  background: linear-gradient(left, #7e7e7e 0%, #ffffff 100%);
  right: 0;
}
.login_logo:after {
  background: -moz-linear-gradient(right, #7e7e7e 0%, #ffffff 100%);
  background: -webkit-linear-gradient(right, #7e7e7e 0%, #ffffff 100%);
  background: -o-linear-gradient(right, #7e7e7e 0%, #ffffff 100%);
  background: -ms-linear-gradient(right, #7e7e7e 0%, #ffffff 100%);
  background: linear-gradient(right, #7e7e7e 0%, #ffffff 100%);
  left: 0;
}
.login_form {
  padding-top: 10px;
}
.login_box li {
  border-radius: 3px;
  margin: 0 0 20px;
}
.login_box li.register_notice {
  text-align: right;
  margin-bottom: 5px;
}
.login_box li.register_notice a {
  color: #0066ff;
}
.login_box .login_change {
  text-decoration: underline;
  margin-left: 10px;
  color: #23527c;
}
.status_success {
  text-align: center;
  font-size: 18px;
  color: #666666;
  padding: 90px 0;
}
.btn_login {
  padding-top: 10px;
}
.btn_login button {
  width: 46%;
  letter-spacing: 3px;
}
.btn_login a {
  margin-left: 20px;
  font-size: 14px;
}
.btn_login .login_forget {
  color: #23527c;
}
.btn_login .login_sign {
  color: #e20183;
}
.form-control {
  width: 100%;
  border: 1px solid #c9c9c9;
  box-shadow: 0 1px 0 #ffffff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  font-size: 12px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control.special {
  width: 50%!important;
  display: inline-block;
}
.form-control::-moz-placeholder {
  color: #73879c;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #73879c;
}
.form-control::-webkit-input-placeholder {
  color: #73879c;
}
.has-error .form-control {
  border: 1px solid #e85445;
  background: #faedec;
}
.has-error .error_message {
  color: #e85445;
  margin-left: 14px;
  margin-top: 5px;
}
.login_foot {
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;
  margin-top: 20px;
  text-align: center;
}
.login_third_party {
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.login_third_party .login_warn {
  color: red;
  font-size: 12px;
}
.login_third_party a{
  cursor: pointer;
  text-decoration: none;
}

.login_foot .login_bot {
  padding-top: 20px;
  font-size: 14px;
}
.login_foot .login_bot p {
  margin-bottom: 6px;
}
.btn_register {
  text-align: center;
  padding-top: 10px;
}
.btn_register input {
  width: 75%;
}
.register_box {
  height: 240px;
}
.find_password {
  font-size: 18px;
  text-align: center;
  color: #666666;
  padding-top: 15px;
}
.btn_send {
  text-align: center;
  padding-top: 10px;
}
.btn_send button {
  width: 60%;
}
.error_hint {
  color: #e85445;
  font-size: 18px;
  text-align: center;
}
.login-qr-code li img {
  width:165px;
  height:165px;
}
.login-qr-code li p {
  margin-top:4px;
}

/* 登录改造 新增 */
.login_tab_wrap {
  margin-top: 20px;
  margin-bottom: 10px;
}
.login_tab_li {
  padding: 8px 16px;
  background: #eee;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}
.login_tab_li_active {
  background: #e40280;
  color: #fff;
}
.login_new_iframe_wrap {
  margin-left: -40px;
  position: relative;
  overflow: hidden;
}
.login_new_iframe_mask_top {
  background: #f7f7f7;
  height: 10px;
  width: 430px;
  position: absolute;
  top: 0;
  left: 0;
}
.login_new_iframe_mask_left {
  background: #f7f7f7;
  height: 531px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.login_new_iframe {
  margin-top: -20px;
}
.login_new_iframe_wrap_tips {
  color: red;
  font-size: 12px;
  padding: 8px;
  text-align: center;
  background: #fff;
  position: relative;
  border-radius: 4px;
}
.login_new_iframe_wrap_tips::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -15px;
  right: 60px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #fff transparent transparent;
  z-index: 9999;
}
.login_old_iframe_wrap_tips {
  color: red;
  font-size: 12px;
  padding: 8px;
  text-align: center;
  background: #fff;
  position: relative;
  border-radius: 4px;
}
.login_old_iframe_wrap_tips::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -15px;
  right: 60px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #fff transparent transparent;
  z-index: 9999;
}
