  #main,
  #topics,
  #mainContent,
  .postBody {
    overflow: visible;
  }
  #mainContent .forFlow {
    overflow: visible;
  }
  .zoom-overlay {
    background: transparent;
  }
.navbar-custom {
    display: block;
}
#footerp{
    height: 92px;
    margin: 0;
    padding: 0;
    line-height: 92px;
    font-size: 20px !important;
}
#page_end_html img{
      width: 11.2rem;
      height: 6.75rem;
}
#page_end_html {
      width: 72%;
      height: 200px;
      text-align: center;
      margin: 0 auto;
}
div.postcontent {
    color: #000;
    font-weight: bold;
}
.list li, #sidebar_shortcut li, #TopViewPostsBlock li, #MyTag li{
    list-style:none;
    margin-left: -40px;
    color: #000;
    font-weight: bold;
}
h1.block_title a:visited, h1.block_title a:active, h1.block_title a:link {
    color: #069;
}
.posttitle a:visited, .posttitle a:active, .posttitle a:link{
    color:#069;
}
h1{
    border: none;
    color: #000;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    border-bottom: 1px solid #ccc;
}
div.itemdesc{
   border: none !important;
   padding-bottom: 0px;
   padding-top: 10px;
}
#page_begin_html+table tbody tr td:nth-child(1) table:nth-child(1) {
    display:none;
}
.banner table{
display: table !important;
}
#page_begin_html+table tbody tr td:nth-child(1) table:nth-child(2) {
    margin-top: 0;
}
td.banner {
    background-image: none;
    background-color: #fff;
}
#page_begin_html{
    width: 72%;
    margin: 0 auto;
    height: 114px;
    line-height: 114px;
}
#page_begin_html+table{
    margin-top: 0 !important;
    width:72%;
}
#page_begin_html+table tbody{
    background-color: #fff;
}
div#top_nav {
    opacity: 0.8;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
#blog-name, #page_end_html p{  
font-weight: bold;  
font-size: 42px;  
font-family: "黑体";  
background: -webkit-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);  
-moz-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);  
-ms-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);  
color: transparent;  
/*设置字体颜色透明*/  
-webkit-background-clip: text;  
/*背景裁剪为文本形式*/  
animation: ran 10s linear infinite;  
/*动态10s展示*/  
}  
  
@keyframes ran {  
from {  
backgroud-position: 0 0;  
}  
to {  
background-position: 2000px 0;  
}  
}
body{
color: #000;
background-image:url("https://images.cnblogs.com/cnblogs_com/lvzl/1901259/o_210517125507233754-16168594740d23.jpg");
background-repeat:no-repeat;
background-size:100%;
background-attachment: fixed;
filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
}