html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
}

.date {
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	/* text-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
	color: #666;
}

.date strong {
	padding: 0 0px;
	display: inline-block;
	height: 45px;
}

.record_font {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 2em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}


/*Ö÷´°¿Ú*/
.win_main {
	width: 100%;
	height: 100%;
	/* background-color: #f2fef9; */
	background-color: #fff; 
	

}

/*¶¥²¿ÐÅÏ¢*/
.win_top {
	width: 100%;
	background-color: #f7ece6;
	height: 6%;
	float: left;
	border-bottom:1px solid #f6ddd9;

}

.win_date {
	width: 30%;
	float: left;
	margin-left: 1em;
}

.win_sjd {
	width: 25%;
	float: left;
	margin-left: 1em;
}

.win_sjd span {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.5em;
	/* text-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
	line-height: 70px;
	color: #666;
	font-weight: bold;
	display: inline-block;
}

.win_ReserveMeal {
	width: 30%;
	float: right;
	margin-right: 1.5em;
	text-align: right;
}

.win_ReserveMeal span {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.5em;
	/* text-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
	line-height: 70px;
	color: #666;
	display: inline-block;
}

/*ÇëÇó¼ÇÂ¼ÏÔÊ¾*/
.record_list {
	width: 100%;
	height: 80%;
	float: left;
	overflow: hidden;
}

.record_main {
	width: 100%;
	height: 13em;
	border: solid 1px #cbb9ab;
	border-top: 0px;
	background-color: #ffffff;
}

.record_img {
	width: 7%;
	height: 100%;
	float: left;
	display: table;
	text-align: center;
	margin-left: 2em;
}

.record_img div {
	display: table-cell;
	vertical-align: middle;
}

.record_img div img {
	width: 7em;
	height: 9em;
	border-radius: 1em;
}

.record_name {
	width: 15%;
	height: 100%;
	float: left;
	text-align: center;
	display: table;
}

.record_name div {
	display: table-cell;
	vertical-align: middle;
}

.record_right {
	width: 70%;
	height: 100%;
	float: left;
	margin: 0 1em;
}

.record_detail {
	width: 100%;
	height: 70%;
	display: table;
	border-bottom: solid 1px #f3f3f3;
}

.record_detail div {
	display: table-cell;
	vertical-align: middle;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.record_balance {
	width: 70%;
	height: 30%;
	display: table;
	float: left;
}

.record_balance div {
	display: table-cell;
	vertical-align: middle;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.record_time {
	width: 30%;
	height: 30%;
	display: table;
	float: left;
}

.record_time div {
	display: table-cell;
	vertical-align: middle;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: #565656
}

.numColor {
	color: #f37b1d;
}