:root{--blue:#2870ec;--ink:#090d18;--muted:#7b8493;--line:#e1e7ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"PingFang SC",Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(910px,calc(100% - 40px));margin:0 auto}.header{height:65px;background:#fff;display:flex;align-items:center;position:relative;z-index:10}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:7px;font-size:16px}.brand-icon{width:31px;height:31px;border-radius:11px;background:linear-gradient(135deg,#397bf0,#cbdcff);display:grid;place-items:center}.brand-icon i{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid #fff;margin-left:2px}.nav{display:flex;gap:27px;color:#555d69;font-size:12px}.nav a,.nav div{padding:15px 0}.nav a:hover{color:var(--blue)}.menu-btn{display:none;border:0;background:none}.hero{height:300px;position:relative;overflow:hidden;background:linear-gradient(115deg,#eef3ff,#f7efff)}.hero-inner{height:100%;display:flex;align-items:center;justify-content:center}.hero-copy{text-align:center;margin-top:-5px;position:relative;z-index:2}.hero h1{font-size:43px;line-height:1;margin:0 0 25px;letter-spacing:1px}.hero h1 span{background:linear-gradient(90deg,#337ced,#b8d9ff);color:transparent;background-clip:text}.hero p{font-size:15px;color:#6f7787;margin:0 0 25px}.hero-actions{display:flex;justify-content:center;gap:13px}.btn{height:39px;padding:0 25px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:bold}.btn.primary{color:#fff;background:#286ee9;box-shadow:0 7px 12px #286ee944}.btn.primary b{font-size:21px;margin-left:13px;font-weight:normal}.btn.light{background:#fff;border:1px solid #e3e6eb}.hero-orb{display:none}.search-shell{height:143px;position:relative}.search-box{position:absolute;top:24px;left:50%;transform:translateX(-50%);width:622px;display:grid;grid-template-columns:1fr 105px 78px;gap:8px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 14px #1f293715}.search-input,.select-wrap{height:38px;border:1px solid #dce4ef;background:#f5f8fc;border-radius:11px;display:flex;align-items:center;padding:0 11px;color:#768195}.search-input span{font-size:22px;line-height:1}.search-input input{border:0;outline:0;background:transparent;width:100%;font-size:12px;padding-left:7px}.select-wrap{padding:0 8px}.select-wrap span{font-size:14px}.select-wrap select{border:0;outline:0;background:transparent;width:100%;height:100%;font-size:12px;padding-left:5px;color:#222}.search-box button{border:0;border-radius:11px;background:linear-gradient(100deg,#2468eb,#9ec3ff);color:#fff;font-size:12px;font-weight:bold;cursor:pointer}.section{padding:0 0 65px}.section.soft{background:#f7f9fc;padding-top:48px;padding-bottom:70px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:25px}.section-head h2{font-size:22px;margin:0 0 7px}.section-head p{font-size:12px;color:var(--muted);margin:0}.section-head>a{color:#3479ed;font-size:12px;margin-bottom:2px}.section-head>a b{font-size:17px;font-weight:normal}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.course-card{border:1px solid #dee5ec;border-radius:15px;overflow:hidden;background:#fff;transition:.2s}.course-card:hover{transform:translateY(-3px);box-shadow:0 10px 22px #26396b13}.thumb{height:165px;position:relative;background:linear-gradient(135deg,#351477,#7023df);overflow:hidden;display:grid;place-items:center}.thumb:before,.thumb:after{content:"";position:absolute;border:2px solid #c7b5ff66;border-radius:50%;width:47px;height:20px;transform:rotate(25deg);right:38px;top:31px}.thumb:after{transform:rotate(-25deg)}.book{width:44px;height:37px;border:3px solid #d6c8ff88;border-radius:5px;position:relative}.book:after{content:"";position:absolute;left:50%;top:0;height:100%;border-left:2px solid #d6c8ff88}.free{position:absolute;left:10px;top:10px;background:#00bd69;color:#fff;font-weight:bold;font-size:10px;padding:4px 10px;border-radius:12px}.course-body{height:65px;padding:10px 12px}.tag{display:inline-block;padding:3px 7px;border-radius:8px;background:#e8f3ff;color:#2670bb;font-size:10px}.course-card[data-subject="化学"] .tag{background:#e8faee;color:#20a461}.course-card[data-subject="物理"] .tag{background:#f5eaff;color:#914be0}.course-card[data-subject="文科中文"] .tag{background:#ffeaf4;color:#e34e91}.course-card[data-subject="理科中文"] .tag{background:#fff0df;color:#e77e24}.course-body h3{font-size:13px;margin:7px 0 0}.compact{grid-template-columns:repeat(4,1fr);gap:18px}.compact .thumb{height:120px}.compact .course-body{height:65px}.compact .book{width:40px;height:34px}.compact .thumb:before,.compact .thumb:after{right:22px;top:23px;width:39px;height:16px}#categories{padding:49px 0 51px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category{height:67px;border:1px solid #dfe6ee;border-radius:14px;padding:12px 15px;background:#fff;display:flex;align-items:center;position:relative;transition:.2s}.category:after{content:"›";position:absolute;right:18px;color:#748091;font-size:21px}.category:hover{transform:translateY(-2px);box-shadow:0 8px 18px #26396b10}.category.large{grid-column:span 3;gap:13px}.category:not(.large){grid-column:span 2;gap:12px}.category span{width:37px;height:37px;flex:0 0 37px;border-radius:12px;display:grid;place-items:center;font-size:0}.category span:after{content:"";width:19px;height:19px;border-radius:7px;background:#fff8}.category h3{font-size:14px;margin:0}.category p{color:#737d8c;font-size:10px;margin:5px 25px 0 0;white-space:nowrap}.blue span{background:#ffe8c9}.violet span{background:#ffe1f0}.green span{background:#dcecff}.orange span{background:#eee2ff}.pink span{background:#d9fae7}footer{height:81px;border-top:1px solid #e4e9ef;background:#fff}.footer-inner{height:100%;display:flex;justify-content:space-between;align-items:center}.footer-inner .brand{font-size:13px}.footer-inner .brand-icon{width:25px;height:25px;border-radius:9px}.footer-inner .brand-icon i{border-top-width:5px;border-bottom-width:5px;border-left-width:8px}.footer-inner p{color:#838c9b;font-size:11px}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,15px);background:#141821;color:#fff;padding:10px 18px;border-radius:8px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.is-hidden{display:none!important}
@media(max-width:760px){.container{width:calc(100% - 30px)}.nav{flex-direction:column;display:none;position:absolute;left:0;right:0;top:45px;background:#fff;gap:0;padding:5px 20px;box-shadow:0 8px 18px #1112}.nav.open{display:flex}.nav a,.nav div{padding:12px 0;border-bottom:1px solid #eee}.menu-btn{display:flex;flex-direction:column;gap:5px}.menu-btn span{width:23px;border-top:2px solid #222}.hero{height:300px}.hero h1{font-size:35px}.hero p{font-size:13px;line-height:1.8;padding:0 15px}.search-shell{height:175px}.search-box{width:calc(100% - 30px);grid-template-columns:1fr 1fr}.search-input{grid-column:1/-1}.search-box button{height:38px}.course-grid{grid-template-columns:repeat(2,1fr)}.compact{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:1fr}.category,.category.large,.category:not(.large){grid-column:span 1}.category p{white-space:normal}.section{padding-bottom:50px}.section.soft,#categories{padding-top:40px}.footer-inner{justify-content:center;gap:5px}.footer-inner p{margin:0}}
@media(max-width:480px){.hero h1{font-size:30px}.btn{padding:0 18px}.course-grid,.compact{grid-template-columns:1fr}.thumb,.compact .thumb{height:160px}.section-head h2{font-size:20px}.category p{display:none}}
.chart{position:absolute;left:28px;top:32px;width:21px;height:16px;border:1px solid #cbb9ff55}.chart:before{content:"▥";position:absolute;color:#cbb9ff55;font-style:normal;left:3px;top:-4px;font-size:17px}.dotline{position:absolute;left:73px;top:39px;width:47px;border-top:1px solid #cbb9ff55;transform:rotate(31deg)}.dotline:before,.dotline:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#cbb9ff66;top:-3px}.dotline:after{right:0}.flask{position:absolute;right:30px;bottom:22px;width:15px;height:27px;border:2px solid #cbb9ff44;border-top:0;border-radius:0 0 8px 8px}.flask:before{content:"";position:absolute;width:7px;height:13px;border:2px solid #cbb9ff44;border-bottom:0;left:2px;top:-12px}
@media(min-width:1200px){
  .container{width:min(1365px,calc(100% - 60px))}
  .header{height:68px}.brand{gap:11px;font-size:24px}.brand-icon{width:47px;height:47px;border-radius:16px}.brand-icon i{border-top-width:9px;border-bottom-width:9px;border-left-width:15px}.nav{gap:41px;font-size:18px}.nav a{padding:23px 0}
  .hero{height:450px}.hero h1{font-size:65px;margin-bottom:38px}.hero p{font-size:23px;margin-bottom:38px}.hero-actions{gap:20px}.btn{height:59px;padding:0 38px;border-radius:17px;font-size:21px}.btn.primary b{font-size:32px;margin-left:20px}
  .search-shell{height:215px}.search-box{top:36px;width:933px;grid-template-columns:1fr 158px 117px;gap:12px;padding:18px;border-radius:23px}.search-input,.select-wrap{height:57px;border-radius:17px;padding:0 17px}.search-input span{font-size:33px}.search-input input{font-size:18px;padding-left:11px}.select-wrap{padding:0 12px}.select-wrap span{font-size:21px}.select-wrap select{font-size:18px;padding-left:8px}.search-box button{border-radius:17px;font-size:18px}
  .section{padding-bottom:98px}.section.soft{padding-top:72px;padding-bottom:105px}.section-head{margin-bottom:38px}.section-head h2{font-size:33px;margin-bottom:11px}.section-head p{font-size:18px}.section-head>a{font-size:18px}.section-head>a b{font-size:26px}
  .course-grid{gap:27px}.course-card{border-radius:23px}.thumb{height:248px}.free{left:15px;top:15px;font-size:15px;padding:6px 15px;border-radius:18px}.book{width:66px;height:56px;border-width:5px}.book:after{border-left-width:3px}.thumb:before,.thumb:after{width:71px;height:30px;right:57px;top:47px;border-width:3px}.course-body{height:98px;padding:15px 18px}.tag{padding:5px 11px;border-radius:12px;font-size:15px}.course-body h3{font-size:20px;margin-top:10px}
  .compact{gap:27px}.compact .thumb{height:180px}.compact .course-body{height:98px}.compact .book{width:60px;height:51px}.compact .thumb:before,.compact .thumb:after{right:33px;top:35px;width:59px;height:24px}
  #categories{padding:74px 0 77px}.category-grid{gap:18px}.category{height:101px;border-radius:21px;padding:18px 23px}.category.large{gap:20px}.category:not(.large){gap:18px}.category:after{right:27px;font-size:32px}.category span{width:56px;height:56px;flex-basis:56px;border-radius:18px}.category span:after{width:29px;height:29px;border-radius:11px}.category h3{font-size:21px}.category p{font-size:15px;margin-top:8px;margin-right:38px}
  footer{height:122px}.footer-inner .brand{font-size:20px}.footer-inner .brand-icon{width:38px;height:38px;border-radius:14px}.footer-inner .brand-icon i{border-top-width:8px;border-bottom-width:8px;border-left-width:12px}.footer-inner p{font-size:17px}
  .chart{left:42px;top:48px;width:32px;height:24px}.chart:before{font-size:26px}.dotline{left:110px;top:59px;width:71px}.flask{right:45px;bottom:33px;width:23px;height:41px}
}

/* Reference-style Tiancheng footer */
.tc-footer{height:auto!important;color:#172033;background:#fff}
.tc-footer *{box-sizing:border-box}
.tc-footer-cta{padding:64px 0 56px;text-align:center;background:linear-gradient(115deg,#edf3ff 0%,#f6f1ff 55%,#edf5ff 100%);border-top:1px solid #e1e7ef}
.tc-footer-cta h2{margin:0;font-size:40px;line-height:1.25;color:#111827}
.tc-footer-subtitle{margin:15px 0 24px;font-size:17px;color:#6f7787}
.tc-footer-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;max-width:720px;margin:0 auto}
.tc-action{height:50px;padding:0 16px;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.tc-action:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(40,112,236,.14)}
.tc-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tc-action-light{background:#fff;color:#172033;border:1px solid #dbe4f0}.tc-action-phone{background:linear-gradient(100deg,#2468eb,#78a7f7);color:#fff}.tc-action-whatsapp{background:#25b968;color:#fff}
.tc-qr-action{position:relative;display:block;outline:none}
.tc-qr-popover{position:absolute;z-index:20;left:50%;bottom:calc(100% + 14px);width:190px;padding:14px;border-radius:14px;background:#fff;color:#172033;box-shadow:0 18px 45px rgba(13,5,35,.3);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:.2s;pointer-events:none}
.tc-qr-popover:after{content:"";position:absolute;left:50%;bottom:-7px;width:14px;height:14px;background:#fff;transform:translateX(-50%) rotate(45deg)}
.tc-qr-popover strong,.tc-qr-popover small{display:block}.tc-qr-popover strong{margin-bottom:9px;font-size:14px}.tc-qr-popover small{margin-top:6px;color:#667085}
.tc-qr-popover img{display:block;width:100%;height:auto;border-radius:8px}
.tc-qr-action:hover .tc-qr-popover,.tc-qr-action:focus .tc-qr-popover,.tc-qr-action:focus-within .tc-qr-popover{opacity:1;visibility:visible;transform:translate(-50%,0)}
.tc-footer-benefits{display:flex;justify-content:center;gap:28px;margin-top:22px;font-size:13px;color:#667085}
.tc-footer-info{padding:0;background:#fff;border-top:1px solid #e1e7ef}
.tc-footer-nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:30px;}
.tc-footer-logo img{display:block;width:105px;height:auto}
.tc-footer-nav nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:22px}.tc-footer-nav nav a{color:#596579;font-size:13px}.tc-footer-nav nav a:hover{color:#2870ec}
.tc-office-tabs{display:flex;gap:8px;padding:28px 0 18px}.tc-office-tabs span{padding:10px 27px;color:#7b8493}.tc-office-tabs span:first-child{background:#eaf1ff;color:#2870ec;border-radius:8px;font-weight:700}
.tc-office-card{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:24px;border:1px solid #e0e7f0;border-radius:12px;background:#f7f9fc}
.tc-office-card h3{margin:0 0 8px;font-size:16px;color:#172033}.tc-office-card p{margin:0;color:#667085;font-size:13px;line-height:1.7}
.tc-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:30px 0 38px}.tc-contact-grid a{display:flex;align-items:center;gap:13px;color:#172033}
.tc-contact-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;background:#eaf1ff;color:#2870ec;font-size:20px}
.tc-contact-grid small,.tc-contact-grid strong{display:block}.tc-contact-grid small{margin-bottom:4px;color:#8a94a5;font-size:12px}.tc-contact-grid strong{font-size:14px}
.tc-footer-legal{min-height:85px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px;border-top:1px solid #e6ebf2;color:#838c9b;font-size:12px}
.tc-footer-legal p{margin:0;line-height:1.8}.tc-footer-legal a{color:inherit}.tc-footer-legal a:hover{color:#2870ec}.tc-footer-legal>strong{text-align:center;color:#596579;font-weight:500}.tc-footer-systems{text-align:right}
@media(max-width:760px){
  .tc-footer-cta{padding:42px 0 38px}.tc-footer-cta h2{font-size:28px}.tc-footer-subtitle{font-size:14px;line-height:1.6}
  .tc-footer-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;max-width:520px}.tc-qr-action,.tc-action{width:100%}.tc-action{height:48px;padding:0 10px;font-size:13px}
  .tc-footer-benefits{flex-wrap:wrap;gap:8px 16px;line-height:1.7}
  .tc-qr-popover{width:160px}.tc-footer-nav{padding:22px 0;align-items:flex-start;flex-direction:column}.tc-footer-nav nav{justify-content:flex-start;gap:14px 20px}
  .tc-office-card,.tc-contact-grid,.tc-footer-legal{grid-template-columns:1fr}.tc-office-card{gap:22px;padding:20px}.tc-contact-grid{gap:18px;padding:26px 0}
  .tc-footer-legal{padding:22px 0;gap:12px}.tc-footer-legal>strong,.tc-footer-systems{text-align:left}
}
@media(max-width:390px){.tc-qr-popover{bottom:calc(100% + 10px)}}

/* Force the four consultation cards into two equal mobile columns. */
@media(max-width:900px){
  .tc-footer-cta .container{width:calc(100% - 30px);max-width:none}
  .tc-footer-actions{display:flex!important;flex-wrap:wrap!important;width:100%!important;max-width:none!important;gap:10px!important;margin-left:0!important;margin-right:0!important}
  .tc-footer-actions>.tc-action,.tc-footer-actions>.tc-qr-action{flex:0 0 calc(50% - 5px)!important;width:calc(50% - 5px)!important;max-width:calc(50% - 5px)!important;min-width:0}
  .tc-footer-actions>.tc-action{display:flex!important;align-items:center!important;justify-content:center!important}
  .tc-footer-actions>.tc-qr-action{display:block}
  .tc-footer-actions>.tc-action,.tc-footer-actions>.tc-qr-action>.tc-action{width:100%!important;max-width:none!important}
}

/* Extended company footer */
footer.site-footer{height:auto;padding:38px 0 22px;border-top:1px solid #e4e9ef;background:linear-gradient(180deg,#fff,#f7f9fd);color:#172033}
.site-footer-inner{display:block;height:auto}
.site-footer-main{display:flex;justify-content:space-between;gap:48px;padding-bottom:28px}
.site-footer-location h2{margin:0 0 12px;font-size:20px}
.site-footer-location p{margin:0;color:#667085;font-size:14px;line-height:1.8}
.site-footer-location p span,.site-footer-contact span{color:#94a0b2;margin-right:7px}
.site-footer-contact{display:flex;flex-wrap:wrap;justify-content:flex-end;align-content:flex-start;gap:12px 28px;max-width:650px}
.site-footer-contact a{color:#475467;font-size:14px;white-space:nowrap;transition:color .2s ease}
.site-footer-contact a:hover{color:#2870ec}
.site-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:20px;border-top:1px solid #e6ebf2}
.site-footer-brand{display:flex;align-items:center;gap:22px}
.site-footer-brand .brand{font-size:16px}
.site-footer-brand .brand-icon{width:31px;height:31px;border-radius:11px}
.site-footer-brand strong{font-size:13px;color:#536174;font-weight:600}
.site-footer-record{margin:0;color:#838c9b;font-size:12px;white-space:nowrap}
@media(max-width:760px){
  footer.site-footer{padding:30px 0 20px}
  .site-footer-main,.site-footer-bottom,.site-footer-brand{flex-direction:column;align-items:flex-start}
  .site-footer-main{gap:22px;padding-bottom:24px}
  .site-footer-contact{display:grid;justify-content:start;gap:12px}
  .site-footer-bottom{gap:16px}
  .site-footer-brand{gap:12px}
  .site-footer-record{white-space:normal;line-height:1.7}
}
.header{position:sticky;top:0;z-index:1000;box-shadow:0 1px 0 rgba(15,23,42,.08)}
.category span svg{display:none}.category span:after{content:""!important;display:block!important;width:52%;height:52%;border-radius:34%;background:rgba(255,255,255,.42)}.category h3,.category:after{transition:color .2s ease}.category:hover h3,.category:hover:after{color:#2870ec}
.select-wrap{position:relative;padding:0!important;transition:border-color .2s ease,box-shadow .2s ease}.select-wrap .filter-icon,.select-wrap .select-arrow{position:absolute;top:50%;transform:translateY(-50%);width:17px;height:17px;fill:none;stroke:#6f7b8c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;z-index:2}.select-wrap .filter-icon{left:11px}.select-wrap .select-arrow{right:10px}.select-wrap select{position:relative;z-index:1;appearance:none;-webkit-appearance:none;width:100%;height:100%;padding:0 31px 0 34px!important;cursor:pointer;border:0!important;border-radius:inherit;background:transparent!important;color:#111827}.select-wrap:focus-within{border-color:#3478ef;box-shadow:0 0 0 3px rgba(52,120,239,.22)}.select-wrap:focus-within .select-arrow{stroke:#3478ef}
.search-box button{display:flex;align-items:center;justify-content:center;gap:8px}.button-search-icon{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.play-icon{position:absolute!important;z-index:5;left:50%!important;top:50%!important;width:58px!important;height:58px!important;padding:0!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;display:grid!important;place-items:center!important;opacity:0;transform:translate(-50%,-50%) scale(.78);box-shadow:0 8px 22px rgba(10,15,40,.22);transition:opacity .22s ease,transform .22s ease}.play-icon i{display:block;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid #2870ec;margin-left:4px}.thumb:after{transition:filter .22s ease}.course-card:hover .play-icon{opacity:1;transform:translate(-50%,-50%) scale(1)}.course-card:hover .thumb{background:linear-gradient(135deg,#2d1068,#601bc8)}
@media(min-width:1200px){
  .container{width:min(1215px,calc(100% - 60px))}
  .header{height:70px}.brand{gap:10px;font-size:21px}.brand-icon{width:42px;height:42px;border-radius:14px}.brand-icon i{border-top-width:8px;border-bottom-width:8px;border-left-width:13px}.nav{gap:36px;font-size:16px}.nav a,.nav div{padding:20px 0}
  .hero{height:405px}.hero h1{font-size:58px;margin-bottom:34px}.hero p{font-size:20px;margin-bottom:34px}.hero-actions{gap:18px}.btn{height:53px;padding:0 34px;border-radius:15px;font-size:16px}.btn.primary b{font-size:28px;margin-left:18px}
  .search-shell{height:193px}.search-box{top:32px;width:830px;grid-template-columns:1fr 140px 104px;gap:11px;padding:16px;border-radius:20px}.search-input,.select-wrap{height:51px;border-radius:15px;padding:0 15px}.search-input span{font-size:29px}.search-input input{font-size:16px;padding-left:10px}.select-wrap{padding:0 11px}.select-wrap span{font-size:19px}.select-wrap select{font-size:16px;padding-left:7px}.search-box button{border-radius:15px;font-size:16px}
  .section{padding-bottom:87px}.section.soft{padding-top:64px;padding-bottom:93px}.section-head{margin-bottom:34px}.section-head h2{font-size:29px;margin-bottom:10px}.section-head p{font-size:16px}.section-head>a{font-size:16px}.section-head>a b{font-size:23px}
  .course-grid{gap:24px}.course-card{border-radius:20px}.thumb{height:220px}.free{left:13px;top:13px;font-size:13px;padding:5px 13px;border-radius:16px}.book{width:59px;height:50px;border-width:4px}.book:after{border-left-width:3px}.thumb:before,.thumb:after{display:none;width:63px;height:27px;right:51px;top:42px}.course-body{height:87px;padding:13px 16px}.tag{padding:4px 10px;border-radius:11px;font-size:13px}.course-body h3{font-size:18px;margin-top:9px}
  .compact{gap:24px}.compact .thumb{height:160px}.compact .course-body{height:87px}.compact .book{width:53px;height:45px}.compact .thumb:before,.compact .thumb:after{right:29px;top:31px;width:52px;height:21px}
  #categories{padding:66px 0 68px}.category-grid{gap:16px}.category{height:90px;border-radius:19px;padding:16px 20px}.category.large{gap:18px}.category:not(.large){gap:16px}.category:after{right:24px;font-size:28px}.category span{width:50px;height:50px;flex-basis:50px;border-radius:16px}.category span:after{width:26px;height:26px;border-radius:10px}.category h3{font-size:19px}.category p{font-size:13px;margin-top:7px;margin-right:34px}
  footer{height:108px}.footer-inner .brand{font-size:18px}.footer-inner .brand-icon{width:34px;height:34px;border-radius:12px}.footer-inner .brand-icon i{border-top-width:7px;border-bottom-width:7px;border-left-width:11px}.footer-inner p{font-size:15px}
  .chart{left:37px;top:43px;width:28px;height:21px}.chart:before{font-size:23px}.dotline{left:98px;top:52px;width:63px}.flask{right:40px;bottom:29px;width:20px;height:36px}
}
