body, html {
	padding: 0px;
	margin: 0px;
	font: 17px/24px "PT Sans", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	font-style: normal;
	font-weight: 700;
}
body {
	width: 100%;
	height: 100%;
}
* {
	box-sizing: border-box;
}
.anim, .pi:before {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.kxy {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0em;
}
.kxy > a {
	display: block;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 300px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.kxy > a b {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	padding: 0 10px;
	border-radius: 3px;
	font-style: normal;
	font-weight: 300;
}
.pi:hover b {
	font-size: 44px;
	line-height: 48px;
	bottom: 50%;
	left: auto;
	right: auto;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background-color: transparent;
	z-index: 10000;
}
.pi i {
	position: absolute;
	content: '';
	clear: both;
	float: none;
	display: block;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
	opacity: 0;
}
.pi:hover i {
	top: 0px;
	right: 0px;
	opacity: 1;
}
.logo {
	background: #27382c url(/bg.jpg) no-repeat center center;
	padding-top: 1.5em;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-shadow:0 0px 5px rgba(0, 0, 0, 0.8);
}
.logo a {
	color: #fff;
	text-decoration: none;
}
.logo span {
	color: #ff0;
	margin-top: 1em;
	font-size: 14px;
	line-height: 18px;
	display: block;
	font-weight: normal;
}
.logo span input {
	display: block;
	border: 0px;
	margin: 10px auto 0;
	text-align: center;
	padding: 5px 10px;
	max-width: 150px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}
.upload {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 1em;
}
.upload input {
	width: 100%;
	display: block;
	margin: 1em;
	font-size: 16px;
	line-height: 28px;
}
@media screen and (max-width: 540px) {
	* {
		box-sizing: border-box;
	}
	.logo {
		font-size: 20px;
		line-height: 22px;
		padding-top: 1em;
	}
	.logo span {
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		font-size: 11px;
		line-height: 14px;
	}
	.kxy {
		grid-template-columns: 1fr 1fr;
	}
	.kxy > a {
		min-height: 200px;
	}
}