.doc-type-tools {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer;
    font-family: Source Han Sans CN, Source Han Sans CN, serif;
    font-weight: 400;
    font-size: 0.65rem;
    color: #333333;
    text-align: left;
    margin: 1.2rem 0;;
}

.doc_type_title {
    font-size: 1.2rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doc-type-tip {
    color: #666;
    margin: 0.5rem 0;
    font-size: var(--font-small);
}


.doc-type-tools span {
    margin: 0 1rem;
}


.doc-type-info {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 1rem 0;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.75rem;
    color: #333333;
    text-align: left;
}

.doc-type-info .doc-type-info-item span {
    font-size: 0.65rem;
    margin-right: 1rem;
}


#no_permission img {
    width: 100%;
    height: 100%
}


@media (max-width: 610px) {

    .doc-type-tools {
        justify-content: space-between;
        padding: 0 0.5rem;
    }

    .doc-type-tools span {
        margin: 0 !important;
    }

    .doc-type-info {
        flex-wrap: wrap;
        justify-content: space-between;;
    }

    .doc-type-info span {
        margin: 0 !important;
        padding: 0;
    }

    .doc-type-info-item {
        margin-bottom: 10px !important;
    }
}
