/*BioHot*/
.BioHot {position: relative;text-align: center;float:}
.BioHot>a {display: inline-block;width:100%; color: #000;font-size: 15px;}
.BioHot>a:hover {background: #FCEBEC;color: #ff0000;text-decoration: none;}

.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: 35px;
	text-align: center;
	transition: all .3s ease-out 0s;
	z-index: 99;
	display: none;
}
.BioHot:hover .BioHot-menu{display:block;}

.BioHot-menu ul{padding-left:0;list-style-type: none;}
.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;font-size: 14px; color: #666;text-decoration: none; }
.BioHot-menu a:hover {background: none; color: #ba2636;text-decoration: none;}

.clearfix:after{display:table;content:" ";clear:both;}
.clear{clear:both;font-size:0;line-height:0;height:0;}

.nav-link{padding: 0.5rem 1.1rem;}

/*BioHotµ¯³ö¿ò*/
.layui-layer-iframe{border-radius: 23px!important; min-width:330px;max-width:950px;  overflow: unset!important;}
.layui-layer-iframe iframe{border-radius: 22px!important;}