.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
html,
body {
  height: 100%;
}
.not-found {
  background: #faf9fe;
}
.not-found img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
}
.not-found .main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 80px);
}
.not-found .main .con-404 {
  margin-top: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.not-found aside {
  width: 430px;
  height: 230px;
}
.not-found section {
  margin-left: 100px;
}
.not-found dt {
  width: 114px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found dt img {
  width: 111px;
  height: 50px;
}
.not-found dd {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: 280px;
}
.not-found hr {
  margin-top: 20px;
  width: 260px;
  border: none;
  background-color: #ccc;
  height: 1px;
}
.not-found .desc {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  width: 280px;
  margin-top: 10px;
}
.not-found .back-btn {
  width: 100px;
  height: 40px;
  border-radius: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .mt-center {
    width: 100%;
  }
  .not-found .main {
    width: 100%;
  }
  .not-found .main .con-404 {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
