.register {
  background-color: rgba(38, 153, 251, 0.29);
}
.register .top {
  background-color: #fff;
}
.register .login {
  margin-left: 30px;
}
.register .zhucetu {
  margin-top: 213px;
}
.register .registerBox {
  margin-top: 200px;
  margin-left: 190px;
  width: 557px;
  height: 473px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 65px 43px;
}
.register .registerBox span {
  width: 80px;
  height: 25px;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  color: #128bed;
}
.register .registerBox ul li {
  margin-bottom: 20px;
}
.register .registerBox ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.register .registerBox ul li input,
.register .registerBox ul li select {
  height: 35px;
  font-size: 15px;
  padding-left: 10px;
}
.register .registerBox ul li input {
  width: 423px;
}
.register .registerBox ul li select {
  width: 419px;
  background: url(../images/arrow.png) 97% center no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.register .registerBox ul li select::-ms-expand {
  display: none;
}
.register .registerBox p {
  margin-top: 7px;
  margin-bottom: 46px;
  font-size: 15px;
}
.register .registerBox p i {
  width: 16px;
  height: 16px;
  background: #f2f2f2;
  border: 1px solid #666666;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.register .registerBox p i.on {
  border: 1px solid #128BED;
  background-color: #fff;
  position: relative;
}
.register .registerBox p i.on::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 5px;
  background-color: #128BED;
}
.register .registerBox p a {
  color: #128BED;
  margin-left: 5px;
}
.register .registerBox button {
  width: 280px;
  height: 45px;
  display: block;
  margin: 60px auto 0;
  background: #128bed;
  font-size: 20px;
  color: #fff;
}
.register .registerTips {
  margin-top: 398px;
  margin-left: 236px;
  font-size: 22px;
}
.register .registerTips img {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
