       /*我的病历,费用查询弹出层样式*/
       
       .mui-backdrop {
       	position: absolute;
       	top: 100px;
       	right: 0;
       	bottom: 0;
       	left: 0;
       	z-index: 10;
       	background-color: rgba(0, 0, 0, .2);       	position: fixed;
       }
       
       h1 {
       	z-index: -100;
       }
       
       #findPopover,
       #namePopover {
       	top: 44px;
       	width: 100%;
       	height: 165px;
       	border-radius: 0;
       	background-color: #FFFFFF;
       }
       
       .find1 {
       	width: 80px;
       	height: 30px;
       	margin-top: 8px;
       	border: 1px solid white;
       	float: right;
       	margin-right: 5px;
       }
       
       .find1 span {
       	color: white;
       	font-size: 12px;
       	line-height: 30px;
       	margin-left: 2px;
       }
       
       .find2 {
       	width: 80px;
       	height: 30px;
       	margin-top: 8px;
       	float: right;
       	margin-right: 5px;
       }
       
       .find2 button {
       	border: none;
       	background-color: #00aaee;
       	color: white;
       }
       
       .dateInput {
       	width: 89px;
       	border: none;
       	border-bottom: 1px solid #ebebeb;
       }
       
       .dateDiv {
       	float: left;
       	margin-left: 12%;
       	width: 195px;
       	margin-top: 30px;
       }
       
       #btnDiv {
       	float: left;
       	width: 60px;
       	margin-top: 25px;
       }
       
       #btn {
       	height: 30px;
       	width: 60px;
       	background-color: #00aaee;
       }
       
       #btn span {
       	color: #ffffff;
       	font-size: 12px;
       }
       
    .mui-popover .mui-table-view-cell {
       	padding: 8px 15px;
       }
      
      .mui-text-center >a:not(.mui-btn) {
       	background: #FFFFFF;
       	color: #9f9f9f;
       }
       
       .mui-text-center >a:not(.mui-btn).mui-active {
       	background: #f0f0f0;
       	color: #00AAEE;
       }
       
       .mui-table-view:after,
       .mui-text-center :after {
       	height: 0;
       }