<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pr_color div.pr_color_each{
	display: table-row;
	float: left;
	margin-right: 5px;
}

.pr_color div.pr_color_each a{
	display: table-cell;
	width: 50px;
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.pr_color div.pr_color_each a img, .pr_color div.pr_color_each a video{
	max-width: 100%;
	max-height: 100%;
	border: none;
}

.prview-img-list{
	display: block;
	float: left;
	width:50px;
	margin-right: 10px;
}

.prview-img-main{
	display: block;
	float: left;
}

.privew-img-list-area{
	width: 50px;
}

.privew-img-list-area a img{
	max-width: 50px;
	border: none;
}

.privew-img-list-area:not(.privew-img-list-area-0){
	display: none;
}

.pr_color_each a i{
	display: none;
}

.pr_color_each a.on i{
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,0.9);
    border-radius: 8px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    color: black;
    margin: 2px 0 0 2px;
    box-shadow: 0 0 3px #696969;
}

.hidden{
	display: none;
}

.ATSsize a{
	display: block;
	float: left;
	background: #f9f9f9;
	border-radius: 4px;
	border: 1px solid #DCDCDC;
	padding: 0 8px;
	line-height: 25px;
	color: black;
	margin-right: 5px;
	text-decoration: none;
}

.ATSsize a.on{
	background: black;
	border: 1px solid black;
	color: white;
}

#protect-mobile{
	display: none;
}

@media (max-width: 991px){
	#protect-mobile{
		display: block;
		position: absolute;
		width:100%;
		height: 100%;
		/*background-color: rgba(0,0,0,0.5);*/
		z-index:9;
		top:0;
	}
}

/*@media screen and (max-width:500px){
	.zoomContainer{
		display:none !important;
	}
}*/</pre></body></html>