.s4-serverIntroduction .s4-banner {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/banner.png") no-repeat center;
  background-size: cover;
}
.s4-serverIntroduction .s4-banner .s4-defaultWidth .s4-bannerTitle p {
  color: #2F3148;
}
.s4-serverIntroduction .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button {
  display: flex;
  gap: 10px;
}
.s4-serverIntroduction .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button a {
  color: #004CFF;
  border: 1px solid #004CFF;
  background-color: #fff;
  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;
  width: 120px;
  height: 40px;
}
.s4-serverIntroduction .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button a:hover {
  background: #004CFF;
  color: #fff;
}
.s4-serverIntroduction .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button a:nth-of-type(1) {
  color: #fff;
  background-color: #004CFF;
  border: 1px solid #004CFF;
}
.s4-serverIntroduction .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button a:nth-of-type(1):hover {
  background: #fff;
  color: #004CFF;
}
@media (max-width: 768px) {
  .s4-serverIntroduction .s4-banner {
    background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/h5-banner.png") no-repeat center;
    background-size: cover;
  }
  .s4-serverIntroduction .s4-banner .s4-defaultWidth .s4-bannerTitle span {
    font-family: "PingFang SC, PingFang S";
  }
  .s4-serverIntroduction .s4-banner .s4-defaultWidth .s4-bannerTitle p {
    color: #2F3148;
  }
}
.s4-serverIntroduction .s4-navNavigation {
  background: #EBEDF5;
  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-serverIntroduction .s4-navNavigation .s4-itemGuide {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  color: #2D2D2D;
}
.s4-serverIntroduction .s4-navNavigation .colorCategory {
  color: #004CFF;
}
.s4-serverIntroduction .s4-navNavigation .yingJingUnderline {
  height: 1.5px;
  background: #004CFF;
  position: absolute;
  bottom: 1px;
}
@media (max-width: 768px) {
  .s4-serverIntroduction .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: scroll;
    padding: 0 5vw;
    position: relative;
  }
  .s4-serverIntroduction .s4-navNavigation::-webkit-scrollbar {
    display: none;
  }
  .s4-serverIntroduction .s4-navNavigation .s4-itemGuide {
    font-size: 4vw;
    white-space: nowrap;
    padding: 5vw 0;
    cursor: pointer;
    color: #222222;
  }
  .s4-serverIntroduction .s4-navNavigation .colorCategory {
    color: #004CFF;
  }
  .s4-serverIntroduction .s4-navNavigation .yingJingUnderline {
    height: 1.5px;
    background: #004CFF;
    position: absolute;
    bottom: 0vw;
  }
  .s4-serverIntroduction .s4-navNavigation.s4-fixed {
    top: 15vw !important;
  }
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection {
  display: flex;
  gap: 30px;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-switch {
  background-color: #F6F8FF;
  flex: 0.24;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-switch .s4-itemCurrent {
  font-size: 16px;
  padding: 17px 40px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #1A1B36;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-switch .s4-select {
  background-color: #3B72F2;
  color: #fff;
}
@keyframes entryAnimation {
  0% {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex: 1;
  gap: 25px;
  animation: entryAnimation 0.5s ease;
  -webkit-animation: entryAnimation 0.5s ease;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/itemSever1.png") no-repeat center;
  background-size: cover;
  box-shadow: 0px 3px 6px 1px rgba(5, 20, 96, 0.16);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-labelDescription {
  padding: 15px 0;
  margin: 0 20px;
  border-bottom: 1px solid #C4D9FF;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-labelDescription span {
  font-size: 20px;
  color: #1A1B36;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-labelDescription p {
  color: #737787;
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-specifications {
  padding: 5px 20px;
  color: #555555;
  line-height: 2.5;
  font-size: 13px;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-specifications .describingRules {
  display: flex;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-specifications .describingRules p {
  width: 100px;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-tagPrice {
  display: flex;
  padding: 0 20px;
  color: #555555;
  font-size: 15px;
  justify-content: space-between;
  align-items: center;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-tagPrice .s4-label {
  display: flex;
  gap: 10px;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-tagPrice .s4-label .s4-item-mark {
  color: #F33E3E;
  border: 1px solid #F33E3E;
  width: 65px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 3px;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-tagPrice .s4-label .s4-item-mark:nth-of-type(2) {
  color: #ADB5BE;
  border: 1px solid #ADB5BE;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-tagPrice .s4-price {
  display: flex;
  align-items: baseline;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever .s4-tagPrice .s4-price .s4-colour {
  color: #F33E3E;
  font-size: 26px;
  font-weight: 700;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever a {
  background-color: #2766FC;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  margin-top: 20px;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever a:hover {
  background-color: #779df8;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever:nth-of-type(2) {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/itemSever2.png") no-repeat center;
  background-size: cover;
}
.s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-currentSection .s4-cutContent .s4-itemSever:nth-of-type(3) {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/itemSever3.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .s4-serverIntroduction .s4-selected {
    background-color: #F8F9FC;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth {
    padding: 5vw 0 !important;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-title-Description p a {
    font-size: 4vw;
    position: relative;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-title-Description p a::after {
    content: "";
    position: absolute;
    width: 2vw;
    height: 2vw;
    border-top: 1.5px solid #2766FC;
    border-right: 1.5px solid #2766FC;
    transform: rotate(45deg);
    top: 1.6vw;
    right: -3vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton {
    height: 14vw;
    overflow: hidden;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker {
    background-color: #fff;
    height: 14vw;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker .s4-markingDiagram {
    display: flex;
    align-items: center;
    gap: 3vw;
    font-size: 4vw;
    color: #262626;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker .s4-markingDiagram img {
    width: 8vw;
    height: 8vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker .s4-triangleBlock {
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 2vw solid #7986AA;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker .s4-triangleOpen {
    border-top: 2vw solid #3873FE;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent {
    padding: 5vw;
    display: flex;
    flex-direction: column;
    gap: 5vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever {
    background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/itemSever1.png") no-repeat center;
    background-size: cover;
    box-shadow: 0px 3px 6px 1px rgba(5, 20, 96, 0.16);
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-labelDescription {
    padding: 4vw 0;
    margin: 0 5vw;
    border-bottom: 1px solid #C4D9FF;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-labelDescription span {
    font-size: 5vw;
    color: #1A1B36;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-labelDescription p {
    color: #737787;
    margin-top: 2vw;
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-specifications {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2vw 5vw;
    color: #555555;
    line-height: 10vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-specifications .describingRules {
    display: flex;
    font-size: 3.6vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-label {
    display: flex;
    gap: 2vw;
    padding: 0 5vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-label .s4-item-mark {
    color: #F33E3E;
    border: 1px solid #F33E3E;
    width: auto;
    height: 6.5vw;
    padding: 0 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5vw;
    border-radius: 1vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-label .s4-item-mark:nth-of-type(2) {
    color: #ADB5BE;
    border: 1px solid #ADB5BE;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-tagPrice {
    display: flex;
    padding: 4vw 5vw;
    color: #555555;
    font-size: 3.5vw;
    justify-content: space-between;
    align-items: center;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-tagPrice .s4-price {
    display: flex;
    align-items: baseline;
    font-size: 4vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-tagPrice .s4-price .s4-colour {
    color: #F33E3E;
    font-size: 8vw;
    font-weight: 700;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-tagPrice a {
    background: linear-gradient(270deg, #1353E9 0%, #3D7CFB 100%);
    color: #fff;
    font-size: 3.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30vw;
    height: 10vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever .s4-tagPrice a:hover {
    background-color: #779df8;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever:nth-of-type(2) {
    background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/itemSever2.png") no-repeat center;
    background-size: cover;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-itemSever:nth-of-type(3) {
    background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/itemSever3.png") no-repeat center;
    background-size: cover;
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-open .s4-clicker .s4-triangleBlock {
    border-top: 2vw solid #3873FE;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .s4-serverIntroduction .s4-selected .s4-defaultWidth .s4-handheldFan .s4-keepGoing {
    height: auto;
  }
}
.s4-serverIntroduction .s4-productAdvantages {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/productAdvantages.png") no-repeat center;
  background-size: cover;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection {
  padding: 30px 0;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/circleDiagram.png") no-repeat center;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FC 100%);
  box-shadow: 0px 3px 6px 1px rgba(15, 23, 129, 0.16);
  padding: 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon img {
  width: 37px;
  height: 37px;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon .s4-textDescription {
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(42, 69, 156, 0.055);
  border-radius: 2px;
  width: 350px;
  height: 170px;
  padding: 20px;
  position: absolute;
  left: -360px;
  top: -45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #FFFFFF;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon .s4-textDescription span {
  color: #00050A;
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon .s4-textDescription p {
  color: #555555;
  line-height: 25px;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon:nth-of-type(1) {
  left: 10px;
  top: 10px;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon:nth-of-type(1) img {
  width: 40px;
  height: 33px;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon:nth-of-type(2) img {
  height: 40px;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon:nth-of-type(2) {
  right: 10px;
  top: 10px;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon:nth-of-type(2) .s4-textDescription {
  right: -360px;
  left: inherit;
  background: rgba(255, 255, 255, 0.5215686275);
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon:nth-of-type(3) {
  left: 10px;
  bottom: 10px;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon:nth-of-type(4) {
  right: 10px;
  bottom: 10px;
}
.s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-currentSection .s4-circleDiagram .s4-aroundTheIcon:nth-of-type(4) .s4-textDescription {
  right: -360px;
  left: inherit;
}
@media (max-width: 768px) {
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth {
    padding: 0 !important;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-title-Description p {
    display: none;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-mobileCarouselImage .swiper {
    padding: 5vw;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-mobileCarouselImage .swiper .swiper-pagination-bullet {
    width: 8vw;
    height: 1vw;
    border-radius: 1vw;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-mobileCarouselImage .swiper .swiper-pagination {
    bottom: -1vw;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-mobileCarouselImage .swiper .swiper-wrapper .swiper-slide {
    background: rgba(255, 255, 255, 0.5294117647);
    box-shadow: 0px 1px -2px 1px rgba(42, 69, 156, 0.16);
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #FFFFFF;
    padding: 6vw 4vw;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-mobileCarouselImage .swiper .swiper-wrapper .swiper-slide .s4-iconTitle {
    margin-bottom: 4vw;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-mobileCarouselImage .swiper .swiper-wrapper .swiper-slide .s4-iconTitle img {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-mobileCarouselImage .swiper .swiper-wrapper .swiper-slide .s4-iconTitle span {
    color: #00050A;
    font-size: 5vw;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-mobileCarouselImage .swiper .swiper-wrapper .swiper-slide p {
    color: #555555;
    line-height: 7vw;
    font-size: 3.5vw;
  }
  .s4-serverIntroduction .s4-productAdvantages .s4-defaultWidth .s4-mobileCarouselImage .swiper .swiper-wrapper .swiper-slide:nth-of-type(2) .s4-iconTitle img {
    width: 10vw;
    height: 8vw;
  }
}
.s4-serverIntroduction .s4-productFeatures {
  display: flex;
}
.s4-serverIntroduction .s4-productFeatures .s4-pureBackground {
  flex: 0.4;
}
.s4-serverIntroduction .s4-productFeatures .s4-pureBackground img {
  width: 100%;
  height: 100%;
}
.s4-serverIntroduction .s4-productFeatures .s4-textDescription {
  flex: 0.6;
  padding: 40px 30px;
  background-color: #E6E9F6;
  position: relative;
}
.s4-serverIntroduction .s4-productFeatures .s4-textDescription .s4-textArt span {
  font-weight: 700;
  font-size: 26px;
  color: #00050A;
}
.s4-serverIntroduction .s4-productFeatures .s4-textDescription .s4-textArt p {
  color: #292929;
  font-size: 15px;
  margin-top: 20px;
}
.s4-serverIntroduction .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-serverIntroduction .s4-productFeatures .s4-textDescription .s4-animationMove .s4-wideInternalMovement {
  display: flex;
  flex-shrink: 0;
  gap: 30px;
}
.s4-serverIntroduction .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-serverIntroduction .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-iconTitle {
  display: flex;
  align-items: center;
}
.s4-serverIntroduction .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-iconTitle img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.s4-serverIntroduction .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-iconTitle span {
  font-size: 15px;
}
.s4-serverIntroduction .s4-productFeatures .s4-textDescription .s4-animationMove .s4-itemBlock .s4-texts {
  color: #515151;
  margin: 10px 0;
  font-size: 12px;
  line-height: 22px;
}
.s4-serverIntroduction .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-serverIntroduction .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-serverIntroduction .s4-productFeatures .s4-textDescription .s4-switchButton {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25px;
}
.s4-serverIntroduction .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-serverIntroduction .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-serverIntroduction .s4-exclusiveFeatures {
    background-color: #F8F9FC;
    padding: 5vw 0;
  }
  .s4-serverIntroduction .s4-exclusiveFeatures .s4-defaultWidth .s4-title-Description span {
    padding-bottom: 5vw;
    display: flex;
    justify-content: center;
  }
  .s4-serverIntroduction .s4-exclusiveFeatures .s4-defaultWidth .s4-sequenceContent {
    display: flex;
    flex-direction: column;
    gap: 5vw;
  }
  .s4-serverIntroduction .s4-exclusiveFeatures .s4-defaultWidth .s4-sequenceContent .s4-itemExclusive {
    padding: 5vw;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 1px 6px 1px rgba(2, 32, 93, 0.16);
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #FFFFFF;
  }
  .s4-serverIntroduction .s4-exclusiveFeatures .s4-defaultWidth .s4-sequenceContent .s4-itemExclusive .s4-icontopic {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s4-serverIntroduction .s4-exclusiveFeatures .s4-defaultWidth .s4-sequenceContent .s4-itemExclusive .s4-icontopic .s4-text {
    font-size: 5vw;
  }
  .s4-serverIntroduction .s4-exclusiveFeatures .s4-defaultWidth .s4-sequenceContent .s4-itemExclusive .s4-icontopic img {
    width: 11vw;
    height: 11vw;
  }
  .s4-serverIntroduction .s4-exclusiveFeatures .s4-defaultWidth .s4-sequenceContent .s4-itemExclusive p {
    color: #515151;
    line-height: 7vw;
    font-size: 3vw;
  }
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection {
  padding: 50px 0;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid #CACBE2;
  gap: 100px;
  position: relative;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-itemthatSOks {
  padding: 30px;
  font-size: 15px;
  cursor: pointer;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-SingleUnderline {
  position: absolute;
  bottom: -1px;
  background-color: #004CFF;
  height: 2px;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-selectClass {
  color: #004CFF;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent {
  display: none;
  padding-top: 50px;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo {
  flex: 1;
  background: #F7F8FB;
  box-shadow: 0px 3px 12px 1px rgba(23, 23, 81, 0.16);
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #FFFFFF;
  padding: 50px;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-textse {
  color: #2D2D2D;
  font-size: 24px;
  margin-bottom: 10px;
  display: flex;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo p {
  color: #555555;
  line-height: 25px;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-labelDescription {
  padding-top: 15px;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-labelDescription span {
  color: #434B74;
  display: flex;
  align-items: center;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-labelDescription span i {
  width: 10px;
  height: 10px;
  background-color: #434B74;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  margin-right: 10px;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-labelDescription p {
  font-size: 12px;
  margin-top: 10px;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo2 {
  flex: 1;
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/back2.png") no-repeat center;
  background-size: cover;
  height: 350px;
  padding: 50px;
}
.s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-visibleAndHidden {
  display: flex;
  animation: sceneEntry 0.5s ease-in-out;
  -webkit-animation: sceneEntry 0.5s ease-in-out;
}
@keyframes sceneEntry {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .s4-serverIntroduction .s4-applicationScenarios {
    background-color: #F8F9FC;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth {
    padding: 0 !important;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-title-Description {
    padding-bottom: 5vw;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection {
    background-color: #fff;
    padding: 0 0 5vw 0;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation {
    gap: 0vw;
    overflow-x: auto;
    justify-content: normal;
    padding: 0 5vw;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation::-webkit-scrollbar {
    display: none;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-itemthatSOks {
    padding: 5vw;
    font-size: 4vw;
    white-space: pre;
    color: #555555;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-SingleUnderline {
    position: absolute;
    bottom: -1px;
    background-color: #004CFF;
    height: 0.8vw;
    margin-left: 5vw;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-selectClass {
    color: #004CFF;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent {
    display: none;
    padding-top: 5vw;
    flex-direction: column-reverse;
    margin: 0 5vw;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo {
    flex: 1;
    background: #F7F8FB;
    box-shadow: 0px 3px 12px 1px rgba(23, 23, 81, 0.16);
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #FFFFFF;
    padding: 5vw;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-textse {
    color: #222222;
    font-size: 5vw;
    margin-bottom: 10px;
    display: flex;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo p {
    color: #555555;
    line-height: 7vw;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-labelDescription {
    padding-top: 15px;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-labelDescription span {
    color: #434B74;
    display: flex;
    align-items: center;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-labelDescription span i {
    width: 1.5vw;
    height: 1.5vw;
    background-color: #434B74;
    margin-right: 1vw;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo .s4-labelDescription p {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-turnToContent .s4-itemToTurnTo2 {
    flex: 1;
    background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/back2.png") no-repeat center;
    background-size: cover;
    height: auto;
    padding: 20vw;
  }
  .s4-serverIntroduction .s4-applicationScenarios .s4-defaultWidth .s4-currentSection .s4-visibleAndHidden {
    display: flex;
    animation: sceneEntry 0.5s ease-in-out;
    -webkit-animation: sceneEntry 0.5s ease-in-out;
  }
  @keyframes sceneEntry {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.s4-serverIntroduction .s4-usageGuide {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/back23.png") no-repeat center;
  background-size: cover;
}
.s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-title-Description a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 50px 0;
  font-size: 15px;
  color: #606060;
}
.s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  height: 270px;
}
.s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection .s4-itemBlock {
  background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/smallback.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 12px 1px rgba(41, 43, 99, 0.16);
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  padding: 30px;
}
.s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection .s4-itemBlock span {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
}
.s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection .s4-itemBlock p {
  color: #555555;
  display: flex;
  align-items: center;
  line-height: 30px;
  font-size: 13px;
}
.s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection .s4-itemBlock p i {
  width: 5px;
  height: 5px;
  background: #555555;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .s4-serverIntroduction .s4-usageGuide {
    background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/back23.png") no-repeat center;
    background-size: cover;
  }
  .s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-title-Description span {
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
  }
  .s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-title-Description a {
    display: none;
  }
  .s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
    height: auto;
  }
  .s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection .s4-itemBlock {
    background: url("/web/shiwaicloud/s4-file/assets/img/serverIntroduction/smallback.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 5vw;
  }
  .s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection .s4-itemBlock span {
    font-size: 5vw;
    margin-bottom: 5vw;
    display: flex;
  }
  .s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection .s4-itemBlock p {
    color: #555555;
    display: flex;
    align-items: center;
    line-height: 7vw;
    font-size: 3.5vw;
  }
  .s4-serverIntroduction .s4-usageGuide .s4-defaultWidth .s4-currentSection .s4-itemBlock p i {
    width: 1.5vw;
    height: 1.5vw;
    background: #555555;
    margin-right: 1vw;
  }
}

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