@charset "UTF-8";
.page-main[data-v-68dc543a] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-68dc543a],
.slide-enter-active[data-v-68dc543a] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-68dc543a],
.slide-leave-to[data-v-68dc543a] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-68dc543a],
.slide-leave[data-v-68dc543a] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-68dc543a] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-68dc543a] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-68dc543a] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-68dc543a]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.h-box .global-title[data-v-68dc543a] {
  position: relative;
  padding-bottom: 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 600;
  color: #163049;
}
.h-box .global-title[data-v-68dc543a]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #c29d5c;
}
@media screen and (max-width: 1024px) {
.h-box .global-title[data-v-68dc543a] {
    font-size: 0.56rem;
}
.h-box .global-title[data-v-68dc543a]::after {
    bottom: -8px;
    height: 2px;
}
}
.h-box .global-title[data-v-68dc543a] {
  margin-bottom: 1rem;
}
.h-box .login-box-help[data-v-68dc543a] {
  z-index: 99;
  text-align: left;
  margin-bottom: 0px;
  position: relative;
}
.h-box .login-box-help img[data-v-68dc543a] {
  position: absolute;
  top: 0px;
  right: 0.66rem;
  width: 0.97rem;
  height: 0.97rem;
}
.h-box .login-box-help .login-box-close[data-v-68dc543a] {
  position: absolute;
  box-sizing: border-box;
  top: -0.78rem;
  right: 0;
  width: 2.28rem;
  height: 2.5rem;
  background-color: #163049;
  border-radius: 0px 10px 10px 0px;
}
.h-box .login-box-help .login-box-close img[data-v-68dc543a] {
  top: 0.78rem;
  right: 0.66rem;
}
.h-box .login-box-help .login-help[data-v-68dc543a] {
  position: absolute;
  width: 15.63rem;
  background-color: #163049;
  right: 2.28rem;
  top: -0.78rem;
  border-radius: 10px 0px 10px 10px;
  color: #ffffff;
  text-align: start;
  padding: 0.72rem 1.25rem;
  box-sizing: border-box;
}
.h-box .login-box-help .login-help h1[data-v-68dc543a] {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 0.69rem;
  font-style: normal;
  font-weight: 700;
  font-size: 0.56rem;
  line-height: 0.94rem;
}
.h-box .login-box-help .login-help p[data-v-68dc543a] {
  margin-bottom: 0.47rem;
  line-height: 0.63rem;
}
.h-box .login-box-help .login-help p span[data-v-68dc543a]:first-child {
  font-family: Open Sans, sans-serif;
  font-size: 0.44rem;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 0.5rem;
}
.h-box .login-box-help .login-help p span[data-v-68dc543a]:last-child {
  font-family: Open Sans, sans-serif;
  font-size: 0.44rem;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 0.5rem;
}
.h-box .mfa-info .h-txt[data-v-68dc543a] {
  width: 80%;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 400;
  color: #163049;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; /* 垂直居中 */
}
.h-box .mfa-info .h-txt span[data-v-68dc543a] {
  width: 90%;
  margin-right: 1.25rem;
  vertical-align: super;
}
.h-box .mfa-info .h-info-box[data-v-68dc543a] {
  width: 80%;
  margin-top: 0.63rem;
}
.h-box .mfa-info .h-info-box .h-content[data-v-68dc543a] {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.63rem 10px;
  border-top: #9eacb5 1px solid;
  font-family: Open Sans, sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 600;
}
.h-box .mfa-info .h-info-box .h-content[data-v-68dc543a]:last-child {
  border-bottom: #9eacb5 1px solid;
}
.h-box .mfa-info .h-info-box .h-content img[data-v-68dc543a] {
  width: 1rem;
  height: 1rem;
}
.h-box .mfa-info .h-info-box .h-content .h-info[data-v-68dc543a] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.63rem;
}
.h-box .mfa-info .h-info-box .h-content .h-info .h-info-status[data-v-68dc543a] {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.63rem;
}
.h-box .mfa-info .h-info-box .h-content .h-info .h-info-status.err[data-v-68dc543a] {
  color: #cb0f22;
}
.h-box .mfa-info .h-info-box .h-content .h-info .h-info-status.pass[data-v-68dc543a] {
  color: #378523;
}
.h-box .mfa-info .h-info-box .h-content .h-info .h-info-type[data-v-68dc543a] {
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
}
.h-box .mfa-info .h-info-box .h-content .h-button[data-v-68dc543a] {
  width: 2.5rem;
  border: 2px solid #cc2222;
  border-radius: 8px;
  padding: 10px;
  color: #cc2222;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
.h-box .global-title[data-v-68dc543a] {
    font-family: Open Sans, sans-serif;
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: 12px;
    padding: 0;
}
.h-box .login-box-help img[data-v-68dc543a] {
    top: -1.56rem;
}
.h-box .login-box-help .login-box-close[data-v-68dc543a] {
    top: -2.31rem;
    width: 1.88rem;
    height: 1.88rem;
    background-color: unset;
    border-radius: unset;
    z-index: 99;
}
.h-box .login-box-help .login-help[data-v-68dc543a] {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 9.38rem;
    width: 80%;
    right: 1.13rem;
    top: -1.09rem;
    color: #ffffff;
    padding: 13px 0.63rem;
}
.h-box .login-box-help .login-help h1[data-v-68dc543a] {
    margin-bottom: 10px;
}
.h-box .login-box-help .login-help p[data-v-68dc543a] {
    margin-bottom: 10px;
}
.h-box .login-box-help .login-help p span[data-v-68dc543a]:first-child {
    font-family: Open Sans, sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 600;
}
.h-box .login-box-help .login-help p span[data-v-68dc543a]:last-child {
    font-family: Open Sans, sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 400;
}
.h-box .mfa-info .h-txt[data-v-68dc543a] {
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.69rem;
    padding-top: 0.5rem;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.h-box .mfa-info .h-txt span[data-v-68dc543a] {
    width: 100%;
    margin: 0;
}
.h-box .mfa-info .h-info-box[data-v-68dc543a] {
    width: 100%;
}
}

/*# sourceMappingURL=app~._src_views_Membership_component_MFA_index.vue~0.2bf42285.css.map*/