﻿@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-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti; font-size:14px}
html,body{-ms-touch-action: none; /* Direct all pointer events to JavaScript code. */}
body {width:100%;}
img,input,button,a,select,textarea{margin:0;padding:0;resize:none;border:none;outline:none;text-decoration:none;} 
ol,ul{list-style:none;} 
h1,h2,h3,h4,h5,h6,p,em,i,b,em{font-size:100%;word-wrap:break-word;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
*html{background-image:url(about:blank);background-attachment:fixed;} /* 修正IE6振动bug */

/*各种浮动，对齐，层属性*/
.fr {float:right}
.fl {float:left}
.clear {clear:both}
.tc {text-align: center;}
.tr {text-align: right;}
.tl {text-align: left;}
.hide {display:none;}
.block {display:block;}
.ib {display:inline-block}
.oh {overflow: hidden;}

/* basic */
.t_l {text-align:left !important;}
.t_r {text-align:right !important;}
.t_c {text-align:center;}
.f_b {font-weight:bold;}
.f_n {font-weight:normal;}
.f_white {color:white;}
.f_gray {color:#aaaaaa;}
.f_deepgray {color:#444444;}
.f_red {color:#e1595d;}
.f_blue {color:#045498;}
.px10 {font-size:10px;}
.px11 {font-size:11px;}
.px12 {font-size:12px;}
.px13 {font-size:13px;}
.px14 {font-size:14px;}
.px15 {font-size:15px;}
.px16 {font-size:16px;}
.px20 {font-size:20px;}
.px24 {font-size:24px;}