.checkin-pop{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 1000px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  backdrop-filter: blur(3px);
  
}

.checkin-pop .checkin-pop-content{
  user-select: none;
  box-sizing: border-box;
  border-radius: 12px;
  width: 80%;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(.8);
  background: #fff;
  padding: 24px 64px 32px;
  position: relative;
  transition: all .3s ease;
  opacity: 0;
}

.checkin-pop .checkin-pop-content-transition{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}



.close{
  user-select: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px !important;
  line-height: 56px;
  width: 56px;
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
  color: #999999;
}

.checkin-pop-title{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.help-tip{
  width: 460px;
  height: 40px;
  background: #FFC977;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 550;
  color: #333333;
  margin-left: -43px;
  margin-top: 13px;
  line-height: 1.2;
  display: flex;
}

.help-tip .tip-text{
  font-size: 16px;
  font-weight: 550;
  color: #333333;
}

.help-tip .jump-look{
  margin-left: 10px;
  color: #3D61FF;
}

.from-item{
  margin-top: 20px;
}

.from-item .input-title{
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.from-item .input-text{
  user-select: none;
  list-style: none;
  margin: 0;
  line-height: 1.6;
  outline: none;
  transition: all ease .3s;
  height: 42px;
  flex: 1;
  box-sizing: border-box;
  border: 2px solid #eee;
  border-radius: 100px;
  padding: 0 24px;
  color: #333333;
  font-size: 14px;
  width: 100%;
}

.flex-style{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.flex-style .null-text{
  color: #7f7f7f;
}

.checkin-pop .ok{
  user-select: none;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  line-height: 1.6;
  font-size: 100%;
  cursor: pointer;
  height: 50px;
  background: #3d6fff;
  border-radius: 26px;
  border: none;
  color: #fff;
  width: 100%;
  margin-top: 50px;
}

.err-tip{
  font-size: 13px;
  color: #ed6e69;
  margin-top: 10px;
}

.err-border{
  border-color: #ed6e69 !important;
}

.consult-btn{
  background: #0048E8;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #0048E8;
  cursor: pointer;
}

.tosip{
  padding: 20px 25px;
  border-radius: 20px;
  background-color: #333333bb;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 19997;
}