.top {
  width: 100%;
  height: 16.31rem;
  position: relative;
  margin-bottom: 4.6rem;
}
.top .top_img {
  width: 100%;
  height: 16.31rem;
  background: #a5bdff;
}
.top .top_title {
  position: absolute;
  top: 5.69rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.top .top_text {
  position: absolute;
  top: 8.63rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 300;
  font-size: 1.13rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.top .top_text_r {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  font-weight: 300;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
.title {
  font-weight: bold;
  font-size: 2.5rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.5rem;
}
.text {
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 1.13rem;
  color: #999999;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
ul li {
  list-style-type: none;
  clear: both;
  font-size: larger;
  text-decoration: none;
}
.list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.list .list_nr {
  position: relative;
}
.list .list_nr .list_nr_title {
  font-weight: 300;
  font-size: 14px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.88rem;
  display: flex;
  align-items: flex-start;
}
.list .list_nr .list_nr_title span {
  color: #ff0000;
  padding-left: 0.1rem;
}
.list .list_nr .list_nr_inp {
  width: 65.06rem;
  height: 35px;
  background: #ffffff;
  border: 0.06rem solid #dddddd;
  margin-bottom: 1.94rem;
  padding: 0 0.5rem;
  border-radius: 0.63rem;
  padding-left: 2rem !important;
}
.list .list_nr .list_nr_img {
  position: absolute;
  top: 2.5rem;
  left: 0.2rem;
  width: 24px;
  height: 24px;
}
.list .list_nr .list_nr_inp_text {
  padding: 0.25rem;
  min-height: 8.75rem;
  padding-left: 2rem !important;
}
.but {
  width: 14.13rem;
  height: 2.75rem;
  background: #27469a;
  border-radius: 1.38rem 1.38rem 1.38rem 1.38rem;
  font-weight: 300;
  font-size: 1.13rem;
  color: #ffffff;
  line-height: 2.75rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0rem auto;
}
.con {
  padding: 0 0 3.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
