@charset "UTF-8";

.tutorial {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 398px;
}
.step1 {
  height: 450px;
}
.step2 {
  height: 450px;
}
.step3 {
  height: 800px;
}
.step4 {
  height: 800px;
}
.step5 {
  height: 800px;
}
.step6 {
  height: 800px;
}
.tab_title h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #fff;
  padding: 4px 16px;
}
.tutorial_title {
  margin-top: 56px;
  margin-bottom: 16px;
}
.picture_hint {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  color: #4b4b4b;
}
.step_text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #d24663;
  margin-bottom: 16px;
}
.step_info {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.44;
  color: #4b4b4b;
  margin-bottom: 16px;
}
.lsj_link {
  color: #d24663;
}
.lsj_link:hover {
  color: #d24663;
}
.log_btn_block {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 300px;
}
.row {
  margin: 0;
}
.col-12 {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bread_crumbs {
    margin-top: 76px;
  }
  .col-xl-12 {
    padding: 0;
  }
  .log_btn_block {
    margin-top: 40px;
    margin-bottom: 166px;
  }
  .tutorial {
    margin: 0 auto;
  }
  .tutorial_title.webview {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .main {
    zoom: 140%;
  }
}
@media screen and (max-width: 384px) {
  .tutorial {
    width: 95vw;
  }
  .step1 {
    height: calc(95vw*390/344);
  }
  .step2 {
    height: calc(95vw*390/344);
  }
  .step3 {
    height: calc(95vw*692/344);
  }
  .step4 {
    height: calc(95vw*692/344);
  }
  .step5 {
    height: calc(95vw*691/344);
  }
  .step6 {
    height: calc(95vw*753/344);
  }
}
@media screen and (max-width: 240px) {
  .bread_crumbs {
    margin-top: 45px;
  }
}
