.xlphbx {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #0000005e;
	top: 0;
	left: 0;
	z-index: 999;
}

.xlphbx-box {
	background-color: white;
	width: 100%;
	height: 100vh;
	border-radius: 3px;
	background-color: white;
	border: 1px solid;
	border-color: #D5D9D9;
	box-shadow: 0 0 14px 0 rgb(15 17 17 / 50%);
}

.xlphbx-head {
	width: 100%;
	height: 26px;
}

.xlphbx-photo {
	height: calc(100% - 30px);
	text-align: center;
}

.xlphbx-photo img {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
}

@media (max-width: 1023px) {

	.xlphbx-box {
		height: auto;
	}

	.xlphbx-photo img {
		height: auto;
	}

	.xlphbx-thumbs {
		width: 100%!important;
		padding-right: 17px;
	}

	.xlphbx-title {
		display: none;
	}

}

.xlphbx-thumbs {
	float: left;
	width: 60px;
	text-align: center;
	margin-top: 17px;
	padding-left: 3px;
}

.xlphbx-thumbs a {
	position: relative;
}

.xlphbx-thumbs img {
	width: 60px;
	height: 60px;
	margin: 0 7px 8px 0;
}

.xlphbx-thumbs .vplay::after {
	left: 7px;
	top: -16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.xlphbx .xtimes:after {
	display: inline-block;
	content: "\00d7";
	font-size: 64px;
	color: #616161;
	float: right;
	padding: 0 12px;
	cursor: pointer;
	line-height: 64px;
}

.xlphbx-title {
	position: fixed;
	top: 90px;
	right: 10px;
	width: 300px;
}

