@charset "utf-8";
/*!  Project : 今网CMS
    +---------style.css----------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  574442979    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2019.03.13   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
body {
  color: #333;
  font: 14px/1.5 "微软雅黑", Arial, sans-serif;
}
/* login */
.login {
  z-index: 22;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background-color: #0b2c4f;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.login-contain {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -230px;
  margin-top: -305px;
  width: 460px;
  height: 610px;
}
.login-contain .statement {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fefefe;
  opacity: .5;
}
.login-contain .formCheck {
  position: relative;
  z-index: 1;
  padding: 166px 70px 0;
  height: 390px;
}
.login-contain .formCheck:before {
  z-index: -1;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 556px;
  border-radius: 6px;
  background-color: #fff;
  opacity: .90;
  filter: alpha(opacity=90);
  *zoom: 1;
}
.login-contain .logo {
  position: absolute;
  top: 66px;
  left: 90px;
  width: 282px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.login-contain .formItem {
  position: relative;
  width: 318px;
  height: 48px;
  border-radius: 4px;
  border: #999 solid 1px;
  -webkit-transition: 200ms;
  transition: 200ms;
  margin-bottom: 20px;
  font-size: 0;
}
.login-contain .formItem .icoImg {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 48px;
  height: 48px;
  border-right: #999 solid 1px;
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.login-contain .formItem .skin {
  width: 320px;
  height: 50px;
  line-height: 50px;
  text-indent: 60px;
  color: #333;
  vertical-align: top;
  font-size: 14px;
}
.login-contain .formItem .skin::-webkit-input-placeholder {
  color: #999999;
}
.login-contain .formItem .skin:-moz-placeholder {
  color: #999999;
}
.login-contain .formItem .skin::-moz-placeholder {
  color: #999999;
}
.login-contain .formItem .skin:-ms-input-placeholder {
  color: #999999;
}
.login-contain .formItem .aftPD {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #f00;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}
.login-contain .formItem.yzm {
  width: 168px;
}
.login-contain .formItem.yzm .skin {
  width: 170px;
}
.login-contain .formItem.yzm .pr {
  position: absolute;
  left: 100%;
  margin-left: 5px;
  top: -1px;
  white-space: nowrap;
}
.login-contain .formItem.yzm .refreshVc {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background-image: url(../images/ico-refreshVc.png);
  background-repeat: no-repeat;
  background-position: center;
}
.login-contain .formItem.yzm .bindClick {
  vertical-align: top;
  width: 88px;
  height: 48px;
  border: #999 solid 1px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.login-contain .formItem._focus,
.login-contain .formItem._focus .icoImg {
  border-color: #5aac01;
}
.login-contain .formItem._focus .icoImg {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.login-contain .formItem.red .skin {
  color: #f00 ;
}
.login-contain .formItem.red .skin::-webkit-input-placeholder {
  color: #ff0000;
}
.login-contain .formItem.red .skin:-moz-placeholder {
  color: #ff0000;
}
.login-contain .formItem.red .skin::-moz-placeholder {
  color: #ff0000;
}
.login-contain .formItem.red .skin:-ms-input-placeholder {
  color: #ff0000;
}
.login-contain .enter {
  margin-top: 30px;
  display: block;
  width: 320px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #5aac01;
  font-size: 20px;
  border-radius: 4px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.login-contain .enter:hover {
  background-color: #54a101;
}
.login-contain .connect {
  margin-top: 24px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #333;
}
.login-contain .connect span {
  display: inline-block;
  text-align: left;
}
@media screen and (max-height: 800px) {
  .login-contain {
    height: 570px;
    margin-top: -285px;
  }
  .login-contain .formCheck {
    height: 364px;
    padding-top: 156px;
  }
  .login-contain .formCheck:before {
    height: 520px;
  }
  .login-contain .logo {
    top: 60px;
  }
  .login-contain .connect {
    line-height: 22px;
    margin-top: 18px;
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#promptLayer {
  width: 320px;
  height: 28px;
  position: absolute;
  left: 70px;
  top: 357px;
  z-index: 1000;
  line-height: 28px;
}

#promptLayer div.loading {background-color:transparent;text-align: center;color: #5aac01;}

#promptLayer div.suc {height: 28px;padding-left: 52px;background: url(../images/suc.gif) no-repeat 16px 5px;}

#promptLayer div.err {height: 28px;padding-left: 52px;background: url(../images/err.gif) no-repeat 16px 2px;}