.ball {
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 0.92rem;
  padding: 0.67rem 1rem;
  background-color: #152956;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 5rem;
  right: 1.33rem;
  position: fixed;
  z-index: 9;
}

.ball img {
  width: 1.67rem;
  height: 1.67rem;
}

.modal-ball {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 11;
}

.modal-ball .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal-ball .mask .close {
  width: 2rem;
  height: 2rem;
  margin-top: 1.92rem;
}

.modal-ball .mask .container {
  width: calc(100% - 2.83rem * 2);
  /* height: 27.75rem; */
  padding: 0 0 2.67rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-ball .mask .container .title {
  width: 100%;
  height: 5.75rem;
  background: linear-gradient(47deg, #0f1f4e 0%, #2b3b79 100%);
  border-radius: 8px 8px 0rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-ball .mask .container .title img {
  width: 7.33rem;
  height: 2.83rem;
}

.modal-ball .mask .container .qrCode {
  width: 7.92rem;
  height: 7.92rem;
  margin-top: 2rem;
}

.modal-ball .mask .container .content {
  font-size: 1rem;
  color: #1d2c5d;
  line-height: 1rem;
  margin-top: 2rem;
}

.modal-form {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 11;
}

.modal-form .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal-form .mask .container {
  width: calc(100% - 2.83rem * 2);
  padding: 2.67rem 1.83rem 2rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-form .mask .container .icon {
  width: 5.33rem;
  height: 5.33rem;
}

.modal-form .mask .container .title {
  font-size: 1.33rem;
  color: #000000;
  line-height: 1.83rem;
  margin-top: 8px;
}

.modal-form .mask .container .content {
  font-size: 1rem;
  color: #666666;
  line-height: 1.67rem;
  margin-top: 9px;
}

.modal-form .mask .container .button {
  width: 100%;
  height: 3.33rem;
  font-weight: 600;
  font-size: 1.17rem;
  color: #ffffff;
  line-height: 3.33rem;
  background: #1d2c5d;
  border-radius: 8px;
  text-align: center;
  margin-top: 1.33rem;
}

.navbar {
  width: 100%;
  height: 44px;
  padding: 0 2.25rem 0 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
}

.navbar-light {
  background-color: rgba(255, 255, 255, 0.9);
}

.navbar .logo {
  display: flex;
  align-items: center;
}

.navbar .logo .icon {
  width: 7.68rem;
  height: 2.33rem;
  background: url("/assest/logo/logoWhite.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.navbar-light .logo .icon {
  width: 7.68rem;
  height: 2.33rem;
  background: url("/assest/logo/logoPurple.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.navbar .logo .line {
  display: none;
}

.navbar .logo .content {
  display: none;
}

.navbar .mobile {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1rem;
  display: flex;
  align-items: center;
}

.navbar-light .mobile {
  font-size: 1rem;
  color: #1d2c5d;
  line-height: 1rem;
  display: flex;
  align-items: center;
}

.navbar .mobile .icon {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 4px;
  background: url("/assest/common/phoneWhite.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.navbar-light .mobile .icon {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 4px;
  background: url("/assest/common/phone.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner {
  /* width: 47.5rem; */
  height: 26.72rem;
  position: relative;
}

.banner .swiper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: hidden;
}

.banner .swiper .swiper-list {
  height: 100%;
  display: flex;
}

.banner .swiper .transition {
  transition: all 0.6s;
}

.banner .swiper .swiper-list .swiper-item {
  width: 100%;
  min-width: 100%;
  height: 100%;
  background-size: 100% 100%;
  display: flex;
  position: relative;
}

.banner .swiper .swiper-list .swiper-item .background {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}

.banner .swiper .swiper-list .swiper-item .background div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.banner .swiper .swiper-list .swiper-item .background div:nth-child(2) {
  background: radial-gradient(
    0% 55% at 50% 51%,
    rgba(8, 10, 25, 0.61) 0%,
    rgba(18, 20, 41, 0.61) 42%,
    rgba(4, 6, 26, 0.69) 100%
  );
}

.banner .swiper .swiper-list .swiper-item .background div:nth-child(1) {
  background: linear-gradient(
    180deg,
    rgba(5, 7, 30, 0.7) 0%,
    rgba(17, 19, 41, 0.03) 35%,
    rgba(18, 20, 41, 0) 70%,
    rgba(5, 7, 30, 0.7) 100%
  );
}

.banner .swiper .swiper-list .swiper-item .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper .swiper-list .swiper-item .content {
  left: 1.33rem;
  bottom: 3.5rem;
  position: absolute;
}

.banner .swiper .swiper-list .swiper-item .content div:nth-child(1) {
  font-size: 1.33rem;
  color: #ffffff;
  line-height: 2rem;
}

.banner .swiper .swiper-list .swiper-item .content div:nth-child(2) {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1rem;
  font-weight: 300;
  margin-top: 4px;
  /* display: none; */
}

.banner .guide {
  display: none;
}

.banner .guide img {
  width: 0.67rem;
  height: 0.5rem;
  margin-top: 12px;
}

.banner .indicator {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  bottom: 1.33rem;
  right: 1.33rem;
  position: absolute;
}

.banner .indicator .indicator-list {
  display: flex;
}

.banner .indicator .indicator-list .indicator-item {
  width: 0.83rem;
  height: 0.83rem;
  border-radius: 50px;
  margin-left: 0.33rem;
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.banner .indicator .indicator-list .active {
  border: 1px solid #b8bec5;
  box-sizing: border-box;
}

.banner .indicator .indicator-list .indicator-item div {
  width: 0.25rem;
  height: 0.25rem;
  background: #b8bec5;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* 50%为自身尺寸的一半 */
}

.banner .indicator .indicator-index {
  /* font-size: 0.42rem;
  color: #ffffff;
  margin-top: 0.42rem; */
  display: none;
}

.banner .indicator .indicator-index span {
  font-size: 0.67rem;
}

.mentor {
  display: none;
}

.mentor-mobile {
  width: 100%;
  padding: 2rem 1.33rem;
  box-sizing: border-box;
  background-color: #e0e5f3;
}

.mentor-mobile > .title {
  width: 100%;
  text-align: center;
}

.mentor-mobile > .title img {
  width: 11.92rem;
  height: 3.08rem;
}

.mentor-mobile .container {
  width: 100%;
  margin-top: 1.33rem;
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
}

.mentor-mobile .container .item {
  width: 100%;
  padding: 2rem 1.33rem 1.33rem;
  box-sizing: border-box;
  background-color: #ffffff;
}

.mentor-mobile .container .item .title {
  width: 100%;
  font-weight: 600;
  font-size: 1.33rem;
  color: #1d2c5d;
  line-height: 2rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mentor-mobile .container .item .title img {
  width: 0.67rem;
  height: 0.33rem;
  margin-top: 6px;
}

.mentor-mobile .container .item .box1 {
}

.mentor-mobile .container .item .box1 .box1-title {
  padding: 2.67rem 0;
  background: linear-gradient(47deg, #0f1f4e 0%, #2b3b79 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mentor-mobile .container .item .box1 .box1-title-icon {
  width: 6.67rem;
  height: 2.83rem;
  margin-bottom: 1rem;
}

.mentor-mobile .container .item .box1 .box1-title-content {
  display: flex;
  align-items: center;
}

.mentor-mobile .container .item .box1 .box1-title-content img {
  width: 1.5rem;
  height: 1.5rem;
}

.mentor-mobile .container .item .box1 .box1-title-content div {
  flex: 1;
  font-size: 1.08rem;
  color: #ffffff;
  line-height: 2rem;
  margin-left: 3px;
}

.mentor-mobile .container .item .box1 .box1-content {
  padding: 1.33rem 1rem;
  background-color: #eaedf9;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mentor-mobile .container .item .box1 .box1-content .box1-content-content {
  display: flex;
  align-items: flex-start;
}

.mentor-mobile .container .item .box1 .box1-content .box1-content-content img {
  width: 1.5rem;
  height: 1.5rem;
}

.mentor-mobile .container .item .box1 .box1-content .box1-content-content div {
  flex: 1;
  font-size: 1rem;
  color: #505883;
  line-height: 1.5rem;
  margin-left: 8px;
}

.mentor-mobile .container .item .box2 {
}

.mentor-mobile .container .item .box2 .box2-title {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  position: relative;
}

.mentor-mobile .container .item .box2 .box2-title .mask {
  width: 100%;
  height: 100%;
  background: rgba(46, 54, 138, 0.3);
  top: 0;
  left: 0;
  position: absolute;
}

.mentor-mobile .container .item .box2 .box2-title img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.mentor-mobile .container .item .box2 .box2-title .tag {
  font-size: 1.17rem;
  color: #ffffff;
  line-height: 1.5rem;
  padding: 0.67rem 1.83rem 0.67rem 1.33rem;
  background: linear-gradient(139deg, #1d2c5d 0%, #4663c3 100%);
  border-radius: 0rem 1.33rem 0rem 0rem;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.mentor-mobile .container .item .box3 {
  padding: 2rem 2rem;
  box-sizing: border-box;
  background-color: #eaedf9;
}

.mentor-mobile .container .item .box3 .box3-title {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee3f1;
}

.mentor-mobile .container .item .box3 .box3-title img {
  width: 8.5rem;
  height: 3.33rem;
}

.mentor-mobile .container .item .box3 .box3-content {
  padding: 1.25rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
}

.mentor-mobile .container .item .box3 .box3-content .box3-content-content {
}

.mentor-mobile
  .container
  .item
  .box3
  .box3-content
  .box3-content-content
  div:nth-child(1) {
  font-size: 1.17rem;
  color: #273773;
  line-height: 1.67rem;
}

.mentor-mobile
  .container
  .item
  .box3
  .box3-content
  .box3-content-content
  div:nth-child(2) {
  font-size: 1rem;
  color: #9099b4;
  line-height: 1.5rem;
  margin-top: 4px;
}

/* 课程产品 */
.product {
  width: 100%;
  padding: 1.5rem 2.25rem 4.5rem;
  box-sizing: border-box;
  background-color: #e0e5f3;
  background-image: url("/assest/product/light.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product .title {
  width: calc(17.14rem * 0.7);
  height: calc(4.43rem * 0.7);
}

.product .label {
  width: 100%;
  height: 3rem;
  font-size: 0.75rem;
  text-align: center;
  color: #202960;
  line-height: 3rem;
  border: 1px solid #c8d5ff;
  background-color: rgba(243, 246, 255, 0.84);
  border-radius: 8px;
  margin-top: 16px;
}

.product .product-item {
  width: 100%;
  /* height: 11.54rem; */
  margin-top: 1.33rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.product .product-item .icon-vs {
  width: 9.86rem;
  height: 9.14rem;
  bottom: 0;
  /* left: calc(23.38rem - 3.75rem / 2 - 9.86rem / 2); */
  left: calc(50% - 9.86rem / 2 - 1rem);
  /* left: 13.42rem; */
  position: absolute;
  z-index: 2;
}

.product .product-item .dark {
  /* width: 23.38rem; */
  /* width: 54%; */
  /* height: 11.54rem; */
  /* flex: 6; */
  width: 60%;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  /* background: url("/assest/product/dark.png"); */
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.product .product-item .dark .logo1 {
  width: 5.48rem;
  height: 5.54rem;
  bottom: 0;
  right: 0;
  position: absolute;
}

.product .product-item .dark:nth-child(n) {
  background: url("/assest/product/dark.png");
  background-size: 100% 100%;
}

.product .product-item .dark:last-child {
  background: url("/assest/product/dark1.png");
  background-size: 100% 100%;
}

.product .product-item .dark .tag {
  width: 8rem;
  height: 2.5rem;
  margin-bottom: 0.54rem;
}

.product .product-item .dark .dark-item {
  width: 100%;
  margin-top: 1rem;
}

.product .product-item .dark .dark-item img {
  width: 1.67rem;
  height: 1.67rem;
}

.product .product-item .dark .dark-item .content {
  flex: 1;
}

.product .product-item .text1 {
  font-size: 0.67rem;
  color: #95a3ca;
  line-height: 0.67rem;
}

.product .product-item .text2 {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.63rem;
  margin-top: 4px;
}

.product .product-item .text3 {
  font-size: 1rem;
  color: #273773;
  line-height: 1rem;
  font-weight: 600;
}

.product .product-item .text4 {
  /* width: 11.17rem; */
  font-size: 0.92rem;
  color: #9099b4;
  line-height: 1.17rem;
  margin-top: 4px;
}

.product .product-item .text5 {
  font-size: 0.67rem;
  color: #878dac;
  line-height: 0.75rem;
}

.product .product-item .text6 {
  font-size: 0.92rem;
  color: #505883;
  line-height: 1.5rem;
  margin-left: 3px;
}

.product .product-item .text7 {
  font-size: 0.92rem;
  color: #ffffff;
  line-height: 1rem;
  margin-top: 2.5rem;
}

.product .product-item .text7 span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 2rem;
  border-bottom: 0.25rem solid #334274;
  margin: 0 0.67rem;
}

.product .product-item .text8 {
  font-size: 0.75rem;
  color: #8b96be;
  line-height: 1rem;
  margin-top: 1rem;
}

.product .product-item .light {
  /* width: 27.13rem; */
  /* width: 54%; */
  /* flex: 4; */
  width: 65%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  /* justify-content: center; */
  gap: 0.92rem;
  position: relative;
}

.product .product-item .light .background-icon1 {
  width: 1rem;
  height: 1rem;
  bottom: 6.17rem;
  right: 1.33rem;
  position: absolute;
}

.product .product-item .light .background-icon2 {
  width: 1rem;
  height: 1rem;
  bottom: 1.5rem;
  right: 1.33rem;
  position: absolute;
}

.product .product-item .spec1 {
  /* height: 9.75rem; */
  padding: 1.33rem 1rem;
  margin-left: -25%;
  display: flex;
  align-items: flex-end;
}

.product .product-item .spec1 .container {
  max-width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product .product-item .spec2 {
  /* height: 9.17rem; */
  padding: 1rem;
  margin-right: -3.75rem;
  flex-direction: column;
}

.product .product-item .spec3 {
  /* height: 9.17rem; */
  padding: 2rem 1.33rem 3.08rem;
}

.product .product-item .spec4 {
  height: 100%;
  padding: 1.5rem 0 4.75rem 2rem;
  box-sizing: border-box;
  justify-content: space-between;
}

.product .product-item .spec1 .light-item {
  /* width: 9.58rem; */
  /* width: 60%; */
  display: flex;
}

.product .product-item .spec1 .light-item .icon {
  width: 1.06rem;
  height: 1.06rem;
  margin-top: 4px;
}

.product .product-item .spec1 .spaceContainer {
  width: 60%;
  height: 1px;
}

.product .product-item .spec2 .light-item {
  width: 80%;
}

/* 咨询 */
.consult {
  /* width: 47.5rem; */
  /* height: 32.06rem; */
  padding: 2rem 2.25rem;
  box-sizing: border-box;
  position: relative;
  background: url("/assest/consult/twoBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.consult .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consult .container {
  /* width: 25.83rem; */
  /* height: 16.33rem; */
  /* width: 21.19rem; */
  /* height: 27.56rem; */
  width: 100%;
  padding: 2.25rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(13px);
  display: flex;
  align-items: center;
  flex-direction: column;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute; */
}

.consult .container .background-icon {
  width: 9.21rem;
  height: 12.04rem;
  top: 2.58rem;
  left: 0;
  position: absolute;
}

.consult .container .title {
  width: 7.33rem;
  height: 2.83rem;
}

.consult .container .form {
  width: 100%;
  margin-top: 1.33rem;
  display: flex;
  flex-direction: column;
  /* grid-template-columns: repeat(2, 7.92rem); */
  gap: 18px;
  justify-content: space-between;
}

.consult .container .form .form-item {
  flex: 1;
  height: 2.83rem;
  font-size: 1.17rem;
  color: #00061b;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid rgba(29, 44, 93, 0.23);
  outline: none;
  display: flex;
  align-items: center;
  z-index: 1;
}

.consult .container .form .padding-x-12 {
  padding: 0 12px;
}

.consult .container .form .padding-x-8 {
  padding: 0 0 0 8px;
}

.consult .container .form .form-item select {
  width: 100%;
  height: 2.83rem;
  font-size: 1.17rem;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/assest/consult/more.png") no-repeat;
  background-position: 95% center;
  background-size: 20px; */
}

.consult .container .form .form-item input {
  /* width: calc(100% - 4.38rem); */
  flex: 1;
  height: 2.83rem;
  font-size: 1.17rem;
  background-color: transparent;
  border: none;
  outline: none;
}

.consult .container .form .form-item .form-button {
  height: 1.17rem;
  line-height: 1.17rem;
  font-size: 1.17rem;
  color: #445eb3;
  cursor: default;
  white-space: nowrap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.consult .container .button {
  width: 100%;
  height: 2.67rem;
  line-height: 2.67rem;
  font-size: 1.17rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background-color: #1d2c5d;
  margin-top: 1.67rem;
  cursor: default;
}

.consult .container .location {
  width: 100%;
  margin-top: 1rem;
}

.consult .container .location-item {
  margin-top: 0.75rem;
}

.consult .container .location .name {
  font-size: 0.75rem;
  color: #1d2c5d;
  line-height: 0.75rem;
  display: flex;
  align-items: center;
}

.consult .container .location .name img {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
}

.consult .container .location .description {
  font-size: 0.75rem;
  color: #72789c;
  line-height: 1.13rem;
  margin-top: 4px;
}

.consult .container .form .isError {
  border: 1px solid #c04343;
  position: relative;
}

.consult .container .form .form-item .error {
  display: none;
}

.consult .container .form .isError .error {
  font-size: 12px;
  color: #e4534e;
  line-height: 12px;
  display: block;
  top: 3rem;
  left: 0;
  position: absolute;
}

/* 课程特色 */
.special_container {
  padding: 2rem 1.42rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: #f2f5f9;
}

.special {
  box-sizing: border-box;
  text-align: center;
}

.special_title {
  width: calc(17.14rem * 0.7);
  height: calc(4.43rem * 0.7);
}

.special .special_title_text {
  background-image: linear-gradient(
    180deg,
    rgba(16, 32, 80, 1) 0,
    rgba(54, 83, 166, 1) 100%
  );
  overflow-wrap: break-word;
  color: rgba(39, 55, 115, 1);
  font-size: 1.166rem;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 1.167rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.special .special_title_eng {
  overflow-wrap: break-word;
  color: rgba(39, 55, 115, 1);
  font-size: 0.5rem;
  letter-spacing: 0.0416rem;
  font-family: SourceHanSansSC-Light;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  line-height: 11px;
  margin: 0.25rem 0 0 0.167rem;
}

.special .special_title_img {
  width: 0.417rem;
  height: 0.334rem;
  margin: 0.334rem auto 1.334rem;
  background-color: blue;
}

.special .content {
  background-color: cadetblue;
}

.special_list {
  margin-top: 1.33rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.special_list .special_list_item {
  /* background-color: rgba(221, 228, 240, 1); */
  padding: 1.33rem 1rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.special_list_item:hover {
  background-color: rgba(29, 44, 93, 1) !important;
}

.special_list_item:hover .title_red {
  color: rgba(255, 255, 255, 1);
}

.special_list_item:hover .title_default {
  color: rgba(255, 255, 255, 1);
}

.special_list_item:hover .description {
  color: rgba(114, 120, 156, 1);
}

.special_list .special_list_item_white {
  /* background-color: rgba(255, 255, 255, 1); */
  /* width: 33.33333%; */
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.special_list img {
  width: 2rem;
  height: 2rem;
}

.special_list .text_content {
  margin-top: 6px;
}

.special_list .title_red {
  color: #ad3c39;
}

.special_list .title_default {
  font-size: 1.17rem;
  color: #1d2c5d;
  line-height: 2rem;
}

.special .description {
  font-size: 1rem;
  color: #72789c;
  line-height: 1.5rem;
  overflow-wrap: break-word;
  text-align: center;
  margin-top: 4px;
}

/* 师资力量 */
.teacher {
  width: 100%;
  padding: 2rem 1.33rem;
  box-sizing: border-box;
  background: url("/assest/teacher/teBg.jpg");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.teacher .title {
  width: calc(17.14rem * 0.7);
  height: calc(4.43rem * 0.7);
}

.teacher .tips {
  font-size: 1.08rem;
  color: #202960;
  line-height: 1.67rem;
  text-align: center;
  margin-top: 0.94rem;
}

.teacher .detail {
  width: 100%;
  height: 5.08rem;
  /* width: 43.33rem; */
  /* height: 5.25rem; */
  padding: 0 2rem;
  box-sizing: border-box;
  background: rgba(243, 246, 255, 0.84);
  border-radius: 0.33rem;
  border: 1px solid #c8d5ff;
  /* grid-template-columns: repeat(3, 1fr); */
  margin-top: 0.83rem;
  /* display: grid; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  overflow-y: hidden;
}

.teacher .detail .detail-list {
  /* transition: all 0.6s; */
}

.teacher .detail .transition {
  transition: all 0.6s;
}

.teacher .detail .detail-list .detail-item {
  height: 5.08rem;
  display: flex;
  /* transform: rotate3d(1, 0, 0, 180deg); */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.teacher .detail .detail-list .detail-item .count {
  /* height: 100%; */
  font-size: 0.78rem;
  color: rgba(61, 99, 223, 0.36);
  line-height: 0.88rem;
}

.teacher .detail .detail-list .detail-item .count span {
  font-size: 1.11rem;
  color: #3156cd;
  line-height: 1.5rem;
  margin-right: 4px;
}

.teacher .detail .detail-list .detail-item .content {
  font-size: 1rem;
  color: #202960;
  line-height: 1.4rem;
  margin-top: 4px;
}

.teacher .scroll {
  width: 100%;
  padding: 1rem 0 0.5rem 2.25rem;
  box-sizing: border-box;
  margin-top: 1.08rem;
  overflow-x: hidden;
}

.teacher .scroll .scroll-list {
  display: flex;
  justify-content: flex-start;
  transition: all 0.2s;
  gap: 10px;
}

.teacher .scroll .scroll-list .scroll-item {
  width: 13.83rem;
  min-width: 13.83rem;
  /* height: 100%; */
  /* height: 15.71rem; */
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.38rem 0.29rem #f0f2fd;
}

.teacher .scroll .scroll-list .active {
  transform: translateY(-1rem);
}

.teacher .scroll .scroll-list .scroll-item .teacher-avatar {
  width: 100%;
  height: 8.25rem;
  background-color: #d1d8e7;
  position: relative;
}

.teacher .scroll .scroll-list .scroll-item .teacher-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher .scroll .scroll-list .scroll-item .teacher-avatar span {
  /* width: 3.83rem; */
  height: 2.08rem;
  font-size: 1.08rem;
  color: #ffffff;
  line-height: 1.08rem;
  padding: 0 0.75rem;
  background-image: linear-gradient(
      -11deg,
      #0096ff 0%,
      #176ec9 28%,
      #2d4693 73%
    ),
    linear-gradient(#2d4693, #2d4693);
  background-blend-mode: normal, normal;
  border-radius: 0 8px 0 0;
  opacity: 0.9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  position: absolute;
}

.teacher .scroll .scroll-list .scroll-item .teacher-info {
  width: 100%;
  padding: 0.81rem 0.75rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.teacher .scroll .scroll-list .scroll-item .teacher-tag {
  /* width: 100%; */
  max-width: calc(100% - 1.17rem);
  height: 1.58rem;
  font-size: 0.92rem;
  color: #9b6a26;
  line-height: 0.92rem;
  background: linear-gradient(133deg, #edd3b8 0%, #ffebd5 48%, #e8c8a7 100%);
  padding: 0 0.5rem 0 0.75rem;
  box-sizing: border-box;
  border-radius: 0 50px 50px 0;
  /* margin-left: 0.46rem; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: relative;
  margin-left: 1.17rem;
}

.teacher .scroll .scroll-list .scroll-item .teacher-tag div {
  /* max-width: calc(100% - 1.17rem); */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.teacher .scroll .scroll-list .scroll-item .teacher-tag img {
  width: 1.68rem;
  height: 1.69rem;
  left: -1.17rem;
  position: absolute;
}

.teacher .scroll .scroll-list .scroll-item .teacher-info .teacher-content {
  width: 100%;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5rem;
  white-space: pre-line;
  margin-top: 0.63rem;
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 4; /* 限制显示三行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}

/* 报名流程 */
.flow {
  width: 100%;
}

.flow .detail {
  width: 100%;
  /* height: 12rem; */
  padding: 2rem 0 3rem;
  background: url("/assest/flow/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow .detail .title {
  width: 12rem;
  height: 3.08rem;
}

.flow .detail .img {
  width: 21.33rem;
  height: 12.83rem;
  background: url("/assest/flow/step.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 2rem;
}

.flow .tips {
  width: 100%;
  height: 4.67rem;
  background: linear-gradient(180deg, #0f193a 0%, #091b4c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow .tips .icon {
  width: 1.39rem;
  height: 1.67rem;
}

.flow .tips .text {
  font-size: 1.08rem;
  color: #ffffff;
  line-height: 1.5rem;
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.flow .tips .text div {
  width: 26px;
  font-size: 1.83rem;
  color: #ff8c06;
  line-height: 1.83rem;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 0.22rem solid #334274;
  margin: 0 2px;
}

.flow .form {
  padding: 1.17rem 0;
  background-color: #0f193a;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.flow .form .form-item {
  width: 7.92rem;
  height: 1.42rem;
  font-size: 0.58rem;
  color: #ffffff;
  padding: 0 12px;
  box-sizing: border-box;
  background-color: #0f193a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  outline: none;
  margin-right: 0.67rem;
  display: flex;
  align-items: center;
}

.flow .form .form-item ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.flow .form .form-item select {
  width: 100%;
  height: 100%;
  font-size: 0.58rem;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

.flow .form .form-item input {
  width: calc(100% - 2.92rem);
  height: 100%;
  font-size: 0.58rem;
  background-color: transparent;
  border: none;
  outline: none;
}

.flow .form .form-item .form-button {
  width: 2.92rem;
  height: 1.42rem;
  line-height: 1.42rem;
  font-size: 0.58rem;
  color: #ffffff;
  text-align: right;
  cursor: default;
}

.flow .form .button {
  width: 3.67rem;
  height: 1.33rem;
  line-height: 1.33rem;
  font-weight: 600;
  font-size: 0.58rem;
  color: #1d2c5d;
  text-align: center;
  background-color: #ffffff;
  cursor: default;
}

.score {
  width: 100%;
  padding: 2rem 1.33rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.score .title {
  width: calc(17.14rem * 0.7);
  height: calc(4.43rem * 0.7);
}

.score .detail {
  width: 100%;
  height: 5.08rem;
  background: rgba(243, 246, 255, 0.84);
  border-radius: 0.33rem;
  border: 1px solid #c8d5ff;
  margin-top: 0.67rem;
  overflow-y: hidden;
}

.score .detail .detail-list {
}

.score .detail .transition {
  transition: all 0.6s;
}

.score .detail .detail-list .detail-item {
  width: 100%;
  height: 5.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.score .detail .detail-list .detail-item .count {
  font-size: 1.17rem;
  line-height: 1.17rem;
  color: rgba(61, 99, 223, 0.36);
}

.score .detail .detail-list .detail-item .count span {
  font-size: 1.67rem;
  color: #3156cd;
  line-height: 2rem;
  margin-right: 4px;
}

.score .detail .detail-list .detail-item .content {
  font-size: 1rem;
  color: #202960;
  line-height: 1.4rem;
  margin-top: 4px;
}

.score .swiper {
  /* width: 43.13rem; */
  margin-top: 1.33rem;
  display: flex;
  overflow-x: hidden;
}

.score .swiper .swiper-list {
  display: flex;
}

.score .swiper .transition {
  transition: all 0.6s;
}

.score .swiper .swiper-list .swiper-item {
  width: 100%;
  /* width: 31.46rem; */
  /* width: 43.13rem; */
  /* height: 23.88rem; */
  object-fit: cover;
  /* height: 17.5rem; */
  /* margin-right: 1.33rem; */
}

.score .indicators {
  width: 100%;
  padding-right: 8.33rem;
  box-sizing: border-box;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.score .indicators .indicator {
  width: 1.33rem;
  height: 1.33rem;
}

.score .indicators .count {
  font-size: 0.67rem;
  color: #666666;
  line-height: 0.67rem;
  margin: 0 20px;
}

.score .indicators-mobile {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.score .indicators-mobile .indicator {
  width: 4px;
  height: 4px;
  background-color: #e4e4e4;
  border-radius: 50px;
}

.score .indicators-mobile .active {
  background-color: #1d2c5d;
}

.activity {
  width: 100%;
  padding: 2rem 1.33rem;
  box-sizing: border-box;
  background-color: #f2f5f9;
}

.activity .activity-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.activity .title {
  width: calc(17.14rem * 0.7);
  height: calc(4.43rem * 0.7);
}

.activity .swiper {
  width: 100%;
  margin-top: 1.33rem;
  position: relative;
  overflow-x: hidden;
}

.activity .swiper .swiper-list {
  display: flex;
}

.activity .swiper .transition {
  transition: all 0.2s;
}

.activity .swiper .swiper-list .swiper-item {
  width: 100%;
  min-width: 100%;
  display: flex;
}

.activity .swiper .swiper-list .swiper-item .detail {
  flex: 1;
  margin-right: 3.33rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.activity .swiper .swiper-list .swiper-item .detail .tag {
  font-size: 0.67rem;
  color: #ffffff;
  line-height: 0.67rem;
  padding: 0.5rem 0.67rem;
  background-color: #1d2c5d;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.activity .swiper .swiper-list .swiper-item .detail .content {
  font-size: 0.67rem;
  color: #1d2c5d;
  line-height: 1.17rem;
}

.activity .swiper .swiper-list .swiper-item .swiper-img {
  /* width: 100%; */
  flex: 1;
  /* min-width: 100%; */
  height: 15rem;
  overflow-x: hidden;
  position: relative;
}

.activity .swiper .swiper-list .swiper-item .swiper-img .swiper-img-list {
  display: flex;
}

.activity .swiper .swiper-list .swiper-item .swiper-img .swiper-img-list img {
  width: 100%;
  /* width: 19.15rem; */
  min-width: 100%;
  height: 15rem;
  border-radius: 8px;
  object-fit: cover;
}

.activity .swiper .indicators-img {
  display: flex;
  gap: 0.5rem;
  bottom: 0.92rem;
  right: 1.25rem;
  position: absolute;
  z-index: 1;
}

.activity .swiper .indicators-img .indicator {
  width: 0.67rem;
  height: 0.67rem;
}

.activity .swiper .indicators {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.activity .swiper .indicators .indicator {
  width: 4px;
  height: 4px;
  background: #e4e4e4;
  border-radius: 50px;
}

.activity .swiper .indicators .active {
  background: #1d2c5d;
}

.activity .swiper .swiper-item-mobile {
  width: 100%;
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
  /* gap: 1.13rem; */
}

.activity .swiper .swiper-item-mobile .box {
  /* width: 28.58rem; */
  width: calc(100vw - 1.33rem * 2);
  height: 22.58rem;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.activity .swiper .swiper-item-mobile .box img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.activity .swiper .swiper-item-mobile .box .mask {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(62, 87, 150, 0) 0%,
    rgba(29, 44, 92, 0.96) 100%
  );
  top: 0;
  left: 0;
  position: absolute;
}

/* .activity .swiper .swiper-item-mobile .box {
  width: 100%;
  position: relative;
  z-index: 1;
} */

.activity .swiper .swiper-item-mobile .box .tag {
  font-weight: 600;
  font-size: 1.33rem;
  color: #ffffff;
  line-height: 1.33rem;
  position: relative;
}

.activity .swiper .swiper-item-mobile .box .content {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.46);
  line-height: 1.5rem;
  box-sizing: border-box;
  margin-top: 12px;
  position: relative;
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示三行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}

.evaluation {
  width: 100%;
  padding: 2.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.evaluation .title {
  width: calc(17.14rem * 0.7);
  height: calc(4.43rem * 0.7);
}

.evaluation .swiper {
  width: 100%;
  margin-top: 2.38rem;
  position: relative;
  overflow-x: hidden;
}

.evaluation .swiper .swiper-list {
  display: flex;
}

.evaluation .swiper .transition {
  transition: all 0.2s;
}

.evaluation .swiper .swiper-list .swiper-item {
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.evaluation .swiper .swiper-list .swiper-item .detail {
  display: flex;
  align-items: flex-start;
}

.evaluation .swiper .swiper-list .swiper-item .detail .detail-img {
  width: 11.67rem;
  height: 9.17rem;
  border-radius: 8px;
  object-fit: cover;
}

.evaluation .swiper .swiper-list .swiper-item .detail .content {
  flex: 1;
  height: 100%;
  font-size: 1rem;
  color: #090909;
  line-height: 1.5rem;
  margin-left: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.evaluation .swiper .swiper-list .swiper-item .detail .content div {
  font-size: 1rem;
  color: #333333;
  line-height: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* white-space: pre-line; */
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 4; /* 限制显示三行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}

.evaluation .swiper .swiper-list .swiper-item .detail .content img {
  width: 1.67rem;
  height: 1.67rem;
  margin-bottom: 20px;
  display: none;
}

.evaluation .swiper .indicators {
  margin-top: 1.33rem;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.evaluation .swiper .indicators .indicator {
  width: 0.33rem;
  height: 0.33rem;
  background-color: #e4e4e4;
  border-radius: 50px;
}

.evaluation .swiper .indicators .active {
  background-color: #1d2c5d;
}

/* 介绍 */
.aboutUs {
  width: 100%;
  padding: 2rem 1.33rem;
  box-sizing: border-box;
  background: url("/assest/aboutUs/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.aboutUs .logo {
  width: 9.63rem;
  height: 2.93rem;
  margin-bottom: 0.81rem;
}

.aboutUs .qrCode {
  font-size: 0.91rem;
  color: #000000;
  line-height: 0.91rem;
  padding: 1.08rem 1.08rem 0.83rem 1.08rem;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 2.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.aboutUs .qrCode img {
  width: 4.87rem;
  height: 4.84rem;
  margin-bottom: 8px;
}

.aboutUs .content {
  font-size: 1rem;
  color: #9298ad;
  line-height: 1.5rem;
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
}

.aboutUs .content .title {
  width: 7rem;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
  text-align: justify;
  text-justify: inter-character;
  text-align-last: justify; /* 备用方案 */
}

.aboutUs .content .description {
  flex: 1;
  font-size: 1rem;
  color: #a2a6b9;
  line-height: 1.5rem;
  margin-left: 8px;
}
/* 
.aboutUs .content span {
  color: #ffffff;
  margin-top: 8px;
} */

.aboutUs .location {
  flex: 1;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
}

.aboutUs .location .location-item {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}

.aboutUs .location .location-item:nth-child(1) {
  margin-top: 1.71rem;
}

.aboutUs .location .location-item:last-child {
  margin-top: 8px;
}

.aboutUs .location img {
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
}

.record {
  width: 100%;
  line-height: 3.5rem;
  height: 3.5rem;
  font-size: 0.75rem;
  color: rgba(209, 226, 236, 0.43);
  box-sizing: border-box;
  background-color: #16214d;
  text-align: center;
}

.bottom {
  width: 100%;
  height: 3.79rem;
  display: none;
}

.bottom .container {
  width: 100%;
  height: 3.79rem;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}

.bottom .container .form {
  width: 100%;
  height: 100%;
  background-color: rgba(29, 44, 93, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom .container .form .title {
  font-size: 0.67rem;
  color: #ffffff;
  line-height: 1rem;
  margin-right: 2.25rem;
}

.bottom .container .form .form-item {
  width: 7.92rem;
  height: 1.42rem;
  font-size: 0.58rem;
  color: #ffffff;
  padding: 0 12px;
  box-sizing: border-box;
  background-color: #0f193a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  outline: none;
  margin-right: 0.67rem;
  display: flex;
  align-items: center;
}

.bottom .container .form .form-item ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.bottom .container .form .form-item select {
  width: 100%;
  height: 100%;
  font-size: 0.58rem;
  color: #ffffff;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

.bottom .container .form .form-item input {
  width: calc(100% - 2.92rem);
  height: 100%;
  font-size: 0.58rem;
  background-color: transparent;
  border: none;
  outline: none;
}

.bottom .container .form .form-item .form-button {
  width: 2.92rem;
  height: 1.42rem;
  line-height: 1.42rem;
  font-size: 0.58rem;
  color: #ffffff;
  text-align: right;
  cursor: default;
}

.bottom .container .form .button {
  width: 3.67rem;
  height: 1.33rem;
  line-height: 1.33rem;
  font-weight: 600;
  font-size: 0.58rem;
  color: #1d2c5d;
  text-align: center;
  background-color: #ffffff;
  cursor: default;
}
