#gameSolutions .banner {
  position: relative;
}
#gameSolutions .banner .defaultWidth {
  text-align: right;
  height: calc(100% - 80px);
}
#gameSolutions .banner .defaultWidth span {
  color: #fff;
}
#gameSolutions .banner .defaultWidth p {
  padding-left: 600px;
  color: #fff;
  text-align: left;
}
#gameSolutions .banner .defaultWidth a {
  border: 1.5px solid #2190f9;
  color: #fff;
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 16px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
}
#gameSolutions .banner .defaultWidth a:hover {
  background: #2190f9;
  color: #fff;
}
#gameSolutions .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #E2E2E2;
  position: relative;
}
#gameSolutions .navigation .item-switchTags {
  margin: 0 70px;
  text-align: center;
}
#gameSolutions .navigation .item-switchTags a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
#gameSolutions .navigation .underline {
  height: 3px;
  background-color: #2190F9;
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 435px;
}
#gameSolutions .navigation.fixed {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s ease forwards;
  z-index: 999;
}
#gameSolutions .theProblemsFaced {
  background-color: #fcfcfc;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow {
  background: url("/web/shiwaicloud/s3-file/assets/img/gameSolutions/back.png") no-repeat center;
  background-size: 100% 200%;
  display: flex;
  gap: 20px;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .single {
  background-color: rgba(255, 255, 255, 0.2745098039);
  flex: 0.2;
  padding: 30px;
  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;
  background-size: 450%;
  background-position: 0 -359px;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .single .upperPart {
  display: flex;
  flex-direction: column;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .single .upperPart span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .single .upperPart p {
  color: #030000;
  font-size: 15px;
  margin: 15px 0;
  line-height: 30px;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .single a {
  color: #fff;
  border: 1px solid #1A8DFF;
  width: 110px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #1A8DFF;
  font-size: 15px;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .single a:hover {
  background: #fff;
  color: #1A8DFF;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .multiple {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item {
  background-color: rgba(255, 255, 255, 0.2745098039);
  box-shadow: -9px 11px 22px -6px 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-size: 450%;
  background-position: 0 -359px;
  position: relative;
  overflow: hidden;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage {
  display: flex;
  align-items: center;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage span {
  font-size: 18px;
}
#gameSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
}
#gameSolutions .theProblemsFaced {
  background-color: #FCFCFC;
}
#gameSolutions .theProblemsFaced .facingProblems .independentAndHorizontal {
  display: flex;
  justify-content: space-between;
  background: url("/web/shiwaicloud/s3-file/assets/img/gameSolutions/back2.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;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
}
#gameSolutions .theProblemsFaced .facingProblems .independentAndHorizontal .titleDescription span {
  font-size: 19px;
}
#gameSolutions .theProblemsFaced .facingProblems .independentAndHorizontal .titleDescription p {
  font-size: 14px;
  margin-top: 15px;
}
#gameSolutions .theProblemsFaced .facingProblems .independentAndHorizontal a {
  color: #fff;
  border: 1px solid #1A8DFF;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #1A8DFF;
  font-size: 16px;
}
#gameSolutions .theProblemsFaced .facingProblems .independentAndHorizontal a:hover {
  background: #fff;
  color: #1A8DFF;
}
#gameSolutions .theProblemsFaced .facingProblems .twoProblemsFaced {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
#gameSolutions .theProblemsFaced .facingProblems .twoProblemsFaced .item-problem {
  background: #fff;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 20px 30px;
}
#gameSolutions .theProblemsFaced .facingProblems .twoProblemsFaced .item-problem span {
  font-size: 19px;
}
#gameSolutions .theProblemsFaced .facingProblems .twoProblemsFaced .item-problem p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
}
#gameSolutions .schemeArchitecture {
  background: #fcfcfc;
}
#gameSolutions .schemeArchitecture .unified {
  padding-top: 50px;
}
#gameSolutions .schemeArchitecture .framework {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#gameSolutions .schemeArchitecture .framework img {
  width: 100%;
  height: 100%;
  flex: 1;
}
#gameSolutions .schemeArchitecture .framework .architectureDescription {
  height: 520px;
  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;
}
#gameSolutions .schemeArchitecture .framework .architectureDescription span {
  font-size: 20px;
  display: block;
  text-align: center;
}
#gameSolutions .schemeArchitecture .framework .architectureDescription p {
  font-size: 15px;
  line-height: 35px;
  margin-top: 30px;
}
#gameSolutions .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;
}
#gameSolutions .schemeArchitecture .horizontalExplanation span {
  font-size: 20px;
}
#gameSolutions .schemeArchitecture .horizontalExplanation .describeTheProcess {
  margin-top: 20px;
  display: flex;
  gap: 50px;
}
#gameSolutions .schemeArchitecture .horizontalExplanation .describeTheProcess p {
  font-size: 14.5px;
}
#gameSolutions .schemeArchitecture .horizontalExplanation .describeTheProcess p img {
  width: 12px;
  height: 12px;
}
#gameSolutions .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;
}
#gameSolutions .schemeArchitecture .horizontalExplanation .onlineConsultation a:hover {
  background: #1A8DFF;
  color: #fff;
}
#gameSolutions .applicationCases .case {
  display: flex;
  justify-content: space-around;
  gap: 100px;
}
#gameSolutions .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;
}
#gameSolutions .applicationCases .case .item-block .titleImage {
  display: flex;
  align-items: center;
}
#gameSolutions .applicationCases .case .item-block .titleImage img {
  width: 40px;
  height: 40px;
}
#gameSolutions .applicationCases .case .item-block .titleImage span {
  font-size: 18px;
  margin-left: 10px;
}
#gameSolutions .applicationCases .case .item-block .text {
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
  position: relative;
  padding-bottom: 10px;
  height: 115px;
}
#gameSolutions .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%);
}
#gameSolutions .applicationCases .case .item-block a {
  display: block;
  margin-top: 10px;
  color: #1A8DFF;
  font-size: 16px;
  position: relative;
}
#gameSolutions .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;
}
#gameSolutions .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;
}
#gameSolutions .applicationCases .case .item-block a:hover {
  opacity: 0.7;
}
#gameSolutions .applicationCases .case .item-block:nth-of-type(1),
#gameSolutions .applicationCases .case .item-block:nth-of-type(3) {
  width: 400px;
  height: fit-content;
  padding: 20px 30px;
}
#gameSolutions .applicationCases .case .item-block:nth-of-type(2) a::after {
  right: 260px;
}
#gameSolutions .applicationCases .case .item-block:nth-of-type(2) a:hover::after {
  right: 255px;
}
#gameSolutions .applicationCases .case .item-block:nth-of-type(1) .titleImage img {
  width: 35px;
  height: 40px;
}

@media (max-width: 768px) {
  .banner {
    background-size: 300% 110% !important;
    background-position: -65vw -5vw !important;
  }
  #gameSolutions .globalSpacing {
    padding: 10vw 0;
  }
  #gameSolutions .banner .defaultWidth p {
    padding-right: 0;
    padding-left: 0;
  }
  #gameSolutions .navigation {
    display: none;
  }
  .banner p {
    margin: 6vw 0 7vw 0 !important;
  }
  #gameSolutions .banner .defaultWidth {
    height: 100%;
  }
  #gameSolutions .banner .defaultWidth a {
    width: 30vw;
    height: 10vw;
    font-size: 4vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
  }
  #gameSolutions .theProblemsFaced .facingProblems .contentshow .single {
    display: none;
  }
  #gameSolutions .theProblemsFaced .facingProblems .contentshow .multiple {
    gap: 5vw;
  }
  #gameSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item {
    padding: 5vw;
    box-shadow: none;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  #gameSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item .titleImage span {
    font-size: 5vw;
  }
  #gameSolutions .theProblemsFaced .facingProblems .contentshow .multiple .item p {
    font-size: 3.5vw;
    margin-top: 4vw;
    line-height: 6vw;
  }
  #gameSolutions .theProblemsFaced .facingProblems .independentAndHorizontal {
    display: none;
  }
  #gameSolutions .theProblemsFaced .facingProblems .twoProblemsFaced {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  #gameSolutions .theProblemsFaced .facingProblems .twoProblemsFaced .item-problem {
    padding: 5vw;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
  }
  #gameSolutions .theProblemsFaced .facingProblems .twoProblemsFaced .item-problem span {
    font-size: 5vw;
  }
  #gameSolutions .theProblemsFaced .facingProblems .twoProblemsFaced .item-problem p {
    font-size: 3.5vw;
    margin-top: 3vw;
    line-height: 5vw;
  }
  #gameSolutions .schemeArchitecture .horizontalExplanation {
    display: none;
  }
  #gameSolutions .schemeArchitecture .framework {
    gap: 5vw;
    flex-direction: column;
  }
  #gameSolutions .schemeArchitecture .framework .architectureDescription span {
    display: none;
  }
  #gameSolutions .schemeArchitecture .framework .architectureDescription p {
    font-size: 3.5vw;
    line-height: 6vw;
    margin-top: 0;
  }
  #gameSolutions .schemeArchitecture .framework .architectureDescription {
    height: auto;
    padding: 5vw;
  }
  #gameSolutions .applicationCases .case {
    gap: 10vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  #gameSolutions .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;
  }
  #gameSolutions .applicationCases .case .item-block:nth-child(1) {
    order: 2;
  }
  #gameSolutions .applicationCases .case .item-block .titleImage img {
    width: 10vw;
    height: 10vw;
  }
  #gameSolutions .applicationCases .case .item-block .titleImage span {
    font-size: 4.5vw;
    margin-left: 3vw;
  }
  #gameSolutions .applicationCases .case .item-block .text {
    font-size: 3.5vw;
    margin-top: 2vw;
    line-height: 6vw;
    position: relative;
    padding-bottom: 2vw;
    height: auto;
  }
  #gameSolutions .applicationCases .case .item-block .text::after {
    width: 105%;
    height: 0.5vw;
  }
  #gameSolutions .applicationCases .case .item-block a {
    margin-top: 2vw;
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #gameSolutions .applicationCases .case .item-block:nth-of-type(2) a::after {
    right: 30vw;
  }
  #gameSolutions .applicationCases .case .item-block a::after {
    right: 30vw;
  }
  #gameSolutions .applicationCases .case .item-block a::after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.5vw solid;
    border-right: 0.5vw solid;
    top: inherit;
  }
  #gameSolutions .applicationCases .case .item-block:nth-of-type(2) a:hover::after {
    right: 60vw;
  }
  #gameSolutions .applicationCases .case .item-block a:hover::after {
    right: 62vw;
  }
  #gameSolutions .applicationCases .case .item-block:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

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