.work_info_view{padding:20px;background-color:var(--surface)}.work_info_view .work_header_view{display:flex;align-items:center}.work_info_view .work_header_view .header_left{width:100px;display:flex;align-items:center;cursor:pointer;flex-shrink:0}.work_info_view .work_header_view .header_right{width:calc(100vw - var(--aside-w) - 342px);flex:1;overflow-y:auto;display:flex;align-items:center;padding-bottom:10px}.work_info_view .work_header_view .header_right::-webkit-scrollbar{width:.55rem;height:.55rem;background-color:var(--brand-tint);cursor:pointer}.work_info_view .work_header_view .header_right::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--bg)}.work_info_view .work_header_view .header_right::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--brand-2)}.work_info_view .work_header_view .header_right .right_item{padding:4px 10px;border:2px solid var(--border);margin-right:10px;flex-shrink:0;border-radius:4px;cursor:pointer;font-size:var(--fs-13)}.work_info_view .work_header_view .header_right .right_item_1{color:var(--brand);border-color:var(--brand);background-color:var(--brand-tint)}.work_info_view .work_header_view .header_right .right_item_not{background-color:var(--text-3);color:var(--surface);border-color:var(--text-3)}.work_info_view .work_body_view{height:calc(100vh - 240px);overflow-y:auto}.work_info_view .work_body_view::-webkit-scrollbar{width:.55rem;height:.25rem;background-color:var(--brand-tint)}.work_info_view .work_body_view::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--bg)}.work_info_view .work_body_view::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--brand-2)}.work_info_view .work_body_view .work_body_title{font-size:var(--fs-16);font-weight:500;line-height:40px;text-align:left;padding-top:20px}.work_info_view .work_body_view .body_item_view{display:flex;align-items:center;flex-wrap:wrap}.work_info_view .work_body_view .body_item_view .item_view{width:200px;border-radius:4px;border:1px solid var(--border);margin-right:20px}.work_info_view .work_body_view .body_item_view .item_view .item{line-height:40px;padding-top:10px;font-size:var(--fs-20);font-weight:500}.work_info_view .work_body_view .body_item_view .item_view .item_text{color:var(--text-2);font-size:var(--fs-14);line-height:40px}.work_info_view .work_body_view .body_item_view .otherItem{width:200px;flex-shrink:0;border-radius:4px;border:1px solid var(--border);margin-right:20px;margin-bottom:20px;padding-bottom:5px}.work_info_view .work_body_view .body_item_view .otherItem .item_text_1{text-align:left;padding-left:5px;font-size:var(--fs-13)}.work_info_view .report_card_list{display:flex;align-items:center;justify-content:space-around;margin-top:20px}.work_info_view .report_card_view{margin-top:20px}.work_info_view .report_card_view .title{text-align:left;font-size:var(--fs-14);font-weight:500;padding-bottom:10px}.work_info_view .report_card_view .card_list{display:flex;align-items:center;flex-wrap:wrap}.work_info_view .report_card_view .card_list .card_item{flex-shrink:0;border:1px solid var(--border);border-radius:4px;margin-right:20px}.work_info_view .report_card_view .card_list .card_item .item_title{font-size:38px;font-weight:500;padding:10px 40px}.work_info_view .report_card_view .card_list .card_item .item_text_tips{font-size:var(--fs-14);color:var(--text-3);padding-bottom:10px}.work_info_view .report_card_view .card_list .card_item_1{padding:10px;padding-right:50px;margin-bottom:20px}.work_info_view .report_card_view .header_list{display:flex;align-items:center;width:calc(100vw - var(--aside-w) - 280px);overflow-x:auto;padding-bottom:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.work_info_view .report_card_view .header_list .item{flex-shrink:0;border:2px solid var(--brand-2);border-radius:5px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-right:10px;cursor:pointer}.work_info_view .report_card_view .header_list .item_1{color:var(--surface);background-color:var(--brand-2)}.work_info_view .report_card_view .header_list .item_2{border:2px solid var(--warning)}.work_info_view .report_card_view .header_list .item_2_1{color:var(--surface);background-color:var(--warning)}.work_info_view .report_card_view .header_list .item_3{border:2px solid var(--danger)}.work_info_view .report_card_view .header_list .item_3_1{color:var(--surface);background-color:var(--danger)}.radar_view{width:400px;height:500px}.report_card_info_view{position:relative;padding:20px;border-radius:5px;background-color:var(--surface)}.report_card_info_view .card_info_header{display:flex;align-items:center;justify-content:space-between;width:calc(100vw - var(--aside-w) - 250px)}.report_card_info_view .card_info_header .header_left{display:flex;align-items:center;font-size:var(--fs-16);margin-right:10px;margin-bottom:10px;color:var(--text-2);cursor:pointer}.report_card_info_view .card_info_header .header_left i{font-size:var(--fs-20)}.report_card_info_view .card_info_header .header_left .left_text{padding-left:4px}.report_card_info_view .card_info_header .header_right_other{flex:1;overflow-y:auto;display:flex;align-items:center;padding-bottom:0;border-radius:6px;background-color:var(--brand-tint)}.report_card_info_view .card_info_header .header_right_other::-webkit-scrollbar{width:.55rem;height:.55rem;background-color:var(--brand-tint);cursor:pointer}.report_card_info_view .card_info_header .header_right_other::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--bg)}.report_card_info_view .card_info_header .header_right_other::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--brand-2)}.report_card_info_view .card_info_header .header_right_other .right_item{padding:4px 10px;border:2px solid transparent;margin-right:10px;flex-shrink:0;border-radius:4px;cursor:pointer;margin:6px;color:var(--text-2)}.report_card_info_view .card_info_header .header_right_other .right_item:hover{color:var(--brand);background-color:var(--brand-soft)}.report_card_info_view .card_info_header .header_right_other .right_item_1{color:var(--brand);border-color:var(--brand);background-color:var(--brand-soft)}.report_card_info_view .card_info_header .header_right_other .right_item_not{background-color:var(--border);color:var(--surface);border-color:var(--border)}.report_card_info_view .card_body{height:calc(100vh - 250px);overflow-y:auto}.report_card_info_view .card_body::-webkit-scrollbar{width:.55rem;height:.25rem;background-color:var(--brand-tint)}.report_card_info_view .card_body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:var(--bg)}.report_card_info_view .card_body::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--brand-2)}.report_card_info_view .report_card_list{display:flex;align-items:center;justify-content:space-around;margin-top:20px}.report_card_info_view .report_card_view{margin-top:20px}.report_card_info_view .report_card_view .title{text-align:left;font-size:var(--fs-16);font-weight:500;color:var(--text);padding-bottom:10px}.report_card_info_view .report_card_view .card_list{display:flex;align-items:center;flex-wrap:wrap}.report_card_info_view .report_card_view .card_list .card_item{flex-shrink:0;border:1px solid var(--border);border-radius:4px;margin-right:20px}.report_card_info_view .report_card_view .card_list .card_item .item_title{font-size:var(--fs-30);font-weight:500;color:var(--text);padding:10px 40px}.report_card_info_view .report_card_view .card_list .card_item .item_title .item_title_unit{font-size:var(--fs-20);padding-left:10px}.report_card_info_view .report_card_view .card_list .card_item .item_text_tips{font-size:var(--fs-16);color:var(--text-3);padding-bottom:10px}.report_card_info_view .report_card_view .card_list .card_item_1{padding:10px;padding-right:50px;margin-bottom:20px}.report_card_info_view .report_card_view .header_list{display:flex;align-items:center;width:calc(100vw - var(--aside-w) - 280px);overflow-x:auto;padding-bottom:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.report_card_info_view .report_card_view .header_list .item{flex-shrink:0;border:2px solid var(--brand-2);border-radius:5px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-right:10px;cursor:pointer;color:var(--text-2)}.report_card_info_view .report_card_view .header_list .item_1{color:var(--surface);background-color:var(--brand);border-color:var(--brand)}.report_card_info_view .report_card_view .header_list .item_2{border:2px solid var(--warning);color:var(--warning)}.report_card_info_view .report_card_view .header_list .item_2_1{color:var(--surface);background-color:var(--warning);border-color:var(--warning)}.report_card_info_view .report_card_view .header_list .item_3{border:2px solid var(--danger);color:var(--danger)}.report_card_info_view .report_card_view .header_list .item_3_1{color:var(--surface);background-color:var(--danger);border-color:var(--danger)}.report_card_info_view .answer_list{display:flex;flex-direction:column;margin-top:20px;margin-bottom:20px;justify-content:flex-start}.report_card_info_view .answer_list .item{border:2px solid var(--border);border-radius:5px;padding:4px}.report_card_info_view .answer_list .item .item_header{display:flex;align-items:center}.report_card_info_view .answer_list .item .item_header div{font-size:var(--fs-16);color:var(--text-2);margin-right:20px}.report_card_info_view .answer_list .item .item_header div:first-child{border-top-left-radius:5px;width:26px;height:30px;background-color:var(--brand);color:var(--surface);display:flex;align-items:center;justify-content:center;margin-right:10px}.report_card_info_view .answer_list .item .item_header div:nth-child(2),.report_card_info_view .answer_list .item .item_header div:nth-child(3){margin-right:30px}.report_card_info_view .answer_list .item .item_html{padding:20px;text-align:left}.details_but[data-v-25e9fa10]{cursor:pointer;color:var(--brand)}.details_hastime[data-v-25e9fa10]{cursor:not-allowed;color:#f3d19e}.all[data-v-25e9fa10]{background-color:var(--surface);width:calc(100% - 40px);padding:20px;position:relative}.head[data-v-25e9fa10]{display:flex;position:fixed;top:176px;width:calc(100vw - var(--aside-w) - 74px);padding-top:20px;background-color:var(--surface);z-index:999}.footer[data-v-25e9fa10]{margin-top:40px}.zuoye[data-v-25e9fa10]{margin-top:86px}.zhishi[data-v-25e9fa10]{margin-top:32px}.zhishi_also[data-v-25e9fa10]{display:flex;flex-wrap:wrap}.zhishi_item[data-v-25e9fa10]{width:236px;border:1px solid var(--text-2);border-radius:5px;margin-right:10px;margin-top:10px;padding:7px 0 4px 10px}.zhishi_title[data-v-25e9fa10]{font-size:14px;text-align:left;margin-left:10px}.zuoye_title[data-v-25e9fa10]{font-size:20px;font-weight:700;width:80px}.also[data-v-25e9fa10]{width:103px}.zuoye_content[data-v-25e9fa10]{display:flex;margin-top:10px}.zuoye_item[data-v-25e9fa10]{width:160px;height:79px;border:1px solid var(--text-3);border-radius:5px;margin-right:24px;padding-top:16px}.item_title[data-v-25e9fa10]{color:var(--text-2);font-size:16px;margin-top:8px}.item_content[data-v-25e9fa10]{font-size:29px;font-weight:700}.head_left[data-v-25e9fa10]{margin-top:14px;font-size:16px;cursor:pointer}.head_right[data-v-25e9fa10]{width:calc(100vw - var(--aside-w) - 190px);margin-left:20px}.head_right[data-v-25e9fa10],.head_right_end[data-v-25e9fa10]{height:60px;position:relative;overflow-x:auto;overflow-y:hidden}.head_right_end[data-v-25e9fa10]{width:calc(100vw - var(--aside-w) - 174px);margin-left:50px;margin-top:5px}.head_right_content[data-v-25e9fa10]{width:100%;display:flex}.item[data-v-25e9fa10]{flex-shrink:0;min-width:70px;padding:0 10px;height:30px;line-height:30px;font-size:20px;color:var(--text);text-align:center;border:2px solid var(--border);border-radius:5px;margin:0 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.end[data-v-25e9fa10]{display:inline-block;width:40px;height:40px;line-height:40px}.end-score[data-v-25e9fa10]{box-sizing:border-box;display:inline-flex;align-items:center;width:calc(var(--sp-6)*4);height:calc(var(--sp-6)*2);line-height:1;padding:0 var(--sp-2);gap:var(--sp-4);justify-content:center}.question-score[data-v-25e9fa10]{font-size:var(--fs-12);padding-top:var(--sp-2)}.question-score-summary[data-v-25e9fa10]{flex:1 1 auto;margin-left:auto;margin-right:var(--sp-3);text-align:right;white-space:nowrap}.head_right_end .head_right_content[data-v-25e9fa10]{height:100%;align-items:center}.act[data-v-25e9fa10]{border-color:var(--brand);color:var(--brand);background-color:var(--brand-soft)}.disable[data-v-25e9fa10]{color:var(--text-3);cursor:not-allowed;background-color:var(--surface);border-color:var(--border)}.actred[data-v-25e9fa10]{border-color:var(--danger);color:var(--surface)!important;background-color:var(--danger)}.actyellow[data-v-25e9fa10]{border-color:var(--warning);color:var(--surface)!important;background-color:var(--warning)}.actgreen[data-v-25e9fa10]{border-color:var(--success);color:var(--surface)!important;background-color:var(--success)}[data-v-25e9fa10] .el-progress-bar__outer{width:100%}.itemquestion[data-v-25e9fa10]{width:92%;padding:0 10px 10px 0;border:2px solid var(--border);border-radius:var(--radius-lg)}.question_title[data-v-25e9fa10]{border-radius:var(--radius-lg) 0 0 0;color:var(--surface);width:25px;height:25px;text-align:center;line-height:25px;margin:2px 5px 0 2px}.itemquestion_title[data-v-25e9fa10]{margin:5px 30px 0 0}