:root {
  --pc-purple: #6416c4;
  --pc-purple-dark: #5717b4;
  --pc-red: #c61e1e;
  --pc-yellow: #f2d034;
}

.pc-page {
  min-width: 1200px;
  color: #333;
  background: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.pc-hero {
  height: 600px;
  background: url(../images/banner.png) no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.pc-hero h1 {
  font-size: 64px;
  line-height: 1.22;
  font-weight: 700;
  white-space: nowrap;
}

.pc-hero h1 span {
  color: #d4e43f;
}

.pc-section {
  position: relative;
  padding: 47px 0 72px;
  box-sizing: border-box;
}

.light-section {
  background: #f2f3f7;
}

.pc-section-head {
  text-align: center;
}

.pc-section-head h2 {
  font-size: 44px;
  line-height: 1.25;
  font-weight: 700;
  color: #333;
}

.pc-section-head p {
  margin-top: 13px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 12px;
  color: #b2b2b2;
  text-transform: uppercase;
}

.dark-head h2,
.dark-head p {
  color: #fff;
}

.intro-card {
  width: 1200px;
  height: 355px;
  margin: 66px auto 0;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #012fa7;
  background: #f2f3f7;
}

.accent-panel {
  width: 236px;
  height: 355px;
  background: linear-gradient(30deg, #5717b4, #6e16d0);
  position: absolute;
  left: 0;
  top: 0;
}

.intro-card::after {
  content: "";
  position: absolute;
  left: 319px;
  bottom: 0;
  width: 17px;
  height: 17px;
  background: var(--pc-purple);
}

.intro-img {
  position: absolute;
  left: 19px;
  top: 18px;
  width: 300px;
  height: 319px;
  object-fit: cover;
}

.intro-text {
  position: absolute;
  left: 351px;
  top: 34px;
  width: 790px;
}

.intro-text h3 {
  color: #6818c9;
  font-size: 20px;
  font-weight: 700;
}

.intro-text p {
  margin-top: 20px;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #666;
  text-align: justify;
}

.swiss-plan {
  min-height: 782px;
  padding-bottom: 40px;
  background: linear-gradient(#6818c9 0, #6818c9 338px, #fff 338px);
}

.plan-grid {
  width: 1200px;
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.plan-grid article {
  height: 232px;
  box-sizing: border-box;
  padding: 34px 30px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.plan-grid h3 {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.plan-grid p {
  margin-top: 24px;
  font-size: 14px;
  line-height: 26px;
}

.plan-form-wrap {
  width: 1200px;
  height: 263px;
  margin: 0 auto;
  position: relative;
  background: #f3f3f3;
}

.line-art {
  position: absolute;
  left: -7px;
  top: -29px;
  width: 575px;
  height: 258px;
}

.mini-apply {
  position: absolute;
  right: 83px;
  top: 31px;
  width: 551px;
}

.mini-apply h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.mini-apply p {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.mini-apply form {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(2, 270px);
  gap: 20px 10px;
}

.mini-apply input,
.mini-apply select {
  width: 270px;
  height: 32px;
  border: 1px solid #999;
  box-sizing: border-box;
  background: #f3f3f3;
  padding-left: 15px;
  color: #666;
  font-size: 14px;
}

.mini-apply button {
  grid-column: 2;
  width: 255px;
  height: 60px;
  border: 0;
  background: #c61e1e;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
}

.mini-apply button span {
  width: 195px;
  text-align: center;
  font-size: 18px;
}

.mini-apply button img {
  width: 12px;
  height: 22px;
  padding: 19px 24px;
  background: #b41616;
}

.pc-requirements {
  min-height: 470px;
}

.require-card {
  width: 1200px;
  height: 229px;
  margin: 45px auto 0;
  background: url(../images/入学要求-背景图.png) no-repeat center bottom;
  position: relative;
}

.require-card span {
  position: absolute;
  left: 20px;
  top: 0;
  width: 81px;
  height: 60px;
  background: url(../images/标签样式.png) no-repeat center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.require-card p {
  position: absolute;
  left: 31px;
  top: 70px;
  font-size: 14px;
  line-height: 30px;
}

.swiss-advantage {
  padding-top: 47px;
  padding-bottom: 71px;
}

.advantage-grid {
  width: 1200px;
  margin: 60px auto 0;
  display: grid;
  gap: 20px;
}

.five-col {
  grid-template-columns: repeat(5, 1fr);
}

.advantage-grid li {
  height: 214px;
  background: #f2f3f7;
  text-align: center;
}

.advantage-grid img {
  display: block;
  width: auto;
  height: 116px;
  margin: 0 auto;
}

.advantage-grid p {
  margin-top: 28px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

.university-section {
  min-height: 464px;
  background: url(../images/学校介绍-背景图.png) no-repeat center top;
  background-size: cover;
}

.university-text {
  width: 1200px;
  margin: 76px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
}

.university-text p + p {
  margin-top: 22px;
}

.pc-register {
  min-height: 571px;
  background: url(../images/报名-背景图.png) no-repeat center top;
  background-size: cover;
}

.register-box {
  width: 1200px;
  height: 325px;
  margin: 50px auto 0;
  background: url(../images/报名-字段背景框.png) no-repeat center;
  position: relative;
}

.pc-form {
  width: 866px;
  position: absolute;
  left: 167px;
  top: 60px;
}

.pc-form ul {
  display: grid;
  grid-template-columns: repeat(2, 412px);
  gap: 21px 42px;
}

.pc-form li {
  height: 53px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.pc-form label {
  width: 103px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.pc-form input,
.pc-form select {
  flex: 1;
  height: 53px;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 16px;
  padding-right: 42px;
  box-sizing: border-box;
  appearance: none;
}

.pc-form input::placeholder {
  color: #999;
}

.date-icon,
.select-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.date-icon {
  width: 20px;
  height: 22px;
  background-image: url(../images/rili.png);
}

.select-icon {
  width: 10px;
  height: 8px;
  background-image: url(../images/下拉按钮.png);
}

.pc-form .submitbtn {
  display: block;
  width: 412px;
  height: 53px;
  margin: 32px auto 0;
  border: 0;
  background: var(--pc-yellow);
  color: var(--pc-red);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
