body{
    background-color: #FFF;
}

#navbar-menu .nav-link:hover{
    background-color: rgba(255, 255, 255, 0.4);
}

#navbar-menu .active{
    background-color: rgba(255, 255, 255, 0.4);
}
.markdown-box{
    border-bottom: .1px dashed rgb(208, 208, 208);
}
.bl-1 {
    border-left: .1px dashed rgb(208, 208, 208);
}
/* 颜色选择器 */
.color-picker{
    position: relative;
}
.color-picker .color-btn{
    position: absolute;
    top: 7px;
    left: 26%;
    width: 25px!important;
    height: 25px!important;
    opacity: 0;
    border-radius: 3px;
}
.colorpicker-item {
    width: 28px!important;
    height: 28px!important;
    border: 1px solid rgb(213, 213, 213)!important;
    overflow: hidden;
    box-shadow: 0 2px 2px 1px rgb(27 31 35 / 2%), inset 0 1px 0 hsl(0deg 0% 100% / 25%);
    top: 7px;
    position: relative;
    background: #fff;
    z-index: 99;
    display: inline-block!important;
    cursor: pointer;
    border-radius: 3px;
}

#msg-tip{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px 12px;
    font-size: 16px;
    font-weight: bold;
    z-index: 99999;
    border-radius: 5px;
    user-select:none;
    font-weight: initial;
    color: #000;
    display: none;
    box-shadow: 0px 1px 10px #aaa;
}
.citem-active{
    font-weight: bold;
    background-color: #efefef;
    pointer-events:none;
}

.fontlist .card{
    margin: 0;
    background-color:inherit;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px dashed rgb(218, 218, 218);
    border-radius: 0;
}

.fontlist .card:hover{
    border-left: 1px solid rgb(218, 218, 218);
    border-right: 1px solid rgb(218, 218, 218);
}

.fontlist .card:hover .fontname{
    color:black;
}

.fontname{
    color: rgb(130, 130, 130);
    font-size: 16px;
    letter-spacing:.6px;
}

.page-link{
    border: 1px solid #999;
}


/* new */
  .head-nav{
    height: 120px;
    /* box-shadow: 0 -15px 15px 15px rgb(0 0 0 / 35%); */
  }

  .head-nav .nav-link{
    text-decoration: none;
  }

  .navbar-collapse .nav-link{
    height: 60px;
    padding: 0 30px 0 30px;
    text-align: center;
    transition: opacity 400ms ease;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
  }

  #previewTxt{
      flex: 1 1 175px;
      max-width: 350px;
      height: 36px;
      border-style: none;
      vertical-align: middle;
      padding: 0 10px;
      border-bottom: 1px solid #ccc;
  }
  #previewTxt:focus{
      outline: none;
  }

  .preview-toolbar-container{
    border-top: 1px solid rgba(230, 230, 230, 0.534);
    border-bottom: 1px solid rgba(230, 230, 230, 0.534);
  }
  .page-link{
    border: none;
    background-color: #eaeff2;
    font-family:Arial, Helvetica, sans-serif;
  }

  .page-link:hover{
    background-color: #3f8dba;
    color: white;
  }

  .fontname a{
    color: rgb(130, 130, 130);
    transition: .1s linear;
  }

  .fontname a:hover{
    color: #000;
  }

  .right-menu-box .menu-item{
    max-height: 300px;
    box-sizing: border-box;
    overflow: scroll;
    padding-right: 8px;
  }

  .right-menu-box .menu-item::-webkit-scrollbar{
    width: 1px;
  }

  #menu-content .nav-item{
    white-space: nowrap;
  }

  #menu-content svg{
    margin-top: 2px;
  }
  .check-tags a{
    font-size: 11px;
    white-space: nowrap;
  }

  .right-menu-box .menu-item li{
    height: 35px;
  }

  .right-menu-box .menu-item li:hover{
    background-color: #67A7BF;
  }

  .right-menu-box .menu-item li:hover a{
    color: #FFF;
  }
  .right-menu-box .menu-item li a{
    font-size: 13px;
    display: block;
    text-align: center;
    white-space: nowrap;
  }

  .about-btn .dropdown-menu-arrow:before {
    left:5.1rem;
  }

  .coll-item{
    position: relative;
    box-sizing: border-box;
  }
  .collect-item{
      box-shadow: 0px 1px 7px #ccc;
  }
  .coll-item:hover .hide-collname{
      opacity: 1;
  }
  .hide-collname{
      position: absolute;
      top: 0;
      background: #0285ff;
      opacity: 0;
      padding: 8px;
      color: #fff;
      transition: .2s linear all;
      border-top-left-radius: 5px;
      border-bottom-right-radius: 5px;
  }
