.error {
    width: 100%;
    height: 600px;
    margin: 34px auto 0 auto;
    background:url(../../img/error.png)center center no-repeat;
}
.error p{
    width:100%;
    height:auto;
    font-size:24px;
    color:#666666;
    text-align:center;
    padding-top:50px;
}
.error-handle{
    width:100%;
    height:auto;
    text-align:center;
    margin:380px auto 0 auto;
}
.error-handle a{
    display:inline-block;
    margin:0 20px;
    border:none;
    border-radius:4px;
    font-size:14px;
    width:96px;
    height:32px;
    line-height:32px;
}
.error-handle a.go-index{
    background:#ff003c;
    color:#ffffff;
}
.error-handle a.go-back{
    background:#ffffff;
    border:1px solid #dcdcdc;
    color:#666666;
}
