@charset "UTF-8";
.page-main[data-v-8daa4bba] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-8daa4bba],
.slide-enter-active[data-v-8daa4bba] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-8daa4bba],
.slide-leave-to[data-v-8daa4bba] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-8daa4bba],
.slide-leave[data-v-8daa4bba] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-8daa4bba] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-8daa4bba] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-8daa4bba] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-8daa4bba]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.title[data-v-8daa4bba] {
  font-family: "Open Sans", sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  color: #163049;
}
.line[data-v-8daa4bba] {
  display: inline-block;
  width: 100%;
  height: 2px;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  background-color: #c29d5c;
}
.desc[data-v-8daa4bba] {
  margin-bottom: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}
.tryAgainBtn[data-v-8daa4bba] {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  color: #c29d5c;
  text-decoration: underline;
  cursor: pointer;
}
.count[data-v-8daa4bba] {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #163049;
}
@media screen and (max-width: 1024px) {
.title[data-v-8daa4bba] {
    font-family: "Open Sans", sans-serif;
    font-size: 0.56rem;
    font-weight: 600;
    line-height: 0.75rem;
    color: #163049;
}
.line[data-v-8daa4bba] {
    display: inline-block;
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 12px;
    background-color: #c29d5c;
}
.desc[data-v-8daa4bba] {
    margin-bottom: 0.75rem;
    font-family: "Open Sans", sans-serif;
    font-size: 0.44rem;
    font-weight: 400;
    line-height: 0.59rem;
}
.tryAgainBtn[data-v-8daa4bba] {
    font-size: 0.44rem;
    line-height: 0.59rem;
}
.count[data-v-8daa4bba] {
    font-size: 0.44rem;
}
}
@charset "UTF-8";
.page-main[data-v-c2da5122] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-c2da5122],
.slide-enter-active[data-v-c2da5122] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-c2da5122],
.slide-leave-to[data-v-c2da5122] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-c2da5122],
.slide-leave[data-v-c2da5122] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-c2da5122] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-c2da5122] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-c2da5122] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-c2da5122]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.mask[data-v-c2da5122] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}
.message-modal[data-v-c2da5122] {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-section[data-v-c2da5122] {
  box-sizing: border-box;
  width: 64%;
  min-width: 31.25rem;
  max-width: 38.13rem;
  height: 80vh;
  padding: 1.25rem 6% 1.56rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.25), 4px 4px 10px rgba(0, 0, 0, 0.25);
}
.curr-step-progress[data-v-c2da5122] {
  line-height: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
}
.curr-step-title[data-v-c2da5122] {
  padding-top: 8px;
  line-height: 1.36;
  font-family: Open Sans, sans-serif;
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 600;
}
.curr-step-desc[data-v-c2da5122] {
  display: inline-block;
  padding: 8px 0 0.75rem;
}
.curr-step-desc .step-desc[data-v-c2da5122] {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  color: #163049;
}
.quession-group[data-v-c2da5122] {
  position: relative;
  display: inline-block;
}
.quession-group .icon-question[data-v-c2da5122] {
  width: 0.84rem;
  height: 0.84rem;
  margin-left: 5px;
  cursor: pointer;
}
.quession-group .icon-question:hover + .quession[data-v-c2da5122] {
  display: inline-block;
}
.quession-group .quession[data-v-c2da5122] {
  position: absolute;
  bottom: -4.88rem;
  left: -6.75rem;
  z-index: 1;
  display: none;
  width: 11.94rem;
  background-image: url(../../static/img/sessionBox.270bdf87.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.quession-group .quession .quession-title[data-v-c2da5122] {
  font-family: Open Sans, sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 600;
  margin: 1.13rem 0.5rem 0 0.63rem;
  line-height: 0.66rem;
  color: #163049;
}
.quession-group .quession .quession-ctn[data-v-c2da5122] {
  font-family: Open Sans, sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 400;
  margin: 8px 0.63rem 0.5rem;
  line-height: 0.63rem;
  color: #163049;
}
.form-item[data-v-c2da5122] {
  margin-bottom: 1rem;
}
.form-item-label[data-v-c2da5122] {
  padding-bottom: 0.5rem;
  line-height: 0.78rem;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
}
.form-item-input[data-v-c2da5122] {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0.5rem;
  line-height: 0.78rem;
  border: 2px solid #bec7cc;
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 400;
}
.form-data-cvv[data-v-c2da5122] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-data-cvv .form-item[data-v-c2da5122] {
  width: 47%;
}
.form-item-control-input-cvv[data-v-c2da5122] {
  position: relative;
}
.form-item-control-input-cvv .form-item-input[data-v-c2da5122] {
  padding-right: 2.06rem;
}
.term-desc[data-v-c2da5122] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.term-desc .desc[data-v-c2da5122] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.75rem;
  line-height: 0.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 400;
}
.term-desc .desc p[data-v-c2da5122] {
  padding-bottom: 0.78rem;
}
.term-desc .desc p[data-v-c2da5122]:nth-last-child(1) {
  padding-bottom: 10px;
}
.term-desc .desc .desc-serial[data-v-c2da5122] {
  margin: 0 5px;
}
.term-desc .show-errors[data-v-c2da5122] {
  font-family: Open Sans, sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  bottom: -0.63rem;
  color: #c22;
}
.check-box[data-v-c2da5122] {
  width: 0.88rem;
  height: 0.88rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
  border: 2px solid #ba9252;
  border-radius: 5px;
}
.check-box img[data-v-c2da5122] {
  width: 0.66rem;
}
.tc-link[data-v-c2da5122] {
  font-weight: 700;
  color: #ba9252;
  text-decoration: underline;
}
.btn-wrapper[data-v-c2da5122] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin-top: 0.75rem;
}
.dpi-button[data-v-c2da5122] {
  width: 37%;
  max-width: 10.63rem;
  height: 1.44rem;
  line-height: 1.31rem;
  color: #ba9252;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 2px solid #ba9252;
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
}
.dpi-button-primary[data-v-c2da5122] {
  line-height: 1.44rem;
  color: #fff;
  background: -webkit-linear-gradient(right, #ccae7c 0%, #ba9252 100%);
  background: linear-gradient(270deg, #ccae7c 0%, #ba9252 100%);
  border: none;
}
.divide-line[data-v-c2da5122] {
  margin: 0.63rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.divide-line .line[data-v-c2da5122] {
  height: 2px;
  background-color: #CAD1D6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.divide-line span[data-v-c2da5122] {
  display: inline-block;
  margin: 0 10px;
  color: #54606C;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
}
.other-operation[data-v-c2da5122] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.94rem;
}
.other-operation .operation-desc[data-v-c2da5122] {
  width: 70%;
  margin-right: 0.47rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.other-operation .operation-desc p[data-v-c2da5122] {
  line-height: 0.78rem;
  color: #163049;
  margin-bottom: 12px;
}
.other-operation .operation-desc p[data-v-c2da5122]:first-child {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
}
.other-operation .operation-desc p[data-v-c2da5122]:last-child {
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
.form-section[data-v-c2da5122] {
    width: 88%;
    min-width: 0;
    max-width: 88%;
    margin: 0 auto 2.31rem;
}
.form[data-v-c2da5122] {
    width: 100%;
}
}
@media screen and (max-width: 1024px) {
.mask[data-v-c2da5122] {
    z-index: 10000;
}
.curr-step-title[data-v-c2da5122] {
    font-family: Open Sans, sans-serif;
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 600;
    padding-top: 0;
    line-height: 0.75rem;
}
.form[data-v-c2da5122] {
    width: 100%;
}
.form-section[data-v-c2da5122] {
    width: 88%;
    min-width: 0;
    max-width: 88%;
    padding: 0.63rem 0.66rem;
    margin: 0.94rem auto 1.5rem;
}
.curr-step-title[data-v-c2da5122] {
    line-height: 0.75rem;
    font-family: Open Sans, sans-serif;
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 600;
}
.curr-step-desc[data-v-c2da5122] {
    display: inline-block;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 0.5rem;
}
.curr-step-desc .step-desc[data-v-c2da5122] {
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.59rem;
    color: #163049;
}
.quession-group .icon-question[data-v-c2da5122] {
    width: 0.56rem;
    height: 0.56rem;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.quession-group .quession[data-v-c2da5122] {
    bottom: -4.88rem;
    left: -4.94rem;
    z-index: 1;
    width: 8.75rem;
    height: 4.91rem;
    background-image: url(../../static/img/sessionBox.270bdf87.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.quession-group .quession .quession-title[data-v-c2da5122] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 600;
    margin: 0.81rem 0.44rem 0;
    line-height: 0.5rem;
    color: #163049;
}
.quession-group .quession .quession-ctn[data-v-c2da5122] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    margin: 8px 0.44rem 0;
    line-height: 0.5rem;
    color: #163049;
}
.term-desc .desc[data-v-c2da5122] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.59rem;
}
.term-desc .desc p[data-v-c2da5122] {
    padding-bottom: 10px;
}
.btn-wrapper[data-v-c2da5122] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    width: 100%;
    margin-top: 0;
}
.dpi-button[data-v-c2da5122] {
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
}
.dpi-button[data-v-c2da5122]:nth-child(2) {
    margin-top: 0;
}
.term-desc .show-errors[data-v-c2da5122] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.59rem;
}
}

/*# sourceMappingURL=app~._src_components_P.0fdadda3.css.map*/