.wrap {
    padding-bottom: 20px;
    margin: 20px;
}
.container {
    margin: 0 auto;
}
.container-full {
    width: 100%;
    display: flex;
}
.container-menu {
    width: 250px;
    background-color: #fff;
    margin-right: 10px;
    padding: 26px 10px;
    box-shadow: 0 3px 5px 5px rgb(175 172 172 / 10%);
}
.container-bd {
    background-color: #fff;
    margin: 0px auto;
    padding: 26px 15px;
    box-shadow: 0 3px 5px 5px rgb(175 172 172 / 10%)
}
.container-full .container-bd {
    flex-grow: 1;
}

.container .page-title {
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
.container .page-title h4 {
    display: inline-block;
}
.container .page-title .page-options {
    font-size: 14px;
    float: right;
}
.container .page-title .page-subs {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
}
.container .page-title .page-subs .current {
    color: #20a192;
}
.container .mod {
    margin-bottom: 18px;
}

.column-container {
    display: flex;
}

/* container-menu-directory */
.container-menu-directory .directory-tree {
    list-style-type: none;
    padding-left: 0;
}
.container-menu-directory .directory-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 0.5em;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.container-menu-directory .directory-item:hover,
.container-menu-directory .directory-item.current {
    border-color: #bad9c5;
    background: #f7f8fc;
}
.container-menu-directory .directory-item .item-content {
    display: flex;
    align-items: center;
    width: 100%;
}
.sucai-menu-directory .directory-item .name {
    flex-grow: 1;
}
.container-menu-directory .directory-item .directory-item:hover {
    background-color: #f8f9fa;
}
/* container-menu-directory */

/* datalist-table */
.datalist-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
    border-bottom: 0 none;
}
.datalist-table thead {
    line-height: 40px;
    font-size: 14px;
    background: #f7f8fc;
}
.datalist-table thead th {
    border-bottom: 1px solid #e6e6e6;
}
.datalist-table tbody td {
    line-height: 24px;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0px;
}
.datalist-table tbody tr:hover {
    background: #f4f4f4;
}
.databottom-container {
    padding: 10px 20px;
    background: #f7f8fc;
    border: 1px solid #e6e6e6;
    border-top: 0 none;
}
/* end datalist-table */

/* sound-group-wrapper */
.sound-group-wrapper {
    background: #EEE;
    padding: 10px;
}
.sound-group-wrapper .sound-group-item {
    margin-bottom: 10px;
    font-size: 14px;
}
.sound-group-wrapper .sound-group-item .item-type {
    font-weight: bold;
}
.sound-group-wrapper .sound-group-item a {
    margin-right: 10px;
}
.sound-group-wrapper .sound-group-item a:hover,
.sound-group-wrapper .sound-group-item a.current {
    color: #00C5AE;
    font-weight: bold;
    text-decoration: none;
}
.sound-group-wrapper .sound-test-text {
    margin-top: 20px;
    background: #fff;
    padding: 10px;
}
.sound-group-wrapper .sound-button {
    margin-top: 20px;
    text-align: center;
}
.sound-group-wrapper .sound-button .sound-button-tips {
    margin-top: 10px;
    line-height: 24px;
}
/* end sound-group-wrapper */
