html{
  height: 100%;
  background: url(/img/bg-13f85e2c7e5f0fa1aa87fdb96d6a0be2.png) no-repeat center center fixed;
  background-size: cover;
}
body{
	height:100%;
	margin:0
}
.loading{
	width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
}
.loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loading-show{
    display: block;
}
a{
  text-decoration: none;
  color:#4080e6;
}
.content{
  width: 420px;
  margin: 0 auto;
}
input:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.logo{
  padding-top: 140px;
  margin-bottom: 18px;
  text-align: center;
}
.platform{
  text-align: center;
  font-size: 18px;
  color: #888888;
  margin-bottom: 60px;
}
.function{
  font-size: 20px;
  color: #333333;
}
.input{
  height: 52px;
  width: 100%;
  border: 1px solid #E6E8EE;
  background: white;
  line-height: 54px;
  position: relative;
}
.input img{
  position: absolute;
  top: 15px;
  left: 16px;
}
.input input, .input .select2 {
  margin-left:58px; 
  width: calc(100% - 62px) !important;
  border: 0;
  height: 30px;
  font-size: 16px;
  outline:none;
}
.submit{
  cursor: pointer;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  background: #4080e6;
  margin-top: 20px;
  border-radius: 50px;
  margin-bottom: 30px;
}
.floatR{
  float: right;
}
.extend{
  color:#999999;
  font-size: 16px;
}
.skip{
  color:#4080e6;
  cursor: pointer;
}
.tips{
  margin-top: 60px;
  text-align: center;
}

.input {
  margin-bottom: 30px;
}
.input:last-child {
  margin-bottom: 0px;
}
.verification-input input{
  width: calc(100% - 220px);
}
.verification{
  cursor: pointer;
  position: absolute;
  border-left: 1px solid #E6E8EE;
  width: 140px;
  text-align: center;
  font-size: 16px;
  top:0;
  right:0;
}

.register-block .input {
  margin-bottom: 20px;
}
.error-msg{   
  position: absolute;
  top: 0;
  left: 440px;
  width: 100%;
  color: #ff1111;
}
.error-tips{
	text-alig:center;
	margin:10px 0;
	color: #ff1111;
}
.register-tab {
	display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}