body{
    max-width: 640px;
    margin: 0px auto;
}
.fixed-header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
        }
.page-content {
            margin-top: 46px; /* 头部的高度 + 额外的空间 */
            padding: 0px;
        }
        
        
	.weui-cells1{background-color:#F8F8F8;}
	.weui-cells1:before{ border:none;}
	.weui-cells1:after{ border:none;}
	.tab-bottom .p-btn {
		height: 29px;
		display: block;
		font-size: 14px;
		color: #fff;
		line-height: 29px;
		text-align: center;
		background-color: #ddd;
		border-radius:3px;
		padding: 2px 2px;
}
	.tab-bottom .weui-grid{ padding:10px;}
	.tab-bottom .weui-grid:before { border:none;}
	.weui-cell__bd p {font-size:12px; line-height:12px;color: #6c757d!important;}
	.weui-cell__bd p font {color: #B9B9B9;}

	.message{
		/*float:left;*/
		/*width: 200px;
		height: 80px;*/
		min-height: 40px;
		font-size: 14px;
		line-height: 30px;
		margin: 15px 40px 0px 0px;
		background-color: #fff;
		border-bottom-color: #fff;
		/*为了给after伪元素自动继承*/
		color: #000;
		padding: 5px 12px 5px 12px;
		box-sizing: border-box;
		border-radius: 6px;
		position: relative;
		word-break: break-all;
	}
	.message:before {
		content: '';
		position: absolute;
		top: 50%;
		left: -5px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: inherit;
		/*自动继承父元素的背景*/
		transform: rotate(45deg);
	}
	.reply1 .message{
		color: #fff;
		margin: 15px 0px 0px 40px;
		background-color: #07C160;
		border-bottom-color: #07C160;
	}
	.reply1 .message:before {left: auto;right: -5px;}
	.reply0 .weui-cell__hd{ margin-right:10px;}
	.reply1 .weui-cell__hd{ margin-left:15px;}
	.reply0 p{ float:left;}
	.reply1 p{ float:right;}
	.weui-tab__panel{ padding:35px 0 60px 0;}
	
	.zhm:before {
	    border-top:0px;
	}