.BioHot {position: relative;text-align: center;float: left;width: 9.09%;}
.BioHot>a {display: inline-block;padding: 10px 0;width:100%;}
.BioHot>a:hover {background: #FCEBEC;color: #ff0000;}

.BioHot-menu {
	width: 150px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 4px rgb(0 0 0 / 20%);
	position: absolute;
	left: 0;
	top: 40px;
	text-align: center;
	transition: all .3s ease-out 0s;
	z-index: 99;
	display: none;
}
.BioHot:hover .BioHot-menu{display:block;}

.BioHot-menu ul li{border-bottom:1px dashed #ccc;height:36px;line-height:36px;text-align:left;padding-left:5px;background-color:rgba(0,102,255,.1);}
.BioHot-menu ul li:last-child{border-bottom-style:none;}
.BioHot-menu a {font-weight: normal;width:100%;display:inline-block;text-decoration: none; }
.BioHot-menu a:hover {background: none; color: #ba2636;}