.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    background-image: url(/pictures/error/404-bg.gif);
    height: 570px;
    background-position: center;
    transform: scale(.5);
    max-width: 1030px;
}


.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404 {
    margin-top: -50px;
}