.banner-container[data-v-a2a9fc0b]{overflow:hidden;position:relative;width:100%}.banner-wrapper[data-v-a2a9fc0b]{display:flex;width:100%}.banner-item[data-v-a2a9fc0b]{height:auto;min-width:100%}.banner-image[data-v-a2a9fc0b]{display:block;width:100%}.el-textarea{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px #0000 inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;display:inline-block;font-size:var(--el-font-size-base);position:relative;vertical-align:bottom;width:100%}.el-textarea__inner{-webkit-appearance:none;background-color:var(--el-input-bg-color,var(--el-fill-color-blank));background-image:none;border:none;border-radius:var(--el-input-border-radius,var(--el-border-radius-base));box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;box-sizing:border-box;color:var(--el-input-text-color,var(--el-text-color-regular));display:block;font-family:inherit;font-size:inherit;line-height:1.5;padding:5px 11px;position:relative;resize:vertical;transition:var(--el-transition-box-shadow);width:100%}.el-textarea__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-textarea__inner:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-textarea__inner:focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset;outline:none}.el-textarea .el-input__count{background:var(--el-fill-color-blank);bottom:5px;color:var(--el-color-info);font-size:12px;line-height:14px;position:absolute;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:var(--el-disabled-bg-color);box-shadow:0 0 0 1px var(--el-disabled-border-color) inset;color:var(--el-disabled-text-color);cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:var(--el-text-color-placeholder)}.el-textarea.is-exceed .el-textarea__inner{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-textarea.is-exceed .el-input__count{color:var(--el-color-danger)}.el-input{--el-input-text-color:var(--el-text-color-regular);--el-input-border:var(--el-border);--el-input-hover-border:var(--el-border-color-hover);--el-input-focus-border:var(--el-color-primary);--el-input-transparent-border:0 0 0 1px #0000 inset;--el-input-border-color:var(--el-border-color);--el-input-border-radius:var(--el-border-radius-base);--el-input-bg-color:var(--el-fill-color-blank);--el-input-icon-color:var(--el-text-color-placeholder);--el-input-placeholder-color:var(--el-text-color-placeholder);--el-input-hover-border-color:var(--el-border-color-hover);--el-input-clear-hover-color:var(--el-text-color-secondary);--el-input-focus-border-color:var(--el-color-primary);--el-input-width:100%;--el-input-height:var(--el-component-size);box-sizing:border-box;display:inline-flex;font-size:var(--el-font-size-base);line-height:var(--el-input-height);position:relative;vertical-align:middle;width:var(--el-input-width)}.el-input::-webkit-scrollbar{width:6px;z-index:11}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{background:var(--el-text-color-disabled);border-radius:5px;width:6px}.el-input::-webkit-scrollbar-corner,.el-input::-webkit-scrollbar-track{background:var(--el-fill-color-blank)}.el-input::-webkit-scrollbar-track-piece{background:var(--el-fill-color-blank);width:6px}.el-input .el-input__clear,.el-input .el-input__password{color:var(--el-input-icon-color);cursor:pointer;font-size:14px}.el-input .el-input__clear:hover,.el-input .el-input__password:hover{color:var(--el-input-clear-hover-color)}.el-input .el-input__count{align-items:center;color:var(--el-color-info);display:inline-flex;font-size:12px;height:100%}.el-input .el-input__count .el-input__count-inner{background:var(--el-fill-color-blank);display:inline-block;line-height:normal;padding-left:8px}.el-input__wrapper{align-items:center;background-color:var(--el-input-bg-color,var(--el-fill-color-blank));background-image:none;border-radius:var(--el-input-border-radius,var(--el-border-radius-base));box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;cursor:text;display:inline-flex;flex-grow:1;justify-content:center;padding:1px 11px;transform:translateZ(0);transition:var(--el-transition-box-shadow)}.el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color) inset}.el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--el-input-focus-border-color) inset}.el-input{--el-input-inner-height:calc(var(--el-input-height, 32px) - 2px)}.el-input__inner{-webkit-appearance:none;background:none;border:none;box-sizing:border-box;color:var(--el-input-text-color,var(--el-text-color-regular));flex-grow:1;font-size:inherit;height:var(--el-input-inner-height);line-height:var(--el-input-inner-height);outline:none;padding:0;width:100%}.el-input__inner:focus{outline:none}.el-input__inner::placeholder{color:var(--el-input-placeholder-color,var(--el-text-color-placeholder))}.el-input__inner[type=password]::-ms-reveal{display:none}.el-input__inner[type=number]{line-height:1}.el-input__prefix{color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:inline-flex;flex-shrink:0;flex-wrap:nowrap;height:100%;line-height:var(--el-input-inner-height);pointer-events:none;text-align:center;transition:all var(--el-transition-duration);white-space:nowrap}.el-input__prefix-inner{align-items:center;display:inline-flex;justify-content:center;pointer-events:all}.el-input__prefix-inner>:last-child{margin-right:8px}.el-input__prefix-inner>:first-child,.el-input__prefix-inner>:first-child.el-input__icon{margin-left:0}.el-input__suffix{color:var(--el-input-icon-color,var(--el-text-color-placeholder));display:inline-flex;flex-shrink:0;flex-wrap:nowrap;height:100%;line-height:var(--el-input-inner-height);pointer-events:none;text-align:center;transition:all var(--el-transition-duration);white-space:nowrap}.el-input__suffix-inner{align-items:center;display:inline-flex;justify-content:center;pointer-events:all}.el-input__suffix-inner>:first-child{margin-left:8px}.el-input .el-input__icon{align-items:center;display:flex;height:inherit;justify-content:center;line-height:inherit;margin-left:8px;transition:all var(--el-transition-duration)}.el-input__validateIcon{pointer-events:none}.el-input.is-active .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-color, ) inset}.el-input.is-disabled{cursor:not-allowed}.el-input.is-disabled .el-input__wrapper{background-color:var(--el-disabled-bg-color);box-shadow:0 0 0 1px var(--el-disabled-border-color) inset;cursor:not-allowed}.el-input.is-disabled .el-input__inner{color:var(--el-disabled-text-color);-webkit-text-fill-color:var(--el-disabled-text-color);cursor:not-allowed}.el-input.is-disabled .el-input__inner::placeholder{color:var(--el-text-color-placeholder)}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-input.is-exceed .el-input__wrapper{box-shadow:0 0 0 1px var(--el-color-danger) inset}.el-input.is-exceed .el-input__suffix .el-input__count{color:var(--el-color-danger)}.el-input--large{--el-input-height:var(--el-component-size-large);font-size:14px}.el-input--large .el-input__wrapper{padding:1px 15px}.el-input--large{--el-input-inner-height:calc(var(--el-input-height, 40px) - 2px)}.el-input--small{--el-input-height:var(--el-component-size-small);font-size:12px}.el-input--small .el-input__wrapper{padding:1px 7px}.el-input--small{--el-input-inner-height:calc(var(--el-input-height, 24px) - 2px)}.el-input-group{align-items:stretch;display:inline-flex;width:100%}.el-input-group__append,.el-input-group__prepend{align-items:center;background-color:var(--el-fill-color-light);border-radius:var(--el-input-border-radius);color:var(--el-color-info);display:inline-flex;justify-content:center;min-height:100%;padding:0 20px;position:relative;white-space:nowrap}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:none}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:0 -20px}.el-input-group__append button.el-button,.el-input-group__append button.el-button:hover,.el-input-group__append div.el-select .el-select__wrapper,.el-input-group__append div.el-select:hover .el-select__wrapper,.el-input-group__prepend button.el-button,.el-input-group__prepend button.el-button:hover,.el-input-group__prepend div.el-select .el-select__wrapper,.el-input-group__prepend div.el-select:hover .el-select__wrapper{background-color:initial;border-color:rgba(0,0,0,0);color:inherit}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;box-shadow:1px 0 0 0 var(--el-input-border-color) inset,0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset}.el-input-group__append{border-left:0;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.el-input-group--prepend>.el-input__wrapper,.el-input-group__append{border-bottom-left-radius:0;border-top-left-radius:0}.el-input-group--prepend .el-input-group__prepend .el-select .el-select__wrapper{border-bottom-right-radius:0;border-top-right-radius:0;box-shadow:1px 0 0 0 var(--el-input-border-color) inset,0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset}.el-input-group--append>.el-input__wrapper{border-bottom-right-radius:0;border-top-right-radius:0}.el-input-group--append .el-input-group__append .el-select .el-select__wrapper{border-bottom-left-radius:0;border-top-left-radius:0;box-shadow:0 1px 0 0 var(--el-input-border-color) inset,0 -1px 0 0 var(--el-input-border-color) inset,-1px 0 0 0 var(--el-input-border-color) inset}.el-input-hidden{display:none!important}@font-face{font-family:PriceFont;font-style:normal;font-weight:400;src:url(./DIN.DPN-gY68.otf)}.course_detail_body .course_breadcrumb{color:#999;font-size:12px;font-weight:400;margin-bottom:16px;margin-top:1px}.course_detail_body .course_breadcrumb .breadcrumb_currentname{color:#222}.course_detail_body .detail_top{background:#fff;border-radius:8px;display:flex;padding:32px}.course_detail_body .detail_top .detail_image_groups{flex-shrink:0;width:400px}.course_detail_body .detail_top .detail_image_groups .grow_goodsimage{border-radius:8px;height:400px;overflow:hidden;width:100%}.course_detail_body .detail_top .detail_image_groups .goods_shrink_goodsimage_outer{display:flex;margin-top:12px;position:relative;width:100%}.course_detail_body .detail_top .detail_image_groups .goods_shrink_goodsimage_outer:hover .course_goodsimage_btn{display:flex}.course_detail_body .detail_top .detail_image_groups .goods_shrink_goodsimage_outer .goodsimage_fixed{height:100%;left:-30px;position:absolute;right:-30px}.course_detail_body .detail_top .detail_image_groups .goods_shrink_goodsimage_outer_hiddencontent{display:flex;overflow:hidden;position:relative;width:100%}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_btn{align-items:center;background:#fff;border-radius:50%;box-shadow:0 9px 16px rgba(207,207,207,.5);cursor:pointer;display:none;height:24px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:24px;z-index:1}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_btn .icon_image{height:10px;width:10px}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_btn .icon_image_active{display:none;height:10px;width:10px}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_btn .icon_image_right{transform:rotate(180deg)}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_btn:hover .icon_image{display:none}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_btn:hover .icon_image_active{display:block}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_left_btn{left:0}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_right_btn{right:0}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_notcanmove{cursor:no-drop}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_notcanmove:hover .icon_image{display:block}.course_detail_body .detail_top .detail_image_groups .course_goodsimage_notcanmove:hover .icon_image_active{display:none}.course_detail_body .detail_top .detail_image_groups .goods_shrink_goodsimage{background:#fff;display:flex;left:0;position:relative;transition:all .4s ease;width:100%}.course_detail_body .detail_top .detail_image_groups .goods_shrink_goodsimage .goodsimage_item{border-radius:9px;cursor:pointer;flex-shrink:0;height:92px;margin-left:8px;overflow:hidden;width:92px}.course_detail_body .detail_top .detail_image_groups .goods_shrink_goodsimage .goodsimage_item .coverimage{border-radius:9px}.course_detail_body .detail_top .detail_image_groups .goods_shrink_goodsimage .goodsimage_item:first-child{margin-left:0}.course_detail_body .detail_top .detail_image_groups .goods_shrink_goodsimage .goodsimage_item.active{border:1px solid #36f;padding:2px}.course_detail_body .detail_top .detail_course_intro{flex:1;margin-left:32px;width:60%}.course_detail_body .detail_top .detail_course_intro .course_title{color:#222;font-size:28px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.course_detail_body .detail_top .detail_course_intro .course_price{background:#fff8f4;border-radius:8px;color:#ff441f;font-family:PriceFont,Arial;font-size:28px;font-weight:500;height:54px;line-height:54px;margin-bottom:20px;margin-top:20px;padding-left:12px;width:100%}.course_detail_body .detail_top .detail_course_intro .course_price .price_rmb{font-size:16px}.course_detail_body .detail_top .detail_course_intro .course_intro_item{display:flex}.course_detail_body .detail_top .detail_course_intro .course_intro_item .item_title{color:#222;flex-shrink:0;font-size:14px;font-weight:400;margin-right:16px;margin-top:8px}.course_detail_body .detail_top .detail_course_intro .course_intro_item .xzkm_title{margin-top:8px}.course_detail_body .detail_top .detail_course_intro .course_intro_item .item_card_body{align-items:center;display:flex;flex-wrap:wrap;margin-top:-12px;position:relative}.course_detail_body .detail_top .detail_course_intro .course_intro_item .item_card_body .subjectlist_panel_outer{display:none;left:0;position:absolute;top:-10px;width:612px;z-index:1}.course_detail_body .detail_top .detail_course_intro .course_intro_item .item_card_body .subjectlist_panel_outer .subjectlist_panel{background:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(207,207,207,.6);padding:24px 8px 8px 20px;width:572px}.course_detail_body .detail_top .detail_course_intro .course_intro_item .item_card{background:#fff;border:1px solid #eee;border-radius:6px;color:#222;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;height:36px;line-height:36px;margin-bottom:12px;margin-right:12px;overflow:hidden;padding:0 3px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:130px}.course_detail_body .detail_top .detail_course_intro .course_intro_item .active_item_card{background:rgba(51,102,255,.08);border:1px solid #36f;color:#36f;font-weight:400}.course_detail_body .detail_top .detail_course_intro .course_intro_item .item_subjectcard{background:#fff;border:1px solid #eee;border-radius:6px;color:#222;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;margin-bottom:16px;margin-right:12px;padding:8px 10px;text-align:center}.course_detail_body .detail_top .detail_course_intro .course_intro_item .active_subjectcard{background:rgba(51,102,255,.08);border:1px solid #36f;color:#36f;font-weight:500}.course_detail_body .detail_top .detail_course_intro .course_intro_item .course_xzkm_item_card{margin-bottom:0}.course_detail_body .detail_top .detail_course_intro .course_intro_item .item_card_courseshow{margin-top:12px}.course_detail_body .detail_top .detail_course_intro .course_intro_item .qkb_item_card{margin-top:12px;overflow:visible;padding:0 10px;width:auto}.course_detail_body .detail_top .detail_course_intro .course_intro_item .more_subject{color:#666;cursor:pointer;font-size:14px;font-weight:400;margin-left:4px;margin-top:12px}.course_detail_body .detail_top .detail_course_intro .course_intro_item .more_subject .icon{height:12px;margin-left:6px;width:12px}.course_detail_body .detail_top .detail_course_intro .course_intro_item .more_subject:hover .subjectlist_panel_outer{display:block}.course_detail_body .detail_top .detail_course_intro .course_intro_item .limit_date{color:#666;display:inline-block;font-size:14px;font-weight:400;margin-top:10px;vertical-align:top;white-space:nowrap}.course_detail_body .detail_top .detail_course_intro .fwzq_intro_item{margin-top:20px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc{display:flex;flex-wrap:wrap;margin-top:4px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item{align-items:center;background:#fff6e9;border-radius:8px;color:#8a4500;cursor:pointer;display:flex;font-size:14px;font-weight:400;margin-right:16px;padding:6px 10px;position:relative}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .itemicon{height:24px;margin-right:4px;width:24px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .desctext{margin-left:12px;opacity:.7}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .desc_icon{height:12px;margin-left:2px;width:12px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer{display:none;left:0;max-width:300px;position:absolute;top:30px;z-index:1}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .otherdesc_panel{background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 16px rgba(207,207,207,.6);margin-top:10px;max-height:250px;min-width:190px;overflow-y:auto;padding:0 20px 16px;width:100%}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .otherdesc_panel .otherdesc_panel_item{align-items:center;display:flex;margin-top:16px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .otherdesc_panel .otherdesc_panel_item .icon{height:16px;margin-right:5px;width:16px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .otherdesc_panel .otherdesc_panel_item .text{color:#222;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .otherdesc_panel .otherdesc_panel_item .text .light_text{color:#8a4500}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel{background:linear-gradient(1turn,#fff 80%,#ffecd3);border:1px solid #fff;border-radius:12px;box-shadow:0 4px 12px rgba(207,207,207,.6);left:-70px;position:relative;top:10px;width:344px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_title_icon{height:38px;margin-bottom:24px;margin-left:42px;margin-top:16px;width:260px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_qy_body{display:flex;flex-wrap:wrap;gap:24px;margin-left:24px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_qy_body .zstk_qy_item{align-items:center;display:flex;flex-direction:column;justify-content:center}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_qy_body .zstk_qy_item .zstk_qy_item_icon{align-items:center;background:linear-gradient(180deg,#ffe7c2,#fef8ea);-o-border-image:linear-gradient(224deg,#ffe3c1,hsla(33,84%,90%,0),#fbe8d1) 1 1;border-image:linear-gradient(224deg,#ffe3c1,rgba(251,232,208,0),#fbe8d1) 1 1;border-radius:50%;display:flex;height:44px;justify-content:center;width:44px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_qy_body .zstk_qy_item .zstk_qy_item_icon .imgicon{height:30px;width:30px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_qy_body .zstk_qy_item .zstk_qy_item_title{color:#60311c;font-size:14px;font-weight:400;margin-top:6px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_qrcode_body{display:flex;justify-content:center;margin-bottom:58px;margin-top:20px;width:100%}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_qrcode_body .zstk_tjqrcode{border:1px solid #eee;border-radius:8px;height:90px;width:90px}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_qrcode_body .zstk_textpop{background:linear-gradient(233deg,#331c19,#0c0b0c);border-radius:70px;bottom:22px;color:#fff1e0;font-size:12px;left:50%;padding:5px 12px;position:absolute;transform:translate(-50%)}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item .otherdesc_panel_outer .zstk_otherdesc_panel .zstk_qrcode_body .zstk_textpop:after{border:6px solid transparent;border-bottom-color:#2b1916;content:"";height:0;left:50%;position:absolute;top:-12px;transform:translate(-50%);width:0}.course_detail_body .detail_top .detail_course_intro .course_otherdesc .otherdesc_item:hover .otherdesc_panel_outer{display:block}.course_detail_body .detail_top .detail_course_intro .course_btn_group{display:flex;margin-top:32px}.course_detail_body .detail_top .detail_course_intro .course_btn_group .buybtn{background:linear-gradient(270deg,#ff441f,#ff8045);border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:44px;line-height:44px;text-align:center;width:220px}.course_detail_body .detail_top .detail_course_intro .course_btn_group .notbuy_btn{cursor:no-drop;position:relative}.course_detail_body .detail_top .detail_course_intro .course_btn_group .notbuy_btn:hover .notbuy_btn_popover{display:flex}.course_detail_body .detail_top .detail_course_intro .course_btn_group .zxkfbtn{background:linear-gradient(270deg,#1a9bff,#36f);border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:44px;line-height:44px;margin-left:16px;position:relative;text-align:center;width:153px}.course_detail_body .detail_top .detail_course_intro .course_btn_group .zxkfbtn:hover .zxkf_topicqrcode_modal{display:block}.course_detail_body .detail_top .detail_course_intro .course_btn_group .zxkfbtn .zxkf_topicqrcode_modal{display:none;height:250px;position:absolute;right:50%;top:-227px;transform:translate(50%);width:172px;z-index:2}.course_detail_body .detail_top .detail_course_intro .course_btn_group .zxkfbtn .zxkf_topicqrcode_modal .zxkf_real_topicmodal{align-items:center;background:linear-gradient(180deg,#1572ff,#2db9ff);border-radius:9px;box-shadow:0 4px 20px rgba(42,175,255,.2);display:flex;flex-direction:column;height:200px;position:absolute;right:50%;top:10px;transform:translate(50%);width:172px}.course_detail_body .detail_top .detail_course_intro .course_btn_group .zxkfbtn .zxkf_topicqrcode_modal .zxkf_real_topicmodal:before{border:12px solid transparent;border-top-color:#2db9ff;bottom:-24px;content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.course_detail_body .detail_top .detail_course_intro .course_btn_group .zxkfbtn .zxkf_topicqrcode_modal .zxkf_real_topicmodal .kf_qrcodeimage{background:#fff;border-radius:9px;height:132px;margin-bottom:11px;margin-top:20px;padding:7px;width:132px}.course_detail_body .detail_top .detail_course_intro .course_btn_group .zxkfbtn .zxkf_topicqrcode_modal .zxkf_real_topicmodal .zkjankf_qrcodetext{color:#fff;font-size:16px;font-weight:500;line-height:30px}.course_detail_body .notbuy_btn_popover{align-items:center;background:#fff;border:1px solid #eee;border-radius:8px;color:gray;display:flex;display:none;font-size:12px;font-weight:400;height:30px;justify-content:center;left:30px;position:absolute;top:-46px;width:160px}.course_detail_body .notbuy_btn_popover:after{border:16px solid transparent;border-top-color:#fff;bottom:-25px;content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.course_detail_body .notbuy_btn_popover:before{border:10px solid transparent;border-top-color:#eee;bottom:-20px;content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.course_detail_body .detail_bottom{display:flex;justify-content:space-between;margin-top:16px}.course_detail_body .detail_bottom .detail_bottom_left{background:#fff;border-radius:8px;display:inline-block;margin-bottom:40px;width:76%}.course_detail_body .detail_bottom .detail_bottom_left .tab_body{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;height:67px;width:100%}.course_detail_body .detail_bottom .detail_bottom_left .tab_body .tabitem{color:#222;cursor:pointer;font-size:18px;font-weight:400;margin-right:68px}.course_detail_body .detail_bottom .detail_bottom_left .tab_body .tabitem:last-child{margin-right:0}.course_detail_body .detail_bottom .detail_bottom_left .tab_body .tabitem:first-child{margin-left:32px}.course_detail_body .detail_bottom .detail_bottom_left .tab_body .tabitem.active{font-weight:500;position:relative}.course_detail_body .detail_bottom .detail_bottom_left .tab_body .tabitem.active:after{background:#36f;bottom:-21px;content:"";height:3px;left:0;position:absolute;width:70px}.course_detail_body .detail_bottom .detail_bottom_left .tabline{height:1px;width:100%}.course_detail_body .detail_bottom .detail_bottom_left .tab_content{background:#fff;border-end-end-radius:8px;border-end-start-radius:8px;min-height:516px;width:100%}.course_detail_body .detail_bottom .detail_bottom_left .tab_content .kcjs_content{display:flex;flex-direction:column;padding:32px}.course_detail_body .detail_bottom .detail_bottom_left .tab_content .kcjs_content .kcjs_content_image{height:auto;width:100%}.course_detail_body .detail_bottom .detail_bottom_left .tab_content .kcjs_content_empty{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.course_detail_body .detail_bottom .detail_bottom_left .tab_content .kcjs_content_empty .kcjs_empty_icon{height:120px;width:120px}.course_detail_body .detail_bottom .detail_bottom_left .tab_content .kcjs_content_empty .kcjs_empty_text{color:#bbbaba;font-size:16px;margin-top:10px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content{padding:0 32px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_subject_body{padding-bottom:8px;padding-top:24px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_subject_body .kcml_subject_item{background:#f5f5f5;border:1px solid transparent;border-radius:8px;box-sizing:border-box;color:#222;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;height:36px;line-height:36px;margin-bottom:16px;margin-right:16px;padding:0 16px;white-space:nowrap}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_subject_body .kcml_subject_item.active_goddskcml_subject_item{background:rgba(51,102,255,.1);border:1px solid #36f;color:#36f;font-weight:500}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle{width:100%}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .kcml_item{align-items:center;display:flex;height:60px;padding:0 20px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .kcml_item .video_icon{height:20px;margin-left:4px;margin-right:8px;width:20px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .catalog_kcml_signle_item{background:#f7f8fc;border-radius:8px;margin-bottom:20px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .not_bottom{margin-bottom:0}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .notvideo_item{justify-content:space-between}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .subject_item_title{margin-left:-20px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .kcml_video_item{border-bottom:1px solid #f5f5f5;color:#222;font-size:16px;font-weight:400}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .kcml_video_item .kcml_xh{display:inline-block;flex-shrink:0;width:70px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .kcml_singleFont{color:#222;font-size:18px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .videotext_Font{font-size:16px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .subject_item_fontSize{font-size:20px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .chapter_single_font{font-size:16px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .kcml_icon{float:right;height:16px;width:16px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_realtitle .close_kcml_icon{transform:rotate(180deg)}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .notvideoitem{justify-content:space-between}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .singleBg{background:#f7f8fc}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_videoitem{cursor:pointer}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .kcml_stkc{background:linear-gradient(53deg,#ff8557,#ff4c1f);border-radius:4px;color:#fff;flex-shrink:0;font-size:14px;font-weight:400;height:22px;line-height:22px;margin-left:8px;padding:0 4px}.course_detail_body .detail_bottom .detail_bottom_left .kcml_content .kcml_catalog_content .course_stkc_tag_buy{background:#fff}.course_detail_body .detail_bottom .detail_bottom_right{border-radius:8px;display:inline-block;margin-bottom:16px;width:22.5%}.course_detail_body .showbottombtn_line{height:2px;width:100%}.course_detail_body .detail_bottom_btn{align-items:center;background:#fff;border-start-end-radius:8px;border-start-start-radius:8px;box-shadow:0 -4px 12px rgba(189,189,189,.25);display:flex;flex-direction:row-reverse;height:102px;width:1200px}.course_detail_body .detail_bottom_btn .bottom_price{color:#ff441f;font-family:PriceFont,Arial;font-size:28px;font-weight:500}.course_detail_body .detail_bottom_btn .bottom_price .bottomprice_rmb{font-size:16px}.course_detail_body .detail_bottom_btn .mfst_btn{align-items:center;border:1px solid #36f;border-radius:8px;color:#36f;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:52px;justify-content:center;margin-left:28px;margin-right:16px;width:168px}.course_detail_body .detail_bottom_btn .mfst_btn .mfst_icon{height:20px;margin-right:8px;width:20px}.course_detail_body .detail_bottom_btn .ljgm_bottom_btn{align-items:center;background:linear-gradient(270deg,#ff441f,#ff8045);border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:52px;justify-content:center;margin-right:26px;width:220px}.course_detail_body .detail_bottom_btn .not_buy_ljgm_bottom_btn{cursor:no-drop;position:relative}.course_detail_body .detail_bottom_btn .not_buy_ljgm_bottom_btn:hover .notbuy_btn_popover{display:flex}.course_detail_body .detail_bottom_btnfixed{bottom:0;position:fixed}.course_detail_body .detail_bottom_btnnotfixed{border-radius:8px;margin-bottom:20px}.course_detail_body .pc-cd_body_ggitem{align-items:center;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99}.course_detail_body .pc-cd_body_ggitem .pc_pay_qrco_inner{align-items:center;background:#fff;border-radius:8px;display:flex;flex-direction:column;height:424px;width:360px}.course_detail_body .pc-cd_body_ggitem .pc_pay_qrco_inner .pc_pay_qrco_header{align-items:center;display:flex;height:60px;justify-content:space-between;padding:0 20px;width:100%}.course_detail_body .pc-cd_body_ggitem .pc_pay_qrco_inner .pc_pay_qrco_header .h_text{color:#222;font-size:16px;font-weight:bolder}.course_detail_body .pc-cd_body_ggitem .pc_pay_qrco_inner .pc_pay_qrco_header .pc_pay_qrco_closeicon{height:24px;width:24px}.course_detail_body .pc-cd_body_ggitem .pc_pay_qrco_inner .pc_pay_amount_body{color:#222;display:flex;font-size:16px;font-weight:400;justify-content:center;margin-top:20px;width:100%}.course_detail_body .pc-cd_body_ggitem .pc_pay_qrco_inner .pc_pay_amount_body .pc_pay_amount_body_text{color:#ff441f;font-size:18px;font-weight:bolder}.course_detail_body .pc-cd_body_ggitem .pc_pay_qrco_inner .pc_pay_qrco_body{align-items:center;display:flex;height:200px;justify-content:center;margin-top:22px;width:100%}.course_detail_body .pc-cd_body_ggitem .pc_pay_qrco_inner .pc_pay_qrco_footertext{color:#222;font-size:12px;font-weight:400;margin-top:12px}@media (max-width:878px){.pc_cd_body{display:none}.mobile-cd_body{display:block}}@media (min-width:879px){.pc_cd_body{display:block}.mobile-cd_body{display:none}}@media (max-width:878px){.mobile-swiper_body{padding-top:100vw;position:relative;width:100%}.mobile-swiper_body .mobile-swiper_body_inner{bottom:0;left:0;position:absolute;right:0;top:0}.mobile-detailcourse_intro{position:relative}.mobile-detailcourse_intro .mobile-dc_price_outer{background:linear-gradient(90deg,#fe052a,#ff6d1f);border-radius:.12rem;height:.8rem;padding:.08rem .16rem;position:relative;width:100%;z-index:1}.mobile-detailcourse_intro .mobile-dc_price_outer .mobile-dc_price_bg{height:.8rem;position:absolute;right:0;top:0;z-index:0}.mobile-detailcourse_intro .mobile-dc_price_outer .mobile-dc_price{color:#fff;font-family:PriceFont,Arial;font-size:.25rem;font-weight:700}.mobile-detailcourse_intro .mobile-dc_price_outer .mobile-dc_price .price_rmb{font-size:.16rem}.mobile-detailcourse_intro .mobile-dc_nametagotherdesc{background:#fff;border-start-end-radius:.12rem;border-start-start-radius:.12rem;margin-top:-.34rem;overflow:hidden;position:relative;z-index:2}.mobile-detailcourse_intro .mobile-dc_nametagotherdesc .mobile-dc_name{color:#242426;font-size:.18rem;font-weight:700;margin-left:.16rem;margin-top:.12rem}.mobile-detailcourse_intro .mobile-dc_nametagotherdesc .mobile-dc_introtag{display:flex;margin-bottom:.14rem;margin-left:.16rem;margin-top:.07rem}.mobile-detailcourse_intro .mobile-dc_nametagotherdesc .mobile-dc_introtag .mobile-tagitems{background:#fff6f0;border:1px solid #edd2c0;border-radius:.04rem;color:#9c5516;font-size:.12rem;font-weight:400;margin-right:.1rem;padding:.04rem .06rem}.mobile-detailcourse_intro .mobile-dc_otherdesc{padding-bottom:.12rem}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item{align-items:center;border-radius:.08rem;color:#242426;cursor:pointer;display:flex;font-size:.14rem;font-weight:400;justify-content:space-between;line-height:.14rem;margin-top:.08rem;padding:.06rem .1rem;position:relative}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item .mobile-dc_itemicon{height:.2rem;margin-right:.04rem;width:.2rem}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item .mobile_desctext{color:#6c6e73;font-size:.13rem;font-weight:400}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item .desc_icon{height:.12rem;margin-left:.02rem;width:.12rem}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item .otherdesc_panel_outer{display:none;left:0;max-width:3rem;position:absolute;top:.3rem;z-index:1}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item .otherdesc_panel_outer .otherdesc_panel{background:#fff;border:.01rem solid #eee;border-radius:.08rem;box-shadow:0 .04rem .16rem rgba(207,207,207,.6);margin-top:.1rem;max-height:2.5rem;min-width:1.9rem;overflow-y:auto;padding:0 .2rem .16rem;width:100%}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item .otherdesc_panel_outer .otherdesc_panel .otherdesc_panel_item{align-items:center;display:flex;margin-top:.16rem}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item .otherdesc_panel_outer .otherdesc_panel .otherdesc_panel_item .icon{height:.16rem;margin-right:.05rem;width:.16rem}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item .otherdesc_panel_outer .otherdesc_panel .otherdesc_panel_item .text{color:#222;font-size:.14rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item .otherdesc_panel_outer .otherdesc_panel .otherdesc_panel_item .text .light_text{color:#8a4500}.mobile-detailcourse_intro .mobile-dc_otherdesc .mobile-dc_otherdesc_item:hover .otherdesc_panel_outer{display:block}.mobile-course_js_ml{background:#fff;position:sticky;top:0}.mobile-course_js_ml .graycontent{background:#f5f7fa;height:.1rem;width:100%}.mobile-course_js_ml .mobile-course_tabbody{align-items:center;display:flex;height:.48rem;justify-content:space-evenly}.mobile-course_js_ml .mobile-course_tabbody .mobile-course_tabitem{color:#222;font-size:.16rem;font-weight:400;margin-right:10px}.mobile-course_js_ml .mobile-course_tabbody .mobile-course_tabitem_tkjs{color:#242426;font-size:16rpx;font-weight:bolder;margin-left:.12rem}.mobile-course_js_ml .mobile-course_tabbody .active{color:#222;font-size:.16rem;font-weight:700;position:relative}.mobile-course_js_ml .mobile-course_tabbody .active:after{background:#36f;border-radius:.13rem;bottom:-.1rem;content:"";height:.03rem;left:50%;position:absolute;transform:translate(-50%);width:.14rem}.mobile-course_js_ml .mobile-course_tabbody_tkjs{justify-content:flex-start}.mobile-course_js_ml .mobile-course_js{display:flex;flex-direction:column;margin-top:.2rem;padding:0 .12rem .16rem}.mobile-course_js_ml .mobile-course_js .mobile-coursekcjs_content_empty{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:2rem}.mobile-course_js_ml .mobile-course_js .mobile-coursekcjs_content_empty .mobile-course_kcjs_empty_icon{height:1rem;width:1rem}.mobile-course_js_ml .mobile-course_js .mobile-coursekcjs_content_empty .mobile-course_kcjs_empty_text{color:#c7c7c7;font-size:.12rem}.mobile-course_js_ml .mobile_hiddenbtn{height:1.4rem;width:100%}.mobile-course_js_ml .mobile-course_tjkc{background:#f5f7fa;padding:.16rem .04rem}.mobile-course_js_ml .mobile-course_tjkc .mobile-course_tjkctitile{color:#242426;font-size:.16rem;font-weight:bolder;margin-bottom:.1rem;margin-left:.08rem}.mobile-course_js_ml .mobile-course_tjkc .mobile-course_tjkcitem{align-items:center;display:flex;overflow-x:auto;width:100%}.mobile-course_js_ml .mobile-course_tjkc .mobile-course_tjkcitem .mobile-course_tjkcitem_inner{background:#fff;border-radius:.06rem;flex-shrink:0;margin-left:.06rem;overflow:hidden;width:1.6rem}.mobile-course_js_ml .mobile-course_tjkc .mobile-course_tjkcitem .mobile-course_tjkcitem_inner .tjkc_coverurl{height:1.6rem;width:100%}.mobile-course_js_ml .mobile-course_tjkc .mobile-course_tjkcitem .mobile-course_tjkcitem_inner .mobile-tjkc_name{color:#242426;font-size:.15rem;margin:.09rem .1rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-course_js_ml .mobile-course_tjkc .mobile-course_tjkcitem .mobile-course_tjkcitem_inner .mobile-tjkc_price{color:#ff2e10;font-size:.18rem;font-weight:700;margin-bottom:.12rem;margin-left:.1rem;margin-top:.04rem}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_subject_body{align-items:center;display:flex;flex-wrap:nowrap;height:.48rem;overflow-x:auto;padding-left:.06rem;width:100%}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_subject_body .mobile-course_kcml_subject_item{background:#f5f5f5;border-radius:.06rem;color:#6c6e73;flex-shrink:0;font-size:.14rem;margin-left:.1rem;padding:.06rem .1rem}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_subject_body .mobile-course_active_goddskcml_subject_item{background:rgba(51,102,255,.1);color:#36f}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item{align-items:center;border-bottom:.01rem solid #f5f5f5;display:flex;justify-content:space-between;margin:0 .18rem;padding:.14rem 0}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_kcml_singleFont{color:#242426;font-size:.16rem;font-weight:bolder}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_kcml_singleFont .mobile-course_kcml_name{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_kcml_singleFont .mobile-course_video_lb{color:#909299;font-size:.12rem;font-weight:400;margin-top:.06rem}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_kcml_singleFont .mobile-course_video_lb .icon{height:.14rem;width:.14rem}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_kcml_singleFont .mobile-course_video_lb .mobile-course_video_studytime{height:.14rem;margin-right:.02rem;vertical-align:middle;width:.14rem}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_videotext_Font{color:#242426;font-size:.16rem;font-weight:400}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_kcml_stkc{background:linear-gradient(53deg,#ff8557,#ff4c1f);border-end-end-radius:.1rem;border-start-start-radius:.1rem;color:#fff;font-size:.1rem;font-weight:700;padding:.01rem .04rem}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_kcml_icon{flex-shrink:0;height:.14rem;margin-left:.1rem;transform:rotate(0);width:.14rem}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_close_kcml_icon{transform:rotate(180deg)}.mobile-course_js_ml .mobile-course_ml .mobile-course_kcml_catalog_content .mobile-course_kcml_realtitle .mobile-course_kcml_item .mobile-course_video_icon{height:.26rem;margin-left:.1rem;width:.26rem}.mobile-cd_bottombtn{align-items:center;background:#fff;border-top:.01rem solid #f5f7fa;bottom:0;display:flex;justify-content:space-between;left:0;padding:0 .08rem .2rem;position:fixed;width:100%;z-index:9}.mobile-cd_bottombtn .mobile-cd_bottom_zxkf_outer{align-items:center;color:#222;display:flex;flex-direction:column;flex-shrink:0;font-size:.1rem;margin-left:.08rem;position:relative}.mobile-cd_bottombtn .mobile-cd_bottom_zxkf_outer .mobile_kefuicon{height:.26rem;width:.26rem}.mobile-cd_bottombtn .mobile-cd_bottom_ljgm{align-items:center;background:linear-gradient(270deg,#ff441f,#ff8045);border-radius:.08rem;color:#fff;display:flex;flex:1;font-size:.16rem;font-weight:700;height:.44rem;justify-content:center;margin:.06rem 0 .06rem .16rem}.mobile-cd_bottombtn_miniprogram{padding-bottom:.6rem}.mobile-cd_bottombtn_havtab{padding-bottom:.8rem}.mobile-cd_qrcodemask{align-items:center;background:rgba(0,0,0,.5);bottom:0;color:#fff;display:flex;flex-direction:column;font-size:.16rem;justify-content:center;left:0;position:fixed;right:0;top:0}.mobile-cd_qrcodemask .mobile_zxkf_qrcode_close{height:.4rem;position:absolute;right:.5rem;top:.5rem;width:.4rem}.mobile-cd_qrcodemask .mobile_zxkf_qrcode{height:2rem;margin-bottom:.4rem;width:2rem}.mobile-cd_selectPanel{background:rgba(0,0,0,.5);bottom:0;height:100%;left:0;position:fixed;width:100%;z-index:10}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner{background:#f5f7fa;border-start-end-radius:.2rem;border-start-start-radius:.2rem;bottom:0;height:88vh;overflow:hidden;position:fixed;width:100%}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_goodsdesc{display:flex;padding:.12rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_goodsdesc .mobile-cd_desccover{border-radius:.06rem;flex-shrink:0;height:.81rem;overflow:hidden;width:.81rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_goodsdesc .mobile-cd_descright{display:flex;flex:1;flex-direction:column;justify-content:center;margin-left:.12rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_goodsdesc .mobile-cd_descright .mobile-cd_descname{color:#242426;display:-webkit-box;font-size:.16rem;font-weight:700;margin-top:.05rem;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_goodsdesc .mobile-cd_descright .mobile-cd_descprice{color:#ff2e10;font-size:.2rem;font-weight:700;margin-top:.06rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_goodsdesc .mobile-rightclose_icon{flex-shrink:0;height:.18rem;margin-left:.36rem;width:.18rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_goodsdesc .mobile-rightclose_icon .mobile-closepanel_icon{height:.18rem;position:relative;top:0;width:.18rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_scrollg_goodsdesc{background:#fff;box-shadow:0 .4rem 1rem rgba(0,0,0,.08)}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_selectpanel_scrollarea{height:calc(100% - 1.2rem);overflow-y:auto;width:100%}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .add_padding{height:calc(100% - 1.6rem)}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem{background:#fff;border-radius:.06rem;margin:0 .1rem .08rem;padding:.1rem .12rem .02rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem .mobile-cd_ggitem_name{color:#242426;font-size:.14rem;font-weight:700;margin-bottom:.1rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem .mobile-cd_zffs{display:flex;padding-bottom:.12rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem .mobile-cd_zffs .mobile-cd_payitem{align-items:center;background:#f5f5f5;border-radius:.06rem;color:#242426;display:flex;height:.46rem;justify-content:center;width:1.4rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem .mobile-cd_zffs .mobile-cd_payitem .mobile_payicon{height:.22rem;margin-right:.05rem;width:.22rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem .mobile-cd_zffs .mobile-cd_payitem_active{background:#ebf0ff;border:1px solid rgba(51,102,255,.8)}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem .mobile-cd_zffs .mobile_wechat_pay{margin-right:.1rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem .mobile-cd_ggitem_item{background:#f5f5f5;border:1px solid transparent;border-radius:.06rem;color:#242426;display:inline-block;font-size:.14rem;font-weight:400;margin-bottom:.1rem;margin-right:.1rem;padding:.1rem .2rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem .mobile-cd_ggitem_item.mobile-cd_active_ggitem_item{background:#ebf0ff;border:1px solid rgba(51,102,255,.8);border-radius:6px;color:#36f}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem_ddbz{display:flex;justify-content:space-between;padding:.12rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem_ddbz .mobile-cd_ggitem_ddbz_right{align-items:center;color:#909299;display:flex;font-size:.13rem;font-weight:400}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem_ddbz .mobile-cd_ggitem_ddbz_right .ddbz_icon{height:.14rem;width:.14rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_ggitem_ddbz .mobile-cd_ggitem_ddbz_havevalue{color:#909299;flex:1;margin-left:.12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn_hidden{height:1.08rem;width:100%}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn{background:#fff;bottom:0;min-height:.9rem;position:fixed;width:100%}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_buycontract{align-items:center;border-bottom:.01rem solid #eee;color:#666;display:flex;font-size:.13rem;font-weight:400;height:.34rem;padding-left:.12rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_buycontract .mobile-cd_contractbox{height:.15rem;margin-right:.07rem;width:.15rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_buycontract .mobile-cd_gmxy_text{color:#36f}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_bottombtn_sfk{align-items:center;display:flex;height:.56rem;justify-content:space-between;margin-bottom:.2rem;padding:0 .16rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_bottombtn_sfk .mobile-cd_panel_bottombtn_sfktext{color:#242426;font-size:.12rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_bottombtn_sfk .mobile-cd_panel_bottombtn_sfktext .mobile-cd_panel_sfksign{color:#ff2e10;font-size:.15rem;font-weight:700}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_bottombtn_sfk .mobile-cd_panel_bottombtn_sfktext .mobile-cd_panel_sfkpricenumber{color:#ff2e10;font-size:.2rem;font-weight:700}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_bottombtn_sfk .mobile-cd_qzfbtn{align-items:center;background:linear-gradient(270deg,#ff441f,#ff8045);border-radius:.06rem;color:#fff;display:flex;font-size:.16rem;font-weight:700;height:.44rem;justify-content:center;width:1.68rem}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_bottombtn_sfk_miniprogram{height:1.6rem;width:100%}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn .mobile-cd_panel_bottombtn_sfk_miniprogram_inpc{height:.5rem;width:100%}.mobile-cd_selectPanel .mobile-cd_selectPanel_inner .mobile-cd_panel_bottombtn_addpad{min-height:1.6rem}.mobile-cd_selectPanel .mobile-cd-inputremark_area{background:#fff;border-start-end-radius:.16rem;border-start-start-radius:.16rem;bottom:0;padding:.12rem .16rem;position:fixed;width:100%;z-index:999}.mobile-cd_selectPanel .mobile-cd-inputremark_area .inputremark_area_title{color:#242426;display:flex;font-size:.16rem;font-weight:700;justify-content:space-between;margin-bottom:.1rem}.mobile-cd_selectPanel .mobile-cd-inputremark_area .inputremark_area_title_icon{height:.18rem;width:.18rem}.mobile-cd_selectPanel .mobile-cd-inputremark_area .inputremark_area_remarktextarea .el-textarea__inner{background:#f5f5f5;border:none;box-shadow:none;color:#969099;height:1.2rem;padding:.1rem .14rem}.mobile-cd_selectPanel .mobile-cd-inputremark_area .inputremark_area_remarktextarea .el-textarea .el-input__count{background:transparent;bottom:.1rem;color:#969099;right:.14rem}.mobile-cd_selectPanel .mobile-cd-inputremark_area .inputremark_area_remarktextarea input:focus,.mobile-cd_selectPanel .mobile-cd-inputremark_area .inputremark_area_remarktextarea textarea:focus{font-size:.16rem}.mobile-cd_selectPanel .mobile-cd-inputremark_area .inputremark_area_uploadbtn{align-items:center;background:linear-gradient(270deg,#ff441f,#ff8045);border-radius:.06rem;color:#fff;display:flex;font-size:.16rem;font-weight:700;height:.44rem;justify-content:center;margin-top:.2rem}.pc_pay_qrco{align-items:center;background:rgba(0,0,0,.2);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:12}.pc_pay_qrco .pc_pay_qrco_inner{background:#fff;border-radius:.06rem;height:3.6rem;width:3rem}.pc_pay_qrco .pc_pay_qrco_inner .pc_pay_qrco_header{align-items:center;border-bottom:.01rem solid #eee;display:flex;height:.6rem;justify-content:space-between;padding:0 .2rem;width:100%}.pc_pay_qrco .pc_pay_qrco_inner .pc_pay_qrco_header .h_text{color:#222;font-size:.16rem;font-weight:bolder}.pc_pay_qrco .pc_pay_qrco_inner .pc_pay_qrco_header .pc_pay_qrco_closeicon{height:.24rem;width:.24rem}.pc_pay_qrco .pc_pay_qrco_inner .pc_pay_amount_body{color:#222;display:flex;font-size:.16rem;font-weight:400;justify-content:center;margin-top:.2rem;width:100%}.pc_pay_qrco .pc_pay_qrco_inner .pc_pay_amount_body .pc_pay_amount_body_text{color:#ff441f;font-size:.18rem;font-weight:bolder}.pc_pay_qrco .pc_pay_qrco_inner .pc_pay_qrco_body{display:flex;height:2rem;justify-content:center;margin-top:.08rem;width:100%}.pc_pay_qrco .pc_pay_qrco_inner .pc_pay_qrco_footertext{color:#222;display:flex;font-size:.14rem;font-weight:400;justify-content:center}.zsqymodal_body{align-items:center;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:13}.zsqymodal_body .zsqymodal_content_body{align-items:center;background:linear-gradient(180deg,#ffebd2,#fff 20%);border-radius:.12rem;display:flex;flex-direction:column;padding-bottom:.2rem;padding-top:.18rem;position:relative;width:2.98rem}.zsqymodal_body .zsqymodal_content_body .zsqy_zstk_title_icon{height:.3rem;margin-bottom:.18rem;width:2.26rem}.zsqymodal_body .zsqymodal_content_body .zsqylist_body{display:flex;flex-wrap:wrap;gap:.22rem;margin-left:.22rem}.zsqymodal_body .zsqymodal_content_body .zsqy_content_item{align-items:center;display:flex;flex-direction:column;justify-content:center}.zsqymodal_body .zsqymodal_content_body .zsqy_content_item .zsqy_item_icon{align-items:center;background:linear-gradient(180deg,#ffe7c2,#fef8ea);-o-border-image:linear-gradient(224deg,#ffe3c1,hsla(33,84%,90%,0),#fbe8d1) 1 1;border-image:linear-gradient(224deg,#ffe3c1,rgba(251,232,208,0),#fbe8d1) 1 1;border-radius:50%;display:flex;height:.4rem;justify-content:center;width:.4rem}.zsqymodal_body .zsqymodal_content_body .zsqy_content_item .zsqy_item_icon .zsqy_imgicon{height:.26rem;width:.26rem}.zsqymodal_body .zsqymodal_content_body .zsqy_content_item .zsqy_item_title{color:#60311c;font-size:.12rem;font-weight:400;margin-top:.06rem}.zsqymodal_body .zsqymodal_content_body .close_zsqymodal_icon{align-items:center;background:rgba(255,255,255,.3);border-radius:50%;bottom:-.48rem;display:flex;height:.3rem;justify-content:center;position:absolute;width:.3rem}.zsqymodal_body .zsqymodal_content_body .close_zsqymodal_icon .closeicon{height:.18rem;width:.18rem}}.cd_body_inminiprogram{padding-bottom:1rem}.mobile-cd_bodypopupmodal{background:rgba(0,0,0,.5);bottom:0;height:100vh;left:0;position:fixed;right:0;width:100%;z-index:10}.mobile-cd_bodypopupmodal .mobile-cd_realmodal{background:linear-gradient(1turn,#fff,#fff4e6);border-start-end-radius:.1rem;border-start-start-radius:.1rem;bottom:0;padding-bottom:.8rem;padding-top:.13rem;position:absolute;width:100%}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-modal_titlearea{color:#242426;display:flex;font-size:.18rem;font-weight:700;justify-content:center;position:relative}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-modal_titlearea .mobile-modal_closemodal{height:.22rem;position:absolute;right:.16rem;width:.22rem}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-cd_modalitem{margin-left:.18rem;margin-top:.24rem;max-height:60vh;overflow:auto;padding-bottom:.56rem}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-cd_modalitem .mobile-cd_modalitem_title{align-items:center;color:#242426;display:flex;font-size:.16rem;font-weight:700}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-cd_modalitem .mobile-cd_modalitem_title .mobile-cd_modalitem_titleicon{height:.16rem;margin-right:.06rem;width:.16rem}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-cd_modalitem .mobile-cd_modalitem_itemcont{color:#242426;font-size:.15rem;font-weight:400;margin-left:.22rem;margin-right:.16rem;margin-top:.1rem}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-modal_dxfw{background:#fff;border-radius:.1rem;margin:.14rem .12rem;max-height:60vh;overflow:auto;padding:.16rem .18rem .26rem}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-modal_dxfw .mobile-modal_dxfw_title{color:#242426;font-size:.16rem;font-weight:700}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-modal_dxfw .mobile-modal_dxfw_item{align-items:flex-start;display:flex;margin-top:.1rem}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-modal_dxfw .mobile-modal_dxfw_item .mobile-modal_dxfw_item_icon{height:.14rem;margin-top:.04rem;width:.14rem}.mobile-cd_bodypopupmodal .mobile-cd_realmodal .mobile-modal_dxfw .mobile-modal_dxfw_item .mobile-modal_dxfw_text{color:#242426;font-size:.16rem;font-weight:400;margin-left:.08rem}.mobile-cd_bodypopupmodal .ddfw_mobilemodal{background:#fff5e7}.mobile-cd_bodypopupmodal .mobile-cd_notsupportpay_modal{align-items:center;background:#fff;border-radius:.06rem;display:flex;flex-direction:column;font-size:.16rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:2.8rem}.mobile-cd_bodypopupmodal .mobile-cd_notsupportpay_modal .mobile-cd_notsupportpay_title{font-weight:700;margin-top:.2rem}.mobile-cd_bodypopupmodal .mobile-cd_notsupportpay_modal .mobile-cd_notsupportpay_desc{color:#6c6e73;margin-top:.2rem;padding:0 .2rem;text-align:center}.mobile-cd_bodypopupmodal .mobile-cd_notsupportpay_modal .mobile-cd_notsupportpay_btn{align-items:center;border-top:.01rem solid #eee;color:#36f;display:flex;font-weight:700;height:.48rem;justify-content:center;margin-top:.2rem;opacity:.8;width:100%}.mobile-cd_showpdf{background:#000;bottom:0;height:95vh;left:0;overflow:auto;position:fixed;right:0;width:100%;z-index:13}.mobile-cd_showpdf .mobile-cd_showpdf_closepdf_outer{background:#000;color:#fff;font-size:.16rem;height:5vh;line-height:5vh;position:fixed;text-align:center;top:0;width:100%}.mobile-cd_showpdf .mobile-cd_showpdf_closepdf_outer .mobile-cd_showpdf_closepdf{height:.3rem;position:fixed;right:.1rem;top:0;width:.3rem}.mobile-cd_showpdf canvas{max-width:100%}.mobile-cd_body_inminiprogram_magin{margin-left:.4rem}.pc_cd_body_pcprogrammagin{margin-left:54px}
