.platform {
  width: 100%;
  height: 450px;
  background-image: url(https://img.thea.cn/jingjia/public/202110/tzy/SchoolInquiry/image-pc/Schoolpc-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.platform > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.platform > div:nth-child(1) img {
  width: 116px;
  height: 32px;
}

.platform h1 {
  margin-top: 58px;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 80px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2.4px;
  color: #ffffff;
}

.platform > div:nth-child(3) {
  width: 810px;
  height: 110px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 24px;
  opacity: 0.8;
  padding: 20px 45px 20px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 48px;
}

.platform > div:nth-child(3) h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.platform > div:nth-child(3) > p:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
}

.platform > div:nth-child(3) > p:nth-child(2) span {
  color: #ff5041;
}

.platform > div:nth-child(3) > p:nth-child(3) {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #0d52cc;
}

.query {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.query .sign-in {
  width: 1010px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.query .sign-in .query_ul {
  display: flex;
  flex-direction: column;
}

.query .sign-in .query_ul > li:nth-child(1) {
  display: flex;
  align-items: center;
}

.query .sign-in .query_ul > li:nth-child(1) span {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 30px;
}

.query .sign-in .query_ul > li:nth-child(1) label {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.query .sign-in .query_ul > li:nth-child(1) > label:nth-child(2) {
  margin-left: 0;
}

.query .sign-in .query_ul > li:nth-child(1) .radio_type {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  appearance: none;
  position: relative;
  outline: none;
  margin-right: 10px;
}

.query .sign-in .query_ul > li:nth-child(1) .radio_type:before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.query .sign-in .query_ul > li:nth-child(1) .radio_type:checked:before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.query .sign-in .query_ul > li:nth-child(1) .radio_type:checked:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #3574f2;
  text-align: center;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}

.query .sign-in .query_ul > li:nth-child(1) .radio_type:checked + label {
  color: #edd19d;
}

.query .sign-in .query_ul > li:nth-child(2) p {
  width: 100px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 0px;
  color: #888888;
  text-align: center;
}

.query .sign-in .query_ul > li:nth-child(3) {
  display: flex;
  margin-top: 22px;
}

.query .sign-in .query_ul > li:nth-child(3) div {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  margin-right: 30px;
}

.query .sign-in .query_ul > li:nth-child(3) div > p:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  letter-spacing: 0px;
  color: #333333;
}

.query .sign-in .query_ul > li:nth-child(3) div > p:nth-child(2) {
  width: 100px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 0px;
  color: #888888;
  text-align: center;
}

.query .sign-in .query_ul > li:nth-child(3) ul {
  width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.query .sign-in .query_ul > li:nth-child(3) ul li {
  width: 200px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #cccccc;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}

.query .sign-in .query_ul > li:nth-child(3) ul .on {
  background-color: #3574f2;
  color: #ffffff;
}

.query .sign-in .query_ul > li:nth-child(4) {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.query .sign-in .query_ul > li:nth-child(4) span {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 30px;
}

.query .sign-in .query_ul > li:nth-child(4) input {
  width: 860px;
  height: 56px;
  background-color: #eeeeee;
  border-radius: 10px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  letter-spacing: 0px;
  text-indent: 24px;
  border: none;
}

.query .sign-in .query_ul > li:nth-child(5) {
  display: flex;
  align-items: center;
  margin-left: 150px;
}

.query .sign-in .query_ul > li:nth-child(5) input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.query .sign-in .query_ul > li:nth-child(5) p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
}

.query .sign-in .query_ul > li:nth-child(5) p span {
  color: #548af4;
}

.query .sign-in .input_submit {
  width: 520px;
  height: 72px;
  background-image: linear-gradient(90deg, #548af4 0%, #51c2fe 100%);
  border-radius: 36px;
  border: none;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 66px;
}

.Parents_comments {
  width: 100%;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 66px;
}

.Parents_comments > p:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.Parents_comments > p:nth-child(1) span {
  color: #3366ea;
}

.Parents_comments > p:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 16px;
}

.Parents_comments .comment {
  width: 1100px;
  background-color: #ffffff;
  border-radius: 24px;
  padding-top: 32px;
  margin-top: 48px;
}

.Parents_comments .comment > div:nth-child(1) {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.Parents_comments .comment > div:nth-child(1) p {
  display: flex;
  align-content: center;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.Parents_comments .comment > div:nth-child(1) p span {
  display: inline-block;
  width: 8px;
  height: 30px;
  background-color: #3366ea;
  margin-right: 10px;
}

.Parents_comments .comment > div:nth-child(1) a img {
  width: 120px;
  height: 48px;
  margin-right: 24px;
}

.Parents_comments .comment ul {
  margin: 0 24px;
}

.Parents_comments .comment ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 39px;
}

.Parents_comments .comment ul li > a:nth-child(1) img {
  width: 80px;
  height: 80px;
  margin-top: 5px;
}

.Parents_comments .comment ul li > div:nth-child(2) {
  width: 950px;
  border-bottom: dashed 1px #dddddd;
}

.Parents_comments .comment ul li > div:nth-child(2) h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 10px;
}

.Parents_comments .comment ul li > div:nth-child(2) > p:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}

.Parents_comments .comment ul li > div:nth-child(2) > div:nth-child(3) {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 38px;
}

.Parents_comments .comment ul li > div:nth-child(2) > div:nth-child(3) > p:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #888888;
}

.Parents_comments .comment ul li > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) {
  display: flex;
  align-content: center;
}

.Parents_comments .comment ul li > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #888888;
}

.Parents_comments .comment ul li > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.Parents_comments .comment ul li > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > span:nth-child(1) {
  margin-right: 20px;
}

.Parents_comments .comment ul > li:nth-child(1) {
  margin-top: 21px;
}

.Parents_comments .comment ul > li:last-child > div:nth-child(2) {
  border-bottom: none;
}

.Bottom_corner {
  width: 100%;
  height: 64px;
  background-color: #dddddd;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 0px;
  color: #888888;
  text-align: center;
}
