@keyframes spin3D{from{transform:rotate3d(0.5,0.5,0.5,360deg)}to{transform:rotate3d(0deg)}}#loading{height:100%;background-color:#1d2630;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;overflow:hidden;z-index:99999999}.spinner-box{width:300px;height:300px;display:flex;justify-content:center;align-items:center;background-color:transparent}.leo{position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%}.blue-orbit{width:165px;height:165px;border:1px solid #91daffa5;animation:spin3D 3s linear .2s infinite}.green-orbit{width:120px;height:120px;border:1px solid #91ffbfa5;animation:spin3D 2s linear 0s infinite}.red-orbit{width:90px;height:90px;border:1px solid #ffca91a5;animation:spin3D 1s linear 0s infinite}.white-orbit{width:60px;height:60px;border:2px solid #fff;animation:spin3D 10s linear 0s infinite}.w1{transform:rotate3D(1,1,1,90deg)}.w2{transform:rotate3D(1,2,0.5,90deg)}.w3{transform:rotate3D(0.5,1,2,90deg)}

/* 头像旋转 */
.profile-avatar .avatar:hover { 
  transform: rotate(666turn);
  transition: all 59s cubic-bezier(.34,0,.84,1) 1s; 
}
#cnblog-nav .nav-item-text{
  text-shadow: 4px 0 12px #ff6a6a;
}
/* 关注我 */
.profile-msg button{
  background:linear-gradient(var(--color-primary), pink)
}
/* 用户名 */
.profile-nickname{
   color:#0000FF; /*设置文字颜色*/
   text-decoration: none;
   font-family:"微软雅黑";/*设置字体*/
   -webkit-animation: shine 2.4s infinite;/*设置动画*/
}
@-webkit-keyframes shine{/*创建动画*/
    0%,100%{ color:#fff;text-shadow:0 0 10px #0000FF,0 0 10px #0000FF; }
    50%{ text-shadow:0 0 10px #0000FF,0 0 40px #0000FF; }
}
/* 文章内容里的标题 */
#post_detail .postTitle span{
    background: linear-gradient(to right, #ff6a6a, #008dff);
    -webkit-background-clip: text;
    color: transparent;
}
div#sidebar_toptags ul li{
    background-color: transparent;
    border: none;
    padding: 0;
    margin:3px;
}
.cnblogs-markdown a {
    color: #ff6a6a;
}
.catListTag {
  margin: 20px 0;
  clear: both;
  text-align: left;
  font-size: 12px;
}
 .catListTag ul {
  display: inline;
  list-style-type: none;
}
 
.catListTag ul li a {
  list-style: none;
  display: inline;
}
 
.catListTag ul li a{
  /* line-height: 24px; */
  height: 24px;
  display: inline-block;
  /* background: #fff; */
  padding: 2px 11px;
  /* margin: 10px 5px 0 0; */
  border-radius: 8px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
 
 
.catListTag ul li a {
  color: #FFF;
  text-decoration: none
}
 
.catListTag ul li a:hover {
  border-radius: 0;
  text-shadow: #000 1px 1px 1px
}
 
 
.catListTag ul li:nth-of-type(8n-7) a {
  background: #8A9B0F
}
 
.catListTag ul li:nth-of-type(8n-6) a {
  background: #EB6841
}
 
.catListTag ul li:nth-of-type(8n-5) a {
  background: #3FB8AF
}
 
.catListTag ul li:nth-of-type(8n-4) a {
  background: #FE4365
}
 
.catListTag ul li:nth-of-type(8n-3) a {
  background: #FC9D9A
}
 
.catListTag ul li:nth-of-type(8n-2) a {
  background: #EDC951
}
 
.catListTag ul li:nth-of-type(8n-1) a {
  background: #C8C8A9
}
 
.catListTag ul li:nth-of-type(8n) a {
  background: #83AF9B
}
 
.dict .pcolor a:first-child {
  background: #036564
}
 
.dict .pcolor a:last-child {
  background: #3299BB
}
/* 随笔分类 */
#sidebar_postcategory ul {
    display: flex;
    flex-wrap: wrap;
}
#sidebar_postcategory {
  margin: 20px 0;
  clear: both;
  text-align: left;
  font-size: 12px;
}
 #sidebar_postcategory ul {
  /* display: inline; */
  list-style-type: none;
  /* width: 400px; */
}
#sidebar_postcategory ul li{
 padding: 3px;
}
#sidebar_postcategory ul li a {
  list-style: none;
  display: inline;
}
 
#sidebar_postcategory ul li a{
  /* line-height: 24px; */
  height: 24px;
  display: inline-block;
  /* background: #fff; */
  padding: 2px 11px;
  /* margin: 10px 5px 0 0; */
  border-radius: 8px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
 
 
#sidebar_postcategory ul li a {
  color: #FFF;
  text-decoration: none
}
 
#sidebar_postcategory ul li a:hover {
  border-radius: 0;
  text-shadow: #000 1px 1px 1px
}
 
 
#sidebar_postcategory ul li:nth-of-type(8n-7) a {
  background: #8A9B0F
}
 
#sidebar_postcategory ul li:nth-of-type(8n-6) a {
  background: #EB6841
}
 
#sidebar_postcategory ul li:nth-of-type(8n-5) a {
  background: #3FB8AF
}
 
#sidebar_postcategory ul li:nth-of-type(8n-4) a {
  background: #FE4365
}
 
#sidebar_postcategory ul li:nth-of-type(8n-3) a {
  background: #FC9D9A
}
 
#sidebar_postcategory ul li:nth-of-type(8n-2) a {
  background: #EDC951
}
 
#sidebar_postcategory ul li:nth-of-type(8n-1) a {
  background: #C8C8A9
}
 
#sidebar_postcategory ul li:nth-of-type(8n) a {
  background: #83AF9B
}
 
#sidebar_postcategory ul li:first-child a {
  background: #036564
}
 
#sidebar_postcategory ul li:last-child a {
  background: #3299BB
}
