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: 38%;
    width: 22px!important;
    height: 22px!important;
    opacity: 0;
    border-radius: 50%;
}
.colorpicker-item {
    width: 22px!important;
    height: 22px!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: 50%;
}

#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: 1px 1px 5px #999;
}
.citem-active{
    color: #FFF;
    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: 60px;
    background-image: linear-gradient(-225deg, #5a238a 0%, #562B7C 52%, #2B86C5 100%);
    /* background-image: linear-gradient(#203441, #002339); */
    /* background-image: linear-gradient(180deg, #8fbfff 0%, #886AEA 53%, #6457C6 100%); */
    box-shadow: 0 -15px 15px 15px rgb(0 0 0 / 35%);
  }

  .head-nav .nav-link{
    color:#FFF;
  }

  .head-nav .nav-link{
    text-decoration: none;
    color: #FFF;
  }

  .navbar-collapse .nav-link{
    height: 60px;
    padding: 0 65px 0 65px;
    text-align: center;
    border-left: 1px solid;
    border-image: linear-gradient(to top, #ffffff70, #0084cb) 1;
    /* border-bottom: 5px solid #04263c; */
    transition: opacity 400ms ease;
    white-space: nowrap;  
  }

  .navbar-collapse .nav-link:hover{
    background-image: linear-gradient(#0084cb, #234a88);
    border-bottom: 5px solid rgb(255, 255, 255);
  }

  .navbar-it-active{
    padding: 0 60px 0 60px;
    border-bottom: 5px solid rgb(255, 255, 255);
    pointer-events: none;
  }

  #previewTxt{
      flex: 1 1 175px;
      max-width: 350px;
      height: 36px;
      border-style: none;
      background-color: #e5edf1;
      vertical-align: middle;
      padding: 0 10px;
  }
  #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{
    font-size: 12px;
    border: 0;
    margin: 0;
    padding: 0;
    flex-direction:row;
    flex-wrap: wrap;
  }

  #menu-content .nav-item{
    white-space: nowrap;
  }

  #menu-content svg{
    margin-top: 2px;
  }
  .check-tags a{
    font-size: 12px;
    white-space: nowrap;
  }

  .right-menu-box .menu-item li{
    border-bottom: 1px solid #999;
    margin: 0 4%;
    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{
    display: block;
    text-align: center;
    font-weight: 700;
    color: #67A7BF;
    white-space: nowrap;
  }

  .about-btn .dropdown-menu-arrow:before {
    left:5.1rem;
  }