/** style */
#return-container a:hover {
	opacity: 0.6;
}

/*#return-container{
	width:850px;
	margin:0 auto;
}*/
/*#return-container .return-h3{
	margin-bottom:40px;
	text-align:center;
	font-size:15px;
	font-family:AppleGothic,Adobe Arabic;
	padding-top:2px;
	font-weight:500;
	color:#b8860b;
	text-shadow:3px 3px 3px #d3d3d3;
	font-weight:500;
	background-image: url("../images/icon/subtitle-icon.png");
	background-repeat:no-repeat;
	background-position:center;
}*/
.return-article h4{
	font-size:24px;
	color:#757270;
	text-align:center;
	padding:20px 0;
	font-weight:500;
}
.return-article{
	max-width:610px;
	margin:0 auto 50px auto;
	padding-bottom:40px;
	border-bottom:1px dotted #8b0000;
	overflow:hidden;
}
.return-article:last-of-type{
}
.return-article p{
	font-size:14px;
}
#return-container .liuda-photo{
	width:200px;
	margin:10px 50px 15px 10px;
	float:left;
}
#return-container .liuda-photo-b{
	width:200px;
	margin:10px 50px 5px 10px;
	float:right;
}
#return-container .liuda-photo-c{
	width:150px;
	margin:10px 50px 5px 10px;
	float:left;
}
.liuda-photo .caption,
.liuda-photo-b .caption{
	width:200px;
	margin:10px;
}
#return-container .cite{
	text-align:right;
}

.pagetop {
	display: none;
	position: fixed;
	right:120px;
	bottom: 40px;
}

.pagetop:hover {
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mod-scrollto {
	position: fixed;
	left:120px;
	bottom:50px;
}

.scrollto_1,
.scrollto_2 {
	display: block;
	padding: 0.5em 1em;
	border-radius:8px;
	opacity: 0.7;
	color: #fff;
	line-height:24px;
	vertical-align:baseline;
	background: #c35866;
}

.scrollto_1.disabled,
.disabled.scrollto_2 {
	background: #999;
	cursor: default;
}

.scrollto_1:hover,
.scrollto_2:hover {
	opacity: 0.4;
}
.scrollto_2 {
	margin-top: 20px;
}
