.s4-educationalSolutions .s4-banner {
  background: url("/web/shiwaicloud/s4-file/assets/img/educationalSolutions/banner.png") no-repeat center;
  background-size: cover;
}
.s4-educationalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle span {
  margin-bottom: 40px;
}
.s4-educationalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle p {
  color: #555555;
  font-size: 15px;
}
.s4-educationalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle p i {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .s4-educationalSolutions .s4-banner {
    background: url("/web/shiwaicloud/s4-file/assets/img/educationalSolutions/h5-banner.png") no-repeat center;
    background-size: cover;
  }
  .s4-educationalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle {
    padding-bottom: 5vw;
  }
  .s4-educationalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle span {
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  .s4-educationalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle p {
    color: #555555;
    font-size: 3.1vw;
    text-align: left;
  }
  .s4-educationalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button {
    display: none;
  }
}
.s4-educationalSolutions .s4-navNavigation {
  background: #F4F4F4;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  gap: 150px;
  width: 100%;
}
.s4-educationalSolutions .s4-navNavigation .s4-itemGuide {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  color: #2D2D2D;
}
.s4-educationalSolutions .s4-navNavigation .colorCategory {
  color: #004CFF;
}
.s4-educationalSolutions .s4-navNavigation .yingJingUnderline {
  height: 1.5px;
  background: #004CFF;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .s4-educationalSolutions .s4-navNavigation {
    box-shadow: 0px 3px 6px 1px rgba(0, 20, 87, 0.16);
    background: #FFFFFF;
    justify-content: normal;
    top: 0;
    gap: 8vw;
    width: 100%;
    overflow-y: auto;
    padding: 0 5vw;
  }
  .s4-educationalSolutions .s4-navNavigation::-webkit-scrollbar {
    display: none;
  }
  .s4-educationalSolutions .s4-navNavigation .s4-itemGuide {
    font-family: "PingFang Regular";
    font-size: 4vw;
    white-space: nowrap;
    padding: 5vw 0;
    cursor: pointer;
    color: #222222;
    font-weight: bold;
  }
  .s4-educationalSolutions .s4-navNavigation .colorCategory {
    color: #004CFF;
  }
  .s4-educationalSolutions .s4-navNavigation .yingJingUnderline {
    height: 1.5px;
    background: #004CFF;
    position: absolute;
    bottom: 0vw;
  }
  .s4-educationalSolutions .s4-navNavigation.s4-fixed {
    top: 15vw !important;
  }
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  margin-top: 50px;
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme {
  background: #FCFDFF;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #C8CEDF;
  display: flex;
  padding: 20px;
  justify-content: space-between;
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within {
  display: flex;
  width: 425px;
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span {
  font-size: 20px;
  color: #191919;
  display: flex;
  margin-bottom: 10px;
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription p {
  color: #555555;
  line-height: 25px;
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-rotate {
  position: absolute;
  width: 292px;
  height: 292px;
  background: #CCDAFC;
  border-radius: 64px 64px 64px 64px;
  -webkit-border-radius: 64px 64px 64px 64px;
  -moz-border-radius: 64px 64px 64px 64px;
  -ms-border-radius: 64px 64px 64px 64px;
  -o-border-radius: 64px 64px 64px 64px;
  z-index: -1;
  transform: rotate(45deg);
  animation: rotate 3s linear infinite;
  -webkit-animation: rotate 3s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture {
  width: 297px;
  height: 297px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  overflow: hidden;
}
.s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    position: relative;
    margin-top: 5vw;
  }
  .s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: space-between;
    gap: 4vw;
  }
  .s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within {
    display: flex;
    width: auto;
    padding: 5vw;
    background: linear-gradient(182deg, #F6F7FF 0%, #FEFEFF 100%);
    box-shadow: 0px 3px 6px 1px rgba(18, 30, 91, 0.16);
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #F6F7FF;
  }
  .s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span img {
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
  }
  .s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription p {
    line-height: 6vw;
  }
  .s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-rotate {
    display: none;
  }
  .s4-educationalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture {
    display: none;
  }
}
.s4-educationalSolutions .s4-productFeatures {
  background: url("/web/shiwaicloud/s4-file/assets/img/educationalSolutions/back.png") no-repeat center;
  background-size: cover;
}
.s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-title-Description span {
  color: #fff;
}
.s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-leftText {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px;
}
.s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-leftText .s4-itemTexta span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  display: flex;
}
.s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-leftText .s4-itemTexta span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 50px;
  height: 48px;
  background: linear-gradient(137deg, #BFD2FF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-leftText .s4-itemTexta p {
  color: #EAEEF8;
  line-height: 25px;
  padding-left: 30px;
  font-size: 13px;
}
.s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-singleImage {
  padding: 30px;
}
@media (max-width: 768px) {
  .s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection {
    display: flex;
    flex-direction: column-reverse;
  }
  .s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-leftText {
    padding: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4vw;
  }
  .s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-leftText .s4-itemTexta span {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-leftText .s4-itemTexta span::after {
    content: "";
    position: absolute;
    left: -4vw;
    width: 12vw;
    height: 12vw;
  }
  .s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-leftText .s4-itemTexta p {
    line-height: 7vw;
    padding-left: 8vw;
    font-size: 3.5vw;
  }
  .s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-singleImage {
    padding: 0;
  }
  .s4-educationalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-singleImage img {
    width: 100%;
  }
}
.s4-educationalSolutions .s4-schemeArchitecture {
  padding-top: 50px;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
  background-color: #F6F7FF;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 50px 0 0 0;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription {
  padding: 30px;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-mainTitle {
  font-size: 20px;
  margin-bottom: 30px;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title span {
  color: #222222;
  font-size: 15px;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram p {
  color: #555555;
  margin-top: 10px;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram:not(:last-child) {
  margin-bottom: 30px;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription a {
  color: #fff;
  background-color: #2766FC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 15px;
  margin-left: auto;
  margin-top: 60px;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription a:hover {
  background-color: #79a1ff;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-simplePicture {
  padding: 30px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-simplePicture img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .s4-educationalSolutions .s4-schemeArchitecture {
    padding-top: 5vw;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 5vw 0 0 0;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription {
    padding: 5vw;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-mainTitle {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title {
    gap: 2vw;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title img {
    width: 3.5vw;
    flex-shrink: 0;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title span {
    color: #222222;
    font-size: 4.5vw;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram p {
    margin-top: 3vw;
    font-size: 3.6vw;
    line-height: 7vw;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram:not(:last-child) {
    margin-bottom: 4vw;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription a {
    width: 35vw;
    height: 10vw;
    border-radius: 0.5vw;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: 0.5vw;
    -ms-border-radius: 0.5vw;
    -o-border-radius: 0.5vw;
    font-size: 4vw;
    margin-left: auto;
    margin-top: 5vw;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-simplePicture {
    padding: 5vw;
  }
  .s4-educationalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-simplePicture img {
    height: 65vw;
  }
}
.s4-educationalSolutions .s4-cooperativePartner {
  background: url("/web/shiwaicloud/s4-file/assets/img/ecommerceSolutions/cooperativePartner.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN {
  border-radius: 4px;
  padding: 40px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-leftText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-leftText span {
  font-size: 24px;
  color: #222222;
  display: block;
  margin-bottom: 30px;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-leftText p {
  color: #555555;
  line-height: 30px;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-leftText .s4-spot {
  position: absolute;
  top: 0;
  left: -17px;
  background: url("/web/shiwaicloud/s4-file/assets/img/ecommerceSolutions/spot.png") no-repeat center;
  background-size: cover;
  width: 70px;
  height: 70px;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-leftText .s4-spotPosition {
  right: 0;
  top: inherit;
  left: inherit;
  bottom: 30px;
  transform: rotate(180deg);
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-singleImage {
  height: 280px;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-singleImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-container {
  width: 100%;
  height: 100%;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination-bullet {
  background-color: #CCCDD2;
  width: 40px !important;
  height: 3px !important;
  border-radius: 50px !important;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #6A96FF 0%, #2766FC 100%);
  width: 40px !important;
  height: 3px !important;
  border-radius: 50px !important;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination-bullets {
  display: flex;
  width: auto !important;
}
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-button-next,
.s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-button-prev {
  color: #007bff;
}
@media (max-width: 768px) {
  .s4-educationalSolutions .s4-cooperativePartner {
    background: transparent;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth {
    padding: 0 !important;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-title-Description {
    padding-bottom: 5vw;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection {
    background: url("/web/shiwaicloud/s4-file/assets/img/ecommerceSolutions/cooperativePartner.png") no-repeat center;
    background-size: cover;
    padding: 5vw 5vw 10vw 5vw;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN {
    padding: 5vw;
    display: flex;
    flex-direction: column-reverse;
    gap: 4vw;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-leftText span {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-leftText p {
    line-height: 7vw;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-leftText .s4-spot {
    display: none;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-leftText .s4-spotPosition {
    display: none;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-singleImage {
    height: 45vw;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemN .s4-singleImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-container {
    width: 100%;
    height: 100%;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination {
    bottom: 14vw;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination-bullet {
    width: 10vw !important;
    height: 0.8vw !important;
    margin: 0 1vw;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination-bullet {
    width: 10vw !important;
    height: 0.8vw !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination-bullet-active {
    width: 10vw !important;
    height: 0.8vw !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-pagination-bullets {
    display: flex;
    width: auto !important;
  }
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-button-next,
  .s4-educationalSolutions .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .swiper-button-prev {
    color: #007bff;
  }
}
.s4-educationalSolutions .s4-customerService {
  padding: 50px 0 50px 0;
}
.s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService {
  background: linear-gradient(182deg, #FFFFFF 0%, #FEFEFF 100%);
  box-shadow: 0px 3px 6px 1px rgba(18, 30, 91, 0.16);
  border-radius: 6px 6px 6px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-layout {
  display: flex;
  align-items: center;
  width: 100%;
}
.s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-layout img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-layout span {
  display: flex;
  margin: 20px 0;
  justify-content: center;
  color: #222222;
  font-size: 18px;
}
.s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService p {
  color: #555555;
  line-height: 25px;
  font-size: 13.5px;
}
@media (max-width: 768px) {
  .s4-educationalSolutions .s4-customerService {
    background-color: #F8F9FB;
    padding: 5vw 0;
  }
  .s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    text-align: center;
  }
  .s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService {
    padding: 5vw;
  }
  .s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-layout {
    display: flex;
    align-items: center;
    gap: 3vw;
    width: 100%;
  }
  .s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-layout margin img {
    width: 8vw;
    height: 8vw;
  }
  .s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-layout span {
    margin: 0;
    font-size: 4.5vw;
    margin: 0;
  }
  .s4-educationalSolutions .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService p {
    line-height: 6vw;
    font-size: 3.3vw;
    padding-left: 12vw;
    text-align: left;
    margin-top: 2vw;
  }
}

@media (max-width: 768px) {
  .s4-educationalSolutions {
    background-color: #FBFBFE;
  }
}

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