@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;
  right: 50%;
  top: 50%;
  margin-right: -600px;
  margin-top: -280px;
  width: 460px;
  height: 560px;
}
.login-contain .statement {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fefefe;
  opacity: .5;
  text-align: center;
}
.login-contain .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 43px;
  margin-bottom: 30px;
}
.login-contain .formCheck {
  position: relative;
  z-index: 1;
  padding: 55px 70px;
  height: 330px;
  width: 320px;
}
.login-contain .formCheck:before {
  z-index: -1;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
}
.login-contain .dt {
  width: 320px;
  height: 29px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.login-contain .formItem {
  position: relative;
  width: 318px;
  height: 48px;
  border-radius: 4px;
  border: #d1d4db solid 1px;
  -webkit-transition: 200ms;
  transition: 200ms;
  margin-bottom: 20px;
  font-size: 0;
}
.login-contain .formItem:before {
  content: " ";
  position: absolute;
  left: 49px;
  width: 1px;
  height: 100%;
  background-color: #d1d4db;
}
.login-contain .formItem .icoImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 49px;
  height: 49px;
  -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;
  cursor: pointer;
}
.login-contain .formItem.yzm .bindClick {
  vertical-align: top;
  width: 88px;
  height: 48px;
  border: #d1d4db 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 {
  border-color: #999999;
}
.login-contain .formItem._focus:before {
  background-color: #999999;
}
.login-contain .formItem._focus .icoImg {
  -webkit-filter: grayscale(100%) brightness(50%) contrast(50%);
          filter: grayscale(100%) brightness(50%) contrast(50%);
}
.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: #e70012;
  font-size: 20px;
  border-radius: 4px;
  -webkit-transition: 200ms;
  transition: 200ms;
  cursor: pointer;
}
.login-contain .enter:hover {
  background-color: #d80011;
}
.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;
}
