html, body {
    padding: 0px;
    background-color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 0px;
    background-color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-text-size-adjust: none;
    background-attachment: fixed;
    background-image: url(../images/closebg1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.error-page {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.error-page-img {
    max-width: 100%;
    max-height: 300px;
}

.error-page-info {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-left: 30px;
}

.error-page-info h1 {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 10px;
}
img
{
    opacity:0.4;
    filter:alpha(opacity=40); /* IE8 及其更早版本 */
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 999;
    font-size: 16px co;
    font-size: 24px;
    color: #333;
    padding-left: 20px;
    height: 90px;
    background: url(../images/headbg1.jpg) repeat-x left bottom;
}
.error-page-info-desc {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 200%;
    margin-bottom: 16px;
}