.khzy {
  width: 100%;
  margin-top: 30px;
  min-height: 800px;
}
.open-steps,
.buy-steps {
  margin-top: 10px;
}
.next-step-icon {
  width: 100%;
  height: 70px;
  background:  center / 70px no-repeat;
  margin: 20px 0;
}
.steps {
  width: 100%;
  height: 560px;
  overflow-x: scroll;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 60px;
  background-color: #f4f4f4;
  border-radius: 20px;
}
.steps .step {
  position: relative;
  width: 200px;
  flex-shrink: 0;
  margin-right: 40px;
  height: 100%;
}
.steps .step img {
  width: 100%;
  height: 405px;
  cursor: pointer;
}
.steps .step p {
  margin-top: 10px;
  color: #333333;
  font-weight: 600;
  font-family: pingfang sc;
  font-size: 18px;
  letter-spacing: 0px;
  text-align: center;
}
.steps .tip8 {
  position: absolute;
  width: 165px;
  height: 90px;
  right: -30px;
  bottom: 60px;
  padding: 10px;
  background-color: #c9312c;
  border-radius: 10px;
}
.steps .tip8 span {
  color: #ffffff;
  font-family: pingfang sc;
  font-size: 14px;
  line-height: 1.23;
  letter-spacing: 0px;
  text-align: left;
}
.steps .tip14 {
  z-index: 2;
  position: absolute;
  width: 180px;
  height: 254px;
  box-sizing: border-box;
  right: -210px;
  bottom: 55px;
  padding: 10px;
  background-color: #c9312c;
  border-radius: 10px;
  box-shadow: 5px 5px 0 0 #f5a623;
}
.steps .tip14 p {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: pingfang sc;
  font-size: 14px;
  line-height: 1.23;
  letter-spacing: 0px;
  text-align: left;
}
.steps:last-child {
  justify-content: flex-start;
}
.steps:last-child .step {
  margin-right: 92px;
}
.steps:last-child .step:last-child {
  margin-right: 0;
}
#manual-switch-pre {
  display: none;
  position: fixed;
  z-index: 2016;
  left: 20px;
  top: 50%;
  background-color: #ccc;
  border-radius: 50%;
}
#manual-switch-pre button {
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 10px;
  font-size: 22px;
  font-family: 'fangsong';
  font-weight: 600;
  color: #666;
}
#manual-switch-next {
  display: none;
  position: fixed;
  z-index: 2016;
  right: 20px;
  top: 50%;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 50%;
}
#manual-switch-next button {
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 10px;
  font-size: 22px;
  font-family: 'fangsong';
  font-weight: 600;
  color: #666;
}
/*# sourcemappingurl=khzy.css.map */

@media (max-width: 1200px) {
  .steps {
    overflow-x: auto;
  }
  .steps .step {
    flex-shrink: 0;
    margin-right: 40px;
  }
}
