/*    base    */
.ys_container {
  background: #fff !important; }

#scroller {
  padding-top: 0.3rem; }

/*  common   */
.nav-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.16rem;
  height: 0.47rem; }
  .nav-tab .icon-goback {
    height: 100%;
    width: 0.48rem;
    position: relative; }
    .nav-tab .icon-goback::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      content: " ";
      display: block;
      width: 0.23rem;
      height: 0.23rem;
      background: url("./../../images/components/topbar/icon-back.png") no-repeat center center;
      background-size: auto 100%; }
  .nav-tab .nav-tab-title {
    text-align: center;
    flex: auto;
    color: #121c32;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.23rem; }
  .nav-tab .go-register {
    color: #d7000f;
    font-size: 0.16rem;
    line-height: 0.22rem; }

.logo {
  display: block;
  width: 1.17rem;
  height: 0.62rem;
  margin: 0 auto;
  padding: 0.21rem 0 0.61rem; }

.form {
  padding: 0 0.27rem; }
  .form .form-header {
    color: #121c32;
    font-size: 0.26rem;
    line-height: 0.35rem;
    margin-bottom: 0.2rem; }
  .form .form-body .form-field {
    height: 0.5rem;
    color: #3d445c;
    border-bottom: 1px solid #f3f6fb;
    display: flex;
    align-items: center;
    justify-content: start; }
    .form .form-body .form-field .field-icon {
      width: 0.23rem;
      height: 0.23rem;
      margin-right: 0.11rem; }
    .form .form-body .form-field input {
      font-size: 0.16rem;
      line-height: 0.2rem;
      flex: auto; }
      .form .form-body .form-field input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset; }
      .form .form-body .form-field input::placeholder {
        color: #bec2cc;
        font-size: 0.16rem; }
    .form .form-body .form-field .btn-captcha {
      padding: 0 0.07rem;
      color: #2d59b1;
      font-size: 0.13rem;
      line-height: 0.18rem;
      background: none;
      height: 100%; }
    .form .form-body .form-field .field-icon-after {
      width: 0.23rem;
      height: 0.23rem; }
  .form .form-body .sub-option {
    color: #3d445c;
    font-size: 0.15rem;
    line-height: 0.21rem;
    padding: 0.04rem 0;
    text-align: right; }
    .form .form-body .sub-option a {
      color: inherit;
      display: block; }
  .form .form-footer .form-submit {
    background-color: #d7000f;
    border-radius: 2px;
    height: 0.49rem;
    line-height: 0.49rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    font-weight: 600; }
  .form .form-footer .m_user_page_login_warn {
    color: #d7000f;
    font-size: .15rem;
    display: none; }
  .form .form-footer::after {
    content: '';
    height: 0.5rem;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden; }
  .form .error-msg {
    line-height: 0.3rem;
    color: red;
    padding: 0 0.12rem;
    text-align: left;
    font-size: 0.12rem; }

.cl-gray {
  color: #BEC2CC !important; }

/* sign_in & quick_in */
.toggle-login-type a {
  color: #3d445c;
  font-size: 0.15rem;
  line-height: 0.21rem;
  text-decoration: underline;
  margin-top: 0.15rem;
  width: 100%;
  display: block;
  text-align: center; }

.toggle-login-footer {
  margin: 1.4rem 0 .3rem;
  width: 100%;
  height: .75rem;
  padding: 0 .7rem; }
  .toggle-login-footer .toggle-login-tip {
    text-align: center;
    font-size: .128rem;
    line-height: .18rem;
    color: #999; }
  .toggle-login-footer .toggle-login-register-protocol .checkbox-agree {
    float: left;
    width: .128rem;
    height: .128rem;
    display: inline-block;
    -webkit-appearance: checkbox;
    appearance: checkbox;
    cursor: pointer;
    margin: .02rem .04rem 0 0; }
  .toggle-login-footer .toggle-login-register-protocol .toggle-login-register-text,
  .toggle-login-footer .toggle-login-register-protocol a {
    margin-top: .1rem;
    text-align: center;
    font-size: .128rem;
    line-height: .18rem;
    color: #999; }

/* sign_up */
.agree-terms {
  width: 100%;
  text-align: center;
  padding: 0.15rem 0;
  font-size: 0.15rem;
  color: #3d445c;
  margin-top: 0.18rem; }
  .agree-terms a {
    color: #2d59b1; }

/* sign_up_info */
.sign-up-step {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0.33rem;
  margin: 0.35rem 0 0.5rem; }
  .sign-up-step div.step {
    display: flex;
    align-items: flex-end; }
    .sign-up-step div.step .content {
      position: relative; }
      .sign-up-step div.step .content p {
        position: absolute;
        color: #bec2cc;
        font-size: 0.16rem;
        line-height: 0.2rem;
        margin-top: 0.13rem;
        text-align: center;
        white-space: nowrap;
        transform: translateX(-50%);
        margin-left: 50%; }
      .sign-up-step div.step .content .icon {
        width: 0.34rem;
        height: 0.34rem;
        color: #808595;
        background-color: #fff;
        border: 1px solid #808595;
        border-radius: 50%;
        font-size: 0.16rem;
        line-height: 0.34rem;
        text-align: center; }
    .sign-up-step div.step::after {
      content: " ";
      width: 0.53rem;
      height: 0.01rem;
      background-color: #f3f6fb;
      margin: 0 0.15rem;
      margin-bottom: 0.17rem;
      line-height: 100%;
      display: block; }
    .sign-up-step div.step:last-child::after {
      display: none; }
    .sign-up-step div.step.step-active .content .icon {
      width: 0.41rem;
      height: 0.41rem;
      background-color: #d7000f;
      color: #fff;
      font-size: 0.19rem;
      line-height: 0.41rem;
      border: none; }
    .sign-up-step div.step.step-active .content p {
      color: #3d445c; }
    .sign-up-step div.step.step-ok .content .icon {
      background: url("../../images/event/step-ok.png") no-repeat center;
      background-size: 100%;
      margin: auto;
      border: none; }

.q-select-header-cancel,
.q-select-header-confirm {
  color: #2d59b1;
  font-size: 0.16rem; }

.q-select {
  border-radius: 0.04rem 0.04rem 0rem 0rem; }

/* binding ; sign_skip */
.prompt {
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.23rem;
  font-size: 0.13rem;
  color: #666; }

/* wxchat_bind */
.more {
  color: #2d59b1;
  text-align: center;
  width: 100%;
  text-decoration: underline;
  font-size: 0.15rem;
  line-height: 0.21rem;
  margin-top: 0.15rem; }
