﻿.errorPage {
    box-sizing: border-box;
    padding: 20px;
    background: #f0f0f0;
    border: 1px solid #cfcfcf;
    display: inline-block;
    width: 100%;
    clear: both;
}
.errorPage .top_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.errorPage .top_img {
    margin-bottom: 20px;
    display: block;
}
.errorPage .text_eror {
    text-align: center;
}
.errorPage .text_eror span {
    font-size: 35px;
    line-height: 60px;
    font-weight: 700;
    color: #757575;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.errorPage .text_eror p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
}
@media(max-width:736px) {
    .errorPage .text_eror span {
    font-size: 30px;
    line-height: 50px;
}
}@media(max-width:533px) {
    .errorPage .text_eror span {
    font-size: 19px;
    line-height: 33px;
}
}@media(max-width:360px) {
    .errorPage .text_eror span {
    font-size: 16px;
    line-height: 30px;
}
.errorPage .text_eror p {
    font-size: 14px;
    line-height: 26px;
}
}