@charset "UTF-8";
.flex-x[data-v-213d1a1f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex[data-v-213d1a1f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#app .login .btn[data-v-213d1a1f] {
  border-radius: 0;
}
.login[data-v-213d1a1f] {
  width: 100%;
  margin-left: 20px;
  background: #ffffff;
}
.login .one[data-v-213d1a1f] {
    background-color: #ffe2ce;
    color: #ff7f46;
}
.login .two[data-v-213d1a1f] {
    color: #2a89d3;
    background-color: #c2dffa;
    width: 47%;
    height: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}
.login .three[data-v-213d1a1f] {
    color: #689e25;
    background: #dff0c8;
    cursor: pointer;
}
.login .bottom-box[data-v-213d1a1f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
    height: 40px;
}
.login .bottom-box .el-button[data-v-213d1a1f] {
      width: 96px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 40px;
}
.login .bottom-box .icon[data-v-213d1a1f] {
      width: 16px;
      height: 16px;
      margin-right: 4px;
}
.login .btn-box[data-v-213d1a1f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
}
.login .btn[data-v-213d1a1f] {
    background: #ffffff;
    border: 1px solid #0b66d0;
    color: #0b66d0;
    width: 260px;
    font-size: 18px;
    height: 40px;
}
.login .login-info[data-v-213d1a1f] {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.098);
            box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.098);
    opacity: 1;
    border: 1px solid #eee;
    overflow: hidden;
}
.login .item[data-v-213d1a1f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 48px;
}
.login .item .label[data-v-213d1a1f] {
      width: 128px;
      text-align: right;
}
.login .item .val[data-v-213d1a1f] {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
}
.login .bg[data-v-213d1a1f] {
    background-color: #f7f9ff;
}
.login .login-info-top[data-v-213d1a1f] {
    height: 88px;
    width: calc(100% - 30px);
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #666;
}
.login .login-info-top img[data-v-213d1a1f] {
      width: 48px;
      height: 48px;
      margin-right: 12px;
}
.login .login-info-top .bo[data-v-213d1a1f] {
      color: #333;
      font-weight: 600;
      font-size: 20px;
      width: 200px;
      white-space: nowrap;
      /* 防止文本换行 */
      overflow: hidden;
      /* 溢出内容隐藏 */
      text-overflow: ellipsis;
      /* 溢出部分显示省略号 */
}

