﻿* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    min-height: 100%;
    background: #f7f7f9;
    scroll-behavior: smooth;
}

img,
input {
    width: 100%;
    height: 100%;
}

input {
    background: none;
    outline: none;
    border: none;
}

ol,
ul {
    list-style: none;
}

button{
    outline:none;
}

.error-page {
    position: relative;
    width: 100%;
    height: 100%;
}

.error-page .error-page-blank-wrap {
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    margin: 25px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.error-page .site-error {
    margin-bottom: 30px;
    text-align: center;
}

.error-page a {
    color: #4a90e6;
    text-decoration: none;
}

.error-page .headline {
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    font-family: Microsoft YaHei;
}

.error-page .error-content-text {
    white-space: pre-line;
    line-height: 1.6;
}