.mark{
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 999;
}
.loading{
	z-index: 999999;
}
.loadgif{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -20px;
}
.loading{
	display: none;
}
.loadmore{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #666;
} 
/*确认框 和alert 提示框 */
.hryg_overlay{display:none;position:fixed;top:0%;left:0%;width:100%;height:100%;background-color:rgba(0,0,0,0.6);z-index:999998;}
.hryg_frame{display:none;position:fixed;top:40%;left:15%;width:70%;background-color:white;z-index:999999;overflow:auto; text-align:center; border-radius:5px;}
.hrygtips{overflow-y: auto; margin:0 auto; width:80%; text-align:left; padding:5px 10% 20px; font-size:14px; line-height:24px;}
.hrygtips .ts{ text-align: center;width: 100%;height: 40px;line-height: 30px;}
.hrygtips .butt{ color:#fff; width:45%; display:block; text-align:center; font-size:14px; padding:5px 0px;border-radius:5px; margin-top:20px;}
.hrygtips .but1{  background:#900;float: left;}
.hrygtips .alertbtn{background: #069; color:#fff; width:45%; display:block; text-align:center; font-size:14px; padding:5px 0px;border-radius:5px; margin:20px auto 0;}
.hrygtips .qx{ background:#069; float: right;}
.hr1gclose{ float:right;margin: 5px;}
.textcenter{text-align: center;}
/*确认框结束*/