body {
    line-height: 1.6;
}

.page-404 {
    color: #afb5bf;
    padding-top: 60px;
}

.text-c {
    text-align: center;
}

.ml-20 {
    margin-left: 20px;
}

.va-m {
    vertical-align: middle !important;
}

.page-404 .error-title {
    font-size: 80px;
    margin-top: 0;
}

.page-404 .error-description {
    font-size: 24px;
}

.page-404 .error-info {
    font-size: 14px;
}

.c-primary {
    background: #00a6e8;
    color: #ffffff;
    width: 100px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
}

p {
    margin-bottom: 10px;
}

.tuo-img-error {
    display: block;
    width: 300px;
    /*background: url("images/tuotuo/error/error.png") center no-repeat;*/
    margin: 2% auto 0 auto;
}

.tuo-img-error img {
    width: 300px;
    height: auto;
    margin-left: 20px;
}

