.notfound {
  height: 848px;
  background: url(../images/notfoundBg.png) no-repeat center top; }
  .notfound .tipsMsg {
    margin: 250px 0 0 550px; }
    .notfound .tipsMsg li {
      margin-bottom: 20px; }
    .notfound .tipsMsg li:first-child {
      font-size: 28px; }
    .notfound .tipsMsg li:nth-child(2) {
      font-size: 18px; }
    .notfound .tipsMsg li:nth-child(3) {
      font-size: 28px; }
      .notfound .tipsMsg li:nth-child(3) a {
        display: block;
        width: 120px;
        height: 40px;
        color: #333;
        background: #ffd100;
        border: 1px solid #ffd100;
        outline: none;
        cursor: pointer;
        border-radius: 6px;
        font-size: 16px;
        line-height: 40px;
        text-align: center; }
