#bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/login/bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
#register-box {
  padding-top: 65px;
  padding-bottom: 65px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
#register-box .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#register-box .tit {
  width: 176px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  text-align: center;
  background-color: #454a50;
  margin-bottom: 20px;
  font-size: 14px;
  color: #a3a5a8;
  margin-left: auto;
  margin-right: auto;
}
#register-box .input-group {
  height: 44px;
  position: relative;
  margin-bottom: 20px;
  background-color: #3d4248;
}
#register-box .input-group input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 44px;
  padding-left: 35px;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  outline: none;
  border: 1px solid transparent;
  position: relative;
  z-index: 2;
}
#register-box .input-group input:focus {
  border-color: #627189;
}
#register-box .input-group input::-moz-placeholder {
  color: #54585e;
}
#register-box .input-group input::-webkit-input-placeholder {
  color: #54585e;
}
#register-box .input-group input:-ms-input-placeholder {
  color: #54585e;
}
#register-box .input-group .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 44px;
  background-image: url(../images/login/icons.png);
  background-repeat: no-repeat;
  background-position-x: 5px;
}
#register-box .input-group p.error {
  position: absolute;
  left: 370px;
  top: 0;
  white-space: nowrap;
  line-height: 44px;
  font-size: 12px;
  color: #ff6666;
}
#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-repeat: no-repeat;
  background-position: -5px -255px;
  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-repeat: no-repeat;
  background-position: -5px -224px;
  border-radius: 50%;
}
#register-box .location-select-group {
  height: 44px;
  position: relative;
  margin-bottom: 20px;
  background-color: #3d4248;
}
#register-box .location-select-group .select {
  float: left;
  width: 33.33%;
  height: 44px;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  position: relative;
}
#register-box .location-select-group .select input {
  display: none;
}
#register-box .location-select-group .select .show {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  padding-left: 30px;
  padding-right: 15px;
  background: url("../images/login/icons.png") no-repeat 5px -167px;
  position: relative;
}
#register-box .location-select-group .select .show .text {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#register-box .location-select-group .select .show .text.no-check {
  color: #54585e;
}
#register-box .location-select-group .select .show .ico {
  position: absolute;
  right: 5px;
  top: 19px;
  width: 12px;
  height: 7px;
  background: url("../images/login/icons.png") no-repeat -7px -348px;
}
#register-box .location-select-group .select .slide-box {
  display: none;
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  max-height: 300px;
  text-align: center;
  z-index: 20;
  background-color: #ffffff;
  overflow-y: auto;
  font-size: 12px;
  user-select: none;
}
#register-box .location-select-group .select .slide-box .title {
  height: 30px;
  line-height: 30px;
  color: #999999;
  font-size: 14px;
}
#register-box .location-select-group .select .slide-box .item {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
#register-box .location-select-group .select .slide-box .item:hover {
  background-color: #5f97ff;
  color: #ffffff;
}
#register-box .identify-group {
  height: 44px;
  position: relative;
  margin-bottom: 20px;
  background-color: #3d4248;
  margin-top: 20px;
}
#register-box .identify-group input {
  background-color: transparent;
  width: 250px;
  line-height: 44px;
  height: 44px;
  float: left;
  outline: none;
  box-sizing: border-box;
  padding-left: 35px;
  color: #ffffff;
}
#register-box .identify-group input::-moz-placeholder {
  color: #54585e;
}
#register-box .identify-group input::-webkit-input-placeholder {
  color: #54585e;
}
#register-box .identify-group input:-ms-input-placeholder {
  color: #54585e;
}
#register-box .identify-group .pic {
  float: right;
  width: 100px;
  height: 100%;
}
#register-box .identify-group .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
#register-box .identify-group .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 44px;
  background-image: url(../images/login/icons.png);
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: -284px;
}
#register-box .map-group {
  height: 260px;
  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.6);
}
#register-box .map-group .mask p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
}
#register-box .protocol {
  text-align: center;
  font-size: 12px;
}
#register-box .protocol label {
  color: #ffffff;
  font-size: 12px;
  user-select: none;
  cursor: pointer;
}
#register-box .protocol label input {
  display: none;
}
#register-box .protocol label .check {
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #7b8085;
  background-image: url(../images/login/icons.png);
  background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: -224px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
#register-box .protocol label .check.on {
  background-color: #5f97ff;
  border: none;
  background-position-x: -5px;
}
#register-box .protocol a {
  color: #ffd801;
}
#register-box .protocol a:hover {
  text-decoration: underline;
}
#register-box .btn-submit {
  width: 100%;
  height: 44px;
  background-color: #5f97ff;
  box-sizing: border-box;
  border-bottom: 2px solid #4887fa;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 20px;
}
.placeholder {
  display: none;
  position: absolute;
  left: 35px;
  top: 0;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #54585e;
  z-index: 1;
}
/*# sourceMappingURL=register.css.map */