/* CSS Document */
/* reset */
body, h1, p {
  	margin: 0px;
}
/* page */
html, body {
  	height: 100%;
}
a {
	text-decoration:none;
}
.container {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(http://www.wujincang.com/image/bg.jpg);
	text-align: center;
	filter: grayscale(10%);
	position: relative;
}
.title {
  	position: absolute;
  	left: 0px;
  	top: 43.33%;
  	width: 100%;
  	text-align: center;
}
.title h1 {
  	font-family: PingFangSC-Medium;
  	font-size: 40px;
  	color: #fff;
  	letter-spacing: 1.5px;
}
.title p {
  	opacity: 0.8;
  	font-family: PingFangSC-Medium;
  	font-size: 23px;
  	color: #fff;
  	letter-spacing: 0.86px;
}
.copyright {
  	position: absolute;
  	left: 0px;
  	bottom: 40px;
  	width: 100%;
  	text-align: center;
}
.copyright span {
  	padding-right: 10px;
  	font-family: PingFangSC-Regular;
  	font-size: 14px;
  	color: #fff;
  	letter-spacing: 0;
}
.copyright a {
  	font-family: PingFangSC-Regular;
  	font-size: 13px;
  	color: #fff;
  	letter-spacing: 0;
  	text-decoration: none;
}
