.hidden {
  display: none !important;
}

#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;
  margin: 0;
}
.ls-next .ls-input p {
  padding: 12px 0;
}

.ls-main-content .ls-number {
  background-image: url(https://passport.qschou.com/sdk/v5/assets/ico_phone.png);
}


.ls-main-content .ls-verify {
  background-image: url(https://passport.qschou.com/sdk/v5/assets/ico_verify.png);
}
.ls-main-content .ls-verify input {
  width: 240px;
  display:block;
}

.ls-main-content .ls-more {
  background: url(https://passport.qschou.com/sdk/v5/assets/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;
  line-height: 45px;
  width: 89%;
  position: absolute;
  z-index: -1;
}
.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-header-desc:not(:empty) {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #757575;
}
.ls-header-desc:not(:empty) + .ls-input {
  margin-top: 10px!important;
}

.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(https://passport.qschou.com/sdk/v5/assets/ico_sel.png) no-repeat 100% 50% / 20px 20px;
}

.ls-sel-user li.act {
  background: url(https://passport.qschou.com/sdk/v5/assets/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-protocol,
#ls-login-page.show-protocol .ls-protocol,
#ls-login-page.show-bind-error,
#ls-login-page.show-bind-error .ls-bind-error
{
  display: block;
  overflow:hidden;
}

.body-hide{
  height: 100vh;
  overflow: hidden;
}
.body-hide #app, .body-hide #ssr {
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index: -1;
  height: 100vh;
  overflow: hidden;
}
.body-hide #ls-login-page{
  position: relative;
  z-index: 8000;
  height: 100vh;
}

/* 协议更新弹窗 */
.ls-protocol {
  padding: 0 20px 20px!important;
  border-radius: 16px!important;
}
.ls-protocol h2 {
  font-size: 17px;
  text-align: center;
  padding: 20px 0 12px;
  margin: 0 -20px;
  line-height: 24px;
}
.ls-protocol .protocol-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 12px 0 !important;
}
.ls-protocol .protocol-list:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  pointer-events: none;
}
.ls-protocol .protocol-list li {
  color: #4B8FFB;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  cursor: pointer;
}
.ls-protocol .protocol-list li + li {
  margin-top: 4px;
}
.ls-protocol .protocol-list li.act {
  position: relative;
  font-weight: 500;
}
.ls-protocol .protocol-list li.act:after {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 1px;
  content: "";
  border-bottom: 1px solid currentColor;
}
.ls-protocol .content {
  position: relative;
  font-size: 14px;
  height: 35vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ls-protocol p {
  margin-bottom: 12px;
}
.ls-protocol h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 18px 0;
}
.ls-protocol h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0;
}
.ls-protocol strong {
  text-decoration: underline;
}
.ls-protocol .ls-btn {
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

#ls-login-page .border,
#ls-login-page .border-top,
#ls-login-page .border-bottom {
  position: relative;
}

#ls-login-page .border,
#ls-login-page .border-top::before,
#ls-login-page .border-bottom::before {
  content: "\0020";
  overflow: hidden;
  position: absolute;
}

/* border
 * 因，边框是由伪元素区域遮盖在父级
 * 故，子级若有交互，需要对子级设置
 * 定位 及 z轴
 */
#ls-login-page .border::before {
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #eaeaea;
  transform-origin: 0 0;
}

#ls-login-page .border-top::before,
#ls-login-page .border-bottom::before {
  left: 0;
  width: 100%;
  height: 1px;
}

#ls-login-page .border-top::before {
  top: 0;
  border-top: 1px solid #eaeaea;
  transform-origin: 0 0;
}

#ls-login-page .border-bottom::before {
  bottom: 0;
  border-bottom: 1px solid #eaeaea;
  transform-origin: 0 100%;
}

@media (min--moz-device-pixel-ratio: 1.5) and (max--moz-device-pixel-ratio: 2.49),
(-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 2.49),
(min-device-pixel-ratio: 1.5) and (max-device-pixel-ratio: 2.49),
(min-resolution: 144dpi) and (max-resolution: 239dpi),
(min-resolution: 1.5dppx) and (max-resolution: 2.49dppx) {
  #ls-login-page .border::before {
    width: 200%;
    height: 200%;
    transform: scale(0.5);
  }

  #ls-login-page .border-top::before,
  #ls-login-page .border-bottom::before {
    transform: scaleY(0.5);
  }
}

@media (min--moz-device-pixel-ratio: 2.5),
(-webkit-min-device-pixel-ratio: 2.5),
(min-device-pixel-ratio: 2.5),
(min-resolution: 240dpi),
(min-resolution: 2.5dppx) {
  #ls-login-page .border::before {
    width: 300%;
    height: 300%;
    transform: scale(0.33333);
  }

  #ls-login-page .border-top::before,
  #ls-login-page .border-bottom::before {
    transform: scaleY(0.33333);
  }
}

#ls-login-page .ls-agreement {
  display: flex;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  margin: 12px 0;
}
#ls-login-page .ls-agreement-toggle {
  position: relative;
  min-width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(./ico_sel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 10px;
}
#ls-login-page .ls-agreement-toggle.active {
  background-image: none;
}
#ls-login-page .ls-agreement-toggle.active:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 6px;
  width: 2px;
  height: 7px;
  background-color: #fff;
  border-radius: 2px 2px 0 0 ;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#ls-login-page .ls-agreement-toggle.active:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 12px;
  width: 2px;
  height: 11px;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ls-login-page .ls-agreement-txt-wrapper {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#ls-login-page .ls-agreement-txt a {
  cursor: pointer;
}

#ls-agreement-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100001;
  height: 100vh;
  width: 100vw;
}
.ls-agreement-detail{
  width: 300px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%); 
  -webkit-transform:translate(-50%,-50%);
  transition: top 0.3s ease;
  overflow: hidden;
}
.ls-agreement-detail h2 {
  font-size: 20px;
  text-align: center;
  padding: 18px 15px 8px;
  line-height: 1.75;
}
.ls-agreement-detail .ls-content {
  padding: 0 15px;
  font-size: 14px;
  min-height: 200px;
  max-height: 45vh;
  overflow-x: hidden;
  overflow-y: scroll;
  flex-grow: 1;
}
.ls-agreement-detail p {
  margin-bottom: 12px;
}
.ls-agreement-detail h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 18px 0;
}
.ls-agreement-detail h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0;
}
.ls-agreement-detail .ls-button {
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  border-radius: 0 0 6px 6px;
  cursor: pointer;
}
