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; resize:none; }
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; }
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:after{clear:both; content:""; display:block; height:0; visibility:hidden; line-height:0;}
.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; }
.txtcenter{ text-align:center; }
.middle { vertical-align:middle; }
.noborder{ border:0 none !important; }
.nobg{ background:none !important; }
.sub{ vertical-align:sub; }
.sup{ vertical-align:sup; }
.cursor { cursor:pointer; }
.zoom { zoom:1; }
.vtop { vertical-align:top; }
.bold{ font-weight:bold;}
/*------常用颜色-----*/
.redf0{ color:#ff0000;}
.red{ color:#aa3c36;}
.red2{ color:#d73d32;}
.gray{ color:#7f7f7f;}
.gray2{ color:#595959;}
.gray3{ color:#858585;}
.blue{ color:#2382db;}
.green{ color:#59a71f;}
.orange{ color:#f68b00;}
.darkgray{ color:#1e1e1e;}

/*------常用字号-----*/
.fs12{ font-size:12px;}
.fs14{ font-size:14px;}
.fs16{ font-size:16px;}
.fs18{ font-size:18px;}
.fs22{ font-size:22px;}

/*手机版常用颜色*/
.deep-blue{ color:#595959;}
.pinkbg{background:#ec6a6a;}
.bluebg{ background:#30a0da;}
.greenbg{ background:#88cf23}
.gray-white{background: -webkit-linear-gradient(top,#ffffff,#f3f3f3);background: -moz-linear-gradient(top,#ffffff,#f3f3f3);background: -o-linear-gradient(top,#ffffff,#f3f3f3);background: -ms-linear-gradient(top,#ffffff,#f3f3f3); -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px; border:1px solid #cfcfcf;}
.white-gray{background: -webkit-linear-gradient(top,#f3f3f3,#ffffff);background: -moz-linear-gradient(top,#f3f3f3,#ffffff);background: -o-linear-gradient(top,#f3f3f3,#ffffff);background: -ms-linear-gradient(top,#f3f3f3,#ffffff); -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px; border:1px solid #cfcfcf;}
.red-radius{ background:#c73b50; border-radius:15px; border:1px solid #d8d8d8;}

