.loginBody{
    background:  url(./../images/line-bg.png) no-repeat;
    background-size: auto;
}
.login_Body{
  background: url(./../images/login_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.login {
  position: relative;
  height: 100%;
  /* min-height: 800px;*/
  z-index: 99;
    min-height: 600px;
}
.loginHead{
    position: absolute;
    padding-left: 10px;
    width: 100%;
    height: 60px;
    background: #2c9ed8;
    z-index: 999;
 }
.loginHead>img,.loginHead>h1{
    vertical-align: middle;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
}
.loginHead>h1{
    margin-left: 10px;
    font-family: "Microsoft Yahei";
 }
.loginHead .wafh1{
    font-weight:600;
    font-size:22px;
}
.loginBg{
    display: block;
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 500px;
    z-index: -1;
    max-width: 758px;
    max-height: 670px;
}
  .login .login-bg {
    position: absolute;
    left: 0;
    top: 134px;
    margin: auto;
    height: calc(100% - 134px);
    width: 100%;
    z-index: -1;
   /* background: url(./../images/login-bg.png) no-repeat left top;*/
     }
    .login .login-bg .login-title {
      position: relative;
      top: 100px;
      left: 23%;
      width: 13%; }
      .login .login-bg .login-title img {
        width: 100%;
        min-width: 174px; }
    @media screen and (max-width: 1153px) {
      .login .login-bg .login-title {
        top: 38px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto;
        width: 17%; }
      .login .login-bg .login-form {
        left: 0 !important;
        right: 0 !important;
        margin: auto; } }
    @media screen and (max-height: 606px) {
      .login .login-bg .login {
        min-height: 400px !important; }
      .login .login-bg .login .login-bg {
        height: 100% !important;
        min-height: 400px !important; } }
@media screen and (max-height: 700px) {
    .login .login-bg .login-form{
        top: 0!important;
    }
    .loginBg{
        max-height: 370px;
        width: auto;
    }
}
    @media screen and (max-width: 820px) and (max-height: 606px) {
      .login .login-bg .login .login-bg .login-title {
        display: none; } }
    @media screen and (max-height: 606px) {
      .login .login-bg .login .login-bg .login-title {
        display: none; } }
    @media screen and (max-height: 400px) {
      .login .login-bg .login-form {
        top: 0;
        margin-top: 0; } }
    .login .login-bg .login-form {
      background-color: #fefefe;
      color: #094788;
      position: absolute;
      top: 16%;
      right: 10%;
      width: 500px;
      height: 420px;
      box-shadow: 1px 8px 16px 0px rgba(33,111,155,.4);
      -webkit-box-shadow:1px 8px 16px 0px rgba(33,111,155,.4);
      -moz-box-shadow: 1px 8px 16px 0px rgba(33,111,155,.4);
      -ms-box-shadow:1px 8px 16px 0px rgba(33,111,155,.4);
      -o-box-shadow:1px 8px 16px 0px rgba(33,111,155,.4);
    }
      .login .login-bg .login-form .item-label {
        width: 28%; }
      .login .login-bg .login-form .item-row {
        width: 100%;
        height: 60px; }
        .login .login-bg .login-form .item-row input {
          background-color: #fff !important; }
      .login .login-bg .login-form .code-input {
        width: 35%; }
      .login .login-bg .login-form .code-div {
        margin-left: 10px;
        height: 38px;
        padding-top: 2px;
        width: 60%;
        white-space: nowrap;
      }
        .login .login-bg .login-form .code-div img {
          width: 80%; }
      .login .login-bg .login-form .login-number {
        width: 30%;
        color: #ab2223;
        cursor: pointer;
        padding: 7px 0 0 5px;
        font-size: 14px; }
      .login .login-bg .login-form .login-tit {
        width: 100%;
        margin-top: 10px;
        padding: 20px 0;
        font-size: 20px; }
      .login .login-bg .login-form .login-btn {
        margin: 26px 0 0; }
      .login .login-bg .login-form .login-btn-sub {
       position: relative;
        width: 100%;
        padding: 0px;
        line-height: 42px;
        //border: 2px solid #0d7dc4;
          background-color: #2b9ad5;
        background-image: -moz-linear-gradient( -90deg, rgb(51,198,246) 0%, rgb(37,124,191) 100%);
        background-image: -webkit-linear-gradient( -90deg, rgb(51,198,246) 0%, rgb(37,124,191) 100%);
        background-image: -ms-linear-gradient( -90deg, rgb(51,198,246) 0%, rgb(37,124,191) 100%);
        /*box-shadow: inset 0px 3px 2px 0px rgba(83, 255, 249, 0.004), 0px 5px 0px #064873;
        -webkit-box-shadow:inset 0px 3px 2px 0px rgba(83, 255, 249, 0.004), 0px 5px 0px #064873;
        -moz-box-shadow:inset 0px 3px 2px 0px rgba(83, 255, 249, 0.004), 0px 5px 0px #064873;
        -ms-box-shadow:inset 0px 3px 2px 0px rgba(83, 255, 249, 0.004), 0px 5px 0px #064873;
        -o-box-shadow: inset 0px 3px 2px 0px rgba(83, 255, 249, 0.004), 0px 5px 0px #064873;*/
        text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
        -webkit-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
        -moz-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
        -ms-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
        -o-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
        font-size: 20px;
        font-weight: 200;
        font-family: "Microsoft YaHei";
        height: 44px;
        color: #efefef;
      }
.login .login-bg .login-form .login-btn-sub:before,.login .login-bg .login-form .login-btn-sub:after{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 2px);
    height: 1px;
}
        .login .login-bg .login-form .login-btn-sub:before{
            top: 1px;
            left: 1px;
            //background:#4aeef6;
        }
    .login .login-bg .login-form .login-btn-sub:after{
        bottom: -6px;
        left: -2px;
        background: #0b416b;
        height: 3px;
        width: 200px;
        display: none;
    }
        .login .login-bg .login-form .login-btn-sub:hover {
          opacity: .9;
          filter:Alpha(opacity=90);
        }
        .login .login-bg .login-form .login-btn-sub .dotting {
          display: inline-block;
          width: 10px;
          min-height: 2px;
          padding-right: 2px;
          border-left: 2px solid currentColor;
          border-right: 2px solid currentColor;
          background-color: currentColor;
          background-clip: content-box;
          box-sizing: border-box;
          -webkit-animation: dot 1.5s infinite step-start both;
          animation: dot 1.5s infinite step-start both;
          margin-left: 2px;
          padding-left: 2px; }
          .login .login-bg .login-form .login-btn-sub .dotting:before {
            content: '...'; }
          .login .login-bg .login-form .login-btn-sub .dotting::before {
            content: ''; }
@keyframes dot {
  25% {
    border-color: transparent;
    background-color: transparent; }
  50% {
    border-right-color: transparent;
    background-color: transparent; }
  75% {
    border-right-color: transparent; } }
@-moz-keyframes dot /* Firefox */ {
  25% {
    border-color: transparent;
    background-color: transparent; }
  50% {
    border-right-color: transparent;
    background-color: transparent; }
  75% {
    border-right-color: transparent; } }
@-webkit-keyframes dot /* Safari and Chrome */ {
  25% {
    border-color: transparent;
    background-color: transparent; }
  50% {
    border-right-color: transparent;
    background-color: transparent; }
  75% {
    border-right-color: transparent; } }
@-o-keyframes dot /* Opera */ {
  25% {
    border-color: transparent;
    background-color: transparent; }
  50% {
    border-right-color: transparent;
    background-color: transparent; }
  75% {
    border-right-color: transparent; } }
      .login .login-bg .login-form .login-disabled {
        background-color: #a02709; }
        .login .login-bg .login-form .login-disabled:hover {
          cursor: default; }
      .login .login-bg .login-form .forget {
        color: #48a9fb;
        margin-left: 10px;
          margin-top: 15px;
          display: inline-block;
      }
        .login .login-bg .login-form .forget:hover {
          cursor: pointer;
          color: #6abbff; }
        /* 注册页面*/
.register-form{
    background-color: #fefefe;
    color: #094788;
    padding-top:16px;
    margin:auto;
    width: 600px;
    height: 564px;
    box-shadow: 1px 8px 16px 0px rgba(33,111,155,.4);
    -webkit-box-shadow: 1px 8px 16px 0px rgba(33,111,155,.4);
    -moz-box-shadow: 1px 8px 16px 0px rgba(33,111,155,.4);
    -ms-box-shadow: 1px 8px 16px 0px rgba(33,111,155,.4);
    -o-box-shadow: 1px 8px 16px 0px rgba(33,111,155,.4);
}
.register-form .login-tit {
    width: 100%;
    margin-top: 10px;
    padding: 20px 0;
    font-size: 20px;
}
.register-form .item-row {
    width: 100%;
    height: 60px;
    margin: 0 auto 15px;
    clear: both;
}
.register-form .item-row  .item-input-block{
    width: 62%;
    position: relative;
    min-height: 36px;
}
.register-form .item-row .item-label {
    float: left;
    width: 24%;
    height: 38px;
    min-width: 110px;
}
.register-form .login-btn-sub {
    position: relative;
    width: 100%;
    padding: 0px;
    line-height: 42px;
//border: 2px solid #0d7dc4;
    background-color: #2b9ad5;
    background-image: -moz-linear-gradient( -90deg, rgb(51,198,246) 0%, rgb(37,124,191) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(51,198,246) 0%, rgb(37,124,191) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(51,198,246) 0%, rgb(37,124,191) 100%);
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 200;
    font-family: "Microsoft YaHei";
    height: 44px;
    color: #efefef;
}
/*弹出*/
.el-message {
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border-width: 1px;
    opacity: 0;
    border-style: solid;
    border-color: #ebeef5;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -150px;
    background-color: #edf2fc;
    -webkit-transition: all .8s;
    transition: all .8s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

.alert-el {
    opacity: 0;
    display: none !important; }

.display-el {
    opacity: 1;
    display: block !important;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
}
@-o-keyframes fadeInDown {
    from {
        opacity: 0;
        -o-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -o-transform: none;
    }
}
@-ms-keyframes fadeInDown {
    from {
        opacity: 0;
        filter:Alpha(opacity=0);
        -ms-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        filter:Alpha(opacity=100);
        -ms-transform: none;
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -moz-transform: none;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.success-el {
    background-color: #e1f3d8;
    border-color: #e1f3d8;
    color: #67c23a; }

.error-el {
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c; }
