.fish-drawer{position:fixed;z-index:1000;width:0;height:100%;-webkit-transition:height 0s ease .3s,width 0s ease .3s,-webkit-transform .3s cubic-bezier(.7,.3,.1,1);transition:height 0s ease .3s,width 0s ease .3s,-webkit-transform .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1),height 0s ease .3s,width 0s ease .3s;transition:transform .3s cubic-bezier(.7,.3,.1,1),height 0s ease .3s,width 0s ease .3s,-webkit-transform .3s cubic-bezier(.7,.3,.1,1)}.fish-drawer>*{-webkit-transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1),-webkit-box-shadow .3s cubic-bezier(.7,.3,.1,1);transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1),-webkit-box-shadow .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1),box-shadow .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1),box-shadow .3s cubic-bezier(.7,.3,.1,1),-webkit-transform .3s cubic-bezier(.7,.3,.1,1),-webkit-box-shadow .3s cubic-bezier(.7,.3,.1,1)}.fish-drawer-content-wrapper{position:absolute}.fish-drawer .fish-drawer-content{width:100%;height:100%}.fish-drawer-left,.fish-drawer-right{top:0;width:0;height:100%}.fish-drawer-left .fish-drawer-content-wrapper,.fish-drawer-right .fish-drawer-content-wrapper{height:100%}.fish-drawer-left.fish-drawer-open,.fish-drawer-right.fish-drawer-open{width:100%;-webkit-transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1);transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1),-webkit-transform .3s cubic-bezier(.7,.3,.1,1)}.fish-drawer-left.fish-drawer-open.no-mask,.fish-drawer-right.fish-drawer-open.no-mask{width:0}.fish-drawer-left.fish-drawer-open .fish-drawer-content-wrapper{-webkit-box-shadow:2px 0 8px rgba(0,0,0,.15);box-shadow:2px 0 8px rgba(0,0,0,.15)}.fish-drawer-right,.fish-drawer-right .fish-drawer-content-wrapper{right:0}.fish-drawer-right.fish-drawer-open .fish-drawer-content-wrapper{-webkit-box-shadow:-2px 0 8px rgba(0,0,0,.15);box-shadow:-2px 0 8px rgba(0,0,0,.15)}.fish-drawer-right.fish-drawer-open.no-mask{right:1px;-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}.fish-drawer-bottom,.fish-drawer-top{left:0;width:100%;height:0%}.fish-drawer-bottom .fish-drawer-content-wrapper,.fish-drawer-top .fish-drawer-content-wrapper{width:100%}.fish-drawer-bottom.fish-drawer-open,.fish-drawer-top.fish-drawer-open{height:100%;-webkit-transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1);transition:-webkit-transform .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1);transition:transform .3s cubic-bezier(.7,.3,.1,1),-webkit-transform .3s cubic-bezier(.7,.3,.1,1)}.fish-drawer-bottom.fish-drawer-open.no-mask,.fish-drawer-top.fish-drawer-open.no-mask{height:0%}.fish-drawer-top{top:0}.fish-drawer-top.fish-drawer-open .fish-drawer-content-wrapper{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.fish-drawer-bottom,.fish-drawer-bottom .fish-drawer-content-wrapper{bottom:0}.fish-drawer-bottom.fish-drawer-open .fish-drawer-content-wrapper{-webkit-box-shadow:0 -2px 8px rgba(0,0,0,.15);box-shadow:0 -2px 8px rgba(0,0,0,.15)}.fish-drawer-bottom.fish-drawer-open.no-mask{bottom:1px;-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.fish-drawer.fish-drawer-open .fish-drawer-mask{height:100%;opacity:1;-webkit-transition:none;transition:none;-webkit-animation:fishDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1);animation:fishDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1)}.fish-drawer-title{margin:0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:22px}.fish-drawer-content{position:relative;z-index:1;overflow:auto;background-color:#fff;background-clip:padding-box;border:0}.fish-drawer-close{position:absolute;top:0;right:0;z-index:10;display:block;width:56px;height:56px;padding:0;color:rgba(0,0,0,.45);font-weight:700;font-size:16px;font-style:normal;line-height:56px;text-align:center;text-transform:none;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;-webkit-transition:color .3s;transition:color .3s;text-rendering:auto}.fish-drawer-close:focus,.fish-drawer-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.fish-drawer-header{position:relative;padding:16px 24px;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.fish-drawer-header,.fish-drawer-header-no-title{color:rgba(0,0,0,.85);background:#fff}.fish-drawer-body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word}.fish-drawer-wrapper-body{height:100%;overflow:auto}.fish-drawer-mask{position:absolute;top:0;left:0;width:100%;height:0;background-color:rgba(0,0,0,.45);opacity:0;filter:alpha(opacity=45);-webkit-transition:opacity .3s linear,height 0s ease .3s;transition:opacity .3s linear,height 0s ease .3s}.fish-drawer-open-content{-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15)}@-webkit-keyframes fishDrawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fishDrawerFadeIn{0%{opacity:0}to{opacity:1}}[dir=rtl] .fish-drawer-left,[dir=rtl] .fish-drawer-left .fish-drawer-content-wrapper{right:auto;left:0}[dir=rtl] .fish-drawer-right,[dir=rtl] .fish-drawer-right .fish-drawer-content-wrapper{right:0;left:auto}.index-module_content_dYO-i{position:relative;cursor:pointer;display:inline-block}.index-module_content_dYO-i img{margin:0 12px 10px 0}.index-module_content_dYO-i i{position:absolute;top:-6px;right:3px;display:none}.index-module_content_dYO-i:hover i{display:inline-block}.index-module_comment-content_F2fOG{flex:1;padding:35px 260px;background:#ecf4fe;display:flex;flex-direction:column}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j,.index-module_comment-content_F2fOG .index-module_comment-list_ekXzT,.index-module_comment-content_F2fOG .index-module_comment-rule_cG0og{border-radius:15px;padding:45px;background:#fff;margin-bottom:10px;border:1px solid #ebe8ff}.index-module_comment-content_F2fOG .index-module_comment-rule_cG0og,.index-module_comment-content_F2fOG .index-module_comment-rule_cG0og .index-module_rule-header_CEvp-{display:flex}.index-module_comment-content_F2fOG .index-module_comment-rule_cG0og .index-module_rule-title_YBl-Y{color:#27273f;font-size:18px;font-weight:600;font-weight:400;font-stretch:normal;letter-spacing:0;width:80px}.index-module_comment-content_F2fOG .index-module_comment-rule_cG0og .index-module_rule-text_THJVP{font-family:MicrosoftYaHei,sans-serif;font-size:16px;font-weight:400;font-stretch:normal;line-height:28px;letter-spacing:0;color:#515167;flex:1}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j .index-module_tags_hvQod{display:flex;flex-wrap:wrap;margin-bottom:10px}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j .index-module_tags_hvQod .index-module_tag_nj41j{padding:0 12px 0 12px;margin-right:10px;margin-bottom:10px;background:#f2f2f2;color:#666;border-radius:8px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;height:32px;line-height:32px}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j .index-module_tags_hvQod .index-module_tag_nj41j.index-module_selected_ClIrh{background:#d8f3e5;color:#0a9f6d}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j .index-module_tags_hvQod .index-module_tag_nj41j:hover{color:#0a9f6d}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j .index-module_button_2upvz{margin-top:10px;display:flex;justify-content:space-between}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j .index-module_button_2upvz .index-module_icon_S-kwZ{border-radius:8px;background:rgba(0,0,0,.06);margin-right:16px;width:32px;height:32px;text-align:center;line-height:36px;cursor:pointer}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j .index-module_button_2upvz .index-module_icon_S-kwZ i{font-size:20px;color:#27273f}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j .index-module_button_2upvz .index-module_icon_S-kwZ:hover i{color:#00c37d}.index-module_comment-content_F2fOG .index-module_comment-ask_B8q5j .index-module_button_2upvz .index-module_icon_S-kwZ:active i{color:#9898ae}.index-module_comment-content_F2fOG .index-module_comment-list_ekXzT{margin-bottom:0!important;flex:1}.index-module_comment-content_F2fOG .index-module_comment-list_ekXzT .index-module_comment-count_oD1pa{font-weight:600;font-size:18px;letter-spacing:0;color:#27273f;border-bottom:1px solid rgba(0,0,0,.04);padding-bottom:20px;margin-bottom:20px}.index-module_comment-text_9MFui .fish-input{padding:10px 12px 4px 12px;border-radius:12px;border-color:transparent;background:#f4f4f6}.index-module_comment-text_9MFui .fish-input:hover{border-color:#00c37d}.index-module_comment-text_9MFui .fish-input-maxnum-wrapper{background:transparent;color:#babac9}.index-module_comment-text_9MFui .fish-input-maxnum-wrapper .cur-num{color:#babac9}.index-module_comment-text_9MFui .fish-input-focused{border-color:#00c37d;background:#fff;box-shadow:unset}.index-module_publish_gZui8{background:#87f8b3;width:80px;border:0;border-radius:8px;color:#27273f}.index-module_publish_gZui8:hover{background:#acf6bc}.index-module_publish_gZui8:active{background:#88ecae}.index-module_comment-item_BeWVz{padding:10px;padding-bottom:20px;color:#999}.index-module_comment-item_BeWVz .index-module_comment-item-name_mNVER{margin-bottom:15px}.index-module_comment-item_BeWVz .index-module_comment-item-name_mNVER img{width:30px;height:30px;margin-right:20px;border-radius:50%}.index-module_comment-item_BeWVz .index-module_comment-item-official_wzxW0{color:#fff!important;background:#746aff;padding:1px 7px;margin-left:10px;border-radius:4px}.index-module_comment-item_BeWVz .index-module_comment-item-content_9f7D4{margin-bottom:15px;padding-left:50px}.index-module_comment-item_BeWVz .index-module_comment-item-content_9f7D4 .index-module_status_c8y3P{margin-right:5px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.index-module_comment-item_BeWVz .index-module_comment-item-content_9f7D4 .index-module_comment-item-text_vFpY8{color:#000;font-size:16px;white-space:pre-wrap}.index-module_comment-item_BeWVz .index-module_comment-item-tags_iRNpQ{padding-left:50px;color:#0a9f6d;-webkit-user-select:none;-ms-user-select:none;user-select:none}.index-module_comment-item_BeWVz .index-module_comment-item-tags_iRNpQ .index-module_tag_nj41j{margin-right:10px}.index-module_comment-item_BeWVz .index-module_comment-item-info_Sh6Zs{padding-left:50px;display:flex;justify-content:flex-start}.index-module_comment-item_BeWVz .index-module_comment-item-info_Sh6Zs .index-module_comment-item-hour_PvPei{margin-right:15px}.index-module_comment-item_BeWVz .index-module_comment-item-info_Sh6Zs .index-module_comment-item-opertion_UfF6h{display:flex;min-width:220px;justify-content:flex-start}.index-module_comment-item_BeWVz .index-module_comment-item-info_Sh6Zs .index-module_comment-item-opertion_UfF6h .index-module_comment-item-icon_GLJSN{display:flex;align-items:center;margin-right:20px;cursor:pointer}.index-module_comment-item_BeWVz .index-module_comment-item-info_Sh6Zs .index-module_comment-item-opertion_UfF6h .index-module_comment-item-icon_GLJSN i{margin-right:3px;font-size:18px}.index-module_comment-item_BeWVz .index-module_comment-item-info_Sh6Zs .index-module_comment-item-opertion_UfF6h .index-module_comment-item-icon_GLJSN.index-module_like_0dYEg,.index-module_comment-item_BeWVz .index-module_comment-item-info_Sh6Zs .index-module_comment-item-opertion_UfF6h .index-module_comment-item-icon_GLJSN.index-module_like_0dYEg i{color:#00c37d}.index-module_comment-item_BeWVz.index-module_children_M3hVA{border-bottom:1px solid transparent;margin-left:40px;background:#f8f8f8;margin-top:20px;padding-right:10px}.fish-drawer-body{padding:0}.index-module_comment-content_F2fOG.index-module_drawer_GgCNP{height:calc(100vh - 55px);overflow:auto;padding:0;background:#f6f6f7}.index-module_comment-content_F2fOG.index-module_drawer_GgCNP .index-module_comment-ask_B8q5j,.index-module_comment-content_F2fOG.index-module_drawer_GgCNP .index-module_comment-list_ekXzT,.index-module_comment-content_F2fOG.index-module_drawer_GgCNP .index-module_comment-rule_cG0og{border-radius:0;padding:20px;margin-bottom:10px;border:0}.index-module_comment-content_F2fOG.index-module_drawer_GgCNP .index-module_comment-rule_cG0og{flex-direction:column}.index-module_comment-item_BeWVz.index-module_drawer_GgCNP{position:relative}.index-module_comment-item_BeWVz.index-module_drawer_GgCNP .index-module_comment-item-name_mNVER>span{color:#27273f}.index-module_comment-item_BeWVz.index-module_drawer_GgCNP .index-module_comment-item-name_mNVER .index-module_comment-item-time_3\+dCg{color:#666;margin-left:10px}.index-module_comment-item_BeWVz.index-module_drawer_GgCNP .index-module_comment-item-tags_iRNpQ{padding-left:0}.index-module_comment-item_BeWVz.index-module_drawer_GgCNP .index-module_status_c8y3P{position:absolute;right:5px;top:10px}.index-module_take-tips_b-np7{text-align:left;color:#333;font-size:14px}.index-module_take-tips_b-np7 .index-module_underline_KjQVs{text-decoration:underline}.index-module_take-comment_9Cuit{margin-left:30px;padding:2px 20px 4px 20px;text-align:center;font-size:20px;color:#fff;border-radius:20px;background:linear-gradient(90deg,#81d5f8,#7f82fb);font-weight:400;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative}.index-module_take-comment_9Cuit i{margin-right:10px}.index-module_attachment_vkaiI{margin-bottom:10px}.index-module_attachment_vkaiI .index-module_name_JS2au{cursor:pointer;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.index-module_attachment_vkaiI [title$=".doc"],.index-module_attachment_vkaiI [title$=".docx"]{color:#02a7f0}.index-module_attachment_vkaiI [title$=".xls"],.index-module_attachment_vkaiI [title$=".xlsx"]{color:#95f204}.index-module_attachment_vkaiI [title$=".ppt"],.index-module_attachment_vkaiI [title$=".pptx"]{color:#ec808d}.index-module_attachment_vkaiI [title$=".txt"]{color:#aaa}.index-module_reply_Eq5cW{margin-top:16px}.index-module_reply_Eq5cW .index-module_reply-button_ZBcBf{text-align:right;margin-top:16px}.opinionDrawer-module_opinion-drawer_jBnIz .fish-drawer-body{background:#f6f6f7;height:calc(100% - 55px);overflow:auto}.opinionDrawer-module_opinion-drawer_jBnIz .opinionDrawer-module_comment-wrapper_u8NLA{background-color:#fff}.opinionDrawer-module_opinion-drawer_jBnIz .opinionDrawer-module_reply-wrapper_l--vg{margin-top:10px;background-color:#fff;padding:10px;display:flex;flex-direction:column;align-items:flex-end}.opinionDrawer-module_opinion-drawer_jBnIz .opinionDrawer-module_reply-wrapper_l--vg .fish-input-textarea-container{width:100%}.opinionDrawer-module_opinion-drawer_jBnIz .opinionDrawer-module_reply-wrapper_l--vg .opinionDrawer-module_btn_VUIyf{margin-top:10px}.index-module_opinion-wrapper_Y6KVm .index-module_header_ZM2fx{justify-content:center;font-weight:700;font-size:18px}.index-module_opinion-wrapper_Y6KVm .index-module_filters_hQqe2,.index-module_opinion-wrapper_Y6KVm .index-module_header_ZM2fx{display:flex;align-items:center;background:#fff;border-radius:15px;box-shadow:0 2px 16px 0 rgba(0,0,0,.04);padding:16px;color:#27273f;margin-bottom:16px}.index-module_opinion-wrapper_Y6KVm .index-module_filters_hQqe2 .index-module_filter-condition_aJUqX{display:flex;align-items:center;margin-right:38px;cursor:pointer}.index-module_opinion-wrapper_Y6KVm .index-module_filters_hQqe2 .index-module_filter-condition_aJUqX.index-module_active_Fqtbp{color:#00c37d}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI{max-height:calc(100vh - 330px);overflow:auto}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI.index-module_empty_HRtc2{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:15px;box-shadow:0 2px 16px 0 rgba(0,0,0,.04);padding:36px 0 36px 16px}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl{background-color:#fff;border-radius:15px;box-shadow:0 2px 16px 0 rgba(0,0,0,.04);display:flex;align-items:center;padding:20px;margin-bottom:12px;cursor:pointer;position:relative}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_status_SP6sk{position:absolute;border:1px solid currentColor;border-radius:3px;padding:2px 4px;top:15px;right:15px}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_source_9p\+mD{margin-bottom:12px;font-weight:700;font-size:18px;color:#27273f;margin-left:-8px}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_info_x96hK{max-height:150px;min-height:50px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_content_lyYBQ{word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding-right:70px;white-space:pre-wrap;margin-bottom:12px}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_course-footer_cJtto{display:flex;justify-content:space-between}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_course-footer_cJtto .index-module_opinion_zEElT{display:flex}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_course-footer_cJtto .index-module_opinion_zEElT .index-module_delete_YEq8t,.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_course-footer_cJtto .index-module_opinion_zEElT .index-module_edit_4AK8h{display:flex;align-items:center;cursor:pointer}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_course-footer_cJtto .index-module_opinion_zEElT .index-module_delete_YEq8t:hover,.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_course-footer_cJtto .index-module_opinion_zEElT .index-module_edit_4AK8h:hover{color:#0a9f6d}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_course-footer_cJtto .index-module_opinion_zEElT .index-module_delete_YEq8t i,.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_course-footer_cJtto .index-module_opinion_zEElT .index-module_edit_4AK8h i{margin-right:6px}.index-module_opinion-wrapper_Y6KVm .index-module_list-wrapper_QXpjI .index-module_course-item_6IASl .index-module_course-footer_cJtto .index-module_opinion_zEElT .index-module_delete_YEq8t{margin-left:20px}.index-module_opinion-wrapper_Y6KVm .index-module_pagination_aaqpF{display:flex;justify-content:center;align-items:center;margin-top:20px}