@charset "UTF-8";
/***
-----------------------------
404
----------------------------
**/
.error-wrap {
  margin: 40px auto;
  box-sizing: border-box;
  height: 560px;
  background: #fff url("/res/default/img/error.png") no-repeat 132px 130px;
  border: 1px solid #e6e6e6; }
  .error-wrap .content {
    padding-top: 170px;
    width: 430px; }
  .error-wrap h1 {
    padding-bottom: 24px;
    font: bold 24px "Microsoft Yahei","冬青黑体";
    color: #333; }
  .error-wrap .link {
    font-size: 14px;
    line-height: 2; }
    .error-wrap .link li {
      list-style: decimal inside; }
    .error-wrap .link a {
      font-size: 14px;
      line-height: 2;
      text-decoration: underline; }
