.main_wrap {
  width: 100%;
  margin: 30px 0;
}
.chooseVer {
  font-size: 14px;
  color: #666;
  border:1px solid #999;
  outline: none;
}
.main_wrap .main_content {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  background: #fff;
  padding-top: 20px;
  overflow: hidden;
  border: 1px solid #ececec;
  color: #8a8a8a;
}
.main_wrap .main_content .login_form {
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 500px;
}
.main_wrap .main_content .login_form .ant_row {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.main_wrap .main_content .login_form .ant_row .ant-form-left {
  float: left;
  /*width: 25%;*/
  width: 35%;
  height: 47px;
  line-height: 32px;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
}
.main_wrap .main_content .login_form .ant_row span {
    font-size: 14px;
    color: #666;
}
.main_wrap .main_content .login_form .ant_row .needed_input:before {
    display: inline-block;
    margin-right: 4px;
    content: "*";
    font-family: SimSun;
    line-height: 1;
    font-size: 12px;
    color: #f04134;
}
.main_wrap .main_content .login_form .ant_row .ant-input {
  border: 1px solid #999;
  font-size: 14px;
  height: 31px;
  line-height: 30px;
  padding: 0 22px 0 10px!important;
  color: #333;
  width: 80%;
}
.main_wrap .main_content .login_form .ant_row .ant-form-center {
  float: left;
  width: 45%;
  height: 34px;
  line-height: 32px;
  box-sizing: border-box;
  position: relative;
}
.main_wrap .main_content .login_form .ant_row .ant-input-left {
  width: 52%
}
.main_wrap .main_content .login_form .ant_row .verify_code {
    cursor: pointer;
    width: 90px;
    height: 34px;
    background: buttonface;
}

.main_wrap .main_content .login_form .ant_row .ant-form-center button {
    position: absolute;
    right: 33px;
    line-height: 28px;
    width: 85px;
    background: #0477b4;
    color: #fff;
    top: 3px;
    cursor: pointer;
}
.main_wrap .main_content .login_form .ant_row .ant-form-right {
  float: left;
  width: 30%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.main_wrap .main_content .login_form .ant_submit {
  text-align: center;
}
.main_wrap .main_content .login_form .ant_submit button {
  width: 100px;
  line-height: 40px;
  background: #0477b4;
  color: #fff;
  cursor: pointer;
}
.main_wrap .main_content .login_form .ant_submit .register {
  display: inline-block;
}
.main_wrap .main_content .login_form .ant_submit .save {
  display: inline-block;
}
.subscribe-en {
    position: absolute;
    top: 23px;
    right: 10px;
}
.button-over {
    height: 66px !important;
}
.button-over button {
    font-size: x-small !important;
    width: auto !important;
    padding: 0 5px !important;
    top: 38px !important;
    right: 29px !important;
}
.form-over .subscribe-en {
    right: -81px !important;
    top: 26px !important;
}
.form-over {
    height: 50px !important;
}