.main {
  width: 1180px;
  margin: auto;
}
.main-content {
  width: 100%;
  min-width: 1180px;
  height: 970px;
  background-image: linear-gradient(to bottom right, #5EE7A5, #9BA2EB);
}
.main-content .center-table {
  display: table;
  height: 100%;
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main-content .center-table .l {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.main-content .center-table .l h1 {
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.main-content .center-table .l .btn .register {
  float: left;
  height: 48px;
  line-height: 48px;
  color: #2064AF;
  font-size: 24px;
  font-weight: bold;
  margin-right: 12px;
}
.main-content .center-table .l .btn .down {
  float: left;
  width: 240px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: #00438D;
}
.main-content .center-table .r {
  display: table-cell;
  width: 524px;
  vertical-align: middle;
  position: relative;
  /* align-self: flex-end; */
}
.main-content .center-table .r .form-contain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 850px;
  margin: auto;
  background: url('form_bg.png') no-repeat;
  background-size: 100% 100%;
}
.main-content .center-table .r form {
  width: 380px;
  margin: 0 auto;
  height: 104%;
  background-color: #fff;
  border-radius: 8px;
  z-index: 9;
  padding: 28px;
  margin-top: -3%;
}
.main-content .center-table .r form p {
  font-size: 16px;
  color: #303133;
}
.main-content .center-table .r form .ipt_txt {
  display: inline-block;
  width: 100%;
  padding: 8px;
  border: none;
  font-size: 14px;
  color: #606266;
  border-bottom: 1px solid #CFCEDB;
}
.main-content .center-table .r form .ipt_txt:focus-visible {
  outline: none;
}
.main-content .center-table .r form .input_item {
  margin-top: 22px;
}
.main-content .center-table .r form .radio_table {
  width: 100%;
  font-size: 12px;
}
.main-content .center-table .r form .radio_table label {
  cursor: pointer;
}
.main-content .center-table .r form .radio_table label input {
  margin-right: 10px;
  background: #D14418;
}
.main-content .center-table .r form .a_upload {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #2064AF;
  border-radius: 4px;
  color: #2064AF;
  font-size: 14px;
  cursor: pointer;
}
.main-content .center-table .r form .a_upload b {
  font-weight: normal;
}
.main-content .center-table .r form .a_upload input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.main-content .center-table .r form .code_item .ipt_txt {
  width: 230px;
}
.main-content .center-table .r form .code_item .codeimg {
  width: 50px;
  height: 25px;
  margin-right: 8px;
}
.main-content .center-table .r form .code_item .refresh {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.main-content .center-table .r form .submit_item {
  text-align: center;
}
.main-content .center-table .r form .submit_item .submit_btn {
  width: 139px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #00438D;
  font-size: 16px;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}