@charset "UTF-8";
.s4-gameCloudSolution .s4-banner {
  background: url("/web/shiwaicloud/s4-file/assets/img/gameCloudSolution/banner.png") no-repeat center;
  background-size: cover;
}
.s4-gameCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle span {
  margin-bottom: 40px;
}
.s4-gameCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle p {
  color: #555555;
  font-size: 15px;
}
.s4-gameCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle p i {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .s4-gameCloudSolution .s4-banner {
    background: url("/web/shiwaicloud/s4-file/assets/img/gameCloudSolution/h5-banner.png") no-repeat center;
    background-size: cover;
  }
  .s4-gameCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle {
    padding-bottom: 5vw;
  }
  .s4-gameCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle span {
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  .s4-gameCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle p {
    color: #555555;
    font-size: 3.5vw;
    text-align: left;
  }
  .s4-gameCloudSolution .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button {
    display: none;
  }
}
.s4-gameCloudSolution .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-gameCloudSolution .s4-navNavigation .s4-itemGuide {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  color: #2D2D2D;
}
.s4-gameCloudSolution .s4-navNavigation .colorCategory {
  color: #004CFF;
}
.s4-gameCloudSolution .s4-navNavigation .yingJingUnderline {
  height: 1.5px;
  background: #004CFF;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .s4-gameCloudSolution .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-gameCloudSolution .s4-navNavigation::-webkit-scrollbar {
    display: none;
  }
  .s4-gameCloudSolution .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-gameCloudSolution .s4-navNavigation .colorCategory {
    color: #004CFF;
  }
  .s4-gameCloudSolution .s4-navNavigation .yingJingUnderline {
    height: 1.5px;
    background: #004CFF;
    position: absolute;
    bottom: 0vw;
  }
  .s4-gameCloudSolution .s4-navNavigation.s4-fixed {
    top: 15vw !important;
  }
}
.s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks {
  background: #FFFFFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #D3D8EB;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks:hover {
  border: 1px solid #004CFF;
}
.s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks .s4-labelDescription {
  text-align: center;
}
.s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks .s4-singleImage {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks span {
  font-size: 18px;
  color: #191919;
}
.s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks p {
  margin-top: 20px;
  color: #555555;
  line-height: 25px;
}
@media (max-width: 768px) {
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks {
    padding: 5vw;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks:hover {
    border: 1px solid #004CFF;
  }
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks .s4-singleImage {
    width: 20vw;
    height: 20vw;
    flex-shrink: 0;
    justify-content: normal;
  }
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks .s4-singleImage img {
    width: 17vw;
    height: 14vw;
  }
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks .s4-labelDescription {
    text-align: left;
  }
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks span {
    font-size: 4.5vw;
  }
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks p {
    margin-top: 3vw;
    line-height: 6vw;
  }
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks:nth-of-type(2) .s4-singleImage img {
    width: 15vw;
    height: 14vw;
  }
  .s4-gameCloudSolution .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemBlocks:nth-of-type(3) .s4-singleImage img {
    width: 15vw;
    height: 14vw;
  }
}
.s4-gameCloudSolution .s4-productFeatures {
  display: flex;
  overflow: hidden;
}
.s4-gameCloudSolution .s4-productFeatures .s4-pureBackground {
  flex: 0.4;
}
.s4-gameCloudSolution .s4-productFeatures .s4-pureBackground img {
  width: 100%;
  height: 100%;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription {
  flex: 0.6;
  padding: 40px 30px;
  background-color: #E6E9F6;
  position: relative;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-textArt span {
  font-weight: 700;
  font-size: 26px;
  color: #00050A;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-textArt p {
  color: #292929;
  font-size: 15px;
  margin-top: 20px;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove {
  width: 1065px;
  overflow: hidden;
  display: flex;
  position: absolute;
  top: 55%;
  left: -250px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 20px 0;
  gap: 30px;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-wideInternalMovement {
  display: flex;
  flex-shrink: 0;
  gap: 30px;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock {
  opacity: 1;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 20px;
  width: 330px !important;
  flex-shrink: 0;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-iconTitle {
  display: flex;
  align-items: center;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-iconTitle img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-iconTitle span {
  font-size: 15px;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-texts {
  color: #515151;
  margin: 10px 0;
  font-size: 12px;
  line-height: 22px;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-label {
  color: #004CFF;
  font-size: 12px;
  border: 1px solid #004CFF;
  display: inline;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 1.5px 10px;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-enter {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-switchButton {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25px;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-switchButton .s4-switchs {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/left.png") no-repeat center;
  background-size: cover;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-switchButton .s4-switchs:focus {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-switchButton .s4-switchs:nth-of-type(2) {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/right.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .s4-gameCloudSolution .s4-productFeatures {
    display: flex;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-pureBackground {
    display: none;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription {
    flex: 1;
    padding: 5vw;
    background: url("/web/shiwaicloud/s4-file/assets/img/websiteSolution/back.png") no-repeat center;
    background-size: cover;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-textArt {
    text-align: center;
    margin-bottom: 5vw;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-textArt span {
    font-size: 5vw;
    color: #FFFFFF;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    position: initial;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-wideInternalMovement {
    flex-direction: column;
    gap: 5vw;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock {
    background-color: #fff;
    box-shadow: 0px 5px 15px 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: 5vw;
    width: auto !important;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-iconTitle {
    margin-bottom: 3vw;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-iconTitle img {
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-iconTitle span {
    font-size: 4vw;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-texts {
    font-size: 3.1vw;
    line-height: 6vw;
  }
  .s4-gameCloudSolution .s4-productFeatures .s4-textDescription .s4-switchButton {
    display: none;
  }
}
.s4-gameCloudSolution .s4-schemeArchitecture {
  background: url("/web/shiwaicloud/s4-file/assets/img/gameCloudSolution/schemeArchitecture.png") no-repeat center;
  background-size: cover;
  padding-top: 50px;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-title-Description span {
  color: #fff;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 50px;
  margin: 50px 0 0 0;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  border-radius: 20px 20px 20px 20px;
  border: 16px solid #DCE0F0;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture img {
  width: 100%;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-titleText span {
  font-size: 18px;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-titleText p {
  color: #F2F5FB;
  line-height: 30px;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-architecturalAdvantages span {
  font-size: 18px;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-architecturalAdvantages .s4-itemExcellent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-architecturalAdvantages .s4-itemExcellent .s4-item {
  display: flex;
  align-items: center;
  color: #fff;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-architecturalAdvantages .s4-itemExcellent .s4-item img {
  margin-right: 10px;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-architecturalAdvantages .s4-itemExcellent .s4-item p {
  font-size: 15px;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a {
  color: #2766FC;
  background-color: #fff;
  width: 120px;
  height: 40px;
  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;
  font-size: 15px;
}
.s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a:hover {
  background-color: #2766FC;
  color: #fff;
}
@media (max-width: 768px) {
  .s4-gameCloudSolution .s4-schemeArchitecture {
    margin-top: 10vw;
    padding-top: 5vw;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-title-Description span {
    color: #fff;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5vw;
    margin: 0;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture {
    padding: 5vw;
    border-radius: 3vw;
    border: 3vw solid #DCE0F0;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-itemSimplePicture img {
    width: 100%;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-titleText span {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-titleText p {
    line-height: 6vw;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-architecturalAdvantages span {
    font-size: 4.5vw;
    margin-top: 6vw;
    margin-bottom: 5vw;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-architecturalAdvantages .s4-itemExcellent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-architecturalAdvantages .s4-itemExcellent .s4-item img {
    margin-right: 2vw;
    width: 3.5vw;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription .s4-architecturalAdvantages .s4-itemExcellent .s4-item p {
    font-size: 3.5vw;
  }
  .s4-gameCloudSolution .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-architectureDescription a {
    width: 35vw;
    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: 10vw auto 0 auto;
    font-size: 4vw;
  }
}
.s4-gameCloudSolution .s4-cooperativePartner {
  background-color: #F8F9FB;
  padding: 50px 0 0 0;
}
.s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection {
  display: flex;
  flex-direction: column;
}
.s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchButtons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
.s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchButtons button {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(5, 29, 93, 0.16);
  border-radius: 5px;
  padding: 20px 0;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}
.s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchButtons .s4-buttonSelection {
  background-color: #5384FB;
  color: #fff;
  font-weight: bold;
}
.s4-gameCloudSolution .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-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy {
  padding: 30px;
}
.s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 30px;
}
.s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text img {
  margin-top: 9px;
}
.s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text p {
  color: #555555;
}
.s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-showHidden {
  display: grid;
  animation: entryAnimations 0.5s ease;
  -webkit-animation: entryAnimations 0.5s ease;
}
@keyframes entryAnimations {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .s4-gameCloudSolution .s4-cooperativePartner {
    padding: 5vw 0 0 0;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth {
    padding: 0 !important;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection {
    /* 隐藏滚动条 */
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchButtons {
    display: flex;
    gap: 5vw;
    padding: 2vw 5vw;
    overflow-y: auto;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchButtons button {
    padding: 2vw 6vw;
    font-size: 4vw;
    border-radius: 0.7vw;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    -ms-border-radius: 0.7vw;
    -o-border-radius: 0.7vw;
    flex-shrink: 0;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchButtons .s4-buttonSelection {
    background-color: #5384FB;
    color: #fff;
    font-weight: bold;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-switchButtons::-webkit-scrollbar {
    display: none;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei {
    margin: 5vw;
    display: none;
    flex-direction: column-reverse;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy {
    padding: 5vw;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text {
    gap: 3vw;
    line-height: 7vw;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text img {
    margin-top: 2vw;
    width: 3.5vw;
    flex-shrink: 0;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text p {
    font-size: 3.7vw;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-singleImage img {
    width: 100%;
  }
  .s4-gameCloudSolution .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-showHidden {
    display: flex;
    animation: entryAnimations 0.5s ease;
    -webkit-animation: entryAnimations 0.5s ease;
  }
  @keyframes entryAnimations {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.s4-gameCloudSolution .s4-customerService {
  background-color: #F6F7FF;
  padding: 50px 0 50px 0;
}
.s4-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.s4-gameCloudSolution .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-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles {
  display: flex;
  align-items: center;
  width: 100%;
}
.s4-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.s4-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles span {
  display: flex;
  margin: 20px 0;
  justify-content: center;
  color: #222222;
  font-size: 18px;
}
.s4-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService p {
  color: #555555;
  line-height: 25px;
  font-size: 13.5px;
}
@media (max-width: 768px) {
  .s4-gameCloudSolution .s4-customerService {
    background-color: #F8F9FB;
    padding: 5vw 0;
  }
  .s4-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    text-align: center;
  }
  .s4-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService {
    padding: 5vw;
    height: 37vw;
  }
  .s4-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles {
    display: flex;
    align-items: center;
    gap: 3vw;
    width: 100%;
  }
  .s4-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles img {
    width: 8vw;
    height: 8vw;
  }
  .s4-gameCloudSolution .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles span {
    margin: 0;
    font-size: 4.5vw;
  }
  .s4-gameCloudSolution .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-gameCloudSolution {
    background-color: #FBFBFE;
  }
}

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