/*simplememory*/
#google_ad_c1, #google_ad_c2 {display:none;}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, 
.syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, 
.syntaxhighlighter textarea {
font-size: 14px!important;
}
#home {
 margin: 0 auto;
 width: 65%;
  min-width: 1080px;
   background-color: rgba(255,255,255,0.9);
 padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.4);
  }
body {
color: #000;
background: url(https://img2020.cnblogs.com/blog/1954980/202003/1954980-20200311215157125-1515044460.jpg) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
.div1 {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .div2 {
        width: 700px;
        white-space: nowrap;
        overflow: hidden;
        border-right: 1px solid transparent;
        font-size: 16px;
        color: white;
        animation: sizetype 8s steps(20) 0s backwards,
          showf 500ms steps(1) 0s 10 forwards;
        -webkit-animation: sizetype 8s steps(20) 0s backwards,
          showf 500ms steps(1) 0s 10 forwards;
      }
      @keyframes sizetype {
        from {
          width: 0;
        }
      }
      @keyframes showf {
        50% {
          border-right-color: currentColor;
        }
      }