.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;
  top: 1.7rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.54rem;
  font-weight: 700;
}

.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;
  text-align: center;
}

.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;
}

.m-country-list {
  display: grid;
  gap: 0.3rem;
}

.m-country-list figure {
  position: relative;
  width: 100%;
  aspect-ratio: 690 / 204;
  border-radius: 0.06rem;
  overflow: hidden;
}

.m-country-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-country-list figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.82rem;
  height: 0.82rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #6f19d6, #4f12ad);
  box-shadow: 0 0.04rem 0 rgba(255, 255, 255, 0.45), inset 0 0 0 0.03rem rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
}

.m-schoolsss {
  overflow: hidden;
}

.master-school-swiper {
  width: calc(100% + 0.3rem);
  margin-right: -0.3rem;
  padding-right: 0.3rem;
  overflow: hidden;
}

.master-school-card {
  width: 6.25rem;
  height: auto;
  padding: 0.36rem 0.38rem 0.42rem;
  border-radius: 0.08rem;
  background: #f6f6f6;
  box-shadow: 0 0.06rem 0.18rem rgba(0, 0, 0, 0.04);
}

.master-school-card h3 {
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.42rem;
  font-weight: 700;
}

.master-school-card h4 {
  margin-top: 0.08rem;
  text-align: center;
  color: #666;
  font-size: 0.22rem;
  line-height: 0.32rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}

.master-school-card img {
  display: block;
  width: 2.28rem;
  height: 2.28rem;
  margin: 0.42rem auto 0.38rem;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 0.05rem 0.22rem rgba(95, 23, 189, 0.18);
}

.master-school-card p {
  margin-top: 0.26rem;
  color: #666;
  font-size: 0.26rem;
  line-height: 0.44rem;
  text-align: justify;
}

.m-school {
  padding-top: 0.46rem;
}

.school-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.school-tabs button {
  height: 0.6rem;
  border: none;
  background: #5f17bd;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 700;
}

.school-tabs button.active {
  color: #5d16bc;
  background: #fff;
  border: 0.03rem solid #5d16bc;
}

.school-card {
  position: relative;
  min-height: 11.85rem;
  padding: 0.86rem 0.3rem 0.5rem;
  border-radius: 0.1rem;
  background: #f6f6f6;
}

.school-panel {
  display: none;
}

.school-panel.active {
  display: block;
}

.school-panel h3 {
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-weight: 700;
}

.school-panel h4 {
  text-align: center;
  margin-top: 0.16rem;
  color: #666;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.school-panel img {
  display: block;
  width: 6.3rem;
  height: 4.15rem;
  object-fit: cover;
  margin-top: 0.38rem;
}

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

.thailand-mobile .m-plan,
.thailand-mobile .m-majors,
.thailand-mobile .m-advantage {
  padding-top: 0.24rem;
}

.thailand-mobile .m-plan .m-section-head,
.thailand-mobile .m-majors .m-section-head,
.thailand-mobile .m-advantage .m-section-head {
  margin-bottom: 0.22rem;
}

.school-panel p {
  margin-top: 0.32rem;
}

.m-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.14rem;
  height: 0.56rem;
  margin: 0.36rem auto 0;
  border-radius: 0.1rem;
  background: #5f17bd;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 700;
}

.m-plan article {
  width: 6.9rem;
  min-height: 2.83rem;
  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 article p {
  margin-top: 0.22rem;
}

.m-majors ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.m-majors li {
  height: 0.86rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  font-size: 0.26rem;
}

.m-majors .more {
  color: #5f17bd;
}

.m-advantage {
  background: #fff;
}

.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;
}

.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;
}
