.index-fist-tck{
	display: block;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 11;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
}

.index-fist-tck a{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.index-fist-close{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -224px;
	margin-left: 176px;
	cursor: pointer;
}