html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: Raleway;
  background: url(/rz/plug-in/ptlogin/loginPic-9341f57c5dde84ade3a8011ee0673c89.png) no-repeat fixed;
  background-size: cover;
  background-position: 50%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #000000;
}

body .menu {
  position: absolute;
  width: 100%;
  background: inherit;
}

body .menu .mainmenu {
  background: url(/rz/plug-in/ptlogin/loginPic-9341f57c5dde84ade3a8011ee0673c89.png) no-repeat fixed;
  background-size: cover;
  background-position: 50%;
}

body .menu .mainmenu:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

body .menu .mainmenu:after {
  clear: both;
  content: "";
  display: block;
}

body .menu .mainmenu .menuitem {
  float: left;
  width: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 1.5rem;
}

body #findpass {
  top: 50%;
  left: 5%;
  padding: 10px 20px;
  width: auto;
  background: white;
  color: rgba(0, 0, 0, 0.7);
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 1.2rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

body #findpass:focus {
  outline: none;
}

body .article {
  width: 960px;
  font-size: 1.4rem;
  margin: 20px auto;
  color: white;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 400ms linear;
  -o-transition: opacity 400ms linear;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
  top: 0;
  position: relative;
}

body .article.active {
  opacity: 1;
  visibility: visible;
}

body .article h1 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form {
  margin: 0 auto;
  position: fixed;
  top: 35%;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  padding: 60px 60px 40px 60px;
  box-sizing: border-box;
  overflow: hidden;
  width: 540px;
  background-color: #ffffff;
  box-shadow: 0px 0px 59px 0px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}

.form .forceColor {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* .form:before {
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  background: inherit;
  left: -5%;
  right: 0;
  bottom: 0;
  top: -5%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
} */
.form.goAway {
  opacity: 0;
  -moz-transform: scale(0.6) translate3d(-50%, 0, 0);
  -ms-transform: scale(0.6) translate3d(-50%, 0, 0);
  -webkit-transform: scale(0.6) translate3d(-50%, 0, 0);
  transform: scale(0.6) translate3d(-50%, 0, 0);
  -moz-transition: -moz-transform 200ms ease-in-out, opacity 100ms linear;
  -o-transition: -o-transform 200ms ease-in-out, opacity 100ms linear;
  -webkit-transition: -webkit-transform 200ms ease-in-out, opacity 100ms linear;
  transition: transform 200ms ease-in-out, opacity 100ms linear;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.form .topbar {
  margin-bottom: 3.18vw;
}

.form .topbar .spanColor {
  position: absolute;
  width: 0px;
  right: 20px;
  height: 43px;
  opacity: 0.2;
  background-color: white;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-transition: width 150ms ease-in-out, background-color 150ms ease-in-out 250ms, border 150ms ease-in-out 250ms;
  -o-transition: width 150ms ease-in-out, background-color 150ms ease-in-out 250ms, border 150ms ease-in-out 250ms;
  -webkit-transition: width 150ms ease-in-out, background-color 150ms ease-in-out, border 150ms ease-in-out;
  -webkit-transition-delay: 0s, 250ms, 250ms;
  transition: width 150ms ease-in-out, background-color 150ms ease-in-out 250ms, border 150ms ease-in-out 250ms;
}

.form .topbar input {
  display: block;
  width: 100%;
  position: relative;
  font-size: 1rem;
  margin-bottom: 25px;
  padding: 10px 20px;
  background-color: #fff !important;
  border: none;
  border-bottom: 0.1vw solid rgba(0, 165, 168, .5);
  padding-bottom: 1.25vw;
}

.form .topbar .input::-webkit-input-placeholder {
  color: #666;
  font-size: 1.2rem;
  font-family: Raleway;
  line-height: 1.3rem;
  font-weight: 200;
}

.form .topbar .input:focus {
  outline: none;
  /* color: white; */
  /* border: 1px solid white; */
}

/* .form .topbar .input.disabled:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
} */
/* .form .topbar .input:hover {
  border: 1px solid white;
} */
.form .submit {
  /* padding: 10px 20px; */
  height: 3.18vw;
  font-size: 1.13vw;
  width: 100%;
  font-size: 1.2rem;
  font-family: Raleway;
  font-weight: 200;
  display: block;
  color: white;
  position: relative;
  border: none;
  background-image: linear-gradient(0deg, #00a5a8 0%, #20dcdf 100%),
  linear-gradient(#00a5a8, #00a5a8);
  background-blend-mode: normal, normal;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

.form .submit:focus {
  outline: none;
}

.form .submit:hover {
  color: white;
  border: 1px solid white;
}

.form .submit.recover {
  background: #FF2B4B;
  color: white !important;
  border: 1px solid white !important;
  transition: all 400ms linear;
}

.topbar.error .spanColor {
  width: calc(100% - 39px);
  border-top-left-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom-left-radius: 6px;
  background-color: #FF2B4B;
}

.topbar.error + .submit {
  color: white;
}

/* .topbar.error .input {
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
} */
.topbar.error .input::-webkit-input-placeholder {
  color: #666;
}

.topbar.success .spanColor {
  width: calc(100% - 39px);
  border-top-left-radius: 6px;
  border: 1px solid #26C97D;
  border-bottom-left-radius: 6px;
  background-color: #26C97D;
}

.topbar.success + .submit {
  color: white;
  border: 1px solid white;
}

.topbar.success .input {
  color: white;
  border: 1px solid #26C97D;
}

.topbar.success .input::-webkit-input-placeholder {
  color: #666;
}

.titleBlock {
  margin-top: 5%;
}

.userIcon {
  background: url(/rz/plug-in/ptlogin/user-4596cbba5d1e8e2c440c8f26306c3ddd.png) no-repeat left center;
  background-size: 1.41vw 1.41vw;
  padding-left: 3.28vw;
}

.lockIcon {
  background: url(/rz/plug-in/ptlogin/pwd-f9f3beef71ff727c40b43273b2e73d78.png) no-repeat left center;
  background-size: 1.25vw 1.46vw;
  padding-left: 3.18vw;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.wjylogin {
  margin-top: 1.5vw;
  text-align: center;
}

.wjylogin a {
  display: inline-block;
  padding: 0.8vw 2vw;
  font-size: 0.95rem;
  color: #00a5a8;
  /*background: linear-gradient(135deg, rgba(102, 234, 234, 0.85) 0%, #4b8ba2 100%);*/
  /*background-image: linear-gradient(0deg, #00a5a8 0%, #20dcdf 100%),*/
  /*linear-gradient(#00a5a8, #00a5a8);*/
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  font-weight: 500;
}

.wjylogin a:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 139, 151, 0.6);
  color: #00a5a8;
  text-decoration: none;
}

.wjylogin a:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 139, 151, 0.3);
}

/* 移动端适配样式 */
@media screen and (max-width: 768px) {
  body {
    background-position: center;
  }

  .titleBlock {
    margin-top: 10%;
    padding: 0 15px;
  }

  .titleBlock img {
    max-width: 100%;
    height: auto;
  }

  .form {
    top: 50%;
    left: 50%;
    width: 85vw;
    padding: 20px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
  }

  .form .topbar {
    margin-bottom: 15px;
  }

  .form .topbar input {
    font-size: 14px;
    padding: 12px 15px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 165, 168, 0.5);
  }

  .form .topbar .input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .userIcon {
    background-size: 20px 20px;
    padding-left: 35px;
  }

  .lockIcon {
    background-size: 18px 20px;
    padding-left: 33px;
  }

  .form .submit {
    height: 45px;
    font-size: 16px;
    margin-top: 10px;
  }

  .wjylogin {
    margin-top: 15px;
  }

  .wjylogin a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
  }

  body #findpass {
    left: 10px;
    right: auto;
    font-size: 13px;
    padding: 8px 15px;
  }
}

/* 小屏幕手机适配 */
@media screen and (max-width: 375px) {
  .form {
    width: 90vw;
    padding: 15px;
  }

  .form .topbar input {
    font-size: 13px;
    padding: 10px 12px;
  }

  .userIcon {
    padding-left: 30px;
    background-size: 18px 18px;
  }

  .lockIcon {
    padding-left: 28px;
    background-size: 16px 18px;
  }

  .form .submit {
    font-size: 15px;
    height: 42px;
  }

  .wjylogin a {
    font-size: 13px;
    padding: 10px 15px;
  }

  .titleBlock {
    margin-top: 15%;
  }
}

/* 横屏模式适配 */
@media screen and (max-width: 896px) and (orientation: landscape) {
  .form {
    top: 50%;
    padding: 15px 20px;
  }

  .titleBlock {
    margin-top: 5%;
  }

  .form .topbar {
    margin-bottom: 10px;
  }

  .form .topbar input {
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  .form .submit {
    height: 40px;
  }

  .wjylogin {
    margin-top: 10px;
  }

  .wjylogin a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
