body {
    font-size: 14px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: auto;
    margin-right: auto;
    width:75%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 30px;
    padding-bottom: 10px;
    padding-top: 0;
    background-color: 
    #d9d6cb;
    background: url(//images.cnblogs.com/cnblogs_com/hjsblog/1638061/o_200126110028bg.jpg) fixed;
    background-size: cover;
}
#wrapper{
    opacity:0.8;
    border-radius: 10px;
}
#header{display:none;} /* 将默认的导航头屏蔽掉，这样才能把自己的导航栏加上去 */
/* 定制自己导航栏的样式 */
#shwtop ul {
    list-style: none;
    background-color: rgba(131, 218, 221, 0.712);
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
}/*
#shwtop li {
    float: left; 
}*/
#shwtop a, .dropbtn {
    display: inline-block; /*设置成块*/
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
}
/*鼠标移上去，改变背景颜色*/
#shwtop a:hover, .dropdown:hover .dropbtn { 
    /* 当然颜色你可以自己改成自己喜欢的，我还是挺喜欢蓝色的 */
}
#shwtop .dropdown {
    /*
    display:inline-block将对象呈递为内联对象，
    但是对象的内容作为块对象呈递。
    旁边的内联对象会被呈递在同一行内，允许空格。
    */
    display: inline-block;
}
#shwtop .dropdown-content {
    position: absolute;
    z-index: 1;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    transition: all 1s ease-out;
    opacity: 0;
    height: 0px;
    overflow:hidden;
}
#shwtop .dropdown-content a {
    display: block;
    color: black;
    padding: 8px 10px;
    text-decoration:none;
}
#shwtop .dropdown-content a:hover {
    background-color: #a1a1a1;
}
#shwtop .dropdown:hover .dropdown-content{
    opacity: 1;
    height: auto;
}
#Scroll_info{
    color: rgba(240, 74, 74, 0.692);
    text-align: center;
    padding: 10px;
}
/* 定制生成博客目录的CSS样式 */
#uprightsideBar{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    /*
    将div的位置固定到距离top:150px，right:0px的位置，
    这样div就会处在最右边的位置，距离顶部150px，
    当然这两个值你可以自己改。
    */
    top:150px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:25px; 
    box-shadow: 0 0 8px #877788;
    border:1px solid #00DDC00;
    border-right:none;
    text-align:center;
    background:rgb(0, 220, 0);
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:101px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}
/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}
/* 定制返回顶部按键 */
#toTop {
    background: url(https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_toTop.bmp) no-repeat 0px top;
    width: 57px;
    height: 57px;
    overflow: hidden;
    position: fixed;
    right: 180px;
    bottom: 20px;
    cursor: pointer;
    z-index: 1;
}
/* 定制页面扩大按键 */
#divExpandViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    left: 0px;
    top: 400px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
    z-index:1;
}
/* 定制页面缩小按键 */
#divCollapseViewArea{
    position: fixed;
    color: white;
    padding: 10px 10px;
    left: 0px;
    top: 445px;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
    z-index:1;
}
#photo img{
    margin-top:10px;
    width:180px;
}
/* 定制公告栏文字信息 */
.gonggao{
    text-align: center;
    font-size:17px;
    color:blue;
}
.wenzi{
    text-align: center;
    font-size:15px;
}
#clockdiv {
    /* left, center, right */
    text-align: center;
}
/* 设置签名格式 定制css样式 */
#MySignature {
    display: none;
    background-color: #B2E866;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}
/* 定制公告栏音乐插件的样式 */
.aplayer {
    font-family: Arial,Helvetica,sans-serif;  /*音乐插件字体*/
    margin: 0px;  /*音乐插件与公告栏左边的边距，0px就是直接抵到公告栏左边的边上*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}
/* 公告栏日历样式设置 */
.Cal {
    border: 1px solid #F5F5F5;
    width: 190px;   /*日历宽度*/
    font-family: Arial;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 180px;
    background-color: #F5F5F5;   /*日历背景颜色*/
    margin-left: 0;
}
/*日历的第一行标题  年份/月份这一栏配置*/
.CalTitle {
    background-color: #F5F5F5;
    border-color: #adf;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
/*日历的第二行  星期信息这一行配置*/
.CalDayHeader {
    background-color: #F5F5F5;
}
/*文章内容详情页面的标h2、h3的样式*/
#cnblogs_post_body h2 {
    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;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3 {
    background-color: #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;
    line-height: 23px;
    margin: 20px auto;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
    width:95%
}
#cnblogs_post_body p{
    margin: 5px auto;
    width:95%
}
#cnblogs_post_body blockquote {
    padding: 5px;
    width: 90%;
    margin: auto;
}
#cnblogs_post_body img {
    margin-left:3%;
    max-width: 90% !important;
    max-height: 500px !important;
}
#personal_resume{
    border-spacing:10px 0px;
    border: 0px;
    background-color: rgb(202, 241, 247);
    margin: auto;
    line-height: 1.42857143;
}
#personal_resume td{
    border: 0px;
    padding: 5px 0px;
}
.personal_info{
    color: white;
    background-color: rgba(48, 48, 48, 0.8);
}
.info_resume{
    font-weight: bolder;
    font-size: 130%;
    font-family: ‘Courier New’, Courier, monospace;
}
.info_resume_top{
    font-weight: bolder;
    font-size: 100%;
    font-family: ‘Courier New’, Courier, monospace;
    text-align: right;
    text-shadow: 2px 2px 1px rgb(48, 48, 48);
}
.info_resume_bottom{
    font-weight: bolder;
    font-size: 100%;
    font-family: ‘Courier New’, Courier, monospace;
}
.personal_info img{
    width:150px;
    background-color: rgba(236, 247, 248,0.5);
    margin-left: 5px;
}
.info_title{
    margin-top: 10px;
    box-shadow: 1px 1px;
    background-color: rgb(77, 175, 255);
    text-align: left;
    font-family: YouYuan;
    font-weight: bolder;
    font-size: 120%;
}
.info_content{
    font-family: FZYaoti;
    padding-bottom: 5px;
    padding-top: 5px;
}
.right{
}
.right_content{
    font-family: NSimSun;
}
.right_title{
    background: url(https://images.cnblogs.com/cnblogs_com/hjsblog/1638929/o_200130053445right_title.png);
    width: 490px;
    color: white;
}
.title_ch{
    color: rgb(98, 195, 224);
}
#mind_map img{
    max-width: 800px;
    max-height: 100%;
}
#learn_route img{
    background-color: black;
    max-height: 100%;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}