.pos {
  color: #2f2f2f;
  font-weight: 600;
  margin-top: 2rem;
}
.pos span {
  color: #1678c3;
}
.text {
  padding: 5rem 6.5rem;
}
.text p {
  font-size: 1.5rem;
}
.text p span {
  color: #1678c3;
  font-weight: 600;
}
.box-big {
  width: 100%;
  border-top: 3px solid #1678c3;
  padding: 2rem 1rem;
}
.box-big .box-sm input {
  height: 3.6rem;
  font-size: 1.25rem;
  color: 205, 205, 205;
  padding: 0 1em;
  margin-bottom: 2rem;
}
.box-big .box-sm .long {
  width: 100%;
}
.box-big .box-sm .boxs {
  display: flex;
}
.box-big .box-sm .boxs input {
  width: 98%;
}
.box-big .box-sm .boxs textarea {
  width: 98%;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: 205, 205, 205;
}
.box-big .box-sm .boxs .box-right {
  text-align: right;
}
.box-big .box-sm .boxs .box-right p {
  text-align: left;
  margin-left: 1em;
  font-size: 1.25rem;
}
.box-big .box-sm .boxs .box-right .img {
  text-align: left;
}
.box-big .box-sm .boxs .box-right .img img {
  height: 3.7rem;
}
.bt {
  text-align: center;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
.bt a {
  display: block;
  margin: 1.75rem;
  width: 25.6rem;
  height: 5.56rem;
  line-height: 5.56rem;
  font-size: 1.75rem;
  border: none;
  color: #fff;
  box-shadow: 1px 4px 10px #c3daec;
}
.bt a:hover {
  color: #fff;
  box-shadow: 1px 5px 10px #cddbe6;
}
.bt .b1 {
  background-color: #1678c3;
}
.bt .b2 {
  background-color: #b3b3b3;
}
