@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, input, select {margin:0; padding:0; border:0 none; outline:0; color:inherit;}
html, body {width:100%; height:100%;}
body {margin:0 auto; font:14px/1.75 "Microsoft Yahei", "微软雅黑", sans-serif; vertical-align:baseline; overflow-y:scroll;}
h1,h2, h3, h4, h5, h6, button, input, select,textarea {font-size: 100%; font-weight: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
ul, ol { list-style: none; }
a {text-decoration:none;}
a:link {color:inherit;}
a:hover{color: #e13d33;}
:focus {outline:0;}
a img, iframe {border:none;}
b, strong { font-weight: bold; }
img { border: 0; vertical-align: middle; }
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0)}
input, textarea, select, button {font-weight:inherit; font-size:inherit; *font-size:100%; font-family:inherit;}
* { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;outline: none;box-sizing: border-box;-webkit-overflow-scrolling: touch;}
/* == clearfix == */
.clearfix:after {display:block; height:0; clear:both; content:"\200B";}
.clearfix {*zoom:1;}/*IE/7/6*/
.floatleft { float:left;}
.floatright { float:right;}

.aligncenter { text-align:center;}
.alignleft { text-align:left;}
.alignright { text-align:right;}

.red{ color:#f95959}
.golden{ color: #dbb86b}
.gray{ color:#999;}
.bule{ color:#69C}
.green{ color: #57C101 }

.imgpic{ width:100%; display:block}
.f10{ font-size:10px;}
.f12{ font-size:12px;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f24{ font-size:24px;}
.f30{ font-size:30px;}

.blur {	
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);   
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}

