body{
  background-color: #F5F6FA;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}
.loginNew{
  width: 1200px;
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 18px 60px 0px rgba(118, 155, 248, 0.3);
  border-radius: 20px;
  display: flex;
  position: relative;
  z-index: 1;
}
.loginNew-left{
  position:relative;
  width: 691px;
  height: 100%;
  z-index: 1;
}
.loginNew-right{
  flex: 1;
  padding:24px 33px 0  70px;
  position: relative;
  z-index: 10;
}
.loginNew-right-back {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  color: #333;
}
.loginNew-right-back >a{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  color: #333;
}
.loginNew-right-back >a>img{
  width: 20px;
  height: 20px;
  margin-left: 12px;
  cursor: pointer;
}
.loginNew-right-inputSty{
  width: 304px;
}
.loginNew-right-inputSty-item{
  border-bottom: 1px solid #D5D8E1;
  padding: 13px 0;
}
.loginNew-right-inputSty-item input{
  outline: none;
  font-size: 16px;
  /*flex: 1;*/
  margin-left: 10px;
  width: 150px;
}
.loginNew-right-inputSty-item input::placeholder{
  color: #B4B9D0;
}

.loginNew-right-inputSty-item.error-parent {
  border-bottom: 1px solid #f00;
}

.loginNew-right-inputSty-item > label.error {
  font-size: 14px;
  color: #f00;
  position: relative;
  right: 0;
  top: 100%;
  /* margin-top: 15px; */
}

.loginNew-right-inputSty-item-num{
  width: 78px;
  height: 36px;
  background: #A8ABBB;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.loginNew-right-inputSty-item-code{
 padding: 0 10px;
  height: 29px;
  line-height: 27px;
  background: #FFFFFF;
  border: 1px solid #667AFF;
  border-radius: 5px;
  font-size: 12px;
  color: #667AFF;
}

.loginNew-right-inputSty-btn{
  height: 40px;
  background: #667AFF;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 50px 0 16px;
}
.loginNew-right-inputSty-tips >a{
  font-size: 14px;
  color: #8F95B4;
}
.loginNew-right-word{
  font-size: 28px;
  color: #333;
  margin: 65px 0 54px;
}
.loginNew-right-inputSty-loginType {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}
.loginNew-right-inputSty-loginType>.currentSty {
  position: relative;
}
.loginNew-right-inputSty-loginType>.currentSty::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #667AFF;
}
.loginNew-img1{
  width: 100%;
  height: 437px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.loginNew-img2{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.loginNew-img3{
  width: 157px;
  height: 44px;
  margin: 31px 0 0 48px;
}
.loginNew-img4{
  width: 478px;
  height: 482px;
  margin-left: 77px;
}
.loginNew-img5{
  width: 1104px;
  height: 795px;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 2;
}
.loginNew-img6{
  width: 61px;
  height: 71px;
  position: absolute;
  right: 34px;
  bottom: -21px;
  z-index: 2;
}
.content>div{
  display: none;
}
.content >.selected{
  display: block;
}
.errorTips{
  display: none;
  position: fixed;
  width: 380px;
  height: 48px;
  background-color: #fef0f0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  margin-top: -80px;
  color: #f56c6c;
  border: 1px solid #fde2e2;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
}
