html {
  font-size: 3.2vw;
}
* {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "苹方-简", "Microsoft YaHei", "微软雅黑";
  word-break: normal;
  text-decoration: none;
  text-align: center;
}
.mainTitle {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.mainTitle div {
  width: 4rem;
  height: 0.125rem;
}
.mainTitle .left {
  background: linear-gradient(to left, #f6373e, #ff393900);
}
.mainTitle .right {
  background: linear-gradient(to right, #f6373e, #ff393900);
}
.mainTitle p {
  font-family: HyRunYuan45j;
  font-size: 1.58rem;
  color: #000000;
  margin: 0 1rem;
}
#banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#banner img {
  object-fit: contain;
}
#banner .bannerImg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#banner .content {
  width: 28.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
#banner .content div {
  width: 6.83rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#banner .content div img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: contain;
}
#banner .content div p {
  margin-top: 0.4rem;
  width: 100%;
  font-size: 1.08rem;
  font-weight: 600;
  color: #f6373e;
  line-height: 1.3rem;
}
#banner .content .words {
  width: 20rem;
  font-size: 0.83rem;
  color: #000000;
  line-height: 1.5rem;
  text-align: justify;
}
#banner .content1 {
  margin-top: 24.2rem;
}
#main2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main2 #xdfClass {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.8rem;
  position: relative;
}
#main2 #xdfClass .navButtonsWrapper {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 98rem;
}
#main2 #xdfClass .navButtonsWrapper div {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.65rem;
  background-color: #ababab;
  position: relative;
}
#main2 #xdfClass .navButtonsWrapper div::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}
#main2 #xdfClass .navButtonsWrapper img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.12);
  position: relative;
}
#main2 #xdfClass .slideViewArea {
  width: 100%;
  height: 103.75rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper {
  height: 100%;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classTitle {
  width: auto;
  height: 3.16rem;
  border-radius: 1.6rem;
  background-color: #ffe9e7;
  border: #f6373e solid 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.625rem;
  position: relative;
  z-index: 1;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classTitle img {
  height: 1.66rem;
  width: 0.92rem;
  margin: 0 1.25rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classTitle .arrRight {
  transform: rotateY(180deg);
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classTitle p {
  font-size: 1rem;
  font-family: HyRunYuan75j;
  color: #f6373e;
  letter-spacing: 0.05rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .innerClassTitle {
  margin-top: 3.5rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classItem {
  width: 86%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classItem .className {
  font-size: 1.08rem;
  color: #f6373e;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classItem .content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 0.6rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classItem .content p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  text-align: left;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classItem .content .p1 {
  width: 18%;
  color: #000000;
  font-weight: 600;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classItem .content .p2 {
  width: 82%;
  color: #5d5d5d;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classItem a {
  margin-top: 1rem;
  width: 100%;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #f6373e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classItem a img {
  height: 3rem;
  width: 2.5rem;
  margin-right: 0.5rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .classItem a p {
  font-size: 1.03rem;
  font-family: FzCuYuanJ;
  color: #ffffff;
  line-height: 3rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .split {
  width: 86%;
  height: 0.08rem;
  background-color: #f6373e;
  margin: 3.5rem 0;
  border-radius: 0.04rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem .redBorder {
  width: 28.75rem;
  height: 98.2%;
  border: #f6373e solid 0.1rem;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem3 .classTitle {
  margin-bottom: 1.5rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem3 .innerClassTitle {
  margin-top: 2rem;
  width: 15rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem3 .split {
  margin: 1.5rem 0;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem4 .classTitle {
  margin-bottom: 1.5rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem4 .innerClassTitle {
  margin-top: 2rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem4 .split {
  margin: 1.5rem 0;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem4 .classItem .content {
  margin-top: 0.4rem;
}
#main2 #xdfClass .slideViewArea .slideItemWrapper .slideItem4 .classItem .content p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
#main3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main3 #teacherSwiper {
  margin-top: 1.66rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#main3 #teacherSwiper .floatFlower {
  position: absolute;
  top: -3.2rem;
  right: 0;
  width: 7.7rem;
  height: 4.8rem;
  z-index: 2;
}
#main3 #teacherSwiper .slideButtonWrapper {
  width: 28.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 6.66rem;
}
#main3 #teacherSwiper .slideButtonWrapper img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1.6rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
}
#main3 #teacherSwiper .slideViewArea {
  width: 100%;
  height: 21.2rem;
  overflow: hidden;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper {
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem {
  position: relative;
  width: 31.25rem;
  height: 100%;
  overflow: hidden;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherPhoto {
  object-fit: contain;
  position: absolute;
  left: 0.5rem;
  top: 1.8rem;
  z-index: 1;
  clip: rect(0, 27.25rem, 17.9rem, 0rem);
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherGu {
  width: 11.5rem;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherYang {
  width: 11rem;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherLiu {
  width: 11.5rem;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherZeng {
  width: 11rem;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherSun {
  width: 11.4rem;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherHu {
  width: 10.5rem;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherWen {
  width: 13rem;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .teacherZhang {
  width: 10rem;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words {
  margin-left: 11.5rem;
  height: 18.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words .teacherName {
  font-size: 1.5rem;
  color: #000000;
  font-family: HyRunYuan45j;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words .teacherWords {
  width: 19rem;
  font-size: 0.8rem;
  color: #000000;
  line-height: 1.35rem;
  text-align: left;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem .words div {
  width: 19rem;
  height: 0.03rem;
  background-color: #f6373e;
  margin: 0.7rem 0;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  right: 1.33rem;
  z-index: 2;
  width: 9.3rem;
  height: 4.9rem;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem a img {
  width: 4.16rem;
  height: 4.16rem;
  object-fit: contain;
  border-radius: 2.08rem;
  box-shadow: 0 0 0.1px 0.3rem #e2a5938a;
  position: absolute;
  z-index: 2;
}
#main3 #teacherSwiper .slideViewArea .slideItemWrapper .slideItem a p {
  position: absolute;
  z-index: 1;
  width: 5.6rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  background-color: #ffe9e7;
  border: 0.1rem solid #f6373e;
  padding-left: 3.7rem;
  font-family: HyRunYuan45j;
  font-size: 1.6rem;
  color: #f6373e;
  line-height: 2.8rem;
}
#main3 #teacherSwiper .slideViewArea .bg {
  width: 100%;
  height: 19.7rem;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #fff8f8;
  background-image: url(../images/lineCricle.svg);
  background-repeat: no-repeat;
  background-position: -22.75rem 0.5rem;
  background-size: 45.5rem 45.5rem;
}
#main4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#main4 img {
  margin-top: 3.25rem;
  width: 13.08rem;
  height: 14.25rem;
  object-fit: contain;
}
#main4 .wordsWrapper {
  position: absolute;
  z-index: 1;
  width: 28.75rem;
  top: 7.5rem;
}
#main4 .wordsWrapper p {
  font-size: 0.83rem;
  color: #000000;
  position: absolute;
  text-align: left;
  line-height: 1.35rem;
}
#main4 .wordsWrapper .words1 {
  top: 0;
  left: 2.41rem;
}
#main4 .wordsWrapper .words2 {
  top: 0.91rem;
  right: 1.6rem;
}
#main4 .wordsWrapper .words3 {
  top: 8.5rem;
  left: 0;
}
#main4 .wordsWrapper .words4 {
  top: 7.2rem;
  right: 0;
}
#main4 .wordsWrapper .words5 {
  top: 15.2rem;
  left: 5.5rem;
}
#main4 a {
  display: block;
  width: 28.75rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background-color: #f6373e;
  font-family: FzCuYuanJ;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 3.125rem;
  margin-top: 6rem;
}
#main5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.8rem;
}
#main5 img {
  width: 100%;
  margin-top: 2rem;
  object-fit: contain;
}
#main5 a {
  display: block;
  width: 28.75rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  background-color: #f6373e;
  font-family: FzCuYuanJ;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 3.125rem;
  margin-top: 2.58rem;
}
#footer {
  margin-bottom: 4.2rem;
}
