@charset "utf-8";
/* CSS Document */
html,body {height: 100%;}
body,
html,
p,
h2,
h3,
ol,
li,
dl,
dd,
dt,
ul,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
p,
h1,
h2,
h3 {
  font-weight: normal;
}
* {
  font-size: 14px;
  font-family: Arial, '微软雅黑', '宋体';
}
img {
  display: block;
  border: 0;
}
.clerafix {
  clear: both;
}
.banner_box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url(/public/static/index/images/index_banner.jpg) ;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.banner {
  margin: 0 auto;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.logon {
  background: url(../images/index_bg.png);
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 10px;
  padding-bottom: 20px;
  width:360px;
}
.logon_title {
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  margin-bottom: 30px;
}
.logon_title img {
  float: right;
  padding-right: 50px;
}
.admin_bg {
  background-image: url(../images/logon_admin.jpg);
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 42px;
}
.admin_bg,
.password_bg {
  margin-top: 20px;
  border: 1px solid #dcdcdc;
  width: 295px;
}
.logon_bottom img {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
}
.register {
  padding-top: 20px;
  display: block;
  padding-bottom: 20px;
  padding-left: 6px;
}
.logon_bottom a {
  padding: 0 16px;
  line-height: 28px;
}
.admin_bg input,
.password_bg input {
  height: 40px;
  width: 100%;
  line-height: 40px;
  border: none;
  border: 0;
}
.denglu_box input {
  margin-bottom: 26px;
  width: 335px;
  background-color: #ff4400;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  height: 42px;
  border-radius: 4px;
}
.password_bg {
  background-image: url(../images/logon_password.jpg);
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 42px;
}
.logon_bottom {
  margin-top: 30px;
}
/*中间*/
.footer {
  background-color: rgba(30, 83, 88, 0.1);
  color: #fff;
  line-height: 34px;
  text-align: center;
}
input {
  border: none;
}
