/*body {
	max-width: 1366px;
}*/

.prevMilk {
	width: 34%;
	height: 455px;
}

.abnormalData {
	width: 62%;
	height: 455px;
}

.personalCurve {
	width: 98%;
}

.prevMilk .areaContent,.abnormalData .areaContent {
	height: 360px;
}
/*��Ļ���С��1200pxʱ*/
@media screen and (max-width:1200px) {
	.prevMilk {
		width: 33%;
	}
	.personalCurve {
		width: 97%;
	}
}
/*��Ļ���С��940pxʱ*/
@media screen and (max-width:940px) {
	.abnormalData {
		width: 61%;
	}
}

form {
	margin-bottom: 10px;
}

label {
	color: #818181;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}

label b {
	margin: 0 3px;
}

.inputStyle {
	height: 36px;
	width: 125px;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	outline: none; -
	-webkit-appearance: none;
	background: #ffffff;
	padding-left: 15px;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}

.inputStyle:focus {
	border: 1px solid #63869e;
}

input[type='submit'] {
	width: 80px;
	height: 26px;
	background: #eb6100 url('./../../images/search.png') 14px center no-repeat;
	background-size: 20px 20px;
	color: #ffffff;
	border: none;
	outline: none;
	border-radius: 4px;
	padding-left: 16px;
}

input[type='submit']:hover {
	background: #cf5500 url('./../../images/search.png') 14px center no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
}

.days {
	width: 90px;
}

.content {
	padding: 0 40px;
	position: relative;
}

.areaContent img {
	width: 100%;
	height: 100%;
	display: block;
	max-height: 236px;
}

.calenderIcon {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.prevMilk table {
	width: 105%;
}

.prevMilk td {
	text-align: left;
}

.prevMilk table tr td:first-child {
	background: #63869e;
	color: #ffffff;
	white-space: nowrap;
}

.prevMilk table tr:first-child td:first-child {
	border-top: none;
}

.prevMilk table tr:last-child td:first-child {
	border-bottom: none;
}

.abnormalData tr td:first-child {
	border-left: 1px solid #999999;
}
.abnormalData tbody{
    height: 314px;
}
.abnormalData tbody tr:first-child td{
    border-radius: 0 !important;
}

.triNum{
	padding:0;
}
.triNum span{
	width:33.33%;
	height:100%;
	display:inline-block;
	line-height:29px;
	text-align:center;
	
}
.triNum span:nth-child(2){
	border-left:1px dashed #aaaaaa;
	border-right:1px dashed #aaaaaa;
}
