.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.bitwiki-main {
    min-height: calc(100vh - 190px);
}
.bitwiki-box > .card .list .index{
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}

.bitwiki-box-content > div {
  padding: 0;
}

.bitwiki-box > .card {
    padding-bottom: 40px;
    border-radius: 0;
    border: none;
    background: #fff;
}

.bitwiki-box > .card .list {
    background-color: #ebf2ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 15px 0;*/
}

.bitwiki-box > .card .list .input {
    width: 300px;
    height: 45px;
    font-size: 16px;
}

.bitwiki-box > .card .list .index {
    font-size: 20px;
    /*width: 35px;*/
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.bitwiki-box > .card .list .index:hover {
    background-color: #006be9;
    color: #fff;
    box-shadow: 0 0 4px #006be9;
}
.bitwiki-box > .card .list .index.on {
    background-color: #006be9;
    color: #fff;
    box-shadow: 0 0 4px #006be9;
}

/* 词条列表 */
.bitwiki-box > .card .block {
    display: flex;
    background-color: #fff;
    padding: 20px;
}
.bitwiki-box > .card .block .catalog {
    min-width: 50px;
    font-size: 22px;
    text-align: center;
}
.bitwiki-box > .card .block .catalog .catalog-name {
    height: 30px;
    line-height: 30px;
}

.bitwiki-box > .card .block .text {
    display: flex;
    flex-wrap: wrap;
}
.bitwiki-box > .card .block .text .item {
    border-bottom: 1px solid #edeff2;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.bitwiki-box > .card .block .text h3 {
    font-size: 16px;
    color: #006be9;
}
.bitwiki-box > .card .block .text .name {
    display: flex;
    width: 300px;
    padding: 0 20px;
    min-height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #006be9;
}

.bitwiki-box > .card .block .text .name:hover {
    background-color: #006be9;
    color: #fff;
    box-shadow: 0 0 4px #006be9;
}

.bitwiki-box > .card .fixed {
    position: sticky;
    /*top: 100px;*/
}

.bitwiki-box > .card .empty {
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
}

.bitwiki-box > .card .empty .empty-box {
    margin-top: 20px;
}

.bitwiki-box > .card .empty .empty-box .word {
    font-size: 16px;
}

.bitwiki-box .card, .bitwiki-box .block {
    background: #fff;
    border-width: 0;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 20%);
    transition: background-color .3s;
}

@media screen and (max-width: 765px) {
    .bitwiki-box .top .title {
        font-size: 36px;
    }

    .bitwiki-box > .card .list.fixed {
        position: static;
    }

    .bitwiki-box > .card .list.fixed + .bitwiki-box-content {
        margin-top: 0 !important;
    }

    .bitwiki-box > .card .list .input {
        width: 100%;
        height: 35px;
        font-size: 14px;
    }

    .bitwiki-box > .card .list .index {
        display: none;
    }

    .bitwiki-box > .card .block {
        flex-wrap: wrap;
    }

    .bitwiki-box > .card .list,
    .bitwiki-box > .card .block {
        padding: 1rem;
    }

    .bitwiki-box > .card .block .catalog {
        width: 100%;
    }

    .bitwiki-box > .card .block .text {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .bitwiki-box > .card .block .text .name {
        display: flex;
        width: 28%;
        padding: 0;
        min-height: auto;
        line-height: initial;
        font-size: 14px;
        white-space: nowrap;
    }

    .bitwiki-box > .card .block .text .name + .name {
        margin-left: 8%;
    }

    .bitwiki-box > .card .block .text .name:nth-child(3n + 1) {
        margin-left: 0;
    }

    .bitwiki-box > .card .block .catalog .catalog-name {
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 12px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }

    .bitwiki-box > .card .block .catalog .catalog-name:after {
        content: '';
        display: block;
        width: 99%;
        height: 2px;
        background-color: orange;
        flex: none;
    }

    .bitwiki-box > .card .block .text .name > div + div {
        display: none;
    }
}

/*------------------------------------------------------
>>> 详情页
------------------------------------------------------*/
.bitwiki-article {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 30px 92px; */
    min-height: 500px;
    border-radius: 5px;
    background-color: #fff;
}
.bitwiki-article .page-header-title {
    margin-bottom: 10px;
}
.bitwiki-article .page-header-title h1 {
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 32px;
    line-height: 1.4;
}
.bitwiki-article .symbol {
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #999;
}
.bitwiki-article .symbol .alias,
.bitwiki-article .symbol .name {
    margin-right: 10px;
}
.bitwiki-article .page-content {
    color: #2a3a4b;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
}
.bitwiki-article .page-content div,
.bitwiki-article .page-content p {
    color: #2a3a4b;
}

@media screen and (max-width: 765px) {
    .bitwiki-article .page-header-title h1 {
        font-size: 24px;
    }
}
