@charset "utf-8";
/***********************************************
Reset & Basics
***********************************************/
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, img, ins, kbd,
q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
embed, figure, figcaption, footer,
header, hgroup, menu, nav, output,
ruby, section, summary, time, mark,
audio, video                                    {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input,textarea{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
caption,th {text-align: center}
a, img { outline: none; /* for Forefox */}
i, em{ font-style:normal;}
article, aside, details, figcaption,
figure, footer, header, hgroup, menu,
nav, section                                    { display:block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

*, *:before, *:after 							{ box-sizing: inherit; }

blockquote, q                                   { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after                               { content:''; content:none; }


html                                            { overflow-y:auto; overflow:-moz-scrollbars-vertical; height:100%;}

ol, ul											{ list-style: none; }
table											{ border-collapse: collapse; border-spacing: 0; }
th 												{ font-weight: bold; vertical-align: bottom; }
td 												{ font-weight: normal; vertical-align: top; }
hr 												{ display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
pre 											{ white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type="radio"] 							{ vertical-align: text-bottom; }
input[type="checkbox"] 							{ vertical-align: bottom; }
.ie7 input[type="checkbox"] 					{ vertical-align: baseline; }
.ie6 input 										{ vertical-align: text-bottom; }
small 											{ font-size: 85%; }
strong 											{ font-weight: bold; }
td, td img 										{ vertical-align: top; }
img 											{ vertical-align: middle; }
sub, sup 										{ font-size: 75%; line-height: 0; position: relative; }
sup 											{ top: -0.5em; }
sub 											{ bottom: -0.25em; }

pre, code, kbd, samp 							{ font-family: monospace, sans-serif; }

.clickable,input[type=button],
input[type=submit], input[type=file],
button 											{ cursor: pointer; }
button,input[type=button] 						{ width: auto; overflow: visible; font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;}

.ie7 img 										{ -ms-interpolation-mode: bicubic; }
input[type="submit"], input[type="reset"],
input[type="button"], button					{ -webkit-appearance: none; outline:none;}
input[type="text"],input[type="password"]		{ color: #333;box-shadow: none;outline: none;}
input[type="text"]::-ms-clear					{ display:none;}
input[type="password"]::-ms-reveal				{ display:none;}
/***********************************************
Clean up
***********************************************/
.container:after                                { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after                                 { content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.clearfix:after                                 { clear:both; }
.clearfix                                       { zoom:1; }
.clear                                          { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
/* =============================********** 清楚浮动的样式处理 ***************========================= */
/* For modern browsers */
.cf:before,.cf:after {content:"";display:table;}
.cf:after { clear:both; }/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
/** end 清除浮动 **/
body{background-color:#fff;font-size:12px;color:#666;height:100%;}
a { color:#000;text-decoration:none; cursor:pointer}
a:hover{ color:#ff9900;}
a:visited {TEXT-DECORATION: none}
a:hover {TEXT-DECORATION: none}
a:link {TEXT-DECORATION: none}
a:focus{outline: none}

input::-ms-clear, input::-ms-reveal{display: none;}

input,select{-webkit-appearance: none;background-color:transparent; border-color:transparent;}
label {  font-weight: 500;  }
