.menu-wrap .wiki-menu-li-1 .wiki-menu-ul-2{
	overflow-y: unset;
	max-height:500px;
}

/*@media (min-width: 992px) {*/
/*.mediawiki .mw-changeslist-line-inner .mw-title{*/
/*	min-width: 16em;*/
/*}*/
/* 特殊:最近更改-用户buid */
/*a.mw-userlink>bdi {*/
/*    display: none;*/
/*}*/
/* 特殊:最近更改-[回退xx编辑] */
/*span.mw-rollback-link {*/
/*    display: none;*/
/*}*/
/* 特殊:最近更改-[讨论|封禁] */
/*.mw-usertoollinks-talk {*/
/*    display: none;*/
/*}*/
/*.mw-changeslist-links > *:nth-child(3) {*/
/*    display: none;*/
/*}*/
/* 特殊:最近更改-[贡献]前面的|隐藏 */
/*.mw-usertoollinks > span:not(:first-child):before{*/
/*	content: "" !important;*/
/*}*/
/* 特殊:最近更改-隐藏分割符.. */
/*span.mw-changeslist-separator {*/
/*    display: none;*/
/*}*/
/* 特殊:最近更改-diff字符数 */
/*.mediawiki .mw-diff-bytes{*/
/*    min-width: 8em;*/
/*}*/
/* 特殊:最近更改-差异|历史 */
/*.mediawiki .mw-changeslist-links {*/
/*    min-width: 10em;*/
/*}*/
/* 特殊:最近更改-带时间的td单元格 */
/*td.mw-enhanced-rc {*/
/*    max-width: 120px;*/
/*    min-width: 120px;*/
/*}*/
/*.mw-enhanced-rc>.unpatrolled{*/
/*    display: none;*/
/*}*/
/*}*/

/*多行表头的表格样式：目前仅思念在使用，迭代思念后可删除*/
/*<!--表格背景-->*/
.DSTableM {
    background: rgba(0,0,0,0.09);
    border-radius:5px;
    border: 8px solid transparent;
    border-collapse: separate;
    margin-bottom:10px;
}
/*<!--表头：阴影-->*/
.DSTableM-end,
.DSTableM tr:not(.DSTableM-Dummy):has(th) + tr:not(.DSTableM-Dummy):has(th){
    box-shadow: 0 3px 4px -1px #0000005e;
}
.DSTableM th {
    text-align: center;
    background: rgba(237,237,239,0.8);
    box-sizing: border-box;
    padding: 5px 10px;
    color: #846d79;
    font-size: 18px;
    position: relative;
}
.DSTableM .DSTableM-Dummy th{
background:none;
}
.DSTableM td {
    background: rgba(217,216,221,0.52);
    text-align: center;
    box-sizing: border-box;
    padding: 8px 8px;;
    position: relative;
}
/*<!--表头：边框-->*/
.DSTableM tr:not(.DSTableM-Dummy) th:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    right: 0;
    width: 2px;
    height: 100%;
    border-left: 1px solid #846d79;
    background: linear-gradient(to right, #0000005e, transparent);
}
.DSTableM tbody tr:first-child th::after,
.DSTableM-Dummy + * th:not(:last-child)::after{
    height: calc(100% - 10px)!important;
    bottom: 0!important;
    top: auto!important;
}
.DSTableM-end th:not(:last-child)::after,
.DSTableM tr:last-child th:not(:last-child)::after{
    height: calc(100% - 10px)!important;
}
.DSTableM-Dummy th::after{
    height: 0!important;
}
.DSTableM tr:not(:last-child):not(.DSTableM-Dummy) th::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid #846d79;
    background-color: #00000030;
}
.DSTableM tr:not(:last-child):not(.DSTableM-Dummy) th:last-child::before{
    width: calc(100% - 10px);
}
.DSTableM tr:not(:last-child):not(.DSTableM-Dummy) th:first-child::before{
    right: 0;
    left: auto;
    width: calc(100% - 10px);
}
.DSTableM .DSTableM-end th::before{
    width: 0 !important;
}
/*<!--表格：边框-->*/
.DSTableM td:not(:last-child)::after {
    content: "";
    position: absolute;
    top:0;
    right: 0;
    width: 2px;
    height: 100%;
    border-left:1px solid #e9e9e9;
    background-color: #00000030;
}
.DSTableM tbody tr:first-child td::after,
.DSTableM tr:has(th) + * td:not(:last-child)::after,
.DSTableM-Dummy + * td:not(:last-child)::after{
    height: calc(100% - 10px);
    bottom: 0;
    top: auto;
}
.DSTableM-end td:not(:last-child)::after,
.DSTableM tr:last-child td:not(:last-child)::after{
    height: calc(100% - 10px);
}
.DSTableM-Dummy td::after{
    height: 0!important;
}
.DSTableM tr:not(:last-child):not(.DSTableM-Dummy) td::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid #e9e9e9;
    background-color: #00000030;
}
.DSTableM tr:not(:last-child):not(.DSTableM-Dummy) td:last-child::before{
    width: calc(100% - 10px);
}
.DSTableM tr:not(:last-child):not(.DSTableM-Dummy) td:first-child::before{
    right: 0;
    left: auto;
    width: calc(100% - 10px);
}
.DSTableM .DSTableM-end td::before{
    width: 0 !important;
}
/*<!--表头圆角-->*/
.DSTableM tr:first-child th:first-child{border-top-left-radius: 5px;}
.DSTableM tr:first-child th:last-child{border-top-right-radius: 5px;}
/*.DSTableM-end th:first-child{border-bottom-left-radius: 5px;}*/
/*.DSTableM-end th:last-child{border-bottom-right-radius: 5px;}*/
/*<!--表格内容圆角-->*/
.DSTableM tbody tr:first-child td:first-child,
.DSTableM-Dummy + * td:first-child {    border-top-left-radius: 5px;}
.DSTableM tbody tr:first-child td:last-child,
.DSTableM-Dummy + * td:last-child {    border-top-right-radius: 5px;}

.DSTableM .DSTableM-end td:first-child,
.DSTableM tr:last-child td:first-child {    border-bottom-left-radius: 5px;}
.DSTableM .DSTableM-end td:last-child,
.DSTableM tr:last-child td:last-child {    border-bottom-right-radius: 5px;}
.DSTableM .DSTableM-Dummy td {padding: 5px; background: transparent;}

@media (max-width: 768px) {
    .DSTableM th {
        padding:5px 0;
        font-size: 14px;
    }
    .DSTableM td{
        padding:5px 5px;
    }
}