#proxyFrame {
  width: 1px;
  height: 1px;
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
}
#ls-login-page * { box-sizing: border-box; }
#ls-login-page ul, #ls-login-page-ol{ padding: 0; margin: 0; list-style: none; }
.ls-main-content .ls-input {
  margin-top: 20px;
}

.ls-simple .ls-input input {
  float: left;
}
.ls-main-content .ls-input input {
  border: 0 none;
  outline: none;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  display:inline-block;
}

.ls-main-content .ls-input p {
  font-size: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px 20px;
  position: relative;
}
.ls-simple .ls-input p {
  padding: 12px 0 12px 25px;
}
.ls-next .ls-input p {
  padding: 12px 0;
}

.ls-main-content .ls-number {
  background-image: url(./ico_phone.png);
}


.ls-main-content .ls-verify {
  background-image: url(./ico_verify.png);
}
.ls-main-content .ls-verify input {
  width: 240px;
  display:block;
}

.ls-main-content .ls-more {
  background: url(./ico_arr_r.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  width: 7px;
  height: 12px;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.ls-main-content .ls-countdown {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 50%;
  margin-top: -10px;
  background: none;
  border: none;
  outline: none;
}

.ls-main-content button:disabled {
  background:#d8d8d8;
  color: #fff;
  border:none;
}
.ls-number button:disabled {
color:#ccc;
background:transparent;
}
.ls-btn-normal {
  border: 0 none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: block;
  height: 44px;
  font-size: 17px;
  color: #fff;
}

.ls-btn-normal:focus {
  outline: none;
}

.ls-main-content .ls-btn-normal {
  margin-top: 20px;
}

.ls-main-content .ls-voice {
  width: 12em;
  margin: 0 auto;
  font-size: 12px;
  padding: 10px;
  height: 46px;
}

.ls-main-content .ls-voice button {
  border: none;
  background: none;
  outline: none;
}
.ls-main-content .ls-voice button:disabled {
  color:#ccc;
}


#ls-login-page>div {
  z-index: 81100;
  width: 300px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 9px;
  padding: 25px 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%); 
  -webkit-transform:translate(-50%,-50%);
  transition: top 0.3s ease;
}
#ls-login-page>.show-pic-code {
  padding: 25px;
}
#ls-login-page>div .ls-pop-close {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(https://passport.qschou.com/sdk/login/assets/ico_close2.png) no-repeat 0 0 /100%;
  right: 12px;
  top: 20px;
}
.ls-crcode{
  margin-right: 16px;
}
.ls-pic-code img { display: block; width: 100%; margin-top:25px;height:50px; }
.ls-pic-code p { text-align: right; margin: 8px 0; }
.ls-code{
  display:flex;
  justify-content: center;
}
.ls-code li{
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #ccc;
  display:block;
  margin: 0 6px;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  box-shadow: none;
}
.ls-code li:focus{
  outline: none;
}
.ls-code.ls-code-err li {
  border-color: #F56467!important;
}

.ls-refresh-token {
  font-size:12px;
}
@keyframes ls-fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes ls-fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.ls-hide {
  display: none;
}

.ls-fadeOut {
  animation: ls-fadeOut .5s;
}

.ls-fadeIn {
  animation: ls-fadeIn .5s;
}

.ls-refresh-code{
  font-size: 12px;
}
.ls-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 38px;
  height: 38px;
  background: transparent url(./ico_close2.png) center center no-repeat;
  background-size: 42%;
  z-index: 80001;
}

.ls-sms-code p {
  color:#999;
  font-size: 16px;
  text-align: center;
  margin:  0 0 25px;
}
.ls-header {
  position: relative;
  line-height: 18px;
  text-align: center;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  margin:0;
}

.ls-btn-white {
  background: #ffffff!important;
  color: #666!important;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
}


.ls-mt {
  margin-top: 25px;
}

.ls-mb {
  margin-bottom: 100px;
}
.ls-bind-phone .ls-close {
  display: none;
}
.ls-bind-phone .ls-pop .ls-close {
  display: block;
}
.ls-bind-phone .ls-pop .ls-btn-normal{
  margin: 40px 0 5px;
}
.ls-bind-phone .ls-btn-normal {
  margin-top: 100px;
}

.ls-bind-phone .ls-main-content {
  margin-top: 25px;
}
.ls-add-phone{
  display: none;
}
.ls-toast {
  width: 164px;
  position: fixed;
  z-index: 8000000;
  left: 50%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  top: 50vh;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  transform:translate3D(-50%, -50%, 20px);

}

.ls-toast p {
  margin: 15px 24px 16px;
}

.ls-toast-error {
  /*
  background-image: url(./ico_err.png);
  background-repeat: no-repeat;
  background-position: center 18%;
  background-size: 9px 40px;
  */
}

.ls-toast-succ {
  /*
  background-image: url(./ico_succ.png);
  background-repeat: no-repeat;
  background-position: center 28%;
  background-size: 60px 40px;
  */
}

.ls-toast-txt p {
  margin: 30px;
}
.ls-sel-phone h4{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.ls-sel-phone p {
  font-size: 12px;
  text-align: center;
  margin: 1em 0;
}
.ls-sel-phone .ls-verify-notice-gray {
  text-align: center;
  margin: 1em 0 0;
  color:#ccc;
}
.ls-sel-user{
  flex-direction: column;
  width: 100%;
  background:#fff;
}
.ls-sel-user .content{
  flex: 1;
  max-height: 30vh;
  margin-bottom: 20px;
  overflow: auto;
}
.ls-sel-user .ls-footer{
  padding-bottom: 20px;
  margin: auto;
  width: 100%;
}
.ls-sel-user ul{
  padding-right: 10px!important;
}
.ls-sel-user li {
  position: relative;
  height: 55px;
  box-sizing: content-box;
  padding: 5px 0;
  background: url(./ico_sel.png) no-repeat 100% 50% / 20px 20px;
}

.ls-sel-user li.act {
  background: url(./ico_sel_act.png) no-repeat 100% 50% / 20px 20px;
}

.ls-sel-user img {
  padding: 5px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.ls-sel-user .ls-name {
  position: absolute;
  left: 60px;
  top: 011px;
  font-size: 16px;
  color: #333333;
}

.ls-sel-user .ls-id {
  position: absolute;
  left: 60px;
  top: 36px;
  font-size: 12px;
  color: #999999;
}


.ls-sel-user .ls-mb {
  margin-bottom: 28px!important;
  width: 100%;
}

.ls-sel-user .ls-btn-normal {
  width: 92%;
  margin: auto;
}

#ls-login-page {
  position: absolute;
  z-index: 8000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  ;
}

.ls-bind-error{
  background:#fff;
  height: 100vh;
  padding: 0 16px;

}
.ls-bind-error p{
  height: 300px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  line-height: 2;
  font-size: 16px;
}
.ls-verify-notice-gray {
  font-size: 13px;
  color: #ccc;
  margin-top: 15px;
  text-align: center;
}

.ls-phone-box {
  margin-top: 25px;
  margin-bottom: 100px;
  max-height: 30vh;
  overflow: auto;
  list-style: none;
  line-height: 2;
}
.ls-phone-box li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 20px;
  color:#666;
  background: url(https://passport.qschou.com/sdk/login/assets/ico_sel.png) no-repeat 90% 50% / 20px 20px;
}

.ls-phone-box li.act {
  background: url(https://passport.qschou.com/sdk/login/assets/ico_sel_act.png) no-repeat 90% 50% / 20px 20px;
}

#ls-login-page,#ls-login-page>div,.ls-bind-error{
  display: none;
}
#ls-login-page.show-simple,
#ls-login-page.show-simple .ls-simple,
#ls-login-page.show-next,
#ls-login-page.show-next .ls-next,
#ls-login-page.show-sms-code,
#ls-login-page.show-sms-code .ls-sms-code,

#ls-login-page.show-bind-phone,
#ls-login-page.show-bind-phone .ls-bind-phone,
#ls-login-page.show-pic-code,
#ls-login-page.show-pic-code .ls-pic-code,
#ls-login-page.show-sel-phone,
#ls-login-page.show-sel-phone .ls-sel-phone,
#ls-login-page.show-sel-user,
#ls-login-page.show-sel-user .ls-sel-user,
#ls-login-page.show-bind-error,
#ls-login-page.show-bind-error .ls-bind-error
{
  display: block;
  overflow:hidden;
}

html {-webkit-tap-highlight-color: transparent;}
a:focus,
input:focus,
button:focus,
textarea:focus,
[class*='van-']:focus {
  outline: none;
}
@-webkit-keyframes van-slide-up-enter {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-up-enter {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes van-slide-up-leave {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-up-leave {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.van-slide-up-enter-active {
  -webkit-animation: van-slide-up-enter 0.3s both ease;
          animation: van-slide-up-enter 0.3s both ease;
}
.van-slide-up-leave-active {
  -webkit-animation: van-slide-up-leave 0.3s both ease;
          animation: van-slide-up-leave 0.3s both ease;
}

[class*='van-hairline'] {
  position: relative;
}
[class*='van-hairline']::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #ebedf0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.van-hairline--top::after {
  border-top-width: 1px;
}

.van-number-keyboard {
  position: fixed;
  z-index: 100001;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-user-select: none;
          user-select: none;
}
.van-number-keyboard__title {
  position: relative;
  height: 40px;
  color: #7d7e80;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.van-number-keyboard__title-left {
  position: absolute;
  left: 0;
}
.van-number-keyboard__body {
  box-sizing: border-box;
}
.van-number-keyboard__close {
  position: absolute;
  right: 0;
  padding: 0 15px;
  color: #1989fa;
  font-size: 14px;
}
.van-number-keyboard__close:active {
  background-color: #f2f3f5;
}
.van-number-keyboard__sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 216px;
}
.van-number-keyboard--custom .van-number-keyboard__body {
  padding-right: 25%;
}

.van-number-keyboard--safe-area-inset-bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.van-key {
  display: inline-block;
  width: 33.33333333%;
  height: 54px;
  font-size: 24px;
  font-style: normal;
  line-height: 54px;
  text-align: center;
  vertical-align: middle;
}
.van-key::after {
  border-width: 1px 1px 0 0!important;
}
.van-key--middle {
  width: 66.66666667%;
}
.van-key--big {
  width: 100%;
  height: 108px;
  line-height: 108px;
}
.van-key--blue,
.van-key--delete {
  font-size: 16px;
}
.van-key--blue {
  color: #fff;
  background-color: #1989fa;
}
.van-key--blue.van-key--active {
  background-color: #1989fa;
}
.van-key--blue::after {
  border-color: #1989fa;
}
.van-key--blue:active {
  background-color: #0570db;
}
.van-key--gray {
  background-color: #ebedf0;
}
.van-key--active {
  background-color: #f2f3f5;
}

.ls-keyboard-open>div{
  top: calc(50% - 123px)!important;
}
#ls-login-page>div input:disabled {
  background: #fff;
}
.cursorDiv{
  display: none;
  height: 25px;
  line-height:25px;
  position: absolute;
  width: 166px;
  background: #fff;
}
.cursorDiv::after{
  content:'|';
  color:#0570db;
  font-size:17px;
  height: 100%;
  margin-left: 0;
  animation: fadeToggleInput 1s infinite;
}

@keyframes fadeToggleInput {
  0% {
    content:'|';
  }
  50% {
    content:'|';
  }
  100% {
    content:'';
  }
}
