#home {
    margin: 0 auto;
    width: 85%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color:rgba(185, 171, 171, 0.29);
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
/*-----------------------body start---------------------------*/
body {
    /*全局字体设置*/
      font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    /*加载图片*/
    background-image: url("https://s3.ax1x.com/2020/11/28/D6C6dU.jpg");
    /*水平垂直居中*/
    background-position: center, center;
    /*图片不平埔*/
    background-repeat: no-repeat;
    /*图片位置固定在窗口中*/
    background-attachment: fixed;
    /*图片填充*/
    background-size: cover;
}
/*-----------------------body end---------------------------*/



/*-----------------------home start---------------------------*/
#home {
    /*设置背景透明度*/
    background-color:rgba(255, 255, 255, 0.7);
}
/*-----------------------home end---------------------------*/



/*-----------------------code highlight start---------------------------*/
/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/

.cnblogs-markdown .hljs {
  display: block !important;
  overflow-x: auto !important;
  padding: 0.5em !important;
  background: #FFFFcc !important;
}


/* Base color: saturation 0 !important; */

.hljs,
.hljs-subst {
  color: #444 !important;
}

.hljs-comment {
  color: #888888 !important;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold !important;
}


/* User color: hue: 0 */

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000 !important;
}

.hljs-title,
.hljs-section {
  color: #880000 !important;
  font-weight: bold !important;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060 !important;
}


/* Language color: hue: 90 !important; */

.hljs-literal {
  color: #78A960 !important;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300 !important;
}


/* Meta color: hue: 200 */

.hljs-meta {
  color: #1f7199 !important;
}

.hljs-meta-string {
  color: #4d99bf !important;
}


/* Misc effects */

.hljs-emphasis {
  font-style: italic !important;
}

.hljs-strong {
  font-weight: bold !important;
}
.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;
}