input:focus {
    border: 1px solid #00ddac;
}


/* 提交form */

#submit_form {
    padding-left: 20px;
}
#submit_form li {
    position: relative;
}

#submit_form li input {
    margin-left: 15px;
}

label {
    display: inline-block;
    min-width: 70px;
    width: 70px;
    text-align-last: justify;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

li input {
    height: 45px;
    width: 366px;
    padding-left: 11px;
}


/* 登录选项 */

.resgist_item {
    border-bottom: 1px solid #adadad;
    padding-bottom: 18px;
    padding-top: 30px;
    margin-bottom: 35px;
}

.resgist_item>span:first-of-type(1) {
    width: 103px;
    height: 19px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333333;
}

.resgist_item>span:nth-child(1) {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333333;
}

.resgist_item>span:nth-child(2) {
    float: right;
    height: 13px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333333;
}
.regmsg {
    color: red;
    font-size: 14px;
    width: 165px;
    position: absolute;
    right: -169px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: none;
}


.successText
 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.successText p
 {
  color: #fff;
  font-size: 13px;
  padding: 8px 49px;
  background-color: rgb(73, 154, 254);
  border-radius: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#btn_activecode {
    height: 45px;
    width: 115.34px;
    background-color: rgb(0, 184, 122);
    border: none;
    margin-left: 10px;
    border-radius: 5px;
    color: #ffffff;
}

.btn_regist {
    text-align: center;
}

.btn_regist button {
    height: 55px;
    width: 420px;
    background-color: rgb(255, 201, 0);
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
}


/* 小输入框 */

.mininput {
    width: 249px;
}


/* 验证码图片 */

.validcode_img {
    height: 45px;
    vertical-align: middle;
    margin-left: 10px;
}


/* 复选框 */

.usercheck {
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.usercheck+label {
    color: #666666;
    width: auto;
}


/* 服务条款a标签设置 */

.usercheck+label>a:link,
.usercheck+label>a:visited {
    color: #666666;
}