﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
/* line 7, ../sass/lightbox.sass */
body:after {
	content: url(/web/20230724165913im_/http://rapchandus.com/web/20191226012740im_/http://rapchandus.com/skin/images/close.png) url(/web/20230724165913im_/http://rapchandus.com/web/20191226012740im_/http://rapchandus.com/skin/images/loading.gif) url(/web/20230724165913im_/http://rapchandus.com/web/20191226012740im_/http://rapchandus.com/skin/images/prev.png) url(/web/20230724165913im_/http://rapchandus.com/web/20191226012740im_/http://rapchandus.com/skin/images/next.png);
	display: none;
}
/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
/* line 20, ../sass/lightbox.sass */
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
	display: block;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
	border: none;
}
/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
	position: relative;
	background-color: white;
 *zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
/* line 44, ../sass/lightbox.sass */
.lb-container {
	padding: 4px;
}
/* line 47, ../sass/lightbox.sass */
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
/* line 56, ../sass/lightbox.sass */
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(/web/20230724165913im_/http://rapchandus.com/web/20191226012740im_/http://rapchandus.com/skin/images/loading.gif) no-repeat;
}
/* line 63, ../sass/lightbox.sass */
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
	left: 0;
}
/* line 74, ../sass/lightbox.sass */
.lb-nav a {
	outline: none;
}
/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
	width: 49%;
	height: 100%;
	cursor: pointer;
	/* Trick IE into showing hover */
	display: block;
}
/* line 84, ../sass/lightbox.sass */
.lb-prev {
	left: 0;
	float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
	background: url(/web/20230724165913im_/http://rapchandus.com/web/20191226012740im_/http://rapchandus.com/skin/images/prev.png) left 48% no-repeat;
}
/* line 90, ../sass/lightbox.sass */
.lb-next {
	right: 0;
	float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
	background: url(/web/20230724165913im_/http://rapchandus.com/web/20191226012740im_/http://rapchandus.com/skin/images/next.png) right 48% no-repeat;
}
/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
 *zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
/* line 103, ../sass/lightbox.sass */
.lb-data {
	padding: 0 4px;
	color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
	display: none;
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(/web/20230724165913im_/http://rapchandus.com/web/20191226012740im_/http://rapchandus.com/skin/images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

/*
     FILE ARCHIVED ON 01:27:40 Dec 26, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:57:32 Jul 24, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 538.412
  exclusion.robots: 0.118
  exclusion.robots.policy: 0.105
  cdx.remote: 0.08
  esindex: 0.01
  LoadShardBlock: 514.523 (3)
  PetaboxLoader3.datanode: 476.169 (4)
  PetaboxLoader3.resolve: 719.247 (3)
  load_resource: 695.945
*/﻿
/*
     FILE ARCHIVED ON ﻿16:59:13 Jul 24, 2023﻿ AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON ﻿06:03:11 Dec 23, 2024﻿.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
﻿playback timings (ms):
﻿  ﻿captures_list﻿: ﻿0.385﻿
﻿  ﻿exclusion.robots﻿: ﻿0.013﻿
﻿  ﻿exclusion.robots.policy﻿: ﻿0.006﻿
﻿  ﻿esindex﻿: ﻿0.009﻿
﻿  ﻿cdx.remote﻿: ﻿9.675﻿
﻿  ﻿LoadShardBlock﻿: ﻿254.721﻿ (﻿3﻿)
﻿  ﻿PetaboxLoader3.datanode﻿: ﻿198.077﻿ (﻿4﻿)
﻿  ﻿PetaboxLoader3.resolve﻿: ﻿322.423﻿ (﻿2﻿)
﻿  ﻿load_resource﻿: ﻿300.734﻿
﻿*/