﻿* {margin:0; padding:0; font-size:1rem; font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; color:#4a4949; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;  -webkit-appearance: none; }
a {text-decoration:none; }
span {display:block;}
img {display:block; max-width:100%; }
i {font-style:normal; }

input:focus {outline:none; }
textarea:focus {outline:none; }

.clear {clear:both; }

#fmForm {height:100%; }

/*加载中遮罩层*/
.loading-mask {position:fixed; top:0; bottom:0; left:0; right:0; z-index:9999; }
.bg-mask {width:100%; height:100%; background:#000; filter:alpha(opacity=5); -moz-opacity:0.05; opacity:0.05; }
img.img-loading {width:30px; height:30px; position:absolute; top:50%; margin-top:-15px; left:50%;margin-left:-15px; }