/* 主页半透明度 */
.layout_page {
  opacity: 0.7;
}



/*背景玻璃效果*/
/* #recent-posts>.recent-post-item,.layout_page>div:first-child:not(.recent-posts),.layout_post>#page,.layout_post>#post,.read-mode .layout_post>#post {
  background: var(--light_bg_color)
}

#aside-content .card-widget {
  background: var(--light_bg_color)
} */

/* #web_bg {
  background: linear-gradient(90deg,rgba(247,149,51,.1),rgba(243,112,85,.1) 15%,rgba(239,78,123,.1) 30%,rgba(161,102,171,.1) 44%,rgba(80,115,184,.1) 58%,rgba(16,152,173,.1) 72%,rgba(7,179,155,.1) 86%,rgba(109,186,130,.1))
} */


/*图标*/
@font-face {
  font-family: "iconfont"; /* Project id 2366689 */
  src: url('//at.alicdn.com/t/font_2366689_nefg2mujd4d.woff2?t=1622714985021') format('woff2'),
       url('//at.alicdn.com/t/font_2366689_nefg2mujd4d.woff?t=1622714985021') format('woff'),
       url('//at.alicdn.com/t/font_2366689_nefg2mujd4d.ttf?t=1622714985021') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-csdn2:before {
  content: "\e666";
}

.icon-qq:before {
  content: "\e687";
}

.icon-bilibili1:before {
  content: "\e612";
}

.icon-rss:before {
  content: "\e6b7";
}

.icon-csdn1:before {
  content: "\e613";
}

.icon-weixin1:before {
  content: "\e614";
}

.icon-shipin1:before {
  content: "\e615";
}

.icon-tubiao:before {
  content: "\e630";
}

.icon-youlian:before {
  content: "\e61a";
}

.icon-wenzhang:before {
  content: "\e604";
}

.icon-biaoqian:before {
  content: "\e635";
}

.icon-zhaopian:before {
  content: "\e60b";
}

.icon-yemian:before {
  content: "\e601";
}

.icon-guanyu:before {
  content: "\e626";
}

.icon-shijian:before {
  content: "\e61b";
}

.icon-yemian1:before {
  content: "\e603";
}

.icon-biaoqian1-copy-copy-copy:before {
  content: "\e605";
}

.icon-shipin:before {
  content: "\e640";
}

.icon-yinyue:before {
  content: "\e606";
}

.icon-shipin-tianchong:before {
  content: "\e607";
}

.icon-liuyanban:before {
  content: "\e608";
}

.icon-guanyu1:before {
  content: "\e609";
}

.icon-guanyu2:before {
  content: "\e620";
}

.icon-yinyue1:before {
  content: "\e60a";
}

.icon-04:before {
  content: "\e70f";
}

.icon-category:before {
  content: "\e60c";
}

.icon-leimupinleifenleileibie:before {
  content: "\e60d";
}

.icon-shijian1:before {
  content: "\e6c4";
}

.icon-tupian:before {
  content: "\e60e";
}

.icon-wenzhang1:before {
  content: "\e628";
}

.icon-yinyue2:before {
  content: "\e60f";
}

.icon-category1:before {
  content: "\e611";
}

.icon-bilibili:before {
  content: "\e602";
}

.icon-weixin:before {
  content: "\e665";
}

.icon-csdn:before {
  content: "\e600";
}

/* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #e58a8a;
  background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  border-radius: 2em;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
} */