/*更新到 https://static.clinfo.cn/common/vue2unkpg/testQuestions.css
  文件位置  cl-vite
*/
@font-face {
    font-family: wordFontFamily;
    src: url("https://static.clinfo.cn/common/vue2unkpg/fonts/times-new-roman.ttf") format("truetype");
    unicode-range: U+61-7a, U+41-5a;
}

.tk-name {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    border: none;
    background-color: transparent;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.v-html-questions-box {
    /*题库英文适配下划线*/
    text-underline-position: under;
    font-family: wordFontFamily;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
}

/*隐藏编辑器image缩放边框*/
.v-html-questions-box .edui-editor-imagescale[style] {
    display: none !important;
}
.v-html-questions-box span[style], .v-html-questions-box div[style], .v-html-questions-box p[style]{
    font-size: 12px;
}
.v-html-questions-box p {
    line-height: 1.5;
    margin: 0;
    word-break: break-all;
    word-wrap: break-word;
    text-wrap-mode: wrap !important;
}
.v-html-questions-box span{
    text-wrap-mode: wrap !important;
}
.v-html-questions-box mjx-line {
    font-size: unset !important;
}
.html-box{
    text-wrap-mode: wrap !important;
}

.html-box *{
    text-wrap-mode: wrap !important;
}



.xx-text{
    cursor: text;
}