@charset "utf-8";
/* CSS Document */
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,
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
/* custom */
a {
    color: #515151;
    text-decoration: none;
}
li {
    list-style: none;
}
input {
    border: none;
    outline: none;
}
.rt {
    float: right !important;
}
.lf {
    float: left !important;
}
.hidden_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clearfix:after{
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    visibility:hidden;
}
.clearfix{
    display:block;
    zoom:1;
}
body {
    background: #000000;
    font-size: 16px;
    font-family: "微软雅黑","Microsoft YaHei";
    color: #fff;
}

input,textarea {color: #fff;}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #747575 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #747575 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #747575 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #747575 !important;
}