.social-container[data-v-2ffb9b82] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.social-container .box[data-v-2ffb9b82] {
  cursor: pointer;
}
.social-container .iconfont[data-v-2ffb9b82] {
  color: #fff;
  font-size: 30px;
}
.social-container .container[data-v-2ffb9b82] {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
.social-container .title[data-v-2ffb9b82] {
  text-align: center;
}
.login-copyright {
  color: #999;
  text-align: center;
  position: absolute;
  bottom: 24px;
  left: 67px;
  right: 67px;
  font-size: 14px;
  font-weight: 400;
}
.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("/img/bg/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-tip {
  color: #0966C2;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.login-logo {
  overflow: hidden;
  width: 80%;
  height: 100%;
  margin: -50px auto 0px auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
}
.login-logo img {
  width: 100%;
}
.login-weaper {
  margin: 0 calc(100%/36) 0 auto;
  width: 480px;
  height: 640px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
.login-left,
.login-border {
  padding: 0px 0 40px 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0966C2;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
}
.login-left .img {
  width: 140px;
}
.login-left .title {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 25px;
}
.login-border {
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  background-color: #fff;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
}
.login-select input {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-align: center;
}
.login-menu {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.login-menu a {
  color: #0966C2;
  font-weight: 700;
  font-size: 12px;
  margin: 0px 8px;
}
.login-submit {
  width: 100%;
  height: 45px;
  font-size: 18px;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: 300;
  font-weight: 600;
  cursor: pointer;
  font-family: "Microsoft YaHei UI Light";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-form {
  margin: 84px 0;
}
.login-form i {
  color: rgba(0, 0, 0, 0.4);
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 24px;
}
.login-form .el-input input {
  text-indent: 15px;
  background: transparent;
  border-radius: 4px;
  color: #333;
  border: 1px solid gainsboro;
}
.login-form .el-input input:hover {
  border: 1px solid #0052d9;
}
.login-form .el-input input:focus {
  border: 1px solid #0052d9;
}
.login-form .el-input .el-input__prefix i {
  padding: 0 5px;
  font-weight: 600;
  font-size: 18px !important;
}
.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 0 10px;
}
.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
}
.mini_qr {
  position: fixed;
  right: 60px;
  bottom: 0;
  padding: 36px;
  padding-bottom: 85px;
  z-index: 1000;
}
.mini_qr p {
  text-align: center;
  color: #81818e;
  font-size: 12px;
}
