*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400
}

strong {
  font-weight: 700
}

body {
  -webkit-font-smoothing: antialiased
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
  min-height: 100%;
  min-width: 320px;
  background-color: #f6f8fa;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  color: #333;
  text-decoration: none;
  transition: color .3s, background-color .3s
}

a:hover {
  text-decoration: none
}

a.hover-underline:hover {
  text-decoration: underline
}

.card {
  margin-top: 12px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px
}

.card-header {
  text-align: center;
  padding: 20px 0
}

.card-header .card-tips {
  font-size: 13px;
  color: #f60;
  margin-top: 4px
}

.card-body {
  padding: 0 20px 20px
}

.card-title,
.card-subtitle {
  display: flex;
  align-items: center;
  justify-content: center
}

.card-title:before,
.card-title:after,
.card-subtitle:before,
.card-subtitle:after {
  content: "";
  display: block;
  margin: 0 12px
}

.card-title {
  font-weight: 700;
  font-size: 18px;
  color: #025df6
}

.card-title:before,
.card-title:after {
  margin-top: 2px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #3c85ff80;
  transform: rotate(45deg)
}

.card-title:before {
  box-shadow: -10px 10px #3c85ff4d, -20px 20px #3c85ff1a
}

.card-title:after {
  box-shadow: 10px -10px #3c85ff4d, 20px -20px #3c85ff1a
}

.card-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin-top: 4px
}

.card-subtitle:before,
.card-subtitle:after {
  width: 32px;
  height: 1px
}

.card-subtitle:before {
  background: linear-gradient(to right, transparent, #e5e5e5)
}

.card-subtitle:after {
  background: linear-gradient(to right, #e5e5e5, transparent)
}

.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #00000080
}

.backdrop--transparent {
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none
}

.matte {
  z-index: 1000;
  transition: all .3s;
  pointer-events: none;
  opacity: 0
}

.matte.in {
  pointer-events: auto;
  opacity: 1
}

.close {
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  display: block;
  overflow: hidden;
  font-size: 0;
  border-radius: 50%;
  outline: none;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, .5);
  background-color: #0003
}

.close:before,
.close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center center
}

.close:before {
  height: 2px;
  width: 50%
}

.close:after {
  height: 50%;
  width: 2px
}

.close:active {
  opacity: .8
}

.modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 80%;
  max-width: 320px;
  background-color: #ffffffeb;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px #00000014;
  transition: transform .3s, opacity .3s;
  backface-visibility: hidden;
  transform: translate(-50%, -50%) scale(1.2)
}

.modal.in {
  z-index: 1000;
  backface-visibility: visible;
  transform: translate(-50%, -50%) scale(1)
}

.modal-close {
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 9;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  border: 2px solid rgba(255, 255, 255, .5);
  background-color: #0003
}

.modal-body {
  padding: 20px 24px
}

.modal-header h2 {
  font-size: 16px
}

.modal-header {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  line-height: 1.4285714286;
  border-radius: 5px 5px 0 0;
  background-color: #0000001a
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px
}

.modal-footer .btn {
  height: 36px;
  margin: 0 8px;
  min-width: 100px;
  font-size: 14px
}

.modal-loading {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 32px;
  color: #fff;
  background-color: #000000bf;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: none
}

.message {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 24px
}

.message-icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 24px auto
}

.message-icon:before,
.message-icon:after {
  content: "";
  position: absolute;
  border-radius: 100px;
  background-color: #fff
}

.message-icon--success {
  background-color: #13ce66;
  background-image: linear-gradient(135deg, #29e050 0, #13ce66);
  box-shadow: 0 0 0 12px #13ce660d, 0 3px 6px #13ce6666
}

.message-icon--success:before {
  top: 30px;
  left: 20px;
  width: 8px;
  height: 20px;
  opacity: .7;
  transform: rotate(-45deg)
}

.message-icon--success:after {
  top: 31px;
  left: 21px;
  width: 34px;
  height: 8px;
  transform: rotate(-45deg)
}

.message-icon--warn {
  background-color: #ff720b;
  background-image: linear-gradient(135deg, #fb922f 0, #ff720b);
  box-shadow: 0 0 0 12px #fb922f0d, 0 3px 6px #fb922f66
}

.message-icon--warn:before {
  top: 12px;
  left: 28px;
  width: 8px;
  height: 30px
}

.message-icon--warn:after {
  left: 28px;
  bottom: 10px;
  width: 8px;
  height: 8px;
  opacity: .7
}

.message-icon--wait {
  background-color: #ff720b;
  background-image: linear-gradient(to right, #fb922f, #ff720b);
  box-shadow: 0 0 0 12px #ff720b0d, 0 3px 6px #ff720b66
}

.message-icon--wait:before {
  top: 14px;
  left: 26px;
  width: 8px;
  height: 28px
}

.message-icon--wait:after {
  top: 34px;
  left: 28px;
  width: 24px;
  height: 8px;
  opacity: .7
}

.message-content {
  font-size: 14px;
  color: #333
}

.message-content h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px
}

.message-footer {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.message-footer .btn {
  height: 36px;
  margin: 0 8px;
  min-width: 100px;
  font-size: 14px
}

.container {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 0 16px
}

.footer {
  padding: 16px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #999
}

.jumbotron {
  position: relative;
  text-align: center;
  background-color: #0a9ef9;
  background-image: linear-gradient(to bottom, #00acdf, #0a9ef9)
}

.jumbotron-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center
}

.jumbotron-info {
  width: 100%;
  position: relative;
  z-index: 5
}

.jumbotron-caption {
  padding-top: 32px
}

.jumbotron-caption .logo {
  display: block;
  margin: auto;
  width: 50%;
  max-width: 180px
}

.jumbotron-caption .salon {
  margin: 32px auto 0;
  width: 90%;
  max-width: 320px;
  text-align: center
}

.jumbotron-caption .salon--ios {
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 300;
  color: #fff
}

.jumbotron-salon {
  color: #fff;
  padding-top: 20px
}

.jumbotron-salon .salon {
  font-size: 24px;
  color: #ff0;
  padding-bottom: 8px
}

.jumbotron-salon p {
  font-size: 15px;
  font-weight: 300;
  margin-top: 4px
}

.jumbotron-preview {
  position: relative;
  z-index: 5;
  padding-top: 24px
}

.jumbotron-preview img {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: auto
}

.jumbotron-mask {
  pointer-events: none;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 150%;
  transform: translate(-50%, -80%);
  opacity: .075
}

.jumbotron-tips {
  position: relative;
  display: block;
  margin-top: 24px;
  margin-bottom: -20px;
  font-size: 14px;
  padding: 12px 16px;
  text-align: center;
  color: #ff0;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .15) 50%, transparent);
  border-radius: 12px
}

.jumbotron-tips--common {
  margin-bottom: 20px;
  margin-top: 8px
}

.jumbotron-tips--small {
  font-size: 12px;
  margin-bottom: 20px
}

.jumbotron-tips--small .lg {
  font-size: 14px
}

.jumbotron-tips .state-tips {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
  color: #27ff00;
  display: flex;
  align-items: center;
  justify-content: center
}

.jumbotron-tips .state-tips:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .5) 50%, transparent);
  transform: scaleY(.5)
}

.jumbotron-tips .state-tips .caution {
  font-size: 14px;
  font-weight: 700;
  color: #fff
}

.jumbotron-tips .state-tips .icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: .3em
}

.jumbotron-login {
  margin: 16px 16px 0
}

.jumbotron-alert {
  margin: 20px 16px 0;
  padding: 12px;
  font-size: 13px;
  text-align: left;
  color: #fc6000;
  background-color: #ffffe3
}

.jumbotron-alert p {
  display: flex;
  line-height: 1.2
}

.jumbotron-alert p:before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  margin: 6px 6px 0 0;
  background-color: currentColor;
  transform: rotate(45deg);
  opacity: .75
}

.jumbotron-alert p+p {
  margin-top: 6px
}

.download-action {
  padding: 16px 8%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.download-action .btn {
  width: 100%;
  border-width: 1.5px;
  font-size: 18px;
  padding: 12px 0;
  margin-top: 32px
}

.download-action .btn .icon {
  width: 28px;
  height: 28px;
  margin-right: 16px
}

.download-action .btn-group {
  width: 100%
}

.download-action .btn-group--has-standby {
  position: relative;
  margin-top: 32px;
  overflow: hidden;
  border: 1.5px solid #fff;
  border-radius: 36px
}

.download-action .btn-group--has-standby .btn {
  margin: 0;
  border: 0 none;
  border-radius: 0
}

.download-action .btn-group--has-standby .btn--has-standby {
  padding: 12px 0
}

.download-action .btn-group--has-standby .btn--standby {
  border-top: 1px dashed rgba(255, 255, 255, .3);
  font-size: 16px;
  padding: 10px 0 12px;
  color: #ffffffbf
}

.gradient-bg {
  position: relative
}

.gradient-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background-image: linear-gradient(to bottom, #0a9ef9, #f6f8fa)
}

.social-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -8px
}

.social-item {
  width: 25%;
  padding: 8px
}

.social-item .icon {
  display: block;
  width: 100%;
  transition: transform .2s;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 12px;
  box-shadow: 0 1px 6px #1f23291a
}

.social-item .text {
  display: none
}

.social-map {
  margin: -36px -16px 0
}

.social-map img {
  display: block;
  width: 100%;
  transform: scale(1.2)
}

@media (min-width: 420px) {
  .social-list {
    justify-content: center
  }

  .social-item {
    width: 20%;
    max-width: 72px
  }

  .social-map {
    transform: scale(1);
    margin-bottom: -48px
  }
}

.superiority-list {
  position: relative;
  display: flex;
  margin: 0 -12px
}

.superiority-item {
  flex: 1;
  padding: 0 12px 4px;
  text-align: center;
  font-size: 13px;
  color: #666
}

.superiority-item .icon {
  width: 72px;
  height: 72px
}

.superiority-item h3 {
  color: #333;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 16px
}

.features-item {
  display: flex;
  position: relative;
  padding: 16px 0;
  margin: -16px 0 -12px;
  color: #888
}

.features-item+.features-item:before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 60px;
  right: 0;
  top: 0;
  border-bottom: 1px solid #eee;
  transform: scaleY(.5);
  transform-origin: 0 100%
}

.features-item .img {
  width: 44px;
  height: 44px;
  margin-top: 2px;
  margin-right: 16px
}

.features-item h3 {
  color: #333;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px
}

.weixin-browser {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 20px 30px;
  overflow: hidden;
  background-color: #7cb0d633;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.weixin-browser img {
  display: block;
  margin: 0 auto;
  width: 100%
}

.sign-form {
  padding: 0 12px 12px
}

.sign-tabs {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  background-color: #f4f6f9;
  border-radius: 100px
}

.sign-tabs__item {
  flex: 1;
  line-height: 20px;
  padding: 6px 24px;
  font-size: 14px;
  color: #666;
  border-radius: 100px;
  transition: .3s;
  cursor: pointer
}

.sign-tabs__item--active {
  color: #333;
  background-color: #fff;
  font-weight: 700
}

.form-group {
  position: relative;
  margin-top: 16px
}

.control-addon {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  line-height: .4rem;
  color: #3c85ff;
  padding: 0 16px;
  border-radius: 0 100px 100px 0;
  cursor: pointer
}

.control-addon--disabled {
  pointer-events: none;
  color: #ccc
}

.control-addon:active {
  opacity: .75
}

.form-control {
  display: block;
  width: 100%;
  padding: 9px 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  border: 1px solid #e5e5e5;
  transition: border linear .2s, box-shadow linear .2s;
  border-radius: 100px;
  background-color: #fff;
  font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif
}

.form-control--addon {
  padding-right: 100px
}

.form-control::placeholder {
  color: #ccc
}

.form-control:focus {
  color: #333;
  outline: 0;
  border-color: #3c85ff;
  box-shadow: 0 0 0 3px #1485ff4d
}

.form-control-error {
  border-color: #f76260
}

.form-control-succeed {
  border-color: #0cc741
}

.form-control[readonly] {
  opacity: .5
}

.form-control[disabled],
.form-control.disabled {
  opacity: .5;
  cursor: not-allowed
}

.iosdown-item {
  position: relative;
  margin-top: -4px
}

.iosdown-item--border:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #eee;
  transform: scaleY(.5)
}

.iosdown-item__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px
}

.iosdown-item__btn {
  width: 80%;
  max-width: 300px;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px
}

.iosdown-item__btn .icon {
  width: 32px;
  height: 32px;
  margin-right: 12px
}

.iosdown-item__desc {
  color: #666;
  margin-top: 12px;
  font-size: 12px
}

.iosdown-item__desc .red {
  color: #f30
}

.iosdown-item__more {
  margin-top: 12px
}

.iosdown-item__caution {
  display: block;
  color: #fc6000;
  padding: 10px 12px;
  font-size: 11px;
  text-align: center;
  background-color: #ffffe3
}

.step-item {
  position: relative;
  text-align: center;
  margin-top: -10px
}

.step-item__title {
  color: #333;
  font-size: 15px;
  font-weight: 700
}

.step-item__btn {
  padding-top: 10px
}

.step-item__btn .btn {
  width: 80%;
  max-width: 300px
}

.step-item__btn .btn--small {
  width: auto;
  margin: 0 4px
}

.step-item__more {
  margin-top: 12px
}

.step-item__desc {
  margin-top: 12px;
  color: #666;
  font-size: 13px
}

.step-item__desc img {
  display: block;
  max-width: 100%;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 3px 6px #6f6f6f13
}

.step-item__desc img+img {
  margin-top: 12px
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  color: #fff;
  background-color: #00acdf
}

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 50px 0 0
}

.header-title {
  flex: 1;
  text-align: center;
  font-size: 16px
}

.header-back {
  width: 50px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.header-back:active {
  opacity: .8
}

.header-back .icon-back {
  display: block;
  width: 12px;
  height: 12px;
  color: #ffffffbf;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(-135deg)
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px
  }

  .header .container {
    height: 72px;
    padding: 0 72px 0 0
  }

  .header-title {
    font-size: 22px
  }

  .header-back {
    width: 72px
  }

  .header-back .icon-back {
    width: 16px;
    height: 16px;
    border-top: 3px solid;
    border-right: 3px solid
  }

  .card {
    margin-top: 20px;
    border-radius: 20px
  }

  .card-header {
    padding: 32px 0
  }

  .card-header .card-tips {
    font-size: 18px;
    margin-top: 10px
  }

  .card-body {
    padding: 0 32px 32px
  }

  .card-title:before,
  .card-title:after,
  .card-subtitle:before,
  .card-subtitle:after {
    margin: 0 20px
  }

  .card-title {
    font-size: 24px
  }

  .card-title:before,
  .card-title:after {
    width: 8px;
    height: 8px
  }

  .card-subtitle {
    font-size: 16px
  }

  .card-subtitle:before,
  .card-subtitle:after {
    width: 48px
  }

  .footer {
    padding: 20px;
    font-size: 14px
  }

  .jumbotron--android {
    padding: 24px 0 0
  }

  .jumbotron-container {
    flex-direction: row
  }

  .jumbotron-preview {
    width: 40%;
    flex-shrink: 0;
    padding: 10px
  }

  .jumbotron-preview img {
    width: 100%
  }

  .jumbotron-info {
    padding: 48px 0;
    width: 60%;
    text-align: left;
    flex-shrink: 0
  }

  .jumbotron-info--ios {
    width: 100%;
    max-width: 1000px;
    padding-bottom: 0
  }

  .jumbotron-caption {
    padding: 0
  }

  .jumbotron-caption .logo--android {
    width: 300px;
    max-width: 100%;
    margin-left: 0
  }

  .jumbotron-caption .logo--ios {
    width: 300px;
    max-width: 100%
  }

  .jumbotron-caption .salon {
    width: 100%;
    max-width: 62%;
    margin-top: 48px
  }

  .jumbotron-caption .salon--ios {
    margin-top: 20px;
    font-size: 22px;
    padding-bottom: 24px
  }

  .jumbotron-salon {
    padding-top: 32px
  }

  .jumbotron-salon .salon {
    font-size: 40px
  }

  .jumbotron-salon p {
    font-size: 20px
  }

  .jumbotron-tips--small {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-size: 16px
  }

  .jumbotron-tips--small .lg {
    font-size: 18px
  }

  .jumbotron-tips--small .state-tips {
    font-size: 16px
  }

  .jumbotron-tips--small .state-tips .caution {
    font-size: 20px
  }

  .jumbotron-alert {
    margin-top: 48px;
    padding: 18px 20px;
    font-size: 16px
  }

  .jumbotron-alert p:before {
    border-radius: 2px;
    margin: 7px 12px 0 0
  }

  .jumbotron-alert p+p {
    margin-top: 8px
  }

  .download-action {
    padding: 48px 0 0;
    flex-direction: row;
    justify-content: flex-start
  }

  .download-action--has-standby {
    align-items: stretch
  }

  .download-action .btn {
    flex-shrink: 0;
    width: 33%;
    margin: 0 14px 0 0
  }

  .download-action .btn--iso-standby {
    border-radius: 36px
  }

  .download-action .btn--has-standby {
    padding: 10px 0
  }

  .download-action .btn-group {
    flex-shrink: 0;
    width: 44%;
    margin: 0 24px 0 0
  }

  .download-action .btn-group .btn {
    margin: 0;
    width: 100%
  }

  .download-action .btn-group--has-standby .btn--standby {
    font-size: 14px;
    padding: 6px 0 8px
  }

  .social-map {
    margin-top: 0
  }

  .social-list {
    justify-content: space-between;
    padding: 0 12px
  }

  .social-item {
    width: 10%;
    max-width: none;
    padding: 10px
  }

  .social-item:nth-child(4),
  .social-item:nth-child(7) {
    margin-top: 16px
  }

  .social-item:nth-child(3),
  .social-item:nth-child(8) {
    margin-top: 32px
  }

  .social-item:nth-child(2),
  .social-item:nth-child(9) {
    margin-top: 48px
  }

  .social-item:nth-child(1),
  .social-item:nth-child(10) {
    margin-top: 64px
  }

  .superiority-list {
    margin: 0
  }

  .superiority-item {
    font-size: 16px
  }

  .superiority-item .icon {
    width: 108px;
    height: 108px
  }

  .superiority-item h3 {
    margin-bottom: 8px;
    font-size: 24px
  }

  .features-group {
    display: flex;
    flex-wrap: wrap
  }

  .features-item {
    padding: 16px;
    margin: 0;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 33.33333%;
    font-size: 16px
  }

  .features-item+.features-item:before {
    content: none;
    display: none
  }

  .features-item .img {
    width: 64px;
    height: 64px;
    margin: 0 0 16px
  }

  .features-item h3 {
    margin-bottom: 10px;
    font-size: 22px
  }

  .form-group {
    margin-top: 20px
  }

  .sign-form {
    margin: -12px auto auto;
    max-width: 360px
  }

  .sign-tabs__item {
    padding: 8px 32px;
    font-size: 15px
  }

  .iosdown-item {
    margin-top: -10px;
    text-align: center
  }

  .iosdown-item--border:after {
    border-bottom: 1px solid #ddd
  }

  .iosdown-item__title {
    font-size: 22px;
    margin-bottom: 16px
  }

  .iosdown-item__btn {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .iosdown-item__btn .icon {
    width: 36px;
    height: 36px
  }

  .iosdown-item__desc {
    margin-top: 16px;
    font-size: 14px
  }

  .iosdown-item__caution {
    padding: 12px 16px;
    font-size: 14px
  }

  .step-item__title {
    font-size: 22px;
    max-width: 640px;
    margin: auto
  }

  .step-item__btn {
    padding-top: 16px
  }

  .step-item__btn .btn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px
  }

  .step-item__btn .btn--sm {
    margin: 0 8px;
    padding: 10px 24px
  }

  .step-item__more {
    margin-top: 16px
  }

  .step-item__desc {
    font-size: 15px;
    margin-top: 20px
  }

  .step-item__desc img+img {
    margin-top: 20px
  }
}