.main {
  width: 100%;
  height: 84vh;
  position: relative;
  overflow: hidden;
}

.main>img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -2;
}

.main>.register_index {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  position: relative;
  top: 15%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;

}

.main>.register_index>img {
  display: block;
  width: 350px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.main>.register_index>.register_text1 {

  width: 480px;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translateX(-50%);
}

.main>.register_index>.register_text1>p {
  font-size: 14px;
  line-height: 13px;
  color: #9cb5dd;
}

.main>.register_index>.register_text1>p>a {
  color: #5e91cc;
  text-decoration: underline;
}


.main>.register_form {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  width: 538px;
}

.main>.register_form>hr {
  margin: 12px 0;
}

.main>.register_form>.form>input {
  width: 100%;
  height: 45px;
  margin-bottom: 26px;
  padding-left: 40px;
  font-size: 16px;
}

.main>.register_form>.form>.phone_yanzheng {
  position: relative;
}

.main>.register_form>.form>.phone_yanzheng>input {
  width: 100%;
  height: 45px;
  margin-bottom: 26px;
  padding-left: 40px;
  font-size: 15px;
}

.main>.register_form>.form>.phone_yanzheng,
input[type=text]::placeholder,
input[type=password]::placeholder {
  color: #4364a0;
}

.main>.register_form>.form>.phone_yanzheng>button {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 43px;
  width: 20%;
  background: #4364a0;
  color: #e7eaef;
  font-size: 15px;
}
.main>.register_form>.form>.phone_yanzheng>.button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 43px;
    width: 20%;
    background: #4364a0;
    color: #e7eaef;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}


.main>.register_form>.form>.user {
  background-image: url('../images/用户名.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.main>.register_form>.form>.phone_yanzheng>.phone {
  background-image: url('../images/手机号.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.main>.register_form>.form>.yanzheng {
  background-image: url('../images/盾牌.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.main>.register_form>.form>.name {
  background-image: url('../images/公文包.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.main>.register_form>.form>.email {
  background-image: url('../images/邮箱.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.main>.register_form>.form>.password {
  background-image: url('../images/密码.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.shimingzhuce {
  /* height: 200px; */
  z-index: 999;
  display: flex;
  justify-content: center;
}

.shimingzhuce a {
  display: block;
  width: 100px;
  height: 100px;
  background: #2e5289;
  margin-top: -50px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 1px 3px 10px 3px rgba(0, 0, 0, 0.3);
}

.shimingzhuce a>h4 {

  text-align: center;
  line-height: 100px;
  font-size: 15px;
}
.shimingzhuce>button {

    display: block;
    width: 100px;
    height: 100px;
    background: #2e5289;
    margin-top: -50px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 1px 3px 10px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 100px;
    font-size: 15px;
    display: block;
    cursor: pointer;
}
.main>.register_form>.form>.userSelect>input[type=checkbox] {
  /* display: block; */
  /* width: 20px; */
  margin-right: 3px;
  vertical-align: middle;
}

.main>.register_form>.form>.userSelect>p {
  display: inline-block;
  color: #b2becf;
  font-size: 12px;
}

.main>.register_form>.form>.userSelect>a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}
