html{font-family: "微软雅黑";}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{margin:0;border:0;padding:0;font-style:normal;}
html,body{-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;background-color: #f5f5f5;font-size:0.8em;}
nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{display: block;}
img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{display:inline-block;}
header,section,footer{position:relative;}
ol,ul,li{list-style:none;}
input,button,textarea{border:0;margin:0;padding:0;font-size:1em;line-height:1em;background-color:rgba(0, 0, 0, 0);outline: none;}
span{display:inline-block;}
a:active, a:hover{outline: 0;}
a, a:visited{text-decoration:none;}
label, .wordWrap{word-wrap: break-word; word-break: break-all;}
/* 弹窗 alert */
#dialogMask{width:100%;height:100%;position:fixed;top:0;left:0;z-index:998;background-color:rgba(255,255,255,.8);}
#dialog{width:70%;box-shadow:0 0 3px #ececec;position:fixed;top:25%;z-index:999;font-size:13px;background:#fff;margin-left:15%;border-radius:3px;overflow:hidden;}
.dialogTitle{height:35px;line-height:35px;text-indent:10px;font-weight:bold;}
.dialogCon{line-height:25px;padding:0 10px;}
#dialogBtn{height:35px;line-height:35px;text-align:center;color:#fff;background-color:#003f98;margin-top:10px;}
/* 遮罩 */
#mask{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99;background-color:rgba(255,255,255,.8);}
/*加载中动画*/
.jzzing{position:fixed;z-index:1000;width:100%;height:100%;background-color:rgba(255,255,255,.1);}
.jzzingMain{width:230px;margin:130px auto 0;text-align:center;background-color:rgba(0,0,0,.5);padding:8px;border-radius:4px;}
.jzzingTxt{line-height:20px;margin-top:10px;color:#fff;}
.jzzingBtn{height:28px;line-height:28px;margin-top:20px;background:#555;text-align:center;color:#fff;}
.jzzingBtn:hover{background:#444;}
.wrap{position:fixed;width:100%;height:100%;left:0;top:0;color:#444;overflow:hidden;}