.user-guide .content-wrapper {
  padding: 90px 0;
  text-align: center;
  width: 754px;
  margin: 0 auto;
}
.user-guide .content-wrapper img {
  width: 100%;
  height: 392px;
}
.user-guide .content-wrapper h1 {
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  line-height: 48px;
  width: 490px;
}
.user-guide .content-wrapper .time {
  margin: 20px 0;
  font-size: 16px;
  color: #717171;
}
.user-guide .content-wrapper .steps-content {
  margin-bottom: 100px;
}
.user-guide .content-wrapper .steps-content h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  margin-top: 36px;
}
.user-guide .content-wrapper .steps-content .steps-box {
  margin-top: 27px;
}
.user-guide .content-wrapper .steps-content .steps-box .steps-item:not(.user-guide .content-wrapper .steps-content .steps-box .steps-item:first-child) {
  margin-top: 35px;
}
.user-guide .content-wrapper .steps-content .steps-box .steps-item .mini-title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid #E9E8E8;
}
.user-guide .content-wrapper .steps-content .steps-box .steps-item .mini-title span {
  color: #FF4A53;
}
.user-guide .content-wrapper .steps-content .steps-box .steps-item .content-text,
.user-guide .content-wrapper .steps-content .steps-box .steps-item .tips-text {
  font-size: 16px;
  color: #6F6F6F;
  line-height: 24px;
  text-align: left;
  margin: 25px 0;
}
.user-guide .content-wrapper .steps-content .steps-box .steps-item .tips-text {
  margin: 50px 0 25px 0;
}
.user-guide .content-wrapper .steps-content .steps-box .steps-item .tips-text span {
  color: #000;
  font-weight: bold;
}
.user-guide .content-wrapper .button-wrapper .title {
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
.user-guide .content-wrapper .button-wrapper .icon-subscribe {
  margin: 40px auto 0 auto;
  background-color: #ff555e;
  color: #fff;
  padding: 12px;
  width: 370px;
}
.user-guide .content-wrapper .button-wrapper .icon-subscribe:hover {
  opacity: 0.8;
  cursor: pointer;
}
.user-guide .content-wrapper .button-wrapper .icon-subscribe::before {
  margin-left: 0.5rem;
}
