.stepTwo{
 justify-content: space-around;
}
.identFront,.identReverse {
  position: relative;
  width: 300px;
  height: 200px;
  cursor: pointer;
}
.stepTwo p,.identReverse p{
  position: absolute;
  bottom: -30px;
  left: 85px;
  text-align: center;
}
.identFront{
  margin-left: -365px;
}
.identReverse{
  margin-left: -240px;
}
.identFront .leftTop,.identReverse .leftTop {
  width: 18px;
  height: 18px;
  border: 3px solid #BEBEBE;
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
}
.identFront .leftbottom,.identReverse .leftbottom {
  width: 18px;
  height: 18px;
  border: 3px solid #BEBEBE;
  border-right: none;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.identFront .rightTop,.identReverse .rightTop {
  width: 18px;
  height: 18px;
  border: 3px solid #BEBEBE;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 0;
  right: 0;
}
.identFront .rightbottom,.identReverse .rightbottom {
  width: 18px;
  height: 18px;
  border: 3px solid #BEBEBE;
  border-top: none;
  border-left: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.identFront .head{
  position: absolute;
  top: 13px;
  left: 10px;
}
.identReverse .back{
  position: absolute;
  top: 13px;
  left: 10px;
}
#stepTwoFooter{
  margin-left: 300px;
  margin-top: 110px;
}
#stepTwoFooter p{
  margin-left: -95px;
  margin-top: 25px;
}
.maskLayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(220, 221, 222,.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.maskLayer .menuList {
  width: 495px;
  height: 525px;
  background: #ffffff;
  border-radius: 7px;
}
.maskLayer .menuList p{
  margin-top: 25px;
  padding-left: 135px;
}
.maskLayer .menuList p span{
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #ffffff;
  background: #54A12E;
  border-radius: 100%;
  transform: rotate(10deg);
  font-size: 16px;
  margin-right: 7px;
}
.maskLayer .menuList .name{
  margin-top: 50px;
}
#maskLayer img{
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 10px;
}
.footers{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.registered{
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
}
.registered .successText .icon .iconSpan {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #58A75C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registered .successText .icon .iconSpan span{
  width: 25px;
  height: 13px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-40deg);
  margin-top: -15px;
}
.registered .successText .registeredFooter {
  text-align: center;
  margin-top: 140px;
}
.Authentication {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
}
.Authentication .failed{
  width: 75%;
  height: 55%;
}
.Authentication .failed .iconSpanErr {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #E13C38;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Authentication .failed .iconSpanErr span:nth-of-type(1){
  width: 40px;
  height: 4px;
  background: #ffffff;
  border-radius: 4px;
  transform: rotate(45deg);
}
.Authentication .failed .iconSpanErr span:nth-of-type(2){
  width: 40px;
  height: 4px;
  background: #ffffff;
  border-radius: 4px;
  transform: rotate(135deg);
  margin-left: -40px;
}
