.w {
  background-color: #e97527;
  background-size: 100% 150%;
  background-repeat: no-repeat;
}
.tb_1 {
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  right: -5000px;
  z-index: 20;
}
img {
  display: block;
  width: 100%;
}
.el-input__inner {
  height: 30px !important;
  line-height: 30px !important;
}
.el-input__icon {
  line-height: 30px !important;
}
@media (max-width: 720px) and (min-width: 320px) {
  .el-message-box {
    width: 80%;
  }
}
.el-message-box__message p {
  font-size: 15px !important;
}
.belonger-box {
  position: relative;
  box-sizing: border-box;
  margin-bottom: -1px;
}
.belonger {
  width: 22% !important;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  left: 21%;
  top: 69%;
  box-shadow: 0px 0px 5px 0px #000000;
}
.el-step__title {
  font-size: 15px;
  line-height: 30px;
  margin-left: 10px;
}
.el-step__description {
  width: 50px;
  position: absolute;
  top: -19px;
  margin-left: 4px;
  left: 3px;
}
[v-cloak] {
  display: none;
}
.pay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70% !important;
  max-width: 600px;
  animation: scale 1.2s linear 0s infinite alternate;
}
@keyframes scale {
  0% {
    transform: translateX(-50%) scale(0.8);
  }
  50% {
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    transform: translateX(-50%) scale(0.8);
  }
}