﻿@charset "utf-8";
body {padding:0; margin:0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,table,tbody,p,th,td,em{-webkit-text-size-adjust:none;margin:0;padding:0;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-weight:lighter;font-family:"微软雅黑"}
html,body{-ms-touch-action: none; /* Direct all pointer events to JavaScript code. */}
img,input,button,a,select,textarea{margin:0;padding:0;resize:none;border:none;outline:none;text-decoration:none; width:100%} 
ol,ul{list-style:none;} 
h1,h2,h3,h4,h5,h6,p,em,i,b,em{font-size:100%;word-wrap:break-word;font-weight:lighter;font-style:normal;}
a, a:hover, a:active, a:focus, a:visited{outline:none; text-decoration:none; color:#fff}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
*html{background-image:url(about:blank);background-attachment:fixed;} /* 修正IE6振动bug */
input[type="button"], input[type="submit"], input[type="reset"],select {-webkit-appearance: none;}

/*公共属性*/
.fr {float:right}
.fl {float:left}
.clear {clear:both}
/*字间*/
.tl {text-align:left !important}
.tc {text-align:center !important}
.tr {text-align:right !important}