#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#18192b;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}}

/* p{

font-family :"方正FW筑紫A圆",!importan;
color : rgb(94, 90, 90);

} */
a {
    text-decoration: none;
}
html, body {
  width: 100%;
  height: 100%;
  font-family: FZFWZhuZiAYuanJR !important;
  font-size: 16px;
}
/* 导航栏 */
.top {
    height: 50px;
}
.top a {
    margin-left: 20px;
}
/* 文章列表 */
.main {
    display: flex;
    flex-direction: column;
}
 
.main a {
    width: max-content;
    font-size: 14px;
}
 
.main a:hover {
    text-decoration: underline;
    color: #ff4c00;
}
 
 /* 文章详情 */
 /* 标题 */
 .postTitle {
     text-align: center;
 }
 /* main */
 /* #main {
    width: 80%;
    margin: 0 auto;
 } */
 /* 评论框 */
 .comment_textarea {
     width: 100% !important;
 }
 #commentform_title {
    line-height: 15px;
}
/* footer */
#footer {
    text-align: center;
}
table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100%!important;
}

