@font-face {
	font-family: 'Zheng';
	src: url('../fonts/hfmido-round-2.ttf');
}
*{-webkit-tap-highlight-color:rgba(255,255,255,0)}
body,html{margin:0;padding:0;font-family:Zheng,Verdana;}
p{margin:0;padding:0;}
a{color:#444;text-decoration:none;transition:all .3s;}
a:hover{color:#777;text-decoration:none;transition:all .3s;}
ul,p,dl,dd,ul,li{margin:0;padding:0;list-style:none;}
img{border:0;}
img:not([src]){opacity:0;}

.statusBar{background:#fff;}

.common-header-fill{height:45px;background:#fff;width:100%;}
.common-header{position:fixed;height:45px;width:100%;top:0;left:0;background:#fff;z-index:9;text-align:center;font-size:16px;font-weight:300;line-height:45px;}
.common-header .close,.common-header .back{position:absolute;height:45px;width:45px;left:0;text-align:center;font-size:18px;}
.common-header .close > img{height:20px;height:20px;float:left;margin:12px 0 0 10px;}
.common-header .share{position:absolute;width:45px;height:45px;right:0;}

.common-fixed-fill{height:60px;;width:100%;}
.common-fixed{position:fixed;width:100%;height:60px;background:#fff;z-index:2;bottom:0;left:0;box-sizing: border-box;padding:10px 30px 0;border-top:1px #eee solid;}
.common-fixed .btn{width:100%;background:#f40;color:#fff;border:0;height:35px;border-radius:50px;outline:none;}

.common-bottom{font-size:12px;height:50px;line-height:50px;text-align:center;color:#ccc;}

.clear{clear:both;height:0;width:100%;}
.ellipsis{word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*图片缩小放大插件样式*/
.zoomify{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}
.zoomify.zoomed{cursor:-webkit-zoom-out;cursor:zoom-out;padding:0;margin:0;border:none;border-radius:0;box-shadow:none;position:relative;z-index:1501}
.zoomify-shadow{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;z-index:1500;background:rgba(0,0,0 ,.3);opacity:0}
.zoomify-shadow.zoomed{opacity:1;cursor:pointer;cursor:-webkit-zoom-out;cursor:zoom-out}