#home {
    width: auto;
    min-width: 0;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#sideBar{
    box-shadow: 0 0 0 0 rgba(100, 100, 100, 0.3);
}








fieldset, img {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}
img {
    max-width: 300px !important;
    height: auto;
}




<!---旋转立方体-->
<style>
        /*最外层容器样式*/
        .wrap {
            width: 100px;
            height: 100px;
            margin: 150px;
            position: relative;
        }
 
        /*包裹所有容器样式*/
        .cube {
            width: 50px;
            height: 50px;
            margin: 0 auto;
            transform-style: preserve-3d;
            transform: rotateX(-30deg) rotateY(-80deg);
            animation: rotate linear 20s infinite;
        }
 
        @-webkit-keyframes rotate {
            from {
                transform: rotateX(0deg) rotateY(0deg);
            }
            to {
                transform: rotateX(360deg) rotateY(360deg);
            }
        }
 
        .cube div {
            position: absolute;
            width: 200px;
            height: 200px;
            opacity: 0.8;
            transition: all .4s;
        }
 
        /*定义所有图片样式*/
        .pic {
            width: 200px;
            height: 200px;
        }
 
        .cube .out_front {
            transform: rotateY(0deg) translateZ(100px);
        }
 
        .cube .out_back {
            transform: translateZ(-100px) rotateY(180deg);
        }
 
        .cube .out_left {
            transform: rotateY(-90deg) translateZ(100px);
        }
 
        .cube .out_right {
            transform: rotateY(90deg) translateZ(100px);
        }
 
        .cube .out_top {
            transform: rotateX(90deg) translateZ(100px);
        }
 
        .cube .out_bottom {
            transform: rotateX(-90deg) translateZ(100px);
        }
 
        /*定义小正方体样式*/
        .cube span {
            display: block;
            width: 100px;
            height: 100px;
            position: absolute;
            top: 50px;
            left: 50px;
        }
 
        .cube .in_pic {
            width: 100px;
            height: 100px;
        }
 
        .cube .in_front {
            transform: rotateY(0deg) translateZ(50px);
        }
 
        .cube .in_back {
            transform: translateZ(-50px) rotateY(180deg);
        }
 
        .cube .in_left {
            transform: rotateY(-90deg) translateZ(50px);
        }
 
        .cube .in_right {
            transform: rotateY(90deg) translateZ(50px);
        }
 
        .cube .in_top {
            transform: rotateX(90deg) translateZ(50px);
        }
 
        .cube .in_bottom {
            transform: rotateX(-90deg) translateZ(50px);
        }
 
        /*鼠标移入后样式*/
        .cube:hover .out_front {
            transform: rotateY(0deg) translateZ(200px);
        }
 
        .cube:hover .out_back {
            transform: translateZ(-200px) rotateY(180deg);
        }
 
        .cube:hover .out_left {
            transform: rotateY(-90deg) translateZ(200px);
        }
 
        .cube:hover .out_right {
            transform: rotateY(90deg) translateZ(200px);
        }
 
        .cube:hover .out_top {
            transform: rotateX(90deg) translateZ(200px);
        }
 
        .cube:hover .out_bottom {
            transform: rotateX(-90deg) translateZ(200px);
        }
  </style>




<style type="text/css">
 .Abstract {
padding: 15px;
border: dotted 2px #999;
color: #999;
font-family: 'Microsoft Yahei';
border-radius: 4px;
}
.First {
  margin: 10px 0;

  font-family: 'Microsoft Yahei';
  text-align: left;
  padding: 6px 20px;
  color: #fff;
  background: #55895B;
  font-size: 20px;
  border-radius: 4px;
  clear: both;
}
.Second {
  margin: 10px 0;
  font-family: 'Microsoft Yahei';
  padding: 6px 20px;
  background: #93C8A2;
  color: white;
  font-size: 18px;
  border-radius: 4px;
  clear: both;
}
.Third {
  margin: 10px 0;
  padding: 6px 20px;
  font-family: 'Microsoft Yahei';
  margin: 15px 0;
  font-size: 16px;
  color: black;
  background: #C6EFD2;
  border-radius: 4px;
  clear: both;
}
.note {
  margin: 10px 0;
  padding: 15px 20px 15px 60px;
  font-size: 15px;
  font-family: 'Microsoft Yahei';
  box-shadow: 0 0 8px #aaa;
  clear: both;
}
.demo {
  text-align: left;
  padding: 6px 20px;
  overflow: auto;
  border-radius: 4px;
  background: orange;
  color: #fff;
  font-size: 16px;
  clear: both;
}
.cnblogs_Highlighter {
  border: solid 1px #ccc;
  clear: both;
}
.cnblogs_code {
  background: #EFFFF4;
  border: solid 0px #939393;
  font-size: 14px;
  clear: both;
  padding: 10px 20px;
}
.cnblogs_code pre {
  font-size: 14px;
}
.cnblogs_code span {
  font-family: Courier New;
  font-size: 14px;
}
</style>




<style type="text/css">
    #cnblogs_post_body
      {
          color: black;     
          font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
          font-size: 16px;
      }
      #cnblogs_post_body h1    {
          background: #2B6695;
         border-radius: 6px 6px 6px 6px;
         box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
         color: #FFFFFF;
         font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
         font-size: 17px;
         font-weight: bold;
         height: 25px;
         line-height: 25px;
         margin: 18px 0 !important;
         padding: 8px 0 5px 5px;
         text-shadow: 2px 2px 3px #222222;
    }
  #cnblogs_post_body h2{
         background: #2B6600;
         border-radius: 6px 6px 6px 6px;
         box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
         color: #FFFFFF;
         font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
         font-size: 13px;
         font-weight: bold;
         height: 24px;
         line-height: 23px;
         margin: 12px 0 !important;
         padding: 5px 0 5px 10px;
         text-shadow: 2px 2px 3px #222222;
     }
 </style>


