.about {	
	position: relative;
	background-image: linear-gradient(to right, #ff9569 0%, #e92758 100%);
	color: #fff; 
	height: 100px; 
	width: 1960px;
	margin: 0 auto
}
.about a{
	color: #fff;
	font-size: 20px;
}
.copyright {
	text-align: center;
	color: #fff;
	margin-top: 50px; 
}
.icons{
	position: absolute;
	bottom: 0;
	right: 0;
}
.icon{
	width: 50px;
	height: 50px;
	background-color: #e92758;
	border: none;
	cursor: pointer;
	margin-left: 5px;
}
.icon:hover{
	background-color: #e92758;
	width: 70px;
	height: 70px;
}
.douyin{
	background-image: url(../img/icons/douyin.png);
	background-size: cover;
	background-repeat: no-repeat;
}
