<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  margin: 0;
  background: url(../images/登录bg.png) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.form {
  position: relative;
  width: 1200px;
  margin: 39% auto 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.form .mobile {
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: none;
  padding-right: 5px;
}
.form .mobile input {
  width: 200px;
  background: rgba(0, 0, 0, 0);
  height: 38px;
  line-height: 40px;
  border: none;
  outline: none;
  border-radius: 5px;
  padding-left: 20px;
  color: white;
}
.form .mobile input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #DADEDE;
}
.form .mobile input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #DADEDE;
}
.form .mobile input::-ms-input-placeholder { /* Microsoft Edge */
  color: #DADEDE;
}
.form .imageCode {
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: none;
  padding: 1px 5px 0 0;
}
.form .imageCode input {
  width: 130px;
  background: rgba(0, 0, 0, 0);
  height: 38px;
  line-height: 40px;
  border: none;
  outline: none;
  border-radius: 5px;
  padding-left: 20px;
  color: white;
}
.form .imageCode input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #DADEDE;
}
.form .imageCode input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #DADEDE;
}
.form .imageCode input::-ms-input-placeholder { /* Microsoft Edge */
  color: #DADEDE;
}
.form .mobileCode {
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: none;
  padding-right: 8px;
}
.form .mobileCode input {
  width: 100px;
  background: rgba(0, 0, 0, 0);
  height: 38px;
  line-height: 40px;
  border: none;
  outline: none;
  border-radius: 5px;
  color: white;
  padding-left: 20px;
}
.form .mobileCode input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #DADEDE;
}
.form .mobileCode input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #DADEDE;
}
.form .mobileCode input::-ms-input-placeholder { /* Microsoft Edge */
  color: #DADEDE;
}
.form .checkbox {
  width: 20px;
  height: 20px;
  line-height: 40px;
  filter: Alpha(opacity=30);
  opacity: 0.8;
  border: none;
  outline: none;
  vertical-align: middle;
}
.form .check_span {
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 14px;
  padding-left: 5px;
}
.form .check_a {
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 14px;
}
.form .buttom {
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  color: white;
  filter: Alpha(opacity=30);
  opacity: 0.9;
  border-radius: 5px;
  border: none;
  background: #284e80;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
}
.form img {
  width: 70px;
  height: 28px;
  vertical-align: middle;
}
</pre></body></html>