.gll_box {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100000000;
	background: #0000008a
}
.gll_box > span {
	position: fixed;
	right: 30px;
	top: 20px;
	font-size: 20pt;
	color: #fff;
	cursor: pointer;
	z-index: 100000;
}
.remgs:hover {
	color: red
}
.gll_box > .prgs {
	right: 100px
}
.gll_box > .nxgs {
	right: 70px
}
.gll_box ul {
	transition: 0.1s;
	position: relative;
	width: max-content;
	display: flex;
}
.gll_box ul li {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.gll_box ul li img {
	display: table;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 650px;
}
.gll_box ul li div {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 100000;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 960px) {
	.gll_box ul li img {
		max-width: 100%
	}
}