.about-us .bg {
  width: 1920px;
  height: 489px;
  display: block;
  background: url(https://open.swjtu.edu.cn/www2025/images/image/admission-query/admission-query-banner_02.jpg)
    no-repeat center;
}

.about-us header {
  height: 489px;
  display: flex;
  justify-content: center;
}

.about-us-content {
  position: relative;
  top: -88px;
}

.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

.about-us-navigations {
  padding: 0 39px;
  background: #fff;
}

.inst {
  font-size: 18px;
  color: #232323;
  line-height: 30px;
  margin-bottom: 54px;
  font-weight: bold;
}

.about-us-navigation {
  padding-top: 22px;
  display: flex;
  align-items: center;
}

.navigation-line {
  border: 3px solid #f3f3f3;
  margin-top: -6px;
}

.list-minor-title a {
  font-weight: 700;
  cursor: pointer;
  color: #000;
  font-size: 16px;
}

.list-major-title h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.list-major-title a {
  font-size: 18px;
}

.list-major-title {
  background-color: #c5af7a;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.list-minor-title {
  padding: 10px 16px 0px;
  background-color: #ececec;
}

.list-minor-title h2 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.list-minor-title a.orange {
  color: #ec5c14;
}

.list-minor-title img {
  width: 8px;
  height: 10px;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-minor-title.last {
  padding-bottom: 10px;
}

.query-content {
  padding-top: 22px;
  display: flex;
  align-items: flex-start;
}

.education-query {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}

.query-left {
  margin-right: 40px;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.query-right .query_name {
  font-size: 28px;
  color: #232323;
  font-weight: 700;
  letter-spacing: 2px;
}

.query-right .remind {
  color: #e16e08;
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 28px;
}

.query-right input {
  width: 424px;
  height: 40px;
  border: 2px solid #dfdfdf;
  text-indent: 10px;
  border-radius: 2px;
  margin-bottom: 32px;
}

.query-right input::-webkit-input-placeholder {
  color: #757575;
}

.query-right button {
  width: 275px;
  height: 54px;
  background: linear-gradient(to left, #ff7a57, #f74f22);
  cursor: pointer;
  border-radius: 27px;
  border: none;
  color: #fff;
  font-size: 24px;
  letter-spacing: 10px;
  padding-left: 60px;
}

.query-right .query-btn {
  position: relative;
}

.query-right .query-btn img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translateY(-50%);
}

.results-wrapper {
  width: 100%;
}

.results {
  display: flex;
  width: 720px;
  padding: 15px 10px;
  flex: 1;
  align-items: center;
  flex-direction: column;
  border: 2px solid #fad4ba;
  margin-top: 60px;
}

.results-wrapper .results {
  width: 100%;
}

.results table th {
  color: #000;
}

.results table td,
.results table th {
  text-align: left;
  padding: 5px;
}

.results .username {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
  color: #000;
}

.electronic {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  width: 100%;
}

.electronic .close {
  position: absolute;
  top: -40px;
  right: 0px;
  outline: none;
  width: 37px;
  height: 37px;
  cursor: pointer;
}

.electronic-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e2e2e2;
}
.electronic-item:last-child {
  border: none;
  padding-bottom: 0;
}
.electronic-item-left {
  width: 430px;
  border-right: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
}

.electronic-item-left .electronic-icon {
  display: block;
  outline: none;
  margin-right: 20px;
  width: 75px;
  height: 75px;
}
.electronic-item-right {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.electronic .info > div {
  margin-bottom: 5px;
}
.electronic .label {
  color: #a1a1a1;
  margin-right: 10px;
  text-align: right;
  width: 84px;
  display: inline-block;
}
.electronic .value {
  color: #202020;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #fff;
  color: #1250dc;
  border: 2px solid #1250dc;
  cursor: pointer;
  width: 78px;
}

.download-btn img {
  height: 15px;
}

.results h1 {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
