.pwdCheck{font-size:14px!important}.pwdCheck .success{color:#19be6b}.pwdCheck .error{color:#ed4014}
.ivu-form-item-error .ivu-input {
  border: 1px solid #ed4014 !important;
}
.loginWeb .pwdInput .ivu-form-item-content {
  width: 100%;
}
.loginWeb input {
  height: 40px !important;
  font-size: 16px !important;
}
.initPwd .ivu-modal-wrap {
  z-index: 2222 !important;
}
.initPwd .ivu-modal-header {
  padding: 0;
  border: none;
}
.initPwd .title {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.initPwd form {
  width: 85%;
  margin: 0 auto;
}
.initPwd input {
  width: 90%;
  height: 30px !important;
}
.initPwd button {
  width: 85%;
  margin-left: 35px;
  margin-bottom: 20px;
}
.ivu-form-item-content:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.loginWeb[data-v-d46f6ae8] {
  min-width: 1290px;
  height: 100%;
  overflow: hidden;
  /* background-image: url('../../../static/img/20200616160703.jpg'); */
  background-image: url(459a26189df98ea0971d60e7b7cf68a7.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.loginWeb a[data-v-d46f6ae8] {
  color: #000;
}
.loginWeb .container[data-v-d46f6ae8] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 65%;
  min-height: 495px;
}
.loginWeb .container .logo[data-v-d46f6ae8] {
  height: 20%;
  position: absolute;
  top: 0;
  right: 5%;
}
.loginWeb .container .logo img[data-v-d46f6ae8] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
}
.loginWeb .container .form[data-v-d46f6ae8] {
  padding: 0 40px;
  position: absolute;
  bottom: 5%;
  right: 5%;
  height: 70%;
  min-height: 383px;
  border-radius: 10px;
  background-color: rgba(89, 162, 155, 0.4392156862745098);
}
.loginWeb .container .form .top[data-v-d46f6ae8] {
  position: relative;
  height: 15%;
  margin-bottom: 35px;
}
.loginWeb .container .form .top .tabs[data-v-d46f6ae8] {
  display: inline-block;
  width: 50%;
  position: absolute;
  bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.loginWeb .container .form .top .tabs span[data-v-d46f6ae8] {
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.loginWeb .container .form .top .tabs .active[data-v-d46f6ae8] {
  color: #f5a21d;
  border-color: #f5a21d;
}
.loginWeb .container .form .top .tabs[data-v-d46f6ae8]:first-child {
  left: 0;
  text-align: left;
}
.loginWeb .container .form .top .tabs[data-v-d46f6ae8]:last-child {
  right: 0;
  text-align: right;
}
.loginWeb .lineBox .line-bg[data-v-d46f6ae8] {
  position: absolute;
  height: 100%;
}
.loginWeb .lineBox[data-v-d46f6ae8] {
  height: 100%;
}
.lineBox .line-bg[data-v-d46f6ae8] {
  position: absolute;
  z-index: 20;
  width: 50%;
  height: 80%;
  left: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineBox .line-bg .line[data-v-d46f6ae8] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 19;
}
.lineBox .line-bg .cir[data-v-d46f6ae8] {
  position: absolute;
  cursor: pointer;
  z-index: 20;
}
.lineBox .line-bg .cir_one[data-v-d46f6ae8] {
  width: 25%;
  left: -12%;
  top: 25%;
}
.lineBox .line-bg .cir_two[data-v-d46f6ae8] {
  width: 20%;
  left: 50%;
  top: 16%;
}
.lineBox .line-bg .cir_three[data-v-d46f6ae8] {
  width: 25%;
  right: 0%;
  top: 25%;
}
.lineBox .line-bg .cir_four[data-v-d46f6ae8] {
  width: 30%;
  right: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: default;
}
.lineBox .line-bg .cir_five[data-v-d46f6ae8] {
  width: 25%;
  left: -12%;
  bottom: 25%;
}
.lineBox .line-bg .cir_six[data-v-d46f6ae8] {
  width: 22%;
  right: 10%;
  bottom: 25%;
}
.lineBox .line-bg .cir_seven[data-v-d46f6ae8] {
  width: 15%;
  right: 30%;
  bottom: 17%;
}
.lineBox .line-bg .cir_eight[data-v-d46f6ae8] {
  width: 10%;
  right: 0%;
  bottom: 23%;
}
.loginWeb .rightBox[data-v-d46f6ae8] {
  position: relative;
  height: 100%;
}
.rightBox .formBox[data-v-d46f6ae8] {
  background-color: #ccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%;
  height: 50%;
}
.rightBox .formBox .top[data-v-d46f6ae8] {
  height: 20%;
}
.rightBox .formBox .top img[data-v-d46f6ae8] {
  width: 80%;
  height: 100%;
}
.rightBox .formBox .form[data-v-d46f6ae8] {
  padding: 0 20px;
  height: 80%;
  background-color: #fff;
  border-radius: 5px;
}
.rightBox .form .top[data-v-d46f6ae8] {
  height: 50px;
  background-color: #ff4949;
}

.drag_verify[data-v-445f0d4a] {
  position: relative;
  background-color: #e8e8e8;
  text-align: center;
  overflow: hidden;
}
.drag_verify .dv_handler[data-v-445f0d4a] {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: move;
}
.drag_verify .dv_handler i[data-v-445f0d4a] {
  color: #666;
  padding-left: 0;
  font-size: 16px;
}
.drag_verify .dv_handler .el-icon-circle-check[data-v-445f0d4a] {
  color: #6c6;
  margin-top: 9px;
}
.drag_verify .dv_progress_bar[data-v-445f0d4a] {
  position: absolute;
  height: 34px;
  width: 0px;
}
.drag_verify .dv_text[data-v-445f0d4a] {
  position: absolute;
  top: 0px;
  color: transparent;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, var(--textColor)),
    color-stop(0.4, var(--textColor)),
    color-stop(0.5, #fff),
    color-stop(0.6, var(--textColor)),
    color-stop(1, var(--textColor))
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-animation: slidetounlock 3s infinite;
          animation: slidetounlock 3s infinite;
}
.drag_verify .dv_text *[data-v-445f0d4a] {
  -webkit-text-fill-color: var(--textColor);
}
.goFirst[data-v-445f0d4a] {
  left: 0px !important;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.goFirst2[data-v-445f0d4a] {
  width: 0px !important;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

@-webkit-keyframes slidetounlock {
0% {
    background-position: var(--pwidth) 0;
}
100% {
    background-position: var(--width) 0;
}
}
@-webkit-keyframes slidetounlock2 {
0% {
    background-position: var(--pwidth) 0;
}
100% {
    background-position: var(--pwidth) 0;
}
}
