.error-page{width:100%;height:100%;position:relative;background:#f8f8f9}.error-page .content-con{width:700px;height:600px;position:absolute;left:50%;top:50%;transform:translate(-50%,-60%)}.error-page .content-con img{display:block;width:100%;height:100%}.error-page .content-con .text-con{display:flex;align-items:flex-end;justify-content:center}.error-page .content-con .text-con .code{line-height:52px;font-size:52px;font-weight:700;color:red;margin:0 12px 0 0}.error-page .content-con .text-con .desc{font-size:20px;font-weight:600;color:rgba(0,0,0,.45);margin:0}.error-page .content-con .back-btn{margin-top:25px}