.register-wrap {
  width: 100%;
  height: 100%;
  background: #f5f6f7;
}

.email-register {
  color: #195AF6;;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
}

button.el-button.el-button--primary {
  padding: 0 40px;
  border: none;
  background-color: #f58e35;
  height: 48px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
}
.terms {
  width: 100%;
  height: 15px;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 15px;
  line-height: 15px;
  text-align: center;
}

.terms a {
  color: #195AF6;
  cursor: pointer;
}

.check {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 2px 9px 0 0;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #195AF6;
  transition: background 0.2s;
  line-height: 10px;
  font-size: 10px;
  color: #fff;
  background: #195AF6;
}
.btn {
  padding: 0 40px;
  border: 0;
  background-color: #195AF6;
  height: 48px;
  font-size: 16px;

  color: #fff;
  width: 100%;
  display: block;
  border-radius: 6px;
  margin-top: 30px;
  cursor: pointer;
}

label {
  font-size: 20px;

  display: block;
  margin: 10px 0 5px 0;
}

.newR a {
  cursor: pointer;
  color: #f99000;
}
.miss {
  font-size: 12px;
  color: red;
  display: none;
}
.loading{
  			position:fixed;
  			width:100vw;
  			height:100vh;
  			background: rgba(255,255,255,0.8);
  			z-index: 999999;
  		}
  		.loading div{
  			position: absolute;
  			top:50%;
  			left:50%;
  			transform: translate(-50%,-50%);
  		}
.el-loading-spinner {
   
    margin-top: -21px;
    width: 100%;
    text-align: center;

}


.el-loading-spinner .circular {
    height: 20px;
    width: 20px;
    -webkit-animation: loading-rotate 1s linear infinite;
    animation: loading-rotate 1s linear infinite;
}



@keyframes loading-rotate{
	100%{
			 -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
	}

}
.el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #898989;
    stroke-linecap: round;
}
@keyframes loading-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
  }
  50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -40px;
  }
  100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -120px;
  }
}
