@CHARSET "UTF-8";

body,ul,li,p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
body{
	font-family: "微软雅黑";
	font-size:12px;
    background-color: #ffffff;
}
ul{
	list-style:none;
}#header
.container{
	//min-width:1150px;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	clear:both;
}
#main .content{
	width:100%;
	/* padding:20px 20px 0 20px; */
}
#main .content h2{
	font-size:30px;
	//background:url(../../../images/common/title_bg.png) no-repeat left top;
}
/***************header*****************/
#header{
	height:34px;
	background-color: #56ABE4;
	padding:0 20px 0 0px;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
.logo{
	padding-top:15px;
}
.logo img{
	height:100px;
}
#header .title{
	line-height:130px;
	margin-left:40px;
}
#header h1{
	font-size:46px;
	color:#fff;
}
#header .logo, #header .title{
	float:left;
}
#header .user_function{
	height:130px;
	float:right;
	position:relative;
}
.user_function_list li{
	display: inline-block;
}
.user_function_list a{
	display:block;
	color:#fff;
	text-decoration:none;
  margin-top: 2px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f90;
}
.user_function_list .function_item:hover{
	background-color:#fff;
	color:#56ABE4; 
}
.user_function_list .icon{
	position:relative;
	top:2px;
}
.user_function_list .not_change{
	display:inline-block;
}
.user_function_list .not_change:hover{
	background:none;
	color:#fff;
}
.user_function_list .search{
	outline:none;
	padding:4px 6px;
	margin-top:5px;
}
.message_center span{
	padding:4px 6px;
	color:#fff;
	background-color:red;
	font-weight:bold;
}
/***************医生切换医院选框************/
.switch_hospital{
	float:right;
	border:1px solid #fff;
	height:50px;
	line-height:50px;
	padding:0 20px;
	position:relative;
	color:#fff;
	font-size:14px;
	margin:8px 42px 0 0;
}

.btn_switch{
}

.show_time{
	color:#fff;
	font-size:14px;
	position:absolute;
	right: 40px;
	bottom:4px;
}
/***************end header*************/

/***************sideBar****************/
.sideBar{
	width:18%;
	height:770px;
	background:#efeff1;
	position:relative;
	border-right:2px solid #3BBFB4;
}
.toggle_bar{
	height:20px;
	line-height:20px;
	color:#fff;
	left:18%;
	margin-left:-14px;
	top:50%;
	padding:4px;
	position:absolute;
	border-radius:8px 0 0 8px;
	background-color:#3BBFB4;
	cursor:pointer;
	z-index:10;
	box-shadow:-1px 0 1px gray;
}
.sideBar .user{
	width:100%;
	text-align:center;
	margin-top:16px;
}
.user span{
	font-size:14px;
	margin-top:10px;
	font-weight:bold;
	display:inline-block;
}
.sideBar .function_list{
	margin-top:20px;
	border-bottom:1px solid #cccccb;
}
.sideBar .function_list li{
	border-top:1px solid #cccccb;
}
.sideBar .si-a{
	color:#0B1521;
	text-decoration:none;
	padding:10px 0 10px 38px;
	display:block;
	background:url(../../../images/common/function_list_pic.png) no-repeat 16px center;
}


.sideBar .si-a:hover{
	color:#fff;
	background-color:  #3BBFB4; 
}
.active{
	color:#000000;
	
	 
}
.actives{
	color:#fff;
	background-color: #3BBFB4; 
	text-decoration:none;
	padding:10px 0 10px 38px;
	display:block;
	 
}

.sideBar .function_list li a:visited{
	 
	text-decoration:none;
}
.function_list li a:hover{
	color:white;
	text-decoration:none;
}
.submenu{
	display:none;
}
.submenu li{
	padding-left:16px;
	border-top:none;
}
.submenu a{
	text-decoration:none;
	padding:10px 0 10px 38px;
	display:block;
	color:#0B1521;
}
.submenu li:hover{
	background-color:#3BBFB4;
}
#main .sideBar, #main .content{
	float:left;
   /*  margin-left: 320px; */
    width: auto;
}
/***************end sideBar************/

/***************main*******************/
#main:after{
	content:"";
	display:block;
	clear:both;
}
/***************end main***************/

/***************footer*****************/
#footer{
	//min-width:1210px;
	padding:10px 0;
	background-color:#56ABE4;
	color:#fff;
}
#footer p{
	text-align:center;
}
.item_footer{
	padding-top:20px;
}
/***************end footer*************/

/***************弹出框选择医院**************/
.popup{
	display:none;
}
.gray_bg{
	width: 100%;
	height:100%;
	background-color:#000;
	position:fixed;
	top:0;
	left:0;
	z-index:11;
	opacity:0.7;
	filter:alpha(opacity=70);
	display:block;
}
.select_hospital {
    width: 500px;
    height: auto;
    padding-bottom: 20px;
    border-radius: 2px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -115px;
    background: #fff;
    z-index: 15;
    font-size: 14px;
}
.select_hospital .header {
    background-color: #ffffff;
    height: 57px;
    line-height: 47px;
    position: relative;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid gainsboro;
}
.select_hospital .header h4 {
    font-size: 19px;
    font-weight: 400;
}
.select_hospital .main {
    line-height: 1.7;
    min-height: 0px;
    padding: 20px 30px;
}
.select_hospital .main span{
	font-size:15px;
	margin-left:10px;
}
.select_hospital .btn_close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    display: inline-block;
}
.btn_close::before {
    content: "\2716";
    position: absolute;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-align: center;
}
.select_hospital .btn_group{
	width:54px;
	margin:20px auto 0 auto;
}
.select_hospital .btn_confirm, .select_hospital .btn_cancel {
    width: 77px;
    height: auto;
    vertical-align: middle;
    color: #fff;
    border: 0;
    text-align: center;
    border-radius: 4px;
    background-color: #409EFF;
    padding: 9px 20px;
    font-size: 14px;
}
.select_hospital .btn_cancel{
	font-size:12px;
	margin-left:16px;
}
/***************end 弹出框选择医院**********/

/***************账号设置 弹出框****************/
.popup_setting{
	display:none;
}
.account_setting{
	width:500px;
	left:50%;
	top:24%;
	margin-left:-250px;
	border:2px solid #ddd;
	position:absolute;
	background-color:#fff;
	padding:10px 0 20px 14px;
	z-index:15;
}
.account_setting .header{
	z-index:10;
}
.account_setting .btn_close{
	width:19px;
	height:19px;
	color:#726B6B;
	font-size:16px;
	position:absolute;
	right:6px;
	top:8px;
	cursor:pointer;
	background:url(../../../images/common/btn_close.png) no-repeat left center;
}
.account_setting .header:after{
	content:"";
	display:block;
	clear:both;
}
.account_setting .pic{
	float:left;
}
.account_setting .text{
	float:left;
	padding:10px 0 0 0;
	margin-left:10px;
}
.text .title{
	font-size:24px;
	color:#939393;
}
.text .vice_title{
	color:#939393;
}
.account_setting .setting_main{
	margin-top:16px;
}
.tab_function{
	margin:0 20px 0 0;
	border-bottom:2px solid #3bbfb4;
}
.tab_function:after{
	content:"";
	display:block;
	clear:both;
}
.tab_function li{
	color:#3bbfb4;
	float:left;
	padding:10px 20px;
	background-color:#fff;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
.tab_function li.active{
	background-color:#3bbfb4;
	color:#fff;
}
.setting_main .content{
	padding:14px 0 0 0;
	display:none;
}
.setting_main .content .warning{
	color:red;
	margin:0 0 0 16px;
}
.table_modify_phone{
	margin:20px auto 0 auto;
}
.table_modify_phone span{
	color:red;
}
.table_modify_phone .label{
	color:#788;
	text-align:right;
}
.table_modify_phone .telephone{
	font-size:14px;
}
#telephone{
	width:268px;
}
#telephone, #idCode{
	height:24px;
	outline:none;
	padding-left:8px;
}
.btn_send{
	color:#fff;
	height:30px;
	padding:0 14px;
	vertical-align:middle;
	border:0;
	background-color:#3bbfb4;
	margin-top:-2px;
}
.table_modify_phone .submit{
	text-align:center;
}
.table_modify_phone .btn_submit{
	width:200px;
	text-align:center;
	height:30px;
	vertical-align:middle;
	color:#fff;
	border:0;
	margin:0 auto;
	font-size:15px;
	font-weight:bold;
	background-color:#3bbfb4;
}
.table_modify_pwd{
	margin:0 auto;
}
.table_modify_pwd span{
	color:red;
}
.table_modify_pwd .label{
	color:#788;
	text-align:right;
}
#old_pwd, #new_pwd, #confirm_pwd{
	width:240px;
	height:24px;
	outline:none;
	padding-left:8px;
}
.table_modify_pwd .submit{
	text-align:center;
}
.table_modify_pwd .btn_submit{
	width:200px;
	text-align:center;
	height:30px;
	vertical-align:middle;
	color:#fff;
	border:0;
	margin:0 auto;
	font-size:15px;
	font-weight:bold;
	background-color:#3bbfb4;
}
/***************end 账号设置 弹出框***********/


/************搜素栏**************/
.search_conditions {
 height: 150px;
    background-color: rgba(241, 240, 240, 0.72);
    width: 100%;
    border: 1px dashed rgba(128, 128, 128, 0.24);
    /* box-shadow: -6px 0 5px rgb(204, 205, 201),5px 0 5px rgb(4, 4, 6); */
    border-radius: 5px;
    margin-top: 30px;
}

.Same_btn{
	float: right;
    width: 60px;
    text-align: center;
    margin-right: 8%;
    color: #282b2b;
    background-color: rgba(164, 244, 238, 0.76);
    border: none;
    padding: 5px 0;
    border-radius: 5px;
       border: 1px solid rgba(99, 102, 102, 0.91);
    box-shadow: 0 0 5px rgb(162, 155, 155);
    outline: none;
    font-family: "Microsoft YaHei";
    background-image:-webkit-linear-gradient(top, rgba(82, 240, 227, 0.85) 0%, rgba(59, 191, 180, 0.44) 50%, rgba(46, 152, 143, 0.7) 50%, rgba(30, 110, 104, 0.17) 100%);
}

.Same_btn:active{
	background-color:rgba(18, 240, 222, 0.9);
	box-shadow: 0 0 5px black;
	background-image: -webkit-linear-gradient(top, rgba(54, 152, 144, 0.85) 0%, rgba(31, 102, 96, 0.44) 50%, rgba(23, 73, 69, 0.7) 50%, rgba(33, 119, 115, 0.6) 100%);
}
.Input_box {
  
	padding:5px;
	border-radius:2px;
	border:1px solid #CCC;
	outline:none;
	font-family: "Microsoft YaHei";
	width：auto;
	background-color: rgba(248, 248, 243, 0.72);
}


.PerName{
	float:left;
	border:1px solid #a0ded9;
	padding: 0;
    margin: 0;
    width: 236px;
    margin-left:10px;
   background-color: rgba(160, 222, 217, 0.73);
    padding-left: 5px;
    border-radius:2px;
}

.ivu-table-header thead tr th {
  background-color: #2d8cf0;
}
/************************/