@charset "gb2312";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 的显示定义
   ========================================================================== */

/**
 * 正确的'block'在IE6/7/8/9和Firefox3没有定义显示。
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 正确的'inline-block'在IE6/7/8/9和Firefox3没有定义显示。
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * 防止现代浏览器显示`audio`不受管制。
 * 在iOS 5的设备中移除多余的高度。
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * 地址造型不会出现在IE7/8/9，火狐3和Safari4。
 * 已知问题：没有IE6的支持。
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. 正文奇怪的缩放在IE6/7，当body中`font-size在使用
 *    `EM为单位设置。
 * 2. 方向更改后预防的iOS文字大小调整，而无需禁用
 *    用户缩放。
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * 地址 `font-family` 在 `textarea` 和其他表单元素之间的
 * 不一致。 
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * 地址边距在IE6/7的处理不正确。
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Chrome和其它浏览器之间的地址`outline`大纲不一致。
 */

a:focus {
    outline: thin dotted;
}

/**
 * 所有浏览器在鼠标经过时突出重点，提高可读性。
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * 地址字体大小和页边距在IE6/7设置不同。
 * `section`和在Firefox4+，Safari 5和Chrome的`article`内地址的字体大小。
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * 地址造型不会出现在IE7/8/9，5的Safari和Chrome。
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * 地址样式设置为`bolder`在Firefox3+，Safari的4/5，和Chrome。
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * 地址造型不会出现在Safari5和Chrome。
 */

dfn {
    font-style: italic;
}

/**
 * Firefox和其他浏览器的地址不同。
 * 已知问题：没有IE6/7正常化。
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * 地址造型不会出现在IE6/7/8/9。
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * 地址边距设置不同在IE6/7。
 */

p,
pre {
    margin: 1em 0;
}

/**
 * 正确的字体系列奇怪的设置在IE6，Safari浏览器4/5，和Chrome。
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * 提高在所有浏览器预格式化文本的可读性。
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;


}

/**
 * 在IE6/7不支持地址的CSS quotes。
 */

q {
    quotes: none;
}

/**
 * Safari4不支持在地址`quotes`属性。
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * 地址不一致的，可变的字体大小在所有浏览器。
 */

small {
    font-size: 80%;
}

/**
 * 防止`sub`和`sup``影响line-height'在所有浏览器。
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   列表
   ========================================================================== */

/**
 * 地址边距设置不同在IE6/7。
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * 地址padding不同的设置在IE6/7。
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * 在IE 7中处理不当正确的清单图像。
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   嵌入内容
   ========================================================================== */

/**
 * 1. 在IE6/7/8/9和Firefox3移除边界的时候`a`元素中。
 * 2. 当在IE 7中按比例提高图像质量。
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * 正确的溢出在IE9中显示奇怪。
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   轮廓
   ========================================================================== */

/**
 * 不存在于IE浏览器6/7/8/9，Safari浏览器5和Opera11的地址margin。
 */

figure {
    margin: 0;
}

/* ==========================================================================
   表单
   ========================================================================== */

/**
 * 正确的margin在IE6/7显示奇怪。
 */

form {
    margin: 0;
}

/**
 * 定义一致的边框，边距和填充。
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. 正确的颜色不会被继承在IE6/7/8/9。
 * 2. 正确的文字没有环绕在Firefox3。
 * 3. 正确的对齐方式在IE6/7显示的奇怪。
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. 正确的字体大小不能被继承在所有浏览器。
 * 2. 地址边距设置不同在IE6/7，火狐3+，Safari 5，
 *    和 Chrome.
 * 3. 改善外观和一致性在所有浏览器。
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * 地址火狐3+`line-height`在`input`使用`!important`在UA样式表。
 */

button,
input {
    line-height: normal;
}

/**
 * 地址不一致``text-transform`继承`button`和`select`。
 * 所有其他的表单控件元素不继承'text-transform`值。
 * 正确的`button`样式继承在Chrome，Safari 5的+和IE 6 +
 * 正确的`select`样式继承在Firefox4+和Opera。
 */

button,
select {
    text-transform: none;
}

/**
 * 1. 避免错误的WebKit在Android 4.0的。*where (2)破坏了原生`audio`和`video`的控制。
 * 2. 正确无力样式可点击`input`类型的iOS。
 * 3. 提高可用性和光标风格的一致性图像类型之间 `input`及其他。
 * 4. 在不影响正常的文本输入框在IE 7中移除内部间隔。已知问题：内部间隔保持在IE 6。
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * 复位默认光标禁用的元素。
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. 地址框大小设置为内容框在IE8/9。
 * 2. 在IE8/9中移除多余的填充。
 * 3. 在IE7中取出多余的填充。
 *    已知问题：多余的填充仍然在IE 6。
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. 地址`appearance`设置‘searchfield’在Safari5和Chrome。
 * 2. 地址`box-sizing`设置为`border-box`在Safari5和Chrome（包括`-moz`以面向未来的）。
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * 移除内部填充和搜索在Safari5和Chrome取消按钮 在OS X
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 在Firefox3+内取出填充和边框。
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. 在IE6/7/8/9删除默认的垂直滚动条。
 * 2. 提高可读性和对齐方式在所有浏览器。
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   表格
   ========================================================================== */

/**
 * 删除表格单元格之间的最大间距。
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}