#background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/login/bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
#register-box {
  padding: 1.5rem 0.95rem;
}
#register-box .logo {
  width: 5.7rem;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#register-box .tit {
  width: 8rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  font-size: 0.65rem;
  color: #b3b5b7;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1.1rem;
}
#register-box .input-group {
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  position: relative;
  margin-bottom: 1.1rem;
}
#register-box .input-group input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  border-radius: 0.1rem;
  font-size: 0.65rem;
  color: #ffffff;
  padding-left: 1.625rem;
}
#register-box .input-group input:focus {
  border-color: #627189;
}
#register-box .input-group .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.625rem;
  height: 100%;
  background-image: url(../images/login/icons.png);
  background-repeat: no-repeat;
  background-size: 1.325rem auto;
  background-position-x: 0.375rem;
}
#register-box .input-group.error input {
  border-color: #ff6666;
}
#register-box .input-group.error::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-color: #ff6666;
  background-image: url(../images/login/icons.png);
  background-size: 1.325rem auto;
  background-repeat: no-repeat;
  background-position: -0.375rem -12.05rem;
  border-radius: 50%;
}
#register-box .input-group.success input {
  border-color: #5bd1b1;
}
#register-box .input-group.success::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-color: #5bd1b1;
  background-image: url(../images/login/icons.png);
  background-size: 1.325rem auto;
  background-repeat: no-repeat;
  background-position: -0.375rem -10.375rem;
  border-radius: 50%;
}
#register-box .location-select-group {
  height: 2rem;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1.1rem;
  display: flex;
}
#register-box .location-select-group select {
  width: 33.33%;
  background-color: transparent;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 0.65rem;
  box-sizing: border-box;
  padding-left: 1.625rem;
  background: url("../images/login/icons.png") no-repeat 0.125rem -6.375rem;
  background-size: 1.325rem auto;
  overflow: hidden;
}
#register-box .location-select-group select option {
  color: #666666;
}
#register-box .map-group {
  height: 10rem;
  position: relative;
}
#register-box .map-group #map-box {
  width: 100%;
  height: 100%;
}
#register-box .map-group .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#register-box .map-group .mask p {
  font-size: 0.75rem;
  text-align: center;
  color: #ffffff;
  padding-top: 2.5rem;
}
#register-box .identify-group {
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  position: relative;
  margin-top: 1.1rem;
}
#register-box .identify-group input {
  float: left;
  width: 9rem;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  border: none;
  padding-left: 1.625rem;
  border-radius: 0.1rem;
  font-size: 0.65rem;
  color: #ffffff;
}
#register-box .identify-group .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.625rem;
  height: 100%;
  background-image: url(../images/login/icons.png);
  background-repeat: no-repeat;
  background-size: 1.325rem auto;
  background-position: 0.375rem -8.025rem;
}
#register-box .identify-group .pic {
  float: right;
  width: 4.25rem;
  height: 100%;
}
#register-box .identify-group .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
#register-box .protocol {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 0.6rem;
  color: #ffffff;
  text-align: center;
}
#register-box .protocol label .check {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.05rem;
  border: 1px solid #7b8085;
  box-sizing: border-box;
  position: relative;
  top: 0.05rem;
  background-image: url(../images/login/icons.png);
  background-repeat: no-repeat;
  background-size: 1.325rem auto;
  background-position: 2.5rem -10.4rem;
}
#register-box .protocol label .check.on {
  background-color: #5f97ff;
  border: none;
  background-position-x: -0.425rem;
}
#register-box .protocol label input {
  display: none;
}
#register-box .protocol a {
  color: #ffd801;
}
#register-box .btn-submit {
  width: 100%;
  height: 2rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  background-color: #5f97ff;
  border: none;
  border-bottom: 1px solid #4887fa;
  font-size: 0.65rem;
  color: #ffffff;
  cursor: pointer;
}
/*# sourceMappingURL=register.css.map */