<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  width: 100%;
  height: 100%;
  BACKGROUND-color: #FFF;
  overflow: hidden;
}

DIV {
  DISPLAY: inline-block;
  OVERFLOW: hidden;
}

DIV {
  DISPLAY: block;
}

.login_box {
  width: 800px;
  height: 420px;
  background: url(../image/login_bg.jpg) no-repeat center #1a2af8;
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  margin: -210px auto 0 auto;
}
.login_box .login_iptbox {
  width: 680px;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 105px;
}
.login_box .login_iptbox label {
  display: block;
  float: left;
  width: auto;
  height: 32px;
  margin: 0 10px;
}
.login_box .login_iptbox label b {
  display: block;
  line-height: 32px;
  float: left;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin-right: 10px;
}
.login_box .login_iptbox label input {
  display: block;
  float: left;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: none;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  resize: none;
  outline: none;
  border-radius: 6px;
  text-align: center;
  margin: 1px 0;
  background: #f5f5f5;
}
.login_box .login_iptbox label input.ipwd {
  width: 100px;
}
.login_box .login_iptbox label input.login_tj_btn {
  float: right;
  width: 100px;
  cursor: pointer;
  transition: all .35s;
}
.login_box .login_iptbox label input.login_tj_btn:hover {
  background: linear-gradient(#C41215, #930A0D);
  color: #fff;
}
.login_box .login_iptbox label input.ipt_reg {
  width: 60px;
}
.login_box .login_iptbox label .yzm {
  float: left;
  display: block;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin: 0 0 0 2px;
}
.login_box .login_iptbox label .yzm img {
  display: block;
  float: left;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 1px 0 3px;
  font-size: 14px;
}
.login_box .login_iptbox label .yzm a {
  display: block;
  float: right;
  width: 25px;
  height: 30px;
  background: url("../image/sx.png") no-repeat center #fff;
}
.login_box .copy {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 50px;
}
.login_box .copy a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin: 0 15px 0 0;
}
</pre></body></html>