.xsimglistbox *{
	padding:0;
	margin:0;
	-webkit-tap-highlight-color: transparent;
}
.xsimglistbox ul, .xsimglistbox ul li{
	margin-left: 0;
	list-style-type: none;
}
.xsimglistbox *:focus {
	outline: none;

}
.xsimglistbox *:active {
	outline: none;
}
@font-face {
	font-family: "imiconfont"; 
	src: url('./iconfont.ttf?t=1763296587318') format('truetype');
}
.xsimglistimg{
	display:none;

}
.xsimglist-div span {
	font-family: "imiconfont" !important;
	font-size: 25px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	cursor: pointer;
	background: rgba(10, 10, 10, .7);
	padding: 6px 10px;
	border-radius: 4px;
	color:#fff;
	z-index:1;
}

@media (any-hover: hover) {
	.xsimglist-div span:hover {
		opacity:.8;
	}
}
.xsimglist-qp{
	left:20px;
	bottom:16px;
}
.xsimglist-qp:before {
	content: "\e673";
  
}
.xsimglist-prev{
	right:78px;
	bottom:16px;
  
}
.xsimglist-prev:before {
  content: "\eb92";
  
}
.xsimglist-next{
	right:20px;
	bottom:16px;
	transform: rotate(180deg);
}
.xsimglist-next:before {
  content: "\eb92";
}

.xsimglistbox{
	border-radius: 4px;
	overflow:hidden;
	margin:20px auto;
	max-width:800px;
}
.xsimglist-div {
	width:100%;
	height:500px;
	max-height:80vw;
	background-size:contain;
	background-position: center;
	background-repeat:no-repeat;
	background-color:#ebebed;
	position:relative;
}
.xsimglist-list {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 10px;
	margin-top:8px;
}

.xsimglist-list li {
	width: 19%;
	height: 60px;
	background-size: cover;
	background-position: center;
	border: 1px solid #ddd;
	opacity: .55;
	transition: opacity .3s ease;
	cursor: pointer;
}
.xsimglist-list li:hover {
	opacity: .8;
}
.xsimglist-list li.cur {
	opacity: 1;
}
.xsimglist-tran{
	opacity:1;
	transition: opacity .3s ease;
	width:100%;
	height:100%;
	background-size:contain;
	background-position: center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}
