.TipBgCircle {
  position: relative;
}
.TipBgCircle::before {
  content: "";
  display: block;
  width: 126px;
  height: 126px;
  position: absolute;
  top: -80px;
  left: 47px;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(360deg, rgba(117, 50, 163, 0) 0%, #7532A3 5%, #7E2F9F 20%, #972695 46%, #C01985 79%, #E0107A 100%);
}
.normalLinearBtn {
  background: linear-gradient(90deg, #7532A3 0%, #7E2F9F 20%, #972695 46%, #C01985 79%, #E0107A 100%);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
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 {
  background: linear-gradient(90deg, #7532A3 0%, #7E2F9F 20%, #972695 46%, #C01985 79%, #E0107A 100%);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  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%);
  }
}
