/*公共样式重置*/
html,body,h1,span,div,ul,li,a,input,p,img{margin: 0;padding: 0;}
html,body{font-size: 14px;width: 100%;height: 100%;}
body{-webkit-user-select: none;-moz-user-select: none;user-select: none;-ms-user-select: none;}
a{text-decoration: none;}
li{list-style: none;}
.MD_header > span{display: block;background: none;}
input{border:none;outline: none;}
.MD_clearFloat:after {clear: both;display: block;height: 0px;content: "";}
.MD_clearFloat {zoom: 1;}
.MD_header{background: #4276a4;font-size: 16px;height: 40px;width: 100%;line-height: 40px;position: relative;top: 0;left: 0;
			z-index: 99999;}
.MD_header a{margin-left: 10px;color: #fff;}
.MD_header span{width:100px;height:100%;background: #4276a4;color: #fff;text-align: center;position: absolute;top: 0;left:0;right:0;bottom:0;margin: auto;}
.MD_ToolBar{height: 40px;line-height:40px;width: 100%;position: relative;top: 0px;left: 0;background: #dddddd;}
.MD_body{position: relative;top: 0px;left: 0;}
.MD_footer{height: 40px;line-height:40px;width: 100%;position: relative;left:0;bottom: 0;background:#fff;margin-top:10px;}

.loadMoreDiv,.sizeTips,.noSize{
	font-size: 14px;color: #707070;width: 100%;height: 40px;line-height: 40px;margin: 5px 0;
	background: #fff;text-align: center;border-bottom: 1px solid #dddddd;cursor: pointer;
  }
.noSize{border-bottom: none;}
