#login{
    width: 100vw;
    height: 100vh;
    background: url('../../public/erqi/img/img_logbg.png') no-repeat 0 0;
    background-size: 100vw 100vh;
}
h1{
    padding-top: 1.8rem;
    padding-bottom: 1.2rem;
    text-align: center;
}
h1 img{
    width: 4.94rem;
}
.safe-verificate{
  width: 5.9rem;
  margin: 0 auto;
}
.safe-verificate .safe-col{
  width: 100%;
  height: 0.8rem;
  padding-bottom: 0.48rem;
  position: relative;
}
.safe-verificate input{
  width: 4.66rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-right: 0.34rem;
  padding-left: 0.88rem;
  border: 0.02rem solid #ECECEC;
  font-size: 0.28rem;
  outline: none;
}
.safe-verificate .safe-errortip{
  position: absolute;
  left: 0;
  bottom: 0.08rem;
  color: #CA3834;
  margin: 0;
  line-height: 0.36rem;
  width: 6.08rem;
  padding-left: 0.32rem;
  background: url("../../public/erqi/img/icon_tip.png") no-repeat 0 0.04rem;
  background-size: 0.26rem;
  display: none;
}
.safe-verificate .safe-verificate-btn{
  width: 100%;
  height: 0.96rem;
  line-height: 0.96rem;
  background-color: #CA3834;
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
  border-radius: 0.16rem;
}
.safe-verificate .disabled{
  background-color: #FFA9A7;
}
.safe-verificate .safe-verificate-reg{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #CA3834;
    height: 0.96rem;
    line-height: 0.96rem;
}
#safe-code{
  padding-right: 2.36rem;
  width: 2.62rem;
}
#safe-getcode{
  position: absolute;
  right: 0.32rem;
  top: 0.2rem;
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #CA3834;
  cursor: pointer;
}
#safe-slider{
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
}
.safe-phonebox .safe-ieplaceholder{
  position: absolute;
  left: 1px;
  top: 1px;
  width: 278px;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  background: #fff;
  color: #999;
}
.safe-codebox .safe-ieplaceholder{
  position: absolute;
  left: 1px;
  top: 1px;
  width: 160px;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  background: #fff;
  color: #999;
}
.safe-verificate .safe-ieplaceholder{
  display: none;
}
.safe-phonebox::after{
    content: '';
    position: absolute;
    left: 0.3rem;
    top: 0.26rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url('../../public/erqi/img/icon_sjh.png') no-repeat 0 0;
    background-size: 0.32rem;
    z-index: 9;
}
.safe-codebox::after{
    content: '';
    position: absolute;
    left: 0.3rem;
    top: 0.26rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url('../../public/erqi/img/icon_sjyzm.png') no-repeat 0 0;
    background-size: 0.32rem;
    z-index: 9;
}
.notclick{
  pointer-events: none;
}
.yidun {
 width: 100%!important;
}

.footer-nav {
    color: #999;
    text-align: center;
    padding: 0.8rem 0;
    margin-bottom: 60px;
        margin-top:-30px;

}
.footer-nav span {
    font-size: 0.28rem;
    border-right: 1px solid #999;
    padding: 0 0.12rem;
}
.footer-nav span:last-child {
    border-right: none;
}
.copyright {
    margin-top: 0.1rem;
    font-size: 0.25rem;
}
.hide {
    display: none !important;
}
.wrong {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrong .text {
    background-color: rgba(0, 0, 0, .6);
    border-radius: 0.122222222rem;
    padding: 0.5rem;
    display: block;
    max-width: 2rem;
    line-height: 1.5;
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
}