body {
  min-width: 1900px;
}

.content {
  margin-top: 195px;
  padding-top: 29px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 749px;
  background: no-repeat center;
  background-size: cover;
}

.content-title {
  width: 252px;
  height: 99px;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 31px;
}

.info {
  font-family: HelveticaNeueLTPro-Md;
  font-size: 29px;
  margin-bottom: 8px;
  font-weight: 600;
}

.content p {
  font-family: HelveticaNeueLTPro-Md;
  font-size: 18px;
  width: 582px;
  line-height: 32px;
  color: #252525;
  margin-bottom: 40px;
}

.content p>a {
  color: #0F45F5;
}

.content ul>li {
  margin-bottom: 18px;
  font-family: HelveticaNeueLTPro-Md;
  color: #666;
  font-size: 14px;
  text-decoration: underline;
}

.content ul>li a {
  font-family: HelveticaNeueLTPro-Md;
  color: #666;
  font-size: 14px;
  text-decoration: underline;
}

.content ul>li:hover a {
  color: #000;
}

@media (max-width: 979px) {
  html {
    font-size: 50px;
  }

  body {
    min-width: 100%;
  }

  .content {
    margin-top: 1rem;
    padding-top: 1.48rem;
    background-color: #fff;
    height: 18.14rem;
    background-image: url('/dist/img/m_404_bg.webp') !important;
  }

  .content-title {
    margin: 0 auto .62rem;
  }

  .content .src-box {
    display: flex;
    justify-content: center;
  }

  .info {
    text-align: center;
    font-size: 28px;
  }

  .content p {
    width: 100%;
    text-align: center;
    line-height: 28px;
  }

}