@charset "UTF-8";
.page-main[data-v-4f1538e8] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-4f1538e8],
.slide-enter-active[data-v-4f1538e8] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-4f1538e8],
.slide-leave-to[data-v-4f1538e8] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-4f1538e8],
.slide-leave[data-v-4f1538e8] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-4f1538e8] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-4f1538e8] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-4f1538e8] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-4f1538e8]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.h-box .global-title[data-v-4f1538e8] {
  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-4f1538e8]::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-4f1538e8] {
    font-size: 0.56rem;
}
.h-box .global-title[data-v-4f1538e8]::after {
    bottom: -8px;
    height: 2px;
}
}
.h-box .global-title[data-v-4f1538e8] {
  margin-bottom: 1rem;
}
.h-box .button[data-v-4f1538e8] {
  width: 14.06rem;
  margin: 0.94rem 0;
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h-box .form-box[data-v-4f1538e8] {
  width: 14.06rem;
  margin: 0.94rem 0;
}
.h-box .form-box .form-item-label[data-v-4f1538e8] {
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.69rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
.h-box .form-box .form-item-input[data-v-4f1538e8] {
  box-sizing: border-box;
  width: 100%;
  height: 1.81rem;
  padding: 12px 12px;
  line-height: 1.06rem;
  border: 2px solid #bec7cc;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
}
.h-box .form-box .form-item-input[data-v-4f1538e8]::-webkit-input-placeholder {
  font-size: 0.75rem;
  color: #cad1d6;
}
.h-box .form-box .form-item-input[data-v-4f1538e8]::-moz-placeholder {
  font-size: 0.75rem;
  color: #cad1d6;
}
.h-box .form-box .form-item-input[data-v-4f1538e8]::-ms-input-placeholder {
  font-size: 0.75rem;
  color: #cad1d6;
}
.h-box .form-box .form-item-input.input-border-err[data-v-4f1538e8] {
  border-color: #c22;
}
.h-box .form-box .form-item-input[data-v-4f1538e8]:-webkit-autofill {
  line-height: 1.06rem;
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
}
.h-box .form-box .login-formitem-group[data-v-4f1538e8] {
  position: relative;
}
.h-box .form-box .login-formitem-group .eye[data-v-4f1538e8] {
  position: absolute;
  top: 50%;
  right: 0.63rem;
  width: 0.88rem;
  height: 0.88rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-box .form-box .new-password-input[data-v-4f1538e8] {
  position: relative;
  margin-bottom: 0.5rem;
}
.h-box .form-box .confirm-password-input[data-v-4f1538e8] {
  position: relative;
}
.h-box .form-box .new-password-rules[data-v-4f1538e8] {
  font-family: Open Sans, sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.63rem;
}
.h-box .form-box .new-password-rules .desc-item[data-v-4f1538e8] {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.h-box .form-box .new-password-rules .desc-item img[data-v-4f1538e8] {
  margin-right: 10px;
}
.h-box .form-box .new-password-rules .desc-item p[data-v-4f1538e8] {
  font-family: Open Sans, sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 600;
}
.h-box .form-box .new-password-rules .desc-item .psw-error[data-v-4f1538e8] {
  color: #7f898f !important;
}
.h-box .form-box .new-password-rules .desc-item .psw-right[data-v-4f1538e8] {
  color: #378523 !important;
}
.h-box .login-btn[data-v-4f1538e8] {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 1.81rem;
  line-height: 1.81rem;
  color: #fff;
  text-align: center;
  background: -webkit-linear-gradient(left, #c29d5c 0%, #d4ba8d 100%);
  background: linear-gradient(90deg, #c29d5c 0%, #d4ba8d 100%);
  border-radius: 10px;
}
.h-box .login-btn-disable[data-v-4f1538e8] {
  cursor: not-allowed;
  background: -webkit-linear-gradient(left, rgba(194, 157, 92, 0.5) 0%, rgba(212, 186, 141, 0.5) 100%);
  background: linear-gradient(90deg, rgba(194, 157, 92, 0.5) 0%, rgba(212, 186, 141, 0.5) 100%);
}
.h-box .error-message[data-v-4f1538e8] {
  font-family: Open Sans, sans-serif;
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 400;
  width: 14.06rem;
  text-align: start;
  margin: 0 auto;
  margin-top: 0.5rem;
  line-height: 0.84rem;
  color: #c22;
  word-wrap: break-word;
}
@media screen and (max-width: 1024px) {
.h-box .global-title[data-v-4f1538e8] {
    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 .form-box[data-v-4f1538e8] {
    width: 100%;
    margin: 0.47rem auto;
}
.h-box .form-box .error-message[data-v-4f1538e8] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    width: 100%;
}
.h-box .button[data-v-4f1538e8] {
    width: 100%;
}
}
@charset "UTF-8";
.page-main[data-v-6e77d074] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-6e77d074],
.slide-enter-active[data-v-6e77d074] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-6e77d074],
.slide-leave-to[data-v-6e77d074] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-6e77d074],
.slide-leave[data-v-6e77d074] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-6e77d074] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-6e77d074] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-6e77d074] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-6e77d074]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.h-box .global-title[data-v-6e77d074] {
  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-6e77d074]::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-6e77d074] {
    font-size: 0.56rem;
}
.h-box .global-title[data-v-6e77d074]::after {
    bottom: -8px;
    height: 2px;
}
}
.h-box .h-txt[data-v-6e77d074] {
  margin-top: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  color: #163049;
}
.h-box .h-content .h-cell[data-v-6e77d074] {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 1.5rem;
  margin-top: 0.75rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.h-box .h-content .h-cell .pc[data-v-6e77d074] {
  width: 100%;
  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;
}
.h-box .h-content .h-cell .pc p[data-v-6e77d074] {
  font-family: Open Sans, sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.63rem;
  color: #54606c;
}
.h-box .h-content .h-cell .pc p[data-v-6e77d074]:last-child {
  margin-left: auto;
}
.h-box .h-content .h-cell .pc img[data-v-6e77d074] {
  margin-right: 1.09rem;
}
.h-box .h-content .h-cell .pc div[data-v-6e77d074] {
  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: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.h-box .h-content .h-cell .pc div img[data-v-6e77d074] {
  width: 1.56rem;
  height: 1.56rem;
  margin-right: 0.75rem;
}
.h-box .h-content .h-cell .pc div p[data-v-6e77d074] {
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  color: #163049;
}
.h-box .h-content .h-cell .pc .now-txt[data-v-6e77d074] {
  color: #c29d5c;
}
.h-box .h-content .h-cell .mobile[data-v-6e77d074] {
  display: none;
}
@media screen and (max-width: 1024px) {
.h-box .global-title[data-v-6e77d074] {
    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 .h-txt[data-v-6e77d074] {
    font-family: Open Sans, sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.69rem;
    padding-top: 0.5rem;
    margin: 0;
}
.h-box .h-content .h-cell[data-v-6e77d074] {
    padding-left: 3%;
    padding-right: 3%;
    display: block;
}
.h-box .h-content .h-cell .pc[data-v-6e77d074] {
    display: none;
}
.h-box .h-content .h-cell .mobile[data-v-6e77d074] {
    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;
}
.h-box .h-content .h-cell .mobile img[data-v-6e77d074] {
    background-size: 0.94rem 0.94rem;
    width: 0.94rem;
    height: 0.94rem;
    padding-right: 10px;
}
.h-box .h-content .h-cell .mobile .mobile-wrapper[data-v-6e77d074] {
    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;
}
.h-box .h-content .h-cell .mobile .mobile-wrapper p[data-v-6e77d074] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.59rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h-box .h-content .h-cell .mobile .mobile-wrapper p[data-v-6e77d074]:nth-child(2) {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 700;
    padding-top: 8px;
}
.h-box .h-content .h-cell .mobile .now-txt[data-v-6e77d074] {
    color: #c29d5c;
}
}

/*# sourceMappingURL=app~._src_views_Membership_component_Security_C.e62e2cff.css.map*/