* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: Source Han Sans CN;
}
a {
  text-decoration: none;
  color: #108df0;
}
input,
button {
  border-style: none;
  outline: none;
}
.reg_page {
  width: 100%;
  height: 100%;
  position: relative;
}
.reg_page .inner {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 417px;
  height: 580px;
  padding: 20px;
  border: none;
  box-shadow: 0px 1px 62px 0px rgba(0, 84, 151, 0.19);
  border-radius: 8px;
}
.reg-title {
  margin-top: 24px;
  text-align: center;
  width: 100%;
  height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #108df0;
}
ul {
  margin-top: 30px;
}
li {
  list-style: none;
  height: 80px;
}
.li-true {
  position: relative;
  height: 50px;
}
.li-sign {
  height: 50px;
}
.tips {
  width: 11px;
  height: 11px;
  margin: 0 10px 0 10px;
}
.input-short,
.reg-div {
  display: flex;
  align-items: center;
}
.reg-div {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
.reg-div-border {
  border: none;
}
.reg-div-radio {
  position: absolute;
  bottom: 0;
  border: none;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #a1a1a1;
}
.reg-err {
  margin: 5px 0;
  padding-right: 10px;
  font-size: 14px;
  color: red;
  line-height: 20px;
  height: 20px;
  border-radius: 9px;
  box-shadow: 0px 0px 10px 0px rgba(105, 112, 117, 0.18);
  display: none;
}
.reg-label {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.reg-input {
  width: 74%;
  height: 30px;
}
.col-sm-10 {
  width: 100%;
}
.input-group-append {
  margin-left: 10px;
  width: 25%;
  text-align: center;
}
.reg-btn {
  background-color: #108df0;
  color: #fff;
  font-size: 12px;
  width: 100px;
  height: 31px;
  border-radius: 15px;
}
#button-addon2 {
  cursor: pointer;
}
#button-addon3 {
  display: none;
}
#reg-img-code {
  display: block;
  width: 77px;
  height: 30px;
  border-radius: 2px;
}
.reg-sign {
  width: 100%;
  text-align: center;
}
#sign {
  width: 335px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  background: #108df0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}
.lab-code {
  background: url('../images/code.png') no-repeat center;
}
.lab-psw {
  background: url('../images/password.png') no-repeat center;
}
.lab-img {
  background: url('../images/img.png') no-repeat center;
}
.lab-phone {
  background: url('../images/phone.png') no-repeat center;
}
.tips-all {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 75px;
  width: 192px;
  height: 75px;
  background: #000000;
  border-radius: 8px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
