/*@注释：命名遵循BEM规则
 * @壹会网-登录样式
 * @wukai
 * @2017-6-8*/
.login__bg {
  height: 100%;
  width: 100%;
  background-size: cover;
}
.login__module {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
}
.login_err {
  /* position: absolute;
    bottom: 13%;
    left: calc(56% - 196px);
    display: none; */
  height: 40px;
  width: 196px;
  z-index: 1;
  position: fixed;
  /* top: 0; */
  left: 0;
  bottom: 11%;
  right: 0;
  margin: auto;
  display: none;
}
.login_err div {
  height: 34px;
  width: 110%;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: white;
  background-color: #000000;
  opacity: 0.7;
  border-radius: 5px;
}
.login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 74px 32px 64px;
  border-radius: 6px;
}
.login--switch {
  position: absolute;
  right: 0;
  top: 0;
  width: 178px;
}
.login--triangle {
  position: absolute;
  top: 25px;
  right: 50px;
  z-index: 1;
}
.login--remind {
  position: absolute;
  top: 20px;
  /*width: 119px;*/
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #0090e9;
  border: 1px solid #0090e9;
  padding-left: 25px;
  background: #e7f5ff url(../../image/home/login_switch_icon.png) no-repeat 8px -298px;
  padding-right: 8px;
}
.login__way {
  height: 70px;
  width: 70px;
  background: url(../../image/home/login_switch_icon.png) no-repeat -1px -481px;
  float: right;
  cursor: pointer;
}
.login__header {
  text-align: center;
  margin-bottom: 20px;
}

.login__header--pwd {
  margin-right: 32px;
  font-size: 16px;
  cursor: pointer;
}

.login__header--phone {
  margin-left: 32px;
  font-size: 16px;
  cursor: pointer;
}
.login__middle__input {
  position: relative;
  width: 340px;
  margin-bottom: 14px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}
.login__middle--usericon,
.login__middle--pwdicon {
  position: absolute;
  font-size: 24px;
  top: 12px;
  left: 17px;
  color: #cbcbcb;
}
.login__middle--user,
.login__middle--pwd {
  height: 50px;
  width: 100%;
  padding-left: 50px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  font-size: 14px;
  color: #666;
  outline: none;
}
.login__middle--getcode {
  position: absolute;
  right: 24px;
  top: 14px;
  border-left: 1px solid #e3e3e3;
  padding-left: 28px;
}
.login__middle--getcode:hover,
.login__middle--getcode:focus {
  text-decoration: none;
}
.login__middle3 {
  position: relative;
}
.codeOutBox {
  display: none;
  position: absolute;
  top: 0;
  left: 93px;
  width: 154px;
  height: 154px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  overflow: hidden;
  padding-top: 53px;
}
/*登录按钮*/
.login__middle__btn {
  width: 100%;
  height: 48px;
  border: 1px solid #fff;
  background-color: #0099e9;
  color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  outline: none;
}
.login__middle__btn:hover {
  background-color: #0082c6;
}
.login__footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.login__footer--weixinimg {
  width: 44px;
  height: 44px;
  margin-top: 30px;
}

.login__footer--other {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  font-size: 10px;
  top: -10px;
  left: 36%;
}
.login__header--default {
  color: #999;
  font-weight: bold;
}
.login__header--active {
  color: #0099e9;
  font-weight: bold;
}
/*微信扫描二维码登录*/
#login__qrcode {
  width: 340px;
  height: 262px;
  text-align: center;
}
.login__wx--icon {
  width: 25px;
  margin-right: 10px;
}

.login__scan--title {
  font-size: 16px;
  color: #0099e9;
  margin-bottom: 32px;
}
.login__scan--img {
  height: 154px;
  width: 154px;
  background-size: cover;
  margin-bottom: 14px;
}
.login__scan--remind {
  margin-bottom: 28px;
  font-size: 14px;
  color: #f6921d;
}
.login__scan--updatecode {
  color: #999;
  font-size: 14px;
}
