body { -webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; }
/*css resert*/
html, body, div, p, span, label, img, a, ol, ul, dl, dt, dd, li, table, tr, td, th, tbody, thead, tfoot, form, fieldset, legent, h1, h2, h3, h4, h5, h6, strong, b, em, blockquote, cite, pre, code, hr, br, input, button, textarea,article, aside, details, figcaption, figure, footer, header, group, menu, nav, section { padding:0px; margin:0px; }

/*禁止iphone字体放大 */
html { -webkit-text-size-adjust: none;}

/* 要注意表单元素并不继承父级 font 的问题 */
button, input, select, textarea { font: 100% serif; font-family:"Microsoft yahei",Arial,Helvetica,sans-serif;}
form{ display:block;}

img, input, select { vertical-align: middle;  }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:1em; }
ol, ul { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
th,caption { text-align:left; }
a  img { border:0 none; cursor:pointer; } 
fieldset,img { border:0 none; }
a, input { outline:0 none;  }
input[type=submit],input[type=button],input[type=radio] {cursor:pointer;}
input[type=text]{ cursor:text;}
abbr, acronym { border:0; }
button { outline:0 none; cursor:pointer; }
button::-moz-focus-inner { border:0; }
input::-moz-focus-inner { border:0; }
:focus { outline:0 none; }
caption, cite, code, em, th, var,i { font-weight:normal; font-style:normal; }
a:link, a:visited { text-decoration:none; }
textarea { overflow: auto; vertical-align: top; }
/******常用****/
.clearfix:before,.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.clear { clear:both; height:0; width:0; display:block; visibility:hidden; overflow:hidden; }
.clearit { clear:both; zoom:1; }
.hidden { display:none; }
.vhidden { visibility:hidden; }
.hide-txt { overflow: hidden; text-indent: 100%; white-space: nowrap; }
.left { float:left; display:inline; }
.right { float:right; display:inline; }
.fnone { float:none; }
.txtleft{ text-align:left; }
.txtright{ text-align:right; padding-right:10px;}
.txtcenter{ text-align:center; }
.middle { vertical-align:middle; }
.noborder{ border:0 none !important; }
.nobg{ background:none !important; }
.nopad{ padding:0px !important;}
.sub{ vertical-align:sub; }
.sup{ vertical-align:sup; }
.cursor { cursor:pointer; }
.zoom { zoom:1; }
.vtop { vertical-align:top; }
.border-dashed{border:1px dashed #ccc;}
/******常用颜色*****/
.red{ color:#f26161;}
.orange { color:#ffa500; }
.yellow { color:#ffd800; }
.green { color:#5dad41; }
.blue { color:#60bbda; }
.purple{ color:#862b83;}
.dark-gray { color:#333; }
.gray { color:#555; }
.gray2{ color:#878787;}
.light-gray { color:#999; }
.black{ color:#000;}
.an-ccc { color:#ccc; }
.color{ color:#E72F6D!important;}
.red2{ color:#ff7b84;}
.green2{ color:#08955b!important;}
.fs11{ font-size:11px;}
.fs12{ font-size:12px;}
.fs13{ font-size:13px;}
.fs14{ font-size:14px;}
.fs16{ font-size:16px;}
.fs18{ font-size:18px;}
.fs20{ font-size:20px;}
.fs22{ font-size:22px;}
.fs24{ font-size:24px;}
.fs28{ font-size:28px;}
.txt-indent{ text-indent:3em;}
.fstyle{ font-style:oblique;}
.line-through{ text-decoration:line-through;}

a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/

