@charset "utf-8";
/* CSS Document */
/* css初始化 */
body,
div,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td ，select {
    margin: 0;
    padding: 0
}

select,
input,
textarea,
button {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #000;
    background: none;
    outline: none;
}

textarea {
    resize: none;
    /*禁止拖拽文本框*/
}

button {
    cursor: pointer;
    _cursor: hand;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: top;
    /*解决图片边框下有空白缝隙*/
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}



.fl {
    float: left
}

.fr {
    float: right
}

/* css初始化 end*/