.doc-info {
    position: sticky;
    top: 0;
    display: flex;
    padding: 10px 0 !important;
    margin: 0 12px;
    border-bottom: 1px solid #D9D9D9;
    background: #fff;
}

.doc-info-photo {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
    margin-right: 10px;
}

.doc-info-main {}

.doc-info-name-row {}

.doc-info-name-row span {
    color: #666666;
    font-size: 12px;
    margin-right: 5px;
}

.doc-info-name-row span:nth-child(1) {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.doc-info-hos {
    font-size: 12px;
    color: #333333;
    margin: 5px 0;
}

.doc-good-list {
    margin: 15px 0;
}

.doc-good-list-title {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

.doc-good-list-main {

    color: #333333;
    font-size: 14px;

}

.doc-good-list-main p {
    margin: 5px 0;
    text-align: justify;
    line-height: 1.5em;
}