.setupdivs {
    margin-top: 0;
}

.pireshtml{
    border: 1px solid #eee;
    padding: 0.75rem;
    border-radius: 3px;
    margin-top: 0.75rem;
    display: none;
}

.night .pireshtml{
    border:1px solid #444;
}

.pireshtml>i{
    display: inline-block;
    position: relative;
    padding: 0.1rem 0.15rem;
    font-style: unset;
}

.pireshtml>i:hover::after{
    content: "第 " attr(dp) " 位";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #444;
    border: 1px solid #444;
    color: #ccc;
    font-style: unset;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    white-space: nowrap;
    pointer-events: none;
    transition: opacity 0.2s;
    margin-bottom: 4px;
    z-index: 5;
    letter-spacing: 0.5px;
}

.pireshtml>i:hover::before {
    border: 8px solid transparent;
    border-top-color: #444;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: calc(100% - 10px);
    width: 16px;
    height: 16px;
}

#restextarea{
    display: none;
}

#restextarea textarea{
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    resize: none !important;
    border: 1px solid #eee;
    padding: 0.75rem 1rem;
    border-radius: 3px;
    margin-top: 0.75rem;
    width: 100%;
    letter-spacing: 2px;
    height: 20rem;
}

.night #restextarea textarea{
    border: 1px solid #444;
}