#mobileSolutions .banner {
  position: relative;
}
#mobileSolutions .banner .defaultWidth {
  text-align: left;
  height: calc(100% - 80px);
}
#mobileSolutions .banner .defaultWidth p {
  padding-right: 600px;
  text-align: left;
}
#mobileSolutions .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #E2E2E2;
  position: relative;
}
#mobileSolutions .navigation .item-switchTags {
  margin: 0 70px;
  text-align: center;
}
#mobileSolutions .navigation .item-switchTags a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
#mobileSolutions .navigation .underline {
  height: 3px;
  background-color: #2190F9;
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 435px;
}
#mobileSolutions .navigation.fixed {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s ease forwards;
  z-index: 999;
}
#mobileSolutions .advantagesOfThePlan {
  background: #FCFCFC;
}
#mobileSolutions .advantagesOfThePlan .advantage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#mobileSolutions .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;
}
#mobileSolutions .advantagesOfThePlan .advantage .item-advantage .titleDescription {
  display: flex;
  flex-direction: column;
}
#mobileSolutions .advantagesOfThePlan .advantage .item-advantage .titleDescription span {
  font-size: 20px;
}
#mobileSolutions .advantagesOfThePlan .advantage .item-advantage .titleDescription p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 25px;
}
#mobileSolutions .advantagesOfThePlan .advantage .item-advantage .elfDiagram {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
#mobileSolutions .advantagesOfThePlan .advantage .item-advantage:nth-child(1) .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/mobileSolutions/jingling.png") no-repeat center;
  background-size: 500% 350%;
  background-position: -1px 4px;
}
#mobileSolutions .advantagesOfThePlan .advantage .item-advantage:nth-child(2) .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/mobileSolutions/jingling.png") no-repeat center;
  background-size: 500% 350%;
  background-position: -321px 4px;
}
#mobileSolutions .advantagesOfThePlan .advantage .item-advantage:nth-child(3) .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/mobileSolutions/jingling.png") no-repeat center;
  background-size: 500% 350%;
  background-position: -162px 6px;
}
#mobileSolutions .advantagesOfThePlan .advantage .item-advantage:nth-child(4) .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/mobileSolutions/jingling.png") no-repeat center;
  background-size: 600% 450%;
  background-position: -104px -181px;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow {
  display: flex;
  gap: 20px;
}
#mobileSolutions .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;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .single .upperPart {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .single .upperPart img {
  width: 40px;
  height: 40px;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .single .upperPart span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .single .upperPart p {
  color: #030000;
  font-size: 15px;
  margin: 15px 0;
  line-height: 30px;
}
#mobileSolutions .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: 50px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .single a:hover {
  background: #1A8DFF;
  color: #fff;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item {
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage {
  display: flex;
  align-items: center;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage span {
  font-size: 18px;
}
#mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
}
#mobileSolutions .schemeArchitecture {
  background: #f6f9ff;
}
#mobileSolutions .schemeArchitecture .unified {
  padding-top: 50px;
}
#mobileSolutions .schemeArchitecture .framework {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#mobileSolutions .schemeArchitecture .framework img {
  width: 100%;
  height: 100%;
  flex: 1;
}
#mobileSolutions .schemeArchitecture .framework .architectureDescription {
  padding: 35px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  flex: 0.35;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#mobileSolutions .schemeArchitecture .framework .architectureDescription span {
  font-size: 20px;
  display: block;
  text-align: center;
}
#mobileSolutions .schemeArchitecture .framework .architectureDescription p {
  font-size: 15px;
  line-height: 35px;
  margin-top: 30px;
}
#mobileSolutions .schemeArchitecture .framework .architectureDescription p i {
  text-indent: 2em;
  display: block;
}
#mobileSolutions .schemeArchitecture .framework .architectureDescription a {
  color: #1a8dff;
  border: 1px solid #1a8dff;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin: 50px auto 0 auto;
}
#mobileSolutions .schemeArchitecture .framework .architectureDescription a:hover {
  background: #1a8dff;
  color: #fff;
}
#mobileSolutions .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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobileSolutions .schemeArchitecture .horizontalExplanation span {
  font-size: 20px;
}
#mobileSolutions .schemeArchitecture .horizontalExplanation .describeTheProcess {
  margin-top: 20px;
  display: flex;
  gap: 50px;
}
#mobileSolutions .schemeArchitecture .horizontalExplanation .describeTheProcess p {
  font-size: 14.5px;
}
#mobileSolutions .schemeArchitecture .horizontalExplanation .describeTheProcess p img {
  width: 12px;
  height: 12px;
}
#mobileSolutions .schemeArchitecture .horizontalExplanation .onlineConsultation a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A8DFF;
  border: 1px solid;
  width: 110px;
  height: 30px;
  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;
}
#mobileSolutions .schemeArchitecture .horizontalExplanation .onlineConsultation a:hover {
  background: #1A8DFF;
  color: #fff;
}

@media (max-width: 768px) {
  #mobileSolutions .globalSpacing {
    padding: 10vw 0;
  }
  #mobileSolutions .banner {
    background-size: 200% 100% !important;
    background-position: -57vw 0vw !important;
  }
  #mobileSolutions .banner .defaultWidth p {
    padding-right: 14vw;
  }
  #mobileSolutions .navigation {
    display: none;
  }
  .banner p {
    margin: 6vw 0 7vw 0 !important;
  }
  #mobileSolutions .banner .defaultWidth {
    height: 100%;
  }
  .banner a {
    color: #fff;
    background: #1a8dff;
    width: 30vw;
    height: 10vw;
    font-size: 4vw;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mobileSolutions .advantagesOfThePlan .advantage {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  #mobileSolutions .advantagesOfThePlan .advantage .item-advantage {
    gap: 5vw;
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  #mobileSolutions .advantagesOfThePlan .advantage .item-advantage .elfDiagram {
    width: 20vw;
    height: 20vw;
  }
  #mobileSolutions .advantagesOfThePlan .advantage .item-advantage:nth-child(1) .elfDiagram {
    background-position: 1vw 2vw;
  }
  #mobileSolutions .advantagesOfThePlan .advantage .item-advantage:nth-child(2) .elfDiagram {
    background-position: -40vw 2vw;
  }
  #mobileSolutions .advantagesOfThePlan .advantage .item-advantage:nth-child(3) .elfDiagram {
    background-position: -80vw 1vw;
  }
  #mobileSolutions .advantagesOfThePlan .advantage .item-advantage:nth-child(4) .elfDiagram {
    background-position: -26vw -47vw;
  }
  #mobileSolutions .advantagesOfThePlan .advantage .item-advantage .titleDescription span {
    font-size: 5vw;
  }
  #mobileSolutions .advantagesOfThePlan .advantage .item-advantage .titleDescription p {
    font-size: 3.1vw;
    margin-top: 4vw;
    line-height: 6vw;
  }
  #mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item {
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  #mobileSolutions .theProblemsFaced .facingProblems .contentshow .single {
    display: none;
  }
  #mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage img {
    width: 9vw;
    height: 9vw;
    margin-right: 2vw;
  }
  #mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage span {
    font-size: 4.5vw;
  }
  #mobileSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item p {
    font-size: 3.5vw;
    margin-top: 2vw;
    line-height: 6vw;
  }
  #mobileSolutions .schemeArchitecture .framework {
    gap: 5vw;
    flex-direction: column;
  }
  #mobileSolutions .schemeArchitecture .framework .architectureDescription {
    padding: 5vw;
    box-shadow: none;
  }
  #mobileSolutions .schemeArchitecture .framework .architectureDescription p {
    font-size: 3.5vw;
    line-height: 9vw;
    margin-top: 6vw;
  }
  #mobileSolutions .schemeArchitecture .framework .architectureDescription a {
    width: 34vw;
    height: 7vw;
    font-size: 3.5vw;
    margin: 8vw auto 0 auto;
  }
}

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