.headerBanner {
  position: relative;
}
.headerBanner .img {
  width: 100%;
}
.headerBanner .title {
  color: #0164fe;
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  top: 13.3125rem;
  left: calc(50% - 15rem);
}
.conenct {
  width: 75rem;
  color: #383838;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  margin: auto;
  margin-top: 4.6875rem;
}
.conenct .title {
  font-weight: 500;
}
.conenct .p {
  text-indent: 1rem;
  margin: 1.75rem;
}
.conenct .p .a {
  color: #0164fe;
}
.content {
  width: 75rem;
  height: 46.8125rem;
  box-shadow: 0px 2px 10px rgba(31, 31, 31, 0.05);
  background: #FFF;
  margin: auto;
  margin-top: 5.625rem;
  margin-bottom: 6.875rem;
  z-index: 2;
  border-radius: 0.3125rem;
  padding-top: 1.5rem;
}
.content .title {
  color: #858ebd;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}
.content .item {
  width: 38.75rem;
  margin: auto;
}
.content .item .title {
  margin-top: 1.2rem;
  margin-bottom: 0.375rem;
  text-align: left;
  color: #3a3f63;
  font-size: 1.125rem;
  font-weight: 400;
}
.content .item .title .red {
  color: red;
  margin-right: 0.5rem;
}
.content .item .title .b {
  width: 0.875rem;
  display: inline-block;
}
.content .item .input-content {
  padding-left: 0.875rem;
}
.content .item .input-content .select {
  border: 0.0625rem solid #dae0f2;
  height: 3.375rem;
  border-radius: 0.25rem;
  width: calc(100% - 0.3125rem);
  color: #858ebd;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 0.75rem;
  padding-right: 0.625rem;
}
.content .item .input-content .input {
  border: 0.0625rem solid #dae0f2;
  height: 3.375rem;
  border-radius: 0.25rem;
  width: calc(100% - 0.3125rem);
  color: #858ebd;
  font-weight: 400;
  padding-left: 0.75rem;
  font-size: 1.125rem;
  box-sizing: border-box;
}
.content .btn {
  width: 10.5rem;
  height: 3.375rem;
  background: #217efd;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 1.5rem;
  color: #FFF;
}
.blank {
  height: 40.8125rem;
}
