.page-wrapper {
  background: #2596f3 url("/assets/newugo/pc/object/login/images/login_bg.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.page-wrapper .page-webkit {
  height: 100%;
  overflow: hidden;
}
.page-wrapper #wrap {
  height: auto;
  min-height: 100%;
}
.page-wrapper #wrap #main {
  padding-bottom: 88px;
}
.page-wrapper #wrap #top-news {
  height: 44px;
  background: #404b54;
  color: #FFF;
  text-align: center;
  font-size: 0;
}
.page-wrapper #wrap #top-news a {
  display: inline-block;
}
.page-wrapper #wrap #top-news span,
.page-wrapper #wrap #top-news p {
  display: inline-block;
}
.page-wrapper #wrap #top-news span {
  font-size: 12px;
  border-radius: 2px;
  overflow: hidden;
  line-height: 1;
  background: #ff402b;
  padding: 2px 4px;
  margin: 14px 4px 0 0;
  vertical-align: top;
  color: #FFF;
}
.page-wrapper #wrap #top-news p {
  font-size: 15px;
  color: #ffffff;
  height: 100%;
  line-height: 44px;
}
.page-wrapper #wrap #content .vertical-form {
  width: 320px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -199px 0 0 -160px;
}
.page-wrapper #wrap #content .logo {
  text-align: center;
  overflow: hidden;
}
.page-wrapper #wrap #content .logo-img {
  width: auto;
  height: 141px;
}
.page-wrapper #wrap #content .title {
  height: 47px;
  line-height: 47px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 8px;
}
.page-wrapper #wrap #content .loginTips {
  color: #ff402b;
  height: 20px;
  margin: 6px 0 0 0;
}
.page-wrapper #wrap #content .input-webkit {
  border-radius: 4px;
  overflow: hidden;
  line-height: 1;
  position: relative;
}
.page-wrapper #wrap #content .input-webkit .eye {
  height: 18px;
  width: auto;
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}
.page-wrapper #wrap #content .input-webkit label {
  float: none;
  clear: both;
}
.page-wrapper #wrap #content .input-webkit input {
  float: none;
  clear: both;
  width: 100%;
  border: 0;
  height: 48px;
  line-height: 48px;
  text-indent: 21px;
  font-size: 16px;
  color: #4d4d4d;
  background: #FFF;
}
.page-wrapper #wrap #content .input-webkit input::-webkit-input-placeholder,
.page-wrapper #wrap #content .input-webkit input:-moz-placeholder,
.page-wrapper #wrap #content .input-webkit input::-moz-placeholder,
.page-wrapper #wrap #content .input-webkit input:-ms-input-placeholder {
  font-size: 16px;
  color: #b2b2b2;
}
.page-wrapper #wrap #content .input-webkit input:focus {
  background: rgba(255, 255, 255, 0.9);
}
.page-wrapper #wrap #content .vac-webkit {
  height: 40px;
}
.page-wrapper #wrap #content .vac-webkit input[type=checkbox] {
  visibility: hidden;
}
.page-wrapper #wrap #content .vac-webkit .jz-password {
  float: left;
  margin-top: 14px;
  width: 82px;
}
.page-wrapper #wrap #content .vac-webkit .jz-password .text {
  white-space: pre;
  line-height: 1;
  font-size: 15px;
  color: #ffffff;
}
.page-wrapper #wrap #content .vac-webkit .download-but {
  float: right;
  height: 100%;
  line-height: 40px;
  color: #FFF;
}
.page-wrapper #wrap #content .vac-webkit .download-but:hover {
  opacity: 0.6;
}
.page-wrapper #wrap #content .vac-webkit .checkboxFive {
  width: 15px;
  position: relative;
  float: left;
}
.page-wrapper #wrap #content .vac-webkit .checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  background: #FFF;
  border-radius: 2px;
}
.page-wrapper #wrap #content .vac-webkit .checkboxFive label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 2px solid #2a9cf7;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-wrapper #wrap #content .vac-webkit .checkboxFive input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.page-wrapper #wrap #content .but-ajax {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #ff9e17;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.page-wrapper #wrap #content .but-ajax:hover {
  background: #ffac3a;
}
@keyframes myfirst {
  0% {
    opacity: 0;
    display: none;
  }
  10% {
    opacity: 0;
    top: -132px;
  }
  100% {
    top: -174px;
    opacity: 1;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
  0% {
    opacity: 0;
    display: none;
  }
  10% {
    opacity: 0;
    top: -132px;
  }
  100% {
    top: -174px;
    opacity: 1;
  }
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
  0% {
    opacity: 0;
    display: none;
  }
  10% {
    opacity: 0;
    top: -132px;
  }
  100% {
    top: -174px;
    opacity: 1;
  }
}
@-o-keyframes myfirst {
  /* Opera */
  0% {
    opacity: 0;
    display: none;
  }
  10% {
    opacity: 0;
    top: -132px;
  }
  100% {
    top: -174px;
    opacity: 1;
  }
}
.page-wrapper #footer {
  position: relative;
  margin-top: -88px;
  /* footer高度的负值 */
  height: 150px;
  clear: both;
  text-align: center;
}
.page-wrapper #footer .bottom-nav {
  text-align: center;
  font-size: 0;
  width: 466px;
  margin: 0 auto;
  position: relative;
}
.page-wrapper #footer .bottom-nav .list-li {
  text-indent: 30px;
  margin: 0 21px;
  display: inline-block;
}
.page-wrapper #footer .bottom-nav .list-li:hover {
  opacity: 0.6;
}
.page-wrapper #footer .bottom-nav .list-li:nth-child(1) {
  background: transparent url("/assets/newugo/pc/object/login/images/01.png") no-repeat left top;
  background-size: auto 100%;
  position: absolute;
  left: 0;
}
.page-wrapper #footer .bottom-nav .list-li:nth-child(2) {
  background: transparent url("/assets/newugo/pc/object/login/images/02.png") no-repeat left top;
  background-size: auto 100%;
  position: relative;
  margin: 0 auto;
}
.page-wrapper #footer .bottom-nav .list-li:nth-child(2) .QR-code-pup {
  display: none;
  width: 140px;
  height: 160px;
  background: #FFF;
  border-radius: 4px;
  position: absolute;
  left: -20px;
  right: 0;
  top: 2px;
  padding-top: 2px;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  font-size: 0;
  box-shadow: 0 2px 8px rgba(14, 5, 10, 0.1);
}
.page-wrapper #footer .bottom-nav .list-li:nth-child(2) .QR-code-pup .title {
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #4c4c4c;
  text-indent: 0;
}
.page-wrapper #footer .bottom-nav .list-li:nth-child(2) .QR-code-pup .qr-img {
  max-width: 100%;
  width: 100px;
  height: auto;
}
.page-wrapper #footer .bottom-nav .list-li:nth-child(2) .QR-code-pup .QR-code-pup-sj {
  max-width: 100%;
  width: 14px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
}
.page-wrapper #footer .bottom-nav .list-li:nth-child(2):hover .QR-code-pup {
  display: block;
  animation: myfirst 0.5s ease-in-out 0s 1 alternate forwards;
  -moz-animation: myfirst 0.5s ease-in-out 0s 1 alternate forwards;
  /* Firefox */
  -webkit-animation: myfirst 0.5s ease-in-out 0s 1 alternate forwards;
  /* Safari 和 Chrome */
  -o-animation: myfirst 0.5s ease-in-out 0s 1 alternate forwards;
  /* Opera */
}
.page-wrapper #footer .bottom-nav .list-li:nth-child(3) {
  background: transparent url("/assets/newugo/pc/object/login/images/03.png") no-repeat left top;
  background-size: auto 100%;
  position: absolute;
  right: 0;
}
.page-wrapper #footer .bottom-nav .block {
  color: #ffffff;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  text-align: left;
  display: block;
}
.page-wrapper #footer small {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}
.pup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}
.pup .pup-webkit {
  width: 480px;
  height: 409px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -204px 0 0 -240px;
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
}
.pup .pup-webkit .title-webkit {
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.pup .pup-webkit .icon-webkit {
  width: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.pup .pup-webkit .close-but {
  max-width: 100%;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.pup .pup-webkit .title {
  font-size: 18px;
  color: #292929;
  line-height: 60px;
  text-indent: 22px;
  text-align: left;
}
.pup .pup-webkit .center-webkit {
  width: 360px;
  height: 268px;
  margin: 40px auto 0 auto;
  background: transparent url("/assets/admin/images/login_pup_Ud_gb.png") no-repeat left top;
  background-size: 286px 268px;
}
.pup .pup-webkit .center-webkit .ud-download-webkit .text {
  color: #4c4c4c;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}
.pup .pup-webkit .center-webkit .ud-download-webkit .a-download {
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #ffffff;
  background: #ff9e17;
  border-radius: 2px;
  display: inline-block;
}
.pup .pup-webkit .center-webkit .ud-download-webkit .a-download:hover {
  background: #ffac3a;
}
.new-pup-webkit {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.new-pup-webkit .pup-new {
  width: 500px;
  height: 460px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -230px auto 0 auto;
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
}
.new-pup-webkit .title-web {
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.new-pup-webkit .close-webkit {
  width: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  font-size: 0;
}
.new-pup-webkit .close-webkit img {
  max-width: 100%;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  display: inline-block;
}
.new-pup-webkit .title {
  line-height: 60px;
  font-size: 18px;
  color: #292929;
  text-indent: 22px;
  text-align: left;
}
.new-pup-webkit .center {
  padding: 10px;
  text-align: justify;
  box-sizing: border-box;
  font-size: 14px;
  overflow-y: visible;
}
.new-pup-webkit .center img {
  max-width: 100%;
}
.yzdz-class #wrap #content .vertical-form {
  margin-top: -230px;
}
.yzdz-class #wrap #content .input-webkit {
  border: 1px solid #73727c;
}
.yzdz-class #wrap #content .logo-img {
  height: 163px;
}
.yzdz-class #wrap #content .title {
  font-size: 22px;
  color: #73dba5;
}
.yzdz-class #wrap #content .but-ajax {
  background: #fdd000;
  background: -moz-linear-gradient(top, #fdd000 0%, #fda200 100%);
  background: -webkit-linear-gradient(top, #fdd000 0%, #fda200 100%);
  background: linear-gradient(to bottom, #fdd000 0%, #fda200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd000', endColorstr='#fda200', GradientType=0);
}
