
@charset "utf-8";
/* CSS Document */
@keyframes border{
    from{ width:0;}
    to{ width: 100%;}
}
@keyframes background{
    from{ background-size: 100%;}
    to{ background-size: 120%;}
}

/*导航*/



