.guide-steps {
  position: absolute;
  top: 13.92rem;
  left: 2.133rem;
  right: 1.6rem;
}

.guide-step-inner {
  /* 先给低版本浏览器一个 float 布局兜底 */
  display: block;
  overflow: hidden;
  /* 现代浏览器走 flex */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guide-step-inner:after {
  content: "";
  display: table;
  clear: both;
}

.guide-step-item {
  position: relative;
  float: left;
  width: 2.667rem;
  margin-right: 0.8rem;
  margin-bottom: 0.613rem;
}

.guide-step-item:nth-child(2n) {
  margin-right: 0;
}

.guide-step-item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.guide-step-btn {
  position: absolute;
  bottom: 0.267rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  padding: 0.053rem 0.267rem;
  color: #fff;
  background-color: #000000;
  border: 1px solid #000;
  border-radius: 9.999rem;
  white-space: nowrap;
  font-size: 0.267rem;
  line-height: 1.5;
}

.guide-preview-mask {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.75);
}

.guide-preview-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: 8.8rem;
  max-height: 85vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.guide-preview-image {
  width: auto;
  max-width: none;
  height: auto;
  max-height: 75vh;
  border-radius: 0.2rem;
}

.guide-preview-close {
  margin-bottom: 0.24rem;
  padding: 0.1rem 0.32rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 9.999rem;
  font-size: 0.3rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.footer {
  position: absolute;
  bottom: 1.333rem;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 0.64rem;
}

.footer-btn {
  width: 100%;
  height: 1.227rem;
  font-size: 0.373rem;
  text-align: center;
  display: block;
  line-height: 1.227rem;
  background: #d19c3f;
  background: -webkit-linear-gradient(left, #d19c3f, #96651f);
  background: linear-gradient(to right, #d19c3f, #96651f);
  color: #faeeaa;
  border-radius: 9.999rem;
  border: none;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
}

.guide-image-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.guide-image-modal.is-open {
  display: block;
}

.guide-image-modal-img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 90vw;
  max-height: 78vh;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
}

.guide-image-modal-close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.5rem;
  line-height: 0.82rem;
  background: rgba(0, 0, 0, 0.35);
}

.guide-image-modal-tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  color: #fff;
  font-size: 0.28rem;
  opacity: 0.9;
}

.is-previewable {
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}
