/*初始化*/

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
input,
textarea,
hr,
img,
label,
span,
select,
strong,
b {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a,
img,
button {
    border: none;
    text-decoration: none;
}

a,
button {
    text-decoration: none;
}

a,
img {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    /* color: #9d9d9d; */
}

pre {
    white-space: pre-wrap;
    /*css-3*/
    white-space: -moz-pre-wrap;
    /*Mozilla,since1999*/
    white-space: -pre-wrap;
    /*Opera4-6*/
    white-space: -o-pre-wrap;
    /*Opera7*/
    word-wrap: break-word;
    /*InternetExplorer5.5+*/
}

br {
    font-family: Arial;
}


/* @font-face{
    font-family:pingfang;
    src:url('../fontstoSansCJKsc.otf') format("otf"),
    url('../fonts/notosanscjksc.ttf') format("truetype");

} */

ul,
ol,
li {
    list-style: none;
}

body {
    font-family: pingfang, Arial, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #f5f5f5;
    height: 100%;
    margin-bottom: 30px;
}

input {
    outline: none;
}

tt {
    font-family: inherit;
}

img {
    border: 0px;
    display: block;
    max-width: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/* body {
    background: #161616;
    min-width: 1100px;
    width: 100%;
    position: relative;
} */

textarea {
    resize: none;
    /* 禁止拖动 */
}


/*初始化结束*/

/* CSDN文章样式 */
.postBody{
  line-height: 200%;
}
.postBody h2,.postBody h3{
  font-weight: bold;
  margin: 10px 0;
}
.postBody p{
  margin: 10px 0;
}
.postBody p image{
  margin: 10px 0;
}
