.widget-article .page_404 {
    text-align: center;
    max-width: 360px;
    margin: 50px auto 0;
    border-radius: 0;
    padding: 0
}

.widget-article .page_404 .ops {
    color: #999999;
    font-size: 55px;
    font-weight: 600;
    line-height: normal
}

.widget-article .page_404 .ops .big_font {
    color: #cc6600;
    font-size: 80px;
    margin-right: -17px
}

.widget-article .page_404 .big {
    color: #cc6600;
    font-size: 80px;
    margin-left: -17px
}

.widget-article .page_404 .error {
    font-size: 25px;
    color: #999999;
    line-height: 25px;
    margin: 9px 0 13px 0;
    font-weight: 600
}

.widget-article .page_404 p {
    color: #999999;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    padding: 0;
    margin: 0
}

.widget-article .page_404 a {
    max-width: 160px;
    margin: 20px auto 0;
    display: block;
    padding: 5px 10px;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    height: 35px;
    transition: all 300ms ease-out 0;
    text-decoration: none;
    background: #e3d7c1;
    width: 100%;
    border-radius: 0;
    text-align: center;
    background-color: #cc6600;
}

.widget-article .page_404 a:hover {
    background: #999;
    color: #fff
}
