.hover-frame {
	width: 332px; color: rgb(255, 255, 255); font-family: "ºÚÌå"; font-size: 12px; display: block; position: absolute; z-index: 9999999 !important; box-sizing: border-box; box-shadow: 0px 2px 8px #111; text-shadow: 0px 2px 4px #000;
}
.hover-block {
	border-radius: 2px; width: 100%; height: 100%; overflow: hidden; position: relative; box-sizing: inherit; box-shadow: 0px 2px 8px rgba(0,0,0,0.2); background-repeat: repeat-x; background-color: rgb(68, 68, 68);
}
.hover-header {
	padding: 10px; margin-bottom: 12px; border-bottom-color: rgb(0, 0, 0); border-bottom-width: 1px; border-bottom-style: solid; display: flex; box-shadow: 0px 1px 3px #222; background-image: linear-gradient(rgb(68, 68, 68) 0px, rgb(51, 51, 51) 100%); background-size: 100% 100%; background-color: rgb(17, 17, 17);
}
.hover-header > div {
	padding-left: 10px;
}
.hover-icon {
	border-radius: 5px; border: 1px solid rgb(17, 17, 17); border-image: none; width: 40px; height: 40px; overflow: hidden; float: left; position: relative; box-shadow: 0px 1px 3px #222; background-color: rgb(68, 68, 68);
}
.hover-icon > img {
	left: 50%; top: 50%; position: absolute; z-index: 4; max-height: 105%; max-width: 105%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
.icon-blur {
	width: 100px; height: 100px; max-height: 100px; max-width: 100px; -webkit-filter: blur(10px);
}
.hover-header-name {
	font-size: 15px; margin-top: 4px;
}
.hover-status-type {
	color: rgb(168, 155, 138); font-size: 10px; margin-top: 0px;
}
.hover-content-area {
	width: 100%; display: flex;
}
.hover-content-section {
	margin: 0px; padding: 0px 20px 15px; flex:0 1 100%; width: 100%; min-width: 300px; -webkit-flex: 0 1 100%;
}
.hover-content-block {
	position: relative; box-sizing: border-box;
}
.hover-content-discription > p {
	padding: 0px 2px 0px 0px;
}
#image-frame {
	display: block; position: absolute; z-index: 9999999 !important;
}
.hover-img {
	border-radius: 0.5rem; height: auto; max-width: 250px; box-shadow: 0px 0px 8px #111, 0px 0px 8px #111;
}
.img-hover-area {
	color: rgb(191, 23, 23) !important; cursor: pointer; text-decoration-line: none;
}
.img-hover-area img {
	width: 1.2rem; margin-top: 0.3rem; margin-left: 0rem; position: absolute;
}
.img-hover-area:hover {
	background: rgba(170, 15, 15, 0.1);
}
