body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
    color: #333333;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    background: #F5F6FA;
    font-size: 16px;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-style: normal;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    -webkit-text-size-adjust: none;
}


.error_main {
    position: fixed;
    top: 100px;
    left: 0;
    margin-left: 35%;
    width: 30%;
}

.error_btn {
    width: auto;
    display: table;
    margin: 0 auto;
}

.fanhui {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    font-size: 0.85rem;
    float: left;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
    background-color: #001966;
    margin: 0 10px;
}

.error_pic {
    width: 90%;
    float: left;
    margin:0 5% 50px 5%;
}