.m-page {
  width: 100%;
  background: #fff;
  color: #333;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.m-page * {
  box-sizing: border-box;
}

.m-hero {
  position: relative;
  width: 7.5rem;
  height: 4rem;
  overflow: hidden;
}

.m-hero img {
  display: block;
  width: 7.5rem;
  height: 4rem;
  object-fit: cover;
}

.m-hero h1 {
  position: absolute;
  left: 0.89rem;
  top: 1.42rem;
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.58rem;
  font-weight: 700;
}

.m-hero h1 span,
.m-hero h1 em {
  display: block;
  font-style: normal;
}

.m-hero h1 em {
  color: #f2d034;
}

.m-section {
  padding: 0.46rem 0.3rem 0.12rem;
  background: #fff;
}

.m-section-head {
  text-align: center;
  margin-bottom: 0.4rem;
}

.m-section-head p {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #333;
  font-weight: 700;
}

.m-section-head h2 {
  margin-top: 0.04rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #333;
  font-weight: 700;
}

.m-section-head i {
  display: block;
  width: 0.95rem;
  height: 0.03rem;
  background: #333;
  margin: 0.16rem auto 0;
}

.switzerland-mobile .m-plan,
.switzerland-mobile .m-requirements,
.switzerland-mobile .m-advantage,
.switzerland-mobile .m-university {
  padding-top: 0.24rem;
}

.switzerland-mobile .m-plan .m-section-head,
.switzerland-mobile .m-requirements .m-section-head,
.switzerland-mobile .m-advantage .m-section-head,
.switzerland-mobile .m-university .m-section-head {
  margin-bottom: 0.22rem;
}

.intro-card-mobile,
.university-card {
  background: #f6f6f6;
}

.intro-card-mobile,
.university-card {
  border-radius: 0.1rem;
  padding: 0.32rem 0.3rem;
}

.intro-card-mobile img {
  display: block;
  width: 6.3rem;
  height: 4.15rem;
  object-fit: cover;
  margin: 0.28rem 0;
}

.intro-card-mobile p,
.m-plan p,
.m-advantage > p,
.m-requirements > p,
.university-card p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  text-align: justify;
}

.m-section-head p {
  text-align: center;
}

.m-plan article {
  width: 6.9rem;
  min-height: 3.22rem;
  padding: 0.28rem 0.3rem 0.28rem;
  margin-bottom: 0.3rem;
  background-size: cover;
  background-position: center;
}

.m-plan h3 {
  text-align: center;
  font-size: 0.26rem;
  line-height: 0.38rem;
  font-weight: 700;
}

.m-plan p {
  margin-top: 0.22rem;
}

.m-requirements {
  background: #fff;
  padding-bottom: 0.55rem;
}

.m-requirements > p {
  padding: 0.3rem;
  border-radius: 0.1rem;
  background: #f6f6f6;
}

.m-advantage {
  background: #fff;
  padding-bottom: 0.55rem;
}

.adv-icons {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0.3rem 0.2rem 0.2rem;
  border-radius: 0.1rem 0.1rem 0 0;
  background: #f6f6f6;
}

.m-advantage > p {
  padding: 0 0.3rem 0.35rem;
  border-radius: 0 0 0.1rem 0.1rem;
  background: #f6f6f6;
}

.adv-icons span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5f17bd;
  font-size: 0.24rem;
}

.adv-icons img {
  width: 0.92rem;
  height: 0.92rem;
  object-fit: contain;
  margin-bottom: 0.12rem;
}

.university-card p + p {
  margin-top: 0.24rem;
}

.register-card {
  border-radius: 0.1rem;
  background: #f6f6f6;
  box-shadow: 0 0.07rem 0.18rem rgba(80, 9, 129, 0.16);
  overflow: hidden;
}

.register-head {
  height: 1.46rem;
  padding-top: 0.26rem;
  text-align: center;
  background: url(../images/报名-背景.png) no-repeat center;
  background-size: cover;
  color: #fff;
}

.register-head h2 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 700;
}

.register-head p {
  margin-top: 0.06rem;
  font-size: 0.22rem;
}

.m-signup-form {
  padding: 0.35rem 0.33rem 0.48rem;
}

.m-signup-form li {
  display: flex;
  align-items: center;
  height: 0.72rem;
  margin-bottom: 0.25rem;
  border: 1px solid #e4e4e4;
  border-radius: 0.04rem;
  background: #fff;
}

.m-signup-form label {
  width: 1.72rem;
  padding-left: 0.2rem;
  font-size: 0.26rem;
  font-weight: 700;
}

.m-signup-form input,
.m-signup-form select {
  flex: 1;
  min-width: 0;
  height: 0.7rem;
  border: none;
  background: transparent;
  color: #666;
  font-size: 0.26rem;
}

.m-signup-form .submitbtn {
  width: 2.14rem;
  height: 0.56rem;
  display: block;
  margin: 0.28rem auto 0;
  border: none;
  border-radius: 0.1rem;
  background: #5f17bd;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 700;
}
