* {
    margin: 0;
    padding: 0;
}
.homePage{
    position: relative;
}
.mainBox {
    width: 100%;
    height: 1080px;
    background: url('./bg.png') center center;
    background-size: cover;
    overflow: hidden;
}

.footerMsg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 240px;
}

.footerMsg p {
    color: #c9c9c9;
    display: inline-block;
    line-height: 56px;
    font-size: 16px;
}

.footerMsg p a {
    color: #c9c9c9;
    text-decoration: none;
}

.footerMsg p:last-child {
    float: right;
}