.link {
	width: 55px;
	height: 60px;
	text-align: center;
	margin: 0 5px;
	;
	display: inline-block;
}

.link a {
	margin: auto;
}

.link span {
	margin: auto;
	border-radius: 10px;
}

.logo-wrp img {
	border-radius: 50%;
}

.page-loader-wrapper {
	background-color: white;
}

.loader {}

.loader:before,
.loader:after {
	background: #000000;
}

.tagline h1,
.tagline p,
.social-icon .icon,
.link span,
.copyrights {}

.beian,
.beian:hover,
.beian:visited,
.beian:active {
	font-size: 12px;
	color: #fff;
}

#bg-box {
	height: 100vh;
	width: 100vw;
	position: absolute;
	z-index: -1;
}

#bg-box .bg-1,
.bg-2,
.bg-3 {
	height: 100vh;
	width: 100vw;
	background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center center;
	position: absolute;
	z-index: -1;
}


#bg-box #bg-preload {
	display: none;
}