.md-module-list[data-v-1a7cd18a] {
    max-height: calc(100vh - 205px);
    overflow-y: hidden;
    max-width: 1360px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    height: 100%;
    margin-top: 30px;
}
.panel-tool-bar[data-v-005ab76e] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 48px;
    line-height: 48px;
    padding-left: 24px;
    padding-right: 24px;
}
.panel-tool-bar .left-section[data-v-005ab76e] {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 16px;
    font-size: 0;
    width: 50%;
}
.panel-tool-bar .title[data-v-005ab76e] {
    font-size: 14px;
    color: #333b44;
    font-weight: 600;
    vertical-align: middle;
}
.menu-group[data-v-1a7cd18a] {
    border-top: 1px solid #e4e5eb;
    padding-top: 24px;
    padding-left: 24px;
}
.jingdata-menu-item[data-v-1a7cd18a] {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}
.menu-wrapper .menu-item[data-v-00869d49] {
    width: 383px;
    height: 138px;
    padding: 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #f5f6f9;
    border-radius: 4px;
    border: 1px solid #f5f6f9;
}
.menu-wrapper .menu-item .menu-icon[data-v-00869d49] {
    width: 40px;

}
.menu-wrapper .menu-item .menu-info[data-v-00869d49] {
    margin-top: 12px;
}
.menu-wrapper .menu-item .menu-title[data-v-00869d49] {
    color: #333b44;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-family: PingFangSC-Medium;
    letter-spacing: 0;
    line-height: 20px;
}
.menu-wrapper .menu-item .menu-desc[data-v-00869d49] {
    color: #959aa2;
    font-size: 12px;
    margin-top: 8px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menu-wrapper:hover .menu-item[data-v-00869d49] {
    background: #fff;
    border: 1px solid #eaebee;
    -webkit-box-shadow: 0 1px 2px 0 rgb(16 29 72 / 13%);
    box-shadow: 0 1px 2px 0 rgb(16 29 72 / 13%);
}