.content_404 {
  height: 1000px;
  width: 1230px;
  margin: 20px auto;
  background-color: #fff;
}

.content_404 .text-tit {
  color: #8e8b8b;
  font-size: 20px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}

.content_404 .scrach-box {
  height: 50px;
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.content_404 .scrach-box .inp-box {
  width: 500px;
  border: 3px solid #00a8d4;
  height: 100%;
}

.content_404 .scrach-box .inp-box input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border: none;
}

.content_404 .scrach-box .btn-box {
  width: 110px;
  border: 3px solid #00a8d4;
  height: 100%;
  color: #fff;
  background-color: #00a8d4;
  border-radius: 0px;
}

.content_404 .tit {
  font-size: 20px;
  margin: 0 50px;
  margin-top: 60px;
}

.content_404 .recommend-list {
  margin: 30px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content_404 .recommend-list .list-item {
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
  min-height: 100px;
}

.content_404 .recommend-list .list-item .img-warp img {
  width: 100%;
}

.content_404 .recommend-list .list-item .item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 3px;
}

.content_404 .recommend-list .list-item .item-info {
  display: flex;
  justify-content: space-between;
  margin: 10px 3px;
  color: #ccc;
  font-size: 12px;
}

body {
  background-color: #f9f9f9;
}
