/*头部header*/
.header{
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666;
    background: #f3f3f3;
    border-bottom: 1px solid #e8e8e8;
    min-width: 1200px;
}
.header .fore,.header .split{
    float: left;
}
.header .fore a{
    color: #666;
}
.header .fore{
    padding: 0 16px;
}
.header .site-nav-icon{
    display: inline-block;
    margin-left: 4px;
    width: 14px;
    height:14px;
    vertical-align: -2px;
    margin-right:6px;
}
.header .logo-little{
    width: 72px;
    height: 17px;
    display: block;
    float: left;
    margin-top: 8px;
}
.header .welcome {
    padding-right: 2px;
    margin-right: -8px;
}
.header .fore a:hover{
    color: #508edb;
    text-decoration: underline;
    cursor: pointer;
}
.header .split{
    color:#cdcdcd;
    width:1px;
    height:14px;
    margin-top:10px;
    background:#cdcdcd;
}
.header .clinic-menu{
    position: relative;
    z-index: 999;
    width: 72px;
}
.clinic-menu .tab-wraper{
    position: absolute;
    z-index: 120;
    background: #fff;
    width:104px;
    left:-1px;
    border:1px solid #ddd;
    border-top:none;
}
.clinic-menu .tab-wraper li {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding:0;
}
.clinic-menu .tab-wraper li a{
    width:100%;
    height:100%;
    display:inline-block;
}
.clinic-menu .tab-wraper li a img{
    margin-top: 12px;
}
.clinic-menu .tab-wraper .act{
    background:#f1f1f1;
}
.clinic-menu .dordown .arrow{
    position: absolute;
    top: 11px;
    right: 18px;
    border-style: solid;
    width: 0px;
    height: 0px;
    margin-top: 4px;
    float: right;
    line-height: 0px;
    border-color: rgb(136, 136, 136) transparent transparent !important;
    border-width: 6px 6px 0px !important;
}

.erm_code{
	position: relative;
	z-index:999;
}
 .erm_code a{
 	color:#858484;
 }
.erm_code .erm_img{
	position: absolute;
	top:25px;
	left:-68px;
	display:none;
	z-index:999;
	width: 143px;
	height:180px;
	font-size:12px;
	padding-top:17px;
	text-align: center;
	background:url(../../../images/index/ewm_bg.png) top center no-repeat;
}
.erm_code .erm_img i{
	font-size:12px;
	line-height:34px;
	color:#196ec8;
}
.erm_code .erm_img p{
	font-size:12px;
	line-height:20px;
}
.erm_code .erm_img img{
	width: 116px;
	height:116px;
	line-height:0;
	display:inline-block;
}
.erm_code:hover .erm_img{
	display: inline-block;
}

.header .hd-lft .messageWarnSpan{
	cursor: pointer;
    width: 17px;
    height: 12px;
    position: relative;
    display: inline-block;
    vertical-align: -2px;
    margin-left: 4px;
    background: url(../../../images/common/imessage.png);
}
.header .hd-lft .messageWarnSpan em{
    color:#ef5555;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    top: -24px;
    right: -3px;
}


/*系统消息*/
.imessage{
    width: 296px;
    height: 185px;
    border: 1px solid #ddd;
    position: fixed;
    bottom: 8px;
    right: 8px; 
    z-index: 9999;
    background: #fff;
}
.imessage div{
    color: #333;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-left: 14px;
    background: #fbfbfb;
}
.imessage div span{
    color: #999;
    font-size: 14px;
    margin-right: 12px;
    float: right;
    cursor: pointer;
}
.imessage h1{
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    color: #333;
}
.imessage p{
    font-size: 12px;
    height: 95px;
    line-height: 20px;
    padding: 0 14px;
    color: #999;
    word-break:break-all;
	word-wrap:break-word;
}
.imessage .page_list li{
  font-size: 12px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  float: left;
}
.imessage .page_list li a{
    text-decoration: underline;
}
.imessage .page_list .page{
  width: 45%;
  cursor: pointer;
}
.imessage .page_list .last a{color: #999;cursor: default;}
.imessage .page_list .page_num{
  width: 10%;
}

