html,
body {
  height: 100%;
}
body {
  background: #fff;
  color: #0f1423;
  font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
/* WebKit browsers */
  color: #ddd;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  color: #ddd;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
/* Mozilla Firefox 19+ */
  color: #ddd;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
/* Internet Explorer 10+ */
  color: #ddd;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
textarea,
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
}
input,
button,
select,
textarea,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
  border: none;
}
.clearfix:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
  float: none;
}
.show-tips {
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 999;
  text-align: center;
  -webkit-animation: tips-in 0.8s;
          animation: tips-in 0.8s;
}
.show-tips >p {
  display: inline-block;
  min-width: 150px;
  background: #cc163a;
  color: #fff;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  padding: 10px 20px;
}
@-webkit-keyframes tips-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes tips-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bg-drop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 198;
  width: 100%;
  height: 100%;
  background: rgba(102,102,102,0.7);
  -webkit-animation: drop-show 0.4s;
          animation: drop-show 0.4s;
}
.sign-main {
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  margin: auto;
  width: 460px;
  height: 460px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
  z-index: 2;
}
.sign-head {
  height: 178px;
  padding: 1px;
  background: url(../images/icon/bg-top.png);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  color: #fff;
  text-align: center;
}
.sign-head >h3 {
  font-size: 27px;
  margin-top: 70px;
}
.sign-head >p {
  font-size: 14px;
  opacity: 0.5;
  line-height: 30px;
}
.sign-body {
  padding: 40px 50px 0;
}
.sign-body .s-line {
  height: 45px;
  margin-top: 5px;
  padding-left: 80px;
  border-bottom: 1px solid #eee;
}
.sign-body .s-line >input[type=text],
.sign-body .s-line >input[type=password] {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}
.sign-body .s-line.user {
  background: url(../images/icon/user.png) no-repeat;
}
.sign-body .s-line.pwd {
  background: url(../images/icon/pwd.png) no-repeat;
}
.sign-body .s-line.user,
.sign-body .s-line.pwd {
  background-position: left center;
  -webkit-background-size: auto 22px;
          background-size: auto 22px;
}
.sign-btn {
  display: block;
  width: 215px;
  height: 40px;
  background: #5c6fb4;
  color: #fff;
  font-size: 16px;
  margin: 50px auto 0;
  cursor: pointer;
}
.sign-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: url(../images/icon/bg-bot.png) center bottom no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.status-main {
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  margin: auto;
  text-align: center;
  height: 500px;
}
.status-main >h1 {
  font-size: 103px;
  color: #6a7392;
  text-shadow: 0 0 0 1px #424c6b;
  color: #6a7392;
}
.status-main >h3 {
  font-size: 27px;
  line-height: 45px;
  color: #47516c;
}
.status-main >p {
  font-size: 14px;
  color: #6e7db4;
  line-height: 25px;
}
.status-main >a {
  display: block;
  width: 130px;
  line-height: 35px;
  background: #0cba03;
  color: #fff;
  font-size: 16px;
  margin: 30px auto 0;
}
.status-main .s_403 {
  margin-right: -50px;
}
