.it-gallery-link {
	padding-left: 22px;
	background: url("https://data.travelchinaguide.com/images/background/icon/icon-camera-gray.png") no-repeat left center;
	color: #d14900;
	text-decoration: underline;
	cursor: pointer;
}

.it-gallery-popup {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.it-gallery-popup.show {
	display: block;
}

.it-gallery-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .34);
}

.it-gallery-window {
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100vw - 36px);
	max-width: 620px;
	max-height: calc(100vh - 38px);
	transform: translate(-50%, -50%);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(0, 0, 0, .34);
	color: #222;
	overflow: hidden;
}

.it-gallery-title {
	height: 54px;
	padding: 0 56px 0 18px;
	font-size: 17px;
	line-height: 54px;
}

.it-gallery-close {
	position: absolute;
	right: 14px;
	top: 10px;
	z-index: 2;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: #222;
	font-size: 30px;
	line-height: 34px;
	cursor: pointer;
}

.it-gallery-swiper {
	position: relative;
	overflow: hidden;
	margin: 0 14px 16px;
	background: #f5f5f5;
}

.it-gallery-slide {
	text-align: center;
	background: #f5f5f5;
}

.it-gallery-popup.loading .it-gallery-window {
	height: auto;
}

.it-gallery-popup.loading .it-gallery-swiper {
	height: var(--it-gallery-loading-height, 360px);
	max-height: calc(100vh - 108px);
}

.it-gallery-popup.loading .it-gallery-swiper:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
	border: 3px solid #d4d4d4;
	border-top-color: #d14900;
	border-radius: 50%;
	animation: it-gallery-loading 1s linear infinite;
}

.it-gallery-popup.loading .it-gallery-prev,
.it-gallery-popup.loading .it-gallery-next,
.it-gallery-popup.loading .it-gallery-count {
	display: none;
}

.it-gallery-popup.loading .swiper-wrapper {
	visibility: hidden;
}

.it-gallery-slide img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 108px);
	margin: 0 auto;
}

.it-gallery-prev,
.it-gallery-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 30px;
	height: 60px;
	border: 0;
	background: transparent no-repeat center center;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transform: translateY(-50%);
	overflow: hidden;
}

.it-gallery-prev {
	left: 10px;
	background-image: url("https://data.travelchinaguide.com/images/background/arrow/wbgwgbd-left.png");
}

.it-gallery-next {
	right: 10px;
	background-image: url("https://data.travelchinaguide.com/images/background/arrow/wbgwgbd-right.png");
}

.it-gallery-count {
	position: absolute;
	right: 12px;
	bottom: 11px;
	z-index: 2;
	min-width: 42px;
	padding: 5px 8px;
	border-radius: 16px;
	background: rgba(0, 0, 0, .58);
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

@keyframes it-gallery-loading {
	to {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 768px) {
	.it-gallery-window {
		width: calc(100vw - 24px);
		max-height: calc(100vh - 24px);
	}

	.it-gallery-title {
		height: 46px;
		padding-left: 12px;
		font-size: 16px;
		line-height: 46px;
	}

	.it-gallery-close {
		right: 8px;
		top: 6px;
	}

	.it-gallery-swiper {
		margin: 0 10px 12px;
	}

	.it-gallery-slide img {
		max-height: calc(100vh - 82px);
	}

	.it-gallery-popup.loading .it-gallery-window {
		height: auto;
	}

	.it-gallery-popup.loading .it-gallery-swiper {
		height: var(--it-gallery-loading-height, 56vw);
		max-height: calc(100vh - 82px);
	}
}
