header {
	height: 911px; position: relative;
}
.wrapper {
	margin: 0px auto; width: 1080px; position: relative;
}
.hotspot {
	text-align: center;
}
.hotspot .col-8-24 {
	padding-top: 20px;
}
.link-group {
	width: 100%; text-align: center; bottom: 230px; position: absolute;
}
.link-group a {
	margin: 0px 10px; padding: 12px 30px; border-radius: 40px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(255, 255, 255); font-size: 20px; display: inline-block;
}
.link-group .fa-play.fa {
	font-size: 17px; margin-right: 5px;
}
.link-group .fa-weibo.fa {
	font-size: 19px; margin-right: 5px;
}
@media screen and (max-width:1080px)
{
header {
	width: 1080px;
}
.wrapper {
	width: 1080px;
}
}
