.TK-mask-box{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 99
}
.TK-mask{
	width: 539px;
	height: 238px;
	background: url(../images/mask.jpg) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	clear: both;
}
.TK-mask>p{
	color: #333333;
	font-size: 20px;
	border: 1px solid #666666;
	text-align: center;
	width: 156px;
	height: 43px;
	line-height: 43px;
	margin-left: 278px;
    margin-top: 160px;
	cursor: pointer;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.1s ease-out;
}
.TK-mask>img{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.TK-mask>p:hover{
	background: #e2575c;
	color: #fff;
	border: 1px solid #e2575c;
}