.app{
  font-family:'PingFang SC', 'Microsoft YaHei', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  display: flex;
}
.left{
  width: 58%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(150deg,#1067EE,rgba(64,97,242,0.6));
}
.loginbg{
  width: 7.44rem;
}
.right{
  width: 42%;
  display: flex;
  justify-content: center;
  padding: .60rem 0;
  box-sizing: border-box;
}
.rigitem{
  width: 4.82rem;
  display: flex;
  flex-direction: column;
}
.logo{
  display: block;
  width: 2.36rem;
  margin: 0.76rem auto 0.3rem;
}
.ti{
  font-size: 0.26rem;
  margin-bottom: 0.25rem;
}
.item{
  margin-bottom: 0.2rem;
}
.inpitem{
  height: 0.6rem;
  border-radius: 0.06rem;
  border: 0.01rem solid #bbb;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  position: relative;
}
.npil{
  height: 0.22rem;
  margin-right: 0.12rem;
}
input.npir{
  height: 100%;
  flex: 1;
  border: none;
  background-color: transparent;
  font-size: 0.2rem;
}
input:focus{
  outline: none;
}
.inpitem.inpdan{
  outline: 0.01rem solid #f00;
}
.rea{
  padding-top: 0.1rem;
  font-size: 0.18rem;
  color: #ff0000;
  margin-left: 0.02rem;
}
.other{
  display: flex;
  margin-bottom: 0.4rem;
}
.other a{
  color: #1067ee;
  font-size: 0.21rem;
  text-decoration: none;
}
.forg{
  margin-left: auto;
}
.loginbtn{
  background: linear-gradient(117deg, #1067EE, #1EA5ED);
  height: 0.6rem;
  border-radius: 0.06rem;
  color: #ffffff;
  font-size: 0.24rem;
  border: none;
  cursor: pointer;
  width: 100%;
}
.foot{
  display: flex;
  margin-top: auto;
  align-items: center;
}
.fool{
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.foor{
  margin-left: auto;
  text-align: center;
}
.oort{
  width: 0.84rem;
}
.oorb{
  font-size: 0.13rem;
}
.citem{
  margin-bottom: 0.48rem;
}
.del{
  position: absolute;
  right: .13rem;
  width: .21rem;
  cursor: pointer;
}
.companylist{
  position: absolute;
  top: 110%;
  z-index: 100;
  left: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 0.08rem 0.01rem rgb(80 80 80 / 30%);
  font-size: 0.18rem;
  padding: 0.04rem 0;
  max-height: 5rem;
  overflow: auto;
  border-radius: 0.03rem;
}
.grouplist{
  position: absolute;
  top: 110%;
  z-index: 100;
  left: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 0.08rem 0.01rem rgb(80 80 80 / 30%);
  font-size: 0.18rem;
  padding: 0.04rem 0;
  max-height: 5rem;
  overflow: auto;
  border-radius: 0.03rem;
}
.cmli{
  padding: 0.1rem .18rem;
  cursor: pointer;
}
.cmli:hover{
  background-color: #E5E7EB;
  color: #333;
}