.copyright{
	width: 580px;
	text-align: center;
	margin: 30px auto;

}
.address{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #a9a9a9;
}

.lines{
	width: 100%;
	background-image: linear-gradient(
		#ffffff, 
		#ffffff), 
	linear-gradient(
		#f3f2f2, 
		#f3f2f2);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 0px 8px 0px 
		rgba(0, 0, 0, 0.08);
}
.copy-item{
	width: 580px;
	margin: 20px auto;
	padding: 20px 0;
}

.copy-item li{
	margin: 0px 20px;
}
.copyright .card{
	width: 144px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px 0px 
		rgba(0, 0, 0, 0.09);
	border-radius: 2px;
}
.project-info--trigger .iconfont{
	font-size: 24px;
}