
.line{
  background: rgb(247,219,160);
  color: rgb(185,112,14);
  padding: 5px;
  font-size: 4px;
}
.label{
  color: rgb(183,72,8)
}
.hljs-ln-line{
  font-size: 13px;
}
#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}}

/*details 和 summary 用来放源码，缩起来*/
summary{
  color: rgb(132,133,4)
}
/*用来放示例代码*/
idea{
  color: rgb(255,198,109);
  font-weight: bolder;
  background-color: rgb(50,50,50);
  display:block;
  height: 30px;
  padding: 7px 0px 0px 20px;
  margin: 5px 0 3px 0;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid rgb(63, 59, 59);
}
/*用来标注显眼*/
imp{
  color: red;
  display: inline-block;
}

/*锚点链接，被头部 fixed 元素挡住*/
h1,h2,h3,h4,h5,h6,md,.md{
  scroll-margin-top: 70px;
  scroll-snap-margin-top: 70px; 
}

/*标题*/
tit{
    display: inline-block;
    margin-top: 30px;
    color: #909090;
    /* margin-bottom: -10px; */
    font-size: medium;
    font-weight: bolder;   
    background-color:#323232;
    padding: 3px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 20px;
}

left{
  display: inline-block;
}

pre{
  background-color: #f4f5f5;
  border-radius: 5px;
  margin-bottom: 20px;
}
