@import url(../../assets/init.css);
.banner {
  margin-top: 78px;
  height: 940px;
  background-image: url(https://duyihome.oss-cn-beijing.aliyuncs.com/images/teacher/bg.png);
  background-size: cover;
  text-align: center;
  display: flow-root;
}
.banner .title {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 46px;
  color: #fff;
  margin-top: 332px;
  letter-spacing: 2px;
}
.banner .desc {
  margin-top: 27px;
  font-family: HarmonyOS_Sans_SC;
  font-size: 17px;
  color: #fff;
  letter-spacing: 2px;
}
.banner .e-desc {
  margin-top: 228px;
  color: #fff;
  font-family: BarlowCondensed-Bold;
  font-size: 30px;
  letter-spacing: 6px;
}
.banner .dy {
  font-family: HarmonyOS_Sans_SC;
  font-size: 8px;
  margin-top: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39x;
  letter-spacing: 6px;
  color: #ffffff;
}
.teachers {
  width: 100%;
  position: relative;
  height: 1520px;
}
.teachers .t-bg {
  height: 200px;
  padding-bottom: 13px;
  background-image: url(https://duyihome.oss-cn-beijing.aliyuncs.com/images/teacher/bg1.png);
  background-size: cover;
  background-position-y: bottom;
}
.teachers .b-bg {
  height: 200px;
  padding-bottom: 13px;
  background-image: url(https://duyihome.oss-cn-beijing.aliyuncs.com/images/teacher/bg2.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.teachers .teacher {
  position: absolute;
  top: 154px;
  height: 1300px;
  width: 1226px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 134px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teachers .teacher .t {
  width: 532px;
  padding: 0 22px;
  height: 187px;
  background-color: #f4f6f6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teachers .teacher .t .l-msg {
  height: 110px;
  width: 280px;
}
.teachers .teacher .t .l-msg .name {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 16px;
  letter-spacing: 1px;
  color: #008c4e;
}
.teachers .teacher .t .l-msg .name span {
  margin-left: 20px;
}
.teachers .teacher .t .l-msg .desc {
  font-family: HarmonyOS_Sans_SC;
  font-size: 12px;
  letter-spacing: 1px;
  color: #575757;
  margin-top: 20px;
}
.teachers .teacher .t .r-pic {
  width: 176px;
  height: 104px;
}
