.notfound {
  width: 1200px;
  margin: 33px auto 0;
}
.notfound-cont {
  width: 750px;
  margin: 0 auto;
}
.notfound-cont-img {
  width: 750px;
  height: 400px;
}
.notfound-cont-img img {
  width: 750px;
  height: 400px;
}
.notfound-cont-title {
  height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 45px;
  margin: 13px auto 0;
  text-align: center;
}
.notfound-cont-button {
  display: block;
  width: 110px;
  height: 36px;
  background: #FFF1E7;
  border-radius: 4px;
  border: 1px solid #FF6E00;
  color: #FF6E00;
  line-height: 36px;
  text-align: center;
  margin: 20px auto 0;
}
.notfound-cont-button:hover {
  color: #fff;
  background: #FF6E00;
}