.module-nav {
    position: absolute;
    left: 0px;
    top: 58px;
    height: calc(100% - 80px);
    width: 240px;
    overflow: auto;
}

.example-wrapp {
    height: calc(100% - 60px);
    /*   width: calc(100% - 240px); */
    width: calc(100% - 240px);
    background: black;
    overflow: auto;
    position: fixed;
    left: 240px;
    top: 60px;
}

.example-wrapp-nonav {
    width: 100%;
    left: 0px;
}

.example-list {
    height: 100%;
    overflow: auto;
}

.module-item {
    margin: 2px;
    background: rgb(4 6 8);
    height: 42px;
    width: calc(100% - 8px);
    /* color: #2e79b1; */
    color: #bababa;
    display: inline-block;
    line-height: 42px;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ececec40;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
    user-select: none;
}

.module-item:hover {
    color: #f08419d4;
    border: 1px solid #1d88b8d6;
    /* border-image: linear-gradient(to bottom right, rgba(19, 216, 19, 0.638), rgb(19, 157, 226)) 5; */
}

.module-item-activate {
    color: #f08419d4;
    border: 1px solid #1d88b8d6;
}


.example-group {
    border: 1px solid rgb(14 34 133 / 68%);
}

.group-title {
    height: 42px;
    background: rgba(0, 0, 0, 0.65);
    background: rgb(132 132 132 / 18%);
    color: white;
    line-height: 44px;
    font-size: 22px;
    padding-left: 20px;
}

.item-card-wrapp {
    display: inline-block;
}

.item-card {
    position: relative;
    height: 210px;
    width: 294px;
    background: #0c0e0e;
    margin: 10px 12px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #e5e5e569;
    text-align: center;
}

.item-card:hover {
    border: 1px solid #275fd6;
}

.item-name {
    height: 30px;
    width: 100%;
    color: white;
    line-height: 30px;
    text-align: center;
    background: #394459;
    border-bottom: 1px solid #7f7f7f3d;
}

.item-name-highlight {
    background: #0093ff;
    color: #16fff1;
}

.item-icon {
    height: 178px;
    width: 100%;
}

.layz-loading .item-icon {
    width: 176px;
}