body{
    //width: 1111px;
    margin: 0 auto;
    min-height: 750px;
    font-size: 16px;
    //padding: 0px 10px 0 10px;
    padding: 0 140px;
}
.reward-btn {
    margin-left: 20px;
    width: 75pt;
    border-radius: 5px;
    background-color: #ff7300;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}
.reward-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    width: 400px;
    height: 330px;
    border-radius: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 0 125pc rgba(0,0,0,.5);
    transform: translate(-50%,-50%);
}
.reward-btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    color: #999;
    font-size: 30px;
    cursor: pointer;
    transform: rotate(45deg);
}
.reward-wrap .wechat, .reward-wrap .zhifubao {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    width: 19pc;
    height: 15pc;
    border: 5px solid #ff7300;
    border-radius: 10px;
   padding-left: 50px;
}
.wechat, .zhifubao {
    margin-left: 40px;
}
.reward-wrap h2 {
    margin: 22px 0;
    color: #666;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}
.wechat:after, .zhifubao:after {
    position: absolute;
    top: 220px;
    left: 90px;
    padding: 0 10px;
    width: 90pt;
    background: #fff;
    color: #666;
    content: "微信，扫一扫";
    text-align: center;
    font-size: 1pc;
}
.zhifubao:after {
    content: "支付宝，扫一扫";
}
#MySignature
{
    //color: rgb(255, 83, 92);
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Microsoft YaHei", SimHei, Verdana;
    //padding: 0px 8px 0px 10px;
    //border-left: 5px solid rgb(255, 83, 92);
    //border-bottom: 1px solid rgb(255, 83, 92);
}


@media only screen and (max-width: 767px) {
    body {   
        padding: 0 10px;
    }
}
#sideBar {
    border: 0px solid #999;
}
#main {
   padding: 10px 10px 10px 2px;
   //background: url(//images2015.cnblogs.com/blog/459873/201603/459873-20160316173132162-205254894.png) left top repeat-y #fff
}
#blogTitle {
    padding: 0px;
}
#navigator {  
    border: none;
    text-align: center; 
    box-shadow: 0 -1px 12px -4px #000;
    padding-top: 5px; 
    height: 33px;
}

#home {
    overflow: auto;
    margin: 40px auto 50px auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px -4px #4E4E4E;
}
#profile_block{text-align:center;margin-top: 15px;
    margin-bottom: -20px;}

#cnblogs_post_body h3 {
    //color: rgb(0, 0, 0);
    font-size: 14px;
    width: 50%;
    //box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.137255) 0px 6px 10px 0px, rgba(0, 0, 0, 0.117647) 0px 1px 10px 0px;
    //background: none 0% 0% repeat scroll #666;
    color: #075db3;
    //border-bottom: 1px solid #666;
    padding: 0px 0px 0px 0px;
}

.ing_title, #sideBar h3 {
    margin: 10px 0;
    border: 1px solid #888;
    border-left-width: 5px;
    border-right-width: 5px;
    border-radius: 10px;
    text-align: center;
}

#cnblogs_post_body h1 {
    font-family: 微软雅黑, 宋体, 黑体, Arial;
    color:#F39019;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Microsoft YaHei", SimHei, Verdana;
    padding: 0px 8px 0px 10px;
    border-left: 5px solid #F39019;
    border-bottom: 1px solid #F39019;
    //margin: 35px 0px 15px -30px;
}
#right_content {
    background: transparent;
    width: 90%;
    border: solid 0 red;
    text-align: left;
    margin: 15px 0;
}
//.postBody blockquote {
  //  border: none;
    //border-left: 5px solid #888;
    //margin: 0;
    //padding-top: 0px;
    //padding-bottom: 0px;
    //font-size: 16px;
//}

.postBody blockquote{
  display:block;
  background: #fff;
  padding: 10px 10px 10px 45px;
  margin: 0 0 20px;
  position: relative;
 
  /*字体*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*边框 - (选项)*/
  border-left: 5px solid #888;
  border-right: 5px solid #888;
 
  /*盒子阴影 - (选项)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
blockquote::before{
  content: "\201C"; /*左双引号的Unicode编码*/
 
  /*字体*/
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  color: #999;
 
  /*位置*/
  position: absolute;
  left: 10px;
  top:5px;
}
.postBody blockquote::after{
  content: ""; /*如果要显示右双引号，则写 content: "\201D"; */
}
.postBody a {
    border-bottom: 1px dotted #70BF41;
    color: #70BF41;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #666;
   font-size: 20px;
}

.catListTitle {
    color: #888;
    text-align: left;
    margin-top: 25px;
    //padding-left: 23px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: none;
}

#calendar,#sidebar_search,#sidebar_recentposts{display:none}
.catListImageCategory,.catList{display:none}
#sideBar h3{text-align:center}