@charset "utf-8";
 
/****menu -目录列表css****/
.left-menu {
  width: 200px;
  min-height: 100%;
  background-color: #397cbf;
  display: inline-block;
  position: fixed;
  z-index: 10;
}

  [v-cloak] { display: none }  
.doctor-info {
    min-height: 148px;
    /* background-color: #21588f; */
    padding: 5px;
    /* border-bottom: 3px solid #8ba5bf; */
}
.account {
    padding: 5px;
}
#headPhoto {
    display: block;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    overflow: hidden;
}
#doctorName {
    display: block;
    text-align: center;
    color: #f8f8f8;
    font-family: 微软雅黑;
    padding: 5px;
}
.avatar {
  width: 80px;
  height: 80px;
  position: relative;
  background-image: url(../../../../../NetHos_public/bjHos/image/common/nav/User.png);
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 1.00);
  margin: 20px auto;
}

.menu-control {
  color: #fff;
  margin-top: 20px;
  padding: 0 10px 3px 10px;
  list-style: none;
  height: 40px;
  overflow-y: auto;
}

.nowidth-center {
    display: table;
    margin: 0 auto 15px;
    position: relative;
}
ul.nowidth-center>a {
    /* height: 25px; */
    /* line-height: 25px; */
    display: inline-block;
    width: 50px;
    position: relative;
    color: white;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
}
ul.nowidth-center>a:hover{
	color: #03A9F4;
}
 


.nowidth-center>a>li {
    display: inline-block;
    position: relative!important;
    width: 100%;
/*     padding-left: 10px; */
    height: 25px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
}
.button_icon_loginout {
    background: url(../../../../../NetHos_public/bjHos/image/common/nav/exit_up.png) no-repeat 0px 0px;
    background-size: 25px 25px!important;
    background-position: center!important;
      position:relative;
}
/* .button_icon_loginout:after {
    content: "退出";
    position: absolute;
    display: inline-block;
    left:0px;
    transform: translateX(-50%);
    top: 26px;
    font-size: 12px;
} */
.button_icon_loginout-span {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: 26px;
  font-size: 12px;
  min-width: 50px;
}
.button_icon_home {
    background: url(../../../../../NetHos_public/bjHos/image/common/nav/home_button.png) no-repeat 0px 0px;
    background-size: 25px 25px!important;
    background-position: center!important;
    position:relative;
}
/* .button_icon_home:after {
    content: "首页";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 26px;
    font-size: 12px;
} */


.side-bar {
    display: inline-block;
    position: fixed;
    /* height: 570px; */
    overflow-y: auto;
    overflow-x: hidden;
    width: 200px;
    box-sizing: border-box;
    top: 265px;
    bottom: 0;
}

.side-bar-group {
   border-top: 1px solid #40709f;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0.7rem;
  /*   text-indent: 17px;
    padding-right: 10px; */
}
.side-bar-group:last-child{
	 border-bottom: 1px solid #40709f;
}
.side-bar-group:hover,.side-bar-group li:hover  {
    background: #2196F3;
   }
.side-bar-group:hover.side-bar-group>a,.side-bar-group li:hover a{
 color: #ffdf80!important;
}

 

.side-bar-group,
.side-bar-group a {
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  width: 200px;
  box-sizing: border-box;
  min-height: 36px;
}


.side-bar-group a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  text-decoration: none;
  text-indent: 30px;
      height: 35px;
     
}

.side-bar-group h3 {
    margin-top: 0;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    text-decoration: none;
    padding-right: 29px!important;
    border-bottom: 1px solid #2d70b3;
    margin-bottom: -2px;
    /* color: #FF9800; */
    font-weight: bold;
    /* background: aliceblue; */
    font-size: 15px!important;
    box-sizing: border-box;
    padding: 4px !important;
    height: 36px;
    line-height: 26px!important;
}
.side-bar-group h3, .side-bar-group>a {
	    line-height: 18px;
    position: relative;
   font-size: 15px;
    padding: 8px 3px;
    text-align: left;
    text-indent: 28px;
    font-family: 微软雅黑;
}
.side-bar-group h3:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 7px solid transparent;
    border-top: 7px solid #c4d7f2;
    border-right: 7px solid transparent;
    border-bottom: 0;
    position: absolute;
    right: 18px;
    top: 14px;
}
.side-bar-item {
  font-size: 1em;
  position: relative;
  background-color: #397cbf;
  display: none;
  line-height: 1.8em;
  
}

.side-bar-item li {
    position: relative;
    background: #21588f;
    border-bottom: 1px solid #1e4c79;
    height: 35px;
    box-sizing: border-box;
    padding-left: 10px;
}
.side-bar-item li a {
	font-size:15px!important;
    width: 190px!important;
    padding: 5px;
    box-sizing: border-box;
}

.side-bar-group.on .side-bar-item {
  display: block;
}




/* icon start */
.icon {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
}

.button-icon-info {
  height: 20px;
  width: 20px;
  background-image: url(../../../../../NetHos_public/bjHos/image/common/nav/info.png);
}
.button-icon-link {
    background: url(../../../../../NetHos_public/bjHos/image/common/nav/link-arrow.png) no-repeat 7px center;
    background-size: 20px 20px;
}
.button-icon-infos {
    background: url(../../../../../NetHos_public/bjHos/image/common/nav/info.png) no-repeat 7px center;
    background-size: 20px 20px;
}

.side-bar-group .icon {
  top: 0px;
  left: 10px;
}
/* icon end */
/*展示医院科室*/
.d-n {
    /* display: none; */
    text-align: center;
}
.input_search {
    text-align: center;
    padding: 2px 24px 2px 0px;
    background: rgb(255, 255, 255);
    width: 90%;
    box-sizing: border-box;
    margin: 10px auto;
}
input.input.hospital_name {
    position: relative;
    box-sizing: border-box;
    width: 90%;
    border: 0;
    margin: 0 auto;
}
.input_search input {
    border: none;
    width: 92%;
    height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
    position: relative;
}
.slide_down_img {
    background: url(../../../../../NetHos_public/bjHos/image/common/nav/switch.png) no-repeat 0px 0px;
    background-size: 20px 20px;
    width: 22px;
    height: 20px;
    transition: 2s;
    top: 5px;
    right: 4px;
    position: absolute;
}
/*icon*/
.icon1{
	background: url(../../../../../NetHos_public/bjHos/image/common/nav/exit_up.png) no-repeat 7px center !important;
    background-size: 20px 20px;
}
/*icon end*/

/***目录列表 end****/


/*****menu 其他内容******/
.Popup-div{
    font-family: "Microsoft Yahei";
	display:none;
	z-index:60;
	position:absolute;
	font-size:0px;
	margin-top: 166px;
    margin-left: 37%;
	background-color:#fff;
	width:460px;
	box-shadow: 0 0 19px #5c5958;
	}
/*****menu 其他内容end******/



/*右侧内容*/
.mx-box {
    padding: 10px;
    padding-left: 210px;
    box-sizing: border-box;
}
ul.ivu-page {
    text-align: center;
    margin: 10px;
}

.ivu-table tr th {
    
    background-color: #2d8cf0;
    color: white;
}
 /*右侧内容end*/