@charset "UTF-8";
/*屏幕适配*/
html {
  font-size: calc(2000vw / 375);
}

@media all and (min-width: 640px) {
  html {
    font-size: 34px;
  }
}

body #Header {
  box-sizing: border-box;
}

body #Header .nav-title {
  color: #111;
  font-size: 0.9rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body .wrap-content {
  margin-top: 0;
  width: 100% !important;
  padding-top: 50px;
  box-sizing: border-box;
}

body .wrap-content .content-main {
  background-color: transparent;
  padding: 0 1.125rem;
}

body .wrap-content .content-main .top-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body .wrap-content .content-main .top-view .top-logo {
  width: 5.8rem;
  height: 5.4rem;
}

body .wrap-content .content-main .top-view .top-name {
  width: 4.85rem;
  height: 1.15rem;
  margin-top: 0.225rem;
}

body .wrap-content .content-main .con-wrap .check-account-form .choose-mobile-type .input-bg {
  height: 2.5rem;
  background: url(../img/item_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
}

body .wrap-content .content-main .con-wrap .check-account-form .choose-mobile-type .input-bg .outline-input {
  background: transparent;
  color: #111;
}

body .wrap-content .content-main .con-wrap .check-account-form .choose-mobile-type .input-bg input::-webkit-input-placeholder {
  color: #775E49;
}

body .wrap-content .content-main .con-wrap .check-account-form .choose-mobile-type .findpwd-btn {
  height: 2.5rem;
  line-height: 2.5rem;
  background: #B01F2C;
  color: white;
  font-size: 0.85rem;
  font-weight: bold;
}

body .wrap-content .content-main .con-wrap .check-account-form .choose-mobile-type .sms-token-field .check-label:checked::before {
  background-color: #B01F2C;
}
