

.homepage-popover-overlay .ant-popover-arrow {
  display: none;
}
.homepage-popover-overlay .ant-popover-inner {
  border-radius: 12px;
  width: 182px;
}
.homepage-popover-overlay .ant-popover-inner-content {
  padding: 16px;
  border-radius: 12px;
}
.homepage-popover-overlay .popover-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage-popover-overlay .popover-content .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
}
.homepage-popover-overlay .popover-content .intro {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  text-align: center;
}
.homepage-popover-overlay .popover-content .qr-code {
  width: 140px;
}
.homepage-popover-overlay.consult .ant-popover-inner-content {
  background: #FDF4E5;
}
.homepage-popover-overlay.consult .popover-content .title {
  color: #926319;
}
.homepage-popover-overlay.consult .popover-content .intro {
  color: #926319;
}
.homepage-popover-overlay.cooperation .ant-popover-inner-content {
  background: #F3F5FF;
}
.homepage-popover-overlay.cooperation .popover-content .title {
  color: #586D97;
}
.homepage-popover-overlay.cooperation .popover-content .intro {
  color: #2E3135;
}
.contact-info-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-info-modal .ant-modal {
  position: static;
}
.contact-info-modal .ant-modal-content {
  background: transparent;
  box-shadow: none;
}
.contact-info-modal .ant-modal-body {
  padding: 0;
}
.contact-info-modal .ant-modal-close {
  top: 8px;
  right: 12px;
  opacity: 0;
}
.contact-info-modal img {
  position: relative;
  left: -99px;
  height: 310px;
}
.homepage .floaing-buttons {
  transition: all 0.2s;
  position: fixed;
  z-index: 100;
  bottom: calc(24px + 92px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 144px;
}
.homepage .floaing-buttons img {
  cursor: pointer;
}
.homepage .noip-btn {
  min-height: 41px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1em;
  background: #ffbb52;
  box-shadow: 0px 10px 30px 2px rgba(240, 187, 0, 0.2), inset -1px -3px 12px rgba(248, 246, 227, 0.79);
  border-radius: 10px;
  border: none;
  border-color: none;
}
.homepage .noip-btn:hover,
.homepage .noip-btn:focus {
  background: #ffbb52;
  color: unset;
}
.homepage .noip-promotion-bar {
  transition: all 0.2s;
  position: fixed;
  z-index: 100;
  height: 92px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #95C2E3;
  background-image: url("https://staticcdn.boyuai.com/user-assets/6074/X6yBkgT9D16fxfqU63oqBe/推广栏背景.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.homepage .noip-promotion-bar > div {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .homepage .noip-promotion-bar > div {
    width: 90%;
  }
}
.homepage .noip-promotion-bar .logo-text {
  width: 80px;
  margin-left: 8px;
}
.homepage .noip-promotion-bar .logo-icon {
  position: absolute;
  top: -64px;
  left: 48px;
}
.homepage .noip-promotion-bar .form {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage .noip-promotion-bar .form input {
  max-width: 262px;
  background: #fefefe !important;
  border-radius: 12px;
  border: none !important;
  box-shadow: none !important;
  font-size: 18px;
  line-height: 25px;
  color: #8f8e8e;
  padding: 12px 14px;
}
.homepage .noip-promotion-bar .form .ant-radio-group {
  width: 200px;
}
@media (min-width: 1500px) {
  .homepage .noip-promotion-bar .form .ant-radio-group {
    width: fit-content;
  }
}
.homepage .noip-promotion-bar .form .form-item {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
@media (min-width: 1500px) {
  .homepage .noip-promotion-bar .form .form-item {
    margin: 0 50px;
  }
}
.homepage .noip-promotion-bar .form .form-item .label {
  white-space: nowrap;
  margin-right: 8px;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
}
.homepage .noip-promotion-bar .form .form-item .ant-radio-wrapper:hover .ant-radio,
.homepage .noip-promotion-bar .form .form-item .ant-radio:hover .ant-radio-inner,
.homepage .noip-promotion-bar .form .form-item .ant-radio-input:focus + .ant-radio-inner {
  border-color: #fcd7a1;
}
.homepage .noip-promotion-bar .form .form-item .ant-radio-group {
  margin: -4px 0;
}
.homepage .noip-promotion-bar .form .form-item .ant-radio-wrapper {
  margin-right: 0;
  margin: 4px 0;
  width: 50%;
}
@media (min-width: 1500px) {
  .homepage .noip-promotion-bar .form .form-item .ant-radio-wrapper {
    width: fit-content;
    margin-right: 12px;
  }
}
.homepage .noip-promotion-bar .form .form-item .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border: 4px solid #fcd7a1;
}
.homepage .noip-promotion-bar .form .form-item .ant-radio-wrapper .ant-radio-inner {
  box-shadow: none;
  transition: 0.1s;
}
.homepage .noip-promotion-bar .form .form-item .ant-radio-wrapper .ant-radio-inner:after {
  display: none;
}
.homepage .noip-promotion-bar .form .form-item .ant-radio-wrapper .ant-radio-checked:after {
  display: none;
}
.homepage .noip-promotion-bar .form .form-item .ant-radio-wrapper span {
  color: #ffffff;
  font-size: 16px;
}
.homepage .noip-promotion-bar .form .form-item .ant-radio-wrapper span:last-child {
  letter-spacing: 1px;
}
.homepage .noip-promotion-bar .noip-btn {
  position: absolute;
  right: 35px;
  border-radius: 46.5px;
  font-size: 24px;
  padding: 12px 24px;
  height: fit-content;
}
.homepage .noip-promotion-bar .noip-btn img {
  position: absolute;
  bottom: -22px;
  right: -22px;
  z-index: 1;
}
.homepage header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: background-color;
}
.homepage .header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 80px 0;
  transition-duration: 0.2s;
  transition-property: all;
}
.homepage .header-content.inverse {
  padding: 11px 80px;
  align-items: center;
}
.homepage .header-content .header-anchor {
  background-color: transparent;
}
.homepage .header-content .header-anchor .ant-anchor {
  display: flex;
  align-items: center;
}
.homepage .header-content .header-anchor .ant-anchor-ink {
  display: none;
}
.homepage .header-content .header-anchor .ant-anchor-link {
  padding: 0;
  margin-left: 48px;
}
.homepage .header-content .header-anchor .ant-anchor-link-title {
  color: white;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
.homepage .header-content .header-anchor .nav-btn {
  padding: 4px 18px;
}
.homepage .header-content .header-anchor .nav-btn.borderless {
  border: none;
}
.homepage .header-content .header-anchor .nav-btn.nomargin {
  margin-left: 0;
}
.homepage .header-content .header-anchor .nav-btn.primary-btn {
  border: 1px solid #fff;
  border-radius: 4px;
}
.homepage .header-content .header-anchor .nav-btn.primary-btn:hover {
  background: white;
}
.homepage .header-content .header-anchor .nav-btn.primary-btn:hover a {
  color: #3C4B62;
}
.homepage .header-content .header-anchor.inverse .ant-anchor-link-title {
  color: #2E3135;
}
.homepage .header-content .header-anchor.inverse .ant-anchor-link-title.ant-anchor-link-title-active {
  color: #8e8e8e;
}
.homepage .header-content .header-anchor.inverse .nav-btn.primary-btn {
  border-color: #F8D57E;
}
.homepage .header-content .header-anchor.inverse .nav-btn.primary-btn:hover {
  background: #F8D57E;
}
.homepage .header-content .header-anchor.inverse .nav-btn.primary-btn:hover a {
  color: #2E3135;
}
.homepage footer {
  background: #1B1B1B;
  height: 350px;
}
.homepage footer .footer-section {
  padding: 48px 80px 0px;
  display: flex;
  align-items: flex-start;
}
.homepage footer .footer-section .business-cooperation {
  margin-left: 62px;
}
.homepage footer .footer-section .subscribe {
  margin-left: 62px;
}
.homepage footer .footer-section .business-cooperation,
.homepage footer .footer-section .subscribe {
  display: flex;
}
.homepage footer .footer-section .footer-block {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage footer .footer-section .footer-block-title {
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}
.homepage footer .footer-section .footer-block-content {
  color: #C0C4CC;
  font-size: 14px;
  line-height: 24px;
}
.homepage footer .copyright {
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #909399;
}
.homepage footer .copyright a {
  color: #909399;
}
.homepage footer .copyright p {
  margin-bottom: 0px;
}
.homepage h1 {
  width: 1000px;
  margin: 0 auto;
  padding: 32px;
}
.homepage article {
  width: 1000px;
  margin: 0 auto;
  padding: 32px;
}
.homepage article p {
  font-size: 16px;
}
.homepage article figure {
  text-align: center;
  margin: 16px auto;
}
.homepage article figure img {
  max-width: 600px;
  height: auto;
}
.homepage article figure blockquote {
  text-align: left;
  color: #888;
  border-left: 2px solid #2A407E;
  padding-left: 16px;
}
.homepage article figure figcaption::before {
  content: '\25B3';
}

.bxy-modal-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.bxy-modal-wrapper .bxy-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 420px;
  background-image: url("https://staticcdn.boyuai.com/user-assets/14398/HcB27hUCndWLoJswmevUoa/popup (1).png!png");
  background-size: cover;
  color: #fff;
}
.bxy-modal-wrapper .bxy-modal .bxy-modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.bxy-modal-wrapper .bxy-modal .bxy-modal-close-btn img {
  width: 100%;
  height: 100%;
}
.bxy-modal-wrapper .bxy-modal .bxy-modal-title {
  text-align: center;
  margin-top: 60px;
  font-size: 26px;
  font-weight: bold;
}
.bxy-modal-wrapper .bxy-modal .bxy-modal-body {
  text-align: center;
  font-size: 16px;
  margin-top: 2px;
}
.bxy-modal-wrapper .bxy-modal .bxy-modal-qr-code {
  margin: 24px;
  text-align: center;
}
.bxy-modal-wrapper .bxy-modal .bxy-modal-qr-code img {
  width: 150px;
  height: 150px;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.homepage .sticky-bg {
  width: 100%;
  background-color: #32384A;
  background-image: url('https://staticcdn.boyuai.com/materials/2020/09/23/6s0yWn8bdaG7k5J1xlMKb.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage .sticky-bg .slogan {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.3em;
}
.homepage .sticky-bg .slogan span {
  opacity: 0;
}
.homepage .sticky-bg .slogan.animated span {
  opacity: 1;
  animation: title-underscore-spin infinite 1s;
}
@keyframes title-underscore-spin {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.homepage .founder {
  position: relative;
}
.homepage .founder .ai-wave {
  position: absolute;
  z-index: 1;
  top: -234px;
  width: 100%;
  height: 234px;
  background-image: url("https://staticcdn.boyuai.com/materials/2020/09/21/p4Y1o0GZHOgCUuQOxisLm.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage .founder .ai-code {
  position: absolute;
  z-index: 2;
  top: -113px;
  right: 86px;
}
.homepage .education-concept-bg {
  height: 1025px;
  width: 100%;
  background-image: url('https://staticcdn.boyuai.com/materials/2020/09/16/t8S5jyE4ZruEY9cME5a_x.png');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage .teenager-education {
  margin-bottom: 91px;
}
.homepage .teenager-education .teenager-title {
  margin-bottom: 32px;
}
.homepage .teenager-education .teenager-education-goal {
  text-align: center;
  color: #606266;
  font-size: 16px;
  line-height: 32px;
}
.homepage .teenager-education .teenager-education-goal span {
  position: relative;
}
.homepage .teenager-education .teenager-education-goal span svg {
  color: transparent;
  bottom: -12px;
  left: 0;
  position: absolute;
}
.homepage .teenager-education .teenager-education-goal span svg path {
  stroke-dasharray: 150%;
  stroke-dashoffset: 150%;
}
.homepage .teenager-education .teenager-education-goal span svg.animated path {
  animation: dash 1.5s ease forwards;
}
.homepage .teenager-education,
.homepage .curriculum-system {
  margin-top: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.homepage .teenager-education p,
.homepage .curriculum-system p {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #606266;
}
.homepage .teenager-title,
.homepage .curriculum-title,
.homepage .teachers .title,
.homepage .education-platform-title,
.homepage .partners-title {
  text-align: center;
  color: #2E3135;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
}
.homepage .teenager-title span,
.homepage .curriculum-title span,
.homepage .teachers .title span,
.homepage .education-platform-title span,
.homepage .partners-title span {
  color: #ffab3c;
}
.homepage .curriculum-system {
  margin-bottom: 84px;
}
.homepage .curriculum-system .curriculum-title {
  margin-bottom: 48px;
}
.homepage .curriculum-system .curriculum-intro {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #606266;
}
.homepage .curriculum-system .curriculum-intro span {
  position: relative;
}
.homepage .curriculum-system .curriculum-intro span svg {
  color: transparent;
  bottom: -12px;
  left: 0;
  position: absolute;
}
.homepage .curriculum-system .curriculum-intro span svg path {
  stroke-dasharray: 150%;
  stroke-dashoffset: 150%;
}
.homepage .curriculum-system .curriculum-intro span svg.animated path {
  animation: dash 1s ease forwards;
}
.homepage .curriculum-system .course-consultation {
  margin-top: 81px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage .curriculum-system .course-consultation .consult-button {
  margin-right: 155px;
}
.homepage .curriculum-system .course-consultation .consult-button button {
  position: relative;
  border-color: #F8D57E;
  background: #F8D57E;
  border-radius: 100px;
  width: 179px;
  height: 64px;
}
.homepage .curriculum-system .course-consultation .consult-button button span {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #2E3135;
}
.homepage .curriculum-system .course-consultation .consult-button button:hover {
  border-color: #476388;
  background: #476388;
}
.homepage .curriculum-system .course-consultation .consult-button button:hover span {
  color: #FCEACB;
}
.homepage .curriculum-system .course-consultation .consult-button img {
  position: absolute;
  top: -7px;
  right: -54px;
}
.homepage .curriculum-system .jobs {
  margin-top: 24px;
  margin-bottom: 56px;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
}
.homepage .curriculum-system .jobs .oi-algorithmist,
.homepage .curriculum-system .jobs .ai-scientist {
  background: #FAFAFA;
  width: 540px;
  height: 360px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.homepage .curriculum-system .jobs .oi-algorithmist .rectangle,
.homepage .curriculum-system .jobs .ai-scientist .rectangle {
  position: absolute;
  left: 0;
  bottom: 40px;
  transition: all 0.3s;
  width: 4px;
  height: 67px;
}
.homepage .curriculum-system .jobs .oi-algorithmist .illustration,
.homepage .curriculum-system .jobs .ai-scientist .illustration {
  position: absolute;
  right: 24px;
  transition: all 0.3s;
  width: 232px;
  height: 232px;
  border-radius: 50%;
  border: 1px transparent solid;
  background-repeat: no-repeat;
  background-position: right;
}
.homepage .curriculum-system .jobs .oi-algorithmist .job,
.homepage .curriculum-system .jobs .ai-scientist .job {
  padding: 48px 0 0 48px;
  height: 100%;
}
.homepage .curriculum-system .jobs .oi-algorithmist .job .title,
.homepage .curriculum-system .jobs .ai-scientist .job .title {
  color: #2E3135;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 16px;
}
.homepage .curriculum-system .jobs .oi-algorithmist .job .language,
.homepage .curriculum-system .jobs .ai-scientist .job .language {
  color: #2E3135;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.homepage .curriculum-system .jobs .oi-algorithmist .job .outline,
.homepage .curriculum-system .jobs .ai-scientist .job .outline {
  display: none;
}
.homepage .curriculum-system .jobs .oi-algorithmist .job .advanced,
.homepage .curriculum-system .jobs .ai-scientist .job .advanced {
  color: #606266;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
  margin-top: 120px;
}
.homepage .curriculum-system .jobs .oi-algorithmist .job .advanced-intro,
.homepage .curriculum-system .jobs .ai-scientist .job .advanced-intro {
  color: #2E3135;
  font-size: 16px;
  line-height: 32px;
}
.homepage .curriculum-system .jobs .oi-algorithmist .job .advanced-intro img,
.homepage .curriculum-system .jobs .ai-scientist .job .advanced-intro img {
  display: none;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .rectangle,
.homepage .curriculum-system .jobs .ai-scientist:hover .rectangle {
  background-color: transparent;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .illustration,
.homepage .curriculum-system .jobs .ai-scientist:hover .illustration {
  background-color: transparent;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .title,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .title {
  color: white;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .language,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .language {
  display: none;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .outline,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .outline {
  display: block;
  margin-bottom: 19px;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .outline div,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .outline div {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .outline .level,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .outline .level {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-right: 19px;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .outline .content,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .outline .content {
  font-size: 16px;
  line-height: 32px;
  margin-right: 16px;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .outline .term,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .outline .term {
  font-size: 16px;
  line-height: 32px;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .advanced,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .advanced {
  display: none;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .advanced-intro,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .advanced-intro {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .advanced-intro img,
.homepage .curriculum-system .jobs .ai-scientist:hover .job .advanced-intro img {
  display: inline-block;
  margin-right: 20px;
}
.homepage .curriculum-system .jobs .oi-algorithmist .rectangle {
  background-color: #FF9F0A;
}
.homepage .curriculum-system .jobs .oi-algorithmist .illustration {
  background-color: #FFF0D5;
  background-image: url('https://staticcdn.boyuai.com/materials/2020/09/21/Sd_ao8ldIartWO9SrDztP.svg');
  background-size: 105px;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover {
  background: #573808;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .illustration {
  border-color: #f0a900;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .outline .level {
  color: #FCEACB;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .outline .content {
  color: #FF9F0A;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .outline .term {
  color: #F3F3F3;
}
.homepage .curriculum-system .jobs .oi-algorithmist:hover .job .advanced-intro {
  color: #FCEACB;
}
.homepage .curriculum-system .jobs .ai-scientist .rectangle {
  background-color: #8EC9E8;
}
.homepage .curriculum-system .jobs .ai-scientist .illustration {
  background-color: #D1EFFF;
  background-image: url('https://staticcdn.boyuai.com/materials/2020/09/21/g8eci9BXicuZGD7116LKU.svg');
  background-size: 140px;
}
.homepage .curriculum-system .jobs .ai-scientist .advanced-intro br {
  display: none;
}
.homepage .curriculum-system .jobs .ai-scientist:hover {
  background: #15496B;
}
.homepage .curriculum-system .jobs .ai-scientist:hover .illustration {
  border-color: #4e7eb0;
}
.homepage .curriculum-system .jobs .ai-scientist:hover .job .outline img {
  padding-left: 3px;
  padding-right: 7px;
}
.homepage .curriculum-system .jobs .ai-scientist:hover .job .outline .level {
  color: #D9DDE5;
}
.homepage .curriculum-system .jobs .ai-scientist:hover .job .outline .content {
  color: #8EC9E8;
}
.homepage .curriculum-system .jobs .ai-scientist:hover .job .advanced-intro {
  color: #FFFFFF;
}
.homepage .curriculum-system .jobs .ai-scientist:hover .job .advanced-intro br {
  display: unset;
}
.homepage .curriculum-system .experience-seminar-wrapper {
  background-image: url('https://staticcdn.boyuai.com/materials/2020/09/17/Xu_m4_gibMhe3rBCitcG1.svg');
  background-position: right;
  background-repeat: no-repeat;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar {
  height: 383px;
  display: flex;
  align-items: center;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar .subscribe {
  margin-right: 216px;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar .subscribe .title {
  letter-spacing: 0.1em;
  color: #606266;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 24px;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar .subscribe button {
  color: #2E3135;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  border-color: #F8D57E;
  background: #F8D57E;
  border-radius: 100px;
  width: 179px;
  height: 64px;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar .subscribe button:hover {
  border-color: #476388;
  background: #476388;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar .subscribe button:hover span {
  color: #FCEACB;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar .subscribe .qr-code-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar .subscribe .qr-code {
  height: 142px;
  width: 140px;
  margin-bottom: 20px;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar .subscribe .hint {
  color: #2E3135;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.homepage .curriculum-system .experience-seminar-wrapper .experience-seminar .subscribe .hint span {
  font-weight: 500;
}
.homepage .teachers {
  margin-top: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.homepage .teachers .intro {
  margin: 32px 0 56px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #606266;
}
.homepage .teachers .PhD-team {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}
.homepage .teachers .PhD-team img {
  width: 254px;
  height: 270px;
}
.homepage .teachers .other-teachers {
  margin: 80px 80px 421px;
  width: 1040px;
  height: 252px;
}
.homepage .teachers .distinguished-teachers-bg {
  width: 100%;
  height: 210px;
  margin-bottom: 120px;
  background: #FAFAFA;
  position: relative;
}
.homepage .teachers .distinguished-teachers-wrapper {
  position: absolute;
  bottom: 20px;
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers-title {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #606266;
  margin-bottom: 72px;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers {
  width: 100%;
  height: 416px;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher {
  position: relative;
  transition: all 0.3s;
  width: 336px;
  height: 324px;
  border-radius: 12px;
  background: #F2F2F2;
  padding: 32px 24px 0 32px;
  cursor: pointer;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher img {
  height: 242px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher .teacher-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 56px;
  height: 100%;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher .teacher-intro .teacher-title {
  color: #2E3135;
  font-size: 16px;
  line-height: 32px;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher .teacher-intro .teacher-name {
  color: #000000;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher .teacher-description {
  display: none;
  color: #2E3135;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher:hover {
  background: #FAFAFA;
  height: 416px;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher:hover img {
  display: none;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher:hover .teacher-intro {
  flex-direction: row;
  padding-bottom: 16px;
  height: auto;
}
.homepage .teachers .distinguished-teachers-wrapper .distinguished-teachers .teacher:hover .teacher-description {
  display: block;
}
.homepage .education-platform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage .education-platform .education-platform-title {
  margin-bottom: 72px;
}
.homepage .partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage .partners .partners-title {
  margin-bottom: 72px;
}
.homepage .company-desc {
  background: #f5f5f5;
  color: #b0b0b0;
  font-size: 12px;
  padding: 40px 20px;
}

