﻿/****弹出框****/
		div.hide-body{
			width:100%;height: 100%;position: fixed;background:rgba(0,0,0,0.8);
			z-index: 100000;display: none;
		}
		div.all-msg{
			width:96%;height: auto;background: #fff;padding:0;border-radius:5px;
			-webkit-overflow-scrolling : touch; /* ios 自带滚动条不平滑解决方法 */
			overflow-y:scroll; position: absolute;top:2%;left:2%;
		}
		h2.msg-title{
			text-align: center;padding:15px 5px;background: #347756;color:#fff;margin-top:0;
			border-top-left-radius:5px;border-top-right-radius:5px;font-size: 18px;
			
		}
		div.msg-detail{
			padding:5px 10px;overflow-y: scroll;
		}
		div.msg-detail img{
			margin: 5px 0;width: 100%;
		}
		div.msg-detail img.tanchu-img{ 
			width:28%;	border-radius:50%;
		}
		div.msg-detail p.ren-jie{
			display: inline-block;width:69%;height:100px;padding-top:10px;vertical-align: top;margin-left:0.5%;
			font-weight: 600;color: #69b39c;
		}
		div.msg-detail p{
			margin: 8px 0;text-align: left;
		}
		h3.msg-close{
			text-align: center;color:#fff;padding:10px 10px;background: #347756;font-size: 16px;
			border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:5px;margin-bottom:0;
			
		}