.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}.fish-empty{margin:0 8px;font-size:14px;line-height:22px;text-align:center}.fish-empty-image{height:100px;margin-bottom:8px}.fish-empty-image img{width:auto;height:100%}.fish-empty-image svg{height:100%;margin:auto}.fish-empty-description{margin:0}.fish-empty-footer{margin-top:16px}.fish-empty-normal{margin:32px 0;color:rgba(0,0,0,.25)}.fish-empty-normal .fish-empty-image{height:40px}.fish-empty-small{margin:8px 0;color:rgba(0,0,0,.25)}.fish-empty-small .fish-empty-image{height:35px}.fish-tag{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:inline-block;height:auto;margin-right:8px;padding:0 7px;font-size:12px;line-height:20px;white-space:nowrap;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;cursor:default;opacity:1;-webkit-transition:all .3s cubic-bezier(.78,.14,.15,.86);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.fish-tag:hover{opacity:.85}.fish-tag-lg{height:26px;font-size:14px;line-height:24px}.fish-tag-sm{height:18px;font-size:12px;line-height:16px}.fish-tag,.fish-tag a,.fish-tag a:hover{color:rgba(0,0,0,.85)}.fish-tag>a:first-child:last-child{display:inline-block;margin:0 -8px;padding:0 8px}.fish-tag .anticon-close{display:inline-block;font-size:12px;font-size:10px\9;-webkit-transform:scale(.83333333) rotate(0deg);-ms-transform:scale(.83333333) rotate(0deg);transform:scale(.83333333) rotate(0deg);z-index:1;margin-left:3px;color:rgba(0,0,0,.45);font-weight:700;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.78,.14,.15,.86);transition:all .3s cubic-bezier(.78,.14,.15,.86)}:root .fish-tag .anticon-close{font-size:12px}.fish-tag .anticon-close:hover{color:rgba(0,0,0,.85)}.fish-tag-has-color{border-color:transparent}.fish-tag-has-color,.fish-tag-has-color .anticon-close,.fish-tag-has-color .anticon-close:hover,.fish-tag-has-color a,.fish-tag-has-color a:hover{color:#fff}.fish-tag-checkable{background-color:transparent;border-color:transparent}.fish-tag-checkable:not(.fish-tag-checkable-checked):hover{color:#1890ff}.fish-tag-checkable-checked,.fish-tag-checkable:active{color:#fff}.fish-tag-checkable-checked{background-color:#1890ff}.fish-tag-checkable:active{background-color:#096dd9}.fish-tag-hidden{display:none}.fish-tag-pink{color:#eb2f96;background:#fff0f6;border-color:#ffadd2}.fish-tag-pink-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.fish-tag-magenta{color:#eb2f96;background:#fff0f6;border-color:#ffadd2}.fish-tag-magenta-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.fish-tag-red{color:#f5222d;background:#fff1f0;border-color:#ffa39e}.fish-tag-red-inverse{color:#fff;background:#f5222d;border-color:#f5222d}.fish-tag-volcano{color:#fa541c;background:#fff2e8;border-color:#ffbb96}.fish-tag-volcano-inverse{color:#fff;background:#fa541c;border-color:#fa541c}.fish-tag-orange{color:#fa8c16;background:#fff7e6;border-color:#ffd591}.fish-tag-orange-inverse{color:#fff;background:#fa8c16;border-color:#fa8c16}.fish-tag-yellow{color:#fadb14;background:#feffe6;border-color:#fffb8f}.fish-tag-yellow-inverse{color:#fff;background:#fadb14;border-color:#fadb14}.fish-tag-gold{color:#faad14;background:#fffbe6;border-color:#ffe58f}.fish-tag-gold-inverse{color:#fff;background:#faad14;border-color:#faad14}.fish-tag-cyan{color:#13c2c2;background:#e6fffb;border-color:#87e8de}.fish-tag-cyan-inverse{color:#fff;background:#13c2c2;border-color:#13c2c2}.fish-tag-lime{color:#a0d911;background:#fcffe6;border-color:#eaff8f}.fish-tag-lime-inverse{color:#fff;background:#a0d911;border-color:#a0d911}.fish-tag-green{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.fish-tag-green-inverse{color:#fff;background:#52c41a;border-color:#52c41a}.fish-tag-blue{color:#1890ff;background:#e6f7ff;border-color:#91d5ff}.fish-tag-blue-inverse{color:#fff;background:#1890ff;border-color:#1890ff}.fish-tag-geekblue{color:#2f54eb;background:#f0f5ff;border-color:#adc6ff}.fish-tag-geekblue-inverse{color:#fff;background:#2f54eb;border-color:#2f54eb}.fish-tag-purple{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.fish-tag-purple-inverse{color:#fff;background:#722ed1;border-color:#722ed1}.index-module_base_modal_PdWFt{width:400px!important;top:32vh!important;font-family:PingFang SC}.index-module_base_modal_PdWFt .fish-modal-confirm-title{margin-top:-26px;font-size:20px;font-weight:400;line-height:30px;text-align:left}.index-module_base_modal_PdWFt .fish-modal-confirm-btns{position:absolute;bottom:24px;right:32px}.index-module_base_modal_PdWFt .fish-modal-confirm-btns button{background:rgba(0,0,0,.08);border-radius:12px;border:none}.index-module_base_modal_PdWFt .fish-modal-confirm-btns button:hover{color:#00c37d!important}.index-module_base_modal_PdWFt .fish-modal-confirm-btns button.fish-btn-primary,.index-module_base_modal_PdWFt .fish-modal-confirm-btns button.fish-btn-primary:focus{font-size:14px;background:#87f8b3;border-color:#87f8b3;color:#27273f}.index-module_base_modal_PdWFt .fish-modal-confirm-btns button.fish-btn-primary:focus:hover,.index-module_base_modal_PdWFt .fish-modal-confirm-btns button.fish-btn-primary:hover{color:#fff!important;background:#00c37d!important;border-color:#00c37d!important}.index-module_base_modal_PdWFt .fish-modal-body{padding:50px 24px 88px!important}.index-module_base_modal_PdWFt .fish-modal-content{border-radius:12px}.index-module_base_modal_PdWFt .index-module_modal_close_btn_tH4jc{position:absolute;top:24px;right:12px}.index-module_base_modal_PdWFt .index-module_modal_close_btn_tH4jc>button{width:32px;height:32px;color:#515167}.index-module_base_modal_PdWFt .index-module_modal_close_btn_tH4jc>button:hover{color:#00c37d;background-color:rgba(0,195,125,.1)}.index-module_base_modal_PdWFt .index-module_modal_content_iyh-A{margin-top:16px;font-size:14px;line-height:21px;text-align:left}.index-module_base_modal_PdWFt .index-module_modal_content_iyh-A span{padding:0 4px;color:#00c37d;cursor:pointer}.index-module_base_modal_PdWFt .index-module_modal_content_iyh-A span:hover{color:rgba(0,195,125,.8)}.login-modal-c{width:804px!important}.login-modal-c .fish-modal-body{padding:0}.login-modal-c .fish-modal-content{box-shadow:none;background-color:transparent}.login-modal-c .fish-modal-confirm-btns{display:none}.login-modal-c .fish-modal-confirm-content{height:602px;margin:0}.login-modal-c div[class*=modal_close_btn]{position:absolute;top:24px;right:12px}.login-modal-c div[class*=modal_close_btn]>button{width:32px;height:32px;color:#515167}.login-modal-c div[class*=modal_close_btn]>button:hover{color:#00c37d;background-color:rgba(0,195,125,.1)}.index-module_frame_lKHBs{width:740px}.index-module_frame_lKHBs .index-module_frame-loading_dvTEb{width:100%;height:602px;display:flex;align-items:center;justify-content:center}.index-module_frame_lKHBs iframe{width:100%;height:602px;border:none;overflow:hidden}.index-module_frame_lKHBs .index-module_frame-hidden_S5mYq{opacity:0}.index-module_course-loading_QdGMY{width:100%;min-width:1440px}@media screen and (max-width:1440px){.index-module_course-detail_7N4Hm{margin-left:0!important}}.index-module_course-detail_7N4Hm{height:calc(100vh - 80px);flex-grow:1;margin-left:calc(50vw - 720px);padding:22px 0 50px 0;overflow-y:auto}.index-module_course-detail_7N4Hm .index-module_container_pE2tq{width:1440px;height:100%;display:flex}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe{width:328px;min-height:100%;margin-left:24px}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_rate_i950c{padding:36px 24px 30px 24px;margin-bottom:16px}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_rate_i950c .index-module_rate-wrapper_fUlpi{display:flex;justify-content:space-between;margin:20px 0 13px 0}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_rate_i950c .index-module_rate-wrapper_fUlpi .index-module_rate-num_i3x\+5{width:70px;height:36px;background-color:#f90;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;margin-right:32px}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_rate_i950c .index-module_rate-people-num_\+9BU8{text-align:right}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_rate_i950c .index-module_my-rate_aN8pB{display:flex;justify-content:space-between;align-items:center;margin-top:40px}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_tab-btns_KmFkE{display:flex;margin-bottom:15px}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_tab-btns_KmFkE .index-module_tab-btn_UOWWC{height:32px;padding:0 12px 0 8px;font-size:14px;border-radius:12px;color:#27273f;line-height:32px;background-color:rgba(0,0,0,.04);cursor:pointer}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_tab-btns_KmFkE .index-module_tab-btn_UOWWC i{font-size:14px}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_tab-btns_KmFkE .index-module_tab-btn_UOWWC+.index-module_tab-btn_UOWWC{margin-left:12px}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_tab-btns_KmFkE .index-module_tab-btn_active_rOJwq{color:#0a9f6d;background:#d8f3e5}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_aside_OFlBe .index-module_tab-btns_KmFkE .index-module_tab-btn_UOWWC:hover{color:#00c37d;background:#d8f3e5}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_content_lpLiE{width:0;flex-grow:1;color:#666}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_star-btn_\+BthX{height:32px;padding:0 12px 0 8px;font-size:14px;border-radius:12px;color:#27273f;line-height:32px;background-color:rgba(0,0,0,.04);cursor:pointer;margin-left:12px}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_star-btn_active_JJJuz{color:#0a9f6d}.index-module_course-detail_7N4Hm .index-module_container_pE2tq .index-module_star-btn_\+BthX:hover{color:#00c37d}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_course-item_n5EZu{background-color:#fff;border-radius:15px;box-shadow:4px 2px 16px 4px rgba(0,0,0,.04);display:flex;align-items:center;padding:40px 36px 58px 47px;margin-bottom:16px}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_cover_\+MEKZ{width:258px;height:332px}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_info_oQ7xT{margin-left:46px;height:332px;flex-grow:1}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_info_oQ7xT .index-module_title_MEo5e{color:#111419;font-size:24px;margin-bottom:38px;display:flex;justify-content:space-between;align-items:center}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_info_oQ7xT .index-module_title_MEo5e .index-module_course-name_tsHQv{overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:nowrap;width:0;flex:1;color:#27273f}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_info_oQ7xT .index-module_title_MEo5e .index-module_star-icon_7wDip{color:#bfbfbf;font-size:16px;display:flex;align-items:center;cursor:pointer}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_info_oQ7xT .index-module_info-item_gxBHX{display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:16px}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_info_oQ7xT .index-module_info-item_gxBHX .index-module_info-label_I-qqS{width:98px;color:#9898ae}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_info_oQ7xT .index-module_info-item_gxBHX .index-module_info-value_75WF4{width:0;flex-grow:1;color:#515167}.index-module_course-detail_7N4Hm .index-module_course-container_2s9fS .index-module_info_oQ7xT .index-module_attach-type_kr7Cv{display:inline-block;background-color:#f1f3ff;border-radius:15px;padding:0 24px;height:31px;line-height:31px;color:#746aff;font-size:16px;margin-right:16px;cursor:pointer}.index-module_course-detail_7N4Hm .index-module_base-info_TE8or,.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4{background:#fff;border-radius:15px;box-shadow:4px 2px 16px 4px rgba(0,0,0,.04);padding:14px 40px;margin-bottom:16px}.index-module_course-detail_7N4Hm .index-module_base-info_TE8or .index-module_title_MEo5e{font-size:22px;color:#27273f;border-bottom:1px solid #eee;padding:14px 0}.index-module_course-detail_7N4Hm .index-module_base-info_TE8or .index-module_c_block_j-mKZ{padding:14px 0;margin-bottom:30px;color:#515167}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab_tP4SR{border-bottom:1px solid #eee;display:flex;justify-content:space-between}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab_tP4SR .index-module_tab-area_G2Rvt{display:flex}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab__item_m5aTb{text-align:center;display:flex;align-items:center;font-size:18px;position:relative;padding-right:20px}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab__item_m5aTb .index-module_num_OuZZE{color:#9898ae;padding:18px 0;margin-left:10px}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab__item_m5aTb .index-module_name_RV8aR{max-width:7em;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:nowrap}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab__item_m5aTb .index-module_title_MEo5e{position:relative;color:#27273f;padding:18px 0}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab__item_m5aTb .index-module_title_MEo5e:after{display:none;content:"";height:5px;width:100%;position:absolute;bottom:0;left:0}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab__item_active_xdfEw{color:#000}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab__item_active_xdfEw .index-module_title_MEo5e:after{display:block}.index-module_course-detail_7N4Hm .index-module_course-info_B\+kM4 .index-module_course-tab_tP4SR .index-module_comment_\+3Lwf{display:flex;align-items:center;padding-right:30px}.index-module_course-detail_7N4Hm .c__rate{color:#ff9800}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l{display:flex;align-items:center;font-size:14px;height:40px;color:#000;width:100%;padding:0 8px 0 12px;border-radius:12px}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l.index-module_level_1_7FoQp{background-color:rgba(0,0,0,.02);color:#0a9f6d;font-weight:600}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l.index-module_active_ZB8FX,.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l:hover{color:#00c37d;background-color:rgba(0,195,125,.08)}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l .index-module_chapter-icon_3EHkI{display:block;height:15px;width:17px;margin-right:10px;background:url(//gcdncs.101.com/v0.1/static/ai_courseware_platform/asset/images/text-icon.png) 50% no-repeat}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l .index-module_chapter-icon_3EHkI.index-module_lesson-icon_v4b1A{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAAXNSR0IArs4c6QAAAidJREFUOE+Fks+L01AQx2fmpZYIK4os/iqoB3/Qi01e2lJE7WlhPXlSBA8rXsWDN48evXjzT1BPKwveBEER9tDkJQVhBakiKq6uXaRYtrVp3thXkhKXZc0hyZt57/O+35lBSB/HccrMvNVutz9lsZ2+lUrlhBCir5TqmjyalzmMiFeZ+REzx5ZlVbXWhxCxBAAxIn4DgPUgCF6le88z80oURT/REIloyRy2LOtYkiSXiWiVmb8PBoOvtm0LZj5ORKe01nOFQuHZaDQqCSHOBUHwFB3HmU+l7kXEmwZkyCbmeV4zSZKNKIrW0vUZrfX1YrH4YDgcnjTxqQUppTl8m5mXlVIfMu+u615g5s0MkEIWAWC/uX1WAynlAiKOjMd84XYCmLzrujcAQIVh+G6qwHXdJUR8k789Le5FAOjmFeSsiSiKXmYW7vV6vYedTudPXkG1Wr1k1uPxmBGRAWArDENVq9VOJ0niKaWeZIA7QojHrVZrMw+QUh7RWh/IYkT0Sym17nmeYzqjlFrJLFybzMGaUurtbkOU5TzPW0TEnu/7q1OAaRcAHAyCYPl/gHK5vMe27VsA8MLUbArICimEeG+ou0FMB4QQX3zffz1ro/mp1+v74ji+OxmL56ZQ2yHNZtPq9/sLWutqGIb3s/xMgQk0Gg07juMrAGAx8w8A+ExEc0mSHCaio6al223+A8ioUsqzk5GeJ6KS1vo3EW1MJrXr+/7H7cr+Aq9+EB+5LKpKAAAAAElFTkSuQmCC")}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l .index-module_chapter-title_wq4od{display:flex;align-items:center;padding-right:50px;width:0;flex-grow:1}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l .index-module_chapter-title_wq4od .index-module_chapter-name_6JYRL{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l .index-module_chapter-title_wq4od .index-module_chapter-tag_0Xohd{font-size:14px;text-align:center;color:#0a9f6d;border-radius:4px;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l .index-module_chapter-title_wq4od .index-module_diver_JqITp{width:0;flex-grow:1;height:1px;background-color:#e8e8e8;margin:0 10px}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l:before{content:"•";padding:0 8px 0 16px;display:none}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l.index-module_selectable-item_Npigx{color:#666}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l.index-module_selectable-item_Npigx:before{display:block}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l.index-module_selectable-item_Npigx.index-module_active_ZB8FX,.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l.index-module_selectable-item_Npigx:hover{color:#00c37d}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l .index-module_actions_\+y-pK{width:140px;height:64px;display:flex;align-items:center;justify-content:flex-end;padding-right:20px;font-size:1;cursor:pointer}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l .index-module_actions_\+y-pK .index-module_action-icon_kYjdH{margin-left:10px;cursor:pointer}.index-module_course-detail_7N4Hm .index-module_chapter-item_zwt-l .index-module_actions_\+y-pK .index-module_view-hour-icon_vasTw{display:inline-block;width:16px;height:17px;background:url(//gcdncs.101.com/v0.1/static/ai_courseware_platform/asset/images/view-hour-icon.png) 50% no-repeat;margin-right:4px;background-size:87.5%}.fish-tree.block-tree li span.fish-tree-switcher{width:24px}.fish-tree.block-tree li span.fish-tree-switcher .fish-tree-switcher_close .fish-tree-switcher-icon svg{transform:rotate(180deg)}.fish-tree-node-content-wrapper-open .fish-tree-title div{color:#0a9f6d!important}.index-module_contributor_NPf2U,.index-module_rate_i950c{border-radius:15px;box-shadow:4px 2px 16px 4px rgba(0,0,0,.04);background:#fff}.index-module_contributor_NPf2U .index-module_title_MEo5e,.index-module_rate_i950c .index-module_title_MEo5e{font-size:18px;color:#000}.index-module_contributor_NPf2U .index-module_sub-title_H76-1,.index-module_rate_i950c .index-module_sub-title_H76-1{font-size:14px;color:#999;margin-bottom:20px}.index-module_contributor_NPf2U .index-module_user-list_n3IpQ,.index-module_rate_i950c .index-module_user-list_n3IpQ{list-style:none;padding:0;margin:0;margin-top:30px}.index-module_contributor_NPf2U .index-module_user-list_n3IpQ .index-module_user-item_nCBdx,.index-module_rate_i950c .index-module_user-list_n3IpQ .index-module_user-item_nCBdx{display:flex;align-items:center;margin-bottom:20px;color:#999;font-size:16px;justify-content:space-between}.index-module_contributor_NPf2U .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_left_tN6c\+,.index-module_rate_i950c .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_left_tN6c\+{display:flex;align-items:center;width:0;flex-grow:1}.index-module_contributor_NPf2U .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_name_RV8aR,.index-module_rate_i950c .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_name_RV8aR{width:0;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index-module_contributor_NPf2U .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_num_OuZZE,.index-module_rate_i950c .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_num_OuZZE{width:25px;height:25px;background-color:#746aff;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;margin-right:16px}.index-module_contributor_NPf2U .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_user-avatar_aDvmh,.index-module_rate_i950c .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_user-avatar_aDvmh{width:30px;height:30px;border-radius:50%;margin-right:8px}.index-module_contributor_NPf2U .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_contribute_WgPGu,.index-module_rate_i950c .index-module_user-list_n3IpQ .index-module_user-item_nCBdx .index-module_contribute_WgPGu{width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index-module_contributor_NPf2U .index-module_pagination_WOqsy,.index-module_rate_i950c .index-module_pagination_WOqsy{text-align:center}.index-module_contributor_NPf2U .index-module_pagination_WOqsy .index-module_icon_TZ22s,.index-module_rate_i950c .index-module_pagination_WOqsy .index-module_icon_TZ22s{cursor:pointer;margin:0 6px;color:#746aff}.index-module_contributor_NPf2U .index-module_pagination_WOqsy .index-module_disabled_MwKnt,.index-module_rate_i950c .index-module_pagination_WOqsy .index-module_disabled_MwKnt{color:#9e9e9e}.index-module_contributor_NPf2U{padding:36px 24px 30px 24px}.index-module_book_list_Sy3yJ{max-height:calc(70vh - 60px);display:flex;flex-wrap:wrap;overflow:auto}.index-module_book_list_Sy3yJ .index-module_book_card_fLOda{margin-right:20px;margin-bottom:20px;box-shadow:4px 2px 16px 4px rgba(0,0,0,.04);width:150px;padding:10px;cursor:pointer}.index-module_book_list_Sy3yJ .index-module_book_card_fLOda .index-module_book_thumbnail_qFyYZ{width:100%;height:160px;margin-bottom:5px}.index-module_book_list_Sy3yJ .index-module_book_card_fLOda .index-module_book_title_orhC-{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:5px}.index-module_book_list_Sy3yJ .index-module_book_card_fLOda .index-module_book_time_uft9I{color:#999}.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}