@charset "UTF-8;";
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,
b, 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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
*{margin:0;padding:0}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size:12px;
    color:#575757;
    font-family:"Microsoft YaHei";
}

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

a:link { text-decoration: none;}
a:active { text-decoration:none}
a:hover { text-decoration:none;}
a:visited { text-decoration: none;}

.clear {
    clear:both;
}

.clearfix {
   zoom:1;
}

.clearfix:after {
    content:"\20";
    clear:both;
    display:block;
}
/*·µ»Ø¶¥²¿*/
.returnfixed_top{
    position: fixed;
    bottom:140px;
    right:16px;
}
.returnfixed_top img{
    height: 43px;
    width: 43px;
}
/*loding*/
.Postdetails_loding{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top:0;
    left:0;
}
.Postdetails_loding span{
    display: inline-block;
    position: fixed;
    height: 32px;
    width: 30px;
    top:50%;
    left:50%;
    margin-top: -16px;
    margin-left: -15px;
}