.s4-mobileCloudSolution .s4-banner {
  background: url("/web/shiwaicloud/s4-file/assets/img/mobileCloudSolution/banner.png") no-repeat center;
  background-size: cover;
}
.s4-mobileCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle span {
  margin-bottom: 40px;
}
.s4-mobileCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle p {
  color: #555555;
  font-size: 15px;
}
.s4-mobileCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle p i {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .s4-mobileCloudSolution .s4-banner {
    background: url("/web/shiwaicloud/s4-file/assets/img/mobileCloudSolution/h5-banner.png") no-repeat center;
    background-size: cover;
  }
  .s4-mobileCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle {
    padding-bottom: 5vw;
  }
  .s4-mobileCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle span {
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  .s4-mobileCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle p {
    color: #555555;
    font-size: 3.5vw;
    text-align: left;
  }
  .s4-mobileCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button {
    display: none;
  }
}
.s4-mobileCloudSolution .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-mobileCloudSolution .s4-navNavigation .s4-itemGuide {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  color: #2D2D2D;
}
.s4-mobileCloudSolution .s4-navNavigation .colorCategory {
  color: #004CFF;
}
.s4-mobileCloudSolution .s4-navNavigation .yingJingUnderline {
  height: 1.5px;
  background: #004CFF;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .s4-mobileCloudSolution .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-mobileCloudSolution .s4-navNavigation::-webkit-scrollbar {
    display: none;
  }
  .s4-mobileCloudSolution .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-mobileCloudSolution .s4-navNavigation .colorCategory {
    color: #004CFF;
  }
  .s4-mobileCloudSolution .s4-navNavigation .yingJingUnderline {
    height: 1.5px;
    background: #004CFF;
    position: absolute;
    bottom: 0vw;
  }
  .s4-mobileCloudSolution .s4-navNavigation.s4-fixed {
    top: 15vw !important;
  }
}
.s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  margin-top: 50px;
}
.s4-mobileCloudSolution .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-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within {
  display: flex;
  width: 425px;
}
.s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}
.s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span {
  font-size: 20px;
  color: #191919;
  display: flex;
  margin-bottom: 10px;
}
.s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription p {
  color: #555555;
  line-height: 25px;
}
.s4-mobileCloudSolution .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-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-rotate {
  position: absolute;
  width: 275px;
  height: 275px;
  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-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture {
  width: 280px;
  height: 280px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  overflow: hidden;
}
.s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .s4-mobileCloudSolution .s4-advantagesOfThePlan {
    background-color: rgb(251, 251, 254);
  }
  .s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    position: relative;
    margin-top: 5vw;
  }
  .s4-mobileCloudSolution .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-mobileCloudSolution .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-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span img {
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
  }
  .s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription p {
    line-height: 6vw;
  }
  .s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-rotate {
    display: none;
  }
  .s4-mobileCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture {
    display: none;
  }
}
.s4-mobileCloudSolution .s4-productFeatures {
  background-color: #F6F7FF;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection {
  display: flex;
  gap: 30px;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-singleLargeRow {
  padding: 20px 30px;
  background: url("/web/shiwaicloud/s4-file/assets/img/ecommerceSolutions/singleLargeRow.png") no-repeat center;
  background-size: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  height: 60%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1294117647);
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-singleLargeRow span {
  font-size: 18px;
  color: #191919;
  display: block;
  margin-bottom: 10px;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-singleLargeRow p {
  color: #555555;
  line-height: 25px;
  font-size: 13px;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-setTwo {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-setTwo .s4-itemH {
  background: url("/web/shiwaicloud/s4-file/assets/img/ecommerceSolutions/itemH.png") no-repeat center;
  background-size: cover;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1294117647);
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-setTwo .s4-itemH span {
  font-size: 18px;
  color: #191919;
  display: block;
  margin-bottom: 20px;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-setTwo .s4-itemH p {
  color: #555555;
  line-height: 25px;
  font-size: 13px;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-purelyOnTheRight {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1294117647);
  flex: 0.3;
  padding: 30px;
  height: 350px;
  background: url("/web/shiwaicloud/s4-file/assets/img/ecommerceSolutions/purelyOnTheRight.png") no-repeat center;
  background-size: 105% 110%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-purelyOnTheRight span {
  font-size: 18px;
  color: #191919;
  display: block;
  margin-bottom: 30px;
}
.s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-purelyOnTheRight p {
  color: #555555;
  line-height: 30px;
}
@media (max-width: 768px) {
  .s4-mobileCloudSolution .s4-productFeatures {
    background-color: rgb(251, 251, 254);
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection {
    display: flex;
    gap: 4vw;
    flex-direction: column;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-singleLargeRow {
    padding: 5vw;
    overflow: hidden;
    height: 60%;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-singleLargeRow span {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-singleLargeRow p {
    color: #555555;
    line-height: 6vw;
    font-size: 3.3vw;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-setTwo {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-setTwo .s4-itemH {
    background: url("/web/shiwaicloud/s4-file/assets/img/ecommerceSolutions/itemH.png") no-repeat center;
    background-size: cover;
    padding: 5vw;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-setTwo .s4-itemH span {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-upAndDownLayout .s4-setTwo .s4-itemH p {
    line-height: 6vw;
    font-size: 3.3vw;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-purelyOnTheRight {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1294117647);
    flex: 0.3;
    padding: 5vw;
    background: url("/web/shiwaicloud/s4-file/assets/img/ecommerceSolutions/purelyOnTheRight.png") no-repeat center;
    background-size: 105% 110%;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-purelyOnTheRight span {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .s4-mobileCloudSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-purelyOnTheRight p {
    line-height: 6vw;
    font-size: 3.3vw;
  }
}
.s4-mobileCloudSolution .s4-schemeArchitecture {
  padding-top: 50px;
}
.s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
  background-color: #F6F7FF;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 30px;
  margin: 50px 0 0 0;
}
.s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture img {
  width: 100%;
}
.s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription {
  display: flex;
  flex-direction: column;
}
.s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription span {
  font-size: 16px;
  display: flex;
  margin-bottom: 30px;
}
.s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription p {
  color: #555555;
  line-height: 30px;
}
.s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a {
  margin-top: 50px;
  color: #fff;
  background-color: #2766FC;
  width: 120px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-left: auto;
}
.s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a:hover {
  background-color: #6f9afc;
}
@media (max-width: 768px) {
  .s4-mobileCloudSolution .s4-schemeArchitecture {
    background-color: #F6F7FF;
    padding-top: 5vw;
  }
  .s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth {
    padding: 0 !important;
  }
  .s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
    grid-template-columns: 1fr;
    gap: 5vw;
    padding: 0;
    margin: 5vw 0 0 0;
  }
  .s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture {
    border-radius: 1vw;
    padding: 5vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    margin: 0 5vw;
  }
  .s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture img {
    width: 100%;
  }
  .s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription {
    padding: 5vw;
  }
  .s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription span {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription p {
    line-height: 7vw;
  }
  .s4-mobileCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a {
    width: 32vw;
    height: 11vw;
    margin-top: 7vw;
    font-size: 4vw;
    border-radius: 0.5vw;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: 0.5vw;
    -ms-border-radius: 0.5vw;
    -o-border-radius: 0.5vw;
  }
}
.s4-mobileCloudSolution .s4-aBackground {
  background: url("/web/shiwaicloud/s4-file/assets/img/mobileCloudSolution/cooperativePartner.png") no-repeat center;
  background-size: cover;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner {
  padding: 50px 0 0 0;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection {
  display: flex;
  flex-direction: column;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CACBE2;
  gap: 100px;
  position: relative;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-itemthatSOks {
  padding: 30px;
  font-size: 15px;
  cursor: pointer;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-SingleUnderline {
  position: absolute;
  bottom: -1px;
  background-color: #004CFF;
  height: 2px;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-selectClass {
  color: #004CFF;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei {
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(5, 29, 93, 0.16);
  display: none;
  grid-template-columns: repeat(2, 1fr);
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy {
  padding: 30px;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 30px;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text img {
  margin-top: 9px;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text p {
  color: #555555;
}
.s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-visibleAndHidden {
  display: grid;
  animation: entryAnimations 0.5s ease;
  -webkit-animation: entryAnimations 0.5s ease;
}
@keyframes entryAnimations {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner {
    padding: 5vw 0 0 0;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth {
    padding: 0 !important;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation {
    gap: 15vw;
    border-bottom: 1px solid #EEEEEE;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-itemthatSOks {
    padding: 5vw 0;
    font-size: 3.5vw;
    cursor: pointer;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-SingleUnderline {
    position: absolute;
    bottom: 0vw;
    background-color: #004CFF;
    height: 0.7vw;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei {
    flex-direction: column-reverse;
    margin: 5vw;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy {
    padding: 5vw;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text {
    gap: 3vw;
    line-height: 7vw;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text img {
    margin-top: 2vw;
    width: 4vw;
    flex-shrink: 0;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text p {
    font-size: 4vw;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-singleImage {
    width: 100%;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-singleImage img {
    width: 100%;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-visibleAndHidden {
    display: flex;
    animation: entryAnimations 0.5s ease;
    -webkit-animation: entryAnimations 0.5s ease;
  }
}
.s4-mobileCloudSolution .s4-aBackground .s4-customerService {
  background-color: #F8F9FB;
  padding: 50px 0 50px 0;
}
.s4-mobileCloudSolution .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
}
.s4-mobileCloudSolution .s4-aBackground .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: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.s4-mobileCloudSolution .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService img {
  width: 50px;
  height: 50px;
}
.s4-mobileCloudSolution .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService span {
  display: flex;
  margin: 15px 0;
  justify-content: center;
  color: #222222;
  font-size: 18px;
}
.s4-mobileCloudSolution .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService p {
  color: #555555;
  line-height: 25px;
  font-size: 13.5px;
}
@media (max-width: 768px) {
  .s4-mobileCloudSolution .s4-aBackground .s4-customerService {
    background-color: #F8F9FB;
    padding: 5vw 0;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    text-align: center;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService {
    padding: 5vw;
    height: 37vw;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles {
    display: flex;
    align-items: center;
    gap: 3vw;
    width: 100%;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles img {
    width: 8vw;
    height: 8vw;
  }
  .s4-mobileCloudSolution .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles span {
    margin: 0;
    font-size: 4.5vw;
  }
  .s4-mobileCloudSolution .s4-aBackground .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-mobileCloudSolution .s4-aBackground {
    background: rgb(251, 251, 254);
  }
}

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

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