.text-content{
    width: 100%;
    border: 1px solid #16baaa;
    padding: 0.5rem;
    border-radius: 0.5rem;
    height: 97vh;
    background-color: #F7F7F9;
    color: #7B7B9B;
}

.text-top{
    display: flex;
    margin-bottom: 0.5rem;
}

.text-top h3{
    margin-top: 0.3rem;
    margin-left: 0.3rem;
}

.text-bottom{
    text-indent: 1em;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #7B7B9B;
}

.text-container{
    text-indent: 2em;
    width: 100%;
    display: flex;
    height: 74vh; /* 使div的高度为视口高度 */
    overflow-y: scroll;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.text-title{
    width: 100%;
}

.text-input{
    width: 100% !important;
    height: 11.5rem !important;
    border-radius: 0.5rem !important;
    padding-right: 7rem;
}

.text-button{
    float: right;
    margin-top: -5rem;
    margin-right: 1rem
}

.text-button_h5{
    display: none !important;
}

.text-tools{
    display: none;
    width: 96%;
    height: 2rem;
    margin: 0.5rem;
    border: 1px solid #333;
    padding: 0.2rem;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

.text-sr i{
    font-size: 24px;
}

.text-sr-h5 i{
    font-size: 24px;
}

.text-sr{
    float: right;
    margin-top: -4.8rem;
    margin-right: 2rem;
}

.text-sr-h5{
    display: none;
}

@media (max-width: 750px) {
    .text-container{
        text-indent: 2em;
        width: 100%;
        display: flex;
        height: 70vh; /* 使div的高度为视口高度 */
        overflow-y: scroll;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .text-button{
        display: none !important;
    }

    .text-button_h5{
        display: block !important;
        float: right;
        margin-top: -2.8rem;
        margin-right: 0.4rem;
    }

    .text-sr{display: none;}

    .text-sr-h5{
        display: block;
        float: right;
        margin-top: -4.8rem;
        margin-right: 1.6rem;
    }
}