.tbcm6-side {
    width: 240px;
    float: left;
    background-color: var(--tb--white);
    border-radius: 6px;
    padding: 18px 20px;
}
.tbcm6-side-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tbcm6-side-content {
    user-select: none !important;
    height: 625px;
    overflow-y: auto;
    margin: 0 -20px;
    padding: 0 20px;
}
.tbcm6-side-content ul {
    font-size: 15px;
}
.tbcm6-side-content li {
    margin: 6px 0;
}
.tbcm6-side-content li label {
    cursor: pointer;
    display: block;
}
.tbcm6-side-content li input {
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    top: 1px;
    width: 15px;
    height: 15px;
}
.tbcm6-side-content li ul {
    margin-left: 20px;
}

.tbcm6-side-content li a {
    display: block;
    margin: -5px 0;
    border-radius: 4px;
    padding: 7px 20px;
    border-left: 4px solid transparent;
}
.tbcm6-side-content li.-active > a {
    color: var(--tb--main);
    background-color: var(--tb--line);
    border-left-color: var(--tb--main);
}

.tbcm6-side-footer {
    margin-top: 20px;
}
.tbcm6-side-footer .btn {
    width: 100%;
}
.tbcm6-side-footer .btn.disabled {
    cursor: not-allowed;
}

.tbcm6-main {
    user-select: none !important;
    margin-left: 260px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--tb--white);
    border-radius: 6px;
    padding: 30px;
    height: calc(625px + 131px);
}

.tbcm6-search {
    text-align: center;
    padding-top: 20%;
}

.tbcm6-search-form {
    margin-top: 50px;
    padding: 0 20%;
    overflow: hidden;
}

.tbcm6-search.-has {
    padding-top: 0;
}
.tbcm6-search.-has h1 {
    display: none;
}
.tbcm6-search.-has .tbcm6-search-form {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

.tbcm6-search-input {
    float: left;
    border: solid 1px var(--tb--main);
    background-color: var(--tb--white);
    width: 85%;
    height: 46px;
    padding: 4px 15px;
    border-right: none;
    font-size: 15px;
    border-radius: 6px 0 0 6px;
    outline: none;
    color: var(--tb--base);
}
.tbcm6-search-btn {
    color: #fff;
    border: none;
    background: var(--tb--main);
    height: 46px;
    font-size: 18px;
    padding: 0 12px;
    border-radius: 0 6px 6px 0;
    width: 15%;
    cursor: pointer;
}

.tbcm6-search-result {
    overflow-y: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
    height: 639px;
}
.tbcm6-search-none {
    font-size: 18px;
    text-align: center;
    margin-top: 200px;
    color: var(--tb--gray);
}
.tbcm6-search-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--tb--line);
}
.tbcm6-search-item h2 {
    font-size: 18px;
}
.tbcm6-search-item h2 i {
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
}
.tbcm6-search-item-meta {
    color: var(--tb--gray);
    font-size: 14px;
    margin-left: 25px;
}

.tbcm6-content .tbm-tbdown .-name {
    display: none;
}
.tbcm6-content.-he .tbm-tbdown .-name {
    display: block;
}
.tbcm6-content h1 {
    font-size: 25px;
    text-align: center;
    margin: 0 0 20px;
}
.tbcm6-content-meta {
    text-align: center;
    color: var(--tb--gray);
    margin-bottom: 15px;
}

.tbcm6-article {
    position: relative;
    height: 540px;
    overflow-y: auto;
    margin: -30px -30px 0;
    padding: 30px 30px 0;
}
.tbcm6-content.-he .tbcm6-article {
    height: calc(540px - 30px);
}
.tbcm6-article hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}
.tbcm6-article img {
    height: auto !important;
}
.tbcm6-article table {
    width: 100%;
    border-collapse: collapse;
}

.tbcm6-article-footer {
    text-align: center;
    z-index: 2;
    position: relative;
    margin-top: -100px;
    padding-top: 100px;
    height: 120px;
    color: var(--tb--main);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.tbcm6-article-meta {
    text-align: center;
    margin: -10px 0 20px;
}
.tbcm6-article-meta .btn {
    margin: 0 10px;
}
