html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.content {
    padding-top: 1%;
    height: 98%;
    width: 100%;
}

.answer {
    overflow-y: scroll;
    height: 81%;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.layui-row:nth-child(2){
    border-top: 1px solid #c9c9c9;
}

#question {
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
}

textarea:focus {
    outline: none; /* 去掉默认的轮廓 */
    border-color: #5b9bd5; /* 获取焦点时的边框颜色 */
    box-shadow: 0 0 5px rgba(91, 155, 213, 0.5); /* 获取焦点时的阴影效果 */
}

.lock {
    background-color: #e3e6e9;
    color: #054968;
    font-size: larger;
}

@media (max-width: 1000px) {

}
