/**
 * 极客实验室（234工具箱）
 * 编写：极客实验室(http://tool.h234.cn)
 * 时间：2022-9-7
 * 转载或复制代码时请保留出处
 */
* {
  padding: 0;
  margin: 0;
}
[un-cloak] {
  display: none;
}
body {
  width: 100vw;
  min-height: calc(100vh - 70px);
  background: #fff;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 16px;
  height: 8px;
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 16px;
  border: 4px solid transparent;
  background-clip: content-box;
  background-color: #d2d2d2;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
@font-face {
  font-family: Alibaba-PuHuiTi-Heavy;
  src: url('https://static.13i.cn/ttf/Alibaba-PuHuiTi-Heavy.ttf');
}
.el-button {
  border-radius: 10px !important;
}
.is-hover:hover {
  box-shadow: 0 8px 24px 0 rgba(97, 111, 184, 0.12);
}
.el-dialog {
  border-radius: 15px !important;
  padding: 20px;
}
.el-dialog__headerbtn {
  margin-top: 10px;
  font-size: 22px;
}
.main-index {
  width: 100vw;
  min-height: 80vh;
  overflow: hidden;
  background-image: linear-gradient(to top, #fff 1%, rgba(255, 255, 255, 0) 17%), linear-gradient(to right, rgba(125, 113, 255, 0.18) -2%, rgba(148, 174, 255, 0.18) 30%, rgba(143, 255, 253, 0.18) 101%);
  background-blend-mode: normal;
  padding-top: 5vw;
  box-sizing: border-box;
  background-repeat: no-repeat;
  position: relative;
}
.down-card {
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.wave_1w87n {
  background: url('imgs/wave_1w87n.svg') repeat-x;
  position: absolute;
  width: 6400px;
  left: 0;
  height: 198px;
  bottom: 0;
  transform: translate(0, 0, 0);
  animation: _wave_1w87n 7s ease infinite;
}
.w87n2 {
  background: url('imgs/wave_1w87n2.svg');
  bottom: 0;
  animation: _swell_1w87n 4s ease infinite;
  opacity: 1;
}
@keyframes _wave_1w87n {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes _swell_1w87n {
  0%,
  100% {
    transform: translate(0, -30px);
  }
  50% {
    transform: translate(0, 5px);
  }
}
.body-col {
  margin-top: 150px;
  margin-bottom: 150px;
}
.body-col .text-title {
  font-size: 55px;
}
.body-col .text-desc {
  font-size: 18px;
}
.body-col .body-text {
  margin-left: 30px;
}
.body-col .col-image-filter {
  width: 200px;
  height: 200px;
  background-image: linear-gradient(-45deg, #637dff 70%, #ffffff 30%);
  filter: blur(150px);
  transform: translate(-50%, -50%);
}
.body-col .body-col-image {
  z-index: 30;
  width: 450px;
  height: 315px;
}
.body-col:first-child {
  margin-top: 20px;
}
.main-title {
  font-size: 55px;
}
.main-show-m {
  display: none;
}
.main-show-p {
  display: block;
}
.el-step__title {
  font-size: 22px;
  font-weight: bold;
}
.is-wait {
  color: var(--el-text-color-primary) !important;
}
.el-card {
  border-radius: 12px;
}
@media (max-width: 992px) {
  .body-img {
    justify-content: center !important;
  }
  .body-text {
    align-items: center !important;
    margin-left: 0 !important;
  }
  .text-title {
    font-size: 42px !important;
  }
  .text-desc {
    font-size: 16px !important;
    text-align: center;
  }
  .body-col {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .body-col-order {
    order: 2;
  }
  .col-image-filter {
    width: 150px !important;
    height: 150px !important;
  }
  .main-show-m {
    display: block;
  }
  .main-show-p {
    display: none;
  }
  .steps-px {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 768px) {
  .el-dialog {
    width: 96% !important;
  }
  .body-img {
    height: 280px !important;
  }
  .body-col-image {
    width: 320px !important;
    height: 224px !important;
    border-radius: 12px !important;
  }
  .main-title {
    font-size: 38px;
  }
}
:root {
  --el-color-primary: #637dff;
  --el-color-primary-light-3: #637dff;
  --el-color-primary-light-5: #a4b2f7;
  --el-color-primary-light-7: #d6dbf6;
  --el-color-primary-light-8: #d9ecff;
  --el-color-primary-light-9: #ecf5ff;
  --el-color-primary-dark-2: #637dff;
}
.demo {
  justify-content: space-around;
  position: relative;
}
