* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.header-container {
  width: 100%;
  height: 800px;
  background-image: url("../images/banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.header-container .logo {
  width: 240px;
  height: 78px;
  position: absolute;
  top: 40px;
  left: 390px;
}
.header-container .headline_img {
  width: 727px;
  height: 461px;
  position: absolute;
  top: 157px;
  left: 360px;
}
.header-container .course_btn {
  width: 304px;
  height: 80px;
  position: absolute;
  bottom: 56px;
  left: 421px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header-container .course_btn:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.header-container .mini_btn {
  width: 227px;
  height: 100px;
  position: absolute;
  bottom: 42px;
  left: 742px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header-container .mini_btn:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.teacher_info {
  width: 100%;
  min-height: 1156px;
  padding-top: 60px;
  background-image: url("../images/teacher-box-bj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.teacher_info_headeline {
  width: 600px;
  height: 72px;
  color: #ffe5c9;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 4px solid #ffe6c8;
  background: linear-gradient(180deg, #fc996b 0%, #da2208 64.89%, #e81617 100%);
  margin: 0 auto;
}
.teacher_info_msg {
  width: max-content;
  color: #ffe5c9;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  margin-top: 20px;
}
.teacher_info_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 155px;
}
.teacher_info_content .item_top {
  width: 380px;
  height: 552px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 64px 64px 0 0;
  background: linear-gradient(180deg, #ffeadd 0%, #f2ba97 81.7%, #e58b51 100%);
  box-shadow: 0 4px 8px var(--Number, 4px) rgba(248, 114, 11, 0.62) inset, 0 4px 8px 0 rgba(148, 28, 28, 0.25);
  position: relative;
}
.teacher_info_content .item .teacher_img {
  width: 380px;
  height: 286px;
  margin-top: -60px;
}
.teacher_info_content .item .teacher_name {
  color: #8a1111;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 18px;
}
.teacher_info_content .item .teacher_title {
  color: #8a1111;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 18px;
}
.teacher_info_content .item .tips {
  width: 400px;
  height: 76px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 34px;
  background-image: url("../images/tips-bj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
}
.teacher_info_content .item .tips.tips-2 {
  width: 298px;
}
.teacher_info_content .item .tips.tips-3 {
  width: 228px;
}
.teacher_info_content .item_bottom {
  width: 380px;
  height: 234px;
  border-radius: 0 0 64px 64px;
  background: #e1815b;
  box-shadow: 0 -4px 4px 0 rgba(139, 13, 13, 0.63) inset;
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teacher_info_content .item_bottom .evaluate_img {
  width: 352px;
  height: 42px;
}
.teacher_info_content .item_bottom .evaluate_content {
  width: 340px;
  height: 124px;
  color: #8a1111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 16px;
  margin-top: 20px;
  border-radius: 32px;
  background: linear-gradient(270deg, rgba(255, 238, 218, 0.8) 0%, rgba(255, 255, 255, 0.8) 49.35%, rgba(255, 238, 218, 0.8) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  width: 100%;
  height: 370px;
  background: #28292e;
}
.footer .footer_content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer_content .line {
  width: 280px;
  height: 1px;
  background: rgba(217, 217, 217, 0.1);
  margin: 10px auto 16px;
}
.footer .footer_content .footer_title {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer .footer_copyright {
  width: 100%;
  height: 72px;
  display: flex;
  padding: 8px 24px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #1c1d21;
}

.qr_code_img {
  width: 140px;
  height: 140px;
}

.qr_code_title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.flex_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qr_code_model_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.qr_code_model_wrapper.show {
  opacity: 1;
  visibility: visible;
}

.qr_code_model {
  width: 480px;
  height: 310px;
  padding: 32px 16px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transform: scale(0.7) translateY(-50px);
  transition: all 0.3s ease;
}
.qr_code_model_wrapper.show .qr_code_model {
  transform: scale(1) translateY(0);
}
.qr_code_model .qr_code_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.qr_code_model .qr_code_close:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.qr_code_model .qr_code_model_title {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.qr_code_model .qr_code_model_tip {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/*# sourceMappingURL=main.css.map */
