*{
	margin: 0;
	padding: 0;
}

.rebuilding{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
}

.rebuilding-cover{
	width: 800px;
	height: 150px;
	background: linear-gradient(to right top, #f0f0f0, #fbb74e);
	display: inline-block;
	position: relative;
}

.img,img{
	width: 50px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 15%;
	position: relative;
}

#img-p{
	position: inherit;
	margin-top: -35px;
	margin-left: 70px;
}

.home img{
	argin: auto;
	margin-left: 23px;
	transform: rotate(315deg);
}

.home-px{
  width: 90px;
  height: 90px;
  display: flex;
  margin-left: 300px;
  margin-top: -15px;
  border: 3px solid black;
  transform: rotate(45deg);
}

#home-p{
	text-align: center;
	margin-left: 250px;
	margin-top: -70px;
	font-size: 40px;
	font-weight: 1000;
	font-family: "font-alimama";
}

@font-face {
	font-family: 'font-alimama';
	src: url("https://download.tooc.xlj0.com/uploads/56/AlimamaFangYuanTiVF-Thin.ttf");
}

.gouzi{
	width: 80px;
	height: 40px;
	margin-left: 20px;
}

.fangk{
	width: 10px;
	height: 10px;
	margin-top: 20px;
	position: absolute;
	background-color: black;
}

.yuanquan{
	width: 10px;
	height: 10px;
	margin-top: 19.5px;
	margin-left: 20px;
	position: absolute;
	border-radius: 50%;
	border: 0.5px solid black;
}

.hengxian{
	width: 20px;
	height: 5px;
	margin-top: 23px;
	margin-left: 31px;
	position: absolute;
	background-color: black;
}

.yuanquan-h{
	width: 11px;
	height: 11px;
	margin-top: 19.7px;
	margin-left: 50px;
	position: absolute;
	border-radius: 50%;
	background-color: black;
}

.end{
	height: 130px;
	width: 5px;
	float: right;
	margin-top: -133px;
	margin-right: 14px;
	position: relative;;
	background-color: black;
}

footer {
  text-align: center;
  background-color: #f2f2f2;
  padding: 10px;
}

footer p {
  color: #888888;
  font-size: 12px;
}

footer p a{
	color: #888888;
	text-decoration: none;
}