/* codex-phase46-yuyue-edu-path-card-line-fix start */
body.codex-well-site.codex-yuyue-body .brand-yuyue #path .path-card{
  border-top:0!important;
  border-right:1px solid rgba(148,163,184,.20)!important;
  border-bottom:1px solid rgba(148,163,184,.20)!important;
  border-left:4px solid #0f766e!important;
  box-shadow:0 10px 26px rgba(15,23,42,.06)!important;
  background:linear-gradient(180deg,#fff,#f9fbff)!important;
}
body.codex-well-site.codex-yuyue-body .brand-yuyue #path .path-card:after{display:none!important;content:none!important}
body.codex-well-site.codex-yuyue-body .brand-yuyue #path .path-card>div:before{
  content:"";
  display:block;
  width:34px;
  height:3px;
  border-radius:999px;
  margin:0 0 9px;
  background:linear-gradient(90deg,#0f766e,#f4c75f);
}
@media(max-width:620px){
  body.codex-well-site.codex-yuyue-body .brand-yuyue #path .path-card{border-left-width:3px!important;padding-top:14px!important}
  body.codex-well-site.codex-yuyue-body .brand-yuyue #path .path-card>div:before{width:30px;margin-bottom:8px}
}
/* codex-phase46-yuyue-edu-path-card-line-fix end */
