@charset "UTF-8";
.s4-websiteSolution .s4-banner {
  background: url("/web/shiwaicloud/s4-file/assets/img/financialSolutions/banner.png") no-repeat center;
  background-size: cover;
}
.s4-websiteSolution .s4-banner .s4-defaultWidth .s4-bannerTitle span {
  margin-bottom: 40px;
}
.s4-websiteSolution .s4-banner .s4-defaultWidth .s4-bannerTitle p {
  color: #555555;
  font-size: 15px;
}
.s4-websiteSolution .s4-banner .s4-defaultWidth .s4-bannerTitle p i {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .s4-websiteSolution .s4-banner {
    background: url("/web/shiwaicloud/s4-file/assets/img/financialSolutions/h5-banner.png") no-repeat center;
    background-size: cover;
  }
  .s4-websiteSolution .s4-banner .s4-defaultWidth .s4-bannerTitle {
    padding-bottom: 5vw;
  }
  .s4-websiteSolution .s4-banner .s4-defaultWidth .s4-bannerTitle span {
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  .s4-websiteSolution .s4-banner .s4-defaultWidth .s4-bannerTitle p {
    color: #555555;
    font-size: 3.5vw;
    text-align: center;
  }
  .s4-websiteSolution .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button {
    display: none;
  }
}
.s4-websiteSolution .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-websiteSolution .s4-navNavigation .s4-itemGuide {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  color: #2D2D2D;
}
.s4-websiteSolution .s4-navNavigation .colorCategory {
  color: #004CFF;
}
.s4-websiteSolution .s4-navNavigation .yingJingUnderline {
  height: 1.5px;
  background: #004CFF;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .s4-websiteSolution .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-websiteSolution .s4-navNavigation::-webkit-scrollbar {
    display: none;
  }
  .s4-websiteSolution .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-websiteSolution .s4-navNavigation .colorCategory {
    color: #004CFF;
  }
  .s4-websiteSolution .s4-navNavigation .yingJingUnderline {
    height: 1.5px;
    background: #004CFF;
    position: absolute;
    bottom: 0vw;
  }
  .s4-websiteSolution .s4-navNavigation.s4-fixed {
    top: 15vw !important;
  }
}
.s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  margin-top: 50px;
}
.s4-websiteSolution .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-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within {
  display: flex;
  width: 425px;
}
.s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}
.s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span {
  font-size: 20px;
  color: #191919;
  display: flex;
  margin-bottom: 10px;
}
.s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription p {
  color: #555555;
  line-height: 25px;
}
.s4-websiteSolution .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-websiteSolution .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-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture {
  width: 265px;
  height: 265px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  overflow: hidden;
}
.s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    position: relative;
    margin-top: 5vw;
  }
  .s4-websiteSolution .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-websiteSolution .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-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span img {
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
  }
  .s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription p {
    line-height: 6vw;
  }
  .s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-rotate {
    display: none;
  }
  .s4-websiteSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture {
    display: none;
  }
}
.s4-websiteSolution .s4-productFeatures {
  background-color: #F6F7FF;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-title-Description {
  padding: 70px 0 100px 0;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #3367E5 0%, #1C52D4 100%);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect .s4-onePiece {
  position: relative;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect .s4-onePiece img {
  width: 110px;
  height: 125px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect .s4-onePiece .img2 {
  visibility: hidden;
  transition: 0;
  -webkit-transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  width: 0;
  height: 0;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect .s4-onePiece span {
  font-size: 20px;
  display: flex;
  margin: 20px 0;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect .s4-hoverText {
  color: #FFFFFF;
  line-height: 25px;
  opacity: 0;
  position: absolute;
  bottom: -100px;
  z-index: 1;
  padding: 0 30px;
  transition: opacity 0.5s, bottom 0.5s;
  /* 只对 opacity 和 bottom 过渡 */
  -webkit-transition: opacity 0.5s, bottom 0.5s;
  -moz-transition: opacity 0.5s, bottom 0.5s;
  -ms-transition: opacity 0.5s, bottom 0.5s;
  -o-transition: opacity 0.5s, bottom 0.5s;
  visibility: hidden;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover::after {
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover .s4-onePiece {
  top: -100px;
  transition: 0.5s;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover span {
  color: #fff;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover .s4-hoverText {
  opacity: 1;
  bottom: 50px;
  transition: opacity 0.5s, bottom 0.5s;
  /* 只对 opacity 和 bottom 过渡 */
  -webkit-transition: opacity 0.5s, bottom 0.5s;
  -moz-transition: opacity 0.5s, bottom 0.5s;
  -ms-transition: opacity 0.5s, bottom 0.5s;
  -o-transition: opacity 0.5s, bottom 0.5s;
  visibility: hidden;
  visibility: inherit;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover .s4-onePiece .img2 {
  width: 110px;
  height: 125px;
  visibility: inherit;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover .s4-onePiece .img1 {
  width: 0px;
  height: 0px;
  visibility: hidden;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
@media (max-width: 768px) {
  .s4-websiteSolution .s4-productFeatures {
    background-color: transparent;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-title-Description {
    padding: 5vw 0 10vw 0;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection {
    padding-top: 20vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 20vw 3vw;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect {
    padding: 5vw 2vw;
    height: 60vw;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect::after {
    opacity: 1;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect .s4-onePiece {
    position: relative;
    top: -22vw;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect .s4-onePiece img {
    width: 20vw;
    height: 22vw;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect .s4-onePiece span {
    color: #fff;
    font-size: 4vw;
    margin: 3vw 0 0 0;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect .s4-hoverText {
    color: #FFFFFF;
    line-height: 6vw;
    opacity: 1;
    position: relative;
    bottom: 18vw;
    padding: 0 2vw;
    visibility: initial;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover .s4-onePiece {
    top: -22vw;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover .s4-hoverText {
    opacity: 1;
    bottom: 18vw;
    transition: opacity 0.5s, bottom 0.5s;
    /* 只对 opacity 和 bottom 过渡 */
    -webkit-transition: opacity 0.5s, bottom 0.5s;
    -moz-transition: opacity 0.5s, bottom 0.5s;
    -ms-transition: opacity 0.5s, bottom 0.5s;
    -o-transition: opacity 0.5s, bottom 0.5s;
    visibility: inherit;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover .s4-onePiece .img2 {
    width: 20vw;
    height: 22vw;
  }
  .s4-websiteSolution .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-hoverEffect:hover .s4-onePiece .img1 {
    display: none;
  }
}
.s4-websiteSolution .s4-schemeArchitecture {
  padding-top: 50px;
}
.s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
  background-color: #F6F7FF;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 50px;
  padding: 30px;
  margin: 50px 0 0 0;
}
.s4-websiteSolution .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-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture img {
  width: 100%;
}
.s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription span {
  font-size: 16px;
  display: flex;
  margin-bottom: 30px;
}
.s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription p {
  color: #555555;
  line-height: 30px;
}
.s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a {
  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-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a:hover {
  background-color: #6f9afc;
}
@media (max-width: 768px) {
  .s4-websiteSolution .s4-schemeArchitecture {
    padding-top: 5vw;
    background-color: #F6F7FF;
  }
  .s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
    grid-template-columns: 1fr;
    gap: 5vw;
    padding: 0;
    margin: 5vw 0 0 0;
  }
  .s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture {
    padding: 5vw;
  }
  .s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription span {
    font-size: 5vw;
    margin-bottom: 0;
  }
  .s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription p {
    line-height: 6vw;
    font-size: 3vw;
    white-space: pre-line;
  }
  .s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a {
    width: 30vw;
    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;
    margin-left: auto;
    margin-top: 5vw;
  }
  .s4-websiteSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a:hover {
    background-color: #6f9afc;
  }
}
.s4-websiteSolution .s4-cooperativePartner {
  background-color: #F6F7FF;
  padding: 50px 0 0 0;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  flex-direction: column;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions {
  padding: 30px 0;
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #D7DCE9;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-overflowHidden {
  overflow: hidden;
  width: 100%;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-toMoves {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-toMoves .s4-itemPicture {
  width: 20%;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-toMoves .s4-itemPicture img {
  width: 200px;
  border: 1.5px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-toMoves .active img {
  border: 1.5px solid #2766FC;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-subscript {
  background: url("/web/shiwaicloud/s4-file/assets/img/newsInformation/leftarr.png") no-repeat center;
  background-size: cover;
  width: 25px;
  height: 25px;
  cursor: pointer;
  filter: invert(0.8);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 98;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-subscript.next {
  background: url("/web/shiwaicloud/s4-file/assets/img/newsInformation/rightarr.png") no-repeat center;
  background-size: contain;
  left: inherit;
  right: -10px;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent {
  overflow: hidden;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-itemContent {
  padding: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  display: grid;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-switch {
  display: flex;
  width: 600%;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-itemContent.active {
  display: grid;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-textSelection {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-textSelection span {
  font-size: 18px;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-textSelection p {
  color: #555555;
  line-height: 25px;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-textSelection a {
  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;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-textSelection a:hover {
  background-color: #6b97ff;
}
.s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-pureImage img {
  width: 100%;
}
@media (max-width: 768px) {
  .s4-websiteSolution .s4-cooperativePartner {
    background-color: #F8F9FB;
    padding: 5vw 0 0 0;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection {
    margin-top: 5vw;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions {
    padding: 5vw 0;
    margin: 0 5vw;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-toMoves .s4-itemPicture {
    flex: 0 0 33.33%;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-toMoves .s4-itemPicture img {
    width: 100%;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-toMoves .active img {
    border: 1.5px solid #2766FC;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-subscript {
    width: 4vw;
    height: 4vw;
    left: -5vw;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchingRegions .s4-subscript.next {
    right: -5vw;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent {
    overflow: hidden;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-itemContent {
    padding: 5vw;
    gap: 4vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-textSelection span {
    font-size: 4.5vw;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-textSelection p {
    line-height: 6vw;
    margin: 5vw 0;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-textSelection a {
    width: 31vw;
    height: 9vw;
    border-radius: 0.5vw;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: 0.5vw;
    -ms-border-radius: 0.5vw;
    -o-border-radius: 0.5vw;
    margin: auto;
  }
  .s4-websiteSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentContent .s4-pureImage img {
    width: 100%;
  }
}
.s4-websiteSolution .s4-customerService {
  background-color: #F6F7FF;
  padding: 50px 0;
}
.s4-websiteSolution .s4-customerService .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
}
.s4-websiteSolution .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-websiteSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService img {
  width: 50px;
  height: 50px;
}
.s4-websiteSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService span {
  display: flex;
  margin: 20px 0;
  justify-content: center;
  color: #222222;
  font-size: 18px;
}
.s4-websiteSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService p {
  color: #555555;
  line-height: 25px;
  font-size: 13.5px;
}
@media (max-width: 768px) {
  .s4-websiteSolution .s4-customerService {
    background-color: #F8F9FB;
    padding: 5vw 0;
  }
  .s4-websiteSolution .s4-customerService .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    text-align: center;
  }
  .s4-websiteSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService {
    padding: 5vw;
    height: 37vw;
  }
  .s4-websiteSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles {
    display: flex;
    align-items: center;
    gap: 3vw;
    width: 100%;
  }
  .s4-websiteSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles img {
    width: 8vw;
    height: 8vw;
  }
  .s4-websiteSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles span {
    margin: 0;
    font-size: 4.5vw;
  }
  .s4-websiteSolution .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-websiteSolution {
    background-color: #FBFBFE;
  }
}

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