
.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}

.social-container[data-v-2ffb9b82] {
  cursor: pointer;
  margin: 40px 0 20px;
  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 .thirdLoginIcon[data-v-2ffb9b82] {
    width: 50px;
    height: 50px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    cursor: pointer;
}
.social-container .iconfont[data-v-2ffb9b82] {
    color: #fff;
    font-size: 30px;
}
.social-container .container[data-v-2ffb9b82] {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
}
.social-container .title[data-v-2ffb9b82] {
    text-align: center;
    color: #000000;
    margin-top: 0.1em;
}

.login-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.login-container::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-image: url(/img/global_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-weaper {
  margin: 0 auto;
  width: 100%;
}
.login-left,
.login-border {
  position: relative;
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-left {
  -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;
  color: #fff;
  float: left;
  width: 55%;
  height: 50vh;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-left .img {
  width: 200px;
}
.login-time {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100%;
  color: #fff;
  font-weight: 200;
  opacity: 0.9;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
}
.login-left .title {
  text-align: center;
  letter-spacing: 2px;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  position: absolute;
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.login-border {
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  width: 45%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main {
  position: relative;
  margin: 0 auto;
  width: 384px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main-box {
  padding: 32px;
  border-radius: 4px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px #00000014;
          box-shadow: 0px 4px 12px #00000014;
}
.useQrCode {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-title {
  color: #000;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: 4px;
}
.login-menu {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.login-menu a {
    color: #999;
    font-size: 12px;
    margin: 0px 8px;
}
.login-submit {
  width: 100%;
  height: 45px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 16px;
  font-family: "neo";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-form {
  margin: 10px 0;
}
.login-form i {
    color: #333;
}
.login-form .el-form-item__content {
    width: 100%;
}
.login-form .el-form-item {
    margin-bottom: 24px;
}
.login-form .el-input input {
    text-indent: 5px;
}
.login-form .el-input .el-input__wrapper {
    padding: 5px 0;
    border-radius: 0;
}
.login-form .el-input .el-input__suffix, .login-form .el-input .el-input__prefix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
.login-form .el-input .el-input__prefix {
    margin-left: 8px;
}
.login-code {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-code .el-input {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}
.login-code-img {
  width: 100px;
  height: 40px;
  margin-left: 12px;
  background-color: #fdfdfd;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
  cursor: pointer !important;
}
.footerMitt > a {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.footerMitt {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.login-border {
  position: relative;
  height: 100vh;
}
.tabBox {
  min-height: 300px;
}
.chrome-tips {
  margin-top: 15px;
  background-color: rgba(0, 111, 255, 0.1);
  border: 1px solid rgba(0, 111, 255, 0.45);
  border-radius: 8px;
  padding: 12px;
}
.chrome-tips .chrome-tips-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(0, 0, 0, 0.85);
}
.chrome-tips .chrome-tips-box .icon-box {
      width: 30px;
}
.chrome-tips .chrome-tips-box .icon-box > i {
        color: #006fff;
}
.chrome-tips .chrome-tips-box .msg-box {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.chrome-tips .chrome-tips-box .msg-box a {
        color: #006fff;
}

