#images a {
	margin-right: 14px;
}

#images a img {
	border: 1px solid #888;	
	padding: 3px;
	vertical-align: top;
}

#credit {
	clear: both;	
	margin-top: 50px;
	padding-top: 20px;
	font-size: 10px;
	border-top: 1px solid #BBB;
	font-family: Verdana;
}

#imgbox-loading:hover {
	background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
	color: #fff;
	box-shadow: 0px 0px 80px rgba(0,255,255,0.8);
	border: 2px solid #fff;
	transform: scale(1.1);
}

#imgbox-loading::after{
    content:"加载中...";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(0,255,255,0.8);
}

/*-------------------------------*/
.ld-left,
.ld-right {
	position: absolute;
	top: -1px;
	width: 36px;
	height: 72px;
	overflow: hidden;
}

.ld-left{
	left:-1px;
	border-radius: 72px 0 0 72px;
}

.ld-right{
	right: -1px;
	border-radius: 0 72px 72px 0;
}

.ld-left div,
.ld-right div {
	position:absolute;
	content:"";
	display:block;
	width: 36px;
	height: 72px;
	background-color: white;
	border-radius: 72px 0 0 72px;
	transition:all 1.6s;
	transform-origin:right center;
	transform:rotateZ(-180deg);
}

.ld-right div {
	position:absolute;
	content:"";
	display:block;
	border-radius: 0 72px 72px 0;
	transform-origin:left center;
	transform:rotateZ(-178deg);
}

.ld-progress {
	position: absolute;
	width: 60px;
	height:60px;
	line-height:64px;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	left: 5px;
	top: 5px;
	text-align: center;
}

.ld-progress span {
	font: 200% Arial;
}
/*-----------------------------*/

#imgbox-loading.pageRotate {
	animation: page_rotate 5s infinite linear;
  	-webkit-animation: page_rotate 5s infinite linear;
}

#imgbox-loading {
	position: absolute;
	margin: auto; top: 0; left: 0; bottom: 0; right: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
	border: 3px solid rgba(0,255,255,0.3);
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
	cursor: pointer;
	display: none;
	z-index: 90;
	opacity: 0.95;
	box-shadow: 0 0 40px rgba(0,255,255,0.6),
	            inset 0 0 20px rgba(255,255,255,0.2);
	animation: loading_pulse 2s ease-in-out infinite, loading_rotate 3s linear infinite;
  	-webkit-animation: loading_pulse 2s ease-in-out infinite, loading_rotate 3s linear infinite;
  	transition: all 0.3s ease;
}

/* 加载动画 - 脉冲效果 */
@keyframes loading_pulse {
  0%, 100% {
    box-shadow: 0 0 40px rgba(0,255,255,0.6),
                inset 0 0 20px rgba(255,255,255,0.2),
                0 0 0 0 rgba(0,255,255,0.7);
  }
  50% {
    box-shadow: 0 0 60px rgba(0,255,255,0.9),
                inset 0 0 30px rgba(255,255,255,0.4),
                0 0 0 20px rgba(0,255,255,0);
  }
}

@-webkit-keyframes loading_pulse {
  0%, 100% {
    box-shadow: 0 0 40px rgba(0,255,255,0.6),
                inset 0 0 20px rgba(255,255,255,0.2),
                0 0 0 0 rgba(0,255,255,0.7);
  }
  50% {
    box-shadow: 0 0 60px rgba(0,255,255,0.9),
                inset 0 0 30px rgba(255,255,255,0.4),
                0 0 0 20px rgba(0,255,255,0);
  }
}

/* 加载动画 - 旋转效果 */
@keyframes loading_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading_rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/

#imgbox-loading div {
	/*background: #FFF;
	width: 100%;
	height : 100%;
	display: none;*/
}

#imgbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(2px 2px at 20% 30%, white, transparent),
		radial-gradient(2px 2px at 60% 70%, white, transparent),
		radial-gradient(1px 1px at 50% 50%, white, transparent),
		radial-gradient(1px 1px at 80% 10%, white, transparent),
		radial-gradient(2px 2px at 90% 60%, white, transparent),
		radial-gradient(1px 1px at 33% 80%, white, transparent),
		radial-gradient(1px 1px at 15% 90%, white, transparent),
		radial-gradient(2px 2px at 70% 40%, white, transparent),
		radial-gradient(1px 1px at 25% 15%, white, transparent),
		radial-gradient(1px 1px at 85% 85%, white, transparent),
		radial-gradient(ellipse at center, rgba(0,20,40,0.95) 0%, rgba(0,5,15,0.98) 100%);
	background-size: 200% 200%, 200% 200%, 200% 200%, 200% 200%, 200% 200%,
	                 200% 200%, 200% 200%, 200% 200%, 200% 200%, 200% 200%, 100% 100%;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	display: none;
	z-index: 80;
	animation: overlay_fadein 0.4s ease, stars_twinkle 3s ease-in-out infinite;
	-webkit-animation: overlay_fadein 0.4s ease, stars_twinkle 3s ease-in-out infinite;
}

/* 星球元素 */
#imgbox-overlay::before {
	content: '';
	position: absolute;
	top: 15%;
	right: 10%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 30%, rgba(100,150,255,0.8), transparent 50%),
		radial-gradient(circle at center, rgba(50,100,200,0.6), rgba(20,50,100,0.4));
	box-shadow:
		0 0 40px rgba(50,100,200,0.4),
		inset -20px -20px 40px rgba(0,0,50,0.6),
		inset 10px 10px 30px rgba(100,150,255,0.3);
	animation: planet_float 20s ease-in-out infinite;
	-webkit-animation: planet_float 20s ease-in-out infinite;
	opacity: 0.7;
}

#imgbox-overlay::after {
	content: '';
	position: absolute;
	bottom: 20%;
	left: 8%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 35%, rgba(255,200,100,0.8), transparent 50%),
		radial-gradient(circle at center, rgba(200,120,50,0.6), rgba(150,80,30,0.4));
	box-shadow:
		0 0 30px rgba(200,120,50,0.4),
		inset -15px -15px 30px rgba(100,50,0,0.6),
		inset 8px 8px 20px rgba(255,200,100,0.3);
	animation: planet_float 25s ease-in-out infinite reverse;
	-webkit-animation: planet_float 25s ease-in-out infinite reverse;
	opacity: 0.6;
}

@keyframes planet_float {
	0%, 100% {
		transform: translateY(0) translateX(0);
	}
	25% {
		transform: translateY(-15px) translateX(10px);
	}
	50% {
		transform: translateY(-5px) translateX(-10px);
	}
	75% {
		transform: translateY(-20px) translateX(5px);
	}
}

@-webkit-keyframes planet_float {
	0%, 100% {
		-webkit-transform: translateY(0) translateX(0);
	}
	25% {
		-webkit-transform: translateY(-15px) translateX(10px);
	}
	50% {
		-webkit-transform: translateY(-5px) translateX(-10px);
	}
	75% {
		-webkit-transform: translateY(-20px) translateX(5px);
	}
}

@keyframes overlay_fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes overlay_fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* 星空闪烁动画 */
@keyframes stars_twinkle {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.85;
	}
}

@-webkit-keyframes stars_twinkle {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.85;
	}
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
	border-radius: 15px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.5),
	            0 0 100px rgba(0,255,255,0.3);
	overflow: visible;
	animation: imgbox_zoomin 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
	-webkit-animation: imgbox_zoomin 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes imgbox_zoomin {
	from {
		transform: scale(0.3) rotate(-5deg);
		opacity: 0;
	}
	to {
		transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes imgbox_zoomin {
	from {
		-webkit-transform: scale(0.3) rotate(-5deg);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	display: block;
}

.imgbox-img:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.imgbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 40px;
	width: 40px;
	background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	box-shadow: 0 5px 20px rgba(0,255,255,0.5);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	z-index: 100;
}

.imgbox-close::before,
.imgbox-close::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
}

.imgbox-close::before {
	transform: rotate(45deg);
}

.imgbox-close::after {
	transform: rotate(-45deg);
}

.imgbox-close:hover {
	transform: rotate(90deg) scale(1.1);
	-webkit-transform: rotate(90deg) scale(1.1);
	box-shadow: 0 8px 30px rgba(0,255,255,0.8);
}

.imgbox-title {
	padding: 15px 20px;
	font-size: 14px;
	text-align: center;
	font-family: "Microsoft Yahei", Arial, sans-serif;
	color: #333;
	background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
	border-top: 1px solid #dee2e6;
	display: none;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}

.imgbox-bg-n {
	left: 0;
	top: -20px;
	width: 100%;
	background: url(../images/imgbox/imgbox-bg-n.png) repeat-x;
}

.imgbox-bg-ne {
	right: -20px;
	top: -20px;
	background: url(../images/imgbox/imgbox-bg-ne.png) no-repeat;
}

.imgbox-bg-e {
	right: -20px;
	top: 0;
	height: 100%;
	background: url(../images/imgbox/imgbox-bg-e.png) repeat-y;
}

.imgbox-bg-se {
	right: -20px;
	bottom: -20px;
	background: url(../images/imgbox/imgbox-bg-se.png) no-repeat;
}

.imgbox-bg-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	background: url(../images/imgbox/imgbox-bg-s.png) repeat-x;
}

.imgbox-bg-sw {
	left: -20px;
	bottom: -20px;
	background: url(../images/imgbox/imgbox-bg-sw.png) no-repeat;
}

.imgbox-bg-w {
	left: -20px;
	top: 0;
	height: 100%;
	background: url(../images/imgbox/imgbox-bg-w.png) repeat-y;
}

.imgbox-bg-nw {
	left: -20px;
	top: -20px;
	background: url(../images/imgbox/imgbox-bg-nw.png) no-repeat;
}

/* 加载动画内部装饰 */
#imgbox-loading::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border: 3px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	border-radius: 50%;
	animation: loading_spin 1s linear infinite;
	-webkit-animation: loading_spin 1s linear infinite;
}

@keyframes loading_spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@-webkit-keyframes loading_spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}

/* 图片信息提示样式 */
.imgbox-wrap::before {
	content: '按 ESC 或点击关闭按钮退出';
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	white-space: nowrap;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
	animation: hint_fadein 0.8s ease 0.5s both;
	-webkit-animation: hint_fadein 0.8s ease 0.5s both;
}

@keyframes hint_fadein {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

@-webkit-keyframes hint_fadein {
	from {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(0);
	}
}

/* 图片容器悬停效果增强 */
.imgbox-wrap:hover {
	box-shadow: 0 25px 80px rgba(0,0,0,0.6),
	            0 0 120px rgba(0,255,255,0.4);
}