@charset "utf-8";
html,
body {
	height: 100%;
}

.g-doc {
	height: 100%;
	background: rgba(0, 0, 0, 1);
}

.slider-container {
	position: relative;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
  top: 10px;
  bottom: auto;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
	justify-content: center;
	padding: 0 5%;
}

.swiper-pagination-bullet {
	margin: 0 1% !important;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	opacity: 1;
	box-shadow: 0 0 4px #fff;
	background: rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

.tool-container {
	position: absolute;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,0.7) !important;
}
.tool-container img{
	height: 28px;
	width: 28px;
}
.thumb-container{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
	overflow: hidden;
}
.thumb-container .thumb-scroll{
	padding: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
}
.thumb-container .item {
	width: 33.3333%;
	flex-shrink: 0;
	text-align: center;
	padding: 10px;
}
.thumb-container .item.active img{
	border: 3px solid red;
}
.thumb-container .item .u-num{
	text-align: center;
	font-size: 14px;
}
.thumb-container .item img{
	border: 3px solid transparent;
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}