* {
  box-sizing: border-box;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border: 1px solid #F19A30 !important;
}

.el-select-dropdown__item.selected {
  color: #F19A30 !important;
}

.el-input__inner:hover {
  border: 1px solid #F19A30 !important;
}

.el-button.el-button--text:focus,
.el-button.el-button--text:hover,
.el-button.el-button--text {
  color: #F19A30;
}

.flex-row {
  display: flex;
}

.flex-row .flex-col {
  flex: 1;
  width: 0%;
}

.is-w-center {
  justify-content: center;
}

.is-h-center {
  align-items: center;
}

/* 金吉列语培教师团队 */
.section-teacher {
  width: 100%;
  background-color: #FDEDE4;
  padding: 59px 0 63px;
}

.section-teacher .section-content {
  width: 1200px;
  margin: 0 auto;
}

.section-teacher .section-teacher-title {
  width: 500px;
  height: 55px;
  margin: 0 auto;
  background-image: url(../images/teacher/title.png);
  background-size: 100% 100%;
}

.section-teacher .section-fabu-title {
  width: 540px;
  height: 55px;
  margin: 50px auto 0;
  background-image: url(../images/teacher/fabu-title.png);
  background-size: 100% 100%;
}

.section-teacher .section-fabu-content {
  height: 360px;
  width: 1200px;
  margin: 20px auto 50px;
  background-image: url(../images/teacher/fabu-bg.png);
  background-size: 100% 100%;
}

.section-teacher .section-fabu-content .description {
  width: 904px;
  height: 100px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
}

.section-teacher .section-fabu-content .fabu-bom {
  width: 904px;
  height: 150px;
}

.section-teacher .section-fabu-content .fabu-bom .fabu-bom-inner {
  width: 390px;
  height: 150px;
  background-image: url(../images/teacher/fabu-nom-bg.png);
  background-size: 100% 100%;
}

.section-teacher .section-fabu-content .fabu-bom .fabu-bom-inner .fabu-bom-inner_title {
  width: 160px;
  height: 25px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 18px;
  color: #8E4E00;
  letter-spacing: 0;
  text-align: center;
}

.section-teacher .section-fabu-content .fabu-bom .fabu-bom-inner .fabu-bom-inner_desc {
  height: 25px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 18px;
  color: #8E4E00;
  letter-spacing: 0;
  text-align: center;
}

.teacher-info {
  position: relative;
  height: 400px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px 20px 20px;
  display: flex;
}

.teacher-info-left {
  width: 594px;
  height: 360px;
  /* background-repeat: no-repeat;
  background-size: 100%; */
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.teacher-info-right-button {
  width: 216px;
  height: 60px;
  background-image: linear-gradient(179deg, #F16C30 12%, #E21C1C 100%);
  box-shadow: 0 2px 12px 0 #e3193759;
  border-radius: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  padding-left: 21px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 5px;
  border: none;
  transition: all 0.3s;
}

.teacher-info-right-button:hover {
  position: absolute !important;
  position: relative;
  transform: scale(1.2);
  z-index: 9;
}

.teacher-avatar-toggle-wrap {
  padding: 0 66px;
  position: relative;
}

.teacher-avatar-left-icon,
.teacher-avatar-right-icon {
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(43px + 68px);
  transform: translateY(-50%);
}

.teacher-avatar-icon-disabled {
  opacity: 0.5;
  cursor: default;
}

.teacher-avatar-left-icon {
  left: 0;
}

.teacher-avatar-right-icon {
  right: 0;
}

.teacher-avatar-wrap {
  overflow: hidden;
}

.teacher-avatar {
  margin-top: 43px;
  display: flex;
  align-items: center;
  will-change: transform;
  /* 提示浏览器优化 */
  transition: transform 0.5s ease;
  /* 平滑滚动动画 */
}

.teacher-avatar-item {
  flex-shrink: 0;
  width: 138px;
  height: 138px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  cursor: pointer;
  margin: 0 20px;
}

.teacher-avatar-item-active-bg {
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 138px;
}

.course-list {
  display: flex;
  justify-content: space-between;
}

.course-list .course-name {
  width: calc(100% / 8);
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

.course-list .course-name-active {
  color: #c4202e;
  font-weight: 600;
  position: relative;
}

.course-list .course-name-active:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #c4202e;
}

.fitst-tit {
  margin-top: 1700px;
  width: 885px;
}

.bg-sty-f {
  width: 100%;
  position: relative;

}

.fitst-bg {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}

.absolute-con {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  bottom: 32px;
  left: 50%;
  margin-left: -600px;
}

.bg-sty {
  width: 100%;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/0113/bg_1.png);
  background-size: 100% 100%;

}

.bg-sty-2 {
  width: 100%;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/0113/bg_2.png);
  background-size: 100% 100%;
}

.bg-sty-3 {
  width: 100%;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/0113/bg_3.png);
  background-size: 100% 100%;
}

.bg-sty-4 {
  width: 100%;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/0113/bg_4.png);
  background-size: 100% 100%;
}

.bg-sty-g {
  width: 100%;
  background-color: #FDEDE4;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 54px 0;
}

.box-title {
  width: 552px;
}

.box-con {
  width: 100%;
}

.system-img {
  width: 100%;
  margin-top: 16px;
}

.course-pad {
  margin-top: 75px;
}

.system-btn {
  width: 550px;
  margin-top: 30px;
}

.mar-top-52 {
  margin-top: 52px;
}

.mar-top-30 {
  margin-top: 30px;
}


.teacher-btn {
  margin: 60px auto 0;
}

.teacher-info-right {
  margin-top: 45px;
  padding-left: 40px;
}

.teacher-info-right-name {
  color: #000000;
  font-weight: 700;
  font-family: Alibaba PuHuiTi;
  font-size: 33.33px;
  text-align: left;
  line-height: 30px;
}

.teacher-info-right-row {
  margin-top: 20px;

}

.teacher-info-right-label {
  color: #000000;
  font-weight: 700;
  font-family: Alibaba PuHuiTi;
  font-size: 16.67px;
  text-align: left;
  line-height: 30px;
}

.teacher-info-right-text {
  color: #000000;
  font-weight: 700;
  font-family: Alibaba PuHuiTi;
  font-size: 16.67px;
  text-align: left;
  line-height: 30px;
}