*{
    margin: 0;
    padding: 0;
}
a{
    margin:0;
    padding:0;
    border:0;
    font-size:14px;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
html,body,.error-box{
    width: 100%;
    height: 100%;
    background: #edecec;
}
.error-icon{
    width: 582px;
    height: 236px;
    margin: 0 auto;
    background: url(../images/403.png) no-repeat center!important;
}

/* 404页面 */
.error-icon404{
    width: 582px;
    height: 236px;
    margin: 0 auto;
    background: url(../images/404.png) no-repeat center!important;
}

/* 404页面 */
.error-icon500{
    width: 582px;
    height: 236px;
    margin: 0 auto;
    background: url(../images/500.png) no-repeat center!important;
}

.error-tips{
    min-width: 150px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    margin: 0 auto 6px;
    text-align: center;
}
.error-choose{
    width: 400px;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    text-align: center;
}
.error-choose a{
    color: #3869ff;
    text-decoration: underline;
}
.error-choose a,.error-choose span{
    padding: 0 3px;
}
