.notFound {
  min-width: 1200px;
}

.notFound img {
  width: 100%;
  height: 100%;
}

.notFoundMsg {
  position: absolute;
  left: 34%;
  color: #51a7fe;
  text-align: center;
  margin-top: 3%;
}

.notFoundMsg .desc {
  font-size: 36px;
}

.notFoundMsg .title {
  font-size: 90px;
}

.notFoundMsg button {
  width: 210px;
  height: 66px;
  border-radius: 30px;
  background-color: transparent;
  border: 2px solid #51a7fe;
  color: #51a7fe;
  font-size: 36px;
  font-family: '黑体';
}