/*404 page start*/
.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: #000;
    font-size: 55px;
    font-weight: 600;
    line-height: normal;
}

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

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

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

.widget-article .page_404 p {
    color: #000;
    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: #000;
  border: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  height: 35px;
  transition: all 300ms ease-out 0s;
  text-decoration: none;
  background: #e3d7c1;
  width: 100%;
  border-radius: 15px;
  font-family: 'Segoe UI';
  text-align: center;
}

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