    body,.toc,.panel-header{
        cursor:default;
        -webkit-user-select:none;
        font-family:"黑体";
    }
    del{
        padding: 0 0.22em;
    }
    .thumbnail{
        display: inline-block;
    }
    .tree-node{
        margin-top: 2px;
        height: 28px;
    }
    .tree-title{
        margin-left: 2px;
        line-height: 28px;
        display: initial;
    }
    .tree-hit{
        margin-top: 5px;
    }
    .content-doc{
        /*border-bottom-width:25px;*/
        padding-right:280px;
        cursor:auto;
        -webkit-user-select:text;
    }
    .bs-callout {
      padding: 20px;
      margin: 20px 0;
      border: 1px solid #eee;
      border-left-width: 5px;
      border-radius: 3px;
    }
    .bs-callout h4 {
      margin-top: 0;
      margin-bottom: 5px;
    }
    .bs-callout p:last-child {
      margin-bottom: 0;
    }
    .bs-callout code {
      border-radius: 3px;
    }
    
    /* Tighten up space between multiple callouts */
    .bs-callout + .bs-callout {
      margin-top: -5px;
    }
    
    /* Variations */
    .bs-callout-danger {
      border-left-color: #ce4844;
    }
    .bs-callout-danger h4 {
      color: #ce4844;
    }
    .bs-callout-warning {
      border-left-color: #aa6708;
    }
    .bs-callout-warning h4 {
      color: #aa6708;
    }
    .bs-callout-info {
      border-left-color: #1b809e;
    }
    .bs-callout-info h4 {
      color: #1b809e;
    }
    .bs-callout-success {
      border-left-color: #3c763d;
    }
    .bs-callout-success h4 {
      color: #3c763d;
    }
    .layout-panel-center .panel-title{
        font-weight: normal;
        text-align: center;
    }
    .layout-panel-center .panel-header{
        border-bottom: 0;
    }
    
    @font-face{
      font-family:'微软雅黑';
      src: url("/overlays/common/SmartisanHei.woff2") format("woff2"),
           url("/overlays/common/SmartisanHei.ttf");
      font-weight: normal;
      font-style: normal;
    }
    @font-face{
      font-family:'黑体';
      src: url("/overlays/common/SmartisanHei.woff2") format("woff2"),
           url("/overlays/common/SmartisanHei.ttf");
      font-weight: normal;
      font-style: normal;
    }