@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
html, p, ul, li, input, form, h1, h2, h3, h4, h5, dl, dt, dd, img, a {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-family: arial, 'microsoft yahei';
}
body {
    padding: auto;
    margin: auto;
}
a {
    text-decoration: none;
    color: #919191;
}
li {
    list-style: none;
}
div {
    display: block;
}
.w {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 60px;
    background-color: #fff;
}
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol {
    margin: 0;
    padding: 0;
}
em, i {
    font-style: normal;
}
li {
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}
img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
label {
    cursor: default;
}
body, button, input, select, textarea {
    font:  arial, 'microsoft yahei';
}
textarea {
    resize: none;
}
a, a:focus {
    outline: none;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
*zoom:1
}
.clear {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.fn {
    float: none;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center;
}
.noBg {
    background: none!important;
}
.hide {
    display: none !important;
}
body {
    position: relative;
    color: #444;
}
a {
    color: #444;
    text-decoration: none;
    outline: none;
}

