@charset "utf-8";
@import (once) "../css/default.less";

/* ////////////////////////////////// */
.maskLeft{
animation-name:maskLeftAnime;
animation-duration:3s;
animation-fill-mode:forwards;
}

@keyframes maskLeftAnime{
from {
width:0%;
}
to {
width:100%;
}
}
