
/* 微信登录 */
.lph-login #code_image_container {
  width: 162px;
  height: 162px;
  margin: 30px auto 0 auto;
  border: 1px solid #41b883;
}
.lph-login #code_image_container iframe{
  width: 100%!important;
  height:  100%!important;
}
.qrCode-login{
  position: relative;
}
.qrCode-login .chromeTips{
  width: 280px;
  height:33px;
  text-align: center;
  line-height: 33px;
  border:1px solid #ff6666;
  background:#fef0f0;
  color:#ff6666;
  font-size: 13px;
  font-weight: bold;
  margin:0 auto;
  border-radius: 3px;
  cursor: pointer;
  display: none;
}
.qrCode-login .tit{
  font-size: 16px;
  color:#666;
  /*letter-spacing: 2px;*/
  margin-top:26px; 
  margin-bottom: 62px;
  line-height: 30px;
  text-align: center;
}
.qrCode-login #defaultLoad{
  position: absolute;
  top: 69px;
  left: 137px;
  width: 160px;
  height: 160px;
  border:1px solid #E2E2E2;
  text-align: center;
  font-size: 14px;
  color:#999;
  background: #fff;
}
.qrCode-login #defaultLoad img{
  width: 40px;
  margin: 45px auto 20px auto

}
/* 账户登录 */
.lph-login .item-box{
  display: none;
  padding: 44px 44px 0 44px;
  position: relative;
}
.lph-home-box .item-box.cur{
  display: block;
}
.forget-pwd{
  color:#999;
  position: absolute;
  right: 60px;
  line-height: 20px;
  bottom: 92px;
  font-size: 13px;
}
.lph-home-box .account-login .row .inp .accountNum,
.lph-home-box .account-login .row .inp .accountPwd{
  width: 268px;
}
.lph-login .account-login .submit-btn{
  margin:30px 0  70px 0;
}
.lph-login .account-login.haveAuth .submit-btn{
  margin:30px 0  40px 0;
}

.lph-home-box .account-login .row-auth {
  display: none;
}
.lph-home-box .account-login .row-auth .inp{
  padding-right: 57px;
  position: relative;
}
.lph-home-box .account-login .row-auth .inp img{
  position: absolute;
  width: 52px;
  height: 32px;
  right: 0;
  bottom: 6px;
}
.lph-home-box .account-login .row-auth .inp .inp-wrap{
  width: 225px;
}

/* 手机验证登录 写入公共样式，供绑定手机账户页面使用*/
.lph-login .phone-login .row-phone .inp .inp-wrap{
  width: 280px;
}
.lph-login .phone-login .row-phone input{
  overflow: hidden;
  width: 200px;
}
.lph-login .phone-login .row-authCode input{
  width: 178px;
}
.lph-login .item-box .row-authCode .inp .clear{
  margin-right: 8px;
  margin-left: 0;
}
.loginLoading{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top:150px;
  background: rgba(255, 255, 255, 0.92);
  z-index:10;
  text-align: center;
  font-size: 14px;
  color:#666;
  display: none;
}
.loginLoading img{
  width: 50px;
  margin: 70px 0 30px 0;
}
.chromeTipPop{
  position: fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index: 10;
  display: none;
}
.chromeTipPop .main{
  width:360px;
  height:462px;
  border:1px solid #dcdcdc;
  padding:20px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -201px;
  margin-top: -250px;
}
.chromeTipPop .main .close{
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../images/close.png);
  right: -40px;
  top:0;
  cursor: pointer;
}
.chromeTipPop h2{
  font-size: 15px;
  color:#5abc8b;
  font-weight: bold;
}
.chromeTipPop .main .part1{
  padding-top: 10px;
  font-size: 14px;
  color:#666;
  line-height: 24px;
  text-indent: 20px;
}
.chromeTipPop .main  .part2{
  background: #f2f2f2;
  line-height: 24px;
  color:#333;
  margin-top: 10px;
  font-size: 14px;
  padding:10px;
}
.chromeTipPop .tips{
  text-align: center;
  padding-top: 10px;
}
.chromeTipPop .tips span{
  cursor: pointer;
  color:#5abc8b;
}