
.aside .sign-up {
  /* width: 330px; */
  padding: 0;
  box-shadow: 0px 0px 20px 5px #e2e2e2;
}
.form-sign {
  padding: 32px 24px;
  background: #ffffff;
}
.form-sign > h1 {
  /* width: 272px; */
  height: 21px;
  line-height: 21px;
  font-size: 22px;
  font-weight: 500;
  color: #19459b;
  margin-bottom: 16px;
}
.form-sign form {
  position: relative;
}
.form-sign > p {
  height: 13px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}
.form-sign form select {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 50px;
  background: #f4f4f4;
  border-radius: 12px;
  padding-left: 20px;
  margin-bottom: 14px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none; /*去掉下拉箭头*/
}
.form-sign form select option{
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
.form-sign form input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 50px;
  background: #f4f4f4;
  border-radius: 12px;
  padding-left: 20px;
  margin-bottom: 14px;
}
.form-sign form input:first-of-type {
  padding-right: 80px;
}
.form-sign form input:last-of-type {
padding-right: 50px;
}
.form-sign form .select {
  position: absolute;
  width: 8px;
  height: 10px;
  top: 16px;
  right: 21px;
}
.form-sign form > span.area{
top: 145px;
  right: 21px;
  width: 14px;
  height: 14px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  position: absolute;
}
.form-sign form > p {
  position: absolute;
  top: 68px;
  right: 4px;
  width: 74px;
  height: 42px;
  background: #1594d6b0;
  border-radius: 11px;
}
.form-sign form > p > img {
  top: 3px;
  left: 0;
  position: absolute;
  width: 28px;
  height: 36px;
  border-radius: 11px;
}
.form-sign form > p > span {
  position: relative;
  width: 61px;
  line-height: 17px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-sign form .button {
  display: flex;
  background: linear-gradient(90deg, #55b7ea, #0382c5);
  box-shadow: 0px 0px 10px 0px rgba(255, 162, 34, 0.2);
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  color: #ffffff;
  padding-right: 20px;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 12px;
  padding-left: 20px;
  margin-bottom: 14px;
  cursor: pointer;
}

.form-sign form .button > span{
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
  width: 32px;
  height: 28px;
  line-height: 28px;
}
.form-sign > p span {
  color: #ea3c3c;
}