

/*µ¯¿òÑùÊ½*/
.fixed_kjrk{
	position: fixed;
	right: 0;
	top: 120px;
	width: 50px;
	height: 50px;
	z-index:999;
}
.fixed_kjrk ul li{
	font-size: 12px;
	margin: 15px 0;
	cursor: pointer;
}
.fixed_kjrk ul li img{
	/* margin-bottom: 5px; */
}
.fixed_kjrk ul,.fixed_kjrk ul li,.fixed_kjrk ul li img{
	width: 100%;
	display:block;
}
.img_kjrk{
	position: fixed;
	right: 0;
	top: 170px;
	padding: 5px;
	width: 40px;
	box-sizing:border-box;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	z-index: 99;

	cursor: pointer;
}
.img_kjrk img{
	animation: rotate 5s linear infinite;	
}
@keyframes rotate{from{transform: rotate(0deg)}
to{transform: rotate(359deg)}
}
.img_kjrk img{
	width: 100%;
}
.fixed_kjrk ul{
	position: fixed;
	top: 210px;
	width: 40px;
	padding: 10px 5px 0;
	box-sizing: border-box;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 66;
	opacity: 0;
	right: 0;
}
.fixed_kjrk:hover .ul_kjrk{
	animation:mymove 1s infinite;
	animation-fill-mode: forwards;
	animation-iteration-count:1;
}
@keyframes mymove
{
	from {top:160px;opacity: 0;}
	to {top:210px;opacity: 1}
}


[data-hpid="177"] {
    background: white !important;
}