﻿@charset "utf-8";

/* CSS Document */

html,
body,
div,
p,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
thead,
tbody,
tr,
th,
td,
blockquote,
a,
pre,
I,
address,
code,
del,
em,
img,
strong,
fieldset,
label,
legend,
input,
form {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
html {
    font: 12px/1.5 'microsoft yahei', Helvetica, Arial;
    text-align: center;
    background: #fff;
    color: #fff;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 100%;
}

em {
    font-style: normal;
}

img {
    display: block;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}

ul,
ol {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

input,
img {
    vertical-align: top;
}

input {
    border: 0;
    outline: none;
}

img {
    border: none;
}

i {
    font-style: normal;
    color: #000;
}

a {
    text-decoration: none;
    color: #333;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    line-height: 0px;
    width: 0px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* 利用生成内容清理浮动 for IE8(标准模式) 和 非IE浏览器 */

.cs_clear:after {
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0px;
    visibility: hidden;
    display: block;
}


/* 激发IE中的hasLayout属性 for IE8(Quirks)模式和IE6\7浏览器*/

.cs_clear {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}