body,
ul,
li,
dl,
dt,
dd,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
table,
fieldset,
legend,
nav,
button {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

img,
fieldset {
    border: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
}

input,
a {
    outline: none;
    border: 0;
}

button {
    outline: none;
    border: 0;
}

body {
    background: #009FFF;
    background: -webkit-linear-gradient(to bottom, #ec2F4B, #009FFF) no-repeat;
    background: linear-gradient(to bottom, #ec2F4B, #009FFF) no-repeat;
    color: #FFFFFF;
}

html, body{
    min-height: 100%;
}

#header .title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

#Header1_HeaderTitle {
    background: linear-gradient(to top, #ec2F4B, #009FFF);
    -webkit-background-clip: text;
    color: transparent;
}

#navigator, #footer{
    display: none;
}

#main{
    width: 700px;
    margin: 0 auto;
}

.postTitle {
    text-align: center;
    font-weight: bolder;
    height: 40px;
    line-height: 40px;
    font-style: italic;
    font-size: 20px;
}

.postTitle a {
    color: #fff;
}

.postCon{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

/* 移除广告相关 */
#comment_form>div{
    display: none;
}
/* 保留评论相关 */
#comment_form #divCommentShow, #comment_form #comment_nav, #comment_form #comment_form_container{
    display: block;
}

#tbCommentBody {
    height: 70px;
}