/*---------每一页页面顶部空白100px=>10px---------*/
#sp-main-body {
  padding: 10px 0;
}

/*---------独立文章显示，隐藏文章标题左侧图钉------*/
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 0px;
  height: 0px;
  font-size: 1px;
  line-height: 48px;
  text-align: center;
  /* color: #fff; */
  border-radius: 3px;
}
/*------Mainmenu font size from 12px==>15px------*/
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}