
.jp-menu-category {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 38px;
    color: #76838f;
    text-transform: uppercase;
    -webkit-transition: all .25s,font .1s .15s,color .1s .15s;
    transition: all .25s,font .1s .15s,color .1s .15s;
}


.jp-tags__contentmenu {
    position: fixed;
    width: 150px;
    background-color: #fff;
    z-index: 1024;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 10px #ccc;
    box-shadow: 1px 2px 10px #ccc;
}
.jp-navbar__menu .el-badge__content.is-fixed {
    top: 15px;
}


.right  .el-drawer__header {
    margin-bottom: 0px;
}
.block{
  display: block
}
.m-b-20 {
  margin-bottom: 20px
}
.themeColorTag{
  width:25px !important;
  height:25px !important;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}
.themeColorFont{
  position: absolute;
  color: #fff;
  margin-top: 3px;
  margin-left: -6px;
  font-weight: bold;
  font-size: 16px;
}
.title-setting{
    margin-bottom: 12px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 22px;
}
.title-setting .el-form-item__label{
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-weight: bold;
}

