body {
  overflow: hidden auto;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: center;
}
.m-bane {
  padding-top: 180px;
}
.introduce {
  width: 1200px;
  margin: 0 auto;
  font-weight: normal;
}
.introduce .title {
  position: relative;
  font-family: AlibabaPuHuiTi_3_105_Heavy;
  font-size: 52px;
  color: #FFFFFF;
  line-height: 73px;
  text-align: left;
  font-style: normal;
  margin-bottom: 19px;
}
.introduce .title .text {
  position: relative;
  z-index: 3;
}
.introduce .title::after {
  content: "";
  position: absolute;
  left: 159px;
  bottom: 2px;
  width: 193px;
  height: 14px;
  z-index: 2;
  background: linear-gradient(90deg, #e258ff, #ffae9a);
  clip-path: polygon(30% 0, 60% 53%, 100% 0, 100% 42%, 60% 100%, 30% 47%, 0 100%, 0 56%);
  border-radius: 22px 8px 22px 8px;
}
.introduce .desc {
  font-family: AlibabaPuHuiTi_3_55_Regular;
  font-size: 22px;
  color: #E0D7FF;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}
.introduce .desc::after {
  display: none;
}
.introduce .buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.introduce .btn-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 10px;
  color: #3A1AB1;
  cursor: pointer;
}
.introduce .btn-item:hover .pic {
  display: block;
}
.introduce .btn-item.call {
  margin-left: 16px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #fff;
}
.introduce .btn-item .pic {
  display: none;
  position: absolute;
  left: 50%;
  width: 180px;
  height: 180px;
  top: -16px;
  z-index: 4;
  transform: translate3d(-50%, -100%, 0);
}
.introduce .btn-item .pic::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border: 10px solid transparent;
  border-top-color: #fff;
}
.wp .home-info {
  display: flex;
  align-items: center;
  padding: 23px 44px;
  width: 1200px;
  margin: 0 auto;
  height: auto;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFAFF 100%);
  box-shadow: 0px 10px 40px 0px rgba(149, 146, 193, 0.1);
  border-radius: 10px;
  line-height: 28px;
  text-align: justify;
  font-style: normal;
}
.wp .home-info .pic {
  width: 214px;
  height: auto;
  margin-right: 40px;
}
.wp .home-info .txt1 {
  font-size: 16px;
}
.m-bancon {
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.common-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
  text-align: center;
}
.common-desc {
  margin-top: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #4823FF;
  line-height: 22px;
  text-align: center;
}
.common-more {
  position: relative;
  margin: 40px auto;
  width: 160px;
  height: 48px;
  background: linear-gradient(270deg, #AA52FF 0%, #7E2BFF 100%);
  font-size: 18px;
  border-radius: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-more img {
  margin-left: 8px;
}
.common-more:hover .more-popup {
  display: block;
}
.common-more .more-popup {
  position: absolute;
  display: none;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(10px);
  background-color: #fff;
  padding: 4px;
  border-radius: 8px;
  width: auto;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(144, 144, 144, 0.1);
  color: #333;
  z-index: 2;
  font-size: 14px;
}
.common-more .more-popup .img {
  margin-left: 0;
  width: 120px;
  height: 120px;
  max-width: unset;
}
.content-item {
  padding: 80px;
}
.content-item:nth-of-type(even) {
  background-color: #F6F8FA;
}
.contains {
  padding: 80px;
}
.contains .contains-list {
  display: grid;
  margin-top: 50px;
  font-family: PingFangSC, PingFang SC;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  text-align: right;
  font-style: normal;
}
.contains .contains-list .contains-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 208px;
  background: #F6F8FC;
  border-radius: 10px;
}
.contains .contains-list img {
  margin-bottom: 22px;
  width: 72px;
  height: 72px;
}
.swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(105, 123, 157, 0.2);
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}
.swiper-btn.prev {
  left: -32px;
}
.swiper-btn.next {
  right: -32px;
}
.swiper-btn.next img {
  transform: rotate(180deg);
}
.swiper-btn img {
  width: 24px;
  height: 24px;
}
.common-swiper-wrapper {
  position: relative;
  margin-top: 57px;
  height: 430px;
}
.common-swiper-wrapper::before {
  left: 0;
  top: 0;
  position: absolute;
  content: '';
  width: 250px;
  height: 430px;
  background: linear-gradient(270deg, rgba(246, 248, 250, 0) 0%, #F6F8FA 100%);
  z-index: 2;
}
.common-swiper-wrapper::after {
  right: 0;
  top: 0;
  position: absolute;
  content: '';
  width: 250px;
  height: 430px;
  background: linear-gradient(270deg, #F6F8FA 0%, rgba(246, 248, 250, 0) 100%);
  z-index: 2;
}
.common-swiper-wrapper .swiper-slide {
  height: 450px;
}
.common-swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.friend-platform {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.friend-platform img {
  display: block;
  border-radius: 0;
}
.tool-introduce {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}
.tool-introduce img {
  display: block;
  border-radius: 0;
}
.store {
  width: 100%;
  height: 700px;
  padding: 80px 10px;
  background-image: url(../images/2025/store-bg.png);
  background-size: cover;
  background-position: center 0;
}
.store .btn {
  margin: 20px 0 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 48px;
  background: linear-gradient(270deg, #9854FF 0%, #341CE8 100%);
  border-radius: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
}
.store .title {
  margin-bottom: 10px;
  width: 583px;
  height: 100px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 50px;
  text-align: left;
  font-style: normal;
}
.store .desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.store .store-list {
  margin-top: 88px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 60px;
}
.teacher {
  background: linear-gradient(to bottom, #F3F7FF 0%, #FFFFFF 100%);
}
.teacher .wp {
  margin: 0 162px;
  max-width: unset;
  width: auto;
}
@media screen and (max-width: 1440px) {
  .teacher .wp {
    margin: 0 80px;
  }
}
@media screen and (max-width: 1280px) {
  .teacher .wp {
    margin: 0;
    padding: 0 10px;
  }
  .teacher .swiper-btn.prev {
    left: 0;
  }
  .teacher .swiper-btn.next {
    right: 0;
  }
}
.teacher .common-swiper-wrapper {
  height: 24.06vw;
}
.teacher .common-swiper-wrapper::before {
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, transparent 0%, #F3F7FF 70%);
}
.teacher .common-swiper-wrapper::after {
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, #F3F7FF 0%, transparent 100%);
}
.teacher .teacher-swiper {
  height: 25vw;
}
.teacher .teacher-swiper .swiper-slide {
  width: 300px;
  height: 24.06vw;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(105, 123, 157, 0.2);
  border-radius: 10px;
  padding: 0.833vw 1.5625vw;
}
.teacher .teacher-swiper .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 84%;
  height: auto;
  margin-bottom: 18px;
}
.teacher .teacher-swiper .swiper-slide .text-item {
  position: relative;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.73vw;
  color: #333333;
  line-height: 1.25vw;
  text-align: justify;
  font-style: normal;
}
.teacher .teacher-swiper .swiper-slide .text-item::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #4632E7 0%, #9460FF 100%);
}
.teacher .course-item {
  position: relative;
  width: 285px;
  height: 356px;
  align-self: stretch;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(104, 131, 177, 0.16);
  border-radius: 10px;
}
.teacher .course-item:not(:last-of-type) {
  margin-right: 20px;
}
.teacher .course-item img {
  width: 100%;
  height: 146px;
}
.teacher .course-item .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 10px;
  padding: 8px 16px;
  height: 40px;
  color: #fff;
  background: linear-gradient(270deg, #AA52FF 0%, #7E2BFF 100%);
  box-shadow: 0px 10px 30px 0px rgba(104, 131, 177, 0.16);
  border-radius: 0px 100px 100px 0px;
}
.teacher .course-item .text {
  padding: 12px 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  font-size: 0.73vw;
  line-height: 26px;
  text-shadow: 0px 10px 30px rgba(104, 131, 177, 0.16);
}
.m-index6 .pic-c {
  top: 70px;
}
.update-wrapper .title {
  font-size: 48px;
  font-weight: bold;
}
.update-wrapper .desc {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 392px;
  height: 48px;
  background: linear-gradient(270deg, #A36DFF 0%, #4A2AFF 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}
.case-wrapper {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 0;
}
.case-wrapper .rightpop {
  position: fixed;
  display: none;
  transform: translateY(-50%) translateX(100%);
  background-color: #fff;
  padding: 4px;
  border-radius: 8px;
  width: auto;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(144, 144, 144, 0.1);
  color: #000;
  z-index: 2;
}
.case-wrapper .rightpop.show {
  display: block;
  opacity: 1;
}
.case-wrapper .rightpop .img {
  width: 120px;
  height: 120px;
  max-width: unset;
}
.case-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 474px;
  background: linear-gradient(270deg, rgba(246, 248, 250, 0) 0%, #F6F8FA 100%);
  z-index: 1;
  pointer-events: none;
}
.case-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 474px;
  background: linear-gradient(270deg, #F6F8FA 0%, rgba(246, 248, 250, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.case-list {
  width: max-content;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  transform: translateX(-50%);
  z-index: 0;
}
.case-list:nth-of-type(odd) {
  animation: scrollToRight 30s linear infinite backwards;
}
.case-list:nth-of-type(even) {
  animation: scrollToRight 24s linear infinite backwards;
}
.case-list:not(:last-of-type) {
  margin-bottom: 15px;
}
.case-list .case-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 11px;
  width: 320px;
  height: 110px;
  background: #FFFFFF;
  border-radius: 14px;
}
.case-list .case-item:not(:last-of-type) {
  margin-right: 16px;
}
.case-list .case-item > .img {
  margin-right: 16px;
  width: 88px;
  height: 88px;
}
.case-list .case-item .text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}
.case-list .case-item .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 32px;
  background: #EAEAFF;
  border-radius: 6px;
  color: #2222FF;
  margin-top: 16px;
  font-weight: 500;
  cursor: pointer;
}
.case-list .case-item .btn:hover .rightpop {
  display: block;
  opacity: 1;
}
.case-list .case-item .btn > img {
  width: 12px;
  margin-left: 5px;
}
@keyframes scrollToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/*# sourceMappingURL=index.css.map */