*,:after,:before{box-sizing:inherit;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}body,html{box-sizing:border-box;-webkit-overflow-scrolling:touch;font-family:system-ui,sans-serif;scroll-behavior:smooth}body,html{margin:0;padding:0}body{background-color:#fff;background-color:var(--bg-color);color:#000;color:var(--text-dark-color);line-height:1.625}a{background-color:transparent;text-decoration:none;color:inherit;-webkit-text-decoration-skip:objects}a,img{-webkit-touch-callout:none}img{display:block}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}input:-webkit-autofill{box-shadow:inset 0 0 0 30px #fff}li,ol,ul{margin:0;padding:0;list-style:none outside none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%)}:root{--navBarHeight:88px;--white:#fff;--black:#000;--blue:#2642f6;--gray:#ccc;--bg-color:var(--white);--text-dark-color:var(--black);--text-light-color:var(--white);--section-title-color:var(--black);--text-strock-color:rgba(122,23,214,0.15);--button-bg-color:var(--blue);--button-text-color:var(--white);--border-color:var(--gray);--accordion-bg-color:var(--white);--accordion-title-color:var(--black);--accordion-des-color:var(--black)}html{font-size:clamp(.875rem,.725rem + .125vw,1rem)}@font-face{font-family:FZLTDHJW;src:url(//g.alicdn.com/eva-assets/12a75a6506beb3699306aea48a80b95e/0.0.1/font1/FZLTDHJW.TTF);font-weight:400;font-style:normal}@font-face{font-family:FZHZGBJW;src:url(//g.alicdn.com/eva-assets/216ff8d5362b794d87004a82ff866137/0.0.1/font2/FZHZGBJW.TTF);font-weight:400;font-style:normal}@font-face{font-family:FZLTCHJW;src:url(//g.alicdn.com/eva-assets/e90228923336c399ef4661996eae1338/0.0.1/font3/FZLTCHJW.TTF);font-weight:400;font-style:normal}@font-face{font-family:AvenirNext;src:url(//g.alicdn.com/eva-assets/de0e0c3b10b4ba2c829b795463373a87/0.0.1/font4/AvenirNext.ttf);font-weight:400;font-style:normal}@supports (padding-top:constant(safe-area-inset-top)){html{--safe-area-inset-bottom:constant(safe-area-inset-bottom);--safe-area-inset-top:constant(safe-area-inset-top)}}@supports (padding-top:env(safe-area-inset-top)){html{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-bottom)}}.root{background-image:url(https://gw.alicdn.com/imgextra/i3/O1CN01FVxOEW1wQpBAz3V69_!!6000000006303-2-tps-1125-13272.png);background-size:100% 5500px}.container{width:100%;margin:0 auto;padding-left:20px;padding-right:20px}.main>.container{padding-left:0;padding-right:0}.section .title{font-size:3.125rem;letter-spacing:1.2px;color:var(--section-title-color);margin:0;position:relative;line-height:1;text-align:center}.section .subtitle{font-family:AvenirNext;font-size:5.75rem;font-weight:900;-webkit-text-fill-color:transparent;-webkit-text-stroke:1px var(--text-strock-color);line-height:1.175;white-space:nowrap;max-width:100%;overflow:hidden;margin-top:-1.625rem}.section p{margin:0}.section .media__title{font-family:FZLTCHJW;font-size:1.167rem;letter-spacing:1.2}@media only screen and (max-width:440px){.section .subtitle{font-size:3.125rem}}@media only screen and (min-width:768px){.root{background-image:url(https://gw.alicdn.com/imgextra/i4/O1CN01jBdQSQ1qWsivYLACE_!!6000000005504-2-tps-1920-6513.png);background-size:100% 5950px}}header{position:-webkit-sticky;position:sticky;top:0;z-index:99}.white__bg{background-color:var(--white)}header>.header-container{display:flex;align-items:center;padding:1.0625rem .875rem}.logo{margin:0;display:inline-flex;justify-content:center;align-items:center;width:5rem}.logo a{display:block}.logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nav{margin-left:auto}.menu__icon{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.menu__icon span{background-color:var(--black);display:inline-flex;position:relative;height:3px;border-radius:10rem;width:24px;transition:background .2s ease-out}.menu__icon span:after,.menu__icon span:before{content:"";background-color:var(--black);position:absolute;height:100%;width:100%;border-radius:10rem;transition:all .2s ease-out}.menu__icon span:before{top:6px}.menu__icon span:after{top:-6px}.menu__icon-open span{background-color:transparent}.menu__icon-open span:before{top:0;transform:rotate(-45deg)}.menu__icon-open span:after{top:0;transform:rotate(45deg)}.menu{position:fixed;bottom:0;left:0;right:0;transition:all .2s ease-out;overflow:hidden;background-color:var(--white);border-top-left-radius:10px;border-top-right-radius:10px}.menu li{display:block}.menu a{display:flex;min-height:50px;width:100%;justify-content:center;align-items:center;padding:10px 15px;transition:all .2s ease-out;font-size:1rem}.bottom_border{border-bottom:1px solid #eee}.menu a:hover{color:#fe6900;cursor:pointer}.divider{height:10px;background:#eee}.mask{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}@media only screen and (min-width:440px){.menu a{min-height:30px}}@media only screen and (min-width:768px){header{position:-webkit-sticky;position:sticky;top:0;z-index:99}.white__bg{background-color:var(--white)}header>.header-container{display:flex;align-items:center;width:1080px;margin:0 auto;padding:1rem 0}.logo{margin:0;display:inline-flex;justify-content:center;align-items:center;width:5rem}.logo a{display:block}.logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nav{margin-left:auto}.divider,.menu__icon{display:none}.menu{overflow:hidden;background-color:var(--white);filter:drop-shadow(0 4px 3px rgb(0 0 0/.15));display:grid;position:static;background:transparent;grid-template-columns:repeat(6,1fr);border:none;grid-gap:2.2em;gap:2.2em}.menu,.menu a{transition:all .2s ease-out}.menu a{display:flex;min-height:40px;width:100%;justify-content:center;align-items:center;padding:10px 15px;font-size:1.333rem}.menu a:hover{color:#fe6900;cursor:pointer}.bottom_border{border-bottom:none}.close,.mask{display:none}}#Branding:target{padding-top:120px;margin-top:-120px}.branding{margin-bottom:-5.8333rem;position:relative;z-index:2}.branding>.container{margin-top:1.625rem;padding:0;display:grid;place-content:center;position:relative}.branding__content{padding-left:1rem;padding-right:1rem;min-width:0}.slogan{display:flex;flex-direction:column;margin-bottom:.9375rem}.slogan .kv__image{display:block;width:100%}.slogan__item1,.slogan__item1 .right__icon,.slogan__item2{display:none}.slogan__item3{margin-top:.5rem;height:39px;width:100%;background-image:linear-gradient(130deg,#7614dc,#ff6a00 92%);font-size:1.2rem;color:#fff;text-align:center;line-height:39px}.slogan__item3,.slogan__item4{font-family:PingFangSC;font-weight:400}.slogan__item4{margin-top:2.4rem;display:flex;flex-direction:column;opacity:.8;font-size:.875rem;color:#000;letter-spacing:3.87px}.slogan__item4 .part{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:.4375rem}.slogan__item4 .divide{display:none;margin:0 1rem}.slogan__item4 .part img{height:.8125rem;width:.8125rem;margin-right:10px}.slogan i{font-size:1rem;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;font-style:normal;background:#000;color:#fff;padding:4px 4px 0;letter-spacing:3px;line-height:1;display:inline-flex;justify-content:center;align-items:center;margin-left:10px}.branding__content ul{margin-bottom:20px}.branding__content li{font-size:.75rem;letter-spacing:2px;color:rgba(0,0,0,.8)}.branding__content li:not(:last-child){margin-bottom:6px}.btn--groups{display:flex;flex-direction:column;align-items:flex-start}.btn--groups-right-btn{width:100%}.btn--groups .btn--primarty{background-color:#7916d8}.btn--groups .btn--disabled,.btn--groups .btn--primarty{display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1rem;color:var(--button-text-color);width:100%;height:3.75rem;border:0;margin-bottom:1.25rem}.btn--groups .btn--disabled{background-color:#aaaaa9}.btn--tips{font-weight:600;font-size:1rem;background-color:#000;color:var(--button-text-color);border:0;width:100%;height:3.75rem;opacity:0}.branding__media,.btn--tips{display:flex;justify-content:center;align-items:center}.branding__media{overflow:hidden}.branding__media img{max-width:100%;-o-object-fit:cover;object-fit:cover;height:auto}@media only screen and (max-width:440px){.branding{margin-bottom:-4rem}.branding__content{padding:0 1rem}}@media only screen and (min-width:440px){.slogan .kv__image{display:none}.slogan__item1{display:flex;align-items:center;flex-direction:row;justify-content:space-between}.slogan__item1 .right__icon{display:block;height:45.6px;width:117px}.slogan img{max-width:225px;height:auto}.slogan__item2{display:block;width:100%;font-family:Helvetica;font-size:3.5rem;text-align:center;letter-spacing:.5625rem;line-height:6.2rem;color:#000;font-weight:500}}@media only screen and (min-width:768px){.slogan .kv__image{display:none}.branding>.container{display:grid;place-content:center;position:relative;margin-top:4.6rem;padding:0 1.667rem}.branding__content{padding-left:1rem;padding-right:1rem;min-width:0;margin-top:4rem;transform-origin:left}.slogan{display:flex;flex-direction:column;margin-bottom:3rem}.slogan__item1{display:flex;align-items:center;flex-direction:row;justify-content:space-between}.slogan__item1 .right__icon{display:block;height:55px;width:117px}.slogan img{max-width:225px;height:auto}.slogan__item2{display:block;width:560px;font-family:Helvetica;font-size:5.1rem;letter-spacing:.5625rem;line-height:6.2rem;color:#000;font-weight:500;margin-top:1rem}.slogan__item3{height:4.375rem;width:550px;background-image:linear-gradient(130deg,#7614dc,#ff6a00 92%);font-size:2.1875rem;color:#fff;letter-spacing:.2rem;text-align:center;line-height:4.375rem;padding-left:1rem;margin-top:1rem}.slogan__item3,.slogan__item4{font-family:PingFangSC;font-weight:400}.slogan__item4{margin-top:1.4rem;display:flex;flex-direction:row;opacity:.8;font-size:1.2rem;color:#000;letter-spacing:3.8px}.slogan__item4 .part{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.slogan__item4 .divide{margin:0 1rem;display:block}.slogan__item4 .part img{height:.8125rem;width:.8125rem;margin-right:10px}.slogan i{font-size:1rem;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;font-style:normal;background:#000;color:#fff;padding:4px 4px 0;letter-spacing:3px;line-height:1;display:inline-flex;justify-content:center;align-items:center;margin-left:10px}.branding__content ul{margin-bottom:20px}.branding__content li{font-size:.75rem;letter-spacing:2px;color:rgba(0,0,0,.8)}.branding__content li:not(:last-child){margin-bottom:6px}.btn--groups{display:flex;flex-direction:row;justify-content:center}.btn--groups .btn--primarty{background-color:#7916d8}.btn--groups .btn--disabled,.btn--groups .btn--primarty{margin-right:2.8125rem;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1rem;color:var(--button-text-color);width:13.75rem;height:3.5rem;border:0}.btn--groups .btn--disabled{background-color:#aaaaa9}.btn--tips{display:flex;justify-content:center;align-items:center;font-weight:600;font-size:.5rem;background-color:#000;color:var(--button-text-color);height:3.5rem;border:0;opacity:0}.btn--groups-right-btn,.btn--tips{width:13.75rem}.branding__media{overflow:hidden;display:flex;justify-content:center;align-items:center}.branding{padding-top:60px;margin-top:-60px;margin-bottom:-8.3333rem}.branding__media img{width:auto;height:600px;-o-object-fit:cover;object-fit:cover}.branding__content{grid-area:1/2/2/4;z-index:2}}@media only screen and (min-width:1900px){.slogan__item2{font-size:4.8rem}.slogan__item4{font-size:1.12rem}}.plan__introduction{color:var(--black);padding:8rem 1.667rem 0}.plan__introduction .section__heading{display:flex;flex-direction:column;justify-content:center;align-items:center}.plan__introduction .section__heading-title{display:flex;flex-direction:row}.plan__introduction .title{--section-title-color:var(--black);font-weight:600;font-size:1.5rem;color:#000;letter-spacing:1.2px}.plan__introduction .left__icon{width:1.6rem;height:1.3rem;transform:translateY(.5rem)}.plan__introduction .right__icon{margin-left:.5rem;width:.8rem;height:.8rem}.plan__introduction .subtitle{display:none}.plan__introduction .section__body{text-align:justify}.plan__introduction p{margin-top:24px;line-height:2.4;font-family:PingFangSC;font-weight:400;font-size:.875rem;color:#000}@media only screen and (min-width:768px){.plan__introduction{margin-left:6.7%;margin-top:36.4rem;color:var(--black);padding:3rem 1.667rem}.plan__introduction .title{--section-title-color:var(--black)}.plan__introduction .subtitle{display:block;--text-strock-color:rgba(122,23,214,0.15);text-align:center}.plan__introduction .section__body{text-align:justify}.plan__introduction p{margin-top:24px;line-height:2.4;font-family:PingFangSC;font-weight:400;font-size:14px;color:#000}}@media only screen and (min-width:768px){#planIntroduction:target{padding-top:120px;margin-top:120px}.plan__introduction{width:1040px;color:var(--black);padding:0 1.667rem;position:relative;margin:19rem auto 0}.plan__introduction .section__heading-title{display:flex;flex-direction:row}.plan__introduction .title{--section-title-color:var(--black);font-weight:600;font-size:3.125rem;color:#000;letter-spacing:2.5px}.plan__introduction .subtitle{display:block;--text-strock-color:rgba(122,23,214,0.15);text-align:center}.plan__introduction .left__icon{width:3.2rem;height:2.8rem;transform:translateY(.5rem)}.plan__introduction .right__icon{margin-left:.5rem;width:1.2rem;height:1.2rem}.plan__introduction .section__body{text-align:justify}.plan__introduction p{margin-top:24px;line-height:2.4;font-family:PingFangSC;font-weight:400;font-size:14px;color:#000}.plan__introduction:before{content:"";position:absolute;inset:0 calc(-50vw - -608px) 0 calc(-50vw - -527px);z-index:-1}}#courseIntroduction:target{padding-top:120px;margin-top:-50px}.course__introduction{color:var(--black);padding:4rem 1.667rem 3rem;position:relative;overflow:hidden}.course__introduction .section__heading{display:flex;flex-direction:column;justify-content:center;align-items:center}.course__introduction .section__heading-title{display:flex;flex-direction:row}.course__introduction .section__body{margin-top:2rem}.course__introduction .left__icon{width:1.6rem;height:1.3rem;transform:translateY(.5rem)}.course__introduction .right__icon{margin-left:.5rem;width:.8rem;height:.8rem}.course__introduction .title{--section-title-color:var(--black);white-space:nowrap;font-weight:600;font-size:1.5rem;color:#000;letter-spacing:1.2px}.course__introduction .subtitle{display:none}.accordion{position:relative;z-index:3;border:.5px solid hsla(0,0%,59.2%,.3);border-radius:12px}.accordion__heading{padding-left:1rem;padding-right:.5rem;display:flex;align-items:stretch;min-height:44px;margin-bottom:-1px;transition:all .2s ease-out;height:3.75rem}.accordion__item{width:100%}.accordion__item:not(:last-child){border-bottom:.5px solid hsla(0,0%,59.2%,.3)}.accordion__progress-text{opacity:.5;font-family:PingFangSC;font-weight:400;font-size:.625rem;color:#333;letter-spacing:1.17px}.accordion__progress-number{font-weight:500;font-size:.75rem;color:#fc6900;letter-spacing:1.33px;padding:0 .1rem;opacity:1}.accordion__title{margin:0;width:100%;transition:all .2s ease-out;color:var(--accordion-title-color);position:relative;color:#333;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.accordion__title .bg{position:absolute}.accordion__button{font-weight:700;font-size:.875rem;border:0;background-color:transparent;padding:0;cursor:pointer;transition:all .2s ease-out;max-width:9rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.accordion__title-right{display:flex;flex-direction:row;justify-content:center;align-items:center}.accordion__icon{width:1em;height:1em;transition:all .2s ease-out;color:hsla(0,0%,59.2%,.3);margin-left:.5rem}.accordion__body{padding:0 1rem;max-height:0;overflow:hidden;opacity:0;transform-origin:left top;transform:scale(0);transition:all .34s ease-out;line-height:1.42667;font-family:PingFangSC;font-weight:400;font-size:12px;color:#333;letter-spacing:1px;line-height:28px}.accordion__body p{margin:1rem 0}.accordion__radio:checked~.accordion__heading{--accordion-title-color:#000}.accordion__radio:checked~.accordion__heading .accordion__title{border-bottom:none}.accordion__radio:checked~.accordion__heading .accordion__icon{transform:scaleY(-1)}.accordion__radio:checked~.accordion__body{opacity:1;transform:scale(1);max-height:none;--accordion-des-color:#000;overflow:visible}.accordion__bottom{display:flex;flex-flow:wrap}.accordion__teacher{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:6rem;margin-right:10px}.accordion__top{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.accordion__top span{font-family:PingFangSC;font-weight:600;font-size:.875rem;color:#000;letter-spacing:1.17px;max-width:4rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.accordion__top img{width:3.56rem;height:3.56rem;display:inline-block;margin-right:10px;border-radius:1.78rem}.accordion__teacher p{opacity:.6;font-size:12px;color:#000;letter-spacing:.86px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical}.accordion__teacher p,.collapse__body{font-family:PingFangSC;font-weight:400}.collapse__body{font-size:.75rem;color:#333;letter-spacing:1px;line-height:1.75rem;margin-bottom:1.625rem}.section__footer{display:flex;flex-direction:column;justify-content:center;align-items:center}.section__footer .btn{height:50px;width:90%;background-color:#ff6a00;margin-top:2rem;color:#fff;text-align:center;line-height:73px;font-weight:500;font-size:14px;line-height:50px}.section__footer .btn:hover{cursor:pointer}.section__mask{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.8);z-index:99}.section__mask-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center}.section__mask-content .section__mask-image{width:19.0625rem}.section__mask-desc{width:54.375rem;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;margin-top:2.75rem;position:relative}.section__mask-desc-icon{position:absolute;top:-11rem;right:11.5rem;height:14rem;width:15rem}.section__mask-content .section__mask-desc .left{font-family:PingFangSC;font-weight:600;font-size:1.8rem;color:#fff;letter-spacing:3.33px;text-align:center}.section__mask-content .section__mask-desc .left-top{display:flex;flex-direction:row;justify-content:center;align-items:center}.section__mask-content .section__mask-desc .point{background:#fff;width:6px;height:6px;border-radius:3px;margin-left:20px}.section__mask-content .section__mask-desc .right{text-align:justify;padding:2.4rem 0;width:19.0625rem;opacity:.9;font-family:PingFangSC;font-weight:400;font-size:14px;color:#fff;letter-spacing:1.17px;display:flex;flex-direction:column;justify-content:center}.section__mask-content .section__mask-desc .right-btn{font-family:PingFangSC;font-weight:400;font-size:16px;color:#ff6a00;letter-spacing:1px;text-align:center;margin-top:1.9375rem}.section__mask-content .section__mask-desc .right-btn:hover{cursor:pointer}.section__mask-content .section__mask-close{margin-top:1.6875rem;height:2rem;width:2rem}.section__mask-content .section__mask-close:hover{cursor:pointer}.enroll__section{margin:2.9375rem 0 3.5rem;text-align:center;font-size:1.2rem}.enroll__section p{color:var(--black);opacity:.6;font-family:PingFangSC;font-weight:500;font-size:1rem;letter-spacing:1.2px}.enroll__section img{display:inline-block}.collapse,.collapse-item{background:transparent}@media only screen and (min-width:660px){.accordion__bottom{display:flex;flex-flow:wrap}.accordion__button{max-width:20rem}}@media only screen and (min-width:490px){.accordion__bottom{display:flex;flex-flow:wrap}.accordion__button{max-width:20rem}.section__mask{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.8);z-index:99}.section__mask-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center}.section__mask-content .section__mask-image{width:60%}.section__mask-desc{width:490px;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;margin-top:0}.section__mask-content .section__mask-desc .left{opacity:.8;font-family:PingFangSC;font-weight:600;font-size:1rem;color:#fff;letter-spacing:3.33px;text-align:center;min-width:200px}.section__mask-content .section__mask-divider{height:90px;width:1px;opacity:.5;background-color:#d8d8d8}.section__mask-content .section__mask-desc .right{text-align:justify;padding:.5rem 1.4rem;width:500px;opacity:.8;font-family:PingFangSC;font-weight:400;font-size:1rem;color:#fff;letter-spacing:1.5px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.section__mask-content .section__mask-desc .right-btn{font-family:PingFangSC;font-weight:400;font-size:20px;color:#ff6a00;letter-spacing:1px;text-align:center;margin-top:1.2rem}.section__mask-content .section__mask-desc .right-btn:hover{cursor:pointer}.section__mask-content .section__mask-close{margin-top:0;height:28px}.section__mask-content .section__mask-close:hover{cursor:pointer}.section__mask-desc-icon{position:absolute;top:-9rem;right:0}}@media only screen and (min-width:1120px){#courseIntroduction:target{padding-top:200px;margin-top:-50px}.course__introduction{color:var(--black);padding:4rem 0 3rem;position:relative;overflow:hidden;max-width:1040px;margin:6rem auto 0;transform:translateY(60px)}.course__introduction .section__heading-title{display:flex;flex-direction:row}.course__introduction .section__heading{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.course__introduction .section__body{margin-top:2rem}.course__introduction .title{--section-title-color:var(--black);font-weight:600;font-size:3.125rem;color:#000;letter-spacing:2.5px}.course__introduction .subtitle{display:block;--text-strock-color:rgba(122,23,214,0.15);text-align:center}.course__introduction .left__icon{width:3.2rem;height:2.8rem;transform:translateY(.5rem)}.course__introduction .right__icon{margin-left:.5rem;width:1.2rem;height:1.2rem}.my__accordion{position:relative;z-index:3;padding-top:12px;padding-bottom:12px;display:flex;flex-direction:column}.my__accordion__item{border:1px solid #ddd;border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:.625rem 0;width:100%}.my__accordion__item:hover{cursor:pointer;background:hsla(0,0%,78.4%,.3)}.my__accordion__left{padding:15px;width:500px}.my__accordion__right{flex:1;margin-left:2rem;display:flex;flex-direction:row;align-items:flex-start}.my__accordion__teachers{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:1rem}.my__accordion__teacher{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:106px;margin-right:20px}.my__accordion__top{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.my__accordion__top span{font-family:PingFangSC;font-weight:600;font-size:.875rem;color:#000;letter-spacing:1.17px;max-width:4rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.my__accordion__top img{width:3.56rem;height:3.56rem;display:inline-block;margin-right:10px;border-radius:1.78rem}.my__accordion__teacher p{opacity:.6;font-family:PingFangSC;font-weight:400;font-size:12px;color:#000;letter-spacing:.86px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical}.my__accordion__heading{padding:0 1rem;min-height:44px;margin-bottom:-1px;position:relative}.my__accordion__heading,.my__accordion__title{display:flex;align-items:center;transition:all .2s ease-out}.my__accordion__title{margin:0;width:100%;color:var(--my__accordion-title-color)}.my__accordion__title-bg{position:absolute;top:-24px;left:32px}.my__accordion__progress{height:20px;width:218px}.my__accordion__progress-text{opacity:.5;font-family:PingFangSC;font-weight:400;font-size:14px;color:#fc6900;letter-spacing:1.17px}.my__accordion__progress-number{font-weight:500;font-size:16px;color:#fc6900;letter-spacing:1.33px;padding:0 .1rem}.my__accordion__button{display:flex;width:100%;align-items:center;height:100%;font-weight:700;font-size:1.1666rem;border:0;background-color:transparent;padding:0;cursor:pointer;transition:all .2s ease-out}.my__accordion__icon{width:1em;height:1em;transition:all .2s ease-out}.my__accordion__body{padding:0 1rem 1rem}.my__accordion__body p{font-size:.44rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-align:justify}.collapse__body{font-family:PingFangSC;font-weight:400;font-size:.75rem;color:#333;letter-spacing:1px;line-height:1.75rem;margin-bottom:1.625rem}.section__footer{display:flex;flex-direction:column;justify-content:center;align-items:center}.section__footer .btn{height:73px;width:472px;background-color:#ff6a00;border-radius:6px;margin:44px 44px 0;color:#fff;text-align:center;line-height:73px;font-weight:500;font-size:1.5rem;max-width:90%}.section__footer .btn:hover{cursor:pointer}.enroll__section{margin:12.3rem 0;text-align:center;font-size:1.2rem}.enroll__section p{color:var(--black);opacity:.6;font-family:PingFangSC;font-weight:500;font-size:1rem;letter-spacing:1.2px}.section__mask-content .section__mask-image{height:426px;width:870px}.section__mask-desc{width:920px;margin-top:40px}.section__mask-content .section__mask-desc .left{width:420px;font-size:2.4rem}.section__mask-content .section__mask-divider{margin-right:10px;margin-left:10px}.section__mask-content .section__mask-desc .right{padding:2.4rem 1.4rem;width:700px;font-size:18px}.section__mask-content .section__mask-desc .right-btn{font-size:20px}.section__mask-content .section__mask-close{margin-top:30px}.enroll__section img{display:inline-block}.collapse,.collapse-item{background:transparent}.section__mask-desc-icon{position:absolute;top:-38rem;right:-33rem;height:60rem;width:64rem}}#SignUpProcess:target{padding-top:200px;margin-top:-120px}.sign__up--process{padding:5rem .833rem 0}.sign__up--process .section__heading{display:flex;flex-direction:column;justify-content:center;align-items:center}.sign__up--process .section__heading-title{display:flex;flex-direction:row}.sign__up--process .section__body{display:flex;justify-content:center;align-items:center;padding:15px 0;text-align:justify}.sign__up--process .title{font-weight:600;font-size:1.5rem;color:#000;letter-spacing:1.2px}.sign__up--process .left__icon{width:1.6rem;height:1.3rem;transform:translateY(.5rem)}.sign__up--process .right__icon{margin-left:.5rem;width:.8rem;height:.8rem}.sign__up--process .img{width:100%}.sign__up--process .subtitle{display:none}@media only screen and (min-width:440px){.sign__up--process .img{width:400px}}@media only screen and (min-width:768px){#SignUpProcess:target{padding-top:200px;margin-top:-120px}.sign__up--process{max-width:1040px;margin:auto;transform:translateY(50px)}.sign__up--process .section__heading-title{display:flex;flex-direction:row}.sign__up--process .section__body{display:flex;justify-content:center;align-items:center;padding:15px 0;text-align:justify}.sign__up--process .title{--section-title-color:var(--black);font-weight:600;font-size:3.125rem;color:#000;letter-spacing:2.5px}.sign__up--process .subtitle{display:block;--text-strock-color:rgba(122,23,214,0.15);text-align:center}.sign__up--process .left__icon{width:3.2rem;height:2.8rem;transform:translateY(.5rem)}.sign__up--process .right__icon{margin-left:.5rem;width:1.2rem;height:1.2rem}}.course__income{padding:8rem .833rem 0;color:var(--black)}.course__income .section__heading{display:flex;flex-direction:column;justify-content:center;align-items:center}.course__income .section__heading-title{display:flex;flex-direction:row}.course__income .section__content{margin:1.40625rem .59375rem;font-family:PingFangTC;font-size:.875rem;color:#000;letter-spacing:0;line-height:2.5rem;text-align:justify}.course__income .left__icon{width:1.6rem;height:1.3rem;transform:translateY(.5rem)}.course__income .right__icon{margin-left:.5rem;width:.8rem;height:.8rem}.course__income .section__content span{text-decoration:underline;font-weight:600}.course__income .title{--section-title-color:var(--black);font-weight:600;font-size:1.5rem;color:#000;letter-spacing:1.2px}.course__income .subtitle{display:none}.course__income dl{display:grid;grid-template-columns:5em 1fr;grid-gap:5px;gap:5px;line-height:2.667;margin-bottom:30px}.course__income dt{white-space:nowrap}.course__income dd{margin:0}.course__income button{display:flex;justify-content:center;align-items:center;min-height:52px;font-weight:600;font-size:1.333rem;background-color:var(--button-bg-color);color:var(--button-text-color);width:100%;border:0}.course__income .section__media{width:100%;display:flex;flex-direction:row;justify-content:flex-end}.section__media img{width:6rem;height:6rem;margin-right:1rem}@media only screen and (min-width:768px){#CourseIncome:target{padding-top:280px;margin-top:-120px}.course__income{padding:3.333rem .833rem;color:var(--black);margin:9.6rem auto 0;max-width:1040px}.plan__introduction .section__heading-title{display:flex;flex-direction:row}.course__income .section__content{font-family:PingFangTC;font-size:14px;color:#000;letter-spacing:0;line-height:40px}.course__income .section__content span{text-decoration:none;font-weight:600}.course__income .title{--section-title-color:var(--black);font-weight:600;font-size:3.125rem;color:#000;letter-spacing:2.5px}.course__income .subtitle{display:block;--text-strock-color:rgba(122,23,214,0.15);text-align:center}.course__income .left__icon{width:3.2rem;height:2.8rem;transform:translateY(.5rem)}.course__income .right__icon{margin-left:.5rem;width:1.2rem;height:1.2rem}.course__income dl{display:grid;grid-template-columns:5em 1fr;grid-gap:5px;gap:5px;line-height:2.667;margin-bottom:30px}.course__income dt{white-space:nowrap}.course__income dd{margin:0}.course__income button{display:flex;justify-content:center;align-items:center;min-height:52px;font-weight:600;font-size:1.333rem;background-color:var(--button-bg-color);color:var(--button-text-color);width:100%;border:0}.course__income .section__media{width:27.375rem;height:27.375rem}.section__media img{width:20rem;height:20rem;margin:0 auto}.course__income .section__body{display:flex;width:110%}}@media only screen and (min-width:1900px){.course__income .section__media{width:20rem;height:20rem}}.footer{padding:3.333rem 0;background-image:linear-gradient(130deg,#7614dc,#ff6a00 92%);height:15rem}.footer__title{position:absolute;left:50%;transform:translate(-50%,-7.2rem)}.footer__title img{height:6.5rem}.footer__info img{display:inline-block}.footer__info .img1{width:8.5rem}.footer__info .img2{width:9.2rem}.footer__info .img3{width:8rem}.footer__info .img4{width:6.2rem}.footer__info .img5{width:6.8rem}.footer .bg-text-left,.footer .bg-text-right,.footer__info .cross{display:none}.footer__info-row1{justify-content:space-around;margin:2.29rem 0}.footer__info-row1,.footer__info-row2{display:flex;flex-direction:row;align-items:center}.footer__info-row2{justify-content:space-between;margin:0 1rem}@media only screen and (min-width:440px){.footer{height:18rem}.footer__info .img1,.footer__info .img2,.footer__info .img3,.footer__info .img4,.footer__info .img5{width:30%}}@media only screen and (min-width:768px){.footer{padding:3.333rem .833rem;background-image:linear-gradient(130deg,#7614dc,#ff6a00 92%);color:var(--white);position:relative;height:10.625rem}.section__footer{display:flex;flex-direction:row;justify-content:center;align-items:center}.footer__title{position:absolute;left:50%;transform:translate(-50%,-8.5rem)}.footer__title img{height:6.5rem}.footer__info{display:flex;flex-direction:row;justify-content:center;align-items:center}.footer__info img{margin:0 .625rem}.footer__info .img1{width:18rem}.footer__info .img2{width:16rem}.footer__info .img3{width:15rem}.footer__info .img4{width:11.4rem}.footer__info .img5{width:12rem}.footer__info .cross{width:1rem;display:block}.footer .bg-text-left{left:.97rem}.footer .bg-text-left,.footer .bg-text-right{display:block;position:absolute;top:50%;transform:translateY(-50%)}.footer .bg-text-right{right:.97rem}}