@charset "utf-8";.border{position:relative;height:4px}.border:before{content:'';position:absolute;left:0;top:18px;border-bottom:solid 4px rgba(255,255,255,1);animation:border_anim 3s linear forwards}@keyframes border_anim{0%{width:0}100%{width:100%}}