figure, .figurefx {
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 2000; /* set this to highest z-index value on your page */
	margin: 0;
	padding: 0;
}
.figurefx img {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	z-index: 98;
	width:100%;
}


/*遮幕*/
.figurefx div.veils {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: black;
	position: absolute;
	opacity: 0.1;
	visibility: hidden;
	top: 0;
	left 0;
	z-index: 99;
}


.figurefx figcaption {
	position: absolute;
	left: 0;
	top: 50%; /* vertically center caption */
	
	/*bottom: 0;*/
	transform: translateY(-50%); /* vertically center caption */
	width: 100%;
	height: auto;
	background: #2d9dab;
	color: #fff;
	padding: 5px 10px;
	overflow: auto;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	z-index: 100;
}


.figurefx figcaption a {
	text-decoration: none;
}

.bigpic-btn{
	margin:20px 0 0 0;
	font-size:14px;
}

.bigpic-btn a{
	color:#cbf6e0;
}

.bigpic-btn a:hover{
	color:#fd9a0c;
}

a#stickyhoverfixios {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1999;  /* set this to 2nd highest z-index value on your page */
	display: none;
}
