body {
  background: #ffd73c;
}
.body2 {
  position: relative;
  background: #fff;
}
.wrapper {
  position: relative;
  height: fit-content;
}

.top2 {
  display: block;
  height: auto;
  width: 100%;
}
.form {
  position: absolute;
  /* height: 315px; */
  border-radius: 5px;
  /* top: 340px; */
  top: 14%;
  left: 13px;
  right: 13px;
}
.form-position-box {
  /* padding: 0 18px; */
}
.form_position {
  /* margin: 0 18px; */
  padding: 30px 18px 0;
  background: #fff;
}
.form .title {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 256px;
  height: 17px;
  background: url(../imgs/title.png) no-repeat center / 100%;
}
.form2 {
  position: absolute;
  top: 400px;
  height: 330px;
  background: url(../imgs/form.png) no-repeat center / 100%;
}
.form2 .title2 {
  background: none;
}
.form .input {
  position: relative;
  width: 315px;
  height: 48px;
  background: #f1f5fb;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.form .input input {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 0;
  display: inline-block;
  height: 48px;
  border: none;
  background: #f1f5fb;
  font-weight: 400;
  color: #262732;
  text-indent: 1em;
  border-radius: 5px;
}
.form2 .input input {
  background: #fff;
}
.form2 .form_position {
  padding-top: 30px;
}
.get_verify_code {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #469ce6;
  font-size: 14px;
}
.get_verify_code.disabled {
  opacity: 0.3;
}
.form .input input::placeholder {
  color: #a0a2af;
}
.form .input input:last-child {
  margin-bottom: 0;
}
.form .open {
  position: relative;
  margin: 0 auto;
  margin-top: 26px;
  height: 48px;
  line-height: 48px;
  width: 315px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.form .open > div {
  position: absolute;
  top: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.form .open > img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.form .tip {
  width: 300px;
  margin: 10px auto;
  font-size: 12px;
  color: #262732;
  line-height: 20px;
  opacity: 0.48;
  margin-bottom: 0;
}
.foot {
  height: 145px;
  width: 100%;
  background: url(../imgs/foot.png) no-repeat center / 100%;
}
.label-checkbox {
  position: relative;
  margin-top: 10px;
  padding-bottom: 22px;
}
.label-checkbox .checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url(../imgs/checkbox.png) no-repeat center / 100%;
}
.label-checkbox .checkbox.actived {
  background: url(../imgs/checkbox_actived.png) no-repeat center / 100%;
}
.label-checkbox .word {
  color: #a0a2af;
  line-height: 17px;
  font-size: 12px;
}
.label-checkbox .word a {
  color: #469ce6;
}
.label-checkbox img {
  position: absolute;
  display: none;
  top: 20px;
  left: -15px;
  width: 157px;
  height: 39px;
}

.wrapper-broker .form {
  top: 34%;
}

.wrapper-broker .broker {
  /* position: absolute; */
  /* top: 670px; */
  /* left: 13px;
  right: 13px; */
  height: 270px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.wrapper-broker .broker .broker_box_img {
  width: 100%;
  height: auto;
  position: absolute;
}

.wrapper-broker .broker .broker_content {
  /* position: absolute;
  top: 70px;
  left: 42px; */
  display: flex;
  position: relative;
  padding: 0 15px;
  margin-top: 30px;
  /* align-items: center; */
}

.wrapper-broker .broker .broker_content .broker_avtar {
  width: 105px;
  height: 153px;
  margin-right: 28px;
}

.wrapper-broker .broker .broker_content .name {
  color: #000;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
  margin-bottom: 16px;
}

.wrapper-broker .broker .broker_content .box1 {
  color: #333;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
  margin-bottom: 18px;
}

.wrapper-broker .broker .broker_content .box1 div {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  padding-right: 10px;
}

.wrapper-broker .broker .broker_content .title-box {
  color: #999;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
  margin-bottom: 5px;
}
