.s4-pagodaPanel .s4-banner {
  background: url("/web/shiwaicloud/s4-file/assets/img/pagodaPanel/banner.png") no-repeat center;
  background-size: cover;
}
.s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle {
  text-align: center;
  justify-content: center;
      align-items: center;
}
.s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle span {
  margin-bottom: 45px;
  font-weight: inherit;
  font-size: 55px;
  position: relative;
  width: fit-content;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-labelBt{
        display: inline-block;
    line-height: 20px;
    background: #2766FC;
    border-radius: 4px;
    color: #ffffff;
    padding: 3px 7px;
    font-size: 14px;
}
.s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
.s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-independentButton {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-independentButton a {
      min-width: 180px;
    padding: 15px 10px;
    min-height: 45px;
  background: linear-gradient(180deg, #5989F9 0%, #2766FC 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-independentButton a:hover {
  opacity: 0.65;
}
@media (max-width: 768px) {
    .s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-labelBt{
        display: none;
    }
  .s4-pagodaPanel .s4-banner {
    padding-top: 24vw;
    background-size: 100% 100%;
  }
  .s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle {
    justify-content: normal;
    text-align: center;
  }
  .s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle span {
    margin-bottom: 7vw;
    font-size: 6.5vw;
  }
  .s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle p {
    font-size: 3.6vw;
    line-height: 6vw;
  }
  .s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-independentButton {
    margin-top: 10vw;
    gap: 10vw;
  }
  .s4-pagodaPanel .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-independentButton a {
    width: 38vw;
    min-height: 10vw;
    padding: 3vw 5vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    font-size: 4vw;
  }
}
.s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection {
  margin-top: 70px;
  background-color: #F8F9FF;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  height: 400px;
}
.s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-title {
  font-size: 28px;
  color: #191919;
}
.s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-text {
  color: #555555;
  margin: 15px 0 35px 0;
}
.s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 100px;
}
.s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout .s4-itemStep .s4-imageTitle {
  color: #555555;
  font-size: 15px;
}
.s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout .s4-itemStep .s4-imageTitle img {
  width: 35px;
  height: 30px;
}
.s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout .s4-itemStep p {
  color: #555555;
  margin-top: 10px;
}
.s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-largeBack {
  position: relative;
  top: -118px;
}
@media (max-width: 768px) {
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection {
    margin-top: 5vw;
    padding: 5vw 4vw;
    height: auto;
    flex-direction: column-reverse;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-title {
    font-size: 5vw;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-text {
    margin: 5vw 0;
    font-size: 3.2vw;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout {
    gap: 5vw 0;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout .s4-itemStep .s4-imageTitle {
    display: flex;
    flex-direction: row;
    font-size: 4vw;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout .s4-itemStep .s4-imageTitle img {
    width: 7vw;
    height: 7vw;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout .s4-itemStep p {
    margin-top: 2vw;
    font-size: 3.1vw;
    white-space: nowrap;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout .s4-itemStep:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-gridLayout .s4-itemStep:nth-of-type(4) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-largeBack {
    position: relative;
    top: 0;
  }
  .s4-pagodaPanel .s4-oneHealthConfiguration .s4-defaultWidth .s4-currentSection .s4-largeBack img {
    width: 100%;
  }
}
.s4-pagodaPanel .s4-oneClickIntegration {
  background: url("/web/shiwaicloud/s4-file/assets/img/pagodaPanel/oneClickIntegration.png") no-repeat center;
  background-size: cover;
}
.s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-title-Description span {
  color: #fff;
}
.s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-title-Description p {
  color: #F0F2FF;
}
.s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 65px;
}
.s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, #DFF3FF 0%, #FEFEFF 100%);
  border: 1px solid #DCF2FF;
  border-radius: 40px 0 40px 0;
  -webkit-border-radius: 40px 0 40px 0;
  -moz-border-radius: 40px 0 40px 0;
  -ms-border-radius: 40px 0 40px 0;
  -o-border-radius: 40px 0 40px 0;
  height: 200px;
  padding: 20px;
}
.s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-labelDescription span {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  color: #303133;
}
.s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-labelDescription span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30px;
  height: 3px;
  background-color: #547FF9;
}
.s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-labelDescription p {
  color: #555555;
  font-size: 13px;
  margin-top: 20px;
  line-height: 25px;
}
.s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-iconChart {
  display: flex;
  justify-content: flex-end;
}
.s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-iconChart img {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-title-Description span {
    color: #fff;
  }
  .s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-title-Description p {
    color: #F0F2FF;
    font-size: 3.3vw;
  }
  .s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
  .s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure {
    border-radius: 10vw 0 10vw 0;
    -webkit-border-radius: 10vw 0 10vw 0;
    -moz-border-radius: 10vw 0 10vw 0;
    -ms-border-radius: 10vw 0 10vw 0;
    -o-border-radius: 10vw 0 10vw 0;
    height: auto;
    padding: 4vw;
  }
  .s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-labelDescription span {
    font-size: 4vw;
  }
  .s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-labelDescription span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2vw;
    width: 9vw;
    height: 0.5vw;
    background-color: #547FF9;
  }
  .s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-labelDescription p {
    font-size: 3vw;
    margin-top: 5vw;
    line-height: 5vw;
  }
  .s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-iconChart {
    display: flex;
    justify-content: flex-end;
    margin-top: 5vw;
  }
  .s4-pagodaPanel .s4-oneClickIntegration .s4-defaultWidth .s4-currentSection .s4-itemToConfigure .s4-iconChart img {
    width: 9vw;
    height: 9vw;
  }
}
.s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-title-Description span {
  font-weight: inherit;
}
.s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-switchNav {
  margin: 60px 0 40px 0;
  display: flex;
  justify-content: center;
}
.s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-switchNav .s4-item {
  margin: 0 30px;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  cursor: pointer;
  font-size: 15px;
}
.s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-switchNav .s4-selectedStatus {
  color: #2766FC;
  background-color: #EBF1FF;
}
.s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-clickToSwitchContent .s4-itemSwitchingDiagram {
  display: none;
}
.s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-clickToSwitchContent .s4-itemSwitchingDiagram p {
  text-align: center;
  color: #555555;
  margin-bottom: 10px;
  font-size: 15px;
}
.s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-clickToSwitchContent .s4-itemSwitchingDiagram .pagodaScreenshot {
  margin-top: 20px;
}
.s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-clickToSwitchContent .s4-visibleAndHidden {
  display: block;
  animation: entryAnimations 1s ease-in-out;
  -webkit-animation: entryAnimations 1s ease-in-out;
}
@keyframes entryAnimations {
  0% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth {
    padding: 0 !important;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-title-Description span {
    font-weight: inherit;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-switchNav {
    overflow-x: auto;
    margin: 5vw 0 6vw 0;
    white-space: nowrap;
    justify-content: normal;
    gap: 5vw;
    padding: 0 5vw;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-switchNav::-webkit-scrollbar {
    display: none;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-switchNav .s4-item {
    margin: 0;
    width: 25vw;
    flex-shrink: 0;
    height: 8vw;
    border-radius: 5vw;
    -webkit-border-radius: 5vw;
    -moz-border-radius: 5vw;
    -ms-border-radius: 5vw;
    -o-border-radius: 5vw;
    font-size: 3.5vw;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-switchNav .s4-selectedStatus {
    color: #2766FC;
    background-color: #EBF1FF;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-clickToSwitchContent {
    padding: 0 5vw;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-clickToSwitchContent .s4-itemSwitchingDiagram {
    display: none;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-clickToSwitchContent .s4-itemSwitchingDiagram p {
    display: none;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-clickToSwitchContent .s4-itemSwitchingDiagram .pagodaScreenshot {
    margin-top: 5vw;
    width: 100%;
  }
  .s4-pagodaPanel .s4-safeAndEfficient .s4-defaultWidth .s4-currentSection .s4-clickToSwitchContent .s4-visibleAndHidden {
    display: block;
    animation: entryAnimations 0.5s ease-in-out;
    -webkit-animation: entryAnimations 0.5s ease-in-out;
  }
  @keyframes entryAnimations {
    0% {
      opacity: 0;
      transform: translateY(40px);
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
    }
  }
}
.s4-pagodaPanel .s4-installationMethod {
  background-color: rgb(220, 236, 251);
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth{
    padding: 30px 0;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-contentPadding{
    padding-top: 40px;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-title-Description span {
  color: #00050A;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555555;
  line-height: 45px;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethods{
    line-height: 30px;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-br {
    padding: 20px 0 0 0;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod .s4-contentsese {
  display: flex;
  gap: 10px;
  align-items: center;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod .s4-copyContent {
  line-height: 0;
  height: 34px;
  display: flex;
  align-items: center;
  background-color: rgb(245, 248, 251);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 120px 0 15px;
  color: #555555;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod .s4-copy {
  background-color: #F5F8FB;
  height: 35px;
  padding: 0 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  border: 1px solid #fff;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod .s4-copy:hover {
  background-color: #ffffff;
  filter: drop-shadow(2px 4px 6px #F5F8FB);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.089);
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod .s4-copy:focus {
  background-color: #e7e7e7;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod a {
  color: #2766FC;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-copySuccessful {
  z-index: 99;
  display: none;
  position: fixed;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.0941176471);
  width: 180px;
  height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  animation: entryAnimationss 2s ease-in-out;
  -webkit-animation: entryAnimationss 2s ease-in-out;
  color: #67c23a;
}
.s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-copySuccessful img {
  width: 18px;
  height: 18px;
}
@keyframes entryAnimationss {
  0% {
    width: 150px;
    opacity: 0;
    top: 10%;
  }
  10% {
    width: 180px;
    top: 20%;
    opacity: 1;
  }
  20% {
    width: 180px;
    top: 20%;
    opacity: 1;
  }
  50% {
    width: 180px;
    top: 20%;
    opacity: 1;
  }
  75% {
    width: 180px;
    top: 20%;
    opacity: 1;
  }
  90% {
    width: 180px;
    top: 20%;
    opacity: 1;
  }
  100% {
    width: 150px;
    opacity: 0;
    top: 10%;
  }
}
@media (max-width: 768px) {
    .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth{
        padding: 5vw;
    }
    .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethods{
        line-height:6vw;
    }
    .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-br{
        padding: 5vw 0 2vw 0;
    }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod {
    line-height: 6vw;
    gap: 5vw;
    font-size: 3.1vw;
    flex-direction: column;
    align-items: normal;
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod span {
    font-size: 4vw;
    position: relative;
    padding-left: 4vw;
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod span::after {
    content: "";
    position: absolute;
    background-color: #2766FC;
    width: 0.7vw;
    height: 7vw;
    top: 50%;
    left: -1vw;
    transform: translateY(-50%);
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod .s4-contentsese {
    display: flex;
    flex-direction: row;
    gap: 3vw;
    margin-bottom: 4vw;
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod .s4-copyContent {
    line-height: 6vw;
    height: auto;
    padding: 3vw 4vw;
    width: 69vw;
    flex-shrink: 0;
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod .s4-copy {
    height: 9vw;
    white-space: nowrap;
    padding: 0 3vw;
    font-size: 3.5vw;
    gap: 1vw;
    border: 1px solid #2766FC;
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod a {
    color: #2766FC;
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-itemMethod:nth-of-type(3) {
    margin-bottom: 8vw;
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-manual {
    display: flex;
    gap: 1vw;
    flex-direction: row;
    font-size: 3.5vw;
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-copySuccessful {
    width: 30vw;
    height: 8vw;
  }
  .s4-pagodaPanel .s4-installationMethod .s4-defaultWidth .s4-currentSection .s4-copySuccessful img {
    width: 5vw;
    height: 5vw;
  }
  @keyframes entryAnimations {
    0% {
      width: 150px;
      opacity: 0;
      top: 10%;
    }
    20% {
      width: 180px;
      top: 20%;
      opacity: 1;
    }
    50% {
      width: 180px;
      top: 20%;
      opacity: 1;
    }
    75% {
      width: 180px;
      top: 20%;
      opacity: 1;
    }
    100% {
      width: 150px;
      opacity: 0;
      top: 10%;
    }
  }
}
.s4-pagodaPanel .s4-systemRequirements {
  background-color: rgb(220, 236, 251);
}
.s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-title-Description p {
  color: #555555;
}
.s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system .s4-itemUnified {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, #F6F7FF 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 6px 1px rgba(7, 7, 96, 0.16);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 20px;
  height: 110px;
}
.s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system .s4-itemUnified .s4-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  gap: 10px;
  font-size: 16px;
}
.s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system .s4-itemUnified p {
  color: #777777;
  text-align: center;
  font-size: 13px;
}
.s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-requirement {
  color: #555555;
  font-size: 15px;
  padding: 50px 0 80px 0;
}
@media (max-width: 768px) {
  .s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-title-Description p {
    font-size: 3.4vw;
  }
  .s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
  .s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system .s4-itemUnified {
    padding: 4vw;
    height: 22vw;
  }
  .s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system .s4-itemUnified .s4-icon {
    gap: 2vw;
    font-size: 4vw;
  }
  .s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system .s4-itemUnified .s4-icon img {
    width: 5vw;
    height: 5vw;
  }
  .s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system .s4-itemUnified .s4-icon span i {
    margin: 0 1vw;
  }
  .s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-system .s4-itemUnified p {
    font-size: 3vw;
  }
  .s4-pagodaPanel .s4-systemRequirements .s4-defaultWidth .s4-currentSection .s4-requirement {
    font-size: 3.5vw;
    padding: 5vw 0 6vw 0;
  }
}

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