html,body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background-color: #edf4ec !important;
}
.left{
	float: left;
}
.healthdata{
	width: 910px;
	height: auto;
    margin-left:20px;
    float:left;
}
.hd{
	width: 908px;
	height: auto;
    min-height:500px;
	margin: 20px 0;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
.hd-top{
	width: 908px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #00bc9b;
}
.hd-top img{
	margin-left: 20px;
	vertical-align: middle;
}
.hd-input{
	width: 858px;
	height: auto;
	margin-left: 50px;
	overflow: auto;
}
.input-box{
	line-height: 40px;
	color: #000;
	font-size: 12px;
}
.input-text{
	width:100px;
	height:20px;
	margin-left:10px;
	margin-top:8px;
	border:1px solid #d5d5d5;
	outline:none;
	/*background-color:#f5f5f5;*/
}
.input-sousuo{
	width: 24px;
	height: 24px;
	margin-top:8px;
	border: 1px solid #d5d5d5;
	background: url("../images/sousuo.png") center no-repeat;
	outline:none;
}
.sjcx-content{
	width: 808px;
	height: auto;
	margin:0 50px;
    margin-bottom:30px;
}
.sjcx-content ul{
	margin: 0;
	padding: 0;
	width: 485px;
	height: 25px;
	border: 1px solid #46c1ae;
	border-radius: 5px;
}
.sjcx-content li{
	width: 80px;
	height: 25px;
	float: left;
	list-style-type: none;
	text-align: center;
	line-height: 25px;
	border-right: 1px solid #46c1ae;
	font-size: 14px;
	color: #4f4f4f;
	cursor: pointer;
}
.sjcx-hover{
	background-color: #46c1ae;
	color: #fff;	
}
.sjcx-table{
	width: 808px;
	height:auto;
    margin-bottom:30px;
}
.sjcx-table table{
    width:100%;
    border-collapse:collapse;
}
.sjcx-table tr{
    
}
.color{
    background-color:#eeeeee;
}
.change{
    background-color:#fff;
}
.hover-color{
    background-color:#d2ede9;
}
.sjcx-table td{
    width:130px;
    height:30px;
    text-align:center;
    font-size:13px;
    color:#050505;
    border:1px solid #cbcbcb;
}
.table-input{
    margin-top:50px;
    text-align:center;
    overflow:auto;
}
.table-input div{
    float:left;
}
.table-inputleft{
    margin-left:100px;
}
.table-inputright{
    line-height:30px;
}
.table-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;
}
.table-input span{
    margin:0 10px;
}
.show{
	display:block;
}
.hidden{
	display: none;
}
.lis-tip{
    color: #00bc9b;
    text-align: center;
    line-height: 300px;
}
.lis-tip img{
    vertical-align:middle;
}