.login-btn {
  width: 200px;
}
#register {
  width: 438px;
  /* padding-top: 68px; */
  margin: 0 auto;
  /* background: skyblue; */
}
/* input {
  border: 1px solid grey;
} */

.register-title {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  line-height: 42px;
  margin: 40px 0;
}

.form-item_content input {
  width: 100%;
  /* box-sizing: border-box;
  height: 44px;
  font-size: 16px;
  border-color: #AAAAAA;
  color: #303030;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #AAAAAA;
  padding: 0 44px 0 10px; */
}
.form-item_content {
  position: relative;
}
.form-item_content .clearShow {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-size: cover;
  padding: 10px;
}
.form-item_content .clearShowCode {
  right: 0px;
  top: 0px;
}
.form-item_content .clearHidden {
  display: none;
}
/* .form-item_content .icon{
  position: absolute;
  top: 10px;
  right: 6px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-size: cover;
  display: none;
  transition: all;
} */

.submit-btn {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #b00000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  text-align: center;
  outline: 0;
  -webkit-transition: .1s;
  transition: .1s;
  cursor: pointer;
}
.register-code-wrapper {
  width: 292px;
}
.register-code-wrapper > input {
  width: 250px;
}

.register-code {
  width: 120px;
  height: 44px;
  border: 1px solid #303030;
  border-radius:4px;
}
.register-code-wrapper .register-code-forbid {
  color:#888888;
  border: 1px solid #888888;
  cursor: not-allowed;
}

.verifyCode_input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
  -webkit-appearance:none;
}
.verifyCode_input[type="number"]{
  -moz-appearance: textfield;
}

/* .register-form {
  margin-bottom: 150px;
} */
.register-foot {
  /* position: fixed; */
  bottom: 0px;
  width: 100%;
  height: 82px;
  background: grey;
  z-index: 9999999;
}

.forgetPwd-footer {
  margin: 24px 0;
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  line-height: 24px;
  clear: both;
}

.forgetPwd-footer > span.login-directly {
  float: left;
}
.forgetPwd-footer > .returnIndex {
  float: right;
}

.link {
  color: #007AFF;
  cursor: pointer;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}


.imgCamera {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: -15px;
}
#avatarImage {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.clearFloat{
  clear: both;
}


.send-code-content {
  height: 46px;
  display: none;
}
.send-code-content .send-code-box {
  width: 66.66667%;
  float: left;
}
.send-code-content .send-code-btn {
  width: 29.16667%;
  margin-left: 4.16667%;
  float: right;
}


.ccc {
  position: relative;
  height:100px;
}
.sendCode-position {
  position: absolute;
  right:0px;
  top:30px
}
.hhh {
  position: absolute;
}



.successGrey {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 88, 84, 0.295);
  z-index: 99999;
}
.successTip {
  /* position: absolute; */
  line-height: 100%;
  margin: 0 auto;
  margin-top: 200px;
  width: 600px;
  height: 280px;
  background-color:#ffffff;
  z-index: 99999;
}
#registerImgLoading .in-id {
  width: 40px;
  height: 40px;
  left: 194px;
  top: 22px;
  margin: 0;
  position: absolute;
}
.registerImgInput {
  opacity: 0;
  position: absolute;
  left: 40%;
  width: 100px;
  height: 80px;
  z-index: 9;
}
.registerImgInputNone {
  display: none;
}
.au-select .au-select-dropdown .noDataUl {
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #999;
  font-size: 14px;
  cursor: not-allowed;
}
#phoneNumberul {
  width: 360%;
}
.areaCode-id {
  color: #8492a6;
  font-size: 13px;
  margin-left: 10px;
  float: right;
}

#checkagree{
  display: none;
}
