#fullPicBox .ui {

	position: absolute;

	font-family: sans-serif;

	z-index: 10;

	font-size: 2em;

}

#fullPicBox {

	overflow: hidden;

}

.slide {

	max-width: 100%;

	max-height: 100%;

}

#fs-loader, #fs-prev, #fs-next, #fs-close {

	background-color: rgba(255,255,255,0.6);

	color: white;

	font-weight: bold;

	cursor: pointer;

	line-height: 1em;

}

#fs-close {

	top: 1em;

	right: 1em;

	padding: 10px!important;

	font-size: 32px!important;

	background-color: rgba(0,0,0,0.5);

	width: 20px;

	height: 20px;

}

#fs-prev {

	left: 0.5rem;

	width: 35px;

	height: 60px;

}

#fs-next {

	right:0.5rem;

	width: 35px;

	height: 60px;

}

#fs-prev:hover, #fs-next:hover, #fs-close:hover {

	color: #000;

	background-color: rgba(0,0,0,0.4);

}

#fs-loader {

	top: 50%;

	left: 50%;

	height: 1em;

	margin-top: -1em;

	margin-left: -75px;

	display: none;

}

#fs-caption {

	bottom: 30px;

	text-align: center;

	width: 100%;

	left: 0;

	line-height: 1em;

	display: none;

	font-size: 22px!important;

}

#fs-caption span {

	color: #FFF;

	font-family: 'Microsoft YaHei', Arial, sans-serif;

	font-size: 16px;

}

#fs-loader, #fs-prev, #fs-next, #fs-close {

	padding: 10px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	-o-border-radius: 4px;

	-ms-border-radius: 4px;

	-khtml-border-radius: 4px;

	border-radius: 4px;

}

#fs-prev, #fs-next {

	padding: 1rem 3px;

	top: 50%;

	margin-top: -55px;

	font-size: 30px!important;

}

/*--图集放大-*/