@charset "UTF-8";:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;background:#f4f6f8;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#app,.coach-page,.coach-container{width:100%;min-height:100%;height:100%;margin:0}body{overflow:hidden;overscroll-behavior:none}button{font:inherit}.coach-page{position:relative;min-height:100dvh;background:#f4f6f8}.coach-container{min-height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.status-layer{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;background:#f4f6f8}.status-card{width:min(320px,100%);padding:28px 24px;border-radius:16px;background:#fff;box-shadow:0 12px 40px #0f172a1a;text-align:center}.status-card h1{margin:0 0 10px;font-size:20px}.status-card p{margin:0;color:#667085;font-size:14px;line-height:1.6;overflow-wrap:anywhere}.status-card button{margin-top:20px;padding:10px 22px;border:0;border-radius:999px;color:#fff;background:#2563eb}.loading-dot{width:32px;height:32px;margin:0 auto 18px;border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.panxi-message-container{z-index:10000;display:flex;flex-direction:column;max-width:75%}.panxi-message-container .icon-wrapper{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;margin-left:8px}.panxi-message-container .icon-wrapper .ym-aigc-iconfont:before{font-size:16px!important}.panxi-message-container .icon-wrapper:hover{cursor:pointer}.panxi-message-container .icon-wrapper.icon-wrapper-success{color:#52c41a}.panxi-message-container .icon-wrapper.icon-wrapper-error{color:#f5222d}.panxi-message-container .icon-wrapper.icon-wrapper-warning{color:#faad14}.panxi-message-container .icon-wrapper.icon-wrapper-info{color:#1890ff}.panxi-message-container .panxi-message{display:flex;align-items:center;background-color:#fff;padding:12px;border-radius:4px;box-shadow:none;transition:transform .3s}.panxi-message-container .panxi-message.panxi-message-success{border-left:4px solid #52c41a}.panxi-message-container .panxi-message.panxi-message-error{border-left:4px solid #f5222d}.panxi-message-container .panxi-message.panxi-message-warning{border-left:4px solid #faad14}.panxi-message-container .panxi-message.panxi-message-info{border-left:4px solid #1890ff}.panxi-message-container .panxi-message-title{font-weight:700}.panxi-message-container .panxi-message-content{padding:0 20px;width:max-content;line-height:16px!important;font-size:13px!important}.panxi-message-container .panxi-close-button{background:none;border:none;cursor:pointer;color:#1890ff;text-align:right;display:block}.panxi-message-container.expire-warning-message{background:#ffecec;border:none;padding:12px;width:100%}.panxi-message-container.expire-warning-message .panxi-message{height:11px;border-left:none;background:#ffecec;padding:0}.panxi-message-container.expire-warning-message .panxi-message-content{font-size:12px;font-weight:500;color:#fb6d3a;padding-left:6px}@media only screen and (max-width: 768px){.panxi-message-container .icon-wrapper{padding:10px;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;margin-left:8px;color:var(--panxi-color-brand)}.panxi-message-container .icon-wrapper .ym-aigc-iconfont:before{font-size:16px}.panxi-message-container .icon-wrapper:hover{cursor:pointer}.panxi-message-container.expire-warning-message{padding:0}.panxi-message-container.expire-warning-message .panxi-message{height:36px;border-left:none;background:#ffecec;padding:12px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.panxi-custom-loading{position:relative}.panxi-custom-loading.panxi-custom-loading-inline{display:inline-block}.panxi-custom-loading.panxi-custom-open{pointer-events:none}.panxi-custom-loading .panxi-custom-loading-tip{display:block;position:absolute;top:50%;left:50%;z-index:4;transform:translate(-50%,-50%);text-align:center}.panxi-custom-loading .panxi-custom-loading-tip .panxi-custom-loading-indicator .panxi-custom-loading-svg{height:24px;width:24px;-webkit-animation:spin 1.2s linear infinite;animation:spin 1.2s linear infinite}.panxi-custom-loading .panxi-custom-loading-tip .panxi-custom-loading-tip-content{font-size:14px;font-weight:400;letter-spacing:.4px}.panxi-custom-loading .panxi-custom-loading-tip .panxi-custom-loading-tip-content.primary{color:#5653fa}.panxi-custom-loading .panxi-custom-loading-tip .panxi-custom-loading-tip-content.blue{color:#1b58f4}.panxi-custom-loading .panxi-custom-loading-tip .panxi-custom-loading-tip-content.blue-purple{color:#6045ff}.panxi-custom-loading .panxi-custom-loading-component{opacity:.7;-webkit-filter:blur(1px);filter:blur(1px);filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";position:relative;pointer-events:none}.panxi-custom-loading .panxi-custom-loading-component .panxi-custom-loading-masker{position:absolute;inset:0;z-index:99;opacity:.2;background:#fff}.panxi-custom-button{cursor:pointer;padding:8px 16px;border:none;border-radius:4px;transition:background-color .3s,opacity .3s}.panxi-custom-button.button-primary{background-color:#006aff;color:#fff}.panxi-custom-button.button-secondary{background-color:gray;color:#fff}.panxi-custom-button.button-normal{background-color:#d3d3d3;color:#000}.panxi-custom-button.button-size-xxs{padding:4px 8px}.panxi-custom-button.button-size-xs{padding:6px 12px}.panxi-custom-button.button-size-small{padding:8px 14px}.panxi-custom-button.button-size-medium{padding:8px 16px}.panxi-custom-button.button-size-large{padding:10px 20px;font-size:16px}.panxi-custom-button.button-text{background:none;color:inherit;text-decoration:underline}.panxi-custom-button.button-ghost-true,.panxi-custom-button.button-ghost-light{background-color:transparent;border:1px solid currentColor}.panxi-custom-button.button-ghost-dark{background-color:#0000001a;color:#fff}.panxi-custom-button .button-icon{margin-right:8px}.panxi-custom-button.button-warning{background-color:#fadb14;color:#000}.panxi-custom-button.button-disabled{cursor:not-allowed;opacity:.6}.panxi-custom-button .button-loading-spinner{margin-right:8px}.panxi-custom-tabs{width:100%;box-sizing:border-box}.panxi-custom-tabs .panxi-custom-tabs-bar{position:relative;outline:none;border-bottom:none;background-color:transparent}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container{margin-bottom:-1px;overflow:hidden;position:relative}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container:after{visibility:hidden;display:block;height:0;font-size:0;content:" ";clear:both}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container .panxi-custom-tabs-nav-wrap{overflow:hidden}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container .panxi-custom-tabs-nav-wrap .panxi-custom-tabs-nav-scroll{overflow-x:auto;overflow-y:hidden;white-space:nowrap}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container .panxi-custom-tabs-nav-wrap .panxi-custom-tabs-nav-scroll .panxi-custom-tabs-nav{display:inline-block;position:relative;transition:all .3s ease;list-style:none}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container .panxi-custom-tabs-nav-wrap .panxi-custom-tabs-nav-scroll .panxi-custom-tabs-nav .panxi-custom-tabs-tab{display:inline-block;position:relative;transition:all .1s linear;font-size:14px;letter-spacing:1.25px;color:#474a52;border:none}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container .panxi-custom-tabs-nav-wrap .panxi-custom-tabs-nav-scroll .panxi-custom-tabs-nav .panxi-custom-tabs-tab.active{z-index:1;background-color:transparent;color:#5653fa}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container .panxi-custom-tabs-nav-wrap .panxi-custom-tabs-nav-scroll .panxi-custom-tabs-nav .panxi-custom-tabs-tab:before{content:"";position:absolute;transition:all .3s ease;border-bottom:3px solid #5653fa;border-radius:24px 0;width:0;left:50%;bottom:0%}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container .panxi-custom-tabs-nav-wrap .panxi-custom-tabs-nav-scroll .panxi-custom-tabs-nav .panxi-custom-tabs-tab .panxi-custom-tabs-tab-inner{position:relative;cursor:pointer;text-decoration:none;font-size:12px;padding:12px 16px;letter-spacing:1.25px}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container .panxi-custom-tabs-nav-wrap .panxi-custom-tabs-nav-scroll::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container.panxi-custom-tabs-nav-container-scrolling{padding-right:60px}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container.panxi-custom-tabs-nav-container-scrolling .panxi-custom-tabs-btn-prev,.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container.panxi-custom-tabs-nav-container-scrolling .panxi-custom-tabs-btn-next{position:absolute;top:0;cursor:pointer;padding:0;border:0;outline:none;height:100%;background:transparent;border-color:transparent;color:#666}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container.panxi-custom-tabs-nav-container-scrolling .panxi-custom-tabs-btn-prev.disabled,.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container.panxi-custom-tabs-nav-container-scrolling .panxi-custom-tabs-btn-next.disabled{cursor:not-allowed;color:#d4d6db}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container.panxi-custom-tabs-nav-container-scrolling .panxi-custom-tabs-btn-prev{right:32px}.panxi-custom-tabs .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container.panxi-custom-tabs-nav-container-scrolling .panxi-custom-tabs-btn-next{right:8px}._blank-card-wrap_1okna_1{padding:4.26667vw;border-radius:2.66667vw;background-color:#fff;box-sizing:border-box!important}._report-model-mask_xoweo_1{position:fixed;background-color:#ffffff1a;width:100%;height:100%;top:0vw;left:0vw;z-index:9}._report-model-mask_xoweo_1 ._report-model_xoweo_1{width:72vw;background:#fff;box-shadow:0 2.13333vw 4.26667vw #1f202433;border-radius:2.13333vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden}._report-model-mask_xoweo_1 ._report-model_xoweo_1 ._report-model-header_xoweo_21{padding:5.33333vw 4.26667vw 0vw;text-align:center;font-size:4.26667vw;font-weight:500;color:#2a313d}._report-model-mask_xoweo_1 ._report-model_xoweo_1 ._report-model-content_xoweo_28{padding:4.26667vw}._report-model-mask_xoweo_1 ._report-model_xoweo_1 ._report-model-content_xoweo_28 .next-focus{box-shadow:none}._report-model-mask_xoweo_1 ._report-model_xoweo_1 ._report-model-footer_xoweo_34{padding-top:.26667vw;background:#e6ebf3;display:flex;align-items:flex-end;justify-content:space-between}._report-model-mask_xoweo_1 ._report-model_xoweo_1 ._report-model-footer_xoweo_34 ._cancel-btn_xoweo_41{width:calc(50% - .13333vw);background:#fff;height:11.73333vw;line-height:11.73333vw;text-align:center;font-size:4.26667vw;color:#5f6e87}._report-model-mask_xoweo_1 ._report-model_xoweo_1 ._report-model-footer_xoweo_34 ._cancel-btn_xoweo_41:hover{cursor:pointer}._report-model-mask_xoweo_1 ._report-model_xoweo_1 ._report-model-footer_xoweo_34 ._confirm-btn_xoweo_53{width:calc(50% - .13333vw);background:#fff;height:11.73333vw;line-height:11.73333vw;text-align:center;font-size:4.26667vw;color:var(--panxi-color-brand)}._report-model-mask_xoweo_1 ._report-model_xoweo_1 ._report-model-footer_xoweo_34 ._confirm-btn_xoweo_53:hover{cursor:pointer}._evaluator-wrap_1pmlt_5{display:flex;align-items:center}._evaluator-wrap_1pmlt_5._horizontal-flex-start_1pmlt_9{justify-content:flex-start}._evaluator-wrap_1pmlt_5._horizontal-center_1pmlt_12{justify-content:center}._evaluator-wrap_1pmlt_5._horizontal-flex-end_1pmlt_15{justify-content:flex-end}._evaluator-wrap_1pmlt_5 ._feedback-btn_1pmlt_18{padding:1.33333vw 1.06667vw;border-radius:1.06667vw;display:inline-flex;align-items:center;justify-content:center;background:#ffffff80;box-sizing:border-box;border:.26667vw solid rgba(255,255,255,.5);color:var(--panxi-color-brand)}._evaluator-wrap_1pmlt_5 ._feedback-btn_1pmlt_18 .ym-aigc-iconfont:before{font-size:4.26667vw}._evaluator-wrap_1pmlt_5 ._feedback-btn_1pmlt_18 ._feedback-btn-text_1pmlt_32{font-size:3.2vw;margin-left:1.6vw;font-family:var(--panxi-font-family)}._evaluator-wrap_1pmlt_5 ._feedback-btn_1pmlt_18:hover{cursor:pointer}._evaluator-wrap_1pmlt_5 ._praise-btn_1pmlt_40,._evaluator-wrap_1pmlt_5 ._dislike-btn_1pmlt_41{padding:1.33333vw;border-radius:1.06667vw;display:inline-flex;justify-content:center;align-items:center;background:#ffffff80;box-sizing:border-box;border:.26667vw solid rgba(255,255,255,.5);margin-left:1.06667vw;color:var(--panxi-color-brand)}._evaluator-wrap_1pmlt_5 ._praise-btn_1pmlt_40 .ym-aigc-iconfont:before,._evaluator-wrap_1pmlt_5 ._dislike-btn_1pmlt_41 .ym-aigc-iconfont:before{font-size:4.26667vw}._evaluator-wrap_1pmlt_5 ._praise-btn_1pmlt_40:hover,._evaluator-wrap_1pmlt_5 ._dislike-btn_1pmlt_41:hover{cursor:pointer}._evaluator-wrap_1pmlt_5 .report-feedback-model .next-input.next-input-textarea{width:100%!important;border-radius:2.13333vw!important;background:#f7f9fc!important;box-sizing:border-box!important;border:.26667vw solid #e9eaf0!important}._evaluator-wrap_1pmlt_5 .report-feedback-model .next-input.next-input-textarea textarea{font-size:3.46667vw;padding:1.6vw 3.2vw;line-height:5.86667vw}._evaluator-wrap_1pmlt_5 .report-feedback-model .next-input.next-input-textarea textarea::placeholder{font-size:3.46667vw;line-height:5.86667vw!important;letter-spacing:-.10667vw!important;color:#98a4ba!important}._evaluator-wrap_1pmlt_5 .report-feedback-model .next-input.next-input-textarea .next-input-control{padding:0 3.2vw 1.6vw}._evaluator-wrap_1pmlt_5 .report-feedback-model .next-input.next-input-textarea .next-input-control .next-input-len{font-size:3.46667vw}._feedback-success-message_1pmlt_86{padding:3.2vw 4.26667vw!important;background:#2c2e33e6!important;border-radius:1.06667vw!important;border:none!important}._feedback-success-message_1pmlt_86 .next-icon{display:none!important}._custom-textarea-wrap_1pmlt_96{border-radius:2.13333vw!important;background:#f7f9fc!important;box-sizing:border-box!important;border:.26667vw solid #e9eaf0!important}._custom-textarea-wrap_1pmlt_96 textarea{width:100%;resize:none;border:none;outline:none;margin:0;vertical-align:middle;background-color:transparent;padding:1.6vw 3.2vw;box-sizing:border-box;color:#474a52;font-size:3.46667vw;line-height:5.86667vw;font-weight:400}._custom-textarea-wrap_1pmlt_96 textarea::placeholder{font-size:3.46667vw;line-height:5.86667vw!important;letter-spacing:-.10667vw!important;color:#98a4ba!important}._custom-textarea-wrap_1pmlt_96 textarea[disabled]{color:#ccc}._custom-textarea-wrap_1pmlt_96 textarea[disabled]:hover{cursor:not-allowed}._custom-textarea-wrap_1pmlt_96 ._custom-textarea-limit-hint_1pmlt_129{margin-top:1.6vw;text-align:right;font-size:3.46667vw;color:#81848f;font-family:inherit;letter-spacing:.11467vw;line-height:5.86667vw;padding:0 3.2vw 1.6vw;box-sizing:border-box}._panxi-third-title_1tpzl_5,._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._title_1tpzl_5{font-family:var(--panxi-font-family);font-size:var(--panxi-third-title-font-size);line-height:var(--panxi-third-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-main-text_1tpzl_14,._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._list_1tpzl_14 ._list-item_1tpzl_14{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._coach-comments-wrap_1tpzl_5{border-radius:2.66667vw;background:var(--panxi-color-brand-transparent);padding:3.2vw 2.66667vw 3.2vw 3.2vw}._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5:not(:first-child){margin-top:4.26667vw}._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._title_1tpzl_5{color:var(--panxi-color-brand)}._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._list_1tpzl_14{list-style:decimal;margin-left:4.26667vw;margin-top:1.06667vw}._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._list_1tpzl_14 ._list-item_1tpzl_14{list-style:decimal}._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._list_1tpzl_14 ._list-item_1tpzl_14:not(:first-child){margin-top:1.06667vw}._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._list_1tpzl_14._unordered_1tpzl_45{list-style:disc;margin-left:3.73333vw}._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._list_1tpzl_14._unordered_1tpzl_45 li{list-style:disc}._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._list_1tpzl_14._only-one_1tpzl_52{list-style:none;margin-left:0vw}._coach-comments-wrap_1tpzl_5 ._coach-comments-item_1tpzl_5 ._list_1tpzl_14._only-one_1tpzl_52 ._list-item_1tpzl_14{list-style:none}._coach-comments-wrap_1tpzl_5 ._evaluator-box_1tpzl_59{margin-top:2.13333vw}._panxi-first-title_wqhjt_5,._overall-rating-tab_wqhjt_5 ._composite-info-card_wqhjt_5 ._appraisal-info_wqhjt_5 ._appraisal-title_wqhjt_5{font-family:var(--panxi-font-family);font-size:var(--panxi-first-title-font-size);line-height:var(--panxi-first-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-second-title_wqhjt_14{font-family:var(--panxi-font-family);font-size:var(--panxi-second-title-font-size);line-height:var(--panxi-second-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-third-title_wqhjt_23{font-family:var(--panxi-font-family);font-size:var(--panxi-third-title-font-size);line-height:var(--panxi-third-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-main-text_wqhjt_32,._overall-rating-tab_wqhjt_5 ._composite-info-card_wqhjt_5 ._appraisal-info_wqhjt_5 ._study-duration-wrap_wqhjt_32 ._study-duration_wqhjt_32,._overall-rating-tab_wqhjt_5 ._composite-info-card_wqhjt_5 ._appraisal-info_wqhjt_5 ._student-id-wrap_wqhjt_32 .panxi-custom-button,._overall-rating-tab_wqhjt_5 ._composite-info-card_wqhjt_5 ._appraisal-info_wqhjt_5 ._student-id-wrap_wqhjt_32 ._student-id_wqhjt_32{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._overall-rating-tab_wqhjt_5{display:none}._overall-rating-tab_wqhjt_5 ._composite-info-card_wqhjt_5{border-radius:2.66667vw;padding:4.26667vw 3.73333vw}._overall-rating-tab_wqhjt_5 ._composite-info-card_wqhjt_5 ._appraisal-info_wqhjt_5 ._student-id-wrap_wqhjt_32{display:flex;align-items:center;justify-content:space-between;margin-top:2.13333vw}._overall-rating-tab_wqhjt_5 ._composite-info-card_wqhjt_5 ._appraisal-info_wqhjt_5 ._student-id-wrap_wqhjt_32 .panxi-custom-button{padding:0;color:var(--panxi-color-brand)!important;text-decoration:none!important}._overall-rating-tab_wqhjt_5 ._composite-info-card_wqhjt_5 ._appraisal-info_wqhjt_5 ._student-id-wrap_wqhjt_32 .panxi-custom-button:hover{color:var(--panxi-color-brand)!important;background:none!important}._overall-rating-tab_wqhjt_5 ._composite-info-card_wqhjt_5 ._appraisal-info_wqhjt_5 ._study-duration-wrap_wqhjt_32{display:flex;align-items:center;justify-content:space-between;margin-top:1.06667vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69{padding:4.26667vw 3.73333vw;border-radius:2.66667vw;margin-top:3.2vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74{border-radius:2.13333vw;border:1px solid #f2f3f7;box-sizing:border-box;padding:2.13333vw 2.66667vw;display:flex;justify-content:space-between;align-items:center}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-wrap_wqhjt_83{display:inline-flex;align-items:center;justify-content:flex-end}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-wrap_wqhjt_83 ._appraisal-score-title_wqhjt_88{width:8.53333vw;height:5.33333vw;background:#f2f3f7;border-radius:.53333vw;display:flex;align-items:center;justify-content:center;margin-right:1.06667vw;font-size:3.2vw;font-weight:400;line-height:4.26667vw;color:#5f6e87}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-wrap_wqhjt_83 ._appraisal-score-unit_wqhjt_102{width:4.26667vw;height:4.26667vw;font-family:var(--panxi-font-family);font-weight:700;font-size:7.46667vw;color:#2a313d;line-height:3.2vw;margin-right:.53333vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-wrap_wqhjt_83 ._appraisal-score-content_wqhjt_112 ._appraisal-score_wqhjt_74{font-family:var(--panxi-font-family);font-weight:700;font-size:7.46667vw;color:#2a313d}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-wrap_wqhjt_83 ._appraisal-score-content_wqhjt_112 ._appraisal-division_wqhjt_118,._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-wrap_wqhjt_83 ._appraisal-score-content_wqhjt_112 ._appraisal-total-points_wqhjt_119{font-family:var(--panxi-font-family);font-weight:400;font-size:3.2vw;color:#2a313d}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125{display:flex;justify-content:space-between}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129{height:5.33333vw;display:flex;padding:.53333vw 1.06667vw .53333vw .53333vw;align-items:center;justify-content:space-between;border-radius:4px;background:#e4e3fc;opacity:0}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129 ._appraisal-score-result-item-icon_wqhjt_139{width:4.26667vw;height:4.26667vw;border-radius:3px;background:#5653fa33;display:flex;align-items:center;justify-content:center;margin-right:.53333vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129 ._appraisal-score-result-item-icon_wqhjt_139 ._item-icon_wqhjt_149{font-size:2.66667vw;color:#5653fa}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129 ._appraisal-score-result-item-text_wqhjt_153{background:radial-gradient(140% 139% at 84% 71%,#8253fa 6%,#315ef4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-family:Inter;font-size:2.66667vw;font-weight:500;line-height:4.26667vw;letter-spacing:-.10933vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129._level_wqhjt_165{opacity:1}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129._fail-pass_wqhjt_168{opacity:1;background:#faebea;margin-left:2.13333vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129._fail-pass_wqhjt_168 ._appraisal-score-result-item-icon_wqhjt_139{background:#d5383633}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129._fail-pass_wqhjt_168 ._appraisal-score-result-item-icon_wqhjt_139 ._item-icon_wqhjt_149{font-size:2.66667vw;color:#d53835}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129._fail-pass_wqhjt_168 ._appraisal-score-result-item-text_wqhjt_153{background:radial-gradient(75% 75% at 84% 71%,#ec4344,#c82727);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129._pass_wqhjt_187{opacity:1;background:#e6f6ef;margin-left:2.13333vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129._pass_wqhjt_187 ._appraisal-score-result-item-icon_wqhjt_139{background:#0ead6933}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129._pass_wqhjt_187 ._appraisal-score-result-item-icon_wqhjt_139 ._item-icon_wqhjt_149{font-size:2.66667vw;color:#0ead69}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._appraisal-score-info_wqhjt_74 ._appraisal-score-result_wqhjt_125 ._appraisal-score-result-item_wqhjt_129._pass_wqhjt_187 ._appraisal-score-result-item-text_wqhjt_153{background:radial-gradient(75% 75% at 84% 71%,#29a64e 5%,#029469);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206{margin-top:2.13333vw;display:flex;flex-wrap:wrap;gap:2.13333vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206 ._subkey-score-info_wqhjt_206{border-radius:2.13333vw;border:1px solid #f2f3f7;box-sizing:border-box;padding:2.13333vw 2.66667vw;width:48.5%}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206 ._subkey-score-info_wqhjt_206 ._subkey-title_wqhjt_219{display:flex;align-items:center}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206 ._subkey-score-info_wqhjt_206 ._subkey-title_wqhjt_219 ._subkey-title-text_wqhjt_223{color:var(--panxi-color-brand);font-family:var(--panxi-font-family);font-size:3.2vw;font-weight:500;margin-left:.53333vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206 ._subkey-score-info_wqhjt_206 ._subkey-score-info-content_wqhjt_230{display:flex;align-items:center}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206 ._subkey-score-info_wqhjt_206 ._subkey-score-info-content_wqhjt_230 ._subkey-score-unit_wqhjt_234{width:4.26667vw;height:4.26667vw;font-family:var(--panxi-font-family);font-weight:700;font-size:7.46667vw;color:#2a313d;line-height:3.2vw;margin-right:.53333vw}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206 ._subkey-score-info_wqhjt_206 ._subkey-score-info-content_wqhjt_230 ._subkey-score-content_wqhjt_244 ._subkey-score_wqhjt_206{font-family:var(--panxi-font-family);font-weight:700;font-size:7.46667vw;color:#100f3f}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206 ._subkey-score-info_wqhjt_206 ._subkey-score-info-content_wqhjt_230 ._subkey-score-content_wqhjt_244 ._subkey-division_wqhjt_250,._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206 ._subkey-score-info_wqhjt_206 ._subkey-score-info-content_wqhjt_230 ._subkey-score-content_wqhjt_244 ._subkey-total-points_wqhjt_251{font-family:var(--panxi-font-family);font-weight:400;font-size:3.2vw;color:#100f3f}._overall-rating-tab_wqhjt_5 ._score-info-wrap_wqhjt_69 ._subkey-score-info-wrap_wqhjt_206 ._subkey-score-info_wqhjt_206 ._subkey-score-info-percentage_wqhjt_257{display:inline-block;border-radius:.53333vw;padding:.53333vw 1.06667vw;background:#f2f3f7;font-family:var(--panxi-font-family);font-size:12px;color:#5f6e87;line-height:16px;font-weight:400;letter-spacing:-.41px}._overall-rating-tab_wqhjt_5 ._student-info-comments_wqhjt_269{margin-top:3.2vw;background:#fff;padding:4.26667vw 3.73333vw;border-radius:2.66667vw}.panxi-second-title,.fractional-sliver-wrap .content .score,.fractional-sliver-wrap .title{font-family:var(--panxi-font-family);font-size:var(--panxi-second-title-font-size);line-height:var(--panxi-second-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}.panxi-tag-text,.fractional-sliver-wrap .content{font-family:var(--panxi-font-family);font-size:3.2vw;font-weight:400;letter-spacing:-.10933vw;color:#5f6e87}.fractional-sliver-wrap{width:100%;display:flex;align-items:center;justify-content:space-between}.fractional-sliver-wrap .title.text-hidden{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;text-overflow:ellipsis}.fractional-sliver-title-tooltip{border-radius:2.13333vw!important}.panxi-custom-divider{line-height:1.5;font-size:14px;font-variant:tabular-nums;font-feature-settings:"tnum";border-collapse:separate;background:#dcdfe6}.panxi-custom-divider.panxi-custom-divider-dashed{border-style:dashed;background:none;border-color:#dcdfe6}.panxi-custom-divider.panxi-custom-divider-ver{position:relative;top:-.06em;display:inline-block;width:1px;height:.9em;margin:0 8px;vertical-align:middle}.panxi-custom-divider.panxi-custom-divider-hoz{display:block;clear:both;width:100%;min-width:100%;height:1px;margin:16px 0}._panxi-main-text_axlu4_5,._no-data_axlu4_5 ._no-data-desc_axlu4_5{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._no-data_axlu4_5{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}._no-data_axlu4_5 ._no-data-img_axlu4_22{width:100%}._no-data_axlu4_5 ._no-data-desc_axlu4_5{text-align:center}._panxi-main-text_mt6sq_5,._deduction-tab_mt6sq_5 ._deduction-item-card_mt6sq_5 ._deduction-info-wrap_mt6sq_5 ._deduction-info-item_mt6sq_5 ._deduction-info-desc_mt6sq_5{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._panxi-third-title_mt6sq_14,._deduction-tab_mt6sq_5 ._deduction-item-card_mt6sq_5 ._deduction-info-wrap_mt6sq_5 ._deduction-info-item_mt6sq_5 ._deduction-info-title_mt6sq_14{font-family:var(--panxi-font-family);font-size:var(--panxi-third-title-font-size);line-height:var(--panxi-third-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._deduction-tab_mt6sq_5{display:none}._deduction-tab_mt6sq_5 ._deduction-item-card_mt6sq_5{margin-top:3.2vw}._deduction-tab_mt6sq_5 ._deduction-item-card_mt6sq_5 .evaluation-report-divider._title-divider_mt6sq_29{margin-top:3.2vw;margin-bottom:4.26667vw}._deduction-tab_mt6sq_5 ._deduction-item-card_mt6sq_5 ._deduction-info-wrap_mt6sq_5 ._deduction-info-item_mt6sq_5:not(:first-child){margin-top:3.2vw}._deduction-tab_mt6sq_5 ._deduction-item-card_mt6sq_5 ._deduction-info-wrap_mt6sq_5 ._deduction-info-item_mt6sq_5 ._deduction-info-desc_mt6sq_5 ._deduction-info-desc-item_mt6sq_36:not(:first-child){margin-top:2.13333vw}._deduction-tab_mt6sq_5 ._deduction-item-card_mt6sq_5 ._deduction-info-wrap_mt6sq_5 ._deduction-info-item_mt6sq_5 ._deduction-info-desc_mt6sq_5 ._deduction-info-desc-item_mt6sq_36 ._deduction-info-desc-item-content_mt6sq_39{margin-top:1.06667vw}._deduction-tab_mt6sq_5 ._no-deduction-card_mt6sq_42{width:100%;height:calc(99.5vh - 50.93333vw);margin-top:3.2vw}._deduction-tab_mt6sq_5._no-data_mt6sq_47{width:100%;height:99.5%}._deduction-tab_mt6sq_5._no-data_mt6sq_47 ._no-data-card_mt6sq_51{width:100%;height:100%}.panxi-main-text,.custom-carousel-container .pagination-wrap .pagination .dot{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}.custom-carousel-container{overflow:hidden;width:100%}.custom-carousel-container .pagination-wrap{width:100%;box-sizing:border-box;background:#fff;border-radius:2.66667vw;margin-bottom:3.2vw;padding:3.2vw}.custom-carousel-container .pagination-wrap .pagination{white-space:nowrap;overflow-x:auto}.custom-carousel-container .pagination-wrap .pagination::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}.custom-carousel-container .pagination-wrap .pagination .dot{border-radius:1.06667vw;padding:.53333vw 1.6vw;border:none;background:#f3f5fc;color:#5f6e87;cursor:pointer}.custom-carousel-container .pagination-wrap .pagination .dot.active{background:var(--panxi-color-brand-transparent);color:var(--panxi-color-brand)}.custom-carousel-container .pagination-wrap .pagination .dot:not(:first-child){margin-left:2.13333vw}.custom-carousel-container .custom-carousel-content{display:flex;width:100%;height:100%}.custom-carousel-container .custom-carousel-content .custom-carousel-item{width:100%}.custom-carousel-container .custom-carousel-content .custom-carousel-item .children-wrap{width:93.6vw;height:calc(100vh - 68.8vw)}.panxi-custom-overlay-wrapper .panxi-custom-overlay-backdrop{position:fixed;z-index:1001;top:0;left:0;width:100%;height:100%;background-color:#0003;background-color:var(--color-calculate-mask-background, rgba(0, 0, 0, .2));transition:opacity 300mscubic-bezier .4,0,.2,1;transition:opacity var(--motion-duration-standard, .3s) var(--motion-default, cubic-bezier(.4, 0, .2, 1));opacity:0;display:flex;justify-content:center;align-items:center}.panxi-custom-overlay-wrapper .panxi-custom-drawer{box-sizing:border-box;position:fixed;z-index:1001;background:#fff;border:1px solid #DCDEE3;box-shadow:0 2px 4px #0000001f;overflow:auto;animation-duration:.3s;animation-timing-function:ease-in-out}.panxi-custom-overlay-wrapper .panxi-custom-drawer .panxi-custom-drawer-header{color:#1f2024;font-size:16px;font-weight:500;letter-spacing:.4px;padding:24px 32px 12px}.panxi-custom-overlay-wrapper .panxi-custom-drawer .panxi-custom-drawer-header .panxi-custom-drawer-close{font-size:16px;position:absolute;top:24px;right:12px;cursor:pointer}.panxi-custom-overlay-wrapper .panxi-custom-drawer .panxi-custom-drawer-body{padding:20px;font-size:12px;line-height:1.5;color:#666}.panxi-custom-overlay-wrapper .panxi-custom-drawer .panxi-custom-drawer-body.panxi-custom-drawer-body-no-footer{margin-bottom:74px}.panxi-custom-overlay-wrapper .panxi-custom-drawer-bottom{width:100%;bottom:0;left:0}.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner{z-index:1001}._panxi-second-title_y3mct_5,._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-header{font-family:var(--panxi-font-family);font-size:var(--panxi-second-title-font-size);line-height:var(--panxi-second-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-third-title_y3mct_14,._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-answer-values_y3mct_14 ._point-detail-info-desc-answer-values-item_y3mct_14 ._point-detail-info-desc-answer-values-item-name_y3mct_14 ._point-detail-info-desc-answer-values-item-name-title_y3mct_14,._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-title_y3mct_14 ._point-detail-info-desc-item-answer_y3mct_14,._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-title_y3mct_14{font-family:var(--panxi-font-family);font-size:var(--panxi-third-title-font-size);line-height:var(--panxi-third-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-main-text_y3mct_23,._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._panxi-tag-text_y3mct_32,._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-answer-values_y3mct_14 ._point-detail-info-desc-answer-values-item_y3mct_14 ._point-detail-info-desc-answer-values-item-keyword_y3mct_32 ._point-detail-info-desc-answer-values-item-keyword-item_y3mct_32,._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-title_y3mct_14 ._point-detail-info-desc-item-tag_y3mct_32,._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-onther_y3mct_32 ._point-detail-info-onther-tag_y3mct_32{font-family:var(--panxi-font-family);font-size:3.2vw;font-weight:400;letter-spacing:-.10933vw;color:#5f6e87;line-height:4.26667vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner{border-radius:4.26667vw 4.26667vw 0vw 0vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-header{padding:4.26667vw 4.26667vw 0vw!important;text-align:center;color:#3d3d3d}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body{padding:4.26667vw!important;min-height:40vh;max-height:60vh;overflow-y:auto}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14:not(:first-child){margin-top:3.2vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-title_y3mct_14._custom-style_y3mct_65{color:var(--panxi-color-brand)}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-onther_y3mct_32{display:flex;align-items:center;gap:1.06667vw;flex-wrap:wrap;margin-top:1.06667vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-onther_y3mct_32 ._point-detail-info-onther-tag_y3mct_32{background:#fafbfc;box-sizing:border-box;border:1px solid #e6ebf3;border-radius:1.06667vw;padding:.53333vw 1.06667vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14:not(:first-child){margin-top:2.13333vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-title_y3mct_14{display:flex;align-items:center;gap:1.06667vw;flex-wrap:wrap}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-title_y3mct_14 ._point-detail-info-desc-item-answer_y3mct_14{color:var(--panxi-color-brand)}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-title_y3mct_14 ._point-detail-info-desc-item-tag_y3mct_32{background:#fafbfc;box-sizing:border-box;border:1px solid #e6ebf3;border-radius:1.06667vw;padding:.53333vw 1.06667vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-title_y3mct_14 ._point-detail-info-desc-item-tag_y3mct_32._no-score_y3mct_101{background:#fb6d3a1a;border:1px solid #fb6d3a;color:#fb6d3a}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-title_y3mct_14 ._point-detail-info-desc-item-tag_y3mct_32._get-score_y3mct_106{background:#0ead691a;border:1px solid #0ead69;color:#0ead69}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-content_y3mct_111{margin-top:1.06667vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-content-list_y3mct_114{list-style:none}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-content-list_y3mct_114 ._point-detail-info-desc-content-list-item_y3mct_117{list-style:none;margin-top:1.06667vw;word-break:break-all}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-answer-values_y3mct_14{list-style:none}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-answer-values_y3mct_14 ._point-detail-info-desc-answer-values-item_y3mct_14{list-style:none;margin-top:1.06667vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-answer-values_y3mct_14 ._point-detail-info-desc-answer-values-item_y3mct_14>:not(:first-child){margin-top:1.06667vw}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-answer-values_y3mct_14 ._point-detail-info-desc-answer-values-item_y3mct_14 ._point-detail-info-desc-answer-values-item-name_y3mct_14 ._point-detail-info-desc-answer-values-item-name-title_y3mct_14{margin-bottom:1.06667vw;color:var(--panxi-color-brand)}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-answer-values_y3mct_14 ._point-detail-info-desc-answer-values-item_y3mct_14 ._point-detail-info-desc-answer-values-item-keyword_y3mct_32{display:flex;gap:1.06667vw;flex-wrap:wrap}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-answer-values_y3mct_14 ._point-detail-info-desc-answer-values-item_y3mct_14 ._point-detail-info-desc-answer-values-item-keyword_y3mct_32 ._point-detail-info-desc-answer-values-item-keyword-item_y3mct_32{width:fit-content;box-sizing:border-box;border-radius:1.06667vw;padding:.53333vw 1.06667vw;border:1px solid #a4a2fd;background:#ebf0ff;color:#5653fa}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-list_y3mct_150{list-style:none}._point-detail-drawer_y3mct_5 .panxi-custom-drawer.panxi-custom-overlay-inner .panxi-custom-drawer-body ._point-detail-content_y3mct_14 ._point-detail-content-wrap_y3mct_14 ._point-detail-info-wrap_y3mct_14 ._point-detail-info-item_y3mct_14 ._point-detail-info-desc_y3mct_14 ._point-detail-info-desc-item_y3mct_14 ._point-detail-info-desc-item-list_y3mct_150 ._point-detail-info-desc-item-list-item_y3mct_153{list-style:none;margin-top:1.06667vw}._panxi-second-title_15gnt_5,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-session-log-header_15gnt_5 ._examine-session-log-title_15gnt_5{font-family:var(--panxi-font-family);font-size:var(--panxi-second-title-font-size);line-height:var(--panxi-second-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-third-title_15gnt_14,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-detail_15gnt_14,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-node_15gnt_14,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-score_15gnt_14 .content .score,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5._point-detail_15gnt_14 ._point-detail-item_15gnt_14 ._point-detail-item-node_15gnt_14,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5._point-detail_15gnt_14 ._point-detail-item_15gnt_14 ._point-detail-item-score_15gnt_14 .content .score{font-family:var(--panxi-font-family);font-size:var(--panxi-third-title-font-size);line-height:var(--panxi-third-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-tag-text_15gnt_23,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-session-log-header_15gnt_5 ._examine-session-log-collapse_15gnt_23,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-score_15gnt_14 .title,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5._point-detail_15gnt_14 ._point-detail-item_15gnt_14 ._point-detail-item-score_15gnt_14 .title{font-family:var(--panxi-font-family);font-size:3.2vw;font-weight:400;letter-spacing:-.10933vw;color:#5f6e87;line-height:4.26667vw}._panxi-main-text_15gnt_32,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._content-item_15gnt_32 ._content-item-wrap_15gnt_32 ._content-item-text_15gnt_32,._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-session-log-header_15gnt_5 ._examine-session-log-tips_15gnt_32{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._examine-point-carousel_15gnt_5{margin-top:3.2vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5{overflow-y:auto;max-height:100%}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5._point-detail_15gnt_14{background:#fff;padding:4.26667vw;border-radius:2.66667vw;max-height:calc(100% - 8.53333vw)}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5._point-detail_15gnt_14 ._point-detail-item_15gnt_14:not(:first-child){margin-top:4.26667vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5._point-detail_15gnt_14 ._point-detail-item_15gnt_14 ._point-detail-item-score_15gnt_14 .title{color:#2a313d}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5._point-detail_15gnt_14 ._point-detail-item_15gnt_14 ._point-detail-item-node_15gnt_14{margin-top:3.2vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14{background:#fff;padding:4.26667vw;border-radius:2.66667vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-score_15gnt_14 .title{color:#2a313d}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-node_15gnt_14{margin-top:2.13333vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-detail_15gnt_14{width:100%;height:10.66667vw;display:flex;align-items:center;justify-content:center;margin-top:4.26667vw;background:var(--panxi-color-brand-transparent);border-radius:2.13333vw;color:var(--panxi-color-brand)}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-detail_15gnt_14 .ym-ic-jubenguanli{font-size:6.4vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-detail_15gnt_14 .ym-ic-jubenguanli :scope:before{font-size:6.4vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-detail_15gnt_14 ._point-item-detail-text_15gnt_98{margin-left:1.06667vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._point-item-collect_15gnt_14 ._point-item-detail_15gnt_14:hover{cursor:pointer}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5{margin-top:3.2vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-session-log-header_15gnt_5{display:flex;align-items:center;justify-content:space-between}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-session-log-header_15gnt_5 ._examine-session-log-collapse_15gnt_23{display:flex;align-items:center;justify-content:flex-end;color:var(--panxi-color-brand)}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-session-log-header_15gnt_5 ._examine-session-log-collapse_15gnt_23:hover{cursor:pointer}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-session-log-header_15gnt_5 ._examine-session-log-tips_15gnt_32{color:#5f6e87}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32{margin-top:4.26667vw;max-height:77.86667vw;overflow-y:auto}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._content-item_15gnt_32{display:flex}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._content-item_15gnt_32 ._content-item-wrap_15gnt_32{max-width:97%}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._content-item_15gnt_32 ._content-item-wrap_15gnt_32 ._content-item-text_15gnt_32{border-radius:3.2vw;padding:2.13333vw;box-sizing:border-box;border:1px solid}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._content-item_15gnt_32._student_15gnt_148{justify-content:flex-end}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._content-item_15gnt_32._student_15gnt_148 ._content-item-wrap_15gnt_32 ._content-item-text_15gnt_32{background:#fff;border-color:#e6ebf3}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._content-item_15gnt_32._coach_15gnt_155{justify-content:flex-start}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._content-item_15gnt_32._coach_15gnt_155 ._content-item-wrap_15gnt_32 ._content-item-text_15gnt_32{background:var(--panxi-color-brand);border-color:var(--panxi-color-brand);color:#fff}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._content-item_15gnt_32:not(:first-child){margin-top:3.2vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-session-log_15gnt_5 ._examine-content-list_15gnt_32 ._parent-content-item_15gnt_32 ._parent-content-item-divider_15gnt_166{width:100%;height:.26667vw;background:#e6ebf3;margin:4.26667vw 0vw}._examine-point-carousel_15gnt_5 ._examine-point-item_15gnt_5 ._examine-info-comments_15gnt_172{margin-top:3.2vw;background:#fff;padding:4.26667vw;border-radius:2.66667vw}._panxi-main-text_kkwao_5,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._third-level-point_kkwao_5 .content .score{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._panxi-third-title_kkwao_14,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-answer-values_kkwao_14 ._check-info-desc-answer-values-item_kkwao_14 ._check-info-desc-answer-values-item-name_kkwao_14 ._check-info-desc-answer-values-item-name-title_kkwao_14,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-title_kkwao_14 ._check-info-desc-item-answer_kkwao_14,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-title_kkwao_14,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-title_kkwao_14,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._third-level-point_kkwao_5 .title{font-family:var(--panxi-font-family);font-size:var(--panxi-third-title-font-size);line-height:var(--panxi-third-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-tag-text_kkwao_23,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-answer-values_kkwao_14 ._check-info-desc-answer-values-item_kkwao_14 ._check-info-desc-answer-values-item-keyword_kkwao_23 ._check-info-desc-answer-values-item-keyword-item_kkwao_23,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-title_kkwao_14 ._check-info-desc-item-tag_kkwao_23,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-onther_kkwao_23 ._check-info-onther-tag_kkwao_23{font-family:var(--panxi-font-family);font-size:3.2vw;font-weight:400;letter-spacing:-.10933vw;color:#5f6e87;line-height:4.26667vw}._check-point-tab_kkwao_5{display:none}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5{margin-top:3.2vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 .evaluation-report-divider._title-divider_kkwao_38{margin-top:3.2vw;margin-bottom:4.26667vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5:not(:last-child){margin-bottom:6.4vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5{margin:2.13333vw 0vw 0vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5{display:flex;align-items:flex-start;justify-content:flex-start}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5:not(:first-child){margin-top:2.13333vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-title_kkwao_14{flex-shrink:0;width:20vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-list_kkwao_60{margin-left:3.2vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-list_kkwao_60 ._check-info-desc-item_kkwao_14:not(:last-child){margin-bottom:1.6vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ol._check-info-desc-list_kkwao_60,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ol._check-info-desc-list_kkwao_60 li{list-style:decimal}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ol._check-info-desc-list_kkwao_60._only-one_kkwao_72{list-style:none;margin-left:0vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ol._check-info-desc-list_kkwao_60._only-one_kkwao_72 li{list-style:none}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ul._check-info-desc-list_kkwao_60,._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ul._check-info-desc-list_kkwao_60 li{list-style:disc}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ul._check-info-desc-list_kkwao_60._only-one_kkwao_72{list-style:none;margin-left:0vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ul._check-info-desc-list_kkwao_60._only-one_kkwao_72 li{list-style:none}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap_kkwao_5 ._check-info-comments_kkwao_92{margin-top:2.13333vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5:not(:first-child){margin-top:3.2vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-title_kkwao_14._custom-style_kkwao_98{color:var(--panxi-color-brand)}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-onther_kkwao_23{display:flex;align-items:center;gap:1.06667vw;flex-wrap:wrap;margin-top:1.06667vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-onther_kkwao_23 ._check-info-onther-tag_kkwao_23{background:#fafbfc;box-sizing:border-box;border:1px solid #e6ebf3;border-radius:1.06667vw;padding:.53333vw 1.06667vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14:not(:first-child){margin-top:2.13333vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-title_kkwao_14{display:flex;align-items:center;gap:1.06667vw;flex-wrap:wrap}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-title_kkwao_14 ._check-info-desc-item-answer_kkwao_14{color:var(--panxi-color-brand)}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-title_kkwao_14 ._check-info-desc-item-tag_kkwao_23{background:#fafbfc;box-sizing:border-box;border:1px solid #e6ebf3;border-radius:1.06667vw;padding:.53333vw 1.06667vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-title_kkwao_14 ._check-info-desc-item-tag_kkwao_23._no-score_kkwao_134{background:#fb6d3a1a;border:1px solid #fb6d3a;color:#fb6d3a}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-title_kkwao_14 ._check-info-desc-item-tag_kkwao_23._get-score_kkwao_139{background:#0ead691a;border:1px solid #0ead69;color:#0ead69}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-content_kkwao_144{margin-top:1.06667vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-content-list_kkwao_147{list-style:none}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-content-list_kkwao_147 ._check-info-desc-content-list-item_kkwao_150{margin-top:1.06667vw;list-style:none}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-answer-values_kkwao_14{list-style:none}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-answer-values_kkwao_14 ._check-info-desc-answer-values-item_kkwao_14{list-style:none;margin-top:1.06667vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-answer-values_kkwao_14 ._check-info-desc-answer-values-item_kkwao_14>:not(:first-child){margin-top:1.06667vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-answer-values_kkwao_14 ._check-info-desc-answer-values-item_kkwao_14 ._check-info-desc-answer-values-item-name_kkwao_14 ._check-info-desc-answer-values-item-name-title_kkwao_14{margin-bottom:1.06667vw;color:var(--panxi-color-brand)}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-answer-values_kkwao_14 ._check-info-desc-answer-values-item_kkwao_14 ._check-info-desc-answer-values-item-keyword_kkwao_23{display:flex;gap:1.06667vw}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-answer-values_kkwao_14 ._check-info-desc-answer-values-item_kkwao_14 ._check-info-desc-answer-values-item-keyword_kkwao_23 ._check-info-desc-answer-values-item-keyword-item_kkwao_23{width:fit-content;box-sizing:border-box;border-radius:1.06667vw;padding:.53333vw 1.06667vw;border:1px solid #a4a2fd;background:#ebf0ff;color:#5653fa}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-list_kkwao_181{list-style:none}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-wrap_kkwao_5 ._check-info-item_kkwao_5 ._check-info-desc_kkwao_5 ._check-info-desc-item_kkwao_14 ._check-info-desc-item-list_kkwao_181 ._check-info-desc-item-list-item_kkwao_184{margin-top:1.06667vw;list-style:none}._check-point-tab_kkwao_5 ._check-item-card_kkwao_5 ._third-level-wrap-v2_kkwao_5 ._check-info-comments_kkwao_92{margin-top:3.2vw}._check-point-tab_kkwao_5._no-data_kkwao_191{width:100%;height:99.5%}._check-point-tab_kkwao_5._no-data_kkwao_191 ._no-data-card_kkwao_195{width:100%;height:100%}._panxi-main-text_audyy_5,._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._panxi-third-title_audyy_14,._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-answer-values_audyy_14 ._question-info-desc-answer-values-item_audyy_14 ._question-info-desc-answer-values-item-name_audyy_14 ._question-info-desc-answer-values-item-name-title_audyy_14,._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-title_audyy_14 ._question-info-desc-item-answer_audyy_14,._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-title_audyy_14{font-family:var(--panxi-font-family);font-size:var(--panxi-third-title-font-size);line-height:var(--panxi-third-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-tag-text_audyy_23,._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-answer-values_audyy_14 ._question-info-desc-answer-values-item_audyy_14 ._question-info-desc-answer-values-item-keyword_audyy_23 ._question-info-desc-answer-values-item-keyword-item_audyy_23,._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-title_audyy_14 ._question-info-desc-item-tag_audyy_23,._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-onther_audyy_23 ._question-info-onther-tag_audyy_23{font-family:var(--panxi-font-family);font-size:3.2vw;font-weight:400;letter-spacing:-.10933vw;color:#5f6e87;line-height:4.26667vw}._question-score-tab_audyy_5{display:none}._question-score-tab_audyy_5 ._question-item-card_audyy_5{margin-top:3.2vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 .evaluation-report-divider._title-divider_audyy_38{margin-top:3.2vw;margin-bottom:4.26667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5:not(:first-child){margin-top:3.2vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-title_audyy_14._custom-style_audyy_45{color:var(--panxi-color-brand)}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-onther_audyy_23{display:flex;align-items:center;gap:1.06667vw;flex-wrap:wrap;margin-top:1.06667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-onther_audyy_23 ._question-info-onther-tag_audyy_23{background:#fafbfc;box-sizing:border-box;border:1px solid #e6ebf3;border-radius:1.06667vw;padding:.53333vw 1.06667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14:not(:first-child){margin-top:2.13333vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-title_audyy_14{display:flex;align-items:center;gap:1.06667vw;flex-wrap:wrap}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-title_audyy_14 ._question-info-desc-item-answer_audyy_14{color:var(--panxi-color-brand)}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-title_audyy_14 ._question-info-desc-item-tag_audyy_23{background:#fafbfc;box-sizing:border-box;border:1px solid #e6ebf3;border-radius:1.06667vw;padding:.53333vw 1.06667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-title_audyy_14 ._question-info-desc-item-tag_audyy_23._no-score_audyy_81{background:#fb6d3a1a;border:1px solid #fb6d3a;color:#fb6d3a}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-title_audyy_14 ._question-info-desc-item-tag_audyy_23._get-score_audyy_86{background:#0ead691a;border:1px solid #0ead69;color:#0ead69}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-content_audyy_91{margin-top:1.06667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-content-list_audyy_94{list-style:none}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-content-list_audyy_94 ._question-info-desc-content-list-item_audyy_97{list-style:none;margin-top:1.06667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-answer-values_audyy_14{list-style:none}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-answer-values_audyy_14 ._question-info-desc-answer-values-item_audyy_14{list-style:none;margin-top:1.06667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-answer-values_audyy_14 ._question-info-desc-answer-values-item_audyy_14>:not(:first-child){margin-top:1.06667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-answer-values_audyy_14 ._question-info-desc-answer-values-item_audyy_14 ._question-info-desc-answer-values-item-name_audyy_14 ._question-info-desc-answer-values-item-name-title_audyy_14{margin-bottom:1.06667vw;color:var(--panxi-color-brand)}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-answer-values_audyy_14 ._question-info-desc-answer-values-item_audyy_14 ._question-info-desc-answer-values-item-keyword_audyy_23{display:flex;gap:1.06667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-answer-values_audyy_14 ._question-info-desc-answer-values-item_audyy_14 ._question-info-desc-answer-values-item-keyword_audyy_23 ._question-info-desc-answer-values-item-keyword-item_audyy_23{width:fit-content;box-sizing:border-box;border-radius:1.06667vw;padding:.53333vw 1.06667vw;border:1px solid #a4a2fd;background:#ebf0ff;color:#5653fa}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-list_audyy_128{list-style:none}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-wrap_audyy_5 ._question-info-item_audyy_5 ._question-info-desc_audyy_5 ._question-info-desc-item_audyy_14 ._question-info-desc-item-list_audyy_128 ._question-info-desc-item-list-item_audyy_131{list-style:none;margin-top:1.06667vw}._question-score-tab_audyy_5 ._question-item-card_audyy_5 ._third-level-wrap_audyy_5 ._question-info-comments_audyy_135{margin-top:3.2vw}._question-score-tab_audyy_5._no-data_audyy_138{width:100%;height:99.5%}._question-score-tab_audyy_5._no-data_audyy_138 ._no-data-card_audyy_142{width:100%;height:100%}._panxi-third-title_6yc1c_5,._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5 ._standard-info-title_6yc1c_5{font-family:var(--panxi-font-family);font-size:var(--panxi-third-title-font-size);line-height:var(--panxi-third-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-main-text_6yc1c_14,._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5 ._standard-info-wrap_6yc1c_14 ._standard-info-item_6yc1c_14{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._standard-degree-tab_6yc1c_5{display:none}._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5{margin-top:3.2vw;padding:0vw;background-color:#f3f6fc;box-shadow:inset 0 -.26667vw #f2f3f7;overflow:hidden}._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5 ._standard-info-title_6yc1c_5{display:flex;align-items:flex-start;justify-content:flex-start;padding:2.4vw 4.26667vw}._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5 ._standard-info-title_6yc1c_5>span{flex:1}._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5 ._standard-info-title_6yc1c_5>:first-child{flex:unset;flex-shrink:0;width:14.93333vw}._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5 ._standard-info-wrap_6yc1c_14 ._standard-info-item_6yc1c_14{display:flex;align-items:flex-start;justify-content:flex-start;padding:3.2vw 4.26667vw;background-color:#fff;margin-bottom:1px}._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5 ._standard-info-wrap_6yc1c_14 ._standard-info-item_6yc1c_14:last-child{margin-bottom:0}._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5 ._standard-info-wrap_6yc1c_14 ._standard-info-item_6yc1c_14>span{flex:1}._standard-degree-tab_6yc1c_5 ._standard-item-card_6yc1c_5 ._standard-info-wrap_6yc1c_14 ._standard-info-item_6yc1c_14>:first-child{flex:unset;flex-shrink:0;width:14.93333vw}._standard-degree-tab_6yc1c_5._no-data_6yc1c_66{width:100%;height:99.5%}._standard-degree-tab_6yc1c_5._no-data_6yc1c_66 ._no-data-card_6yc1c_70{width:100%;height:100%}._radar-chart-wrap_1n107_1{display:flex;align-items:center;justify-content:center}._expressive-power-tab_1h7cn_5{display:none}._expressive-power-tab_1h7cn_5 ._express-chart-card_1h7cn_8,._expressive-power-tab_1h7cn_5 ._express-item-card_1h7cn_11,._expressive-power-tab_1h7cn_5 ._express-item-card_1h7cn_11 ._second-level-comments_1h7cn_14{margin-top:3.2vw}._expressive-power-tab_1h7cn_5._no-data_1h7cn_17,._expressive-power-tab_1h7cn_5._no-data_1h7cn_17 ._no-data-card_1h7cn_21{width:100%;height:100%}._reference-speech-tab_1a9vu_5{display:none}._reference-speech-tab_1a9vu_5 ._reference-speech-header-card_1a9vu_8{padding:3.73333vw}._reference-speech-tab_1a9vu_5 ._reference-speech-header-card_1a9vu_8 ._reference-speech-card-title_1a9vu_11 .title{color:#384153}._reference-speech-tab_1a9vu_5 ._reference-speech-header-card_1a9vu_8 ._reference-speech-card-title_1a9vu_11 .content .score{font-size:3.73333vw}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17{padding:3.73333vw;margin-top:3.2vw}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21:not(:last-child){margin-bottom:4.26667vw}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-info-wrap_1a9vu_24 ._speech-info-item_1a9vu_24{display:inline-flex;align-items:flex-start;justify-content:flex-start}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-info-wrap_1a9vu_24 ._speech-info-item_1a9vu_24:not(:first-child){margin-top:2.13333vw}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-info-wrap_1a9vu_24 ._speech-info-item_1a9vu_24 ._speech-info-title_1a9vu_32{font-family:var(--panxi-font-family);font-size:3.2vw;color:#5f6e87;flex-shrink:0;width:16vw}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-info-wrap_1a9vu_24 ._speech-info-item_1a9vu_24._custom_1a9vu_39{border-radius:2.13333vw;background:var(--panxi-color-brand);border-bottom-left-radius:unset}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-info-wrap_1a9vu_24 ._speech-info-item_1a9vu_24._custom_1a9vu_39 ._speech-info-desc_1a9vu_44{font-family:var(--panxi-font-family);font-size:3.2vw;line-height:6.4vw;color:#fff;padding:1.06667vw 2.13333vw}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-info-wrap_1a9vu_24 ._speech-info-item_1a9vu_24._user_1a9vu_51{border-radius:2.13333vw;background:#fff;box-sizing:border-box;border:.26667vw solid #ebf0ff;border-bottom-right-radius:unset}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-info-wrap_1a9vu_24 ._speech-info-item_1a9vu_24._user_1a9vu_51 ._speech-info-desc_1a9vu_44{font-family:var(--panxi-font-family);font-size:3.2vw;line-height:6.4vw;color:#2a313d;padding:1.06667vw 3.2vw}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-info-wrap_1a9vu_24 ._user-wrap_1a9vu_65{display:flex;align-items:flex-start;justify-content:flex-end}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-comments-wrap_1a9vu_70{margin-top:1.06667vw}._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-comments-wrap_1a9vu_70 ._title_1a9vu_11,._reference-speech-tab_1a9vu_5 ._reference-speech-content-card_1a9vu_17 ._speech-item-wrap_1a9vu_21 ._speech-comments-wrap_1a9vu_70 ._list-item_1a9vu_74{font-size:3.46667vw}._reference-speech-tab_1a9vu_5._no-data_1a9vu_77{width:100%;height:99.5%}._reference-speech-tab_1a9vu_5._no-data_1a9vu_77 ._no-data-card_1a9vu_81{width:100%;height:100%}._panxi-third-title_t10y0_5,._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._student-wrap_t10y0_5 ._speech-info-title_t10y0_5 ._speech-info-title-text_t10y0_5,._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._coach-wrap_t10y0_5 ._speech-info-title_t10y0_5 ._speech-info-title-text_t10y0_5{font-family:var(--panxi-font-family);font-size:var(--panxi-third-title-font-size);line-height:var(--panxi-third-title-line-height);font-weight:500;letter-spacing:0vw;color:#2a313d}._panxi-main-text_t10y0_14,._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._speech-info-item_t10y0_14._student_t10y0_5 ._speech-info-desc_t10y0_14,._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._speech-info-item_t10y0_14._coach_t10y0_5 ._speech-info-desc_t10y0_14{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._sample-dialogue-tab_t10y0_5{display:none}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5{padding:3.73333vw;margin-top:3.2vw}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5:not(:last-child):nth-child(odd){margin-bottom:3.2vw}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5:not(:last-child):nth-child(2n){margin-bottom:6.4vw}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._speech-info-item_t10y0_14{display:inline-flex;align-items:flex-start;justify-content:flex-start}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._speech-info-item_t10y0_14._coach_t10y0_5{background:#fff;box-sizing:border-box;border:.26667vw solid #d5dce7;border-radius:2.13333vw}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._speech-info-item_t10y0_14._coach_t10y0_5 ._speech-info-desc_t10y0_14{padding:1.06667vw 2.13333vw}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._speech-info-item_t10y0_14._student_t10y0_5{background:#fff;box-sizing:border-box;border:.26667vw solid var(--panxi-color-brand);border-radius:2.13333vw;overflow:hidden}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._speech-info-item_t10y0_14._student_t10y0_5 ._speech-info-desc_t10y0_14{padding:1.06667vw 2.13333vw;background-color:#fff}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._coach-wrap_t10y0_5{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._coach-wrap_t10y0_5 ._speech-info-title_t10y0_5{display:flex;align-items:center;justify-content:flex-start;margin-bottom:1.06667vw}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._coach-wrap_t10y0_5 ._speech-info-title_t10y0_5 ._speech-info-title-icon_t10y0_73{width:6.4vw;height:6.4vw;margin-right:1.06667vw}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._coach-wrap_t10y0_5 ._speech-info-title_t10y0_5 ._speech-info-title-icon_t10y0_73 img{width:100%;height:100%}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._student-wrap_t10y0_5{display:flex;align-items:flex-end;justify-content:flex-start;flex-direction:column}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._student-wrap_t10y0_5 ._speech-info-title_t10y0_5{display:flex;align-items:center;justify-content:flex-end;margin-bottom:1.06667vw}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._student-wrap_t10y0_5 ._speech-info-title_t10y0_5 ._speech-info-title-icon_t10y0_73{width:5.33333vw;height:5.33333vw;display:inline-flex;background:#f1edff;border-radius:50%;margin-left:1.06667vw;justify-content:center;align-items:center}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._student-wrap_t10y0_5 ._speech-info-title_t10y0_5 ._speech-info-title-icon_t10y0_73 img{width:3.2vw;height:3.2vw}._sample-dialogue-tab_t10y0_5 ._sample-dialogue-content-card_t10y0_5 ._speech-item-wrap_t10y0_5 ._speech-info-wrap_t10y0_5 ._student-wrap_t10y0_5 ._speech-info-title_t10y0_5 ._speech-info-title-text_t10y0_5{color:var(--panxi-color-brand)}._sample-dialogue-tab_t10y0_5._no-data_t10y0_111{width:100%;height:99.5%}._sample-dialogue-tab_t10y0_5._no-data_t10y0_111 ._no-data-card_t10y0_115{width:100%;height:100%}._panxi-main-text_11zlg_5,._promotion-proposal-tab_11zlg_5 ._promotion-proposal-content_11zlg_5 ._promotion-proposal-text_11zlg_5{font-family:var(--panxi-font-family);font-size:var(--panxi-main-text-font-size);line-height:var(--panxi-main-text-line-height);letter-spacing:var(--panxi-main-text-letter-spacing);font-weight:400;color:#2a313d}._promotion-proposal-tab_11zlg_5{display:none}._promotion-proposal-tab_11zlg_5 ._promotion-proposal-content_11zlg_5{margin-top:3.2vw}._promotion-proposal-tab_11zlg_5 ._promotion-proposal-content_11zlg_5 .evaluation-report-divider._title-divider_11zlg_20{margin:2.66667vw 0vw}._promotion-proposal-tab_11zlg_5 ._node-status-card_11zlg_23{margin-top:3.2vw;width:100%;height:calc(100vh - 51.73333vw)}._promotion-proposal-tab_11zlg_5 ._node-status-card_11zlg_23 ._node-status-no-data_11zlg_28{display:flex;flex-direction:column;justify-content:center;align-items:center}._promotion-proposal-tab_11zlg_5 ._node-status-card_11zlg_23 ._node-status-no-data_11zlg_28 ._node-status-no-data-text_11zlg_34{font-family:var(--panxi-font-family);font-size:12px;font-weight:500;line-height:14px;color:#5f6e87}._promotion-proposal-tab_11zlg_5 ._node-status-card_11zlg_23 ._node-status-no-data_11zlg_28 ._node-status-no-data-btn_11zlg_41{font-family:var(--panxi-font-family);font-size:12px;line-height:16px;color:var(--panxi-color-brand);text-decoration:none}._promotion-proposal-tab_11zlg_5 ._promotion-proposal-loading_11zlg_48,._promotion-proposal-tab_11zlg_5._no-data_11zlg_52{width:100%;height:99.5%}._promotion-proposal-tab_11zlg_5._no-data_11zlg_52 ._no-data-card_11zlg_56{width:100%;height:100%}._practice-background_19elp_5{background-size:cover;background-repeat:no-repeat;background-position:top;width:100%;height:100%;position:relative;font-family:var(--panxi-font-family)}._practice-background_19elp_5 ._practice-task-container_19elp_14{position:relative;z-index:100;height:100%;width:100%}._practice-background_19elp_5 ._practice-task-container_19elp_14 ._practice-loading_19elp_20{width:100%;height:100%}._practice-background_19elp_5 ._practice-task-container_19elp_14 ._practice-loading_19elp_20 .panxi-custom-loading-wrap{font-family:var(--panxi-font-family);width:100%;height:100%}._practice-background_19elp_5 ._practice-task-container_19elp_14 ._practice-loading_19elp_20 ._gif-background_19elp_29{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden}._practice-background_19elp_5 ._practice-task-container_19elp_14 ._practice-loading_19elp_20 ._mobile-simulate-call_19elp_38{position:absolute;right:0;top:30%;z-index:1000}._aicoachRemoteVideoContainer_19elp_45{position:fixed;top:0;left:0;width:100%;height:100%}._aicoachRemoteVideoContainer_19elp_45 video{width:100%;height:auto!important}._aicoachRemoteVideoContainer_19elp_45._hide_19elp_56{opacity:0}._aicoachRemoteVideoContainer_19elp_45._show_19elp_59{opacity:1}._page-mask-aicoach_19elp_63{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffe6;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center}._page-mask-aicoach_19elp_63 ._page-mask-content_19elp_76{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;padding:0 4.26667vw}._page-mask-aicoach_19elp_63 ._page-mask-content_19elp_76 img{width:20px;height:20px;animation:_circle_19elp_1 1.2s linear infinite}._page-mask-aicoach_19elp_63 ._page-mask-content_19elp_76 ._page-mask-text_19elp_88{font-family:var(--panxi-font-family);font-size:4.26667vw;font-weight:500;color:#2a313d;margin-top:3.2vw}._page-mask-aicoach_19elp_63 ._page-mask-content_19elp_76 ._page-mask-button_19elp_95{margin-top:6.4vw;min-width:42.66667vw;max-width:80%;height:9.6vw;border-radius:4.8vw;background:var(--panxi-color-brand);font-size:3.73333vw;font-family:var(--panxi-font-family);color:#fff;line-height:3.73333vw;cursor:pointer;display:flex;align-items:center;justify-content:center}._evaluation-report_19elp_112{width:100%;height:100%;background-color:var(--panxi-report-bg-color);font-family:var(--panxi-font-family)}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118,._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .panxi-custom-loading-wrap{width:100%;height:100%}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126{height:12.8vw}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .evaluation-report-header-tab{padding:0vw 2.13333vw;max-width:100vw;box-sizing:border-box}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .evaluation-report-header-tab .panxi-custom-tabs-nav-wrap{display:flex;justify-content:center}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .evaluation-report-header-tab .panxi-custom-tabs-bar{border-bottom:none}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .evaluation-report-header-tab .panxi-custom-tabs-bar .panxi-custom-tabs-tab{font-family:var(--panxi-font-family);font-weight:400}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .evaluation-report-header-tab .panxi-custom-tabs-bar .panxi-custom-tabs-tab .panxi-custom-tabs-tab-inner{color:#4b586e;font-size:3.73333vw!important;padding:3.2vw 2.13333vw!important}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .evaluation-report-header-tab .panxi-custom-tabs-bar .panxi-custom-tabs-tab .panxi-custom-tabs-tab-inner:after{background-color:unset!important}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .evaluation-report-header-tab .panxi-custom-tabs-bar .active:before{width:5.33333vw!important;border-bottom:.8vw solid var(--panxi-color-brand)!important;border-radius:6.4vw!important;left:calc(50% - 2.66667vw)!important}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .evaluation-report-header-tab .panxi-custom-tabs-bar .active .panxi-custom-tabs-tab-inner{color:var(--panxi-color-brand);font-weight:500}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .is-mobile .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container-scrolling{padding-right:0vw}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .is-mobile .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container-scrolling .panxi-custom-tabs-nav-scroll:after{display:none}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .is-mobile .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container-scrolling .panxi-custom-tabs-btn-prev,._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-header_19elp_126 .is-mobile .panxi-custom-tabs-bar .panxi-custom-tabs-nav-container-scrolling .panxi-custom-tabs-btn-next{display:none}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-content_19elp_173{height:calc(100% - 28.8vw);overflow:auto;padding:0vw 3.2vw 4.26667vw;box-sizing:border-box}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-content_19elp_173 ._scroll-top-dom_19elp_179{height:.66667vw}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-content_19elp_173 .evaluation-report-divider{width:calc(100% + 8.53333vw);margin-left:-4.26667vw;background:#ebf0ff}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-content_19elp_173 ._no-data-card_19elp_187{width:100%;height:100%}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-content_19elp_173 ._is-tab-show_19elp_191{display:block}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 ._evaluation-report-content_19elp_173::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer{width:100%;height:16vw;background:#fff;border-radius:2.66667vw 2.66667vw 0vw 0vw;display:flex;justify-content:center;padding:3.2vw 5.33333vw;box-sizing:border-box;box-shadow:0 0 1.6vw #00000008;gap:2.13333vw}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer .panxi-custom-button{height:9.6vw;font-size:4.26667vw;font-weight:500;line-height:5.06667vw;border-radius:4.8vw}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer .panxi-custom-button:not([disabled]){font-family:var(--panxi-font-family);width:44.53333vw}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer .button-normal{color:#5f6e87!important}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer .button-normal:hover{outline-color:#d4d6db!important;color:#5f6e87!important;background:unset!important}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer .button-text{color:#5f6e87!important;text-decoration:none}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer .button-primary{background:var(--panxi-color-brand)!important;border-radius:4.8vw}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer .button-primary:before{background:var(--panxi-color-brand)!important}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer .button-primary:active:after{background:var(--panxi-color-brand)!important}._evaluation-report_19elp_112 ._evaluation-report-loading_19elp_118 .evaluation-report-footer ._custom-normal_19elp_246{border:1px solid #d4d6db!important}._practice-task-top_1quxr_2{height:19.2vw}._practice-task-top_1quxr_2 ._practice-task-header_1quxr_5{display:flex;justify-content:space-between;padding:2.4vw 4.26667vw;align-items:center;height:6.93333vw}._practice-task-top_1quxr_2 ._practice-task-header_1quxr_5 ._title_1quxr_12{font-size:4.8vw;font-weight:500}._practice-task-top_1quxr_2 ._practice-task-header_1quxr_5 ._close_1quxr_16{cursor:pointer;font-size:6.66667vw;color:var(--panxi-color-brand)}._practice-task-top_1quxr_2 ._practice-task-header_1quxr_5 ._finish_1quxr_21{color:var(--panxi-color-brand);font-size:4.26667vw;margin-right:.8vw;font-weight:500;line-height:6.93333vw;height:100%;cursor:pointer}._practice-task-top_1quxr_2 ._practice-task-header_1quxr_5 ._finish_1quxr_21._disabled_1quxr_30{color:#5f6e87;cursor:not-allowed}._practice-task-top_1quxr_2 ._tips_1quxr_34{display:flex;background:#f2f3f7;margin:0 4.26667vw;padding:1.33333vw;border-radius:1.06667vw;font-size:3.2vw;font-weight:500;line-height:3.73333vw;align-items:center;color:#5f6e87}._practice-task-top_1quxr_2 ._tips_1quxr_34 ._header-icon_1quxr_46{margin-right:1.06667vw;font-size:4.26667vw}._practice-task-top_1quxr_2 ._tips_1quxr_34 ._time_1quxr_50{flex:1}._practice-task-top_1quxr_2 ._tips_1quxr_34 ._time_1quxr_50 ._count-tip_1quxr_53{color:#fb6d3a}._practice-task-top_1quxr_2 ._practice-task-video-header_1quxr_56{display:flex;flex-direction:column;align-items:center;padding:2.66667vw 2.66667vw 0vw;font-weight:500;color:#fff;position:relative}._practice-task-top_1quxr_2 ._practice-task-video-header_1quxr_56 ._header-title_1quxr_65{font-size:4.26667vw;line-height:9.06667vw}._practice-task-top_1quxr_2 ._practice-task-video-header_1quxr_56 ._time_1quxr_50{font-size:5.33333vw;font-family:var(--panxi-font-family)}._practice-task-top_1quxr_2 ._practice-task-video-header_1quxr_56 ._time_1quxr_50._count-tip_1quxr_53{color:#fb6d3a}._practice-task-top_1quxr_2 ._practice-task-video-header_1quxr_56 ._finish_1quxr_21{position:absolute;top:2.4vw;right:4.26667vw;color:var(--panxi-color-brand);font-size:4.26667vw;line-height:9.06667vw;font-weight:500;cursor:pointer;z-index:100}._practice-task-top_1quxr_2 ._practice-task-video-header_1quxr_56 ._finish_1quxr_21._disabled_1quxr_30{color:#fff;cursor:not-allowed}._practice-task-top_1quxr_2 ._practice-task-video-header_1quxr_56._header-call_1quxr_91,._practice-task-top_1quxr_2 ._practice-task-video-header_1quxr_56._header-call_1quxr_91 ._close_1quxr_16,._practice-task-top_1quxr_2 ._practice-task-video-header_1quxr_56._header-call_1quxr_91 ._finish_1quxr_21._disabled_1quxr_30{color:#5f6e87}._setting-mask_1quxr_101{position:absolute;width:100%;height:100%;top:0;left:0;cursor:pointer}._setting-mask_1quxr_101 ._setting_1quxr_101{position:absolute;top:3.46667vw;left:4.26667vw;cursor:pointer;display:flex;color:#fff}._setting-mask_1quxr_101 ._setting_1quxr_101 ._setting-icon_1quxr_117{font-size:6.4vw}._setting-mask_1quxr_101 ._setting_1quxr_101 ._tooltip_1quxr_120{width:26.66667vw;background-color:#fff;color:#5f6e87;margin-top:-1.6vw;margin-left:3.2vw;border-radius:2.13333vw;display:flex;flex-direction:column;align-items:center;gap:5.06667vw;padding:4.26667vw 0vw;box-shadow:0 3.46667vw 3.46667vw #7c7f8d80;font-size:3.2vw;line-height:3.73333vw;font-weight:500;position:relative}._setting-mask_1quxr_101 ._setting_1quxr_101 ._tooltip_1quxr_120:before{content:"";position:absolute;left:-1.46667vw;top:3.2vw;width:0;height:0;border-top:1.6vw solid transparent;border-bottom:1.6vw solid transparent;border-right:1.6vw solid #fff;opacity:1}._setting-mask_1quxr_101 ._setting_1quxr_101 ._tooltip_1quxr_120 ._active_1quxr_152{color:var(--panxi-color-brand)}._setting-mask_1quxr_101 ._setting_1quxr_101._call-setting_1quxr_155{color:#5f6e87}._custom-close_1quxr_159{position:absolute;top:3.2vw;right:13.33333vw;cursor:pointer;font-size:6.66667vw;color:var(--panxi-color-brand);z-index:100}._wave-box_1uj4i_1{display:flex;flex-direction:column;align-items:center;justify-content:center}._wave-box_1uj4i_1._chat-wave-box_1uj4i_7 ._voice-wave_1uj4i_7{width:41.06667vw;height:100%}._wave-box_1uj4i_1._call-wave-box_1uj4i_11{height:9.06667vw}._wave-box_1uj4i_1._call-wave-box_1uj4i_11 ._voice-wave_1uj4i_7{width:13.86667vw}._wave-box_1uj4i_1._video-wave-box_1uj4i_17{height:10.66667vw;margin-bottom:4.26667vw}._wave-box_1uj4i_1._video-wave-box_1uj4i_17 ._voice-wave_1uj4i_7{height:100%;width:13.86667vw}.panxi-custom-overlay-wrapper.opened .panxi-custom-overlay-backdrop{-webkit-backdrop-filter:blur(4px) saturate(2.1);backdrop-filter:blur(4px) saturate(2.1);background:#00000080;opacity:1}.panxi-custom-overlay-wrapper .panxi-custom-overlay-backdrop{position:fixed;z-index:1001;top:0;left:0;width:100%;height:100%;background-color:#0003;transition:opacity 300mscubic-bezier .4,0,.2,1;opacity:0;display:flex;justify-content:center;align-items:center}.panxi-custom-overlay-wrapper .panxi-custom-overlay-backdrop .panxi-custom-dialog{box-sizing:border-box;position:fixed;z-index:1001;background:#fff;background:var(--dialog-bg, #FFFFFF);border:1px solid #DCDEE3;border-radius:3px;border-radius:var(--dialog-corner, 3px);box-shadow:0 2px 4px #0000001f;text-align:left;overflow:hidden;max-width:90%}.panxi-custom-overlay-wrapper .panxi-custom-overlay-backdrop .panxi-custom-dialog .panxi-custom-dialog-header{color:#222224;font-size:16px;font-weight:500;letter-spacing:.4px;line-height:28px;padding-bottom:0}.panxi-custom-overlay-wrapper .panxi-custom-overlay-backdrop .panxi-custom-dialog .panxi-custom-dialog-body{color:#474a52;font-size:13px;font-weight:400;letter-spacing:.4px;line-height:22px;padding-bottom:12px;padding-top:12px}.panxi-custom-overlay-wrapper .panxi-custom-overlay-backdrop .panxi-custom-dialog .panxi-custom-dialog-body.panxi-custom-dialog-body-no-footer{margin-bottom:74px}.panxi-custom-overlay-wrapper .panxi-custom-overlay-backdrop .panxi-custom-overlay-inner{z-index:1001}._ai-coach-chat-item_h5mkx_1{display:flex;max-width:100%}._ai-coach-chat-item_h5mkx_1:first-child{margin-top:auto!important}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8{display:flex;flex-direction:column;align-self:flex-end;align-items:flex-end;margin:0vw 4.26667vw 4.8vw 8.53333vw}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15{color:#2d2e2f;display:flex;flex-direction:column;background:#fff;margin-bottom:.53333vw}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._chat-player-icon_h5mkx_22{background:#b6c1d3}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._chat-player-icon_h5mkx_22 ._player-icon_h5mkx_25{color:#fff}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._progress-bar_h5mkx_28{background:#b6c1d3}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._progress-bar_h5mkx_28 ._progress_h5mkx_28{background:var(--panxi-color-brand)}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._progress-bar_h5mkx_28 ._dot_h5mkx_34{background:#5f6e87}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._duration_h5mkx_37{color:#b6c1d3}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-points_h5mkx_40{display:flex;margin-top:1.06667vw}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-points_h5mkx_40 ._point-item_h5mkx_44{display:flex;padding:.53333vw 1.06667vw;align-content:center;border-radius:1.06667vw;font-size:3.2vw;margin-right:1.6vw;line-height:4.26667vw;letter-spacing:-.10933vw;color:#5f6e87;align-items:center}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-points_h5mkx_40 ._point-item_h5mkx_44 .icon{width:3.73333vw}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-points_h5mkx_40 ._point-item_h5mkx_44 .icon:before{font-size:3.73333vw}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-points_h5mkx_40 ._point-item_h5mkx_44._pos_h5mkx_62{color:#0ead69;border:.26667vw solid #0ead69}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-points_h5mkx_40 ._point-item_h5mkx_44._neg_h5mkx_66{color:#d53836;border:.26667vw solid #d53836}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-points_h5mkx_40 ._point-item_h5mkx_44._neg_h5mkx_66 ._view_h5mkx_70{color:#5f6e87;cursor:pointer}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15 ._chat-points_h5mkx_40 ._point-item_h5mkx_44 ._point_h5mkx_44{margin-right:.53333vw;max-width:18.66667vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ai-coach-chat-item_h5mkx_1._user-message_h5mkx_8 ._chat-content_h5mkx_15._call-content_h5mkx_81{background:#fffc}._ai-coach-chat-item_h5mkx_1._agent-message_h5mkx_84{align-self:flex-start;margin:0vw 8.53333vw 4.8vw 4.26667vw;display:flex;flex-direction:column}._ai-coach-chat-item_h5mkx_1._agent-message_h5mkx_84 ._chat-content_h5mkx_15{color:#fff;background:var(--panxi-color-brand);margin-bottom:.53333vw}._ai-coach-chat-item_h5mkx_1._agent-message_h5mkx_84 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._chat-player-icon_h5mkx_22{background:#fff}._ai-coach-chat-item_h5mkx_1._agent-message_h5mkx_84 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._chat-player-icon_h5mkx_22 ._player-icon_h5mkx_25{color:var(--panxi-color-brand)}._ai-coach-chat-item_h5mkx_1._agent-message_h5mkx_84 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._progress-bar_h5mkx_28{background:#ffffff80}._ai-coach-chat-item_h5mkx_1._agent-message_h5mkx_84 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._progress-bar_h5mkx_28 ._progress_h5mkx_28,._ai-coach-chat-item_h5mkx_1._agent-message_h5mkx_84 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._progress-bar_h5mkx_28 ._dot_h5mkx_34{background:#fff}._ai-coach-chat-item_h5mkx_1._agent-message_h5mkx_84 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._duration_h5mkx_37{color:#fff}._ai-coach-chat-item_h5mkx_1._agent-message_h5mkx_84 ._chat-content_h5mkx_15._call-content_h5mkx_81{background:var(--panxi-color-brand-light)}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15{font-size:4.26667vw;line-height:6.4vw;letter-spacing:.10667vw;padding:2.13333vw 4.26667vw;line-break:anywhere;border-radius:3.2vw;width:fit-content}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22{display:flex;flex-direction:row;align-items:center;min-width:45.33333vw}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._chat-player-icon_h5mkx_22{margin-right:1.6vw;cursor:pointer;border-radius:50%;width:5.6vw;height:5.6vw;display:flex;align-items:center;justify-content:center}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._chat-player-icon_h5mkx_22 ._player-icon_h5mkx_25{font-size:3.73333vw}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._progress-bar_h5mkx_28{width:100%;height:.53333vw;cursor:pointer;margin-right:2.66667vw;border-radius:.53333vw;flex:1;display:flex;align-items:center}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._progress-bar_h5mkx_28 ._progress_h5mkx_28{height:100%;border-radius:.53333vw}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._progress-bar_h5mkx_28 ._dot_h5mkx_34{width:2.13333vw;height:2.13333vw;border-radius:50%}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._chat-player_h5mkx_22 ._duration_h5mkx_37{font-size:4.26667vw;letter-spacing:.4px}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._dateLabel_h5mkx_167{font-size:3.2vw;font-weight:400;letter-spacing:-.10933vw;color:#b6c1d3;line-height:4.26667vw;margin-top:1.06667vw}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._content-error_h5mkx_175{height:7.46667vw;padding:0vw 1.33333vw;border-radius:1.06667vw;background:#ffedea;display:flex;align-items:center;font-size:3.2vw;font-weight:500;line-height:3.73333vw;letter-spacing:normal;color:#fb6d3a;margin-top:1.06667vw}._ai-coach-chat-item_h5mkx_1 ._chat-content_h5mkx_15 ._content-error_h5mkx_175 ._icon-item_h5mkx_189{font-size:4.26667vw;color:#fb6d3a;margin-right:1.06667vw}._ai-coach-chat-item_h5mkx_1 ._coach-evaluation_h5mkx_194{width:fit-content;box-sizing:border-box;border:.26667vw solid transparent;border-radius:3.2vw;background-image:radial-gradient(182% 182% at 111% 109%,#8253fa3d 6%,#315ef4bf);overflow:hidden;display:inline-flex}._ai-coach-chat-item_h5mkx_1 ._coach-evaluation_h5mkx_194 ._coach-evaluation-box_h5mkx_203{background:#fff;padding:2.13333vw}._ai-coach-chat-item_h5mkx_1 ._coach-evaluation_h5mkx_194 ._coach-evaluation-box_h5mkx_203 ._text_h5mkx_207{font-size:3.73333vw;font-weight:500;line-height:normal;background:radial-gradient(140% 139% at 84% 71%,#8253fa 6%,#315ef4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;word-break:break-all}._ai-coach-chat-item_h5mkx_1 ._modal-bottom-img_h5mkx_218{position:absolute;width:calc(100% - 8.53333vw);height:2.13333vw;left:4.26667vw;bottom:-.8vw;filter:blur(6px);background-image:url(https://img.alicdn.com/imgextra/i1/O1CN01K3FklA1aUZ76nrZME_!!6000000003333-2-tps-640-92.png);background-position:center;z-index:-1}._evalution-modal_h5mkx_230{border-radius:4.26667vw!important}._evalution-modal_h5mkx_230 .panxi-custom-dialog-header{padding:4.26667vw 4.26667vw 0vw!important;font-size:3.73333vw!important}._evalution-modal_h5mkx_230 .panxi-custom-dialog-body.panxi-custom-dialog-body-no-footer{margin-bottom:0!important;font-size:3.73333vw!important;line-height:6.4vw!important;letter-spacing:.02667vw!important;padding:0vw 4.26667vw 4.26667vw!important;color:#5f6e87!important;width:72vw!important}._evalution-modal_h5mkx_230 .panxi-custom-dialog-body.panxi-custom-dialog-body-no-footer ._list_h5mkx_246{list-style:decimal;margin-left:4.26667vw;margin-top:1.06667vw}._evalution-modal_h5mkx_230 .panxi-custom-dialog-body.panxi-custom-dialog-body-no-footer ._list_h5mkx_246 ._list-item_h5mkx_251{font-size:3.2vw;color:#5f6e87;list-style:decimal}._evalution-modal_h5mkx_230 .panxi-custom-dialog-body.panxi-custom-dialog-body-no-footer ._list_h5mkx_246 ._list-item_h5mkx_251:not(:first-child){margin-top:1.06667vw}._evalution-modal_h5mkx_230 .panxi-custom-dialog-body.panxi-custom-dialog-body-no-footer ._list_h5mkx_246._unordered_h5mkx_259{list-style:disc;margin-left:3.2vw}._evalution-modal_h5mkx_230 .panxi-custom-dialog-body.panxi-custom-dialog-body-no-footer ._list_h5mkx_246._unordered_h5mkx_259 li{list-style:disc}._evalution-modal_h5mkx_230 .panxi-custom-dialog-body.panxi-custom-dialog-body-no-footer ._list_h5mkx_246._only-one_h5mkx_266{list-style:none;margin-left:0vw}._evalution-modal_h5mkx_230 .panxi-custom-dialog-body.panxi-custom-dialog-body-no-footer ._list_h5mkx_246._only-one_h5mkx_266 ._list-item_h5mkx_251{list-style:none}.panxi-custom-overlay-wrapper.opened .panxi-custom-overlay-backdrop{background:#00000080!important}.animated-status-display{width:200px;height:200px;border-radius:50%;margin:12px;background-clip:content-box}.animated-status-display.idle{background-size:100% 12100%;background-image:url(https://img.alicdn.com/imgextra/i3/O1CN01Ln2wmS1fkf76ZOhkH_!!6000000004045-2-tps-120-14520.png)}.animated-status-display.idle.start{animation:play-idle 6s steps(121) infinite}.animated-status-display.recording{background-size:100% 13500%;background-image:url(https://img.alicdn.com/imgextra/i1/O1CN01HURinh1jN5BaLBr9c_!!6000000004535-2-tps-120-16200.png);animation:play-recording 8s steps(150) infinite}.animated-status-display.responding{width:250px;height:250px;background-size:100% 13300%;background-image:url(https://img.alicdn.com/imgextra/i2/O1CN01VtsWZv1VmMQLfymrG_!!6000000002695-2-tps-150-19950.png);animation:play-responding 8s steps(150) infinite}@keyframes play-idle{0%{background-position:0 0}to{background-position:0 -12100%}}@keyframes play-recording{0%{background-position:0 0}to{background-position:0 -15000%}}@keyframes play-responding{0%{background-position:0 0}to{background-position:0 -15000%}}@keyframes _rorate_1ax2p_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._practice-call-bottom_1ax2p_9{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:3.2vw;flex:1;overflow:hidden}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17._avatar_1ax2p_26{justify-content:flex-start}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17._messages_1ax2p_29{justify-content:space-between}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._dialogue-switch_1ax2p_32{width:14.93333vw;height:5.86667vw;font-weight:500;border-radius:2.13333vw;line-height:5.86667vw;font-size:3.2vw;opacity:.8;display:flex;justify-content:center;cursor:pointer;margin-bottom:6.4vw}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._dialogue-switch_1ax2p_32._show_1ax2p_45{background:#fff;color:var(--panxi-color-brand)}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._dialogue-switch_1ax2p_32._hide_1ax2p_49{background:var(--panxi-color-brand);color:#fff}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._no-switch_1ax2p_53{height:5.86667vw;margin-bottom:6.4vw}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._dialogue-content_1ax2p_57{width:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center;margin-bottom:4.26667vw;-webkit-mask-image:linear-gradient(to top,white 90%,transparent 100%);mask-image:linear-gradient(to top,white 90%,transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._dialogue-content_1ax2p_57 ._dialogue-top_1ax2p_67{padding:2.66667vw}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._dialogue-content_1ax2p_57::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._agent-name_1ax2p_77{font-size:6.4vw;font-weight:600;line-height:normal;letter-spacing:.10667vw;color:#2a313d}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._agent-avatar_1ax2p_84{margin:2.13333vw 0;width:34.66667vw;height:34.66667vw;border-radius:4.26667vw;position:relative}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._agent-avatar_1ax2p_84._avatar-video_1ax2p_91{border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._agent-avatar_1ax2p_84._avatar-video_1ax2p_91 .animated-status-display{width:34.66667vw;height:34.66667vw}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._agent-avatar_1ax2p_84 ._avatar-img_1ax2p_102{width:100%;height:100%;border-radius:4.26667vw;object-fit:contain}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._agent-avatar_1ax2p_84 ._agent-wave_1ax2p_108{position:absolute;top:0;left:0;width:100%;height:100%;background:#a1a1a170;border-radius:4.26667vw;display:flex;align-items:center;justify-content:center}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._agent-avatar_1ax2p_84 ._agent-wave_1ax2p_108 ._wave-box_1ax2p_120{height:10.66667vw}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._agent-avatar_1ax2p_84 ._agent-wave_1ax2p_108 ._wave-box_1ax2p_120 ._voice-wave_1ax2p_123{width:13.86667vw}._practice-call-bottom_1ax2p_9 ._practice-call-agent_1ax2p_17 ._agent-status_1ax2p_126{font-size:4.26667vw;font-weight:500;line-height:6.4vw;letter-spacing:.13333vw}._practice-call-bottom_1ax2p_9 ._practice-video-agent_1ax2p_132{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}._practice-call-bottom_1ax2p_9 ._practice-video-agent_1ax2p_132 ._dialogue-switch_1ax2p_32{width:14.93333vw;height:5.86667vw;font-weight:500;border-radius:2.13333vw;line-height:5.86667vw;font-size:3.2vw;opacity:.8;display:flex;justify-content:center;cursor:pointer;margin-top:3.2vw}._practice-call-bottom_1ax2p_9 ._practice-video-agent_1ax2p_132 ._dialogue-switch_1ax2p_32._show_1ax2p_45{background:#fff;color:var(--panxi-color-brand)}._practice-call-bottom_1ax2p_9 ._practice-video-agent_1ax2p_132 ._dialogue-switch_1ax2p_32._hide_1ax2p_49{background:var(--panxi-color-brand);color:#fff}._practice-call-bottom_1ax2p_9 ._practice-video-agent_1ax2p_132 ._dialogue-switch_1ax2p_32 ._no-switch_1ax2p_53{height:5.86667vw;margin-bottom:6.4vw}._practice-call-bottom_1ax2p_9 ._practice-video-agent_1ax2p_132 ._dialogue-content_1ax2p_57{width:100%;max-height:62.4vw;overflow-y:auto;display:flex;flex-direction:column;align-items:center;margin-bottom:4.26667vw;-webkit-mask-image:linear-gradient(to top,white 90%,transparent 100%);mask-image:linear-gradient(to top,white 90%,transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}._practice-call-bottom_1ax2p_9 ._practice-video-agent_1ax2p_132 ._dialogue-content_1ax2p_57 ._dialogue-top_1ax2p_67{padding:2.66667vw}._practice-call-bottom_1ax2p_9 ._practice-video-agent_1ax2p_132 ._dialogue-content_1ax2p_57::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186{width:100%;text-align:center;height:65.6vw;background:#f3f6fc;border-radius:4.26667vw 4.26667vw 0vw 0vw;background:#f3f6fce6}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-status_1ax2p_194{margin-top:6.93333vw;margin-bottom:8.53333vw;color:var(--panxi-color-brand);font-size:4.26667vw;font-weight:500;line-height:6.4vw;text-align:center;letter-spacing:.13333vw;display:flex;flex-direction:column;align-items:center}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-status_1ax2p_194 ._disabled_1ax2p_207{font-size:3.2vw;letter-spacing:0px;color:#b6c1d3}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-status_1ax2p_194 ._thinking_1ax2p_212{width:9.06667vw;height:9.06667vw}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-status_1ax2p_194 ._thinking_1ax2p_212 img{width:100%;height:100%;animation:_rorate_1ax2p_1 3s linear infinite}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-status_1ax2p_194 ._status-tips_1ax2p_221{margin-top:3.73333vw}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224{display:flex;justify-content:space-around;align-items:flex-end}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224 ._action-item_1ax2p_229{display:flex;flex-direction:column;font-size:3.2vw;color:#5f6e87;font-weight:600;line-height:4.26667vw;cursor:pointer}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224 ._action-item_1ax2p_229 ._action-item-icon_1ax2p_238{display:flex;width:12.8vw;height:12.8vw;border-radius:50%;background:#fff;margin-bottom:5.33333vw;align-items:center;justify-content:center;font-weight:400}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224 ._action-item_1ax2p_229 ._action-item-icon_1ax2p_238 ._action-icon_1ax2p_249{color:#98a4ba;font-size:8vw!important}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224 ._action-item_1ax2p_229 ._action-item-icon_1ax2p_238 ._mute_1ax2p_253{color:#d53836}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224 ._action-item_1ax2p_229 ._action-item-icon_1ax2p_238 ._disabled_1ax2p_207{color:#e6ebf3!important}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224 ._action-item_1ax2p_229 ._action-item-icon_1ax2p_238 ._can-hover_1ax2p_259:hover{color:var(--panxi-color-brand)!important}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224 ._action-item_1ax2p_229 ._action-item-finish_1ax2p_262{display:flex;width:12.8vw;height:12.8vw;border-radius:50%;background:#fa5452;margin-bottom:5.33333vw;align-items:center;justify-content:center;cursor:pointer}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224 ._action-item_1ax2p_229 ._action-item-finish_1ax2p_262 ._action-icon_1ax2p_249{font-size:8vw!important;color:#fff}._practice-call-bottom_1ax2p_9 ._practice-call-user_1ax2p_186 ._user-actions_1ax2p_224 ._action-item_1ax2p_229 ._action-item-finish_1ax2p_262._disabled_1ax2p_207{background:#fa54524d;cursor:not-allowed}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281{width:100%;height:32vw}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224{display:flex;height:21.33333vw;background:#fffc;border-radius:6.4vw;justify-content:space-around;align-items:center;margin:0vw 4.26667vw 2.66667vw}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238{display:flex;width:12.8vw;height:12.8vw;border-radius:50%;background:#fff;align-items:center;justify-content:center;font-weight:400;cursor:pointer}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238 ._action-icon_1ax2p_249{font-size:8vw!important}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._interrupt_1ax2p_308{border:.26667vw solid #e6ebf3}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._interrupt_1ax2p_308 ._action-icon_1ax2p_249{color:#98a4ba}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._micphone_1ax2p_314{border:.26667vw solid var(--panxi-color-brand);background:var(--panxi-color-brand)}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._micphone_1ax2p_314 ._action-icon_1ax2p_249{color:#fff}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._micphone_1ax2p_314._micphone-disabled_1ax2p_321{border:.26667vw solid #e6ebf3;background:#e6ebf3!important;cursor:not-allowed}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._finish_1ax2p_326{border:.26667vw solid #fa5452}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._finish_1ax2p_326 ._action-icon_1ax2p_249{color:#fa5452}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._finish_1ax2p_326._finishi-disabled_1ax2p_332{border:.26667vw solid #e6ebf3;cursor:not-allowed}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._finish_1ax2p_326._finishi-disabled_1ax2p_332 ._action-icon_1ax2p_249{color:#e6ebf3}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._cancel_1ax2p_339{border:.26667vw solid #fa5452}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._cancel_1ax2p_339 ._action-icon_1ax2p_249{color:#fa5452}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._confirm_1ax2p_345{border:.26667vw solid #0ead69}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238._confirm_1ax2p_345 ._action-icon_1ax2p_249{color:#0ead69}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238 ._disabled_1ax2p_207{color:#e6ebf3!important}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._user-actions_1ax2p_224 ._action-item-icon_1ax2p_238 ._can-hover_1ax2p_259:hover{color:var(--panxi-color-brand)!important}._practice-call-bottom_1ax2p_9 ._practice-call-user-voice_1ax2p_281 ._action-tips_1ax2p_357{color:#5f6e87;line-height:4.26667vw;font-size:3.2vw;text-align:center;margin-bottom:3.73333vw}._practice-call-bottom_1ax2p_9 ._practice-call-user-input_1ax2p_364{width:calc(100% - 12.8vw);max-height:39.46667vw;border-radius:6.4vw;padding:2.13333vw 2.13333vw 2.13333vw 3.2vw;background:#fffc;display:flex;flex-direction:column;margin-bottom:10.66667vw}._practice-call-bottom_1ax2p_9 ._practice-call-user-input_1ax2p_364 ._textarea-wrapper_1ax2p_374{flex:1;display:flex;align-items:center}._practice-call-bottom_1ax2p_9 ._practice-call-user-input_1ax2p_364 ._textarea-wrapper_1ax2p_374 ._input-textarea_1ax2p_379{flex:1;background:transparent;resize:none;min-height:5.33333vw;line-height:5.33333vw;max-height:32vw;padding:0vw 1.6vw;color:#2a313d;font-size:3.73333vw;font-weight:400;font-family:var(--panxi-font-family);border:none;outline:none}._practice-call-bottom_1ax2p_9 ._practice-call-user-input_1ax2p_364 ._textarea-wrapper_1ax2p_374 ._input-textarea_1ax2p_379::placeholder{font-size:3.73333vw;line-height:5.86667vw!important;letter-spacing:-.10667vw!important;color:#98a4ba!important}._practice-call-bottom_1ax2p_9 ._practice-call-user-input_1ax2p_364 ._textarea-wrapper_1ax2p_374 ._input-textarea_1ax2p_379:focus-visible{outline:none}._practice-call-bottom_1ax2p_9 ._practice-call-user-input_1ax2p_364 ._textarea-wrapper_1ax2p_374 ._input-textarea_1ax2p_379::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}._practice-call-bottom_1ax2p_9 ._practice-call-user-input_1ax2p_364 ._textarea-wrapper_1ax2p_374 ._input-send_1ax2p_410{width:13.86667vw;height:8.53333vw;background:var(--panxi-color-brand);border-radius:22.66667vw;border:none;color:#fff;font-size:3.73333vw;font-weight:500;align-self:flex-end;font-family:var(--panxi-font-family);cursor:pointer}._practice-call-bottom_1ax2p_9 ._practice-call-user-input_1ax2p_364 ._textarea-wrapper_1ax2p_374 ._input-send_1ax2p_410._disabled_1ax2p_207{background:#b6c1d3;cursor:not-allowed}._practice-task-footer_1utwy_1{padding:0vw 4.26667vw;background:linear-gradient(359deg,#fafbfc 4%,#f3f3f300 97%);position:relative;display:flex;width:calc(100% - 8.53333vw)}._practice-task-footer_1utwy_1._chat-input_1utwy_8{flex-direction:column}._practice-task-footer_1utwy_1 ._words-remind_1utwy_11{display:flex;justify-content:center;align-items:center;gap:1.06667vw;background:#f3f5fc;box-sizing:border-box;border:.26667vw solid #fff;margin-bottom:5.33333vw;width:28.8vw;height:8.53333vw;border-radius:32vw;position:relative;cursor:pointer}._practice-task-footer_1utwy_1 ._words-remind_1utwy_11 ._action-icon_1utwy_26{color:#5653fa}._practice-task-footer_1utwy_1 ._words-remind_1utwy_11 ._text_1utwy_29{font-size:14px;font-weight:500;line-height:normal;text-align:center;background:radial-gradient(140% 139% at 84% 71%,#8253fa 6%,#315ef4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._practice-task-footer_1utwy_1 ._words-remind_1utwy_11._disabled_1utwy_39 ._action-icon_1utwy_26{color:#b6c1d3}._practice-task-footer_1utwy_1 ._words-remind_1utwy_11._disabled_1utwy_39 ._text_1utwy_29{-webkit-text-fill-color:#b6c1d3;background:none}._practice-task-footer_1utwy_1 ._words-remind_1utwy_11 ._bottom-img_1utwy_46{position:absolute;width:18.66667vw;height:2.13333vw;left:5.06667vw;top:7.46667vw;filter:blur(6px);background-image:url(https://img.alicdn.com/imgextra/i4/O1CN01j1YSKz1vXPVO6FFlZ_!!6000000006182-2-tps-216-92.png);background-position:center;z-index:-1}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57{display:flex;border-radius:6.4vw!important;border:.26667vw solid #fff!important;background:#f3f5fc!important;align-items:center;padding:2.13333vw;margin-bottom:8.53333vw;flex:1;max-height:39.46667vw}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._panxi-custom-button_1utwy_68:not([disabled])._button-normal_1utwy_68{background:#fff!important}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-btn_1utwy_71{width:8.53333vw;height:8.53333vw;border-radius:50%;background-color:#fff!important;padding:0!important;text-align:center}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-btn_1utwy_71.panxi-custom-button.button-normal{background-color:#fff!important;text-decoration:none}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-btn_1utwy_71 ._input-icon_1utwy_83{color:#5f6e87;font-size:6.4vw}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-btn_1utwy_71 ._disabled_1utwy_39{color:#b6c1d3;font-size:6.4vw;cursor:not-allowed}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-btn_1utwy_71._talking_1utwy_92{border:.16533vw solid #fa5452}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-btn_1utwy_71._talking_1utwy_92 ._close_1utwy_95{color:#fa5452;font-size:6.4vw}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._text-input_1utwy_99{flex:1;background:transparent;resize:none;border:none;outline:none;min-height:5.33333vw;line-height:5.33333vw;max-height:32vw;padding:0vw 1.6vw;color:#2a313d;font-size:3.73333vw;font-weight:400;font-family:var(--panxi-font-family)}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._text-input_1utwy_99::placeholder{font-size:3.73333vw;line-height:5.86667vw!important;letter-spacing:-.10667vw!important;color:#98a4ba!important}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._text-input_1utwy_99:focus-visible{outline:none}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._text-input_1utwy_99::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130{flex:1;text-align:center;font-family:var(--panxi-font-family)}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130 ._start_1utwy_135{flex:1;font-size:3.73333vw;font-weight:500;color:var(--panxi-color-brand)!important;background:transparent!important;cursor:pointer}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130 ._start_1utwy_135._disabled_1utwy_39{cursor:not-allowed;color:#b6c1d3!important}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130 ._talking_1utwy_92{display:flex;margin-left:8.53333vw;color:#5f6e87;align-items:center;font-size:3.73333vw}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130 ._talking_1utwy_92 ._action-icon_1utwy_26{font-size:4.8vw;cursor:pointer}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130 ._talking_1utwy_92 ._voice-line_1utwy_158{flex:1;height:6.4vw;align-items:center;display:flex;width:53.33333vw}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130 ._talking_1utwy_92 ._voice-line_1utwy_158 ._chat-wave-box_1utwy_165{width:80%}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130 ._talking_1utwy_92 ._voice-line_1utwy_158 ._talking-time_1utwy_168{font-size:3.73333vw;margin-left:3.73333vw}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130 ._talking_1utwy_92 ._confirm-btn_1utwy_172{width:8.53333vw;height:8.53333vw;border-radius:50%;background-color:#fff!important;padding:0!important;display:flex;align-items:center;justify-content:center;border:.16533vw solid #0ead69;cursor:pointer}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._voice-input_1utwy_130 ._talking_1utwy_92 ._confirm-btn_1utwy_172 ._confirm_1utwy_172{color:#0ead69;font-size:6.4vw}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._input-send_1utwy_188{width:14.4vw;height:8.53333vw;border-radius:22.66667vw;border:none;background:var(--panxi-color-brand)!important;font-size:4.26667vw;font-family:var(--panxi-font-family);color:#fff;align-self:flex-end;cursor:pointer}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._input-send_1utwy_188:before{background:var(--panxi-color-brand)!important}._practice-task-footer_1utwy_1 ._practice-input_1utwy_57 ._input-send_1utwy_188._disabled_1utwy_39{background-color:#b6c1d3!important;cursor:not-allowed!important}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207{width:100%;height:32vw}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211{display:flex;height:21.33333vw;background:#fffc;box-shadow:0 .53333vw 6.4vw #eaedf3;border-radius:6.4vw;justify-content:space-around;align-items:center;margin-bottom:2.66667vw}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221{display:flex;width:12.8vw;height:12.8vw;border-radius:50%;background:#fff;align-items:center;justify-content:center;font-weight:400;cursor:pointer}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221 ._action-icon_1utwy_26{font-size:8vw!important}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._interrupt_1utwy_235{border:.26667vw solid #e6ebf3}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._interrupt_1utwy_235 ._action-icon_1utwy_26{color:#98a4ba}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._micphone_1utwy_241{border:.26667vw solid var(--panxi-color-brand);background:var(--panxi-color-brand)}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._micphone_1utwy_241 ._action-icon_1utwy_26{color:#fff}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._micphone_1utwy_241._micphone-disabled_1utwy_248{border:.26667vw solid #e6ebf3;background:#e6ebf3!important;cursor:not-allowed}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._finish_1utwy_253{border:.26667vw solid #fa5452}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._finish_1utwy_253 ._action-icon_1utwy_26{color:#fa5452}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._finish_1utwy_253._finishi-disabled_1utwy_259{border:.26667vw solid #e6ebf3;cursor:not-allowed}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._finish_1utwy_253._finishi-disabled_1utwy_259 ._action-icon_1utwy_26{color:#e6ebf3}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._cancel_1utwy_266{border:.26667vw solid #fa5452}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._cancel_1utwy_266 ._action-icon_1utwy_26{color:#fa5452}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._confirm_1utwy_172{border:.26667vw solid #0ead69}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221._confirm_1utwy_172 ._action-icon_1utwy_26{color:#0ead69}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221 ._disabled_1utwy_39{color:#e6ebf3!important}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._user-actions_1utwy_211 ._action-item-icon_1utwy_221 ._can-hover_1utwy_281:hover{color:var(--panxi-color-brand)!important}._practice-task-footer_1utwy_1 ._practice-call-user-voice_1utwy_207 ._action-tips_1utwy_284{color:#5f6e87;line-height:4.26667vw;font-size:3.2vw;text-align:center;margin-bottom:3.73333vw}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291{position:absolute;max-height:83.2vw;min-height:49.33333vw;height:auto;display:flex;flex-direction:column;padding:2.66667vw 4.26667vw;bottom:8.53333vw;left:4.26667vw;background:#fff;border:.26667vw solid #5653fa;border-radius:4.26667vw;width:calc(100% - 17.06667vw);z-index:1;overflow:hidden}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._words-remind-modal-header_1utwy_308{display:flex;justify-content:space-between;margin-bottom:2.66667vw}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._words-remind-modal-header_1utwy_308 ._words-remind-modal-title_1utwy_313{display:flex;align-items:center;gap:1.06667vw}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._words-remind-modal-header_1utwy_308 ._action-icon_1utwy_26{color:#5653fa;margin-right:1.06667vw}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._words-remind-modal-header_1utwy_308 ._icon-guanbi_1utwy_322{color:#5f6e87;cursor:pointer}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._words-remind-modal-header_1utwy_308 ._text_1utwy_29{font-size:14px;font-weight:500;line-height:normal;text-align:center;background:radial-gradient(140% 139% at 84% 71%,#8253fa 6%,#315ef4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._words-remind-modal-content_1utwy_336{flex:1;display:flex;overflow:auto;padding-right:1.6vw}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._words-remind-modal-content_1utwy_336 ._content-text_1utwy_342{font-size:3.2vw;font-weight:400;line-height:4.26667vw;letter-spacing:0em;white-space:pre-line;color:#7a8aa4}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._words-remind-modal-content_1utwy_336 ._content-text_1utwy_342 strong{color:#2a313d;font-weight:500;font-size:3.73333vw;line-height:6.4vw}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 .panxi-custom-loading{width:100%;flex:1}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._wordks-remind-score-detail_1utwy_360{border-radius:2.13333vw;background:#e4e3fc;padding:2.13333vw;display:flex;align-items:center;justify-content:center;margin-top:3.2vw;cursor:pointer}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._wordks-remind-score-detail_1utwy_360 svg{width:6.4vw;height:6.4vw}._practice-task-footer_1utwy_1 ._words-remind-modal_1utwy_291 ._wordks-remind-score-detail_1utwy_360 ._point-item-detail-text_1utwy_374{color:#5653fa;font-size:4.26667vw;font-weight:500;line-height:6.4vw;text-align:center;letter-spacing:normal;margin-left:1.06667vw}._practice-task-footer_1utwy_1 ._modal-bottom-img_1utwy_383{position:absolute;width:calc(100% - 17.06667vw);height:2.13333vw;left:8.53333vw;bottom:6.93333vw;filter:blur(6px);background-image:url(https://img.alicdn.com/imgextra/i1/O1CN01K3FklA1aUZ76nrZME_!!6000000003333-2-tps-640-92.png);background-position:center}._words-remind-point-detail-drawer_1utwy_394{position:absolute;height:auto}._words-remind-point-detail-drawer_1utwy_394 .panxi-custom-drawer{border-radius:2.13333vw 2.13333vw 0vw 0vw}._words-remind-point-detail-drawer_1utwy_394 .panxi-custom-drawer .panxi-custom-drawer-header{display:flex;justify-content:center;padding:4.26667vw}._words-remind-point-detail-drawer_1utwy_394 .panxi-custom-drawer .panxi-custom-drawer-header .panxi-custom-drawer-close{font-size:6.4vw;top:4.26667vw;right:4vw;color:#5f6e87}._words-remind-point-detail-drawer_1utwy_394 .panxi-custom-drawer .panxi-custom-drawer-body{min-height:40vh;max-height:60vh;font-size:3.73333vw;font-weight:400;line-height:6.4vw;letter-spacing:0em;white-space:pre-line;color:#2a313d;word-break:break-all;overflow-y:auto}._words-remind-point-detail-drawer_1utwy_394 .panxi-custom-drawer .panxi-custom-drawer-body strong{font-weight:500;color:#5653fa}:root{--scale-width: 1.5}._practice-task-bottom_1wshw_5{width:100%;height:calc(100% - 19.2vw);z-index:100;position:relative}._practice-task-bottom_1wshw_5._report_1wshw_11{height:100%}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14{width:100%;height:100%;display:flex;flex-direction:column}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-content_1wshw_20{flex:1;margin:4.26667vw 0vw;overflow-y:auto}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-content_1wshw_20 ._message-list_1wshw_25{display:flex;flex-direction:column;height:100%;overflow-y:auto;align-items:center}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-content_1wshw_20 ._message-list_1wshw_25 ._start-time_1wshw_32{font-size:3.73333vw;letter-spacing:.05333vw;color:#7a8aa4;text-align:center;margin-bottom:8vw}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-content_1wshw_20 ._message-list_1wshw_25::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;-webkit-appearance:none;opacity:0!important}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46{width:100%;height:16vw;background:#fff;border-radius:2.66667vw 2.66667vw 0vw 0vw;display:flex;justify-content:center;padding:3.2vw 5.33333vw;box-sizing:border-box;box-shadow:0 0 1.6vw #00000008;gap:2.13333vw}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46 .panxi-custom-button{height:9.6vw;font-size:4.26667vw;font-weight:500;line-height:5.06667vw;border-radius:4.8vw}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46 .panxi-custom-button:not([disabled]){font-family:var(--panxi-font-family);width:44.53333vw}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46 .button-text{color:#5f6e87!important;text-decoration:none}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46 .button-normal{color:#5f6e87!important}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46 .button-normal:hover{outline-color:#d4d6db!important;color:#5f6e87!important;background:unset!important}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46 .button-primary{background:var(--panxi-color-brand)!important;border-radius:4.8vw}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46 .button-primary:before{background:var(--panxi-color-brand)!important}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46 .button-primary:active:after{background:var(--panxi-color-brand)!important}._practice-task-bottom_1wshw_5 ._practice-task-chat_1wshw_14 ._practice-task-report-footer_1wshw_46 ._custom-normal_1wshw_91{border:1px solid #d4d6db!important}._practice-task-bottom_1wshw_5 ._practice-volume_1wshw_94{position:absolute;top:3.2vw;right:5.33333vw;display:flex;align-items:center;justify-content:center;width:8.53333vw;height:8.53333vw;background:#fff;opacity:.9;border-radius:50%;cursor:pointer}._practice-task-bottom_1wshw_5 ._practice-volume_1wshw_94 ._action-icon_1wshw_108{color:#98a4ba;font-size:5.33333vw}._practice-task-bottom_1wshw_5 ._practice-volume_1wshw_94 ._mute_1wshw_112{width:5.6vw;height:5.6vw}._stream-simulator_1bf2z_1{position:absolute;z-index:50;overflow:visible;transform-origin:center top}._stream-simulator_1bf2z_1 ._default-bg_1bf2z_7{background-color:#28ce26}._aigc-preview_1bf2z_11 div#_remoteVideoContainer_1bf2z_1{opacity:0}._aigc-preview_1bf2z_11 div#_remoteVideoContainer_1bf2z_1._show_1bf2z_14{opacity:1}._aigc-preview_1bf2z_11 div#_remoteVideoContainer_1bf2z_1._hide_1bf2z_17{opacity:0}._stream-layer_1bf2z_21{position:absolute}._gif-player_15oow_1{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:relative}._gif-image_15oow_10{object-fit:contain;object-position:center;position:absolute;transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.dh-stream-sdk{position:fixed;z-index:50;display:flex;flex-direction:column;align-items:center}._remote-video_1yqup_9{width:100%;height:100%}._gif-player_rltra_1{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:relative}._gif-image_rltra_10{width:100%;object-fit:contain;object-position:center;position:absolute}._gif-image_rltra_10._fullscreen_rltra_16{height:100%;object-fit:cover}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner{border-radius:2.13333vw 2.13333vw 0vw 0vw;font-family:var(--panxi-font-family)}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-header{padding:4.26667vw 6.4vw 0vw!important;line-height:normal;border:none}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-header ._script-title_bexbr_10{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-header ._script-title_bexbr_10 ._title_bexbr_17{font-size:4.8vw;font-weight:500;color:#2a313d;line-height:5.06667vw;margin-bottom:2.13333vw}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body{padding:6.4vw;height:calc(100% - 16vw)}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:56vw}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 .panxi-custom-loading .panxi-custom-loading-tip{width:100%}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 .panxi-custom-loading .panxi-custom-loading-tip .panxi-custom-loading-indicator{display:inline-flex;margin:4.26667vw}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-info_bexbr_42 ._script-title_bexbr_10{color:#384153;font-weight:500;font-size:3.73333vw;font-family:PingFang SC}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-info_bexbr_42 ._student-id_bexbr_48{font-size:3.2vw;color:#98a4ba;line-height:4.26667vw}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-concept_bexbr_53{height:22.4vw;display:flex;justify-content:space-between;align-items:center;margin:4.53333vw 0}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-concept_bexbr_53 ._score-box_bexbr_60{display:flex;flex-direction:column;text-align:center;width:49%;line-height:10.66667vw;border-radius:2.66667vw;padding:2.66667vw 0;background-color:var(--panxi-color-brand-transparent)}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-concept_bexbr_53 ._score-box_bexbr_60._pass-status_bexbr_70{background-repeat:no-repeat;background-size:100%;background-position:5.06667vw 40%}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-concept_bexbr_53 ._score-box_bexbr_60 ._score-content_bexbr_75 ._title_bexbr_17{font-size:3.2vw;color:#5f6e87;line-height:4.26667vw}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-concept_bexbr_53 ._score-box_bexbr_60 ._score-content_bexbr_75 ._score_bexbr_60{font-size:8.53333vw;font-weight:700;color:var(--panxi-color-brand);font-family:Alibaba Sans 102}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-concept_bexbr_53 ._score-box_bexbr_60 ._score-content_bexbr_75 ._score_bexbr_60 ._total-score_bexbr_86{font-size:3.2vw;color:#5f6e87;line-height:4.26667vw;font-weight:400}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-concept_bexbr_53 ._score-box_bexbr_60 ._score-content_bexbr_75 ._time_bexbr_92{font-size:8.53333vw;font-weight:700;line-height:10.66667vw;color:var(--panxi-color-brand)}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-loading_bexbr_98 .panxi-custom-loading-tip .panxi-custom-loading-tip-content{color:var(--panxi-color-brand);font-size:3.46667vw;letter-spacing:0vw}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-link_bexbr_103{flex:1;display:flex;text-align:center;align-items:center;font-family:var(--panxi-font-family)}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-link_bexbr_103 .panxi-custom-button{width:100%;height:10.66667vw;border-radius:4.8vw;background:var(--panxi-color-brand)!important;font-size:4.26667vw;font-weight:500}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-link_bexbr_103 .panxi-custom-button:before{background:var(--panxi-color-brand)!important}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._report-link_bexbr_103 .panxi-custom-button:after{background:var(--panxi-color-brand)!important}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._fail-img_bexbr_124{text-align:center;width:100%}._report-drawer_bexbr_1.panxi-custom-overlay-wrapper .panxi-custom-overlay-inner .panxi-custom-drawer-body ._drawer-content_bexbr_28 ._fail-img_bexbr_124 img{width:32vw;height:auto}.panxi-custom-drawer * .panxi-custom-drawer *:before .panxi-custom-drawer *:after{overflow:hidden!important}._practice-modal-mask_t515k_1{position:absolute;top:0vw;left:0vw;width:100%;height:100%;z-index:100;background:#00000080}._practice-modal-mask_t515k_1 ._practice-modal_t515k_1{display:flex;flex-direction:column;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72vw;border-radius:2.13333vw;opacity:1;background:#fff;box-shadow:0 2.13333vw 4.26667vw #1f202433;font-family:var(--panxi-font-family)}._practice-modal-mask_t515k_1 ._practice-modal_t515k_1 ._modal-header_t515k_24{font-size:4.26667vw;font-weight:500;line-height:7.46667vw;text-align:center;letter-spacing:.02667vw;color:#2a313d;margin:5.33333vw 4.26667vw 0vw}._practice-modal-mask_t515k_1 ._practice-modal_t515k_1 ._modal-content_t515k_33{font-size:3.73333vw;font-weight:400;line-height:6.4vw;letter-spacing:.02667vw;color:#5f6e87;margin:2.13333vw 4.26667vw 1.6vw}._practice-modal-mask_t515k_1 ._practice-modal_t515k_1 ._modal-footer_t515k_41{display:flex;justify-content:space-between;margin-top:0vw;border-top:.26667vw solid #e6e8eb}._practice-modal-mask_t515k_1 ._practice-modal_t515k_1 ._modal-footer_t515k_41 ._footer-btn_t515k_47{width:50%;height:11.73333vw;border-radius:0;align-content:center;font-size:4.26667vw;font-weight:400;line-height:11.73333vw;text-align:center;letter-spacing:.02667vw;color:#2a313d;cursor:pointer}._practice-modal-mask_t515k_1 ._practice-modal_t515k_1 ._modal-footer_t515k_41 ._footer-btn_t515k_47._cancel_t515k_60{border-right:.26667vw solid #e6e8eb}._practice-modal-mask_t515k_1 ._practice-modal_t515k_1 ._modal-footer_t515k_41 ._footer-btn_t515k_47._ok_t515k_63{color:var(--panxi-color-brand)}._practice-modal-mask_t515k_1 ._practice-modal_t515k_1 ._modal-footer_t515k_41 ._footer-btn_t515k_47._exit_t515k_66{color:#d53836}@font-face{font-family:ym-aigc-iconfont;src:url(//at.alicdn.com/t/a/font_4396987_my6pga70fw.eot?t=1745807950984);src:url(//at.alicdn.com/t/a/font_4396987_my6pga70fw.eot?t=1745807950984#iefix) format("embedded-opentype"),url(data:application/x-font-woff2;charset=utf-8;base64,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) format("woff2"),url(//at.alicdn.com/t/a/font_4396987_my6pga70fw.woff?t=1745807950984) format("woff"),url(//at.alicdn.com/t/a/font_4396987_my6pga70fw.ttf?t=1745807950984) format("truetype"),url(//at.alicdn.com/t/a/font_4396987_my6pga70fw.svg?t=1745807950984#ym-aigc-iconfont) format("svg")}.ym-aigc-iconfont{font-family:ym-aigc-iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ym-tongguoic1:before{content:""}.ym-pingjiic:before{content:""}.ym-weitongguoic:before{content:""}.ym-gongshi1:before{content:""}.ym-a-tuceng2:before{content:""}.ym-fanyi:before{content:""}.ym-yitianjiaqishizhen:before{content:""}.ym-qishizhenweitianjia:before{content:""}.ym-a-shiting-shangfanggongjulan1:before{content:""}.ym-gongshi:before{content:""}.ym-mengbanyuanxing:before{content:""}.ym-mengbanfangxing:before{content:""}.ym-buyongmengban:before{content:""}.ym-NEW:before{content:""}.ym-ic-zuobibiaoshi:before{content:""}.ym-shujujiguanli:before{content:""}.ym-PIpelineguanli:before{content:""}.ym-biaoqianguanli:before{content:""}.ym-chenggong:before{content:""}.ym-shibai:before{content:""}.ym-ic-weiguijizhi:before{content:""}.ym-ic-tongyongliucheng:before{content:""}.ym-dianhuatubiao:before{content:""}.ym-ic-tiaozheng:before{content:""}.ym-IC-yuyinshibiegongjuguanli:before{content:""}.ym-text:before{content:""}.ym-a-Fill3:before{content:""}.ym-microphone:before{content:""}.ym-satisfied:before{content:""}.ym-dissatisfied:before{content:""}.ym-confirm:before{content:""}.ym-setting:before{content:""}.ym-a-Iconchazhaotihuan:before{content:""}.ym-ic-daochu:before{content:""}.ym-jiahao:before{content:""}.ym-ic-cankaotuquanzhong:before{content:""}.ym-quxiaojingyin:before{content:""}.ym-jingyin:before{content:""}.ym-jieshu:before{content:""}.ym-mute1:before{content:""}.ym-unmute1:before{content:""}.ym-shuipingfanzhuan:before{content:""}.ym-volume-up:before{content:""}.ym-volume-mute:before{content:""}.ym-shengyin:before{content:""}.ym-fuzhuang:before{content:""}.ym-sucai1:before{content:""}.ym-beijing:before{content:""}.ym-ic-calling:before{content:""}.ym-ic-interrupt:before{content:""}.ym-IC-xiaxian:before{content:""}.ym-ic-jubenguanli:before{content:""}.ym-ic-renwuguanli:before{content:""}.ym-ic-kaohedianguanli:before{content:""}.ym-zhishiwendang:before{content:""}.ym-ic-duihua:before{content:""}.ym-ic_quanxianguanli:before{content:""}.ym-help--outline:before{content:""}.ym-ic-tianjiashipin:before{content:""}.ym-ic-go:before{content:""}.ym-ic-kuoxie:before{content:""}.ym-ic-gaixie:before{content:""}.ym-ic-suoxie:before{content:""}.ym-ic-zhinenghuashu:before{content:""}.ym-ic-cachu:before{content:""}.ym-ic-tumohuabi:before{content:""}.ym-ic-cachu-selected:before{content:""}.ym-a-ic-tumohuabi-selected:before{content:""}.ym-IC-zhinengshibie:before{content:""}.ym-a-IC-zhinengshibie-selected:before{content:""}.ym-xiala:before{content:""}.ym-tongyonggongju:before{content:""}.ym-a-rongqi22078:before{content:""}.ym-ic-zanting:before{content:""}.ym-ic-bofang:before{content:""}.ym-zhongshi:before{content:""}.ym-ic-tuozhuai:before{content:""}.ym-a-ic-zhongzhi1x:before{content:""}.ym-a-lianji101x:before{content:""}.ym-a-ic-zhishiku1x1:before{content:""}.ym-a-ic-erweima1x:before{content:""}.ym-a-ic-jieshu1x:before{content:""}.ym-a-ic-zhishiku1x:before{content:""}.ym-a-ic-zhinengti1x:before{content:""}.ym-a-shengjiqingxidu-icon:before{content:""}.ym-renxiangfenggebianhua:before{content:""}.ym-xieshirenxiangchuangzuo1:before{content:""}.ym-ic-zhinengti-gengduoshaixuan:before{content:""}.ym-a-ic-shuziren-wushuziren1x:before{content:""}.ym-a-bili1x:before{content:""}.ym-ic-suoxiao:before{content:""}.ym-a-tianjia1x:before{content:""}.ym-huazitiezhi:before{content:""}.ym-a-liandu1x:before{content:""}.ym-a-tingdun1x:before{content:""}.ym-a-ic-kapianshitu1x:before{content:""}.ym-a-list1x:before{content:""}.ym-ic-zimu:before{content:""}.ym-ic-zhuboxingxiang:before{content:""}.ym-ic-sucai-tupian:before{content:""}.ym-IC-drag:before{content:""}.ym-ic-beijing2:before{content:""}.ym-ic-sucai-shipin:before{content:""}.ym-a-ic-wenben-zuoduiqi1x:before{content:""}.ym-a-ic-wenben-youduiqi1x:before{content:""}.ym-a-ic-wenben-juzhongduiqi1x:before{content:""}.ym-a-pinyin1x:before{content:""}.ym-a-fayin1x:before{content:""}.ym-a-yinbiao1x:before{content:""}.ym-ic-sucai:before{content:""}.ym-ic-jiaoben:before{content:""}.ym-ic-zhubo:before{content:""}.ym-ic-beijing1:before{content:""}.ym-weibozhiye2016-shijianbang-copy:before{content:""}.ym-ic-beijing:before{content:""}.ym-ic-zhinengxiegao:before{content:""}.ym-ic-nv:before{content:""}.ym-ic-nan:before{content:""}.ym-shiting:before{content:""}.ym-chexiao:before{content:""}.ym-xiayiyiceng:before{content:""}.ym-zhongzuo:before{content:""}.ym-a-juzhongduiqihengxiang:before{content:""}.ym-youduiqi:before{content:""}.ym-dingbuduiqi:before{content:""}.ym-zuoduiqi:before{content:""}.ym-a-juzhongduiqizongxiang:before{content:""}.ym-dibuduiqi:before{content:""}.ym-shangyiyiceng:before{content:""}.ym-zhiding:before{content:""}.ym-zhidi:before{content:""}.ym-a-ic-shoujiduan-default:before{content:""}.ym-a-ic-diannaoduan-default:before{content:""}.ym-ic-zhizuoshipin:before{content:""}.ym-jiaoben:before{content:""}.ym-zhubo:before{content:""}.ym-sucai:before{content:""}.ym-shijichicun1:before{content:""}.ym-layer:before{content:""}.ym-overflow-menu--vertical:before{content:""}.ym-fangda:before{content:""}.ym-shijichicun:before{content:""}.ym-yinyong1:before{content:""}.ym-a-16:before{content:""}.ym-a-wenanicon:before{content:""}.ym-cai_hor:before{content:""}.ym-zan_hor:before{content:""}.ym-unlock:before{content:""}.ym-locked:before{content:""}.ym-huaban4:before{content:""}.ym-tianjiaadd:before{content:""}.ym-huaban3:before{content:""}.ym-huaban21:before{content:""}.ym-right:before{content:""}.ym-left:before{content:""}.ym-huaban2:before{content:""}.ym-rongqi-31:before{content:""}.ym-rongqi:before{content:""}.ym-fuzhi:before{content:""}.ym-paixu:before{content:""}.ym-a-2:before{content:""}.ym-huaban1:before{content:""}.ym-yinyong:before{content:""}.ym-success:before{content:""}.ym-icon:before{content:""}.ym-bili:before{content:""}.ym-shuliang:before{content:""}.ym-shanchu1:before{content:""}.ym-a-enter1:before{content:""}.ym-a-enter2:before{content:""}.ym-draggable:before{content:""}.ym-huaban:before{content:""}.ym-qianbao1:before{content:""}.ym-a-tansuojuqing_white1_162:before{content:""}.ym-buy:before{content:""}.ym-a-chakanquanbu1:before{content:""}.ym-human:before{content:""}.ym-book:before{content:""}.ym-fenggeku:before{content:""}.ym-cankao:before{content:""}.ym-juqingku:before{content:""}.ym-shili:before{content:""}.ym-enter1:before{content:""}.ym-baocun1:before{content:""}.ym-quxiao1:before{content:""}.ym-up:before{content:""}.ym-down:before{content:""}.ym-enter:before{content:""}.ym-tuichu:before{content:""}.ym-right-copy:before{content:""}.ym-sousuo:before{content:""}.ym-guanbi:before{content:""}.ym-wangge:before{content:""}.ym-shezhi:before{content:""}.ym-yonghu:before{content:""}.ym-shanchu:before{content:""}.ym-lishi:before{content:""}.ym-quxiao:before{content:""}.ym-bianji:before{content:""}.ym-xiazai:before{content:""}.ym-liebiao:before{content:""}:root{--panxi-color-brand: #5653fa;--panxi-color-brand-light: rgba(86, 93, 250, .8);--panxi-color-brand-transparent: rgba(86, 93, 250, .1);--panxi-report-bg-color: #e6ebf3;--panxi-font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Microsoft JhengHei, -apple-system;--panxi-first-title-font-size: 5.33333vw;--panxi-first-title-line-height: 7.46667vw;--panxi-second-title-font-size: 4.26667vw;--panxi-second-title-line-height: normal;--panxi-third-title-font-size: 3.73333vw;--panxi-third-title-line-height: normal;--panxi-main-text-font-size: 3.73333vw;--panxi-main-text-line-height: 6.4vw;--panxi-main-text-letter-spacing: 0vw}.container div{box-sizing:content-box}.panxi-custom-loading .panxi-custom-loading-tip-content.primary{color:var(--panxi-color-brand)!important}.panxi-custom-loading #linearGradient-primary .stop1,.panxi-custom-loading #linearGradient-primary .stop2{stop-color:var(--panxi-color-brand)!important}.aicoach-message-container{max-width:90%}.aicoach-message-container .panxi-message{border-left:none!important;-webkit-backdrop-filter:blur(6px) saturate(2.1);backdrop-filter:blur(6px) saturate(2.1);background-color:#ffffffe6;border-color:#fff;box-shadow:0 1px 4px #4b4d5226,0 4px 16px #2f31331a}.aicoach-message-container .panxi-message .icon-wrapper{padding:0vw}.aicoach-message-container .panxi-message .icon-wrapper .icon:before{font-size:4.8vw}.aicoach-message-container .panxi-message .panxi-message-content{font-size:3.2vw;line-height:4.26667vw}.data-inspection-failed-tip{max-width:90%;height:7.73333vw;background:#ffedea;-webkit-backdrop-filter:blur(4.26667vw);backdrop-filter:blur(4.26667vw)}.data-inspection-failed-tip .panxi-message{padding:1.86667vw;border-left:none!important}.data-inspection-failed-tip .panxi-message .icon-wrapper{padding:0vw;margin-right:1.33333vw;margin-left:0vw}.data-inspection-failed-tip .panxi-message .icon-wrapper .icon:before{font-size:4.8vw}.data-inspection-failed-tip .panxi-message .icon-wrapper.icon-wrapper-warning{color:#fb6d3a}.data-inspection-failed-tip .panxi-message .panxi-message-content{padding:0vw;font-size:3.2vw;font-weight:500;line-height:3.73333vw;color:#fb6d3a}
