.question-container[data-v-5f1424f2]{position:relative;box-sizing:border-box;margin-top:.133333rem;height:calc(100vh - 1.46667rem);background-color:#fff;font-size:.373333rem}.question-container .showNone[data-v-5f1424f2]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:1000;display:flex;justify-content:center;align-items:center}.question-container .showNone .showNone-content[data-v-5f1424f2]{width:6.666667rem;padding:.533333rem;border-radius:.133333rem;background:#fff}.question-container .showNone .close-btn[data-v-5f1424f2]{width:.4rem;height:.4rem;float:right;cursor:pointer}.question-container .showNone .none-content[data-v-5f1424f2]{display:flex;align-items:center;color:#73af2d}.question-container .showNone img[data-v-5f1424f2]{width:2.666667rem;height:auto}.question-container .scroll[data-v-5f1424f2]{height:calc(100% - 1.86667rem);overflow-y:auto}.question-container .question-header[data-v-5f1424f2]{padding:.266667rem}.question-container .question-header .question-type[data-v-5f1424f2]{display:inline-block;color:#73af2d;background:rgba(172,211,133,.3);padding:.133333rem .266667rem;border-radius:.066667rem;margin-right:.133333rem;margin-bottom:.266667rem;font-size:.373333rem}.question-container .question-header .question-box[data-v-5f1424f2]{display:flex;align-items:flex-start;gap:.133333rem}.question-container .question-header .title-index[data-v-5f1424f2]{width:1.653333rem}.question-container .question-header .question-number[data-v-5f1424f2]{font-weight:300;color:#333;font-size:.373333rem;line-height:.6rem;text-align:justify}.question-container .question-content[data-v-5f1424f2]{font-weight:300;color:#333;font-size:.373333rem;line-height:1.6;margin-bottom:.4rem;text-align:justify}.question-container .answer-dialog-overlay[data-v-5f1424f2]{position:fixed;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);display:flex;justify-content:center;align-items:flex-end;z-index:1000;animation:fadeIn-data-v-5f1424f2 .3s ease}.question-container .answer-dialog-overlay .answer-dialog[data-v-5f1424f2]{display:flex;flex-direction:column;background-color:#fff;padding:.533333rem;width:100%;max-height:10.666667rem;border-radius:.266667rem .266667rem 0 0;box-shadow:0 -.053333rem .16rem rgba(0,0,0,.05);animation:slideUp-data-v-5f1424f2 .3s ease}.question-container .answer-dialog-overlay .answer-dialog .answer-header[data-v-5f1424f2]{display:flex;align-items:center;gap:.266667rem;margin-bottom:.4rem;color:#73af2d;font-size:.4rem;padding-bottom:.133333rem;border-bottom:.013333rem solid #999}.question-container .answer-dialog-overlay .answer-dialog .answer-header .answer-icon img[data-v-5f1424f2]{width:.533333rem;height:auto}.question-container .answer-dialog-overlay .answer-dialog .answer-content[data-v-5f1424f2]{padding:0 .133333rem;flex:1;overflow-y:auto;font-size:.373333rem}.question-container .answer-dialog-overlay .answer-dialog .answer-content .answer-correct[data-v-5f1424f2]{color:#73af2d;margin:.32rem .106667rem}.question-container .answer-dialog-overlay .answer-dialog .answer-content .answer-detail[data-v-5f1424f2]{color:#333;line-height:.533333rem;margin-bottom:.32rem}.question-container .answer-dialog-overlay .answer-dialog .answer-content .answer-result[data-v-5f1424f2]{font-weight:700;margin-top:.106667rem}.question-container .answer-dialog-overlay .answer-dialog .answer-content .answer-result .result-correct[data-v-5f1424f2]{color:#73af2d}.question-container .answer-dialog-overlay .answer-dialog .answer-content .answer-result .result-wrong[data-v-5f1424f2]{color:#e33a3a}.question-container .answer-dialog-overlay .answer-dialog .dialog-buttons[data-v-5f1424f2]{display:flex;justify-content:center;align-items:center;margin-top:.4rem}.question-container .answer-dialog-overlay .answer-dialog .dialog-buttons .close-btn[data-v-5f1424f2]{background-color:#fff;color:#73af2d;border:.013333rem solid #73af2d;border-radius:.4rem;padding:.133333rem .533333rem;text-align:center;cursor:pointer;font-size:.346667rem}@keyframes fadeIn-data-v-5f1424f2{0%{opacity:0}to{opacity:1}}@keyframes slideUp-data-v-5f1424f2{0%{transform:translateY(100%)}to{transform:translateY(0)}}.question-container .navigation-buttons[data-v-5f1424f2]{height:1.866667rem;display:flex;justify-content:space-between;align-items:center;padding:0 .72rem;box-shadow:0 -.026667rem .066667rem -.026667rem #ccc}.question-container .navigation-buttons .next-button[data-v-5f1424f2],.question-container .navigation-buttons .prev-button[data-v-5f1424f2]{display:flex;align-items:center;color:#73af2d;cursor:pointer;padding:.133333rem}.question-container .navigation-buttons .submit-button[data-v-5f1424f2]{color:#73af2d;border-radius:.4rem;padding:.133333rem .266667rem;text-align:center;cursor:pointer}.question-container .options[data-v-5f1424f2]{list-style:none;padding:.266667rem;margin-bottom:.32rem;margin-top:.133333rem}.question-container .options .option[data-v-5f1424f2]{padding:0 0 0 .16rem;border-radius:.053333rem;cursor:pointer;transition:background .2s,color .2s;display:flex;align-items:flex-start;min-height:.48rem;font-size:.373333rem;border:none;background:none;margin-bottom:.266667rem}.question-container .options .option.correct[data-v-5f1424f2],.question-container .options .option.selected[data-v-5f1424f2]{background:none;border:none;color:#73af2d}.question-container .options .option.wrong[data-v-5f1424f2]{background:none;border:none;color:#e33a3a}.question-container .options .option-label[data-v-5f1424f2]{box-sizing:border-box;width:.533333rem;height:.533333rem;background:#fff;border:.013333rem solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#666;margin-right:.106667rem}.question-container .options .option-label.selected[data-v-5f1424f2]{border:.013333rem solid #73af2d;color:#73af2d}.question-container .options .option-label.correct[data-v-5f1424f2]{background:#73af2d;color:#fff}.question-container .options .option-label.wrong[data-v-5f1424f2]{background:none;border-color:#e33a3a;color:#e33a3a}.question-container .options .option-text[data-v-5f1424f2]{flex:1;line-height:.586667rem}.question-container .short-answer[data-v-5f1424f2]{display:block;width:90%;min-height:2.133333rem;margin:0 auto;border:.026667rem solid #e4e9ed;border-radius:.08rem;padding:.133333rem;font-size:.4rem;margin-bottom:.32rem;resize:vertical;color:#333}.question-container .short-answer[data-v-5f1424f2]:disabled{background:#f5f5f5}.question-box p:first-child{display:inline-block}div[data-v-fa476bda]{box-sizing:border-box}.questionBankM[data-v-fa476bda]{width:100%;height:100vh;background-color:#f5f5f5;position:relative}.questionBankM .title[data-v-fa476bda]{display:flex;align-items:center;justify-content:space-between;width:10rem;height:1.333333rem;padding:0 .533333rem;background:#73af2d;font-size:.533333rem;color:#fff}.questionBankM .title img[data-v-fa476bda]{width:.666667rem;height:auto;cursor:pointer}.questionBankM .title .title-text[data-v-fa476bda]{flex:1;font-size:.426667rem;padding:0 .266667rem;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.questionBankM .dropdown-enter-active[data-v-fa476bda],.questionBankM .dropdown-leave-active[data-v-fa476bda]{transition:opacity .3s,transform .3s}.questionBankM .dropdown-enter[data-v-fa476bda],.questionBankM .dropdown-leave-to[data-v-fa476bda]{opacity:0;transform:translateY(-.266667rem)}.questionBankM[data-v-fa476bda] ::-webkit-scrollbar{width:.08rem;height:.08rem}.questionBankM[data-v-fa476bda] ::-webkit-scrollbar-thumb{background-color:silver;border-radius:.04rem}.questionBankM[data-v-fa476bda] ::-webkit-scrollbar-track{background-color:#f1f1f1}.questionBankM .dropdown-panel[data-v-fa476bda]{position:absolute;top:1.333333rem;left:0;width:10rem;max-height:calc(100vh - 2.66667rem);overflow-y:auto;z-index:10;padding:.266667rem;background:hsla(0,0%,100%,.97);box-shadow:0 .066667rem .666667rem .013333rem rgba(0,0,0,.1);border-radius:0 0 .4rem .4rem}.questionBankM .dropdown-panel .checkbox-row[data-v-fa476bda]{display:flex;align-items:center;margin-top:.266667rem;justify-content:flex-end;padding-right:.266667rem;color:#999;font-size:.346667rem;cursor:pointer}.questionBankM .dropdown-panel .checkbox-row .circle[data-v-fa476bda]{width:.32rem;height:.32rem;border-radius:50%;background-color:#fff}.questionBankM .mask[data-v-fa476bda]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.35);z-index:8}.group-list .group-item[data-v-fa476bda]{min-height:.6rem}.group-list .group-item .group-label-row[data-v-fa476bda]{height:1.2rem;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:.16rem .266667rem 0 .266667rem;border-bottom:.013333rem solid #ccc}.group-list .group-item .group-label-row .group-label[data-v-fa476bda]{margin-top:.066667rem;color:#73af2d;font-size:.4rem}.group-list .group-item .group-label-row .toggle-btn[data-v-fa476bda]{margin-top:.066667rem;color:#73af2d;font-size:.346667rem;user-select:none;display:flex;align-items:center;gap:.066667rem;cursor:pointer}.group-list .group-item .group-label-row .toggle-btn .circle[data-v-fa476bda]{padding:.053333rem;font-size:.266667rem;border-radius:50%;border:.013333rem solid #73af2d}.group-list .group-item .number-list[data-v-fa476bda]{margin-top:.266667rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.16rem;padding:0 .266667rem .213333rem .266667rem}.group-list .group-item .number-list .number-btn[data-v-fa476bda]{width:1.2rem;height:.8rem;border:.013333rem solid #ccc;background:#fff;border-radius:.08rem;cursor:pointer;color:#999;font-weight:500;font-size:.426667rem;transition:all .2s}.group-list .group-item .number-list .number-btn.current[data-v-fa476bda]{background:#73af2d;color:#fff;border-color:#73af2d}.group-list .group-item .number-list .number-btn.correct[data-v-fa476bda]{color:#e8f7e2;background:#73af2d;border-color:#73af2d}.group-list .group-item .number-list .number-btn.wrong[data-v-fa476bda]{background:#ef6565;color:#fff}.group-list .group-item .number-list .number-btn[data-v-fa476bda]:hover{border-color:#73af2d}.slide-expand-enter-active[data-v-fa476bda],.slide-expand-leave-active[data-v-fa476bda]{overflow:hidden}