.Page404{
    width: 100%;
    height: 100%;
    background: url('../../images/bg404.png') no-repeat center center;
    background-size: cover;
    left: 0;
    top: 0;
    position: fixed;
    .goHome{
        width: 100%;
        padding-top: 20%;
        text-align: center;
        a{
            display: inline-block;
            padding: 0 .1rem;
            height: .3rem;
            line-height: .28rem;
            border: .01rem solid #fff;
            border-radius: .03rem;
            text-align: center;
            font-size: .12rem;
            color: #fff;
        }
    }
}