/**
 * 首页
 *
 */

/*公共*/
@import "base.css";
@import "reset.css";

/*导航*/
@import "module/menu.css";
/*动画*/
@import "module/animation.css";

.bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}