<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#financialCloudSolution .banner {
  position: relative;
}
#financialCloudSolution .banner .defaultWidth p {
  padding-right: 620px;
}
#financialCloudSolution .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #E2E2E2;
  position: relative;
}
#financialCloudSolution .navigation .item-switchTags {
  margin: 0 70px;
  text-align: center;
}
#financialCloudSolution .navigation .item-switchTags a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
#financialCloudSolution .navigation .underline {
  height: 3px;
  background-color: #2190F9;
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 435px;
}
#financialCloudSolution .navigation.fixed {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s ease forwards;
  z-index: 999;
}
#financialCloudSolution .globalSpacing {
  padding: 100px 0;
}
#financialCloudSolution .advantagesOfThePlan {
  background: #FCFCFC;
}
#financialCloudSolution .advantagesOfThePlan .advantage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#financialCloudSolution .advantagesOfThePlan .advantage .item-advantage {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 120px;
}
#financialCloudSolution .advantagesOfThePlan .advantage .item-advantage .titleDescription {
  display: flex;
  flex-direction: column;
}
#financialCloudSolution .advantagesOfThePlan .advantage .item-advantage .titleDescription span {
  font-size: 20px;
}
#financialCloudSolution .advantagesOfThePlan .advantage .item-advantage .titleDescription p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 25px;
}
#financialCloudSolution .advantagesOfThePlan .advantage .item-advantage .elfDiagram {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
#financialCloudSolution .advantagesOfThePlan .advantage .item-advantage:nth-child(1) .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/financialCloudSolution/jingling.png") no-repeat center;
  background-size: 700% 1000%;
  background-position: -360px -519px;
}
#financialCloudSolution .advantagesOfThePlan .advantage .item-advantage:nth-child(2) .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/financialCloudSolution/jingling.png") no-repeat center;
  background-size: 700% 1000%;
  background-position: -120px -515px;
}
#financialCloudSolution .advantagesOfThePlan .advantage .item-advantage:nth-child(3) .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/financialCloudSolution/jingling.png") no-repeat center;
  background-size: 700% 1000%;
  background-position: -359px -616px;
}
#financialCloudSolution .advantagesOfThePlan .advantage .item-advantage:nth-child(4) .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/financialCloudSolution/jingling.png") no-repeat center;
  background-size: 700% 1000%;
  background-position: -480px -619px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow {
  display: flex;
  gap: 20px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .single {
  flex: 0.2;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .single .upperPart {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .single .upperPart img {
  width: 40px;
  height: 40px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .single .upperPart span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .single .upperPart p {
  color: #030000;
  font-size: 15px;
  margin: 15px 0;
  line-height: 30px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .single a {
  color: #1A8DFF;
  border: 1px solid #1A8DFF;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .single a:hover {
  background: #1A8DFF;
  color: #fff;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple .item {
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage {
  display: flex;
  align-items: center;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage span {
  font-size: 18px;
}
#financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple .item p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
}
#financialCloudSolution .schemeArchitecture {
  background: #F6F9FF;
}
#financialCloudSolution .schemeArchitecture .framework {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#financialCloudSolution .schemeArchitecture .framework img {
  width: 100%;
  height: 100%;
  flex: 1;
}
#financialCloudSolution .schemeArchitecture .framework .architectureDescription {
  height: 500px;
  padding: 30px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  flex: 0.25;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#financialCloudSolution .schemeArchitecture .framework .architectureDescription span {
  font-size: 20px;
  display: block;
  text-align: center;
}
#financialCloudSolution .schemeArchitecture .framework .architectureDescription p {
  font-size: 15px;
  line-height: 35px;
  margin-top: 30px;
}
#financialCloudSolution .schemeArchitecture .horizontalExplanation {
  background: #FFFFFF;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px 5px 5px 5px;
  padding: 30px;
  margin-top: 20px;
}
#financialCloudSolution .schemeArchitecture .horizontalExplanation p {
  font-size: 15px;
  line-height: 25px;
}
#financialCloudSolution .schemeArchitecture .horizontalExplanation .onlineConsultation a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A8DFF;
  border: 1px solid;
  width: 110px;
  height: 25px;
  font-size: 13.5px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-left: auto;
  margin-top: 10px;
}
#financialCloudSolution .schemeArchitecture .horizontalExplanation .onlineConsultation a:hover {
  background: #1A8DFF;
  color: #fff;
}
#financialCloudSolution .applicationCases {
  background: rgb(252, 252, 252);
}
#financialCloudSolution .applicationCases .case {
  display: flex;
  justify-content: space-around;
  gap: 120px;
}
#financialCloudSolution .applicationCases .case .item-block {
  background: #FFFFFF;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px 5px 5px 5px;
  padding: 30px;
  width: 500px;
}
#financialCloudSolution .applicationCases .case .item-block .titleImage {
  display: flex;
  align-items: center;
}
#financialCloudSolution .applicationCases .case .item-block .titleImage img {
  width: 40px;
  height: 40px;
}
#financialCloudSolution .applicationCases .case .item-block .titleImage span {
  font-size: 18px;
  margin-left: 10px;
}
#financialCloudSolution .applicationCases .case .item-block .text {
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
  position: relative;
  padding-bottom: 10px;
}
#financialCloudSolution .applicationCases .case .item-block .text::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 2px;
  background: #D8D8D8;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#financialCloudSolution .applicationCases .case .item-block a {
  display: block;
  margin-top: 10px;
  color: #1A8DFF;
  font-size: 16px;
  position: relative;
}
#financialCloudSolution .applicationCases .case .item-block a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  border-color: #1A8DFF;
  transform: rotate(45deg);
  top: 6.5px;
  right: 185px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#financialCloudSolution .applicationCases .case .item-block a:hover::after {
  right: 180px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#financialCloudSolution .applicationCases .case .item-block a:hover {
  opacity: 0.7;
}
#financialCloudSolution .applicationCases .case .item-block:nth-of-type(1),
#financialCloudSolution .applicationCases .case .item-block:nth-of-type(3) {
  width: 400px;
  height: fit-content;
  padding: 20px 30px;
}
#financialCloudSolution .applicationCases .case .item-block:nth-of-type(2) a::after {
  right: 260px;
}
#financialCloudSolution .applicationCases .case .item-block:nth-of-type(2) a:hover::after {
  right: 255px;
}
#financialCloudSolution .applicationCases .case .item-block:nth-of-type(1) .titleImage img {
  width: 40px;
  height: 40px;
}
#financialCloudSolution .applicationCases .case .item-block:nth-of-type(1) .titleImage span {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}

@media (max-width: 768px) {
  #financialCloudSolution .globalSpacing {
    padding: 10vw 0;
  }
  #financialCloudSolution .banner .defaultWidth p {
    padding-right: 20vw;
  }
  #financialCloudSolution .navigation {
    display: none;
  }
  .banner p {
    margin: 6vw 0 7vw 0 !important;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage .item-advantage {
    gap: 3vw;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage .item-advantage .elfDiagram {
    width: 16vw;
    height: 16vw;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage .item-advantage:nth-child(1) .elfDiagram {
    background-position: -72vw -103vw;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage .item-advantage:nth-child(2) .elfDiagram {
    background-position: -24vw -103vw;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage .item-advantage:nth-child(3) .elfDiagram {
    background-position: -71vw -123vw;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage .item-advantage:nth-child(4) .elfDiagram {
    background-position: -96vw -124vw;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage .item-advantage {
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage .item-advantage .titleDescription span {
    font-size: 4.5vw;
  }
  #financialCloudSolution .advantagesOfThePlan .advantage .item-advantage .titleDescription p {
    font-size: 3vw;
    margin-top: 3vw;
    line-height: 5vw;
  }
  #theProblemsFaced {
    background: #F6F9FF;
  }
  #financialCloudSolution .theProblemsFaced .facingProblems .contentshow .single {
    display: none;
  }
  #financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple {
    gap: 5vw;
  }
  #financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple .item {
    padding: 5vw;
  }
  #financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage img {
    width: 10vw;
    height: 10vw;
    margin-right: 3vw;
  }
  #financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage span {
    font-size: 4.5vw;
  }
  #financialCloudSolution .theProblemsFaced .facingProblems .contentshow .multiple .item p {
    font-size: 3vw;
    margin-top: 2vw;
    line-height: 5vw;
  }
  #financialCloudSolution .schemeArchitecture {
    background: #fff;
  }
  #financialCloudSolution .schemeArchitecture .framework {
    gap: 5vw;
    flex-direction: column;
  }
  #financialCloudSolution .schemeArchitecture .horizontalExplanation {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
    border-radius: 2vw;
    padding: 5vw;
    margin-top: 5vw;
  }
  #financialCloudSolution .schemeArchitecture .horizontalExplanation p {
    font-size: 3.6vw;
    line-height: 7vw;
  }
  #financialCloudSolution .schemeArchitecture .horizontalExplanation .onlineConsultation a {
    width: 25vw;
    height: 7vw;
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  #financialCloudSolution .schemeArchitecture .framework .architectureDescription {
    height: auto;
    padding: 5vw;
  }
  #financialCloudSolution .schemeArchitecture .framework .architectureDescription span {
    font-size: 5vw;
  }
  #financialCloudSolution .schemeArchitecture .framework .architectureDescription p {
    font-size: 3.5vw;
    line-height: 7vw;
    margin-top: 5vw;
  }
  #financialCloudSolution .schemeArchitecture .framework img {
    margin: 3vw 0;
  }
  #financialCloudSolution .applicationCases .case {
    gap: 10vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  #financialCloudSolution .applicationCases .case .item-block {
    width: 100% !important;
    padding: 5vw !important;
    border-radius: 3vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    -ms-border-radius: 3vw;
    -o-border-radius: 3vw;
  }
  #financialCloudSolution .applicationCases .case .item-block:nth-child(1) {
    order: 2;
  }
  #financialCloudSolution .applicationCases .case .item-block .titleImage img {
    width: 10vw;
    height: 10vw;
  }
  #financialCloudSolution .applicationCases .case .item-block .titleImage span {
    font-size: 4.5vw;
    margin-left: 3vw;
  }
  #financialCloudSolution .applicationCases .case .item-block .text {
    font-size: 3.5vw;
    margin-top: 2vw;
    line-height: 6vw;
    position: relative;
    padding-bottom: 2vw;
  }
  #financialCloudSolution .applicationCases .case .item-block .text::after {
    width: 105%;
    height: 0.5vw;
  }
  #financialCloudSolution .applicationCases .case .item-block a {
    margin-top: 2vw;
    font-size: 4vw;
  }
  #financialCloudSolution .applicationCases .case .item-block:nth-of-type(2) a::after {
    right: 60vw;
  }
  #financialCloudSolution .applicationCases .case .item-block a::after {
    right: 62vw;
  }
  #financialCloudSolution .applicationCases .case .item-block a::after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.5vw solid;
    border-right: 0.5vw solid;
    top: 2vw;
  }
  #financialCloudSolution .applicationCases .case .item-block:nth-of-type(2) a:hover::after {
    right: 60vw;
  }
  #financialCloudSolution .applicationCases .case .item-block a:hover::after {
    right: 62vw;
  }
  #financialCloudSolution .applicationCases .case .item-block:nth-child(2) {
    height: 65vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

/*# sourceMappingURL=financialCloudSolution.css.map */
</pre></body></html>