.banner{
  width: 100%;
  min-height: 900px;
  background: url(/static/index/image/index/banner.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.login-box{
  position: absolute;
  top: 145px;
  padding: 40px;
  width: 480px;
  min-height: 370px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
}
.login-title{
  height: 80px;
  line-height: 40px;
  color: #666666;
  text-align: center;
  font-size: 24px;
}
.el-button{
  width: 100%;
  color:#fff;
  background: #3399FE;
}

.login-box p{
  margin-top: 20px;
  color: #333333;
  font-size: 12px;
}
.login-box a{
  margin-top: 20px;
  float: right;
  color: #F03E00;
  font-size: 12px;
}