.sidebarIcon {
    margin-left: 10px;
}
.jry-sidebar {
    background-color: #004D40;
    color: #000;
    text-shadow: none;
}
.jry-backimg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/img/sidebar-1.697c0e1f.jpg);
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://demos.creative-tim.com/material-dashboard-pro/assets/img/sidebar-1.jpg);*/
    background-position: center center;
}

/* 背景图片 */
/*.back-img {*/
.back-img:before {
    content: "";
    /*opacity: 0.2;*/
    filter: blur(1px);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    max-height: 2250px;
    z-index: -10;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-image: url("http://diary.jiggry.top/images/cover4.jpg");
}
.cover-inner #subtitle-box, .cover-inner h1 {
    /*font-family: Titillium Web,PingFang SC,Hiragino Sans GB,Microsoft JhengHei,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;*/
}
.todark, .totop {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 3.2rem;
    background-color: #efefef;
    line-height: 3rem;
    opacity: .6;
    transition: opacity 1s ease;
}
.table-expand-item-box {
    display: flex; align-items: flex-start;
}
.table-expand-item-title {
    font-weight: bold;
    display: inline-block;
    min-width: 68px;
    text-align: right;
    padding-right: 2px;
}
.table-expand-item-content {
    padding-left: 6px;display: inline-block;max-width: 90%;
}
.app-container {
    padding: 10px;
    border-radius: 2px;
    background: white;
    /*display: flex;*/
}
.pagination-container {
    margin: 10px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
}
.el-pager {
    padding: 0!important;
}
.box-card /deep/ .el-card__body {
    padding: 10px;
}
.box-card /deep/ .el-form-item {
    margin-bottom: 10px;
}
.card-list-box {
    margin-top: 12px;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    overflow: auto;
}
.card-list-item {
    font-size: .8em;
    /*padding-top: 20px;*/
}
.card-list-item-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.card-list-item-head-title {
    font-size: 1.2em;
    font-weight: bold;
}
.card-list-item-head-button {
    /*font-size: .1em;*/
}
.card-list-item-text {
    width: 236px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.el-icon-edit, .el-icon-document-copy {
    color: cornflowerblue;
    margin-left: 6px;
    display: inline-block;
    cursor: pointer;
}
.detail-card-item {
    margin: 6px 4px
}

/*.top-page-header-card {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 1000000;*/
/*}*/
.margin-1 {
  margin: 1px;
}
.margin-right-1 {
    margin-right: 1px;
}
.description-label {
    /*min-width: 90px;*/
    /*max-width: 120px;*/
    width: 112px;
    text-align: right;
}
.code-font {
    font-family: "Consolas", "微软雅黑", serif;
}
.cursor-pointer {
    cursor: pointer;
}
.color-primary {
    color: #409EFF;
}
.color-warning {
    color: #E6A23C;
}
.color-success {
    color: #67C23A;
}
.color-danger {
    color: #F56C6C;
}
.color-info {
    color: #909399
}
.list-group-active {
    background-color: #03c9d7;
    color: #fff;
}
.list-children-active {
    background-color: #edfbf7;
}


