html,body{
	margin: 0;
	padding:0;
	font-family: "微软雅黑";
	background-color: #edf4ec; 
}
.left{
	float: left;
}
.right{
	float: right;
}
a{
	text-decoration: none;
}
.mypatients{
	width: 910px;
	height: auto;
	background-color: #fff;
	margin:20px;
    float:left;
}
.mypatients-content{
	width: 908px;
	height: auto;
	border: 1px solid #dcdcdc;
	overflow: auto;
    min-height:500px;
}
.mypatients-top{
	width: 908px;
	height: 40px;
	line-height: 40px;
	color: #00bc9b;
	font-size: 14px;
}
.mypatients-top img{
	margin-left: 20px;
	vertical-align: middle;
}
.mypatients-search{
	height: 30px;
    font-size:14px;
    margin-left:10px;
}
.search-input{
	width: auto;
	height: auto;
	margin-right: 20px;
    float:right;
}
.search-text{
	width: 100px;
	height: 22px;
	outline: none;
	float: left;
	border: 1px solid #d5d5d5;
	border-right: 0;
}
.search-button{
	width: 20px;
	height: 20px;
	border: 1px solid #d5d5d5;
	float: left;
	background: url("../images/sousuo.png") center no-repeat;
	outline: none;
}
.mypatients-detial{
	width: 908px;
	height: auto;
	overflow: hidden;
    min-height:370px;
}
.detial-box{
	width: 160px;
	height: 140px;
	margin:10px;
	padding-top: 10px;
	background-color: #0ab9d9;
	font-size: 14px;
	color: #fff;
}
.detial-box:hover{
	color: #171717;
}
.mypatients-detial ul{
	margin:0;
	padding: 0;
    background:none;
    border:0;
    height:auto;
    overflow:hidden;
}
.mypatients-detial li{
	list-style-type: none;
    border:0;
}
.detial-box li{
	text-align: center;
	line-height: 23px;
}
.detial-box a{
	font-size: 12px;
	color: #171717;
}
.mypatients-none{
    font-size:16px;
    color:#00bc9b;
    text-align:center;
    margin:10px 0;
}
.mypatients-none img{
    vertical-align:middle;
}
.detial-input{
	width: 908px;
	height: auto;
	margin:20px 0;
	overflow: auto;
}
.input-button{
	width: auto;
	height: auto;
	margin-right: 20px;
    float:right;
}
.detial-input input{
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	cursor: pointer;
	outline:none;
	font-size: 12px;
	color: #828282;
}
.input-click{
	background-color: #3ea891;
	color: #fff;
}
.lis-tip{
    color: #00bc9b;
    text-align: center;
    line-height: 300px;
}
.lis-tip img{
    vertical-align:middle;
}