html,body{ 
	width:100%;
	height:100%;
  padding: 0;
  margin: 0;
}

canvas{
  display:block;
  vertical-align:bottom;
}


.login-container {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left,#00388c,#001642);
  background: linear-gradient(left,#00388c,#001642);
  position: relative;
}
#particles-js{
	width: 100%;
	height: 80%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.loginbottom{
  width: 60%;
  left: 40%;
  transform: translateX(-35%);
}

.loginbottom ul{
  display: flex;
  padding-bottom: 40px;
  justify-content: space-around;
}
.loginbottom ul a{
    color: #fff;
}
.icp {
    color:#fff;
    text-decoration:none;
    position: fixed;
    bottom: 20px;
    /* left:calc(50% - 84px); */
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.title {
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 5%;
    background-color: #fff;
    background: url(./../img/logo.png) no-repeat;
    background-size: 100%;
    width: 400px;
    height: 87px;

    z-index: 99;
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #fff;
  font-size: 35px;
  /* font-family: YouSheBiaoTiHei2; */
  font-weight: 700;
  letter-spacing: 10px; 
  /* font-style: italic; */
  width: 100%;
}
.content p {
  margin: 0;
}
.content span {
  /* color: red; */
  font-size: 28px;
}