body{
    background-color: #f7f7f7 !important;
    font: 14px/150% helvetica,"??????","microsoft yahei",Verdana,Lucida,arial,sans-serif,"????";
    position: relative;
    display: block;
    min-width: 1200px;
    zoom: 1;
}

.err {
    background: #e4e4e4;
    width: 1180px;
    margin: 100px auto;
    background: #f5f5f5;
    padding: 10px;
    box-shadow: 0 0 3px #ccc;
}

.errinner {
    background: #fff;
    padding: 30px 30px 150px;
    border: 1px solid #e4e4e4;
}

.err h1 {
    border-bottom: 1px dashed #ccc;
    font-size: 28px;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 15px;
}

.err .list {
    padding-top: 15px;
}
.err ul.link-list {
    list-style:none;
}
.err ul.link-list>li{
    float:left;
    margin-right:50px;
}

.err li {
    line-height: 1.5;
    padding-bottom: 10px;
}

.err a {
    color: #08c;
}