.main {
  position: relative;
  width: 100%;
  height: 100%;
}
.layer1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  object-fit: fill;
}
.layer2 {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column nowrap;
  position: absolute;
  z-index: 2;
}
.layer2 .title-block img {
  height: 64px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.layer2 .title-block h1 {
  display: inline;
  margin: auto;
  vertical-align: middle;
  color: #fff;
  margin-left: 10px;
  font-size: 50px;
  text-shadow: 0px 0px 6px #000000;
}
.layer2 .title-block h2 {
  margin: 15px 0 0 0;
  vertical-align: middle;
  color: #fff;
  text-shadow: 0px 0px 3px #000000;
  text-align: center;
}
.layer2 .login-block {
  width: 500px;
  margin: 60px 0 150px 0;
  position: relative;
}
.layer2 .login-block .login-form {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 50px;
}
.layer2 .login-block .login-form > div {
  width: 100%;
}
.layer2 .login-block .login-form .rememberpwd input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.layer2 .login-block .login-form .form-group input {
  font-size: 16px;
}
.layer2 .login-block .login-form .rememberpwd span {
  position: relative;
  top: -3px;
}
.layer2 .login-block .login-form button[type="submit"] {
  width: 100%;
  background-color: #35B2F1 !important;
  border: none !important;
  color: #fff !important;
  outline: none !important;
  border-color: transparent !important;
}
.layer2 .login-block .login-form .glyphicon {
  color: #35B2F1;
}
.layer2 .login-block .login-form .input-group-addon {
  background-color: #fff;
}
.layer2 .login-block .login-form .input-lg,
.layer2 .login-block .login-form .btn-lg {
  height: 40px;
}
.layer2 .login-block .loginCcode {
  width: 34px;
  height: 34px;
  position: absolute;
  right: -34px;
  background: rgba(255, 255, 255, 0.7);
  padding: 6px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  bottom: 3px;
}
.layer2 .login-block .loginCcode:hover {
  display: block;
  background: transparent;
}
.layer2 .login-block .loginCcode:hover img {
  display: none;
}
.layer2 .login-block .loginCcode:hover .codeBig {
  display: block;
}
.layer2 .login-block .loginCcode img {
  width: 23px;
}
.layer2 .login-block .loginCcode .codeBig {
  width: 128px;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.7);
  padding: 6px;
  display: none;
}
.layer2 .login-block .loginCcode .codeBig span {
  font-size: 12px;
  opacity: 0.75;
}
@-moz-document url-prefix() {
  .layer1 {
    height: 100%;
  }
}
@-moz-document url-prefix() {
  .layer1 {
    height: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .layer1 {
    height: 100%;
  }
}
.footerCase {
  width: 100%;
  height: 16%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footerCase .quickMark {
  position: absolute;
  bottom: 48px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  min-height: 71px;
}
.footerCase .quickMark-single {
  text-align: center;
  width: 120px;
  display: inline-block;
}
.footerCase .quickMark-single span.Android {
  display: block;
  background-image: url(https://panda-water.cn/web4/assets/images/login/dark/Android1.png);
  width: 26px;
  height: 32px;
  margin: auto;
  margin-bottom: 6px;
}
.footerCase .quickMark-single span.Wechat {
  display: block;
  background-image: url(https://panda-water.cn/web4/assets/images/login/dark/Wechat1.png);
  width: 34px;
  height: 32px;
  margin: auto;
  margin-bottom: 6px;
}
.footerCase .quickMark-single span.iphone {
  display: block;
  background-image: url(https://panda-water.cn/web4/assets/images/login/dark/iphone1.png);
  width: 28px;
  height: 32px;
  margin: auto;
  margin-bottom: 6px;
}
.footerCase .quickMark .Android-single .Android-code,
.footerCase .quickMark .iphone-single .iphone-code {
  margin: 0px 0px 10px 0px;
  width: 150px;
  height: 150px;
  background: #fff;
  padding: 5px;
  display: none;
  transform: translateX(-15px);
}
.footerCase .quickMark .icon-Container {
  height: 50px;
  cursor: pointer;
}
.footerCase .copyright {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  bottom: 10px;
  font-size: 13px;
  color: #fff;
}
.footerCase .copyright a {
  color: #eee;
  text-decoration: underline;
}
.footerCase .copyright .addons {
  display: none;
}
.footerCase .copyright .split {
  border-left: 1px solid white;
  margin: 0 8px;
}
.footerCase .copyright .glyphicon-qrcode {
  vertical-align: text-top;
}
/*# sourceMappingURL=index.css.map */