.slt-hidden-box {
    /*padding: 10px;*/
    margin-bottom: 10px;
    border: 1px dashed var(--focus-color);
    border-radius: 0 0 8px 8px;
    position: relative;
}
.slt-hidden-box.show {
    padding-top: 0px;
}
.slt-hidden-box.show .hidden-text {
    padding: 3px 10px;
    font-size: 13px;
    top: 0;
    border-radius: 0 0 8px 0;
    line-height: 1.4;
    z-index: 1;
    left: 0;
    position: absolute;
    border-bottom: 1px dashed var(--focus-color);
    border-right: 1px dashed var(--focus-color);
}
.content-title {
    font-size: 23px;
    font-weight: 500;
    margin-top: -1px;
    margin-bottom: 10px;
    color: #474747;
}

/**
背景美化
*/
.margin-top-5 {
    margin-top: 5px;
}

.jd-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    /* 确保高于其他元素 */
}

.slt-breadcrumb {
    display: flex;
    background: 0 0;
    padding: 0;
    opacity: .8;
    margin-bottom: 12px;
    list-style: none;
}

.slt-breadcrumb li::after {
    padding: 0 5px;
    content: "/";
}

.slt-breadcrumb li:first-child {
    content: none;
    /* 隐藏第一个元素的分割符 */
}
li:last-child::after {
    content: none; /* 最后一个元素不显示分割符 */
  }
.slt-sclb {
    font-size: 20px;
    display: flex;
    gap: 25px;
    justify-content: center; 
}