/**
 *
 *
 * 师资首页
 *
 *
 **/
.teacher_bg {
  /* width: 100%;
  height: 59.5rem; */
  height: 100vh;
  background: url("../assets/pic_shizilb.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.teacher_content {
  box-sizing: border-box;
  width: 100%;
  min-height: 500px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 100%
  );
  border-radius: 10px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  padding: 36px 30px;
}
.filterx {
  position: relative;
}
.filterx .basic_btn {
  position: absolute;
  right: 0;
  height: 48px;
  cursor: pointer;
}
.filterx .basic_btn .basic_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.filterx .basic_btn .basic_flex div {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #323335;
  line-height: 24px;
  font-style: normal;
  margin-right: 6px;
}
.filterx .basic_btn .basic_flex img {
  width: 14px;
  height: 14px;
  object-fit: cover;
}
.filterx .filterx-type {
  width: 94%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeee0;
}
.filterx .filterx-type div {
  width: fit-content;
  white-space: nowrap;
  font-family: SourceHanSansCN, SourceHanSansCN;
  background-color: #eef4ff;
  font-weight: 400;
  font-size: 16px;
  color: #323335;
  font-style: normal;
  padding: 12px 14px;
  cursor: pointer;
  border-radius: 8px;
  margin-right: 24px;
  margin-bottom: 16px;
}
.filterx .filterx-type div.active {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 16px;
  color: #2468f2;
  font-style: normal;
  padding: 12px 14px;
  background-color: #d8e5fd;
  border-radius: 8px;
  margin-right: 24px;
  margin-bottom: 16px;
}
.filterx-type ul {
  padding-bottom: 24px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.filterx-type li {
  height: 20px;
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  padding: 4px 12px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: center;
  box-sizing: content-box;
  flex: none;
  cursor: pointer;
}
.filterx-type li.active {
  background-color: #0088ff;
  border-radius: 4px;
  color: #fff;
}

.teacher-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 47px; */
  box-sizing: border-box;
}
.teacher-item {
  width: 22.5%;
  min-height: 200px;
  background-color: #2468f2;
  margin-top: 36px;
  border-radius: 8px;
  margin-right: calc(10% / 3);
}
.teacher-item a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
}
.teacher-item:nth-child(4n) {
  margin-right: 0;
}

.teacher-item:last-child {
  margin-right: auto;
}
.teacher_top_bg {
  box-sizing: border-box;
  width: 100%;
  height: 320px;
  padding: 30px 30px 0 30px;
  background: url("../assets/zhuanjia_bg@2x.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.teacher_top_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .teacher-item a:hover .teacher-item-mask {
  opacity: 1;
} */
.teacher-item-bb {
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: block;
}
.teacher-item-banner {
  width: 200px;
  /*height: 200px;*/
  border-radius: 8px;
  display: block;
}
.teacher-item-mask {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  top: 0;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  width: 100%;
  line-height: 24px;
  overflow: hidden;
}
.teacher-item-title {
  text-align: left;
  width: 100%;
  padding: 24px 24px 0 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
}
.teacher-item-title:hover {
  color: #2468f2;
}
.teacher-item-motto {
  width: 100%;
  text-align: left;
  padding: 8px 24px 0 24px;
  margin-bottom: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #68696d;
  line-height: 20px;
  font-style: normal;
  text-align: justify;
}

/**
 *
 *
 * 师资详情
 *
 *
 **/

.teacher_detail_bg {
  width: 100%;
  height: 1250px;
  background: url("../assets/teacher_xiangqing_bg.png") no-repeat;
  background-size: 100% 100%;
}
.teacherDetail {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 60px;
}
.teacherDetail-bannar {
  height: 240px;
  width: 100%;
  margin-top: 20px;
}

.contentx {
}
.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teacher_message {
  display: flex;
  flex-direction: column;
}
.teacher_message ._name {
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 28px;
  color: #323335;
  line-height: 34px;
  font-style: normal;
}
.teacher_message ._title {
  display: flex;
  margin-top: 18px;
  align-items: center;
}
.teacher_message ._title img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.teacher_message ._title div {
  margin-left: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: normal;
  text-align: justify;
}
.teacher_message ._desc {
  margin-top: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #68696d;
  line-height: 24px;
  font-style: normal;
  text-align: justify;
}
.teacher_picture img {
  width: 322px;
  height: 340px;
  object-fit: contain;
}
.contentx-left {
  box-sizing: border-box;
  width: 74.7%;
  min-height: 348px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 12%,
    #ffffff 100%
  );
  border-radius: 10px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  padding: 18px 24px;
}
.contentx-left-introduction {
  margin-top: 30px;
}
.contentx-left-introduction div {
  margin-top: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #68696d;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
}
.contentx-left-introduction img {
  margin-top: 10px;
}
.contentx-left-introduction ._img {
  width: 200px;
}
.contentx-left-introduction ._content {
  width: 440px;
  padding-left: 20px;
}
.contentx-left-introduction ._name {
  width: 100%;
  height: 25px;
  font-size: 18px;
  color: #303133;
  width: 100%;
  line-height: 25px;
}
.contentx-left-introduction ._text {
  margin-top: 11px;
  width: 100%;
  font-size: 12px;
  color: #909399;
  width: 100%;
  line-height: 17px;
}
.contentx-left-introduction ._text2 {
  margin-top: 17px;
  width: 100%;
  font-size: 14px;
  color: #303133;
  width: 100%;
  line-height: 17px;
}
.contentx-right {
  box-sizing: border-box;
  width: 24.2%;
  min-height: 378px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 12%,
    #ffffff 100%
  );
  border-radius: 10px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  padding: 18px 24px;
}
.right-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeff0;
}
.contentx-right .course-items {
  margin-top: 24px;
}
.contentx-right .course-items {
  margin-top: 24px;
}
.contentx-right .course-item-h {
  display: flex;
  border-bottom: 1px solid #eeeff0;
  padding: 24px 0;
}
.contentx-right a:first-child .course-item-h {
  padding-top: 0;
}
.contentx-right a:last-child .course-item-h {
  border-bottom: none;
}
.contentx-right .course-item-h .img {
  width: 103px;
  height: 58px;
  flex: none;
}
.contentx-right .course-item-h .img img {
  width: 100%;
  height: 100%;
}
.contentx-right .course-item-h .info {
  padding: 0 10px;
  width: 184px;
  box-sizing: content-box;
}
.contentx-right .course-item-h .info .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: normal;
}
.contentx-right .course-item-h .info .title:hover{
  color: #2468f2;
}
.contentx-right .course-item-h .info .price {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #ff2e2e;
  letter-spacing: 1px;
  font-style: normal;
  line-height: 21px;
}
.contentx-right .course-item-h .info .num {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #68696d;
  font-style: normal;
  margin-left: 5px;
  line-height: 21px;
}

@media (max-width: 1500px) {
  .contentx-right .course-item-h .info {
    padding: 0 10px;
    width: 130px;
    box-sizing: content-box;
  }
}
