body {
  background: #F4F6F9;
}

.youshi > div {
  transition: transform 0.5s ease;
  width: 19%;
  height: 379px;
  border-radius: 10px;
}
.youshi > div:hover {
  transform: translateY(-20px);
}
.youshi > div:nth-of-type(1) {
  background: #FF8E08;
}
.youshi > div:nth-of-type(2) {
  background: #68A0FB;
}
.youshi > div:nth-of-type(3) {
  background: #FE6A60;
}
.youshi > div:nth-of-type(4) {
  background: #B767FB;
}
.youshi > div:nth-of-type(5) {
  background: #00BAAD;
}
.youshi > div:nth-child(even) {
  margin-top: 60px;
}
.youshi > div .bg {
  display: block;
  width: 86px;
  height: 83px;
  margin: 50px auto 15px;
}

.btn_create {
  background: #2E83FF;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  margin: 58px auto 82px;
  display: block;
  padding: 10px 25px;
}

.step-content {
  margin: auto;
  background: #fff;
}

.step-liucheng {
  display: flex;
  margin: auto;
  width: 90%;
  padding: 30px 0;
  position: relative;
}

.step-liucheng div p {
  line-height: 3;
}

.step-liucheng div p:nth-child(2) {
  margin-top: 10px;
}

.step-liucheng img {
  margin: auto;
}

.step-order {
  background: #3976E7;
  border-radius: 50%;
  color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 2;
  font-size: 24px;
}

.step-name {
  line-height: 3;
  padding-left: 15px;
  font-weight: bold;
  font-size: 18px;
}

hr {
  width: 175px;
  height: 1px !important;
  background: #7F7F7F;
  margin: 25px 20px !important;
  display: block;
}

.ml1 {
  margin-left: 100px;
}

.use-scheme {
  margin: 127px auto 0;
  background: #F5F9FF;
  padding: 0 10%;
}

.scheme-title {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 30px;
}

.scheme-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.scheme-list div {
  width: 382px;
  height: 162px;
  box-shadow: 1px 1px 4px #c7bcbc;
  border-radius: 5px;
  padding: 20px;
}

.scheme-list div h3 {
  margin-top: 20px;
  font-weight: bold;
}

.scheme-list div p {
  margin-top: 22px;
}

.scheme-list div:first-child {
  background: url(../image/scheme1.png) no-repeat 75% 20%/59px 70px;
}

.scheme-list div:nth-child(2) {
  background: url(../image/scheme2.png) no-repeat 75% 20%/59px 70px;
}

.scheme-list div:last-child {
  background: url(../image/scheme3.png) no-repeat 75% 20%/59px 70px;
}

.scheme-list div:hover {
  /*background: url(../image/scheme1-2.png) no-repeat 75% 20% / 59px 70px #436DED;*/
  background-repeat: no-repeat;
  background-position: 75% 20%;
  background-size: 59px 70px;
  background-color: #436DED;
  border-radius: 5px;
  color: #fff;
}

.scheme-list div:first-child:hover {
  background-image: url("../image/scheme1-2.png");
}

.scheme-list div:nth-child(2):hover {
  background-image: url("../image/scheme2-2.png");
}

.scheme-list div:last-child:hover {
  background-image: url("../image/scheme3-2.png");
}

@media screen and (max-width: 1550px) {
  .step-content {
    width: 100%;
  }
  .step-liucheng div {
    width: 200px;
    padding: 0;
  }
  .step-order {
    margin-left: 15px;
    width: 87px;
  }
  .scheme-list div {
    width: 320px;
  }
}

/*# sourceMappingURL=produce.css.map */
