.msg_page .table {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-top: 1px solid #E6E9ED;
	background: #FFF;
}

.msg_page .table .row {
	display: table-row;
	vertical-align: middle;
}

.msg_page .table .row .cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0.8em 0em;
	border-bottom: 1px solid #E6E9ED;
}

.msg_page .table .row .cell:nth-child(3) {
	width: 100%;
}

.msg_page .table .row .cell .radio {
	width: 1.8em;
	height: 1.8em;
	display: block;
	margin: 0.8em;
	border-radius: 50%;
}

.msg_page .table .row .cell .noselect {
	background: url("../image/radio2.png") center no-repeat;
	background-size: 1.6em 1.6em;
}

.msg_page .table .row .cell .selected {
	background: url("../image/radio1.png") center no-repeat;
	background-size: 1.6em 1.6em;
}

.msg_page .table .row .cell .img {
	width: 4em;
	height: 4em;
	display: block;
	padding-right: 0.8em;
}

.msg_page .table .row .cell .title,.msg_page .table .row .cell .date {
	display: block;
	font-size: 1.2em;
	line-height: 1.5;
	word-break: break-all;
}

.msg_page .table .row .cell .date {
	color: #999;
}

.msg_page .table .row .cell .read {
	width: 2em;
	height: 2em;
	background: url("../image/more.png") center no-repeat;
	background-size: 0.7em 1.2em;
	display: block;
}

.msg_page .table .row .cell:nth-child(4) a {
	display: block;
}

.msg_page .table .none {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
	padding: 0.8em 0em;
}

.msg_page .msg_btn {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9;
}

#msg_btn {
	width: 100%;
	font-size: 1.2em;
	color: #FFF;
	background: #DD0000;
	height: 3em;
}