.page-404 {
  padding-top: 100px;
  text-align: center;
}
.page-404 .desc {
  margin-top: 10px;
}
.page-404 .buttons {
  margin-top: 20px;
}

.page-bby {
  padding: 40px;
}

.noip-page header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: background-color;
  background-color: white;
  box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.06);
}
.noip-page .header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition-duration: 0.2s;
  transition-property: all;
  height: 76px;
}

.download-page header {
  background-color: white;
  box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.06);
  padding: 16px 0;
}
.download-page .platforms {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.download-page .platforms .platform {
  width: 240px;
  margin: 0 20px;
}
.download-page .platforms .platform .logo {
  text-align: center;
}
.download-page .platforms .platform .logo img {
  width: 100px;
  height: 100px;
}
.download-page .platforms .platform .download {
  background: #2B407D;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}
.download-page .platforms .platform .download .title {
  font-size: 18px;
}
.download-page .platforms .platform .version {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}

.noip-starter-mobile-page {
  margin: 0 auto;
  padding-bottom: 66px;
}
.noip-starter-mobile-page .noip-btn {
  width: 235px;
  min-height: 41px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.1em;
  background: #FFBB52;
  box-shadow: 0px 10px 30px 2px rgba(139, 75, 0, 0.2), inset -1px -3px 12px rgba(248, 246, 227, 0.79);
  border-radius: 10px;
  border: none;
  border-color: none;
  color: #2E3135;
}
.noip-starter-mobile-page .noip-btn:hover,
.noip-starter-mobile-page .noip-btn:focus {
  background: #FFBB52;
  color: #2E3135;
}
.noip-starter-mobile-page .first-section {
  position: relative;
  background-image: url('https://staticcdn.boyuai.com/user-assets/6074/wTKf2ANoWqoDsT57xN51hi/首屏背景.png');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.noip-starter-mobile-page .first-section .logo {
  margin-top: 12px;
  margin-left: 12px;
}
.noip-starter-mobile-page .first-section .desc {
  width: 100%;
}
.noip-starter-mobile-page .first-section .form-box {
  width: 100%;
  margin-bottom: -24px;
  padding: 24px 24px 48px;
  display: flex;
  justify-items: center;
  align-items: center;
  overflow: hidden;
}
.noip-starter-mobile-page .first-section .form-wrapper {
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 40px rgba(0, 30, 137, 0.1);
  border-radius: 4px;
  position: relative;
}
.noip-starter-mobile-page .first-section .form-wrapper .ai {
  position: absolute;
  top: -16px;
  right: -16px;
}
.noip-starter-mobile-page .first-section .form-wrapper .gear {
  position: absolute;
  left: -32px;
  bottom: -32px;
}
.noip-starter-mobile-page .first-section .form-wrapper .title {
  position: absolute;
  top: 20px;
  width: 100%;
}
.noip-starter-mobile-page .first-section .form-wrapper .form {
  margin: 6px 6px;
  width: calc(100% - 12px);
  border: 1px dashed #EBEBEB;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .intro {
  width: 100%;
  padding: 0 8px;
  margin-top: 68px;
  margin-bottom: 12px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .intro > * {
  vertical-align: middle;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .intro .user-count {
  color: #c93128;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item {
  display: flex;
  align-items: center;
  width: calc(100% - 24px);
  margin-bottom: 22px;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .label {
  font-size: 18px;
  line-height: 25px;
  min-width: 90px;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-input {
  flex: 1;
  height: 39px;
  border: 1px solid #FCD7A1;
  border-radius: 9px;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-input:focus {
  box-shadow: none;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper:hover .ant-radio,
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-radio:hover .ant-radio-inner,
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-input:focus + .ant-radio-inner {
  border-color: #FCD7A1;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-group {
  margin: -4px 0;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper {
  margin-right: 0;
  margin: 4px 0;
  width: 50%;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-inner {
  border-color: #FCD7A1;
  box-shadow: none;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-inner:after {
  background-color: #FCD7A1;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-checked:after {
  border: 1px solid #FCD7A1;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper span:last-child {
  letter-spacing: 1px;
}
.noip-starter-mobile-page .first-section .form-wrapper .form .noip-btn {
  margin-bottom: 24px;
  color: #c93128;
}
.noip-starter-mobile-page .why-learn-programming {
  position: relative;
  margin-bottom: 32px;
}
.noip-starter-mobile-page .why-learn-programming img {
  width: 100%;
}
.noip-starter-mobile-page .why-learn-programming .noip-btn-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.noip-starter-mobile-page .why-learn-programming .noip-btn-wrapper .noip-btn {
  width: 184px;
}
.noip-starter-mobile-page .teacher-section {
  background: #3D41B0;
  border-radius: 20px 20px 0 0;
  padding: 16px 12px 24px;
}
.noip-starter-mobile-page .teacher-section img {
  width: 100%;
}
.noip-starter-mobile-page .fourth-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
.noip-starter-mobile-page .fourth-section .ant-carousel {
  width: 100vw;
  margin: 24px 0 40px;
}
.noip-starter-mobile-page .fourth-section .carousel-item {
  margin-left: 12px;
  width: calc(100% - 24px);
}
.noip-starter-mobile-page .fourth-section .slick-dots {
  position: relative;
  bottom: -12px;
}
.noip-starter-mobile-page .fourth-section .slick-dots li > button {
  background: #C4C4C4;
}
.noip-starter-mobile-page .fourth-section .slick-dots li.slick-active > button {
  background: #6467C0;
}
.noip-starter-mobile-page .fifth-section {
  background: #3D41B0;
  padding-top: 55px;
  padding-bottom: 75px;
  margin-bottom: -1px;
}
.noip-starter-mobile-page .fifth-section img {
  width: 100%;
}
.noip-starter-mobile-page .sixth-section img {
  padding-bottom: 24px;
  width: 100%;
}
.noip-starter-mobile-page .seventh-section {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-starter-mobile-page .seventh-section img {
  margin-bottom: 32px;
  width: calc(100vw - 80px);
}
.noip-starter-mobile-page .eighth-section {
  width: 100%;
  padding: 56px 24px 56px;
  display: flex;
  justify-items: center;
  align-items: center;
  overflow: hidden;
}
.noip-starter-mobile-page .eighth-section .form-wrapper {
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 40px rgba(0, 30, 137, 0.1);
  border-radius: 4px;
  position: relative;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .ai {
  position: absolute;
  top: -16px;
  left: -16px;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .gear {
  position: absolute;
  right: -32px;
  bottom: -32px;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form {
  margin: 6px 6px;
  width: calc(100% - 12px);
  border: 1px dashed #EBEBEB;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .desc {
  margin: 24px;
  width: calc(100% - 48px);
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  margin-bottom: 22px;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .label {
  font-size: 18px;
  line-height: 25px;
  min-width: 90px;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-input {
  flex: 1;
  height: 39px;
  border: 1px solid #FCD7A1;
  border-radius: 9px;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-input:focus {
  box-shadow: none;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper:hover .ant-radio,
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio:hover .ant-radio-inner,
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-input:focus + .ant-radio-inner {
  border-color: #FCD7A1;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-group {
  margin: -4px 0;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper {
  margin-right: 0;
  margin: 4px 0;
  width: 50%;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-inner {
  border-color: #FCD7A1;
  box-shadow: none;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-inner:after {
  background-color: #FCD7A1;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-checked:after {
  border: 1px solid #FCD7A1;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper span:last-child {
  letter-spacing: 1px;
}
.noip-starter-mobile-page .eighth-section .form-wrapper .form .noip-btn {
  margin-bottom: 24px;
}
.noip-starter-mobile-page footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('https://staticcdn.boyuai.com/materials/2021/04/12/oOjByqCNo-wTw8mTc88o5.svg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 415px) {
  .noip-starter-mobile-page footer {
    background-size: cover;
  }
}
.noip-starter-mobile-page footer .logo {
  position: relative;
  top: -16px;
  width: 64%;
  margin-left: 8px;
}
.noip-starter-mobile-page footer .wrapper {
  background: #1B1B1B;
}
.noip-starter-mobile-page footer .desc {
  margin-bottom: 40px;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 18px;
  color: #FFFFFF;
}
.noip-starter-mobile-page footer .course-consult,
.noip-starter-mobile-page footer .subscribe {
  margin-left: 32px;
  margin-bottom: 24px;
  display: flex;
}
.noip-starter-mobile-page footer .footer-block {
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noip-starter-mobile-page footer .footer-block-title {
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 12px;
}
.noip-starter-mobile-page footer .footer-block-content {
  color: #C0C4CC;
  font-size: 14px;
  line-height: 24px;
}
.noip-starter-mobile-page footer .copyright {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.noip-starter-mobile-page footer .copyright a {
  color: #FFFFFF !important;
}
.noip-starter-mobile-page footer .copyright > p {
  margin-bottom: 0;
}
.noip-starter-mobile-page .bar {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(89.84deg, #FFAA47 -2.87%, #EB4545 102.8%);
  padding: 0 40px;
}
.noip-starter-mobile-page .bar > div {
  display: flex;
  align-items: center;
}
.noip-starter-mobile-page .bar > div img {
  margin-right: 20px;
}

.jupyterhub {
  padding: 30px;
}

.page-news-post {
  width: 900px;
  padding: 60px;
  margin: 0 auto;
  background: white;
}
#meta_content {
  display: none;
}

.page-news {
  background: #fafafa;
}
.page-news .inner {
  width: 1000px;
  padding: 20px;
  margin: 0 auto;
}
.page-news .inner ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.page-news .inner ul li {
  list-style: none;
  padding-bottom: 32px;
  border-left: 2px solid #FFC358;
  padding-left: 60px;
  position: relative;
}
.page-news .inner ul li::before {
  content: '';
  border: 3px solid #FFC358;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -12px;
  top: 0;
  background: white;
}
.page-news .inner ul li::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -6px;
  top: 6px;
  background: #FFC358;
  display: none;
}
.page-news .inner ul li:hover::after {
  display: block;
}
.page-news .inner ul li .date {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.page-news .inner ul li .date .day {
  font-size: 20px;
  color: #FFC358;
  margin-right: 20px;
}
.page-news .inner ul li .date .year {
  color: #909399;
  font-size: 16px;
}
.page-news .inner ul li a {
  display: flex;
  background: white;
  padding: 17px;
}
.page-news .inner ul li a .cover {
  width: 260px;
  margin-right: 16px;
}
.page-news .inner ul li a .cover img {
  width: 100%;
  height: auto;
}
.page-news .inner ul li a .content {
  flex: 1;
}
.page-news .inner ul li a .content p {
  color: #999;
}

.noip-pro-mobile-page {
  margin: 0 auto;
  padding-bottom: 66px;
}
.noip-pro-mobile-page .noip-btn {
  width: 235px;
  min-height: 41px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.1em;
  background: #FFBB52;
  box-shadow: 0px 10px 30px 2px rgba(139, 75, 0, 0.2), inset -1px -3px 12px rgba(248, 246, 227, 0.79);
  border-radius: 10px;
  border: none;
  border-color: none;
  color: #2E3135;
}
.noip-pro-mobile-page .noip-btn:hover,
.noip-pro-mobile-page .noip-btn:focus {
  background: #FFBB52;
  color: #2E3135;
}
.noip-pro-mobile-page .first-section {
  position: relative;
  background-image: url('https://staticcdn.boyuai.com/user-assets/6074/f5hG9H2YkyLy6K1WZoNDfV/首屏背景.png');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 32px;
}
.noip-pro-mobile-page .first-section .desc {
  margin-top: 32px;
  width: 100%;
}
.noip-pro-mobile-page .first-section .form-box {
  width: 100%;
  padding: 24px 24px 48px;
  display: flex;
  justify-items: center;
  align-items: center;
  overflow: hidden;
}
.noip-pro-mobile-page .first-section .form-wrapper {
  width: 100%;
  background: linear-gradient(180deg, rgba(41, 44, 91, 0.55) 0%, rgba(196, 196, 196, 0) 100%);
  box-shadow: 0px 4px 40px rgba(0, 30, 137, 0.1);
  border-radius: 4px;
  position: relative;
}
.noip-pro-mobile-page .first-section .form-wrapper .form {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 8px 12px;
  width: calc(100% - 24px);
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .title {
  padding: 12px 24px;
  width: 100%;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  margin-bottom: 22px;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .label {
  font-size: 18px;
  line-height: 25px;
  min-width: 90px;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-input {
  flex: 1;
  height: 39px;
  border: 1px solid #5CA3F8;
  border-radius: 9px;
  background-color: transparent;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-input:focus {
  box-shadow: none;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper:hover .ant-radio,
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-radio:hover .ant-radio-inner,
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-input:focus + .ant-radio-inner {
  border-color: #5CA3F8;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-group {
  margin: -4px 0;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper {
  margin-right: 0;
  margin: 4px 0;
  width: 50%;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-inner {
  border-color: #5CA3F8;
  box-shadow: none;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-inner:after {
  background-color: #5CA3F8;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-checked:after {
  border: 1px solid #5CA3F8;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .form-item .ant-radio-wrapper span:last-child {
  letter-spacing: 1px;
}
.noip-pro-mobile-page .first-section .form-wrapper .form .noip-btn {
  margin-bottom: 24px;
  color: #32325B;
}
.noip-pro-mobile-page .teacher-section {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
  background: #3D41B0;
  border-radius: 20px 20px 0 0;
  padding: 16px 12px 24px;
}
.noip-pro-mobile-page .teacher-section img {
  width: 100%;
}
.noip-pro-mobile-page .fourth-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
.noip-pro-mobile-page .fourth-section .ant-carousel {
  width: 100vw;
  margin: 24px 0 40px;
}
.noip-pro-mobile-page .fourth-section .carousel-item {
  margin-left: 12px;
  width: calc(100% - 24px);
}
.noip-pro-mobile-page .fourth-section .slick-dots {
  position: relative;
  bottom: -12px;
}
.noip-pro-mobile-page .fourth-section .slick-dots li > button {
  background: #C4C4C4;
}
.noip-pro-mobile-page .fourth-section .slick-dots li.slick-active > button {
  background: #6467C0;
}
.noip-pro-mobile-page .fifth-section {
  background: #3D41B0;
  padding-top: 55px;
  padding-bottom: 75px;
  margin-bottom: -1px;
}
.noip-pro-mobile-page .fifth-section img {
  width: 100%;
}
.noip-pro-mobile-page .sixth-section img {
  padding-bottom: 24px;
  width: 100%;
}
.noip-pro-mobile-page .seventh-section {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-pro-mobile-page .seventh-section img {
  margin-bottom: 32px;
  width: calc(100vw - 80px);
}
.noip-pro-mobile-page .eighth-section {
  width: 100%;
  padding: 56px 24px 56px;
  display: flex;
  justify-items: center;
  align-items: center;
  overflow: hidden;
}
.noip-pro-mobile-page .eighth-section .form-wrapper {
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 40px rgba(0, 30, 137, 0.1);
  border-radius: 4px;
  position: relative;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .ai {
  position: absolute;
  top: -16px;
  left: -16px;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .gear {
  position: absolute;
  right: -32px;
  bottom: -32px;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form {
  margin: 6px 6px;
  width: calc(100% - 12px);
  border: 1px dashed #EBEBEB;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .desc {
  margin: 24px;
  width: calc(100% - 48px);
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  margin-bottom: 22px;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .label {
  font-size: 18px;
  line-height: 25px;
  min-width: 90px;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-input {
  flex: 1;
  height: 39px;
  border: 1px solid #FCD7A1;
  border-radius: 9px;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-input:focus {
  box-shadow: none;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper:hover .ant-radio,
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio:hover .ant-radio-inner,
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-input:focus + .ant-radio-inner {
  border-color: #FCD7A1;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-group {
  margin: -4px 0;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper {
  margin-right: 0;
  margin: 4px 0;
  width: 50%;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-inner {
  border-color: #FCD7A1;
  box-shadow: none;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-inner:after {
  background-color: #FCD7A1;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper .ant-radio-checked:after {
  border: 1px solid #FCD7A1;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .form-item .ant-radio-wrapper span:last-child {
  letter-spacing: 1px;
}
.noip-pro-mobile-page .eighth-section .form-wrapper .form .noip-btn {
  margin-bottom: 24px;
}
.noip-pro-mobile-page footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('https://staticcdn.boyuai.com/materials/2021/04/12/oOjByqCNo-wTw8mTc88o5.svg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 415px) {
  .noip-pro-mobile-page footer {
    background-size: cover;
  }
}
.noip-pro-mobile-page footer .logo {
  position: relative;
  top: -16px;
  width: 64%;
  margin-left: 8px;
}
.noip-pro-mobile-page footer .wrapper {
  background: #1B1B1B;
}
.noip-pro-mobile-page footer .desc {
  margin-bottom: 40px;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 18px;
  color: #FFFFFF;
}
.noip-pro-mobile-page footer .course-consult,
.noip-pro-mobile-page footer .subscribe {
  margin-left: 32px;
  margin-bottom: 24px;
  display: flex;
}
.noip-pro-mobile-page footer .footer-block {
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noip-pro-mobile-page footer .footer-block-title {
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 12px;
}
.noip-pro-mobile-page footer .footer-block-content {
  color: #C0C4CC;
  font-size: 14px;
  line-height: 24px;
}
.noip-pro-mobile-page footer .copyright {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.noip-pro-mobile-page footer .copyright a {
  color: #FFFFFF !important;
}
.noip-pro-mobile-page footer .copyright > p {
  margin-bottom: 0;
}
.noip-pro-mobile-page .bar {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(89.84deg, #FFAA47 -2.87%, #EB4545 102.8%);
  padding: 0 40px;
}
.noip-pro-mobile-page .bar > div {
  display: flex;
  align-items: center;
}
.noip-pro-mobile-page .bar > div img {
  margin-right: 20px;
}

.noip-mobile-page {
  margin: 0 auto;
  padding-bottom: 66px;
}
.noip-mobile-page .noip-btn {
  width: 235px;
  min-height: 41px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.1em;
  background: #FFBB52;
  box-shadow: 0px 10px 30px 2px rgba(139, 75, 0, 0.2), inset -1px -3px 12px rgba(248, 246, 227, 0.79);
  border-radius: 10px;
  border: none;
  border-color: none;
  color: #2E3135;
}
.noip-mobile-page .noip-btn:hover,
.noip-mobile-page .noip-btn:focus {
  background: #FFBB52;
  color: #2E3135;
}
.noip-mobile-page header {
  height: 72px;
  padding: 18px 0;
  text-align: center;
}
.noip-mobile-page .first-section {
  position: relative;
  background: #000355;
}
.noip-mobile-page .first-section .bg {
  width: 100%;
  opacity: 0.4;
  mix-blend-mode: lighten;
}
.noip-mobile-page .first-section .desc {
  width: 100%;
  position: absolute;
  top: 41px;
  left: 0;
}
.noip-mobile-page .first-section .form-box {
  background-image: url('https://staticcdn.boyuai.com/materials/2021/04/10/Z6ldvATDh0EHhXevZYMQJ.svg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 48px 24px 106px;
  display: flex;
  justify-items: center;
  align-items: center;
  overflow: hidden;
}
.noip-mobile-page .first-section .form-wrapper {
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 40px rgba(0, 30, 137, 0.1);
  border-radius: 4px;
  position: relative;
}
.noip-mobile-page .first-section .form-wrapper .ai {
  position: absolute;
  top: -16px;
  left: -16px;
}
.noip-mobile-page .first-section .form-wrapper .gear {
  position: absolute;
  right: -32px;
  bottom: -32px;
}
.noip-mobile-page .first-section .form-wrapper .form {
  margin: 6px 6px;
  width: calc(100% - 12px);
  border: 1px dashed #EBEBEB;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noip-mobile-page .first-section .form-wrapper .form .title {
  margin-top: 16px;
  color: #5A1919;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 4px;
}
.noip-mobile-page .first-section .form-wrapper .form .intro {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-top: 8px;
}
.noip-mobile-page .first-section .form-wrapper .form .intro .user-count {
  color: #D95B00;
}
.noip-mobile-page .first-section .form-wrapper .form .form-item {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  margin-bottom: 22px;
}
.noip-mobile-page .first-section .form-wrapper .form .form-item .label {
  font-size: 18px;
  line-height: 25px;
}
.noip-mobile-page .first-section .form-wrapper .form .form-item .ant-input {
  flex: 1;
  height: 39px;
  border: 1px solid #FCD7A1;
  border-radius: 9px;
}
.noip-mobile-page .first-section .form-wrapper .form .form-item .ant-input:focus {
  box-shadow: none;
}
.noip-mobile-page .first-section .form-wrapper .form .noip-btn {
  margin-bottom: 24px;
}
.noip-mobile-page .second-section {
  position: relative;
  top: -32px;
  margin-bottom: -33px;
  background: #3D41B0;
  border-radius: 20px 20px 0 0;
  padding: 42px 0 51px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-mobile-page .second-section .ant-carousel {
  width: 100vw;
  margin: 24px 0 40px;
}
.noip-mobile-page .second-section .carousel-item {
  margin-left: 12px;
  width: calc(100% - 24px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.noip-mobile-page .second-section .slick-dots {
  position: relative;
  bottom: -12px;
}
.noip-mobile-page .third-section {
  padding: 16px 12px 24px;
  background: #3D41B0;
}
.noip-mobile-page .third-section img {
  width: 100%;
}
.noip-mobile-page .fourth-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
.noip-mobile-page .fourth-section .ant-carousel {
  width: 100vw;
  margin: 24px 0 40px;
}
.noip-mobile-page .fourth-section .carousel-item {
  margin-left: 12px;
  width: calc(100% - 24px);
}
.noip-mobile-page .fourth-section .slick-dots {
  position: relative;
  bottom: -12px;
}
.noip-mobile-page .fourth-section .slick-dots li > button {
  background: #C4C4C4;
}
.noip-mobile-page .fourth-section .slick-dots li.slick-active > button {
  background: #6467C0;
}
.noip-mobile-page .fifth-section {
  background: #3D41B0;
  padding-top: 55px;
  padding-bottom: 75px;
  margin-bottom: -1px;
}
.noip-mobile-page .fifth-section img {
  width: 100%;
}
.noip-mobile-page .sixth-section img {
  padding-bottom: 24px;
  width: 100%;
}
.noip-mobile-page .seventh-section {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-mobile-page .seventh-section img {
  margin-bottom: 32px;
  width: calc(100vw - 80px);
}
.noip-mobile-page .eighth-section {
  width: 100%;
  padding: 56px 24px 56px;
  display: flex;
  justify-items: center;
  align-items: center;
  overflow: hidden;
}
.noip-mobile-page .eighth-section .form-wrapper {
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 40px rgba(0, 30, 137, 0.1);
  border-radius: 4px;
  position: relative;
}
.noip-mobile-page .eighth-section .form-wrapper .ai {
  position: absolute;
  top: -16px;
  left: -16px;
}
.noip-mobile-page .eighth-section .form-wrapper .gear {
  position: absolute;
  right: -32px;
  bottom: -32px;
}
.noip-mobile-page .eighth-section .form-wrapper .form {
  margin: 6px 6px;
  width: calc(100% - 12px);
  border: 1px dashed #EBEBEB;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noip-mobile-page .eighth-section .form-wrapper .form .desc {
  margin: 24px;
  width: calc(100% - 48px);
}
.noip-mobile-page .eighth-section .form-wrapper .form .form-item {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  margin-bottom: 22px;
}
.noip-mobile-page .eighth-section .form-wrapper .form .form-item .label {
  font-size: 18px;
  line-height: 25px;
}
.noip-mobile-page .eighth-section .form-wrapper .form .form-item .ant-input {
  flex: 1;
  height: 39px;
  border: 1px solid #FCD7A1;
  border-radius: 9px;
}
.noip-mobile-page .eighth-section .form-wrapper .form .form-item .ant-input:focus {
  box-shadow: none;
}
.noip-mobile-page .eighth-section .form-wrapper .form .noip-btn {
  margin-bottom: 24px;
}
.noip-mobile-page footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('https://staticcdn.boyuai.com/materials/2021/04/12/oOjByqCNo-wTw8mTc88o5.svg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 415px) {
  .noip-mobile-page footer {
    background-size: cover;
  }
}
.noip-mobile-page footer .logo {
  position: relative;
  top: -16px;
  width: 64%;
  margin-left: 8px;
}
.noip-mobile-page footer .wrapper {
  background: #1B1B1B;
}
.noip-mobile-page footer .desc {
  margin-bottom: 40px;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 18px;
  color: #FFFFFF;
}
.noip-mobile-page footer .course-consult,
.noip-mobile-page footer .subscribe {
  margin-left: 32px;
  margin-bottom: 24px;
  display: flex;
}
.noip-mobile-page footer .footer-block {
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noip-mobile-page footer .footer-block-title {
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 12px;
}
.noip-mobile-page footer .footer-block-content {
  color: #C0C4CC;
  font-size: 14px;
  line-height: 24px;
}
.noip-mobile-page footer .copyright {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.noip-mobile-page footer .copyright a {
  color: #FFFFFF !important;
}
.noip-mobile-page footer .copyright > p {
  margin-bottom: 0;
}
.noip-mobile-page .bar {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(89.84deg, #FFAA47 -2.87%, #EB4545 102.8%);
  padding: 0 40px;
}
.noip-mobile-page .bar > div {
  display: flex;
  align-items: center;
}
.noip-mobile-page .bar > div img {
  margin-right: 20px;
}

.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;
}
.noip-page {
  padding-bottom: 92px;
}
.noip-page .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;
}
.noip-page .noip-btn:hover,
.noip-page .noip-btn:focus {
  background: #ffbb52;
  color: unset;
}
.noip-page .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;
}
.noip-page .floaing-buttons img {
  cursor: pointer;
}
.noip-page header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: background-color;
  background-color: white;
  box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.06);
}
.noip-page .header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition-duration: 0.2s;
  transition-property: all;
  height: 76px;
}
.noip-page .header-content .header-anchor {
  padding: 17px 54px 18px 0;
  background-color: transparent;
}
.noip-page .header-content .header-anchor .ant-anchor {
  display: flex;
  align-items: center;
}
.noip-page .header-content .header-anchor .ant-anchor-ink {
  display: none;
}
.noip-page .header-content .header-anchor .ant-anchor-link {
  padding: 0;
  margin-left: 40px;
}
.noip-page .header-content .header-anchor .ant-anchor-link-title {
  color: #2e3135;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.noip-page .header-content .header-anchor .ant-anchor-link-title.ant-anchor-link-title-active {
  color: #8e8e8e;
}
.noip-page .noip-promotion-bar {
  transition: all 0.2s;
  position: fixed;
  z-index: 100;
  height: 92px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #61a2dd;
  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;
}
.noip-page .noip-promotion-bar > div {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .noip-page .noip-promotion-bar > div {
    width: 90%;
  }
}
.noip-page .noip-promotion-bar .logo-text {
  width: 80px;
  margin-left: 8px;
}
.noip-page .noip-promotion-bar .logo-icon {
  position: absolute;
  top: -64px;
  left: 48px;
}
.noip-page .noip-promotion-bar .form {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noip-page .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;
}
.noip-page .noip-promotion-bar .form .ant-radio-group {
  width: 200px;
}
@media (min-width: 1500px) {
  .noip-page .noip-promotion-bar .form .ant-radio-group {
    width: fit-content;
  }
}
.noip-page .noip-promotion-bar .form .form-item {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
@media (min-width: 1500px) {
  .noip-page .noip-promotion-bar .form .form-item {
    margin: 0 50px;
  }
}
.noip-page .noip-promotion-bar .form .form-item .label {
  white-space: nowrap;
  margin-right: 8px;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
}
.noip-page .noip-promotion-bar .form .form-item .ant-radio-wrapper:hover .ant-radio,
.noip-page .noip-promotion-bar .form .form-item .ant-radio:hover .ant-radio-inner,
.noip-page .noip-promotion-bar .form .form-item .ant-radio-input:focus + .ant-radio-inner {
  border-color: #fcd7a1;
}
.noip-page .noip-promotion-bar .form .form-item .ant-radio-group {
  margin: -4px 0;
}
.noip-page .noip-promotion-bar .form .form-item .ant-radio-wrapper {
  margin-right: 0;
  margin: 4px 0;
  width: 50%;
}
@media (min-width: 1500px) {
  .noip-page .noip-promotion-bar .form .form-item .ant-radio-wrapper {
    width: fit-content;
    margin-right: 12px;
  }
}
.noip-page .noip-promotion-bar .form .form-item .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border: 4px solid #fcd7a1;
}
.noip-page .noip-promotion-bar .form .form-item .ant-radio-wrapper .ant-radio-inner {
  box-shadow: none;
  transition: 0.1s;
}
.noip-page .noip-promotion-bar .form .form-item .ant-radio-wrapper .ant-radio-inner:after {
  display: none;
}
.noip-page .noip-promotion-bar .form .form-item .ant-radio-wrapper .ant-radio-checked:after {
  display: none;
}
.noip-page .noip-promotion-bar .form .form-item .ant-radio-wrapper span {
  color: #ffffff;
  font-size: 16px;
}
.noip-page .noip-promotion-bar .form .form-item .ant-radio-wrapper span:last-child {
  letter-spacing: 1px;
}
.noip-page .noip-promotion-bar .noip-btn {
  position: absolute;
  right: 35px;
  border-radius: 46.5px;
  font-size: 24px;
  padding: 12px 24px;
  height: fit-content;
}
.noip-page .noip-promotion-bar .noip-btn img {
  position: absolute;
  bottom: -22px;
  right: -22px;
  z-index: 1;
}
.noip-page .first-section {
  margin-top: 76px;
  width: 100%;
  background-color: #61a2dd;
  background-image: url("https://staticcdn.boyuai.com/user-assets/6074/a4qq5c6m5TJi2A45ZkTeA2/首屏背景.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1700px) {
  .noip-page .first-section {
    background-image: url("https://staticcdn.boyuai.com/user-assets/6074/an1uTMDxGjUBpbbzoAvTUZ/1920背景.png");
  }
}
.noip-page .first-section .noip-btn {
  border-radius: 46.5px;
  height: 93px;
  font-size: 28px;
  color: #2e3135;
}
.noip-page .second-section {
  overflow: hidden;
  margin-top: 80px;
}
.noip-page .second-section > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-page .second-section > div .ant-carousel {
  width: 843px;
  height: 397px;
  border-radius: 9px;
  box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.1), inset -2px -5px 10px 2px rgba(255, 255, 255, 0.25);
}
.noip-page .second-section > div .ant-carousel .carousel-item {
  width: 100%;
}
.noip-page .second-section > div .dots {
  margin-top: 24px;
  width: 843px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noip-page .second-section > div .dots img {
  cursor: pointer;
  height: 138px;
  box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.1), inset -2px -5px 10px 2px rgba(255, 255, 255, 0.25);
}
.noip-page .third-section > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noip-page .third-section > div .desc {
  width: 804px;
}
.noip-page .third-section > div .ant-carousel {
  margin-top: 16px;
  width: 1200px;
  margin-bottom: 96px;
}
.noip-page .third-section > div .ant-carousel .carousel-teacher {
  text-align: center;
}
.noip-page .third-section > div .ant-carousel .carousel-teacher .carousel-img {
  width: 100%;
  height: 600px;
}
.noip-page .third-section > div .ant-carousel .slick-arrow {
  z-index: 1;
  width: 54px;
  height: 54px;
}
.noip-page .third-section > div .ant-carousel .slick-arrow img {
  position: relative;
}
.noip-page .fourth-section {
  margin-bottom: 64px;
  background-image: url("https://staticcdn.boyuai.com/materials/2021/03/30/1OhNNiGUHYRNTi3hFdYKA.png");
  background-size: cover;
  text-align: center;
}
.noip-page .sixth-section {
  background-image: url("https://staticcdn.boyuai.com/materials/2021/03/31/HqZ7R3_QMvb4IErSkeyA8.svg");
  background-position: top;
  background-size: cover;
  padding: 80px 0 172px;
}
.noip-page .sixth-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-page .seventh-section {
  margin-top: 88px;
  margin-bottom: 88px;
}
.noip-page .seventh-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-page .seventh-section > div .noip-btn {
  position: relative;
  left: -45px;
  top: -30px;
  width: 213px;
  height: 52px;
}
.noip-page footer {
  background: #1b1b1b;
  height: 300px;
}
.noip-page footer .footer-section {
  padding: 48px 80px 0px;
  display: flex;
  align-items: flex-start;
}
.noip-page footer .footer-section .course-consult {
  margin-left: 62px;
}
.noip-page footer .footer-section .subscribe {
  margin-left: 62px;
}
.noip-page footer .footer-section .course-consult,
.noip-page footer .footer-section .subscribe {
  display: flex;
}
.noip-page footer .footer-section .footer-block {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noip-page footer .footer-section .footer-block-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}
.noip-page footer .footer-section .footer-block-content {
  color: #c0c4cc;
  font-size: 14px;
  line-height: 24px;
}
.noip-page footer .copyright {
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #909399;
}
.noip-page footer .copyright a {
  color: #909399;
}
.noip-page footer .copyright p {
  margin-bottom: 0;
}
.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.zkw-modal .ant-modal-close {
  top: 70px;
  right: 0;
  opacity: 0;
}
.contact-info-modal .modal-img {
  position: relative;
  left: -99px;
  height: 310px;
}
.contact-info-modal .zkw-modal-img {
  position: relative;
  height: 413px;
}

.homepage-popover-overlay-v1 .ant-popover-arrow {
  display: none;
}
.homepage-popover-overlay-v1 .ant-popover-inner {
  border-radius: 12px;
  width: 182px;
}
.homepage-popover-overlay-v1 .ant-popover-inner-content {
  padding: 16px;
  border-radius: 12px;
}
.homepage-popover-overlay-v1 .popover-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage-popover-overlay-v1 .popover-content .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
}
.homepage-popover-overlay-v1 .popover-content .intro {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  text-align: center;
}
.homepage-popover-overlay-v1 .popover-content .qr-code {
  width: 140px;
}
.homepage-popover-overlay-v1.consult .ant-popover-inner-content {
  background: #fdf4e5;
}
.homepage-popover-overlay-v1.consult .popover-content .title {
  color: #926319;
}
.homepage-popover-overlay-v1.consult .popover-content .intro {
  color: #926319;
}
.homepage-popover-overlay-v1.cooperation .ant-popover-inner-content {
  background: #f3f5ff;
}
.homepage-popover-overlay-v1.cooperation .popover-content .title {
  color: #586d97;
}
.homepage-popover-overlay-v1.cooperation .popover-content .intro {
  color: #2e3135;
}
.noip-page-v1 .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;
}
.noip-page-v1 .noip-btn:hover,
.noip-page-v1 .noip-btn:focus {
  background: #ffbb52;
  color: unset;
}
.noip-page-v1 .floaing-buttons {
  transition: all 0.2s;
  position: fixed;
  z-index: 100;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 144px;
}
.noip-page-v1 .floaing-buttons img {
  cursor: pointer;
}
.noip-page-v1 header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: background-color;
  background-color: white;
  box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.06);
}
.noip-page-v1 .header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition-duration: 0.2s;
  transition-property: all;
  height: 76px;
}
.noip-page-v1 .header-content .header-anchor {
  padding: 17px 54px 18px 0;
  background-color: transparent;
}
.noip-page-v1 .header-content .header-anchor .ant-anchor {
  display: flex;
  align-items: center;
}
.noip-page-v1 .header-content .header-anchor .ant-anchor-ink {
  display: none;
}
.noip-page-v1 .header-content .header-anchor .ant-anchor-link {
  padding: 0;
  margin-left: 40px;
}
.noip-page-v1 .header-content .header-anchor .ant-anchor-link-title {
  color: #2e3135;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.noip-page-v1 .header-content .header-anchor .ant-anchor-link-title.ant-anchor-link-title-active {
  color: #8e8e8e;
}
.noip-page-v1 .first-section {
  width: 100%;
  background-color: white;
  background-image: url("https://staticcdn.boyuai.com/materials/2021/03/30/mzCQ3tJ5BlncLt0w8q_pd.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noip-page-v1 .second-section {
  overflow: hidden;
  margin-top: 80px;
}
.noip-page-v1 .second-section > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-page-v1 .second-section > div .ant-carousel {
  width: 843px;
  height: 397px;
  border-radius: 9px;
  box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.1), inset -2px -5px 10px 2px rgba(255, 255, 255, 0.25);
}
.noip-page-v1 .second-section > div .ant-carousel .carousel-item {
  width: 100%;
}
.noip-page-v1 .second-section > div .dots {
  margin-top: 24px;
  width: 843px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noip-page-v1 .second-section > div .dots img {
  cursor: pointer;
  height: 138px;
  box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.1), inset -2px -5px 10px 2px rgba(255, 255, 255, 0.25);
}
.noip-page-v1 .third-section > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noip-page-v1 .third-section > div .desc {
  width: 804px;
}
.noip-page-v1 .third-section > div .teachers {
  margin-top: 16px;
  width: 100%;
}
.noip-page-v1 .fourth-section {
  margin-bottom: 64px;
  background-image: url("https://staticcdn.boyuai.com/materials/2021/03/30/1OhNNiGUHYRNTi3hFdYKA.png");
  background-size: cover;
  text-align: center;
}
.noip-page-v1 .sixth-section {
  background-image: url("https://staticcdn.boyuai.com/materials/2021/03/31/HqZ7R3_QMvb4IErSkeyA8.svg");
  background-position: top;
  background-size: cover;
  padding: 80px 0 172px;
}
.noip-page-v1 .sixth-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-page-v1 .seventh-section {
  margin-top: 88px;
  margin-bottom: 88px;
}
.noip-page-v1 .seventh-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.noip-page-v1 .seventh-section > div .noip-btn {
  position: relative;
  left: -45px;
  top: -30px;
  width: 213px;
  height: 52px;
}
.noip-page-v1 footer {
  background: #1b1b1b;
  height: 300px;
}
.noip-page-v1 footer .footer-section {
  padding: 48px 80px 0px;
  display: flex;
  align-items: flex-start;
}
.noip-page-v1 footer .footer-section .course-consult {
  margin-left: 62px;
}
.noip-page-v1 footer .footer-section .subscribe {
  margin-left: 62px;
}
.noip-page-v1 footer .footer-section .course-consult,
.noip-page-v1 footer .footer-section .subscribe {
  display: flex;
}
.noip-page-v1 footer .footer-section .footer-block {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noip-page-v1 footer .footer-section .footer-block-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}
.noip-page-v1 footer .footer-section .footer-block-content {
  color: #c0c4cc;
  font-size: 14px;
  line-height: 24px;
}
.noip-page-v1 footer .copyright {
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #909399;
}
.noip-page-v1 footer .copyright a {
  color: #909399;
}
.noip-page-v1 footer .copyright p {
  margin-bottom: 0;
}
.contact-info-modal-v1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-info-modal-v1 .ant-modal {
  position: static;
}
.contact-info-modal-v1 .ant-modal-content {
  background: transparent;
  box-shadow: none;
}
.contact-info-modal-v1 .ant-modal-body {
  padding: 0;
}
.contact-info-modal-v1 .ant-modal-close {
  top: 18px;
  right: 36px;
  opacity: 0;
}
.contact-info-modal-v1 img {
  position: relative;
  left: -27px;
  height: 356px;
}

.page-oauth-heywhale {
  background: #e7e7e7;
  min-height: 100vh;
}
.page-oauth-heywhale .header {
  background: linear-gradient(to right, #2D8BF4, #27AEF5);
  height: 86px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.page-aouth-work-weixin-learn {
  background: #1D1E2E;
  min-height: 100vh;
  text-align: center;
}
.page-aouth-work-weixin-learn .left-top {
  position: absolute;
  left: 0;
  top: 0;
}
.page-aouth-work-weixin-learn .right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-aouth-work-weixin-learn .logo {
  padding-top: 80px;
}
.page-aouth-work-weixin-learn .title {
  padding-top: 25px;
}
.page-aouth-work-weixin-learn .content {
  padding-top: 25px;
}
.page-aouth-work-weixin-learn .main {
  position: relative;
}
.page-aouth-work-weixin-learn .error {
  color: #FDB74E55;
  background: #FDB74E18;
  padding: 8px 60px;
  display: inline-block;
  margin-top: 120px;
  font-size: 12px;
}
.page-aouth-work-weixin-learn .error .error-title {
  font-size: 14px;
  color: #FDB74E;
}
.page-aouth-work-weixin-learn .enter {
  margin-top: 20px;
  cursor: pointer;
  height: 65px;
}

.ui-go-home {
  padding-top: 100px;
  text-align: center;
}
.ui-go-home .desc {
  margin-top: 10px;
}
.ui-go-home .buttons {
  margin-top: 20px;
}

.page-media {
  width: 1000px;
  padding-top: 500px;
  margin: 0 auto;
}
.media-report-wrapper {
  background: #eef1f7;
  height: 276px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.media-report-wrapper .media-report {
  position: absolute;
  bottom: 88px;
}
.media-report-wrapper .media-report .media-report-title {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.1em;
  color: #2e3135;
  margin-bottom: 72px;
}
.media-report-wrapper .media-report video {
  width: 660px;
  margin-bottom: 22px;
}
.media-report-wrapper .media-report .media-report-intro {
  color: #606266;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.page-privacy {
  background: #e7e7e7;
}
.page-privacy .header {
  background: linear-gradient(to right, #2D8BF4, #27AEF5);
  height: 86px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.page-privacy .content {
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 20px;
}

.page-terms {
  background: #e7e7e7;
}
.page-terms .header {
  background: linear-gradient(to right, #2D8BF4, #27AEF5);
  height: 86px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.page-terms .content {
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 20px;
}

body {
  margin: 0;
}
.rongyi-page {
  width: 100vw;
  font-family: Arial, Helvetica, sans-serif;
}
.rongyi-page .intro-img {
  max-width: 100%;
  margin-top: -10px;
}
.rongyi-page .section-wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  padding: 20px 0;
  margin-top: -5px;
  flex-direction: column;
}
.rongyi-page .section-wrapper .video-wrapper {
  width: 70%;
  background: #F5FAFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  display: flex;
}
.rongyi-page .section-wrapper .line-wrapper {
  border: 1px solid #89BEEE;
  border-radius: 15px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px 40px;
  justify-content: start;
}
.rongyi-page .section-wrapper .bg-left {
  position: absolute;
  height: 200px;
  left: 50px;
  z-index: 0;
  top: 30px;
}
.rongyi-page .section-wrapper .bg-right {
  position: absolute;
  height: 60px;
  right: 20px;
  bottom: 20px;
}
.rongyi-page .section-wrapper .title {
  color: #53ACFF;
  font-size: 24px;
  left: 50px;
  top: 40px;
  align-self: flex-start;
  margin-top: 30px;
}
.rongyi-page .section-wrapper video {
  width: 80%;
  z-index: 2;
}
.rongyi-page .section-wrapper .button {
  cursor: pointer;
  min-height: 50px;
  width: 250px;
  background: #FFFDFE;
  box-shadow: 0px 15px 20px rgba(51, 51, 51, 0.1);
  color: #0F91FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-top: 30px;
}
.rongyi-page .section-wrapper .button img {
  height: 35px;
  margin-right: 10px;
}
@media only screen and (max-device-width: 768px) {
  .rongyi-page {
    background: #E9F3FD;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    align-items: center;
  }
  .rongyi-page .intro-img {
    width: 100%;
  }
  .rongyi-page .section-wrapper {
    height: unset;
    background-image: none !important;
  }
  .rongyi-page .section-wrapper .video-wrapper {
    padding: 10px;
  }
  .rongyi-page .section-wrapper .line-wrapper {
    padding: 0;
    border-radius: 10px;
  }
  .rongyi-page .section-wrapper .line-wrapper .title {
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .rongyi-page .section-wrapper .line-wrapper .bg-left,
  .rongyi-page .section-wrapper .line-wrapper .bg-right {
    display: none;
  }
  .rongyi-page .section-wrapper .line-wrapper video {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .rongyi-page .section-wrapper .button {
    font-size: 14px;
    width: 210px;
    min-height: 40px;
  }
  .rongyi-page .section-wrapper .button img {
    height: 30px;
  }
  .rongyi-page .intro {
    width: 200px;
    margin: 20px 0;
  }
  .rongyi-page .logo {
    height: 30px;
    margin-bottom: 50px;
  }
}

