* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f8f8f8;
    -webkit-font-smoothing: antialiased;
}

.error {
    width: 483px;
    margin: 0 auto;
    text-align: center;
    padding-top: 199px;
    font-size: 18px;
    color: #666;
    text-align: center;
    background: #f8f8f8 url(../images/404.jpg) 0 0 no-repeat;
}

.error .remind {
    margin: 30px 0;
}

.error .button {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #c8912d;
    text-decoration: none;
}

.error .button:hover {
    opacity: .9;
}

.app-main__inner {
    background-color: #f8f8f8;
}
