/* 首页rem */
.top-bottom{
	width: 4.8rem;
	position: fixed;
	z-index: 9999;
	right: 0;
	top: .43rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: .8425rem;
}
.top-bottom .top-link{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	text-decoration: none;
	height: 100%;
	position: relative;
	margin: 0 .09rem;
}
.top-bottom .top-link:hover .hover-img-box{
	transform:translateY(0px) translateX(-50%);
	opacity: 1;
	pointer-events: auto;
}
.hover-img-box{
	position: absolute;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: .15rem;
	left: 50%;
	transition: transform 300ms, opacity 300ms;
	transform:translateY(-0.1rem) translateX(-50%);
	top: 110%;
	opacity: 0;
	pointer-events: none;
	background-color: #ffffff;
	padding: 0.05rem;
	overflow: hidden;
}
.hover-img-box img{
	width: 100%!important;
	height: 100%!important;
}
.top-bottom .top-link img{
	width: .56rem;
	margin-bottom: .08rem;
}
.top-bottom .top-link p{
	font-size: .14rem;
	color: #ffffff;
}
.prem of_ellipsis p a{
	color: #ffffff;
}
